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

Comparing UserCode/MitPhysics/Utils/interface/JetIDMVA.h (file contents):
Revision 1.10 by pharris, Sat Jan 12 11:49:46 2013 UTC vs.
Revision 1.11 by pharris, Tue Jul 16 22:29:52 2013 UTC

# Line 57 | Line 57 | namespace mithep {
57                            TString           iLowPtWeights ="$CMSSW_BASE/src/MitPhysics/data/mva_JetID_lowpt.weights.xml",
58                            TString           iHighPtWeights="$CMSSW_BASE/src/MitPhysics/data/mva_JetID_highpt.weights.xml",
59                            JetIDMVA::MVAType iType=kBaseline,
60 <                          TString           iCutFileName  ="$CMSSW_BASE/src/MitPhysics/Utils/python/JetIdParams_cfi.py");
60 >                          TString           iCutFileName  ="$CMSSW_BASE/src/MitPhysics/Utils/python/JetIdParams_cfi.py",bool i42=false);
61      
62        Bool_t   IsInitialized() const { return fIsInitialized; }
63        Double_t MVAValue(    
# Line 117 | Line 117 | namespace mithep {
117  
118        Float_t                  fJetPtMin;
119        Float_t                  fDZCut;
120 +      Bool_t                   f42;
121  
122      protected:      
123        TMVA::Reader            *fReader;
# Line 129 | Line 130 | namespace mithep {
130        Float_t                  fMVACut[4][4]; //Fix the cut array
131        Float_t                  fRMSCut[4][4];
132        Float_t                  fBetaStarCut[4][4];
133 <      
133 >
134        Float_t fNVtx     ;
135        Float_t fJPt1     ;
136        Float_t fJEta1    ;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines