The Gaudi Framework
v30r3 (a5ef0a68)
|
Go to the source code of this file.
Macros | |
#define | CALC_GAUDI_VERSION(maj, min) (((maj) << 16) + (min)) |
#define | GAUDIPROFILING_MAJOR_VERSION 30 |
#define | GAUDIPROFILING_MINOR_VERSION 3 |
#define | GAUDIPROFILING_PATCH_VERSION 0 |
#define | GAUDIPROFILING_VERSION CALC_GAUDI_VERSION(GAUDIPROFILING_MAJOR_VERSION,GAUDIPROFILING_MINOR_VERSION) |
#define CALC_GAUDI_VERSION | ( | maj, | |
min | |||
) | (((maj) << 16) + (min)) |
Definition at line 4 of file GaudiProfilingVersion.h.
#define GAUDIPROFILING_MAJOR_VERSION 30 |
Definition at line 6 of file GaudiProfilingVersion.h.
#define GAUDIPROFILING_MINOR_VERSION 3 |
Definition at line 7 of file GaudiProfilingVersion.h.
#define GAUDIPROFILING_PATCH_VERSION 0 |
Definition at line 8 of file GaudiProfilingVersion.h.
#define GAUDIPROFILING_VERSION CALC_GAUDI_VERSION(GAUDIPROFILING_MAJOR_VERSION,GAUDIPROFILING_MINOR_VERSION) |
Definition at line 9 of file GaudiProfilingVersion.h.