diff --git a/RecoEgamma/ElectronIdentification/interface/SoftElectronMVAEstimator.h b/RecoEgamma/ElectronIdentification/interface/SoftElectronMVAEstimator.h index 8a22df0d048fd..2652654ad2081 100644 --- a/RecoEgamma/ElectronIdentification/interface/SoftElectronMVAEstimator.h +++ b/RecoEgamma/ElectronIdentification/interface/SoftElectronMVAEstimator.h @@ -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; diff --git a/RecoEgamma/ElectronIdentification/src/SoftElectronMVAEstimator.cc b/RecoEgamma/ElectronIdentification/src/SoftElectronMVAEstimator.cc index e1aab81af13fc..cecaa3922ef85 100644 --- a/RecoEgamma/ElectronIdentification/src/SoftElectronMVAEstimator.cc +++ b/RecoEgamma/ElectronIdentification/src/SoftElectronMVAEstimator.cc @@ -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.;