CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCValidHistograms.h
Go to the documentation of this file.
1 #ifndef Validation_RPCRecHits_RPCValidHistograms_H
2 #define Validation_RPCRecHits_RPCValidHistograms_H
3 
7 
8 #include <string>
9 
11 {
12  typedef MonitorElement* MEP;
13 
15  {
16  booked_ = false;
17  };
18 
19  void bookHistograms(DQMStore* dbe, const std::string subDir);
20 
21  // Hit properties
24 
28 
29  // Occupancy 1D
34 
35  // Occupancy 2D
40 
41  // Residuals
44 
45  // Pulls
48 
49 private:
50  bool booked_;
51 };
52 
53 #endif
54 
MonitorElement * MEP
void bookHistograms(DQMStore *dbe, const std::string subDir)