Skip to content

Commit

Permalink
Merge remote branch 'origin/CMSSW_7_1_X' into CMSSW_7_0_X
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsbuild committed Mar 1, 2014
2 parents 4f78c52 + 579e365 commit 40f23a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RecoEgamma/EgammaPhotonProducers/src/PhotonProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ PhotonProducer::PhotonProducer(const edm::ParameterSet& config) :

PhotonProducer::~PhotonProducer()
{

delete thePhotonEnergyCorrector_;
//delete energyCorrectionF;
}

Expand All @@ -162,7 +162,6 @@ void PhotonProducer::endRun (edm::Run const& r, edm::EventSetup const & theEven

delete thePhotonIsolationCalculator_;
delete thePhotonMIPHaloTagger_;
delete thePhotonEnergyCorrector_;
}


Expand Down

0 comments on commit 40f23a8

Please sign in to comment.