source: trunk/examples/advanced/composite_calorimeter/envExample.csh @ 1304

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

update

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