5 |
|
// |
6 |
|
// Class to calculate the mass to the di-tau system. It is assumed that the tau is boosted |
7 |
|
// and that the neutrinos have the same flight direction as the tau. |
8 |
+ |
// CMS note 2006/082 |
9 |
|
// |
10 |
|
// Authors: G.Ceballos |
11 |
|
//-------------------------------------------------------------------------------------------------- |
39 |
|
ChargedParticle *fT1; //first tau |
40 |
|
ChargedParticle *fT2; //second tau |
41 |
|
Met *fMet; //missing et |
42 |
< |
Double_t fXTau[2]; // |
43 |
< |
Double_t fRecoMass; // |
44 |
< |
Double_t fVisMass; // |
45 |
< |
Double_t fMT; // |
46 |
< |
Double_t fETll; // |
47 |
< |
Double_t fETnn; // |
42 |
> |
Double_t fXTau[2]; //visible fraction of the tau momenta |
43 |
> |
Double_t fRecoMass; //higgs mass |
44 |
> |
Double_t fVisMass; //visible mass |
45 |
> |
Double_t fMT; //transverse visible mass |
46 |
> |
Double_t fETll; //transverse energy of tau products |
47 |
> |
Double_t fETnn; //transverse missing energy |
48 |
|
}; |
49 |
|
} |
50 |
|
#endif |