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.5 by ceballos, Fri Dec 5 09:41:15 2008 UTC vs.
Revision 1.6 by ceballos, Thu Dec 11 20:29:35 2008 UTC

# Line 17 | Line 17
17  
18   namespace mithep
19   {
20 <  class ChargedParticle;
20 >  class Particle;
21    class Met;
22  
23    class DiTauSystem {
24      public:
25 <      DiTauSystem(ChargedParticle *t1, ChargedParticle *t2, const Met *met);
25 >      DiTauSystem(Particle *t1, Particle *t2, const Met *met);
26        ~DiTauSystem() {}
27  
28        Double_t         RecoMass()        const { return fRecoMass;}
# Line 36 | Line 36 | namespace mithep
36      private:
37        void             Init();
38    
39 <      ChargedParticle *fT1;       //first tau
40 <      ChargedParticle *fT2;       //second tau
39 >      Particle        *fT1;       //first tau
40 >      Particle        *fT2;       //second tau
41        const Met       *fMet;      //missing et
42        Double_t         fXTau[2];  //visible fraction of the tau momenta
43        Double_t         fRecoMass; //higgs mass

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines