CMS 3D CMS Logo

EcalCondHeader.h
Go to the documentation of this file.
1 #ifndef _CondTools_Ecal_EcalCondHeader_h_
2 #define _CondTools_Ecal_EcalCondHeader_h_
3 
14 #include <string>
15 
23 
24  EcalCondHeader() : method_(""), version_(""), datasource_(""), since_(0), tag_(""), date_("") {}
25 
26  void reset() {
27  method_ = version_ = datasource_ = tag_ = date_ = "";
28  since_ = 0;
29  }
30 };
31 
32 #endif
std::string datasource_
cond::Time_t since_
std::string date_
std::string version_
unsigned long long Time_t
Definition: Time.h:14
std::string tag_
std::string method_