13 lines
316 B
Bash
Executable File
13 lines
316 B
Bash
Executable File
#------------------------------------------------------------------
|
|
# Bash-shell script to be run before building/executing this example.
|
|
#------------------------------------------------------------------
|
|
#
|
|
# --- Geant4 specific ---
|
|
export G4ANALYSIS_USE=1
|
|
#
|
|
# --- Aida / PI ---
|
|
eval `aida-config --runtime sh`
|
|
#
|
|
|
|
|