Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v30r3 (a5ef0a68)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GaudiPluginServiceVersion.h File Reference

Go to the source code of this file.

Macros

#define CALC_GAUDI_VERSION(maj, min)   (((maj) << 16) + (min))
 
#define GAUDIPLUGINSERVICE_MAJOR_VERSION   30
 
#define GAUDIPLUGINSERVICE_MINOR_VERSION   3
 
#define GAUDIPLUGINSERVICE_PATCH_VERSION   0
 
#define GAUDIPLUGINSERVICE_VERSION   CALC_GAUDI_VERSION(GAUDIPLUGINSERVICE_MAJOR_VERSION,GAUDIPLUGINSERVICE_MINOR_VERSION)
 

Macro Definition Documentation

#define CALC_GAUDI_VERSION (   maj,
  min 
)    (((maj) << 16) + (min))

Definition at line 4 of file GaudiPluginServiceVersion.h.

#define GAUDIPLUGINSERVICE_MAJOR_VERSION   30

Definition at line 6 of file GaudiPluginServiceVersion.h.

#define GAUDIPLUGINSERVICE_MINOR_VERSION   3

Definition at line 7 of file GaudiPluginServiceVersion.h.

#define GAUDIPLUGINSERVICE_PATCH_VERSION   0

Definition at line 8 of file GaudiPluginServiceVersion.h.

Definition at line 9 of file GaudiPluginServiceVersion.h.