EnvSnapshot.h
Go to the documentation of this file.
1 
2 //____________________________________________________________________________
3 /*!
4 
5 Names of environmental variables to keep track of when saving the job config
6 in TFolders along with the output event tree
7 
8 \author Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
9  University of Liverpool & STFC Rutherford Appleton Laboratory
10 
11 \created May 03, 2004
12 
13 \cpright Copyright (c) 2003-2020, The GENIE Collaboration
14  For the full text of the license visit http://copyright.genie-mc.org
15 */
16 //____________________________________________________________________________
17 
18 #ifndef _ENV_SNAPSHOT_H_
19 #define _ENV_SNAPSHOT_H_
20 
21 namespace genie {
22 namespace controls {
23 
24 static const char * kMCEnv[] =
25 {
26  "GENIE",
27  "GEVGL",
28  "GSEED",
29  "GSPLOAD",
30  "GSPSAVE",
31  "GMSGCONF",
32  "GPRODMODE",
33  "GALGCONF",
34  "GCACHEFILE",
35  "GUSERPHYSOPT",
36  "GUNPHYSMASK",
37  "ROOTSYS",
38  "CERNLIB",
39  "LHAPATH",
40  "PYTHIA6",
41  "LIBXML2_INC",
42  "LIBXML2_LIB",
43  "LOG4CPP_INC",
44  "LOG4CPP_LIB",
45  "GOPT_ENABLE_FLUX_DRIVERS",
46  "GOPT_ENABLE_GEOM_DRIVERS",
47  "PATH",
48  "LD_LIBRARY_PATH",
49  0
50 };
51 
52 } // namespace controls
53 } // namespace genie
54 
55 #endif // _ENV_SNAPSHOT_H_
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
static const char * kMCEnv[]
Definition: EnvSnapshot.h:24