Import Geant4 10.5.0.beta source tree
This commit is contained in:
@@ -33,12 +33,14 @@
|
||||
// Comments
|
||||
//
|
||||
// Underground Advanced example main program
|
||||
// by A. Howard and H. Araujo
|
||||
// by A. Howard and H. Araujo
|
||||
// (27th November 2001)
|
||||
//
|
||||
// main program
|
||||
// --------------------------------------------------------------
|
||||
|
||||
#include "G4Types.hh"
|
||||
|
||||
#ifdef G4MULTITHREADED
|
||||
#include "G4MTRunManager.hh"
|
||||
#else
|
||||
@@ -65,11 +67,11 @@ int main(int argc,char** argv) {
|
||||
|
||||
// choose the Random engine
|
||||
G4Random::setTheEngine(new CLHEP::RanecuEngine);
|
||||
|
||||
|
||||
// Construct the default run manager
|
||||
#ifdef G4MULTITHREADED
|
||||
G4MTRunManager* runManager = new G4MTRunManager;
|
||||
//runManager->SetNumberOfThreads(2);
|
||||
//runManager->SetNumberOfThreads(2);
|
||||
#else
|
||||
G4RunManager* runManager = new G4RunManager;
|
||||
#endif
|
||||
@@ -91,13 +93,13 @@ int main(int argc,char** argv) {
|
||||
#else
|
||||
G4cout << " Using the DMX gun " << G4endl;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
//Initialize G4 kernel
|
||||
runManager->Initialize();
|
||||
|
||||
// get the pointer to the User Interface manager
|
||||
G4UImanager* UImanager = G4UImanager::GetUIpointer();
|
||||
|
||||
// get the pointer to the User Interface manager
|
||||
G4UImanager* UImanager = G4UImanager::GetUIpointer();
|
||||
|
||||
// Define UI session for interactive mode.
|
||||
if(argc == 1)
|
||||
@@ -105,7 +107,7 @@ int main(int argc,char** argv) {
|
||||
#ifdef G4UI_USE
|
||||
G4UIExecutive* ui = new G4UIExecutive(argc, argv);
|
||||
#ifdef G4VIS_USE
|
||||
UImanager->ApplyCommand("/control/execute initInter.mac");
|
||||
UImanager->ApplyCommand("/control/execute initInter.mac");
|
||||
#endif
|
||||
ui->SessionStart();
|
||||
delete ui;
|
||||
@@ -113,7 +115,7 @@ int main(int argc,char** argv) {
|
||||
}
|
||||
// Batch mode
|
||||
else
|
||||
{
|
||||
{
|
||||
G4String command = "/control/execute ";
|
||||
G4String fileName = argv[1];
|
||||
UImanager->ApplyCommand(command+fileName);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
$Id: History 101652 2016-11-21 08:48:22Z gcosmo $
|
||||
$Id: History 109978 2018-05-14 07:13:09Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -9,6 +9,11 @@ $Id: History 101652 2016-11-21 08:48:22Z gcosmo $
|
||||
Category History file
|
||||
---------------------
|
||||
|
||||
10.05.2018 - B. Morgan (DMX-V10-04-00)
|
||||
Include G4Types before use of G4MULTITHREADED. For forward
|
||||
compatibility with move to #defines over -D for G4 preprocessor
|
||||
symbols.
|
||||
|
||||
19.11.2016 - A. Dotti (DMX-V10-02-02)
|
||||
explicit set of SDs to manager
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
############################################
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-10-04-patch-02 (25-May-2018)
|
||||
Geant4 version Name: geant4-10-05-beta-01 (29-June-2018)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
@@ -89,7 +89,7 @@ Verbosity Set to: 0
|
||||
DefaultRegionForTheWorld 1 1 1
|
||||
|
||||
### === G4UAtomicDeexcitation::InitialiseForNewRun()
|
||||
### === Auger cascade flag: 0
|
||||
### === Auger cascade flag: 1
|
||||
### === Ignore cuts flag: 0
|
||||
### === PIXE model for hadrons: Empirical
|
||||
### === PIXE model for e+-: Livermore
|
||||
@@ -115,7 +115,7 @@ conv: for gamma SubType= 14 BuildTable= 1
|
||||
Lambda table from 1.022 MeV to 100 GeV, 24 bins per decade, spline: 1
|
||||
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
||||
LivermoreConversion : Emin= 0 eV Emax= 80 GeV
|
||||
BetheHeitlerLPM : Emin= 80 GeV Emax= 100 GeV
|
||||
BetheHeitlerLPM : Emin= 80 GeV Emax= 100 GeV AngularGenUrban
|
||||
|
||||
msc: for e- SubType= 10
|
||||
RangeFactor= 0.04, stepLimitType: 3, latDisplacement: 1, skin= 1, geomFactor= 2.5
|
||||
@@ -204,7 +204,7 @@ Enable correlated gamma emission 0
|
||||
Max 2J for sampling of angular correlations 10
|
||||
Atomic de-excitation enabled 1
|
||||
Auger electron emission enabled 1
|
||||
Auger cascade enabled 0
|
||||
Auger cascade enabled 1
|
||||
Check EM cuts disabled for atomic de-excitation 0
|
||||
Use Bearden atomic level energies 0
|
||||
=======================================================================
|
||||
@@ -487,7 +487,6 @@ hBrems: for pi- SubType= 3
|
||||
Model: NeutronHPInelastic: 0 eV ---> 20 MeV
|
||||
Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV
|
||||
Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
|
||||
Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
|
||||
|
||||
Process: nCapture
|
||||
Model: NeutronHPCapture: 0 eV ---> 20 MeV
|
||||
@@ -501,7 +500,6 @@ hBrems: for pi- SubType= 3
|
||||
Model: hElasticLHEP: 0 eV ---> 1 GeV
|
||||
Model: hElasticGlauber: 1 GeV ---> 100 TeV
|
||||
Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
|
||||
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
|
||||
|
||||
Process: inelastic
|
||||
Model: FTFP: 4 GeV ---> 100 TeV
|
||||
@@ -518,7 +516,6 @@ hBrems: for pi- SubType= 3
|
||||
Model: hElasticLHEP: 0 eV ---> 1 GeV
|
||||
Model: hElasticGlauber: 1 GeV ---> 100 TeV
|
||||
Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
|
||||
Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV
|
||||
|
||||
Process: inelastic
|
||||
Model: FTFP: 4 GeV ---> 100 TeV
|
||||
@@ -542,7 +539,6 @@ hBrems: for pi- SubType= 3
|
||||
Model: FTFP: 4 GeV ---> 100 TeV
|
||||
Model: BertiniCascade: 0 eV ---> 5 GeV
|
||||
Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV
|
||||
Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV
|
||||
|
||||
---------------------------------------------------
|
||||
Hadronic Processes for triton
|
||||
@@ -705,7 +701,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 10
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 31
|
||||
Total energy in LXe: 21.4628 keV
|
||||
Average light collection time: 26.7181 ns
|
||||
Number of PMT hits (photoelectron equivalent): 19
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 10
|
||||
|
||||
@@ -722,10 +723,10 @@ Index : 12 used in the geometry : Yes
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 24
|
||||
Total energy in LXe: 30.2187 keV
|
||||
Average light collection time: 20.1984 ns
|
||||
Number of PMT hits (photoelectron equivalent): 35
|
||||
Number of hits in LXe: 61
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 20.6184 ns
|
||||
Number of PMT hits (photoelectron equivalent): 95
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 30
|
||||
@@ -734,12 +735,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 40
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 48
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 29.4441 ns
|
||||
Number of PMT hits (photoelectron equivalent): 63
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 40
|
||||
|
||||
@@ -747,12 +743,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 50
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 62
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 17.6866 ns
|
||||
Number of PMT hits (photoelectron equivalent): 49
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 50
|
||||
|
||||
@@ -761,10 +752,10 @@ Index : 12 used in the geometry : Yes
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 54
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 25.008 ns
|
||||
Number of PMT hits (photoelectron equivalent): 70
|
||||
Number of hits in LXe: 10
|
||||
Total energy in LXe: 13.6268 keV
|
||||
Average light collection time: 31.5558 ns
|
||||
Number of PMT hits (photoelectron equivalent): 12
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 60
|
||||
@@ -789,12 +780,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 90
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 59
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 21.7027 ns
|
||||
Number of PMT hits (photoelectron equivalent): 71
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 90
|
||||
|
||||
@@ -802,12 +788,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 100
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 59
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 21.2215 ns
|
||||
Number of PMT hits (photoelectron equivalent): 164
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 100
|
||||
|
||||
@@ -815,7 +796,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 110
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 65
|
||||
Total energy in LXe: 30.2187 keV
|
||||
Average light collection time: 23.5494 ns
|
||||
Number of PMT hits (photoelectron equivalent): 27
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 110
|
||||
|
||||
@@ -831,7 +817,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 130
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 69
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 24.7716 ns
|
||||
Number of PMT hits (photoelectron equivalent): 61
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 130
|
||||
|
||||
@@ -839,7 +830,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 140
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: e-
|
||||
Number of hits in LXe: 80
|
||||
Total energy in LXe: 35.0952 keV
|
||||
Average light collection time: 20.9365 ns
|
||||
Number of PMT hits (photoelectron equivalent): 45
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 140
|
||||
|
||||
@@ -855,12 +851,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 160
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 53
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 24.4712 ns
|
||||
Number of PMT hits (photoelectron equivalent): 51
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 160
|
||||
|
||||
@@ -868,7 +859,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 170
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 47
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 18.0918 ns
|
||||
Number of PMT hits (photoelectron equivalent): 177
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 170
|
||||
|
||||
@@ -876,7 +872,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 180
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 16
|
||||
Total energy in LXe: 14.8158 keV
|
||||
Average light collection time: 15.3594 ns
|
||||
Number of PMT hits (photoelectron equivalent): 15
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 180
|
||||
|
||||
@@ -909,10 +910,10 @@ Index : 12 used in the geometry : Yes
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 67
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 16.9692 ns
|
||||
Number of PMT hits (photoelectron equivalent): 53
|
||||
Number of hits in LXe: 31
|
||||
Total energy in LXe: 26.4335 keV
|
||||
Average light collection time: 24.9397 ns
|
||||
Number of PMT hits (photoelectron equivalent): 20
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 220
|
||||
@@ -921,12 +922,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 230
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 29
|
||||
Total energy in LXe: 30.2187 keV
|
||||
Average light collection time: 15.1566 ns
|
||||
Number of PMT hits (photoelectron equivalent): 26
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 230
|
||||
|
||||
@@ -934,12 +930,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 240
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 56
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 19.5876 ns
|
||||
Number of PMT hits (photoelectron equivalent): 59
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 240
|
||||
|
||||
@@ -947,12 +938,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 250
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 60
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 24.0604 ns
|
||||
Number of PMT hits (photoelectron equivalent): 58
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 250
|
||||
|
||||
@@ -968,7 +954,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 270
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 26
|
||||
Total energy in LXe: 30.5479 keV
|
||||
Average light collection time: 17.9697 ns
|
||||
Number of PMT hits (photoelectron equivalent): 27
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 270
|
||||
|
||||
@@ -976,12 +967,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 280
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 42
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 19.3622 ns
|
||||
Number of PMT hits (photoelectron equivalent): 53
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 280
|
||||
|
||||
@@ -989,7 +975,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 290
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 60
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 19.4674 ns
|
||||
Number of PMT hits (photoelectron equivalent): 52
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 290
|
||||
|
||||
@@ -997,12 +988,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 300
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 59
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 18.3843 ns
|
||||
Number of PMT hits (photoelectron equivalent): 39
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 300
|
||||
|
||||
@@ -1034,12 +1020,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 340
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 22
|
||||
Total energy in LXe: 30.2187 keV
|
||||
Average light collection time: 21.1922 ns
|
||||
Number of PMT hits (photoelectron equivalent): 17
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 340
|
||||
|
||||
@@ -1064,10 +1045,10 @@ Index : 12 used in the geometry : Yes
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 45
|
||||
Total energy in LXe: 30.5479 keV
|
||||
Average light collection time: 19.1242 ns
|
||||
Number of PMT hits (photoelectron equivalent): 42
|
||||
Number of hits in LXe: 71
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 21.9501 ns
|
||||
Number of PMT hits (photoelectron equivalent): 67
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 370
|
||||
@@ -1076,7 +1057,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 380
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 54
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 20.2688 ns
|
||||
Number of PMT hits (photoelectron equivalent): 38
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 380
|
||||
|
||||
@@ -1085,10 +1071,10 @@ Index : 12 used in the geometry : Yes
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 94
|
||||
Number of hits in LXe: 74
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 18.0947 ns
|
||||
Number of PMT hits (photoelectron equivalent): 50
|
||||
Average light collection time: 17.7531 ns
|
||||
Number of PMT hits (photoelectron equivalent): 62
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 390
|
||||
@@ -1122,10 +1108,10 @@ Index : 12 used in the geometry : Yes
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 52
|
||||
Number of hits in LXe: 77
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 18.2767 ns
|
||||
Number of PMT hits (photoelectron equivalent): 136
|
||||
Average light collection time: 15.9186 ns
|
||||
Number of PMT hits (photoelectron equivalent): 52
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 430
|
||||
@@ -1142,7 +1128,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 450
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 63
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 22.3941 ns
|
||||
Number of PMT hits (photoelectron equivalent): 48
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 450
|
||||
|
||||
@@ -1151,10 +1142,10 @@ Index : 12 used in the geometry : Yes
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 30
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 22.3512 ns
|
||||
Number of PMT hits (photoelectron equivalent): 53
|
||||
Number of hits in LXe: 37
|
||||
Total energy in LXe: 30.2187 keV
|
||||
Average light collection time: 15.3315 ns
|
||||
Number of PMT hits (photoelectron equivalent): 39
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 460
|
||||
@@ -1163,12 +1154,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 470
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 55
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 21.488 ns
|
||||
Number of PMT hits (photoelectron equivalent): 54
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 470
|
||||
|
||||
@@ -1184,7 +1170,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 490
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 53
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 20.716 ns
|
||||
Number of PMT hits (photoelectron equivalent): 134
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 490
|
||||
|
||||
@@ -1208,12 +1199,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 520
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 37
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 24.2763 ns
|
||||
Number of PMT hits (photoelectron equivalent): 52
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 520
|
||||
|
||||
@@ -1221,12 +1207,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 530
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 51
|
||||
Total energy in LXe: 30.2187 keV
|
||||
Average light collection time: 17.7814 ns
|
||||
Number of PMT hits (photoelectron equivalent): 32
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 530
|
||||
|
||||
@@ -1235,10 +1216,10 @@ Index : 12 used in the geometry : Yes
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 65
|
||||
Number of hits in LXe: 63
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 18.696 ns
|
||||
Number of PMT hits (photoelectron equivalent): 56
|
||||
Average light collection time: 19.0108 ns
|
||||
Number of PMT hits (photoelectron equivalent): 48
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 540
|
||||
@@ -1263,11 +1244,11 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 570
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 46
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 21.5379 ns
|
||||
Number of PMT hits (photoelectron equivalent): 71
|
||||
First hit in LXe: e-
|
||||
Number of hits in LXe: 110
|
||||
Total energy in LXe: 45.9575 keV
|
||||
Average light collection time: 23.9289 ns
|
||||
Number of PMT hits (photoelectron equivalent): 47
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 570
|
||||
@@ -1277,10 +1258,10 @@ Index : 12 used in the geometry : Yes
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 38
|
||||
Number of hits in LXe: 60
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 22.4356 ns
|
||||
Number of PMT hits (photoelectron equivalent): 71
|
||||
Average light collection time: 19.7397 ns
|
||||
Number of PMT hits (photoelectron equivalent): 72
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 580
|
||||
@@ -1297,7 +1278,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 600
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 44
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 22.4053 ns
|
||||
Number of PMT hits (photoelectron equivalent): 67
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 600
|
||||
|
||||
@@ -1305,12 +1291,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 610
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 43
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 19.3135 ns
|
||||
Number of PMT hits (photoelectron equivalent): 54
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 610
|
||||
|
||||
@@ -1319,10 +1300,10 @@ Index : 12 used in the geometry : Yes
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 51
|
||||
Number of hits in LXe: 47
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 27.9233 ns
|
||||
Number of PMT hits (photoelectron equivalent): 64
|
||||
Average light collection time: 19.7082 ns
|
||||
Number of PMT hits (photoelectron equivalent): 54
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 620
|
||||
@@ -1339,12 +1320,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 640
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 58
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 16.0205 ns
|
||||
Number of PMT hits (photoelectron equivalent): 44
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 640
|
||||
|
||||
@@ -1376,7 +1352,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 680
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 50
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 25.8205 ns
|
||||
Number of PMT hits (photoelectron equivalent): 45
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 680
|
||||
|
||||
@@ -1384,7 +1365,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 690
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 52
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 19.7781 ns
|
||||
Number of PMT hits (photoelectron equivalent): 48
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 690
|
||||
|
||||
@@ -1392,12 +1378,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 700
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 65
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 19.0251 ns
|
||||
Number of PMT hits (photoelectron equivalent): 66
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 700
|
||||
|
||||
@@ -1429,7 +1410,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 740
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 22
|
||||
Total energy in LXe: 12.6275 keV
|
||||
Average light collection time: 26.2598 ns
|
||||
Number of PMT hits (photoelectron equivalent): 5
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 740
|
||||
|
||||
@@ -1437,7 +1423,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 750
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 61
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 16.4401 ns
|
||||
Number of PMT hits (photoelectron equivalent): 48
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 750
|
||||
|
||||
@@ -1445,7 +1436,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 760
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 67
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 19.9245 ns
|
||||
Number of PMT hits (photoelectron equivalent): 71
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 760
|
||||
|
||||
@@ -1461,12 +1457,7 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 780
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 55
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 19.9007 ns
|
||||
Number of PMT hits (photoelectron equivalent): 62
|
||||
Event summary in file gamma_1000.out
|
||||
Total energy in LXe: 0 eV
|
||||
|
||||
---> End of event: 780
|
||||
|
||||
@@ -1475,10 +1466,10 @@ Index : 12 used in the geometry : Yes
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 38
|
||||
Total energy in LXe: 26.3706 keV
|
||||
Average light collection time: 16.0881 ns
|
||||
Number of PMT hits (photoelectron equivalent): 23
|
||||
Number of hits in LXe: 63
|
||||
Total energy in LXe: 37.6657 keV
|
||||
Average light collection time: 24.6836 ns
|
||||
Number of PMT hits (photoelectron equivalent): 33
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 790
|
||||
@@ -1487,7 +1478,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 800
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 70
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 17.4435 ns
|
||||
Number of PMT hits (photoelectron equivalent): 53
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 800
|
||||
|
||||
@@ -1495,7 +1491,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 810
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 63
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 22.5962 ns
|
||||
Number of PMT hits (photoelectron equivalent): 60
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 810
|
||||
|
||||
@@ -1503,7 +1504,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 820
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 64
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 20.8597 ns
|
||||
Number of PMT hits (photoelectron equivalent): 70
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 820
|
||||
|
||||
@@ -1520,10 +1526,10 @@ Index : 12 used in the geometry : Yes
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 49
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 24.6535 ns
|
||||
Number of PMT hits (photoelectron equivalent): 61
|
||||
Number of hits in LXe: 13
|
||||
Total energy in LXe: 7.66094 keV
|
||||
Average light collection time: 8.67327 ns
|
||||
Number of PMT hits (photoelectron equivalent): 4
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 840
|
||||
@@ -1548,7 +1554,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 870
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 66
|
||||
Total energy in LXe: 30.2187 keV
|
||||
Average light collection time: 22.2762 ns
|
||||
Number of PMT hits (photoelectron equivalent): 91
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 870
|
||||
|
||||
@@ -1589,10 +1600,10 @@ Index : 12 used in the geometry : Yes
|
||||
|
||||
Primary Energy: 60 keV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 54
|
||||
Number of hits in LXe: 51
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 22.2636 ns
|
||||
Number of PMT hits (photoelectron equivalent): 52
|
||||
Average light collection time: 19.8799 ns
|
||||
Number of PMT hits (photoelectron equivalent): 71
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 920
|
||||
@@ -1609,7 +1620,12 @@ Index : 12 used in the geometry : Yes
|
||||
---> Begin of event: 940
|
||||
|
||||
Primary Energy: 60 keV
|
||||
Total energy in LXe: 0 eV
|
||||
First hit in LXe: gamma
|
||||
Number of hits in LXe: 54
|
||||
Total energy in LXe: 60 keV
|
||||
Average light collection time: 24.182 ns
|
||||
Number of PMT hits (photoelectron equivalent): 64
|
||||
Event summary in file gamma_1000.out
|
||||
|
||||
---> End of event: 940
|
||||
|
||||
|
||||
Reference in New Issue
Block a user