Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Mar 6, 2021
1 parent 8c90c58 commit 5375512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CaloOnlineTools/HcalOnlineDb/src/WriteL1TriggerObjectsTxt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ class WriteL1TriggerObjectsTxt : public edm::one::EDAnalyzer<edm::one::SharedRes
};

WriteL1TriggerObjectsTxt::WriteL1TriggerObjectsTxt(const edm::ParameterSet& iConfig)
: tagName_(iConfig.getParameter<std::string>("TagName")),
tok_dbservice_(esConsumes<HcalDbService, HcalDbRecord>()) {}
: tagName_(iConfig.getParameter<std::string>("TagName")),
tok_dbservice_(esConsumes<HcalDbService, HcalDbRecord>()) {}

WriteL1TriggerObjectsTxt::~WriteL1TriggerObjectsTxt() {}

Expand Down

0 comments on commit 5375512

Please sign in to comment.