CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IOVUserMetaData.h
Go to the documentation of this file.
1 #ifndef Cond_IOVUserMetaData_h
2 #define Cond_IOVUserMetaData_h
3 
5 
6 namespace cond {
7 
9  public:
11  virtual ~IOVUserMetaData() {}
12  virtual IOVUserMetaData* clone() const { return new IOVUserMetaData(*this); }
13 
14  private:
16  };
17 
18 } // namespace cond
19 
20 #endif
virtual IOVUserMetaData * clone() const
#define COND_SERIALIZABLE
Definition: Serializable.h:39