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 
8 
9 #include <string>
10 
14 
15  typedef MonitorElement *MEP;
16 
17  RPCValidHistograms() { booked_ = false; };
18 
19  void bookHistograms(DQMStore::IBooker &booker, const std::string &subDir);
20 
21  // Hit properties
24 
28 
30 
31  // Occupancy 1D
35 
36  // Occupancy 2D
40 
41  // Residuals
44 
45  // Pulls
48 
49 private:
50  bool booked_;
51 };
52 
53 #endif
void bookHistograms(DQMStore::IBooker &booker, const std::string &subDir)
MonitorElement * MEP
dqm::legacy::DQMStore DQMStore
dqm::legacy::MonitorElement MonitorElement