Changeset 1337 for trunk/examples/extended/medical/fanoCavity/README
- Timestamp:
- Sep 30, 2010, 2:47:17 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/examples/extended/medical/fanoCavity/README (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/medical/fanoCavity/README
r807 r1337 1 $Id: README,v 1.1 3 2007/11/13 11:31:54maire Exp $1 $Id: README,v 1.16 2009/10/25 19:06:26 maire Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 96 96 4- PHYSICS 97 97 98 The physics list contains the standard electromagnetic processes, with few98 The physics lists contains the standard electromagnetic processes, with few 99 99 modifications listed here. 100 100 … … 108 108 - Bremsstrahlung : Fano conditions imply no energy transfer via 109 109 bremsstrahlung radiation. Therefore this process is not registered in the 110 physics list. However, it is always possible to include it via an UI111 command. See PhysicsListMessengerclass.110 physics list. However, it is always possible to include it. 111 See PhysListEmStandard class. 112 112 113 113 - Ionisation : In order to have same stopping power in wall and cavity, one … … 154 154 155 155 It is possible to choose the format of the histogram file (hbook, root, XML) 156 with the command /testem/histo/setFileType ( hbookby default)156 with the command /testem/histo/setFileType (root by default) 157 157 158 158 It is also possible to print selected histograms on an ascii file: … … 182 182 183 183 To use histograms, at least one of the AIDA implementations should be 184 available (see http://aida.freehep.org).184 available. See InstallAida.txt 185 185 186 8a - PI187 188 A package including AIDA and extended interfaces also using Python is PI,189 available from: http://cern.ch/pi190 191 Once installed PI or PI-Lite in a specified local area $MYPY, it is required192 to add the installation path to $PATH, i.e. for example, for release 1.2.1 of193 PI:194 setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin195 196 CERN users can use the PATH to the LCG area on AFS.197 Before running the example the command should be issued:198 eval `aida-config --runtime csh`199 200 8b - OpenScientist201 202 OpenScientist is available at http://OpenScientist.lal.in2p3.fr.203 204 You have to "setup" the OpenScientist AIDA implementation before compiling205 (then with G4ANALYSIS_USE set) and running your Geant4 application.206 207 On UNIX you setup, with a csh flavoured shell :208 csh> source <<OpenScientist install path>/aida-setup.csh209 or with a sh flavoured shell :210 sh> . <<OpenScientist install path>/aida-setup.sh211 On Windows :212 DOS> call <<OpenScientist install path>/aida-setup.bat213 214 You can use various file formats for writing (AIDA-XML, hbook, root).215 These formats are readable by the Lab onx interactive program216 or the OpenPAW application. See the web pages.217 218 219 With OpenPAW, on a run.hbook file, one can view the histograms220 with something like :221 OS> opaw222 opaw> h/file 1 run.hbook ( or opaw> h/file 1 run.aida or run.root)223 opaw> zone 2 2224 opaw> h/plot 1225 opaw> h/plot 2
Note:
See TracChangeset
for help on using the changeset viewer.
