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  for (HistogramManager& histoman : histo)
9  histoman.executePerLumiHarvesting(iBooker, iGetter, lumiBlock, eSetup);
10 };
12  for (HistogramManager& histoman : histo)
13  histoman.executeHarvesting(iBooker, iGetter);
14 };
void dqmEndLuminosityBlock(DQMStore::IBooker &iBooker, DQMStore::IGetter &iGetter, edm::LuminosityBlock const &lumiBlock, edm::EventSetup const &eSetup)
std::vector< HistogramManager > histo
void dqmEndJob(DQMStore::IBooker &iBooker, DQMStore::IGetter &iGetter)