CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 <time.h>
10 
13 
14 
25 
26 
29 
33 
39 
40 
41 namespace edm {
42  class ParameterSet;
43  class Event;
44  class EventSetup;
45 }
46 
47 namespace popcon {
48  class EcalDAQHandler : public popcon::PopConSourceHandler<EcalDAQTowerStatus>
49  {
50  public:
52  ~EcalDAQHandler();
53 
54  void getNewObjects();
55  std::string id() const { return m_name;}
57 
58  int detIDToLogicID(int, int, int);
59  uint16_t OffDBStatus( uint16_t dbStatus , int pos ) ;
60 
61  private:
62  unsigned long m_firstRun ;
63  unsigned long m_lastRun ;
64  std::string m_sid;
65  std::string m_user;
66  std::string m_pass;
67  std::string m_name;
68  std::string m_location;
69  std::string m_runtype;
70  std::string m_gentag;
71  };
72 }
73 #endif
74 
EcalDAQHandler(edm::ParameterSet const &)
unsigned long m_lastRun
EcalCondDBInterface * econn
std::string id() const
unsigned long m_firstRun
uint16_t OffDBStatus(uint16_t dbStatus, int pos)
int detIDToLogicID(int, int, int)