Skip to content

Commit

Permalink
fixed typo to match backport
Browse files Browse the repository at this point in the history
  • Loading branch information
cferraio committed Oct 13, 2016
1 parent 1db44bd commit 141369f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ZdcSimpleReconstructor::ZdcSimpleReconstructor(edm::ParameterSet const& conf):
dropZSmarkedPassed_(conf.getParameter<bool>("dropZSmarkedPassed"))
{
tok_input_castor = consumes<ZDCDigiCollection>(conf.getParameter<edm::InputTag>("digiLabelcastor"));
tok_input_castor = consumes<ZDCDigiCollection>(conf.getParameter<edm::InputTag>("digiLabelhcal"));
tok_input_hcal = consumes<ZDCDigiCollection>(conf.getParameter<edm::InputTag>("digiLabelhcal"));


std::string subd=conf.getParameter<std::string>("Subdetector");
Expand Down

0 comments on commit 141369f

Please sign in to comment.