Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Aug 10, 2021
1 parent bae3360 commit 2e6eceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DQMOffline/CalibCalo/plugins/DQMSourceEleCalib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ DQMSourceEleCalib::DQMSourceEleCalib(const edm::ParameterSet &ps) : eventCounter

saveToFile_ = ps.getUntrackedParameter<bool>("SaveToFile", false);
fileName_ = ps.getUntrackedParameter<std::string>("FileName", "MonitorAlCaEcalSingleEle.root");
productMonitoredElectrons_ = consumes<reco::GsfElectronCollection>(ps.getParameter<edm::InputTag>("electronCollection"));
productMonitoredElectrons_ =
consumes<reco::GsfElectronCollection>(ps.getParameter<edm::InputTag>("electronCollection"));
prescaleFactor_ = ps.getUntrackedParameter<unsigned int>("prescaleFactor", 1);
}

Expand Down

0 comments on commit 2e6eceb

Please sign in to comment.