ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MCGIDI_version.cc File Reference
#include "MCGIDI.h"
+ Include dependency graph for MCGIDI_version.cc:

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] = ""
 

Function Documentation

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.

int MCGIDI_versionMajor ( void  )

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.

int MCGIDI_versionMinor ( void  )

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.

int MCGIDI_versionPatchLevel ( void  )

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.

Variable Documentation

char versionStr[64] = ""
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().