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

Comparing UserCode/MitPhysics/Mods/interface/PFTauIDMod.h (file contents):
Revision 1.1 by ceballos, Sun Jul 18 21:15:19 2010 UTC vs.
Revision 1.2 by ceballos, Thu Feb 17 14:08:49 2011 UTC

# Line 31 | Line 31 | namespace mithep
31        UInt_t              GetIsoGammaEtSumMax()             const { return fIsoGammaEtSumMax;             }
32        Double_t            GetSignalMassMin()                const { return fSignalMassMin;                }
33        Double_t            GetSignalMassMax()                const { return fSignalMassMax;                }
34 +      Bool_t              GetIsHPSSel()                     const { return fIsHPSSel;                     }
35        void                SetPFTausName(const char *n)               { fPFTausName                   = n; }
36        void                SetPtMin(Double_t x)                       { fPtMin                        = x; }
37        void                SetPtLeadChargedHadronPFCandMin(Double_t x){ fPtLeadChargedHadronPFCandMin = x; }
# Line 38 | Line 39 | namespace mithep
39        void                SetIsoGammaEtSumMax(Double_t x)            { fIsoGammaEtSumMax             = x; }
40        void                SetSignalMassMin(Double_t x)               { fSignalMassMin                = x; }
41        void                SetSignalMassMax(Double_t x)               { fSignalMassMax                = x; }
42 +      void                SetIsHPSSel(Bool_t b)                      { fIsHPSSel                     = b; }
43  
44      protected:
45        void                Process();
# Line 51 | Line 53 | namespace mithep
53        Double_t            fIsoGammaEtSumMax;             //maximum of Pt iso neutrals
54        Double_t            fSignalMassMin;                //minimum of tau mass
55        Double_t            fSignalMassMax;                //maximum of tau mass
56 <      const PFTauCol   *fPFTaus;            //!tau branch
56 >      Bool_t              fIsHPSSel;                     //apply HPS Tau selection
57 >      const PFTauCol     *fPFTaus;                       //!tau branch
58      
59      ClassDef(PFTauIDMod, 1) // Tau identification module
60    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines