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.29 by fabstoec, Thu Aug 2 12:30:55 2012 UTC vs.
Revision 1.30 by fabstoec, Thu Aug 2 12:59:31 2012 UTC

# Line 27 | Line 27
27  
28   #include "MitPhysics/Utils/interface/MVATools.h"
29   #include "MitPhysics/Utils/interface/PhotonTools.h"
30 + #include "MitPhysics/Utils/interface/RhoUtilities.h"
31  
32   class TRandom3;
33  
# Line 163 | Line 164 | namespace mithep
164  
165      void                SetIdMVAType(const char *type)    { fIdMVATypeName        = type;    }
166  
167 +    void                SetRhoType(RhoUtilities::RhoType type) { fRhoType = type ; }
168 +
169        enum EPhIdType {
170          kIdUndef = 0,       //not defined
171          kTight,             //"Tight"
# Line 312 | Line 315 | namespace mithep
315  
316        TRandom3* fRng;
317  
318 +      RhoUtilities::RhoType fRhoType;
319  
320      ClassDef(PhotonIDMod, 1) // Photon identification module
321    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines