CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTPGFineGrainStripfromFile.h
Go to the documentation of this file.
1 #ifndef ECAL_TPGFINEGRAINSTRIP_H
2 #define ECAL_TPGFINEGRAINSTRIP_H
3 
4 #include <vector>
5 #include <typeinfo>
6 #include <string>
7 #include <map>
8 #include <iostream>
9 #include <time.h>
10 
23 
26 
29 
32 
36 
37 namespace edm {
38  class ParameterSet;
39  class Event;
40  class EventSetup;
41 }
42 
43 namespace popcon {
44  class EcalTPGFineGrainStripfromFile : public popcon::PopConSourceHandler<EcalTPGFineGrainStripEE> {
45 
46  public:
47  void getNewObjects();
50 
51  std::string id() const { return m_name;}
52 
53  private:
55  };
56 }
57 #endif
Definition: Event.h:16