CMS 3D CMS Logo

IDef.h
Go to the documentation of this file.
1 #ifndef IDEF_H
2 #define IDEF_H
3 
4 #include <stdexcept>
5 
7 
11 class IDef : public IUniqueDBObject {};
12 
13 #endif
IDef
Definition: IDef.h:11
IUniqueDBObject
Definition: IUniqueDBObject.h:11
IUniqueDBObject.h