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:
16  };
17 
18 } // namespace cond
19 
20 #endif
virtual IOVDescription * clone() const
#define COND_SERIALIZABLE
Definition: Serializable.h:39
Definition: plugin.cc:23