# | Line 467 | Line 467 | Double_t MVATools::GetMVAbdtValue(const | |
---|---|---|
467 | // check if it's a Barrel or EE photon | |
468 | bool isBarrel = ( p->SCluster()->AbsEta() < 1.5 ); | |
469 | ||
470 | < | std::map<std::string,unsigned int>* theVars = ( isBarrel ? &mvaVarMapEB : &mvaVarMapEB ); |
470 | > | std::map<std::string,unsigned int>* theVars = ( isBarrel ? &mvaVarMapEB : &mvaVarMapEE ); |
471 | ||
472 | // loop over all the variables in the map... and keep count (to make sure we have filled all variables) | |
473 | unsigned int varCounter = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |