CMS 3D CMS Logo

EcalADCToGeVHandler.h
Go to the documentation of this file.
1 #ifndef ECAL_ADCTOGEV_HANDLER_H
2 #define ECAL_ADCTOGEV_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 
32 
36 
38 #include <string>
39 
40 namespace edm {
41  class ParameterSet;
42  class Event;
43  class EventSetup;
44 } // namespace edm
45 
46 namespace popcon {
47 
48  class EcalADCToGeVHandler : public popcon::PopConSourceHandler<EcalADCToGeVConstant> {
49  public:
51  ~EcalADCToGeVHandler() override;
52 
53  void getNewObjects() override;
54 
55  std::string id() const override { return m_name; }
57 
58  private:
60 
61  unsigned int m_firstRun;
62  unsigned int m_lastRun;
63 
73  };
74 } // namespace popcon
75 #endif
EcalCondDBInterface
Definition: EcalCondDBInterface.h:37
PopConSourceHandler.h
popcon::EcalADCToGeVHandler::econn
EcalCondDBInterface * econn
Definition: EcalADCToGeVHandler.h:56
popcon::EcalADCToGeVHandler::~EcalADCToGeVHandler
~EcalADCToGeVHandler() override
Definition: EcalADCToGeVHandler.cc:25
Handle.h
MessageLogger.h
popcon::EcalADCToGeVHandler::m_sid
std::string m_sid
Definition: EcalADCToGeVHandler.h:66
ESHandle.h
popcon::EcalADCToGeVHandler::m_pass
std::string m_pass
Definition: EcalADCToGeVHandler.h:68
edm
HLT enums.
Definition: AlignableModifier.h:19
RunDCSMagnetDat.h
popcon::EcalADCToGeVHandler::m_location
std::string m_location
Definition: EcalADCToGeVHandler.h:64
EBDetId.h
EEDetId.h
popcon::EcalADCToGeVHandler::m_gentag
std::string m_gentag
Definition: EcalADCToGeVHandler.h:65
EcalADCToGeVConstant
Definition: EcalADCToGeVConstant.h:13
popcon::EcalADCToGeVHandler::m_locationsource
std::string m_locationsource
Definition: EcalADCToGeVHandler.h:69
popcon::EcalADCToGeVHandler::EcalADCToGeVHandler
EcalADCToGeVHandler(edm::ParameterSet const &)
Definition: EcalADCToGeVHandler.cc:8
MakerMacros.h
PoolDBOutputService.h
Service.h
Event
EcalADCToGeVConstant.h
popcon::EcalADCToGeVHandler::m_name
std::string m_name
Definition: EcalADCToGeVHandler.h:70
popcon::EcalADCToGeVHandler::m_lastRun
unsigned int m_lastRun
Definition: EcalADCToGeVHandler.h:62
all_monitoring_types.h
edm::ParameterSet
Definition: ParameterSet.h:47
Timestamp.h
Event.h
ParameterSet
Definition: Functions.h:16
popcon::EcalADCToGeVHandler
Definition: EcalADCToGeVHandler.h:48
EcalADCToGeVConstantRcd.h
popcon::EcalADCToGeVHandler::id
std::string id() const override
Definition: EcalADCToGeVHandler.h:55
popcon::PopConSourceHandler
Definition: PopConSourceHandler.h:30
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
popcon::EcalADCToGeVHandler::m_file_highfield
std::string m_file_highfield
Definition: EcalADCToGeVHandler.h:72
popcon
Definition: Exception.h:6
popcon::EcalADCToGeVHandler::m_firstRun
unsigned int m_firstRun
Definition: EcalADCToGeVHandler.h:61
popcon::EcalADCToGeVHandler::m_user
std::string m_user
Definition: EcalADCToGeVHandler.h:67
EcalCondHeader.h
popcon::EcalADCToGeVHandler::m_file_lowfield
std::string m_file_lowfield
Definition: EcalADCToGeVHandler.h:71
popcon::EcalADCToGeVHandler::myintercalib
const EcalADCToGeVConstant * myintercalib
Definition: EcalADCToGeVHandler.h:59
ParameterSetfwd.h
EventSetup.h
Oracle.h
EventSetup
ParameterSet.h
EventSetupRecordKey.h
EcalCondDBInterface.h
popcon::EcalADCToGeVHandler::getNewObjects
void getNewObjects() override
Definition: EcalADCToGeVHandler.cc:27