Skip to content

Commit

Permalink
Merge pull request #4129 from Dr15Jones/valgrindFixSoftElectronMVAEst…
Browse files Browse the repository at this point in the history
…imator

Removed unused variable to avoid valgrind error in SoftElectronMVAEstimator
  • Loading branch information
ktf committed Jun 12, 2014
2 parents 1501a3a + cff7577 commit bd92b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -49,7 +49,7 @@ class SoftElectronMVAEstimator {
Float_t OneMinusE1x5E5x5;

Float_t HoE;
Float_t EoP;
//Float_t EoP; //Not being used
Float_t eleEoPout;

Float_t spp;
Expand Down
Expand Up @@ -196,8 +196,8 @@ void SoftElectronMVAEstimator::bindVariables() {
dphi = 0.6;


if(EoP > 20.)
EoP = 20.;
//if(EoP > 20.)
// EoP = 20.;

if(eleEoPout > 20.)
eleEoPout = 20.;
Expand Down

0 comments on commit bd92b77

Please sign in to comment.