Skip to content

Commit

Permalink
Reversed mistakenly hidden puts
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrenguyen committed Jun 5, 2018
1 parent 11b1ea6 commit 56a39ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions RecoEgamma/EgammaPhotonProducers/src/ReducedEGProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -572,10 +572,8 @@ void ReducedEGProducer::produce(edm::Event& theEvent, const edm::EventSetup& the
}
}

if(!ootPhotonT_.isUninitialized()) {
theEvent.put(std::move(ebRecHits),outEBRecHits_);
theEvent.put(std::move(eeRecHits),outEERecHits_);
}
theEvent.put(std::move(ebRecHits),outEBRecHits_);
theEvent.put(std::move(eeRecHits),outEERecHits_);

if (doPreshowerEcalHits_) {
for (const EcalRecHit &rechit : *preshowerHitHandle) {
Expand Down

0 comments on commit 56a39ea

Please sign in to comment.