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

Comparing UserCode/MitPhysics/Mods/interface/PhotonMvaMod.h (file contents):
Revision 1.2 by bendavid, Sun Jun 17 23:12:56 2012 UTC vs.
Revision 1.3 by fabstoec, Tue Jul 24 10:13:45 2012 UTC

# Line 82 | Line 82 | namespace mithep
82  
83      void                SetRegressionVersion(UInt_t v)     { fRegressionVersion = v; }
84      void                SetRegressionWeights(TString f)    { fRegWeights = f; }
85 +
86 +
87 +    void                SetMinNumPhotons ( UInt_t i ) { fMinNumPhotons = i;}
88 +    void                SetDoPreselection( Bool_t b ) { fDoPreselection = b;}
89      
90    protected:
91      void                Process();
# Line 140 | Line 144 | namespace mithep
144      // --------------------------------
145      bool fApplyEleVeto;
146      UInt_t fRegressionVersion;
147 <    
148 <    
147 >
148 >    UInt_t fMinNumPhotons;
149 >    Bool_t fDoPreselection;
150 >
151      ClassDef(PhotonMvaMod, 1) // Photon identification module
152    };
153   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines