Skip to content

Commit

Permalink
fixed mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas committed Apr 10, 2015
1 parent d1b5f7e commit b381f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimCalorimetry/CastorSim/plugins/CastorDigiProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CastorDigiProducer::CastorDigiProducer(const edm::ParameterSet& ps, edm::one::ED
theCastorDigitizer(0),
theCastorHits()
{
edm::InputTag theHitsProducerTag = ps.getParameter<edm::InputTag>("hitsProducer");
theHitsProducerTag = ps.getParameter<edm::InputTag>("hitsProducer");
iC.consumes<std::vector<PCaloHit> >(theHitsProducerTag);

mixMod.produces<CastorDigiCollection>();
Expand Down

0 comments on commit b381f3d

Please sign in to comment.