Import Geant4 6.2.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: README,v 1.3 2001/11/27 16:58:18 gcosmo Exp $
|
||||
$Id: README,v 1.4 2004/06/23 11:28:44 maire Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -125,8 +125,41 @@ $Id: README,v 1.3 2001/11/27 16:58:18 gcosmo Exp $
|
||||
9. z distribution of the secondary charged vertices (mm)
|
||||
10. kinetic energy of the photons escaping the absorber (MeV)
|
||||
|
||||
Note that, histograms are disabled via the flag G4NOHIST in the GNUmakefile.
|
||||
Currently, histograms in this example are implemented through the obsolete
|
||||
CLHEP/Hist package, which is no longer supported. The implementation will
|
||||
be replaced by direct call to the AIDA abstract interfaces in a near future.
|
||||
|
||||
Using histograms
|
||||
----------------
|
||||
|
||||
By default the histograms are not activated. To activate histograms
|
||||
the environment variable G4ANALYSIS_USE should be defined. For instance
|
||||
uncomment the flag G4ANALYSIS_USE in GNUmakefile.
|
||||
|
||||
To use histograms any of implementations of AIDA interfaces should
|
||||
be available (see http://aida.freehep.org).
|
||||
|
||||
A package including AIDA and extended interfaces also using Python
|
||||
is PI, available from: http://cern.ch/pi .
|
||||
|
||||
Once installed PI or PI-Lite in a specified local area $MYPY, it is
|
||||
required to add the installation path to $PATH, i.e. for example,
|
||||
for release 1.2.1 of PI:
|
||||
|
||||
setenv PATH ${PATH}:$MYPI/1.2.1/app/releases/PI/PI_1_2_1/rh73_gcc32/bin
|
||||
|
||||
CERN users can use the PATH to the LCG area on AFS.
|
||||
|
||||
Before compilation of the example it is optimal to clean up old
|
||||
files:
|
||||
|
||||
gmake histclean
|
||||
gmake
|
||||
|
||||
Before running the example the command should be issued:
|
||||
|
||||
eval `aida-config --runtime csh`
|
||||
|
||||
It is possible to choose the format of the output file with
|
||||
histograms using UI command:
|
||||
|
||||
/testem/histo/setFileType type
|
||||
|
||||
The following types are available: hbook, root, xml.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
|
||||
*************************************************************
|
||||
Geant4 version $Name: geant4-06-01 $ (25-March-2004)
|
||||
Geant4 version $Name: geant4-06-02 $ (25-June-2004)
|
||||
Copyright : Geant4 Collaboration
|
||||
Reference : NIM A 506 (2003), 250-303.
|
||||
Reference : NIM A 506 (2003), 250-303
|
||||
WWW : http://cern.ch/geant4
|
||||
*************************************************************
|
||||
|
||||
@@ -228,7 +228,7 @@ Regular X-ray TR radiator EM process is called
|
||||
48 fGamma = 8.085e+04 sumE = 21.04
|
||||
49 fGamma = 9.283e+04 sumE = 21.05
|
||||
|
||||
total time for build X-ray TR energy loss tables = 96.57 s
|
||||
total time for build X-ray TR energy loss tables = 101.7 s
|
||||
|
||||
phot: Total cross sections from Sandia parametrisation.
|
||||
Em10PhysicsList::SetCuts:CutLength : 1 mm
|
||||
@@ -346,7 +346,7 @@ Start Run processing.
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000
|
||||
User=20.48s Real=20.8s Sys=0.32s
|
||||
User=20.8s Real=21.07s Sys=0.26s
|
||||
================== run summary =====================
|
||||
end of Run TotNbofEvents = 1000
|
||||
mean charged track length in absorber=93.8763 +- 3.16182 mm
|
||||
|
||||
Reference in New Issue
Block a user