Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
abhih1 committed Jul 26, 2021
1 parent 7ff4df3 commit a6bec70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DQM/EcalMonitorClient/interface/IntegrityClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace ecaldqm {
void setParams(edm::ParameterSet const&) override;
edm::ESGetToken<EcalChannelStatus, EcalChannelStatusRcd> chStatusToken;
const EcalChannelStatus* chStatus;
void setTokens(edm::ConsumesCollector&);
void setTokens(edm::ConsumesCollector&) override;

float errFractionThreshold_;
};
Expand Down
2 changes: 1 addition & 1 deletion DQM/EcalMonitorClient/interface/TowerStatusTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace ecaldqm {
void producePlotsTask_(float const*, std::string const&);
edm::ESGetToken<EcalDAQTowerStatus, EcalDAQTowerStatusRcd> daqHndlToken;
edm::ESGetToken<EcalDCSTowerStatus, EcalDCSTowerStatusRcd> dcsHndlToken;
void setTokens(edm::ConsumesCollector&);
void setTokens(edm::ConsumesCollector&) override;

bool doDAQInfo_;
bool doDCSInfo_;
Expand Down

0 comments on commit a6bec70

Please sign in to comment.