source: trunk/examples/advanced/composite_calorimeter/envExample.sh @ 1317

Last change on this file since 1317 was 807, checked in by garnier, 16 years ago

update

  • Property svn:executable set to *
File size: 599 bytes
Line 
1#------------------------------------------------------------------
2# Bash-shell script to be run before building/executing this example.
3#------------------------------------------------------------------
4#
5# --- Geant4 specific ---
6export G4ANALYSIS_USE=1
7#
8# --- Aida / PI ---
9eval `aida-config --runtime sh`
10#
11# --- Specific setup for this test-beam example ---
12export CCAL_CONFPATH=./dataconf
13export CCAL_SENSITIVECONF=g4testbeamhcal96.conf
14export CCAL_GEOMETRYCONF=testbeamhcal96.conf
15export CCAL_GLOBALPATH=./dataglobal
16export CCAL_GEOMPATH=./datageom
17export CCAL_VISPATH=./datavis
18# ---
19
20
21
22
Note: See TracBrowser for help on using the repository browser.