CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 <time.h>
10 
13 
14 
25 
26 
27 
30 
31 
35 
36 class EcalMappingElectronicsHandler : public popcon::PopConSourceHandler<EcalMappingElectronics>
37 {
38  public:
41  virtual void getNewObjects();
42  virtual std::string id() const { return m_name;}
43 
44  private:
45 
47 
48  std::string txtFileSource_;
49  std::string m_name;
50 
51  long long since_;
52 };
53 
54 #endif
55 
EcalMappingElectronicsHandler(edm::ParameterSet const &)
const EcalMappingElectronics * myMap