Skip to content

Commit

Permalink
Merge pull request #18562 from dmitrijus/path_reset_
Browse files Browse the repository at this point in the history
Reset the path in DQMStore for each module
  • Loading branch information
cmsbuild committed May 10, 2017
2 parents b83376d + 8d621c2 commit 634f58c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DQMServices/Core/src/DQMEDAnalyzer.cc
Expand Up @@ -19,6 +19,7 @@ void DQMEDAnalyzer::beginRun(edm::Run const &iRun,
dqmBeginRun(iRun, iSetup);
DQMStore * store = edm::Service<DQMStore>().operator->();
store->bookTransaction([this, &iRun, &iSetup](DQMStore::IBooker &b) {
b.cd();
this->bookHistograms(b, iRun, iSetup);
},
iRun.run(),
Expand Down Expand Up @@ -99,6 +100,7 @@ void thread_unsafe::DQMEDAnalyzer::beginRun(edm::Run const &iRun,
dqmBeginRun(iRun, iSetup);
DQMStore * store = edm::Service<DQMStore>().operator->();
store->bookTransaction([this, &iRun, &iSetup](DQMStore::IBooker &b) {
b.cd();
this->bookHistograms(b, iRun, iSetup);
},
iRun.run(),
Expand Down

0 comments on commit 634f58c

Please sign in to comment.