Skip to content

Commit

Permalink
Merge pull request #29882 from fwyzard/Apply_clang-format_DQMServices
Browse files Browse the repository at this point in the history
Apply code checks to the DQMServices packages
  • Loading branch information
cmsbuild committed May 18, 2020
2 parents 28de4b2 + 5a3c92a commit af9f648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DQMServices/Core/interface/DQMOneEDAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class DQMOneEDAnalyzer
edm::Service<DQMStore>()->enterLumi(run.run(), /* lumi */ 0, this->moduleDescription().id());
}

void accumulate(edm::Event const& event, edm::EventSetup const& setup) {
void accumulate(edm::Event const& event, edm::EventSetup const& setup) override {
auto& lumi = event.getLuminosityBlock();
edm::Service<dqm::legacy::DQMStore>()->enterLumi(
lumi.run(), lumi.luminosityBlock(), this->moduleDescription().id());
Expand Down
4 changes: 2 additions & 2 deletions DQMServices/Core/src/ROOTFilePB.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af9f648

Please sign in to comment.