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 
9 
10 #include <string>
11 
13 {
14  typedef MonitorElement* MEP;
15 
17  {
18  booked_ = false;
19  };
20 
21  void bookHistograms(DQMStore::IBooker& booker, const std::string& subDir);
22 
23  // Hit properties
26 
30 
31  // Occupancy 1D
36 
37  // Occupancy 2D
42 
43  // Residuals
46 
47  // Pulls
50 
51 private:
52  bool booked_;
53 };
54 
55 #endif
56 
void bookHistograms(DQMStore::IBooker &booker, const std::string &subDir)
MonitorElement * MEP