Files
geant4/examples/advanced/composite_calorimeter/envExample.csh
T
2020-12-04 12:30:43 +01:00

18 lines
518 B
Tcsh

#------------------------------------------------------------------
# C-shell script to be run before building/executing this example.
#------------------------------------------------------------------
#
#
# --- Specific setup for this test-beam example ---
setenv CCAL_CONFPATH ./dataconf
setenv CCAL_SENSITIVECONF g4testbeamhcal96.conf
setenv CCAL_GEOMETRYCONF testbeamhcal96.conf
setenv CCAL_GLOBALPATH ./dataglobal
setenv CCAL_GEOMPATH ./datageom
setenv CCAL_VISPATH ./datavis
# ---