# | 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... |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |