CMS 3D CMS Logo

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