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.3 by dkralph, Wed Mar 9 14:33:05 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 +      void                SetHPSIso(const char *i)                   { fHPSIso                       = i; }
44  
45      protected:
46        void                Process();
# Line 51 | Line 54 | namespace mithep
54        Double_t            fIsoGammaEtSumMax;             //maximum of Pt iso neutrals
55        Double_t            fSignalMassMin;                //minimum of tau mass
56        Double_t            fSignalMassMax;                //maximum of tau mass
57 <      const PFTauCol   *fPFTaus;            //!tau branch
57 >      Bool_t              fIsHPSSel;                     //apply HPS Tau selection
58 >      TString             fHPSIso;                       //isolation tightness: "tight", "medium", "loose"
59 >      const PFTauCol     *fPFTaus;                       //!tau branch
60      
61      ClassDef(PFTauIDMod, 1) // Tau identification module
62    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines