1 #ifndef ZEMACH_GMUNU_PERPENDICULAR_HH 2 #define ZEMACH_GMUNU_PERPENDICULAR_HH 6 #include "TLorentzVector.h" 12 ZTgperp(
const TLorentzVector& p,
double mR_in = -9999){
19 double mR2 = (mR_in < 0 ? p.M2() : mR_in*mR_in);
27 for(
int i=0; i<4; i++)
_v[i] = other.
v(i);
ZTgperp & operator=(const SymmLorentzMatrix &other)
static const SymmLorentzMatrix & gmunu()
const TLorentzVector & v(int i) const
ZTgperp(const TLorentzVector &p, double mR_in=-9999)