CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCMonitorRaw.h
Go to the documentation of this file.
1 #ifndef DQM_RPCMonitorModule_RPCMonitorRaw_H
2 #define DQM_RPCMonitorModule_RPCMonitorRaw_H
3 
10 
13 
16 #include <bitset>
17 
19 public:
20 
21  explicit RPCMonitorRaw( const edm::ParameterSet& cfg);
22  virtual ~RPCMonitorRaw();
23 
24  virtual void beginJob( );
25  virtual void endJob();
26 
28  virtual void analyze(const edm::Event&, const edm::EventSetup&);
29 
30 private:
31 
32 
37 
39  std::vector<MonitorElement* > theWatchedErrorHistos[3]; // histos with physical locations
40  // (RMB,LINK)of selected ReadoutErrors
41 
42  unsigned int theWatchedErrorHistoPos[10]; // for a give error type show its position
43  // (1..10) in theWatchedErrorHistos
44  // to get index one has to subtract -1
45  // 0 is not selected error type
46 
47 };
48 
49 #endif
50 
51 
MonitorElement * me_mapBadEvents
Definition: RPCMonitorRaw.h:36
std::vector< MonitorElement * > theWatchedErrorHistos[3]
Definition: RPCMonitorRaw.h:39
MonitorElement * me_mapGoodEvents
Definition: RPCMonitorRaw.h:35
MonitorElement * me_t[3]
Definition: RPCMonitorRaw.h:33
virtual void endJob()
virtual ~RPCMonitorRaw()
edm::ParameterSet theConfig
Definition: RPCMonitorRaw.h:38
virtual void beginJob()
RPCMonitorRaw(const edm::ParameterSet &cfg)
unsigned int theWatchedErrorHistoPos[10]
Definition: RPCMonitorRaw.h:42
virtual void analyze(const edm::Event &, const edm::EventSetup &)
get data, convert to digis attach againe to Event
MonitorElement * me_e[3]
Definition: RPCMonitorRaw.h:34