ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "MCGIDI.h"
Go to the source code of this file.
Functions | |
const char * | MCGIDI_version (void) |
int | MCGIDI_versionMajor (void) |
int | MCGIDI_versionMinor (void) |
int | MCGIDI_versionPatchLevel (void) |
Variables | |
static char | versionStr [64] = "" |
const char* MCGIDI_version | ( | void | ) |
Definition at line 13 of file MCGIDI_version.cc.
View newest version in sPHENIX GitHub at line 13 of file MCGIDI_version.cc
References MCGIDI_VERSION_MAJOR, MCGIDI_VERSION_MINOR, MCGIDI_VERSION_PATCHLEVEL, and versionStr.
Definition at line 21 of file MCGIDI_version.cc.
View newest version in sPHENIX GitHub at line 21 of file MCGIDI_version.cc
References MCGIDI_VERSION_MAJOR.
Definition at line 22 of file MCGIDI_version.cc.
View newest version in sPHENIX GitHub at line 22 of file MCGIDI_version.cc
References MCGIDI_VERSION_MINOR.
Definition at line 23 of file MCGIDI_version.cc.
View newest version in sPHENIX GitHub at line 23 of file MCGIDI_version.cc
References MCGIDI_VERSION_PATCHLEVEL.
|
static |
Definition at line 8 of file MCGIDI_version.cc.
View newest version in sPHENIX GitHub at line 8 of file MCGIDI_version.cc
Referenced by MCGIDI_version().