Skip to content

Commit

Permalink
Add overrride annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiml committed Mar 30, 2020
1 parent 3c328d9 commit 466e9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMServices/Core/interface/DQMOneEDAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class DQMOneLumiEDAnalyzer
dqmBeginLuminosityBlock(lumi, setup);
}

void accumulate(edm::Event const& event, edm::EventSetup const& setup) { this->analyze(event, setup); }
void accumulate(edm::Event const& event, edm::EventSetup const& setup) override { this->analyze(event, setup); }

void endLuminosityBlockProduce(edm::LuminosityBlock& lumi, edm::EventSetup const& setup) final {
dqmEndLuminosityBlock(lumi, setup);
Expand Down

0 comments on commit 466e9d7

Please sign in to comment.