CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/CondFormats/Common/interface/IOVDescription.h

Go to the documentation of this file.
00001 #ifndef Cond_IOVDescription_h
00002 #define Cond_IOVDescription_h
00003 
00004 namespace cond {
00005 
00006   class IOVDescription {
00007   public:
00008     IOVDescription(){}
00009     virtual ~ IOVDescription(){}
00010     virtual IOVDescription * clone() const { return new  IOVDescription(*this);}
00011 
00012   private:
00013   };
00014 
00015 
00016 }
00017 
00018 #endif