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

Comparing UserCode/MitPhysics/Mods/interface/TauIDMod.h (file contents):
Revision 1.1 by ceballos, Wed Apr 8 10:11:44 2009 UTC vs.
Revision 1.2 by ceballos, Wed Apr 8 17:48:12 2009 UTC

# Line 26 | Line 26 | namespace mithep
26        const char         *GetCaloTausName()        const { return fCaloTausName;        }  
27        const char         *GetGoodTausName()        const { return fGoodTausName;        }  
28        Double_t            GetPtMin()               const { return fTauPtMin;            }
29 <      Double_t            GetJetPtMin()            const { return fTauJetPtMin;            }
29 >      Double_t            GetJetPtMin()            const { return fTauJetPtMin;         }
30        UInt_t              GetNSignalTracksMax()    const { return fNSignalTracksMax;    }
31        UInt_t              GetNIsoTracksMax()       const { return fNIsoTracksMax;       }
32        Double_t            GetSignalTracksMassMax() const { return fSignalTracksMassMax; }
33        Double_t            GetIsoTrackPtSumMax()    const { return fIsoTrackPtSumMax;    }
34 +      Double_t            GetEnergyFractionEmMax() const { return fEnergyFractionEmMax; }
35  
36        void                SetCaloTausName(const char *n)    { fCaloTausName        = n; }
37        void                SetGoodTausName(const char *n)    { fGoodTausName        = n; }
# Line 40 | Line 41 | namespace mithep
41        void                SetNIsoTracksMax(Int_t d)         { fNIsoTracksMax       = d; }
42        void                SetSignalTracksMassMax(Double_t x){ fSignalTracksMassMax = x; }
43        void                SetIsoTrackPtSumMax(Double_t x)   { fIsoTrackPtSumMax    = x; }
44 +      void                SetEnergyFractionEmMax(Double_t x){ fEnergyFractionEmMax = x; }
45  
46      protected:
47        void                Process();
# Line 54 | Line 56 | namespace mithep
56        UInt_t              fNIsoTracksMax;       //maximum of iso tracks
57        Double_t            fSignalTracksMassMax; //maximum of mass for signal tracks
58        Double_t            fIsoTrackPtSumMax;    //maximum of Pt iso tracks
59 +      Double_t            fEnergyFractionEmMax; //maximum of EnergyFractionEm
60      
61      ClassDef(TauIDMod, 1) // Tau identification module
62    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines