CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CMS_CLASS_VERSION.h
Go to the documentation of this file.
1 #ifndef DataFormats_Common_CMS_CLASS_VERSION_h
2 #define DataFormats_Common_CMS_CLASS_VERSION_h
3 // -*- C++ -*-
4 //
5 // Package: Common
6 // Class : CMS_CLASS_VERSION
7 //
20 //
21 // Original Author: Chris Jones
22 // Created: Thu Mar 3 14:25:29 CST 2011
23 // $Id: CMS_CLASS_VERSION.h,v 1.1 2011/03/03 22:04:46 chrjones Exp $
24 //
25 
26 // system include files
27 
28 // user include files
29 
30 // forward declarations
31 #define CMS_CLASS_VERSION(_version_) static short Class_Version() { return _version_;}
32 
33 #endif