CMS 3D CMS Logo

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 //
24 
25 // system include files
26 
27 // user include files
28 
29 // forward declarations
30 #define CMS_CLASS_VERSION(_version_) \
31  static short Class_Version() { return _version_; }
32 
33 #endif