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.13 by fabstoec, Thu Aug 2 13:57:32 2012 UTC

# Line 72 | Line 72 | namespace mithep {
72      
73      IdMVAType fMVAType;
74      std::vector<float> mvaVars;
75 <    std::map<std::string,float*> mvaVarMapEB;
76 <    std::map<std::string,float*> mvaVarMapEE;
75 >    std::vector<std::string> varNames;
76 >    std::map<std::string,unsigned int> mvaVarMapEB;
77 >    std::map<std::string,unsigned int> mvaVarMapEE;
78      
79      // -------------------------------------------------
80      // fab: these guys should all go away...

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines