CMS 3D CMS Logo

GEMDQMHarvester.cc
Go to the documentation of this file.
10 
11 //DQM services
16 
17 using namespace edm;
18 
20 {
21 public:
23  ~GEMDQMHarvester() override {};
24  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
25 protected:
27 };
28 
30 {
32  descriptions.add("GEMDQMHarvester", desc);
33 }
34 
~GEMDQMHarvester() override
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
GEMDQMHarvester(const edm::ParameterSet &)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
HLT enums.
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override