CMS 3D CMS Logo

RPCRollMapHisto.h
Go to the documentation of this file.
1 #ifndef RPCRollMapHisto_H
2 #define RPCRollMapHisto_H
3 
5 #include <string>
6 
9  //typedef dqm::impl::MonitorElement MonitorElement;
10  //typedef DQMEDHarvester::MonitorElement MonitorElement;
12 
13  static MonitorElement* bookBarrel(
14  IBooker& booker, const int wheel, const std::string& prefix, const std::string& title, const bool useRollInfo);
15  static MonitorElement* bookEndcap(
16  IBooker& booker, const int disk, const std::string& prefix, const std::string& title, const bool useRollInfo);
17 
18  static void setBarrelRollAxis(MonitorElement* me, const int wheel, const int axis, const bool useRollInfo);
19  static void setEndcapRollAxis(MonitorElement* me, const int disk, const int axis, const bool useRollInfo);
20 };
21 
22 #endif
dqm::reco::MonitorElement MonitorElement
static void setBarrelRollAxis(MonitorElement *me, const int wheel, const int axis, const bool useRollInfo)
static MonitorElement * bookBarrel(IBooker &booker, const int wheel, const std::string &prefix, const std::string &title, const bool useRollInfo)
dqm::reco::DQMStore::IBooker IBooker
static void setEndcapRollAxis(MonitorElement *me, const int disk, const int axis, const bool useRollInfo)
static MonitorElement * bookEndcap(IBooker &booker, const int disk, const std::string &prefix, const std::string &title, const bool useRollInfo)