ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/interface/DiTauSystem.h
(Generate patch)

Comparing UserCode/MitPhysics/Utils/interface/DiTauSystem.h (file contents):
Revision 1.2 by loizides, Fri Nov 28 10:29:24 2008 UTC vs.
Revision 1.3 by ceballos, Fri Nov 28 10:46:28 2008 UTC

# Line 5 | Line 5
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   //--------------------------------------------------------------------------------------------------
# Line 38 | Line 39 | namespace mithep
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines