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.28 by fabstoec, Wed Jul 25 15:00:42 2012 UTC vs.
Revision 1.29 by fabstoec, Thu Aug 2 12:30:55 2012 UTC

# Line 161 | Line 161 | namespace mithep
161      void                SetDoMCErrScaling(Bool_t b)        { fDoMCErrScaling = b; }
162      void                SetMCErrScale(Double_t ebscale, Double_t eescale) { fMCErrScaleEB = ebscale; fMCErrScaleEE = eescale; }
163  
164 +    void                SetIdMVAType(const char *type)    { fIdMVATypeName        = type;    }
165 +
166        enum EPhIdType {
167          kIdUndef = 0,       //not defined
168          kTight,             //"Tight"
# Line 171 | Line 173 | namespace mithep
173          kMITMVAId,            // MingMing MVA ID
174          kMITPhSelection,      //MIT loose preselection (for mva)
175          kMITPFPhSelection,    //MIT loose preselection (for mva)
176 +        kMITPFPhSelection_NoTrigger,    //MIT loose preselection (for mva, no Trigger)
177          kVgamma2011Selection, // Vgamma 2011 Photon ID
178 +        kTrivialSelection,    // only pt & eta cuts
179          kCustomId             //"Custom"
180        };
181  
# Line 244 | Line 248 | namespace mithep
248  
249        Double_t fbdtCutBarrel;
250        Double_t fbdtCutEndcap;
251 +
252 +      // ----------------------------------------------------------------
253 +      // these guys should go away.... (let MVATools handle this)   (fab)
254        int                         fVariableType;
255        TString                     fEndcapWeights;
256        TString                     fBarrelWeights;
257 +      // ----------------------------------------------------------------
258        MVATools                    fTool;
259 +      TString                     fIdMVATypeName;
260 +      MVATools::IdMVAType         fIdMVAType;
261 +      // ----------------------------------------------------------------
262  
263        Bool_t fDoMCR9Scaling;
264        Double_t fMCR9ScaleEB;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines