Changeset 1337 for trunk/examples/extended/electromagnetic/TestEm17/README
- Timestamp:
- Sep 30, 2010, 2:47:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/electromagnetic/TestEm17/README
r807 r1337 1 $Id: README,v 1. 1 2006/05/09 16:22:19maire Exp $1 $Id: README,v 1.3 2008/09/26 20:15:04 maire Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 79 79 the commands: 80 80 /testem/histo/setFileName name (default testem17) 81 /testem/histo/setFileType name (default hbook)81 /testem/histo/setFileType name (default root) 82 82 83 83 Note that, by default, histograms are disabled. To activate them, … … 124 124 125 125 To use histograms, at least one of the AIDA implementations should be 126 available (see http://aida.freehep.org).126 available. See InstallAida.txt 127 127 128 8a - PI129 130 A package including AIDA and extended interfaces also using Python is PI,131 available from: http://cern.ch/pi132 133 Once installed PI or PI-Lite in a specified local area $MYPY, it is required134 to add the installation path to $PATH, i.e. for example, for release 1.2.1 of135 PI:136 setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin137 138 CERN users can use the PATH to the LCG area on AFS.139 Before running the example the command should be issued:140 eval `aida-config --runtime csh`141 142 8b - OpenScientist143 144 OpenScientist is available at http://OpenScientist.lal.in2p3.fr.145 146 You have to "setup" the OpenScientist AIDA implementation before compiling147 (then with G4ANALYSIS_USE set) and running your Geant4 application.148 149 On UNIX you setup, with a csh flavoured shell :150 csh> source <<OpenScientist install path>/aida-setup.csh151 or with a sh flavoured shell :152 sh> . <<OpenScientist install path>/aida-setup.sh153 On Windows :154 DOS> call <<OpenScientist install path>/aida-setup.bat155 156 You can use various file formats for writing (AIDA-XML, hbook, root).157 These formats are readable by the Lab onx interactive program158 or the OpenPAW application. See the web pages.159 160 161 With OpenPAW, on a run.hbook file, one can view the histograms162 with something like :163 OS> opaw164 opaw> h/file 1 run.hbook ( or opaw> h/file 1 run.aida or run.root)165 opaw> zone 2 2166 opaw> h/plot 1167 opaw> h/plot 2
Note:
See TracChangeset
for help on using the changeset viewer.
