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

Comparing UserCode/MitPhysics/Utils/interface/MVATools.h (file contents):
Revision 1.12 by fabstoec, Thu Aug 2 12:30:55 2012 UTC vs.
Revision 1.15 by mingyang, Sat Nov 9 15:08:28 2013 UTC

# Line 43 | Line 43 | namespace mithep {
43        k2011IdMVA,
44        k2012IdMVA_globe,
45        k2012IdMVA,        // same as above, but more logical name...
46 +      k2013FinalIdMVA_8TeV,
47 +      k2013FinalIdMVA_7TeV,
48        k2011IdMVA_HZg
49      };
50      
# Line 72 | Line 74 | namespace mithep {
74      
75      IdMVAType fMVAType;
76      std::vector<float> mvaVars;
77 <    std::map<std::string,float*> mvaVarMapEB;
78 <    std::map<std::string,float*> mvaVarMapEE;
77 >    std::vector<std::string> varNames;
78 >    std::map<std::string,unsigned int> mvaVarMapEB;
79 >    std::map<std::string,unsigned int> mvaVarMapEE;
80      
81      // -------------------------------------------------
82      // fab: these guys should all go away...

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines