CMS 3D CMS Logo

SiPixelPhase1Harvester.cc
Go to the documentation of this file.
1 // This is a plugin implementation, but it is in src/ to make it possible to
2 // derive from it in other packages. In plugins/ there is a dummy that declares
3 // the plugin.
6 
8  DQMStore::IGetter& iGetter,
9  edm::LuminosityBlock const& lumiBlock,
10  edm::EventSetup const& eSetup) {
11  for (HistogramManager& histoman : histo)
12  histoman.executePerLumiHarvesting(iBooker, iGetter, lumiBlock, eSetup);
13 };
15  for (HistogramManager& histoman : histo)
16  histoman.executeHarvesting(iBooker, iGetter);
17 };
void dqmEndLuminosityBlock(DQMStore::IBooker &iBooker, DQMStore::IGetter &iGetter, edm::LuminosityBlock const &lumiBlock, edm::EventSetup const &) override
void dqmEndJob(DQMStore::IBooker &iBooker, DQMStore::IGetter &iGetter) override
std::vector< HistogramManager > histo