CMS 3D CMS Logo

EcalMappingElectronicsHandler.h
Go to the documentation of this file.
1 #ifndef ECAL_MAPPINGELECTRONICS_HANDLER_H
2 #define ECAL_MAPPINGELECTRONICS_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 
32 class EcalMappingElectronicsHandler : public popcon::PopConSourceHandler<EcalMappingElectronics> {
33 public:
36  void getNewObjects() override;
37  std::string id() const override { return m_name; }
38 
39 private:
41 
44 
45  long long since_;
46 };
47 
48 #endif
EcalMappingElectronicsHandler(edm::ParameterSet const &)
const EcalMappingElectronics * myMap