We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a065bd2 commit 274119fCopy full SHA for 274119f
DQM/L1TMonitor/src/L1TCaloLayer1Summary.cc
@@ -9,8 +9,7 @@ L1TCaloLayer1Summary::L1TCaloLayer1Summary(const edm::ParameterSet& iConfig)
9
consumes<L1CaloRegionCollection>(iConfig.getParameter<edm::InputTag>("caloLayer1Regions"))),
10
simRegionsToken_(consumes<L1CaloRegionCollection>(iConfig.getParameter<edm::InputTag>("simRegions"))),
11
fedRawData_(consumes<FEDRawDataCollection>(iConfig.getParameter<edm::InputTag>("fedRawDataLabel"))),
12
- histFolder_(iConfig.getParameter<std::string>("histFolder")) {
13
-}
+ histFolder_(iConfig.getParameter<std::string>("histFolder")) {}
14
15
// ------------ method called for each event ------------
16
void L1TCaloLayer1Summary::analyze(const edm::Event& iEvent, const edm::EventSetup& iSetup) {
0 commit comments