CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SelectiveReadoutClient.h
Go to the documentation of this file.
1 #ifndef SelectiveReadoutClient_H
2 #define SelectiveReadoutClient_H
3 
5 
6 namespace ecaldqm {
7 
9  public:
12 
13  void producePlots();
14 
15  enum MESets {
18  kFR,
22  };
23 
24  static void setMEData(std::vector<MEData>&);
25 
26  enum Sources {
27  sFlagCounterMap, // h2f counter
28  sRUForcedMap, // h2f counter
29  sFullReadoutMap, // h2f counter
30  sZS1Map, // h2f counter
31  sZSMap, // h2f counter
32  sZSFullReadoutMap, // h2f counter
33  sFRDroppedMap, // h2f counter
35  };
36  };
37 
38 }
39 
40 #endif
static void setMEData(std::vector< MEData > &)
SelectiveReadoutClient(const edm::ParameterSet &, const edm::ParameterSet &)