00001 #ifndef DataFormats_Common_CMS_CLASS_VERSION_h 00002 #define DataFormats_Common_CMS_CLASS_VERSION_h 00003 // -*- C++ -*- 00004 // 00005 // Package: Common 00006 // Class : CMS_CLASS_VERSION 00007 // 00020 // 00021 // Original Author: Chris Jones 00022 // Created: Thu Mar 3 14:25:29 CST 2011 00023 // $Id: CMS_CLASS_VERSION.h,v 1.1 2011/03/03 22:04:46 chrjones Exp $ 00024 // 00025 00026 // system include files 00027 00028 // user include files 00029 00030 // forward declarations 00031 #define CMS_CLASS_VERSION(_version_) static short Class_Version() { return _version_;} 00032 00033 #endif