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.5 by ceballos, Sat May 12 07:26:58 2012 UTC vs.
Revision 1.6 by pharris, Mon May 14 09:42:26 2012 UTC

# Line 36 | Line 36 | namespace mithep {
36        ~JetIDMVA();
37  
38        enum MVAType {
39 <        kBaseline = 0
39 >        kBaseline = 0,
40 >        k42       = 1,
41 >        k52       = 2
42        };
43  
44        enum CutType {
# Line 69 | Line 71 | namespace mithep {
71                          Float_t iFrac02  ,
72                          Float_t iFrac03  ,
73                          Float_t iFrac04  ,
74 <                        Float_t iFrac05  
74 >                        Float_t iFrac05  ,
75 >                        Float_t iDR2Mean
76                          );
77  
78        //UNcorrected Jets
# Line 101 | Line 104 | namespace mithep {
104  
105      protected:      
106        TMVA::Reader            *fReader;
107 +      TMVA::Reader            *fLowPtReader;
108        TString                  fLowPtMethodName;
109        TString                  fHighPtMethodName;
110        MVAType                  fType;
# Line 124 | Line 128 | namespace mithep {
128        Float_t fFrac03   ;
129        Float_t fFrac04   ;
130        Float_t fFrac05   ;
131 +      Float_t fDR2Mean  ;
132  
133        ClassDef(JetIDMVA,0)
134          };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines