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.7 by loizides, Mon Mar 23 14:23:06 2009 UTC vs.
Revision 1.8 by ceballos, Wed Apr 15 17:53:14 2009 UTC

# Line 41 | 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 67 | 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