Changeset 1337 for trunk/examples/extended/electromagnetic/TestEm18/README
- Timestamp:
- Sep 30, 2010, 2:47:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/electromagnetic/TestEm18/README
r807 r1337 1 $Id: README,v 1. 2 2007/11/13 16:43:59maire Exp $1 $Id: README,v 1.4 2008/09/26 20:26:01 maire Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 66 66 the commands: 67 67 /testem/histo/setFileName name (default testem18) 68 /testem/histo/setFileType name (default hbook)68 /testem/histo/setFileType name (default root) 69 69 70 70 It is also possible to print selected histograms on an ascii file: … … 113 113 114 114 To use histograms, at least one of the AIDA implementations should be 115 available (see http://aida.freehep.org).115 available. See InstallAida.txt 116 116 117 8a - PI118 119 A package including AIDA and extended interfaces also using Python is PI,120 available from: http://cern.ch/pi121 122 Once installed PI or PI-Lite in a specified local area $MYPY, it is required123 to add the installation path to $PATH, i.e. for example, for release 1.2.1 of124 PI:125 setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin126 127 CERN users can use the PATH to the LCG area on AFS.128 Before running the example the command should be issued:129 eval `aida-config --runtime csh`130 131 8b - OpenScientist132 133 OpenScientist is available at http://OpenScientist.lal.in2p3.fr.134 135 You have to "setup" the OpenScientist AIDA implementation before compiling136 (then with G4ANALYSIS_USE set) and running your Geant4 application.137 138 On UNIX you setup, with a csh flavoured shell :139 csh> source <<OpenScientist install path>/aida-setup.csh140 or with a sh flavoured shell :141 sh> . <<OpenScientist install path>/aida-setup.sh142 On Windows :143 DOS> call <<OpenScientist install path>/aida-setup.bat144 145 You can use various file formats for writing (AIDA-XML, hbook, root).146 These formats are readable by the Lab onx interactive program147 or the OpenPAW application. See the web pages.148 149 150 With OpenPAW, on a run.hbook file, one can view the histograms151 with something like :152 OS> opaw153 opaw> h/file 1 run.hbook ( or opaw> h/file 1 run.aida or run.root)154 opaw> zone 2 2155 opaw> h/plot 1156 opaw> h/plot 2
Note:
See TracChangeset
for help on using the changeset viewer.
