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

Comparing UserCode/MitPhysics/Mods/interface/PhotonIDMod.h (file contents):
Revision 1.6 by loizides, Wed Dec 10 17:28:22 2008 UTC vs.
Revision 1.8 by ceballos, Wed Apr 15 17:53:14 2009 UTC

# Line 22 | Line 22 | namespace mithep
22      public:
23        PhotonIDMod(const char *name="PhotonIDMod",
24                    const char *title="Photon identification module");
25      ~PhotonIDMod() {}
25  
26        Bool_t              GetApplyPixelSeed()         const { return fApplyPixelSeed;      }
27        const char         *GetGoodName()               const { return GetGoodPhotonsName(); }  
# Line 42 | Line 41 | namespace mithep
41        void                SetIsoType(const char *type)      { fPhotonIsoType   = type;     }
42        void                SetOutputName(const char *n)      { SetGoodPhotonsName(n);       }    
43        void                SetPtMin(Double_t pt)             { fPhotonPtMin     = pt;       }
44 +      void                SetR9Min(Double_t x)              { fPhotonR9Min     = x;       }
45  
46        enum EPhIdType {
47          kIdUndef = 0,       //not defined
# Line 68 | Line 68 | namespace mithep
68        Double_t            fPhotonPtMin;          //min pt cut
69        Double_t            fHadOverEmMax;         //maximum of hadronic/em energy
70        Bool_t              fApplyPixelSeed;       //=true then apply pixel seed constraint
71 +      Double_t            fPhotonR9Min;          //min R9 value
72        const PhotonCol    *fPhotons;              //!photon branch
73        EPhIdType           fPhIdType;             //!identification scheme
74        EPhIsoType          fPhIsoType;            //!isolation scheme

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines