Import Geant4 6.2.0 source tree
This commit is contained in:
@@ -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
|
||||
*************************************************************
|
||||
|
||||
@@ -11,22 +11,22 @@
|
||||
|
||||
Index : 0 used in the geometry : Yes recalculation needed : No
|
||||
Material : ArgonGas
|
||||
Range cuts : gamma 1 mm e- 1 mm e+ 0 fm
|
||||
Energy thresholds : gamma 990 eV e- 990 eV e+ -1 MeV
|
||||
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm
|
||||
Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 1 used in the geometry : Yes recalculation needed : No
|
||||
Material : Aluminum
|
||||
Range cuts : gamma 1 mm e- 1 mm e+ 0 fm
|
||||
Energy thresholds : gamma 6.88731 keV e- 596.68 keV e+ -1 MeV
|
||||
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm
|
||||
Energy thresholds : gamma 6.88731 keV e- 596.68 keV e+ 568.011 keV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
Index : 2 used in the geometry : Yes recalculation needed : No
|
||||
Material : Lead
|
||||
Range cuts : gamma 1 mm e- 1 mm e+ 0 fm
|
||||
Energy thresholds : gamma 100.511 keV e- 1.37814 MeV e+ -1 MeV
|
||||
Range cuts : gamma 1 mm e- 1 mm e+ 1 mm
|
||||
Energy thresholds : gamma 100.511 keV e- 1.37814 MeV e+ 1.28002 MeV
|
||||
Region(s) which use this couple :
|
||||
DefaultRegionForTheWorld
|
||||
|
||||
@@ -222,5 +222,5 @@ Terminate current event processing.
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 3
|
||||
User=0.03s Real=0.05s Sys=0.02s
|
||||
User=0.02s Real=0.05s Sys=0.03s
|
||||
G4 kernel has come to Quit state.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 1.34 2004/03/08 15:14:46 maire Exp $
|
||||
$Id: History,v 1.36 2004/04/05 16:21:20 maire Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -15,6 +15,12 @@ track of all tags.
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
05-04-04 mma (exampleN02-V06-01-00)
|
||||
- ExN02DetectorConstruction: correct definition of XenonGas
|
||||
|
||||
19-03-04 mma (exampleN02-V06-00-01)
|
||||
- ExN02PhysicsList: cleanup of include
|
||||
|
||||
08-03-04 mma (exampleN02-V06-00-00)
|
||||
- ExN02RunAction: removed ApplyCommand("/vis/...") statements.
|
||||
|
||||
|
||||
+3146
-1203
File diff suppressed because it is too large
Load Diff
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: ExN02DetectorConstruction.cc,v 1.13 2003/10/06 08:59:40 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-06-00-patch-01 $
|
||||
// $Id: ExN02DetectorConstruction.cc,v 1.14 2004/04/05 16:21:23 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
@@ -95,7 +95,7 @@ G4VPhysicalVolume* ExN02DetectorConstruction::Construct()
|
||||
//Xenon gas
|
||||
G4Material* Xenon =
|
||||
new G4Material("XenonGas", z=54., a=131.29*g/mole, density= 5.458*mg/cm3,
|
||||
kStateGas, temperature= 1*atmosphere, pressure= 293.15*kelvin);
|
||||
kStateGas, temperature= 293.15*kelvin, pressure= 1*atmosphere);
|
||||
|
||||
// Print all the materials defined.
|
||||
//
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: ExN02DetectorMessenger.cc,v 1.9 2002/12/16 16:31:43 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02-patch-01 $
|
||||
// $Id: ExN02DetectorMessenger.cc,v 1.10 2004/04/05 16:21:23 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
@@ -60,7 +60,6 @@ ExN02DetectorMessenger::ExN02DetectorMessenger(ExN02DetectorConstruction* myDet)
|
||||
FieldCmd->SetGuidance("Define magnetic field.");
|
||||
FieldCmd->SetGuidance("Magnetic field will be in X direction.");
|
||||
FieldCmd->SetParameterName("Bx",false);
|
||||
FieldCmd->SetDefaultUnit("tesla");
|
||||
FieldCmd->SetUnitCategory("Magnetic flux density");
|
||||
FieldCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
|
||||
}
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: ExN02PhysicsList.cc,v 1.17 2003/10/24 12:27:53 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-06-00-patch-01 $
|
||||
// $Id: ExN02PhysicsList.cc,v 1.18 2004/03/19 14:08:03 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
@@ -30,14 +30,8 @@
|
||||
#include "globals.hh"
|
||||
#include "ExN02PhysicsList.hh"
|
||||
|
||||
#include "G4ParticleDefinition.hh"
|
||||
#include "G4ProcessManager.hh"
|
||||
#include "G4ProcessVector.hh"
|
||||
#include "G4ParticleTypes.hh"
|
||||
#include "G4ParticleTable.hh"
|
||||
#include "G4Material.hh"
|
||||
#include "G4ios.hh"
|
||||
#include <iomanip>
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
@@ -65,7 +59,6 @@ void ExN02PhysicsList::ConstructParticle()
|
||||
ConstructLeptons();
|
||||
ConstructMesons();
|
||||
ConstructBaryons();
|
||||
|
||||
}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
@@ -202,7 +195,7 @@ void ExN02PhysicsList::ConstructEM()
|
||||
//all others charged particles except geantino
|
||||
pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
|
||||
pmanager->AddProcess(new G4hIonisation, -1, 2,2);
|
||||
///pmanager->AddProcess(new G4hUserSpecialCuts, -1,-1,3);
|
||||
///pmanager->AddProcess(new G4UserSpecialCuts, -1,-1,3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 1.72 2003/12/01 21:09:20 perl Exp $
|
||||
$Id: History,v 1.75 2004/06/14 08:30:32 gcosmo Exp $
|
||||
--------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -14,7 +14,16 @@ track of all tags.
|
||||
----------------------------------------------------------
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
|
||||
08-04-04 Guy Barrand (exampleN03-V06-01-00)
|
||||
- exampleN03.cc : Windows : Have G4UI_USE_WIN32 in order to have
|
||||
a default Windows GUI coworking with the OpenGL Windows driver.
|
||||
- exN03Vis9.mac : demo of the OpenGL Windows driver.
|
||||
- gui.mac : change menu items in order to reflect the used vis driver.
|
||||
|
||||
19-03-04 M.Maire (exampleN03-V06-00-00)
|
||||
- ExN03PhysicsList: cleanup of include.
|
||||
|
||||
01-12-03 J.Perl (exampleN03-V05-02-08)
|
||||
- Removed extraneous flushes from visTutor/heprep.mac to match new
|
||||
endOfRunAction behavior.
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: exampleN03.cc,v 1.19 2003/09/15 15:38:08 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-06-00-patch-01 $
|
||||
// $Id: exampleN03.cc,v 1.20 2004/04/08 09:03:32 gbarrand Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
@@ -37,6 +37,10 @@
|
||||
#include "G4UIXm.hh"
|
||||
#endif
|
||||
|
||||
#ifdef G4UI_USE_WIN32
|
||||
#include "G4UIWin32.hh"
|
||||
#endif
|
||||
|
||||
#include "Randomize.hh"
|
||||
|
||||
#ifdef G4VIS_USE
|
||||
@@ -74,14 +78,14 @@ int main(int argc,char** argv) {
|
||||
if (argc==1) // Define UI session for interactive mode.
|
||||
{
|
||||
// G4UIterminal is a (dumb) terminal.
|
||||
#ifdef G4UI_USE_XM
|
||||
#if defined(G4UI_USE_XM)
|
||||
session = new G4UIXm(argc,argv);
|
||||
#else
|
||||
#ifdef G4UI_USE_TCSH
|
||||
#elif defined(G4UI_USE_WIN32)
|
||||
session = new G4UIWin32();
|
||||
#elif defined(G4UI_USE_TCSH)
|
||||
session = new G4UIterminal(new G4UItcsh);
|
||||
#else
|
||||
session = new G4UIterminal();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -108,8 +112,8 @@ int main(int argc,char** argv) {
|
||||
{
|
||||
// G4UIterminal is a (dumb) terminal.
|
||||
UI->ApplyCommand("/control/execute vis.mac");
|
||||
#ifdef G4UI_USE_XM
|
||||
// Customize the G4UIXm menubar with a macro file :
|
||||
#if defined(G4UI_USE_XM) || defined(G4UI_USE_WIN32)
|
||||
// Customize the G4UIXm,Win32 menubar with a macro file :
|
||||
UI->ApplyCommand("/control/execute visTutor/gui.mac");
|
||||
#endif
|
||||
session->SessionStart();
|
||||
|
||||
@@ -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
|
||||
*************************************************************
|
||||
|
||||
@@ -127,8 +127,8 @@ annihil: Total cross section from Heilter formula(annihilation into 2 photons).
|
||||
hIoni: tables are built for proton
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 1
|
||||
|
||||
msc: Model variant of multiple scattering for proton
|
||||
Lambda tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -137,7 +137,7 @@ msc: Model variant of multiple scattering for proton
|
||||
MuIoni: tables are built for mu+
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -159,7 +159,7 @@ MuPairProd: tables are built for mu+
|
||||
MuIoni: tables are built for mu-
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -201,8 +201,8 @@ Index : 2 used in the geometry : Yes recalculation needed : No
|
||||
Current couple of seeds = 9876, 54321
|
||||
----------------------------------------
|
||||
---> End of event: 0
|
||||
Absorber: total energy: 280.51911 MeV total track length: 19.264691 cm
|
||||
Gap: total energy: 11.548292 MeV total track length: 5.5307824 cm
|
||||
Absorber: total energy: 262.11291 MeV total track length: 18.054157 cm
|
||||
Gap: total energy: 7.119194 MeV total track length: 3.1139096 cm
|
||||
Transportation, hIoni, msc, eIoni
|
||||
eBrem, annihil, conv, compt
|
||||
phot, MuIoni, MuBrems, MuPairProd
|
||||
@@ -213,11 +213,11 @@ Index : 2 used in the geometry : Yes recalculation needed : No
|
||||
|
||||
--------- Ranecu engine status ---------
|
||||
Initial seed (index) = 0
|
||||
Current couple of seeds = 582988679, 2123498096
|
||||
Current couple of seeds = 977069010, 720029362
|
||||
----------------------------------------
|
||||
---> End of event: 0
|
||||
Absorber: total energy: 266.10483 MeV total track length: 19.130814 cm
|
||||
Gap: total energy: 25.780135 MeV total track length: 13.01794 cm
|
||||
Absorber: total energy: 286.12027 MeV total track length: 19.333389 cm
|
||||
Gap: total energy: 13.035624 MeV total track length: 6.0435656 cm
|
||||
|
||||
------------------------------------------------------------
|
||||
---> The calorimeter is 30 layers of: [ 20mm of Aluminium + 50mm of Aerogel ]
|
||||
@@ -266,8 +266,8 @@ annihil: Total cross section from Heilter formula(annihilation into 2 photons).
|
||||
hIoni: tables are built for proton
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 1
|
||||
|
||||
msc: Model variant of multiple scattering for proton
|
||||
Lambda tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -276,7 +276,7 @@ msc: Model variant of multiple scattering for proton
|
||||
MuIoni: tables are built for mu+
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -298,7 +298,7 @@ MuPairProd: tables are built for mu+
|
||||
MuIoni: tables are built for mu-
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -311,10 +311,10 @@ msc: Model variant of multiple scattering for pi-
|
||||
|
||||
--------- Ranecu engine status ---------
|
||||
Initial seed (index) = 0
|
||||
Current couple of seeds = 627474132, 1958347498
|
||||
Current couple of seeds = 2081483369, 416920707
|
||||
----------------------------------------
|
||||
---> End of event: 0
|
||||
Absorber: total energy: 413.90611 MeV total track length: 98.024553 cm
|
||||
Gap: total energy: 84.19009 MeV total track length: 2.3895934 m
|
||||
Absorber: total energy: 370.42362 MeV total track length: 88.544994 cm
|
||||
Gap: total energy: 75.314808 MeV total track length: 2.1344949 m
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: ExN03PhysicsList.cc,v 1.17 2003/10/24 12:34:15 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-06-00-patch-01 $
|
||||
// $Id: ExN03PhysicsList.cc,v 1.18 2004/03/19 14:58:21 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//
|
||||
|
||||
@@ -31,13 +31,8 @@
|
||||
|
||||
#include "ExN03PhysicsList.hh"
|
||||
|
||||
#include "G4ParticleDefinition.hh"
|
||||
#include "G4ProcessManager.hh"
|
||||
#include "G4ProcessVector.hh"
|
||||
#include "G4ParticleTypes.hh"
|
||||
#include "G4ParticleTable.hh"
|
||||
#include "G4Material.hh"
|
||||
#include "G4ios.hh"
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
|
||||
@@ -0,0 +1,66 @@
|
||||
#######################################################################
|
||||
# MACRO FILE NAME: exN03Vis10.mac #
|
||||
# #
|
||||
# AUTHOR(S): Guy Barrand #
|
||||
# #
|
||||
# DATE: June 09, 2000 #
|
||||
# #
|
||||
# CONTENTS: A basic macro for demonstrating Inventor driver #
|
||||
# #
|
||||
# USAGE: % $G4BINDIR/exampleN03 visTutor/exN03Vis6.mac #
|
||||
# #
|
||||
# REQUIRED PLATFORMS & SOFTWARES: Windows, #
|
||||
# some Inventor (TGS, SGI, Coin) #
|
||||
# #
|
||||
# ENVIRONMENTAL VARIABLES (C-MACROS) FOR INSTALLATION: #
|
||||
# (See geant4/source/visualization/README for details.) #
|
||||
# #
|
||||
# G4VIS_BUILD_OIWIN32_DRIVER #
|
||||
# G4UI_BUILD_WIN32_SESSION #
|
||||
# #
|
||||
# ENVIRONMENTAL VARIABLES (C-MACROS) FOR COMPILATION: #
|
||||
# (See geant4/source/visualization/README for details.) #
|
||||
# #
|
||||
# G4VIS_USE_OIWIN32 #
|
||||
# G4UI_USE_WIN32 #
|
||||
# #
|
||||
# ADDITIONAL NOTES: #
|
||||
# #
|
||||
#######################################################################
|
||||
|
||||
# Create "scene-0"
|
||||
/vis/scene/create
|
||||
|
||||
# Invoke the OpenInventor driver
|
||||
/vis/sceneHandler/create OIWin32
|
||||
/vis/viewer/create
|
||||
|
||||
# Add the world volume to the current scene
|
||||
/vis/scene/add/volume
|
||||
#/vis/scene/add/trajectories
|
||||
/tracking/storeTrajectory 1
|
||||
|
||||
# Bird-eye view of events
|
||||
/vis/viewer/reset
|
||||
/vis/viewer/set/viewpointThetaPhi 45 45
|
||||
|
||||
# Attach the just created Go scene graph to the viewer.
|
||||
/vis/viewer/update
|
||||
# Attach the just created Go scene graph to the viewer.
|
||||
/vis/viewer/update
|
||||
/vis/scene/notifyHandlers
|
||||
|
||||
/run/beamOn 1
|
||||
|
||||
#######################################################################
|
||||
# Controls on an Inventor examiner viewer are : #
|
||||
# - in picking mode (cursor is the upper left arrow) #
|
||||
# Ctrl + pick an volume : see daughters. #
|
||||
# Shift + pick an volume : see mother. #
|
||||
# - in viewing mode (cursor is the hand) #
|
||||
# Left-button + pointer move : rotate. #
|
||||
# Ctrl+Left-button + pointer move : pane. #
|
||||
# Ctrl+Shift+Left-button + pointer move : scale. #
|
||||
# Middle-button + pointer move : pane. #
|
||||
# #
|
||||
#######################################################################
|
||||
@@ -0,0 +1,157 @@
|
||||
#######################################################################
|
||||
# MACRO FILE NAME: exN03Vis1.mac #
|
||||
# #
|
||||
# AUTHOR(S): Guy Barrand dd #
|
||||
# #
|
||||
# DATE: #
|
||||
# April 08, 2004 #
|
||||
# #
|
||||
# CONTENTS: A basic macro for visualization of detector geometry #
|
||||
# #
|
||||
# USAGE: % gmake visclean #
|
||||
# % $G4BINDIR/exampleN03 #
|
||||
# Idle> /control/execute visTutor/exN03Vis11.mac #
|
||||
# #
|
||||
# REQUIRED PLATFORMS & SOFTWARES: Unix, X-window, OpenGL, #
|
||||
# DAWN (version 3.85 or after) #
|
||||
# gv (Ghostview), Tcl/Tk #
|
||||
# #
|
||||
# ENVIRONMENTAL VARIABLES (C-MACROS) FOR INSTALLATION: #
|
||||
# (See geant4/source/visualization/README for details.) #
|
||||
# #
|
||||
# % setenv OGLHOME ... (e.g. /usr/X11R6) #
|
||||
# % setenv G4VIS_BUILD_OPENGLX_DRIVER 1 #
|
||||
# #
|
||||
# ENVIRONMENTAL VARIABLES (C-MACROS) FOR COMPILATION: #
|
||||
# (See geant4/source/visualization/README for details.) #
|
||||
# #
|
||||
# % setenv G4VIS_USE_OPENGLX 1 #
|
||||
# #
|
||||
# ADDITIONAL NOTES: #
|
||||
# The compound command "/vis/open <vis-driver-name>" #
|
||||
# is equivalent to the following set of commands: #
|
||||
# #
|
||||
# /vis/sceneHandler/create $1 #
|
||||
# /vis/viewer/create #
|
||||
# #
|
||||
# The compound command "/vis/drawVolume <physical-volume-name>" #
|
||||
# is equivalent to the following set of commands: #
|
||||
# #
|
||||
# /vis/scene/create #
|
||||
# /vis/scene/add/volume $1 #
|
||||
# /vis/sceneHandler/attach #
|
||||
# #
|
||||
#######################################################################
|
||||
|
||||
###########################################
|
||||
# Visualization of detector geometry
|
||||
# with the OGLSXm (OpenGL Stored Motif) driver
|
||||
###########################################
|
||||
|
||||
# Invoke the OGLSXm driver
|
||||
/vis/open OGLSXm
|
||||
|
||||
# Bird's-eye view of the detector geometry
|
||||
#
|
||||
# viewpoint : (theta,phi) = (20*deg, 70*deg),
|
||||
# zoom factor: 0.8 of the full screen size
|
||||
#
|
||||
/vis/viewer/reset
|
||||
/vis/viewer/set/viewpointThetaPhi 20 70
|
||||
/vis/viewer/zoom 0.8
|
||||
/vis/drawVolume
|
||||
|
||||
# The following two commands "flush"
|
||||
# the action of the current viewer.
|
||||
# They are required for the post-processing drivers
|
||||
# such as DAWNFILE, VRMLFILE, HepRep drivers, etc.
|
||||
# For OpenGL drivers, these commands are not required
|
||||
# but harmless even if they are described.
|
||||
/vis/viewer/flush
|
||||
|
||||
##########################################################
|
||||
# Visualization with the DAWNFILE driver
|
||||
#
|
||||
# * Each visualized view is saved to a file "g4_XX.eps"
|
||||
# with the "vectorized" PostScript format.
|
||||
#
|
||||
# * Set an environmental variable if you wish to
|
||||
# skip DAWN GUI:
|
||||
# % setenv G4DAWNFILE_VIEWER "dawn -d"
|
||||
##########################################################
|
||||
|
||||
# Invoke the DAWNFILE driver
|
||||
/vis/open DAWNFILE
|
||||
|
||||
# Bird's-eye view of a detector component (Absorber)
|
||||
# viewpoint : (theta,phi) = (35*deg, 35*deg),
|
||||
# zoom factor: 1.1 of the full screen size
|
||||
# coordinate axes:
|
||||
# x-axis:red, y-axis:green, z-axis:blue
|
||||
# origin: (0,0,0), length: 500
|
||||
# Scale: length = 10 cm, Orientation = z, color = red,
|
||||
# placing_algorithm = manual,
|
||||
# center = (-2.5 cm , -5 cm, 0 cm)
|
||||
#
|
||||
/vis/viewer/reset
|
||||
/vis/viewer/zoom 1.1
|
||||
/vis/viewer/set/viewpointThetaPhi 35 35
|
||||
/vis/drawVolume Absorber
|
||||
/vis/scene/add/axes 0 0 0 500 mm
|
||||
/vis/scene/add/text 0 0 0 mm 40 -100 -140 Absorber
|
||||
/vis/scene/add/scale 10 cm z 1 0 0 manual -2.5 -5 0 cm
|
||||
|
||||
# "Flush the action of all the existing viewers.
|
||||
# Note: You should execute these commands, e.g.,
|
||||
# when the current scene is modified.
|
||||
/vis/scene/notifyHandlers
|
||||
/vis/viewer/update
|
||||
|
||||
# FOR FUTURE UPDATION
|
||||
#/vis/viewer/flushAll
|
||||
|
||||
# Bird's-eye view of a detector component (Gap)
|
||||
/vis/viewer/reset
|
||||
/vis/viewer/zoom 1.1
|
||||
/vis/viewer/set/viewpointThetaPhi 35 35
|
||||
/vis/drawVolume Gap
|
||||
/vis/scene/add/axes 0 0 0 500 mm
|
||||
/vis/scene/add/text 0 0 0 mm 50 -100 -140 Gap
|
||||
/vis/scene/add/scale 10 cm z 1 0 0 manual -2.5 -5 0 cm
|
||||
|
||||
# "Flush the action of all the existing viewers.
|
||||
/vis/scene/notifyHandlers
|
||||
/vis/viewer/update
|
||||
|
||||
# FOR FUTURE UPDATION
|
||||
#/vis/viewer/flushAll
|
||||
|
||||
|
||||
# Bird's-eye view of the whole detector components (world)
|
||||
# * The argument "world" of the command
|
||||
# "/vis/scene/add/volume" is omittable.
|
||||
# * "/vis/viewer/set/culling false" makes the invisible
|
||||
# world volume visible.
|
||||
# (The invisibility of the world volume is set
|
||||
# in ExN03DetectorConstruction.cc.)
|
||||
/vis/viewer/reset
|
||||
/vis/viewer/zoom 1.1
|
||||
/vis/viewer/set/viewpointThetaPhi 35 35
|
||||
/vis/viewer/set/culling global false
|
||||
/vis/drawVolume
|
||||
/vis/scene/add/axes 0 0 0 500 mm
|
||||
/vis/scene/add/text 0 0 0 mm 50 -100 -240 World
|
||||
/vis/scene/add/scale 10 cm x 1 0 0
|
||||
|
||||
# "Flush the action of all the existing viewers.
|
||||
/vis/scene/notifyHandlers
|
||||
/vis/viewer/update
|
||||
|
||||
# FOR FUTURE UPDATION
|
||||
#/vis/viewer/flushAll
|
||||
|
||||
|
||||
# Make the culling on for next visualization
|
||||
# Note: You may also use "/vis/viewer/reset"
|
||||
# for this initialization.
|
||||
/vis/viewer/set/culling global true
|
||||
@@ -0,0 +1,101 @@
|
||||
#######################################################################
|
||||
# MACRO FILE NAME: exN03Vis9.mac #
|
||||
# #
|
||||
# AUTHOR(S): Guy Barrand
|
||||
# #
|
||||
# DATE: #
|
||||
# Appril 08, 2004 #
|
||||
# #
|
||||
# CONTENTS: A simplest macro to demonstrate visualization of #
|
||||
# detector geometry and events #
|
||||
# #
|
||||
# USAGE: % gmake visclean #
|
||||
# % $G4BINDIR/exampleN03 #
|
||||
# Idle> /control/execute visTutor/exN03Vis9.mac #
|
||||
# #
|
||||
# REQUIRED PLATFORMS & SOFTWARES: Windows, OpenGL #
|
||||
# OPTIONAL : DAWN (version 3.85 or after) #
|
||||
# #
|
||||
# ENVIRONMENTAL VARIABLES (C-MACROS) FOR INSTALLATION: #
|
||||
# (See geant4/source/visualization/README for details.) #
|
||||
# #
|
||||
# G4VIS_BUILD_OPENGLWIN32_DRIVER #
|
||||
# (G4UI_BUILD_WIN32_SESSION) #
|
||||
# #
|
||||
# ENVIRONMENTAL VARIABLES (C-MACROS) FOR COMPILATION: #
|
||||
# (See geant4/source/visualization/README for details.) #
|
||||
# #
|
||||
# G4VIS_USE_OPENGLWIN32 #
|
||||
# (G4UI_USE_WIN32) #
|
||||
# #
|
||||
# ADDITIONAL NOTES: #
|
||||
# The compound command "/vis/open <vis-driver-name>" #
|
||||
# is equivalent to the following set of commands: #
|
||||
# #
|
||||
# /vis/sceneHandler/create $1 #
|
||||
# /vis/viewer/create #
|
||||
# #
|
||||
# The compound command "/vis/drawVolume <physical-volume-name>" #
|
||||
# is equivalent to the following set of commands: #
|
||||
# #
|
||||
# /vis/scene/create #
|
||||
# /vis/scene/add/volume $1 #
|
||||
# /vis/sceneHandler/attach #
|
||||
# #
|
||||
#######################################################################
|
||||
|
||||
##############################################
|
||||
# Visualization of detector geometry
|
||||
# with the OGLIWin32 (OpenGL Immediate Windows) driver
|
||||
##############################################
|
||||
|
||||
# Invoke the OGLIWin32 driver
|
||||
/vis/open OGLIWin32
|
||||
#/vis/open DAWNFILE
|
||||
|
||||
# Set camera
|
||||
/vis/viewer/reset
|
||||
/vis/viewer/set/viewpointThetaPhi 70 20
|
||||
|
||||
# Create an empty scene and add the detector geometry to it
|
||||
/vis/drawVolume
|
||||
|
||||
# The following command "flush"
|
||||
# the action of the current viewer.
|
||||
# They are required for the post-processing drivers
|
||||
# such as DAWNFILE, VRMLFILE, HepRep drivers, etc.
|
||||
# For OpenGL drivers, these commands are not required
|
||||
# but harmless even if they are described.
|
||||
/vis/viewer/flush
|
||||
|
||||
#########################################################
|
||||
# Visualization of events with the DAWNFILE driver
|
||||
#
|
||||
# * Each visualized view is saved to a file "g4_XX.eps"
|
||||
# with the "vectorized" PostScript format.
|
||||
#
|
||||
# * Set an environmental variable if you wish to
|
||||
# skip DAWN GUI:
|
||||
# % setenv G4DAWNFILE_VIEWER "dawn -d"
|
||||
##########################################################
|
||||
|
||||
# Invoke the DAWNFILE driver
|
||||
/vis/open DAWNFILE
|
||||
|
||||
# Add the world volume to the current scene
|
||||
/vis/drawVolume
|
||||
|
||||
# Add trajectories to the current scene
|
||||
# Note: This command is not necessary in exampleN03,
|
||||
# since the C++ method DrawTrajectory() is
|
||||
# described in the event action.
|
||||
#/vis/scene/add/trajectories
|
||||
|
||||
# Set camera
|
||||
/vis/viewer/reset
|
||||
/vis/viewer/zoom 1.5
|
||||
/vis/viewer/set/viewpointThetaPhi 70 20
|
||||
|
||||
# Visualize events added to the current scene
|
||||
/tracking/storeTrajectory 1
|
||||
/run/beamOn 3
|
||||
@@ -15,15 +15,18 @@
|
||||
#
|
||||
# Vis menu :
|
||||
/gui/addMenu vis Vis
|
||||
/gui/addButton vis Vis0 "/control/execute visTutor/exN03Vis0.mac"
|
||||
/gui/addButton vis Vis1 "/control/execute visTutor/exN03Vis1.mac"
|
||||
/gui/addButton vis Vis2 "/control/execute visTutor/exN03Vis2.mac"
|
||||
/gui/addButton vis Vis3 "/control/execute visTutor/exN03Vis3.mac"
|
||||
/gui/addButton vis Vis4 "/control/execute visTutor/exN03Vis4.mac"
|
||||
/gui/addButton vis Vis5 "/control/execute visTutor/exN03Vis5.mac"
|
||||
/gui/addButton vis Vis6 "/control/execute visTutor/exN03Vis6.mac"
|
||||
/gui/addButton vis Vis7 "/control/execute visTutor/exN03Vis7.mac"
|
||||
/gui/addButton vis Vis8 "/control/execute visTutor/exN03Vis8.mac"
|
||||
/gui/addButton vis Vis0(OGLIX) "/control/execute visTutor/exN03Vis0.mac"
|
||||
/gui/addButton vis Vis1(OGLSX) "/control/execute visTutor/exN03Vis1.mac"
|
||||
/gui/addButton vis Vis2(OGLSX) "/control/execute visTutor/exN03Vis2.mac"
|
||||
/gui/addButton vis Vis3(OGLSX) "/control/execute visTutor/exN03Vis3.mac"
|
||||
/gui/addButton vis Vis4(OGLIX) "/control/execute visTutor/exN03Vis4.mac"
|
||||
/gui/addButton vis Vis5(OIX) "/control/execute visTutor/exN03Vis5.mac"
|
||||
/gui/addButton vis Vis6(VRML2FILE) "/control/execute visTutor/exN03Vis6.mac"
|
||||
/gui/addButton vis Vis7(DAWNFILE) "/control/execute visTutor/exN03Vis7.mac"
|
||||
/gui/addButton vis Vis8(DAWNFILE) "/control/execute visTutor/exN03Vis8.mac"
|
||||
/gui/addButton vis Vis9(OGLIWIN) "/control/execute visTutor/exN03Vis9.mac"
|
||||
/gui/addButton vis Vis10(OIWin32) "/control/execute visTutor/exN03Vis10.mac"
|
||||
/gui/addButton vis Vis11(OGLSXm) "/control/execute visTutor/exN03Vis11.mac"
|
||||
#
|
||||
# To limit the output flow in the "dump" widget :
|
||||
/event/printModulo 100
|
||||
|
||||
@@ -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
|
||||
*************************************************************
|
||||
|
||||
@@ -73,8 +73,8 @@ annihil: Total cross section from Heilter formula(annihilation into 2 photons).
|
||||
hIoni: tables are built for proton
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 1
|
||||
|
||||
msc: Model variant of multiple scattering for proton
|
||||
Lambda tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -87,7 +87,7 @@ msc: Model variant of multiple scattering for mu+
|
||||
MuIoni: tables are built for mu+
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -105,7 +105,7 @@ MuPairProd: tables are built for mu+
|
||||
MuIoni: tables are built for mu-
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -116,24 +116,24 @@ msc: Model variant of multiple scattering for pi-
|
||||
Stage 0->1 : 1 hits found in the muon chamber.
|
||||
Stage 1->2 : 1 isolated muon found.
|
||||
>>> Event 0
|
||||
15 hits are stored in ExN04TrackerHitsCollection.
|
||||
13 hits are stored in ExN04TrackerHitsCollection.
|
||||
4 hits are stored in ExN04CalorimeterHitsCollection.
|
||||
Total energy deposition in calorimeter : 0.24128837 (GeV)
|
||||
Total energy deposition in calorimeter : 0.29510933 (GeV)
|
||||
1 hits are stored in ExN04MuonHitsCollection.
|
||||
### Run 1 start.
|
||||
Stage 0->1 : 1 hits found in the muon chamber.
|
||||
Stage 1->2 : 1 isolated muon found.
|
||||
>>> Event 0
|
||||
13 hits are stored in ExN04TrackerHitsCollection.
|
||||
16 hits are stored in ExN04CalorimeterHitsCollection.
|
||||
Total energy deposition in calorimeter : 13.986915 (GeV)
|
||||
5 hits are stored in ExN04TrackerHitsCollection.
|
||||
20 hits are stored in ExN04CalorimeterHitsCollection.
|
||||
Total energy deposition in calorimeter : 3.4592753 (GeV)
|
||||
1 hits are stored in ExN04MuonHitsCollection.
|
||||
Stage 0->1 : 1 hits found in the muon chamber.
|
||||
Stage 1->2 : 1 isolated muon found.
|
||||
>>> Event 1
|
||||
5 hits are stored in ExN04TrackerHitsCollection.
|
||||
19 hits are stored in ExN04CalorimeterHitsCollection.
|
||||
Total energy deposition in calorimeter : 4.1824336 (GeV)
|
||||
7 hits are stored in ExN04CalorimeterHitsCollection.
|
||||
Total energy deposition in calorimeter : 0.18738473 (GeV)
|
||||
1 hits are stored in ExN04MuonHitsCollection.
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
|
||||
@@ -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
|
||||
*************************************************************
|
||||
|
||||
@@ -76,8 +76,8 @@ annihil: Total cross section from Heilter formula(annihilation into 2 photons).
|
||||
hIoni: tables are built for proton
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 1
|
||||
|
||||
msc: Model variant of multiple scattering for proton
|
||||
Lambda tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -90,7 +90,7 @@ msc: Model variant of multiple scattering for mu+
|
||||
MuIoni: tables are built for mu+
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -108,7 +108,7 @@ MuPairProd: tables are built for mu+
|
||||
MuIoni: tables are built for mu-
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -160,9 +160,9 @@ Start Run processing.
|
||||
Stage 0->1 : 1 hits found in the muon chamber.
|
||||
Stage 1->2 : 1 isolated muon found.
|
||||
>>> Event 0
|
||||
98 hits are stored in ExN04TrackerHitsCollection.
|
||||
45 hits are stored in ExN04CalorimeterHitsCollection.
|
||||
Total energy deposition in calorimeter : 0.84056457 (GeV)
|
||||
126 hits are stored in ExN04TrackerHitsCollection.
|
||||
54 hits are stored in ExN04CalorimeterHitsCollection.
|
||||
Total energy deposition in calorimeter : 0.70332516 (GeV)
|
||||
1 hits are stored in ExN04MuonHitsCollection.
|
||||
Stage 0->1 : 0 hits found in the muon chamber.
|
||||
++++++++ event aborted
|
||||
@@ -175,14 +175,14 @@ Stage 0->1 : 1 hits found in the muon chamber.
|
||||
Stage 1->2 : 0 isolated muon found.
|
||||
++++++++ event aborted
|
||||
>>> Event 2
|
||||
85 hits are stored in ExN04TrackerHitsCollection.
|
||||
90 hits are stored in ExN04TrackerHitsCollection.
|
||||
13 hits are stored in ExN04CalorimeterHitsCollection.
|
||||
Total energy deposition in calorimeter : 0.3340763 (GeV)
|
||||
Total energy deposition in calorimeter : 0.33411182 (GeV)
|
||||
1 hits are stored in ExN04MuonHitsCollection.
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 3
|
||||
User=2.26s Real=4.71s Sys=0.13s
|
||||
User=3.09s Real=3.38s Sys=0.1s
|
||||
G4 kernel has come to Quit state.
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
|
||||
+147
-147
@@ -1,9 +1,9 @@
|
||||
RunManager construction starting....
|
||||
|
||||
*************************************************************
|
||||
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
|
||||
*************************************************************
|
||||
|
||||
@@ -72,8 +72,8 @@ annihil: Total cross section from Heilter formula(annihilation into 2 photons).
|
||||
hIoni: tables are built for proton
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 1
|
||||
|
||||
msc: Model variant of multiple scattering for proton
|
||||
Lambda tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -82,7 +82,7 @@ msc: Model variant of multiple scattering for proton
|
||||
MuIoni: tables are built for mu+
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -104,7 +104,7 @@ MuPairProd: tables are built for mu+
|
||||
MuIoni: tables are built for mu-
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -133,13 +133,13 @@ ExN05EMShowerModel::DoIt
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 3
|
||||
9 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999919 (GeV)
|
||||
Total energy deposition in EM calorimeter crytals : 0.999916 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 4
|
||||
10 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999918 (GeV)
|
||||
9 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999916 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
number of event = 5
|
||||
@@ -147,279 +147,279 @@ number of event = 5
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 0
|
||||
9 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999929 (GeV)
|
||||
Total energy deposition in EM calorimeter crytals : 0.999926 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 1
|
||||
11 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999924 (GeV)
|
||||
9 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999911 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 2
|
||||
6 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999875 (GeV)
|
||||
8 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999901 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 3
|
||||
9 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999928 (GeV)
|
||||
Total energy deposition in EM calorimeter crytals : 0.999926 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 4
|
||||
8 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999929 (GeV)
|
||||
Total energy deposition in EM calorimeter crytals : 0.999886 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
number of event = 5
|
||||
### Run 2 start.
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 0
|
||||
8 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99992 (GeV)
|
||||
9 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999918 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 1
|
||||
7 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999923 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 2
|
||||
10 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
6 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999927 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 2
|
||||
6 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999917 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 3
|
||||
13 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999928 (GeV)
|
||||
10 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999333 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 4
|
||||
9 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999886 (GeV)
|
||||
Total energy deposition in EM calorimeter crytals : 0.999919 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
number of event = 5
|
||||
### Run 3 start.
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 0
|
||||
10 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99991 (GeV)
|
||||
9 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99989 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 1
|
||||
11 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999911 (GeV)
|
||||
10 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999908 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 2
|
||||
9 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999887 (GeV)
|
||||
10 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999918 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 3
|
||||
12 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999916 (GeV)
|
||||
10 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999908 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
ExN05EMShowerModel::DoIt
|
||||
>>> Event 4
|
||||
9 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999909 (GeV)
|
||||
10 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.999907 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
number of event = 5
|
||||
### Run 4 start.
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 0
|
||||
9 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.339935 (GeV)
|
||||
10 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0.559892 (GeV)
|
||||
8 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.319984 (GeV)
|
||||
8 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0.57997 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 1
|
||||
14 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.479926 (GeV)
|
||||
12 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 1.37984 (GeV)
|
||||
12 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.539969 (GeV)
|
||||
13 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 1.21993 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 2
|
||||
16 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.719911 (GeV)
|
||||
17 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.819952 (GeV)
|
||||
14 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 2.0798 (GeV)
|
||||
Total energy deposition in HAD calorimeter towers : 1.83989 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 3
|
||||
18 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.879903 (GeV)
|
||||
15 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 2.85976 (GeV)
|
||||
20 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.07993 (GeV)
|
||||
14 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 2.39984 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 4
|
||||
22 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.01989 (GeV)
|
||||
15 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 3.63968 (GeV)
|
||||
23 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.21992 (GeV)
|
||||
14 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 3.1798 (GeV)
|
||||
number of event = 5
|
||||
### Run 5 start.
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 0
|
||||
23 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.05988 (GeV)
|
||||
25 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.24003 (GeV)
|
||||
27 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 4.59963 (GeV)
|
||||
Total energy deposition in HAD calorimeter towers : 4.13957 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 1
|
||||
24 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.05989 (GeV)
|
||||
30 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 5.59958 (GeV)
|
||||
27 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.29991 (GeV)
|
||||
32 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 5.03953 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 2
|
||||
24 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.07989 (GeV)
|
||||
31 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 6.57954 (GeV)
|
||||
28 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.31991 (GeV)
|
||||
34 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 6.01944 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 3
|
||||
26 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.11988 (GeV)
|
||||
32 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 7.53943 (GeV)
|
||||
28 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.31991 (GeV)
|
||||
34 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 7.01939 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 4
|
||||
26 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.11988 (GeV)
|
||||
33 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 8.53938 (GeV)
|
||||
29 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.33991 (GeV)
|
||||
36 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 7.97934 (GeV)
|
||||
number of event = 5
|
||||
### Run 6 start.
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 0
|
||||
27 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.17988 (GeV)
|
||||
42 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 9.47934 (GeV)
|
||||
31 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.37991 (GeV)
|
||||
48 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 8.9193 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 1
|
||||
27 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.17988 (GeV)
|
||||
47 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 10.4793 (GeV)
|
||||
32 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.41991 (GeV)
|
||||
55 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 9.87924 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 2
|
||||
27 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.17988 (GeV)
|
||||
50 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 11.4792 (GeV)
|
||||
34 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.4599 (GeV)
|
||||
58 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 10.8392 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 3
|
||||
31 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.25987 (GeV)
|
||||
53 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 12.3792 (GeV)
|
||||
34 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.4799 (GeV)
|
||||
60 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 11.8191 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 4
|
||||
34 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.31987 (GeV)
|
||||
54 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 13.3191 (GeV)
|
||||
Total energy deposition in EM calorimeter crytals : 1.4799 (GeV)
|
||||
60 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 12.8191 (GeV)
|
||||
number of event = 5
|
||||
### Run 7 start.
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 0
|
||||
40 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.65983 (GeV)
|
||||
63 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 13.8391 (GeV)
|
||||
42 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.69989 (GeV)
|
||||
68 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 13.479 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 1
|
||||
50 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.97981 (GeV)
|
||||
49 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 1.93988 (GeV)
|
||||
70 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 14.479 (GeV)
|
||||
Total energy deposition in HAD calorimeter towers : 14.239 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 2
|
||||
57 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 2.2798 (GeV)
|
||||
71 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 14.999 (GeV)
|
||||
54 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 2.09987 (GeV)
|
||||
70 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 15.019 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 3
|
||||
60 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 2.45978 (GeV)
|
||||
58 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 2.25986 (GeV)
|
||||
71 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 15.7189 (GeV)
|
||||
Total energy deposition in HAD calorimeter towers : 15.8389 (GeV)
|
||||
ExN05PionShowerModel::DoIt
|
||||
>>> Event 4
|
||||
62 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 2.59978 (GeV)
|
||||
60 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 2.41984 (GeV)
|
||||
71 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 16.5589 (GeV)
|
||||
Total energy deposition in HAD calorimeter towers : 16.5988 (GeV)
|
||||
number of event = 5
|
||||
### Run 8 start.
|
||||
>>> Event 0
|
||||
43 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.98069092 (GeV)
|
||||
1 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0.00056525422 (GeV)
|
||||
>>> Event 1
|
||||
42 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99472913 (GeV)
|
||||
1 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0.0013748933 (GeV)
|
||||
>>> Event 2
|
||||
36 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.9957721 (GeV)
|
||||
32 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99330835 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
>>> Event 1
|
||||
38 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99811658 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
>>> Event 2
|
||||
43 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.98617167 (GeV)
|
||||
4 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0.0064424094 (GeV)
|
||||
>>> Event 3
|
||||
40 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.98993594 (GeV)
|
||||
44 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99232857 (GeV)
|
||||
2 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0.0052252367 (GeV)
|
||||
Total energy deposition in HAD calorimeter towers : 0.0010400262 (GeV)
|
||||
>>> Event 4
|
||||
36 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99238524 (GeV)
|
||||
3 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0.0040379066 (GeV)
|
||||
38 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.9915164 (GeV)
|
||||
2 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0.0025251281 (GeV)
|
||||
number of event = 5
|
||||
### Run 9 start.
|
||||
>>> Event 0
|
||||
28 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99421781 (GeV)
|
||||
32 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99429177 (GeV)
|
||||
4 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0.0044671332 (GeV)
|
||||
>>> Event 1
|
||||
25 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99725261 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
>>> Event 1
|
||||
28 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99703461 (GeV)
|
||||
2 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0.0028761706 (GeV)
|
||||
>>> Event 2
|
||||
23 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99861816 (GeV)
|
||||
1 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0.0012911788 (GeV)
|
||||
18 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99820361 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
>>> Event 3
|
||||
26 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99827802 (GeV)
|
||||
20 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.98879591 (GeV)
|
||||
0 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0 (GeV)
|
||||
>>> Event 4
|
||||
22 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99173935 (GeV)
|
||||
23 hits are stored in EM ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in EM calorimeter crytals : 0.99889974 (GeV)
|
||||
1 hits are stored in HAD ExN05CalorimeterHitsCollection.
|
||||
Total energy deposition in HAD calorimeter towers : 0.0068364568 (GeV)
|
||||
Total energy deposition in HAD calorimeter towers : 0.0010145261 (GeV)
|
||||
number of event = 5
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
|
||||
+30
-24
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 1.20 2004/03/17 22:40:58 gum Exp $
|
||||
$Id: History,v 1.23 2004/06/01 08:24:39 gcosmo Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -15,6 +15,13 @@ track of all tags.
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
June 1, 2004 Peter Gunplinger (exampleN06-V06-01-01)
|
||||
- Updated README file.
|
||||
|
||||
April 2, 2004 Michel Maire (exampleN06-V06-01-00)
|
||||
- PrimaryGenerator: e+ 500 keV
|
||||
- Removed vis commands from RunAction
|
||||
|
||||
March 17, 2004 Peter Gumplinger (exampleN06-V06-00-00)
|
||||
- DetectorConstruction: change surface model between OpWaterSurface
|
||||
and OpAirSurface
|
||||
@@ -25,62 +32,61 @@ December 1, 2003 Peter Gumplinger (exampleN06-V05-02-02)
|
||||
November 13, 2003 John Allison
|
||||
- Removed OPACS from Vis Manager.
|
||||
|
||||
October 24, 2003 mma (exampleN06-V05-02-01)
|
||||
October 24, 2003 Michel Maire (exampleN06-V05-02-01)
|
||||
- PhysicsList: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
|
||||
|
||||
October 06, 2003 mma (exampleN06-V05-02-00)
|
||||
- cosmetic cleanup of material definition
|
||||
October 06, 2003 Michel Maire (exampleN06-V05-02-00)
|
||||
- Cosmetic cleanup of material definition
|
||||
|
||||
April 17, 2003 Peter Gumplinger (exampleN06-V05-00-03)
|
||||
- changed OpWaterSurface to dielectric_dielectric in class
|
||||
- Changed OpWaterSurface to dielectric_dielectric in class
|
||||
ExN06DetectorConstruction
|
||||
|
||||
March 26, 2003 Michel Maire (exampleN06-V05-00-02)
|
||||
- G4PVPlacement in logical mother
|
||||
|
||||
Febuary 11, 2003 Michel Maire (exampleN06-V05-00-01)
|
||||
- add a blank in steppingVerbose !
|
||||
- Added a blank in steppingVerbose !
|
||||
|
||||
January 23, 2003 Michel Maire (exampleN06-V05-00-00)
|
||||
- added tools for interactive session : UItcsh, visualisation of tracks.
|
||||
- added 2 messenger classes : PhysicsList and PrimaryGenerator
|
||||
- Added tools for interactive session : UItcsh, visualisation of tracks.
|
||||
- Added 2 messenger classes : PhysicsList and PrimaryGenerator
|
||||
- exampleN06.in changed --> exampleN06.out reduced
|
||||
|
||||
November 21, 2002 Peter Gumplinger (exampleN06-V04-01-02)
|
||||
- exampleN06.out output changed because of small change in G4Scintillation
|
||||
|
||||
November 14, 2002 Peter Gumplinger (exampleN06-V04-01-01)
|
||||
- reduced the scintillation photon yield to reduce the output size
|
||||
- Reduced the scintillation photon yield to reduce the output size
|
||||
|
||||
November 12, 2002 Peter Gumplinger (exampleN06-V04-01-00)
|
||||
- add ExN06StackingAction
|
||||
- change user interface to new version of G4Scintillation
|
||||
- Added ExN06StackingAction
|
||||
- Changed user interface to new version of G4Scintillation
|
||||
|
||||
May 30, 2002 Gabriele Cosmo (exampleN06-V04-00-02)
|
||||
May 30, 2002 Gabriele Cosmo (exampleN06-V04-00-02)
|
||||
- Renamed file ExN06PrimaryGeneratoraction.cc to ExN06PrimaryGeneratorAction.cc
|
||||
to be consistent with class name.
|
||||
|
||||
May 16, 2002 Peter Gumplinger (exampleN06-V04-00-01)
|
||||
- Add G4Scintillation to the example and update reference output
|
||||
May 16, 2002 Peter Gumplinger (exampleN06-V04-00-01)
|
||||
- Added G4Scintillation to the example and update reference output
|
||||
|
||||
Oct 19, 2001 Steve O'Neale (examples-V03-02-00)
|
||||
- Update reference output
|
||||
Oct 19, 2001 Steve O'Neale (examples-V03-02-00)
|
||||
- Updated reference output
|
||||
|
||||
06-02-2001 Update reference output for op-V03-00-05 S.W.O'Neale
|
||||
|
||||
June 17, 2000 John Allison (exampleN06-V01-01-00)
|
||||
June 17, 2000 John Allison (exampleN06-V01-01-00)
|
||||
- Updated exampleN06.out for geant4-01-01-ref-06.
|
||||
|
||||
16th April 1999 H.Kurashige
|
||||
- modify ExN06RunAction
|
||||
- modify ExN06PhysicsList::SetCuts
|
||||
16th April 1999 Hisaya Kurashige
|
||||
- Modified ExN06RunAction
|
||||
- Modified ExN06PhysicsList::SetCuts
|
||||
|
||||
21st August 1998 John Allison
|
||||
21st August 1998 John Allison
|
||||
- Changed file names from N06* to ExN06*.
|
||||
|
||||
9th August 1998 John Allison
|
||||
9th August 1998 John Allison
|
||||
- Changed G4UIterminal to G4UIGAG.
|
||||
|
||||
April 09, 98 G. Cosmo
|
||||
|
||||
April 09, 98 Gabriele Cosmo
|
||||
- Created.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$Id: README,v 1.4 2003/01/23 15:31:39 maire Exp $
|
||||
$Id: README,v 1.5 2004/05/31 18:13:04 gum Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -10,7 +10,9 @@ $Id: README,v 1.4 2003/01/23 15:31:39 maire Exp $
|
||||
|
||||
This example presently illustrates the following basic concepts, and in
|
||||
particular (indicated with ***), how to use G4 for optical photon
|
||||
generation and transport:
|
||||
generation and transport. An extended example of what is possible
|
||||
in Geant4 with optical photons can be found at
|
||||
examples/extended/optical/LXe.
|
||||
|
||||
main()
|
||||
------
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
/control/verbose 2
|
||||
/tracking/verbose 1
|
||||
#
|
||||
/gun/particle e-
|
||||
/gun/particle e+
|
||||
/gun/energy 500 keV
|
||||
#
|
||||
/run/beamOn 1
|
||||
|
||||
#
|
||||
/process/inactivate Scintillation
|
||||
/N06/phys/verbose 0
|
||||
#
|
||||
/run/beamOn 1
|
||||
|
||||
+903
-490
File diff suppressed because it is too large
Load Diff
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: ExN06PrimaryGeneratorAction.cc,v 1.2 2003/01/23 15:34:32 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02-patch-01 $
|
||||
// $Id: ExN06PrimaryGeneratorAction.cc,v 1.3 2004/04/02 11:54:29 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
@@ -48,7 +48,7 @@ ExN06PrimaryGeneratorAction::ExN06PrimaryGeneratorAction()
|
||||
//default kinematic
|
||||
//
|
||||
G4ParticleTable* particleTable = G4ParticleTable::GetParticleTable();
|
||||
G4ParticleDefinition* particle = particleTable->FindParticle("e-");
|
||||
G4ParticleDefinition* particle = particleTable->FindParticle("e+");
|
||||
|
||||
particleGun->SetParticleDefinition(particle);
|
||||
particleGun->SetParticleTime(0.0*ns);
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: ExN06RunAction.cc,v 1.8 2003/01/23 15:34:32 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02-patch-01 $
|
||||
// $Id: ExN06RunAction.cc,v 1.9 2004/04/02 12:14:12 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
@@ -32,10 +32,7 @@
|
||||
|
||||
#include "ExN06RunAction.hh"
|
||||
|
||||
#include "G4ios.hh"
|
||||
#include "G4Run.hh"
|
||||
#include "G4UImanager.hh"
|
||||
#include "G4VVisManager.hh"
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
@@ -57,22 +54,12 @@ void ExN06RunAction::BeginOfRunAction(const G4Run* aRun)
|
||||
{
|
||||
G4cout << "### Run " << aRun->GetRunID() << " start." << G4endl;
|
||||
timer->Start();
|
||||
|
||||
if (G4VVisManager::GetConcreteInstance())
|
||||
{
|
||||
G4UImanager::GetUIpointer()->ApplyCommand("/vis/scene/notifyHandlers");
|
||||
}
|
||||
}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
void ExN06RunAction::EndOfRunAction(const G4Run* aRun)
|
||||
{
|
||||
if (G4VVisManager::GetConcreteInstance())
|
||||
{
|
||||
G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/update");
|
||||
}
|
||||
|
||||
{
|
||||
timer->Stop();
|
||||
G4cout << "number of event = " << aRun->GetNumberOfEvent()
|
||||
<< " " << *timer << G4endl;
|
||||
|
||||
+129
-129
@@ -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
|
||||
*************************************************************
|
||||
|
||||
@@ -119,8 +119,8 @@ annihil: Total cross section from Heilter formula(annihilation into 2 photons).
|
||||
hIoni: tables are built for proton
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 1
|
||||
|
||||
msc: Model variant of multiple scattering for proton
|
||||
Lambda tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -129,7 +129,7 @@ msc: Model variant of multiple scattering for proton
|
||||
MuIoni: tables are built for mu+
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -151,7 +151,7 @@ MuPairProd: tables are built for mu+
|
||||
MuIoni: tables are built for mu-
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -216,7 +216,7 @@ Start Run processing.
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10
|
||||
User=9.71s Real=10.97s Sys=1.26s
|
||||
User=12.22s Real=13.81s Sys=1.57s
|
||||
############################################################
|
||||
Run Summary - Number of events : 10
|
||||
############################################################
|
||||
@@ -224,55 +224,55 @@ Region : Calor-A
|
||||
Production thresholds :
|
||||
gamma 1 mm e- 1 mm e+ 1 mm
|
||||
Energy deposition in an event :
|
||||
Absorber 3.5698078 GeV Gap 399.11869 MeV
|
||||
Absorber 4.0514349 GeV Gap 454.87297 MeV
|
||||
Number of secondaries in an event :
|
||||
gamma in Absorber 1356.8 in Gap 79.5
|
||||
e- in Absorber 2221.6 in Gap 212.3
|
||||
e+ in Absorber 128.8 in Gap 4.8
|
||||
gamma in Absorber 1665.2 in Gap 103.3
|
||||
e- in Absorber 2707.6 in Gap 258
|
||||
e+ in Absorber 163.6 in Gap 5.8
|
||||
Minimum kinetic energy of generated secondaries :
|
||||
gamma in Absorber 100.52917 keV in Gap 6.1833932 keV
|
||||
e- in Absorber 7.6997225 eV in Gap 3.3126821 eV
|
||||
e+ in Absorber 4.6863273 keV in Gap 85.901005 keV
|
||||
gamma in Absorber 100.52617 keV in Gap 6.3022604 keV
|
||||
e- in Absorber 3.8775507 eV in Gap 125.72603 eV
|
||||
e+ in Absorber 24.090179 keV in Gap 196.56451 keV
|
||||
Total track length of e+/e- in an event :
|
||||
Absorber 1.536778 m Gap 70.748844 cm
|
||||
Absorber 1.8696939 m Gap 92.563629 cm
|
||||
Total number of steps of e+/e- in an event :
|
||||
Absorber 3762.6 Gap 348.6
|
||||
Absorber 4602.9 Gap 446.9
|
||||
############################################################
|
||||
Region : Calor-B
|
||||
Production thresholds :
|
||||
gamma 1 cm e- 1 cm e+ 1 cm
|
||||
Energy deposition in an event :
|
||||
Absorber 3.0830239 GeV Gap 367.49381 MeV
|
||||
Absorber 3.3139735 GeV Gap 384.1284 MeV
|
||||
Number of secondaries in an event :
|
||||
gamma in Absorber 682.1 in Gap 54.2
|
||||
e- in Absorber 1246.5 in Gap 123.3
|
||||
e+ in Absorber 93 in Gap 3.2
|
||||
gamma in Absorber 795.8 in Gap 52.4
|
||||
e- in Absorber 1465.3 in Gap 139.1
|
||||
e+ in Absorber 112.8 in Gap 3.2
|
||||
Minimum kinetic energy of generated secondaries :
|
||||
gamma in Absorber 275.87046 keV in Gap 19.193117 keV
|
||||
e- in Absorber 131.06424 eV in Gap 606.061 eV
|
||||
e+ in Absorber 17.243665 keV in Gap 221.98504 keV
|
||||
gamma in Absorber 282.65425 keV in Gap 19.220151 keV
|
||||
e- in Absorber 3.6037396 eV in Gap 138.53441 eV
|
||||
e+ in Absorber 3.3475272 keV in Gap 229.63059 keV
|
||||
Total track length of e+/e- in an event :
|
||||
Absorber 1.0394047 m Gap 53.180664 cm
|
||||
Absorber 1.1966492 m Gap 60.639809 cm
|
||||
Total number of steps of e+/e- in an event :
|
||||
Absorber 2040.7 Gap 210.4
|
||||
Absorber 2386.4 Gap 231.6
|
||||
############################################################
|
||||
Region : Calor-C
|
||||
Production thresholds :
|
||||
gamma 10 cm e- 10 cm e+ 10 cm
|
||||
Energy deposition in an event :
|
||||
Absorber 2.68175 GeV Gap 295.38661 MeV
|
||||
Absorber 3.3134129 GeV Gap 336.74772 MeV
|
||||
Number of secondaries in an event :
|
||||
gamma in Absorber 145.7 in Gap 12.9
|
||||
e- in Absorber 272 in Gap 21.8
|
||||
e+ in Absorber 40.4 in Gap 1
|
||||
gamma in Absorber 287.4 in Gap 22.1
|
||||
e- in Absorber 513.8 in Gap 44.3
|
||||
e+ in Absorber 80.7 in Gap 2.1
|
||||
Minimum kinetic energy of generated secondaries :
|
||||
gamma in Absorber 294.51634 keV in Gap 60.683825 keV
|
||||
e- in Absorber 227.86926 eV in Gap 1.0693232 keV
|
||||
e+ in Absorber 49.693397 keV in Gap 271.89523 keV
|
||||
gamma in Absorber 303.46728 keV in Gap 57.737363 keV
|
||||
e- in Absorber 100.16145 eV in Gap 120.20529 eV
|
||||
e+ in Absorber 36.398897 keV in Gap 1.485119 MeV
|
||||
Total track length of e+/e- in an event :
|
||||
Absorber 36.805667 cm Gap 18.527049 cm
|
||||
Absorber 73.418911 cm Gap 32.296349 cm
|
||||
Total number of steps of e+/e- in an event :
|
||||
Absorber 448.4 Gap 44.8
|
||||
Absorber 856.2 Gap 87.3
|
||||
############################################################
|
||||
/run/dumpCouples
|
||||
|
||||
@@ -397,8 +397,8 @@ annihil: Total cross section from Heilter formula(annihilation into 2 photons).
|
||||
hIoni: tables are built for proton
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 1
|
||||
|
||||
msc: Model variant of multiple scattering for proton
|
||||
Lambda tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -407,7 +407,7 @@ msc: Model variant of multiple scattering for proton
|
||||
MuIoni: tables are built for mu+
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -429,7 +429,7 @@ MuPairProd: tables are built for mu+
|
||||
MuIoni: tables are built for mu-
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -494,7 +494,7 @@ Start Run processing.
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10
|
||||
User=18.82s Real=21.25s Sys=2.43s
|
||||
User=13.15s Real=14.77s Sys=1.62s
|
||||
############################################################
|
||||
Run Summary - Number of events : 10
|
||||
############################################################
|
||||
@@ -502,55 +502,55 @@ Region : Calor-A
|
||||
Production thresholds :
|
||||
gamma 200 mum e- 200 mum e+ 200 mum
|
||||
Energy deposition in an event :
|
||||
Absorber 5.3906582 GeV Gap 597.82239 MeV
|
||||
Absorber 2.7911611 GeV Gap 353.13569 MeV
|
||||
Number of secondaries in an event :
|
||||
gamma in Absorber 3102.6 in Gap 198.4
|
||||
e- in Absorber 5011.6 in Gap 543.7
|
||||
e+ in Absorber 239.7 in Gap 7.3
|
||||
gamma in Absorber 1121.6 in Gap 71
|
||||
e- in Absorber 1912.6 in Gap 240.6
|
||||
e+ in Absorber 79.1 in Gap 2.2
|
||||
Minimum kinetic energy of generated secondaries :
|
||||
gamma in Absorber 47.186667 keV in Gap 2.7967027 keV
|
||||
e- in Absorber 9.1846611 eV in Gap 6.7405087 eV
|
||||
e+ in Absorber 4.1679186 keV in Gap 263.28511 keV
|
||||
gamma in Absorber 47.190639 keV in Gap 2.8045814 keV
|
||||
e- in Absorber 16.44242 eV in Gap 29.153153 eV
|
||||
e+ in Absorber 2.4910148 keV in Gap 611.6431 keV
|
||||
Total track length of e+/e- in an event :
|
||||
Absorber 2.9490364 m Gap 1.5463281 m
|
||||
Absorber 1.0873323 m Gap 58.051913 cm
|
||||
Total number of steps of e+/e- in an event :
|
||||
Absorber 8709.5 Gap 939.1
|
||||
Absorber 3260.8 Gap 389.7
|
||||
############################################################
|
||||
Region : Calor-B
|
||||
Production thresholds :
|
||||
gamma 2 mm e- 2 mm e+ 2 mm
|
||||
Energy deposition in an event :
|
||||
Absorber 2.3883408 GeV Gap 301.41317 MeV
|
||||
Absorber 3.1845776 GeV Gap 372.8885 MeV
|
||||
Number of secondaries in an event :
|
||||
gamma in Absorber 553 in Gap 40
|
||||
e- in Absorber 944.9 in Gap 90.5
|
||||
e+ in Absorber 52.1 in Gap 1.9
|
||||
gamma in Absorber 1026.7 in Gap 65.2
|
||||
e- in Absorber 1692.5 in Gap 167.4
|
||||
e+ in Absorber 106.4 in Gap 3
|
||||
Minimum kinetic energy of generated secondaries :
|
||||
gamma in Absorber 120.61778 keV in Gap 9.2529622 keV
|
||||
e- in Absorber 141.52806 eV in Gap 54.412125 eV
|
||||
e+ in Absorber 23.123346 keV in Gap 293.67961 keV
|
||||
gamma in Absorber 120.59437 keV in Gap 8.7032788 keV
|
||||
e- in Absorber 9.4193489 eV in Gap 35.502872 eV
|
||||
e+ in Absorber 49.061095 keV in Gap 186.24094 keV
|
||||
Total track length of e+/e- in an event :
|
||||
Absorber 67.535771 cm Gap 33.824092 cm
|
||||
Absorber 1.2199314 m Gap 61.846931 cm
|
||||
Total number of steps of e+/e- in an event :
|
||||
Absorber 1573.3 Gap 154.3
|
||||
Absorber 2860.3 Gap 284.4
|
||||
############################################################
|
||||
Region : Calor-C
|
||||
Production thresholds :
|
||||
gamma 2 cm e- 2 cm e+ 2 cm
|
||||
Energy deposition in an event :
|
||||
Absorber 3.2883756 GeV Gap 380.86518 MeV
|
||||
Absorber 3.3318885 GeV Gap 367.66243 MeV
|
||||
Number of secondaries in an event :
|
||||
gamma in Absorber 666.6 in Gap 42.4
|
||||
e- in Absorber 1255.3 in Gap 109.1
|
||||
e+ in Absorber 103.7 in Gap 3.3
|
||||
gamma in Absorber 671.6 in Gap 46.7
|
||||
e- in Absorber 1281.2 in Gap 114.4
|
||||
e+ in Absorber 107.4 in Gap 2.6
|
||||
Minimum kinetic energy of generated secondaries :
|
||||
gamma in Absorber 279.37463 keV in Gap 27.732988 keV
|
||||
e- in Absorber 54.318231 eV in Gap 361.55198 eV
|
||||
e+ in Absorber 11.745428 keV in Gap 203.05609 keV
|
||||
gamma in Absorber 269.35888 keV in Gap 27.171611 keV
|
||||
e- in Absorber 115.53078 eV in Gap 240.5145 eV
|
||||
e+ in Absorber 7.2108567 keV in Gap 134.98331 keV
|
||||
Total track length of e+/e- in an event :
|
||||
Absorber 1.107667 m Gap 53.146751 cm
|
||||
Absorber 1.1550558 m Gap 52.360971 cm
|
||||
Total number of steps of e+/e- in an event :
|
||||
Absorber 2021.8 Gap 184.2
|
||||
Absorber 2062.9 Gap 198.4
|
||||
############################################################
|
||||
/run/dumpCouples
|
||||
|
||||
@@ -674,8 +674,8 @@ annihil: Total cross section from Heilter formula(annihilation into 2 photons).
|
||||
hIoni: tables are built for proton
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 1
|
||||
|
||||
msc: Model variant of multiple scattering for proton
|
||||
Lambda tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -684,7 +684,7 @@ msc: Model variant of multiple scattering for proton
|
||||
MuIoni: tables are built for mu+
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -706,7 +706,7 @@ MuPairProd: tables are built for mu+
|
||||
MuIoni: tables are built for mu-
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -801,7 +801,7 @@ Start Run processing.
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10
|
||||
User=2.09s Real=2.29s Sys=0.2s
|
||||
User=1.94s Real=2.08s Sys=0.14s
|
||||
############################################################
|
||||
Run Summary - Number of events : 10
|
||||
############################################################
|
||||
@@ -809,55 +809,55 @@ Region : Calor-A
|
||||
Production thresholds :
|
||||
gamma 200 mum e- 200 mum e+ 200 mum
|
||||
Energy deposition in an event :
|
||||
Absorber 530.89224 MeV Gap 245.61737 MeV
|
||||
Absorber 547.35259 MeV Gap 250.61784 MeV
|
||||
Number of secondaries in an event :
|
||||
gamma in Absorber 40.7 in Gap 14.4
|
||||
e- in Absorber 245.9 in Gap 135.9
|
||||
e+ in Absorber 1.3 in Gap 0.2
|
||||
gamma in Absorber 36.2 in Gap 13.8
|
||||
e- in Absorber 277.9 in Gap 143.3
|
||||
e+ in Absorber 1.7 in Gap 0.2
|
||||
Minimum kinetic energy of generated secondaries :
|
||||
gamma in Absorber 3.241818 keV in Gap 1.4901227 keV
|
||||
e- in Absorber 2.5513339 eV in Gap 47.476054 eV
|
||||
e+ in Absorber 720.17793 keV in Gap 21.362409 MeV
|
||||
gamma in Absorber 3.2364352 keV in Gap 1.4930913 keV
|
||||
e- in Absorber 12.765121 eV in Gap 19.735358 eV
|
||||
e+ in Absorber 314.99166 keV in Gap 6.4368825 MeV
|
||||
Total track length of e+/e- in an event :
|
||||
Absorber 34.317977 cm Gap 30.776585 cm
|
||||
Absorber 37.719231 cm Gap 32.939047 cm
|
||||
Total number of steps of e+/e- in an event :
|
||||
Absorber 330.2 Gap 181.9
|
||||
Absorber 369.2 Gap 198.1
|
||||
############################################################
|
||||
Region : Calor-B
|
||||
Production thresholds :
|
||||
gamma 2 mm e- 2 mm e+ 2 mm
|
||||
Energy deposition in an event :
|
||||
Absorber 592.804 MeV Gap 268.57333 MeV
|
||||
Absorber 528.66644 MeV Gap 229.81281 MeV
|
||||
Number of secondaries in an event :
|
||||
gamma in Absorber 41.9 in Gap 14.9
|
||||
e- in Absorber 219.3 in Gap 101.1
|
||||
e+ in Absorber 1.4 in Gap 0.4
|
||||
gamma in Absorber 24.7 in Gap 8.6
|
||||
e- in Absorber 134.7 in Gap 57
|
||||
e+ in Absorber 0.8 in Gap 0
|
||||
Minimum kinetic energy of generated secondaries :
|
||||
gamma in Absorber 9.5727922 keV in Gap 4.0718826 keV
|
||||
e- in Absorber 8.2763167 eV in Gap 9.38021 eV
|
||||
e+ in Absorber 319.74689 keV in Gap 796.74612 keV
|
||||
gamma in Absorber 9.7464274 keV in Gap 3.930575 keV
|
||||
e- in Absorber 6.8768875 eV in Gap 212.51763 eV
|
||||
e+ in Absorber 259.66099 keV in Gap 2.8802232e+295 J
|
||||
Total track length of e+/e- in an event :
|
||||
Absorber 41.82471 cm Gap 37.273703 cm
|
||||
Absorber 27.03255 cm Gap 20.877273 cm
|
||||
Total number of steps of e+/e- in an event :
|
||||
Absorber 292.3 Gap 139.8
|
||||
Absorber 177.8 Gap 81
|
||||
############################################################
|
||||
Region : Calor-C
|
||||
Production thresholds :
|
||||
gamma 2 cm e- 2 cm e+ 2 cm
|
||||
Energy deposition in an event :
|
||||
Absorber 531.91777 MeV Gap 243.43474 MeV
|
||||
Absorber 536.61802 MeV Gap 237.58731 MeV
|
||||
Number of secondaries in an event :
|
||||
gamma in Absorber 18 in Gap 8.1
|
||||
e- in Absorber 127.6 in Gap 50.6
|
||||
gamma in Absorber 16.1 in Gap 8.4
|
||||
e- in Absorber 104.5 in Gap 46.4
|
||||
e+ in Absorber 0.9 in Gap 0.2
|
||||
Minimum kinetic energy of generated secondaries :
|
||||
gamma in Absorber 28.527699 keV in Gap 11.125069 keV
|
||||
e- in Absorber 1.0657592 eV in Gap 13.801217 eV
|
||||
e+ in Absorber 588.49192 keV in Gap 15.727466 MeV
|
||||
gamma in Absorber 28.524556 keV in Gap 14.154467 keV
|
||||
e- in Absorber 5.1675192 eV in Gap 6.7878977 eV
|
||||
e+ in Absorber 380.88375 keV in Gap 7.1779823 MeV
|
||||
Total track length of e+/e- in an event :
|
||||
Absorber 17.328551 cm Gap 20.703812 cm
|
||||
Absorber 17.313979 cm Gap 18.787794 cm
|
||||
Total number of steps of e+/e- in an event :
|
||||
Absorber 159.9 Gap 66.7
|
||||
Absorber 133.6 Gap 64.6
|
||||
############################################################
|
||||
/run/dumpCouples
|
||||
|
||||
@@ -1012,8 +1012,8 @@ annihil: Total cross section from Heilter formula(annihilation into 2 photons).
|
||||
hIoni: tables are built for proton
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 1
|
||||
|
||||
msc: Model variant of multiple scattering for proton
|
||||
Lambda tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -1022,7 +1022,7 @@ msc: Model variant of multiple scattering for proton
|
||||
MuIoni: tables are built for mu+
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -1044,7 +1044,7 @@ MuPairProd: tables are built for mu+
|
||||
MuIoni: tables are built for mu-
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
|
||||
@@ -1139,7 +1139,7 @@ Start Run processing.
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 10
|
||||
User=8.35s Real=9.61s Sys=1.26s
|
||||
User=8.51s Real=9.95s Sys=1.44s
|
||||
############################################################
|
||||
Run Summary - Number of events : 10
|
||||
############################################################
|
||||
@@ -1147,55 +1147,55 @@ Region : Calor-A
|
||||
Production thresholds :
|
||||
gamma 10 mum e- 10 mum e+ 10 mum
|
||||
Energy deposition in an event :
|
||||
Absorber 620.67224 MeV Gap 271.13621 MeV
|
||||
Absorber 572.40374 MeV Gap 265.27788 MeV
|
||||
Number of secondaries in an event :
|
||||
gamma in Absorber 80.4 in Gap 25.3
|
||||
e- in Absorber 1189.3 in Gap 2025.5
|
||||
e+ in Absorber 2.4 in Gap 1
|
||||
gamma in Absorber 65.1 in Gap 21.8
|
||||
e- in Absorber 1044.7 in Gap 2017.3
|
||||
e+ in Absorber 1.4 in Gap 0.4
|
||||
Minimum kinetic energy of generated secondaries :
|
||||
gamma in Absorber 1.0004691 keV in Gap 1.0047908 keV
|
||||
e- in Absorber 2.5510019 eV in Gap 1.8161365 eV
|
||||
e+ in Absorber 349.81463 keV in Gap 561.3888 keV
|
||||
gamma in Absorber 1.0025028 keV in Gap 1.0031887 keV
|
||||
e- in Absorber 17.142253 eV in Gap 7.9280003 eV
|
||||
e+ in Absorber 665.80551 keV in Gap 1.1627031 MeV
|
||||
Total track length of e+/e- in an event :
|
||||
Absorber 59.53211 cm Gap 48.835686 cm
|
||||
Absorber 47.798725 cm Gap 45.809723 cm
|
||||
Total number of steps of e+/e- in an event :
|
||||
Absorber 1634.1 Gap 2705.2
|
||||
Absorber 1447.9 Gap 3025.7
|
||||
############################################################
|
||||
Region : Calor-B
|
||||
Production thresholds :
|
||||
gamma 100 mum e- 100 mum e+ 100 mum
|
||||
Energy deposition in an event :
|
||||
Absorber 568.66098 MeV Gap 263.57502 MeV
|
||||
Absorber 717.27801 MeV Gap 309.71493 MeV
|
||||
Number of secondaries in an event :
|
||||
gamma in Absorber 44.9 in Gap 13
|
||||
e- in Absorber 378.8 in Gap 205.2
|
||||
e+ in Absorber 1.4 in Gap 0.1
|
||||
gamma in Absorber 94.6 in Gap 29.6
|
||||
e- in Absorber 604 in Gap 298.4
|
||||
e+ in Absorber 4.1 in Gap 0.9
|
||||
Minimum kinetic energy of generated secondaries :
|
||||
gamma in Absorber 1.2890955 keV in Gap 1.1375624 keV
|
||||
e- in Absorber 8.21886 eV in Gap 28.110346 eV
|
||||
e+ in Absorber 243.92767 keV in Gap 2.6608565 MeV
|
||||
gamma in Absorber 2.3165527 keV in Gap 1.1265939 keV
|
||||
e- in Absorber 2.55373 eV in Gap 23.392195 eV
|
||||
e+ in Absorber 176.37501 keV in Gap 2.0225778 MeV
|
||||
Total track length of e+/e- in an event :
|
||||
Absorber 61.227905 cm Gap 49.540263 cm
|
||||
Absorber 81.517666 cm Gap 65.539464 cm
|
||||
Total number of steps of e+/e- in an event :
|
||||
Absorber 523.5 Gap 294.4
|
||||
Absorber 859.1 Gap 432.3
|
||||
############################################################
|
||||
Region : Calor-C
|
||||
Production thresholds :
|
||||
gamma 1 mm e- 1 mm e+ 1 mm
|
||||
Energy deposition in an event :
|
||||
Absorber 681.18829 MeV Gap 324.85771 MeV
|
||||
Absorber 514.81651 MeV Gap 239.63939 MeV
|
||||
Number of secondaries in an event :
|
||||
gamma in Absorber 67.9 in Gap 23.5
|
||||
e- in Absorber 376.2 in Gap 168
|
||||
e+ in Absorber 4 in Gap 0.6
|
||||
gamma in Absorber 21.3 in Gap 6.7
|
||||
e- in Absorber 131.4 in Gap 65.5
|
||||
e+ in Absorber 0.4 in Gap 0.6
|
||||
Minimum kinetic energy of generated secondaries :
|
||||
gamma in Absorber 2.9458519 keV in Gap 3.0285963 keV
|
||||
e- in Absorber 10.230535 eV in Gap 4.2810446 eV
|
||||
e+ in Absorber 806.66206 keV in Gap 631.6393 keV
|
||||
gamma in Absorber 3.0168786 keV in Gap 3.928508 keV
|
||||
e- in Absorber 3.3421996 eV in Gap 17.267778 eV
|
||||
e+ in Absorber 5.3886037 MeV in Gap 452.23867 keV
|
||||
Total track length of e+/e- in an event :
|
||||
Absorber 89.269193 cm Gap 79.209387 cm
|
||||
Absorber 39.723386 cm Gap 32.59092 cm
|
||||
Total number of steps of e+/e- in an event :
|
||||
Absorber 512.4 Gap 256
|
||||
Absorber 190 Gap 102.3
|
||||
############################################################
|
||||
/run/dumpCouples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user