CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
OccupancyClient.h
Go to the documentation of this file.
1 #ifndef OccupancyClient_H
2 #define OccupancyClient_H
3 
5 
6 class CaloGeometry;
7 
8 namespace ecaldqm {
9 
11  public:
14 
15  void beginRun(const edm::Run &, const edm::EventSetup &);
16 
17  void bookMEs();
18 
19  void producePlots();
20 
21  enum MESets {
27  };
28 
29  static void setMEData(std::vector<MEData>&);
30 
31  enum Sources {
36  };
37 
38  private:
40 
41  int minHits_;
43  };
44 
45 }
46 
47 #endif
48 
const CaloGeometry * geometry_
static void setMEData(std::vector< MEData > &)
OccupancyClient(const edm::ParameterSet &, const edm::ParameterSet &)
Definition: Run.h:33
void beginRun(const edm::Run &, const edm::EventSetup &)