Changeset 1337 for trunk/examples/extended/electromagnetic/TestEm15/README
- Timestamp:
- Sep 30, 2010, 2:47:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/electromagnetic/TestEm15/README
r807 r1337 1 $Id: README,v 1. 4 2007/11/13 14:13:31 maire Exp $1 $Id: README,v 1.6 2008/09/26 19:47:51 maire Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 76 76 the commands: 77 77 /testem/histo/setFileName name (default testem15) 78 /testem/histo/setFileType name (default hbook)78 /testem/histo/setFileType name (default root) 79 79 80 80 It is also possible to print selected histograms on an ascii file: … … 127 127 128 128 To use histograms, at least one of the AIDA implementations should be 129 available (see http://aida.freehep.org). 130 131 8a - PI 132 133 A package including AIDA and extended interfaces also using Python is PI, 134 available from: http://cern.ch/pi 135 136 Once installed PI or PI-Lite in a specified local area $MYPY, it is required 137 to add the installation path to $PATH, i.e. for example, for release 1.2.1 of 138 PI: 139 setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin 140 141 CERN users can use the PATH to the LCG area on AFS. 142 Before running the example the command should be issued: 143 eval `aida-config --runtime csh` 144 145 8b - OpenScientist 146 147 OpenScientist is available at http://OpenScientist.lal.in2p3.fr. 148 149 You have to "setup" the OpenScientist AIDA implementation before compiling 150 (then with G4ANALYSIS_USE set) and running your Geant4 application. 151 152 On UNIX you setup, with a csh flavoured shell : 153 csh> source <<OpenScientist install path>/aida-setup.csh 154 or with a sh flavoured shell : 155 sh> . <<OpenScientist install path>/aida-setup.sh 156 On Windows : 157 DOS> call <<OpenScientist install path>/aida-setup.bat 158 159 You can use various file formats for writing (AIDA-XML, hbook, root). 160 These formats are readable by the Lab onx interactive program 161 or the OpenPAW application. See the web pages. 162 163 164 With OpenPAW, on a run.hbook file, one can view the histograms 165 with something like : 166 OS> opaw 167 opaw> h/file 1 run.hbook ( or opaw> h/file 1 run.aida or run.root) 168 opaw> zone 2 2 169 opaw> h/plot 1 170 opaw> h/plot 2 129 available. See InstallAida.txt
Note:
See TracChangeset
for help on using the changeset viewer.
