CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IOVDescription.h
Go to the documentation of this file.
1 #ifndef Cond_IOVDescription_h
2 #define Cond_IOVDescription_h
3 
4 namespace cond {
5 
6  class IOVDescription {
7  public:
9  virtual ~ IOVDescription(){}
10  virtual IOVDescription * clone() const { return new IOVDescription(*this);}
11 
12  private:
13  };
14 
15 
16 }
17 
18 #endif
virtual IOVDescription * clone() const
virtual ~IOVDescription()
Definition: IOVDescription.h:9