CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalDcsMapHandler.h
Go to the documentation of this file.
1 #ifndef HcalDcsMapHandler_h
2 #define HcalDcsMapHandler_h
3 
4 // Gena Kukartsev, February 5, 2010
5 
6 
7 #include <string>
8 #include <iostream>
9 #include <typeinfo>
10 #include <fstream>
11 
14 
19 // user include files
23 
24 
26 {
27  public:
28  void getNewObjects();
29  std::string id() const { return m_name;}
32 
33  void initObject(HcalDcsMap*);
34 
35  private:
36  unsigned int sinceTime;
39  std::string m_name;
40 
41 };
42 #endif
void initObject(HcalDcsMap *)
std::string id() const
unsigned int sinceTime
edm::FileInPath fFile
HcalDcsMap * myDBObject
HcalDcsMapHandler(edm::ParameterSet const &)