CMS 3D CMS Logo

RPCValidHistograms.h
Go to the documentation of this file.
1 #ifndef Validation_RPCRecHits_RPCValidHistograms_H
2 #define Validation_RPCRecHits_RPCValidHistograms_H
3 
9 
10 #include <string>
11 
13  typedef MonitorElement *MEP;
14 
15  RPCValidHistograms() { booked_ = false; };
16 
17  void bookHistograms(DQMStore::IBooker &booker, const std::string &subDir);
18 
19  // Hit properties
22 
26 
28 
29  // Occupancy 1D
33 
34  // Occupancy 2D
38 
39  // Residuals
42 
43  // Pulls
46 
47 private:
48  bool booked_;
49 };
50 
51 #endif
void bookHistograms(DQMStore::IBooker &booker, const std::string &subDir)
MonitorElement * MEP