CMS 3D CMS Logo

EcalDAQHandler.h
Go to the documentation of this file.
1 #ifndef ECAL_DAQ_HANDLER_H
2 #define ECAL_DAQ_HANDLER_H
3 
4 #include <vector>
5 #include <typeinfo>
6 #include <string>
7 #include <map>
8 #include <iostream>
9 #include <ctime>
10 
13 
24 
27 
31 
37 
38 namespace edm {
39  class ParameterSet;
40  class Event;
41  class EventSetup;
42 } // namespace edm
43 
44 namespace popcon {
45  class EcalDAQHandler : public popcon::PopConSourceHandler<EcalDAQTowerStatus> {
46  public:
48  ~EcalDAQHandler() override;
49 
50  void getNewObjects() override;
51  std::string id() const override { return m_name; }
53 
54  int detIDToLogicID(int, int, int);
55  uint16_t OffDBStatus(uint16_t dbStatus, int pos);
56 
57  private:
58  unsigned long m_firstRun;
59  unsigned long m_lastRun;
67  bool m_debug;
68  };
69 } // namespace popcon
70 #endif
EcalDAQHandler(edm::ParameterSet const &)
unsigned long m_lastRun
void getNewObjects() override
std::string id() const override
EcalCondDBInterface * econn
unsigned long m_firstRun
HLT enums.
uint16_t OffDBStatus(uint16_t dbStatus, int pos)
int detIDToLogicID(int, int, int)