icemc
EnvironmentVariable.h
Go to the documentation of this file.
1 #ifndef ICEMC_ENVIRONMENT_VARIABLES
2 #define ICEMC_ENVIRONMENT_VARIABLES
3 
4 #include "TString.h"
5 
13 namespace EnvironmentVariable {
14 
15  const char* ICEMC_SRC_DIR();
16 
17  const char* ICEMC_VERSION(TString outputdir);
18 
19 }
20 #endif
const char * ICEMC_SRC_DIR()
Definition: EnvironmentVariable.cc:56
Access required environmental variables in one place.
const char * ICEMC_VERSION(TString outputdir)
Definition: EnvironmentVariable.cc:71