Changeset 1337 for trunk/examples/extended/electromagnetic/TestEm4/README
- Timestamp:
- Sep 30, 2010, 2:47:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/electromagnetic/TestEm4/README
r807 r1337 1 $Id: README,v 1. 19 2006/05/15 14:39:20maire Exp $1 $Id: README,v 1.21 2008/09/12 18:46:14 maire Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 76 76 gmake 77 77 78 It is possible to choose the format of the histogram file (hbook, root, XML): 78 It is possible to choose the format of the histogram file : 79 hbook, root (default), XML 79 80 comment/uncomment 1 line in the constructor of RunAction. 80 81 81 82 To use histograms, at least one of the AIDA implementations should be 82 available (see http://aida.freehep.org).83 available. See InstallAida.txt 83 84 84 7a - PI85 86 A package including AIDA and extended interfaces also using Python is PI,87 available from: http://cern.ch/pi88 89 Once installed PI or PI-Lite in a specified local area $MYPY, it is required90 to add the installation path to $PATH, i.e. for example, for release 1.2.1 of91 PI:92 setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin93 94 CERN users can use the PATH to the LCG area on AFS.95 Before running the example the command should be issued:96 eval `aida-config --runtime csh`97 98 7b - OpenScientist99 100 OpenScientist is available at http://OpenScientist.lal.in2p3.fr.101 102 You have to "setup" the OpenScientist AIDA implementation before compiling103 (then with G4ANALYSIS_USE set) and running your Geant4 application.104 105 On UNIX you setup, with a csh flavoured shell :106 csh> source <<OpenScientist install path>/aida-setup.csh107 or with a sh flavoured shell :108 sh> . <<OpenScientist install path>/aida-setup.sh109 On Windows :110 DOS> call <<OpenScientist install path>/aida-setup.bat111 112 You can use various file formats for writing (AIDA-XML, hbook, root).113 These formats are readable by the Lab onx interactive program114 or the OpenPAW application. See the web pages.115 116 117 With OpenPAW, on a run.hbook file, one can view the histograms118 with something like :119 OS> opaw120 opaw> h/file 1 run.hbook ( or opaw> h/file 1 run.aida or run.root)121 opaw> zone 2 2122 opaw> h/plot 1123 opaw> h/plot 2
Note:
See TracChangeset
for help on using the changeset viewer.
