Skip to content

Commit

Permalink
prepare for concurrent runs
Browse files Browse the repository at this point in the history
  • Loading branch information
wddgit committed Sep 22, 2022
1 parent dd8064c commit 9af0340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DQMServices/Core/interface/DQMEDAnalyzer.h
Expand Up @@ -93,6 +93,7 @@ class DQMEDAnalyzer : public edm::stream::EDProducer<edm::GlobalCache<DQMEDAnaly
}

void beginLuminosityBlock(edm::LuminosityBlock const& lumi, edm::EventSetup const& setup) final {
edm::Service<DQMStore>()->initLumi(lumi.run(), lumi.luminosityBlock(), meId());
edm::Service<DQMStore>()->enterLumi(lumi.run(), lumi.luminosityBlock(), meId());
}

Expand Down

0 comments on commit 9af0340

Please sign in to comment.