CMS 3D CMS Logo

IOVDescription.h
Go to the documentation of this file.
1 #ifndef Cond_IOVDescription_h
2 #define Cond_IOVDescription_h
3 
5 
6 namespace cond {
7 
8  class IOVDescription {
9  public:
11  virtual ~ IOVDescription(){}
12  virtual IOVDescription * clone() const { return new IOVDescription(*this);}
13 
14  private:
15 
17 };
18 
19 
20 }
21 
22 #endif
virtual IOVDescription * clone() const
#define COND_SERIALIZABLE
Definition: Serializable.h:38
Definition: plugin.cc:24