Import Geant4 10.6.2 source tree

This commit is contained in:
Gabriele Cosmo
2020-05-29 14:54:29 +02:00
parent 8c87fe78c4
commit c02c370437
448 changed files with 23779 additions and 31516 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-06-patch-01 (14-February-2020)
Geant4 version Name: geant4-10-06-patch-02 (29-May-2020)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -726,7 +726,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1e+12
Time limit for long lived isomeres (ns) 1000
Internal e- conversion flag 1
Store e- internal conversion data 0
Electron internal conversion ID 0
+5 -3
View File
@@ -71,10 +71,12 @@ This example simulates a simplified fixed target experiment.
\section B2_s4 PRIMARY GENERATOR
The primary generator action class employs the G4ParticleGun.
The primary kinematics consists of a single particle which hits the target
perpendicular to the entrance face. The type of the particle
The primary kinematics consists of a single particle which starts at the world boundary
and hits the target perpendicular to the entrance face. The type of the particle
and its energy can be changed via the G4 built-in commands of
the G4ParticleGun class.
the G4ParticleGun class.
Note that this particular case of starting a primary particle on the world boundary
requires shooting in a direction towards inside the world.
\section B2_s5 RUNS and EVENTS
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-06-patch-01 (14-February-2020)
Geant4 version Name: geant4-10-06-patch-02 (29-May-2020)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -794,7 +794,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1e+12
Time limit for long lived isomeres (ns) 1000
Internal e- conversion flag 1
Store e- internal conversion data 0
Electron internal conversion ID 2
@@ -87,6 +87,8 @@ void B2PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent)
G4cerr << "The gun will be place in the center." << G4endl;
}
// Note that this particular case of starting a primary particle on the world boundary
// requires shooting in a direction towards inside the world.
fParticleGun->SetParticlePosition(G4ThreeVector(0., 0., -worldZHalfLength));
fParticleGun->GeneratePrimaryVertex(anEvent);
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-06-patch-01 (14-February-2020)
Geant4 version Name: geant4-10-06-patch-02 (29-May-2020)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -790,7 +790,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1e+12
Time limit for long lived isomeres (ns) 1000
Internal e- conversion flag 1
Store e- internal conversion data 0
Electron internal conversion ID 2
@@ -87,6 +87,8 @@ void B2PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent)
G4cerr << "The gun will be place in the center." << G4endl;
}
// Note that this particular case of starting a primary particle on the world boundary
// requires shooting in a direction towards inside the world.
fParticleGun->SetParticlePosition(G4ThreeVector(0., 0., -worldZHalfLength));
fParticleGun->GeneratePrimaryVertex(anEvent);
+5
View File
@@ -14,6 +14,11 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
13/02/20 I. Hrivnacova (exampleB2-V10-05-01)
- Updated READMEs and added a comment in B2PrimaryGeneratorAction
that starting a primary particle on the world boundary
requires shooting in a direction towards inside the world
21/11/19 G. Cosmo (exampleB2-V10-05-00)
- Use default MixMax random engine.
+5 -3
View File
@@ -71,10 +71,12 @@
4- PRIMARY GENERATOR
The primary generator action class employs the G4ParticleGun.
The primary kinematics consists of a single particle which hits the target
perpendicular to the entrance face. The type of the particle
The primary kinematics consists of a single particle which starts at the world boundary
and hits the target perpendicular to the entrance face. The type of the particle
and its energy can be changed via the G4 built-in commands of
the G4ParticleGun class.
the G4ParticleGun class.
Note that this particular case of starting a primary particle on the world boundary
requires shooting in a direction towards inside the world.
5- RUNS and EVENTS
+1 -1
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-06-patch-01 (14-February-2020)
Geant4 version Name: geant4-10-06-patch-02 (29-May-2020)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+1 -1
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-06-patch-01 (14-February-2020)
Geant4 version Name: geant4-10-06-patch-02 (29-May-2020)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-06-patch-01 (14-February-2020)
Geant4 version Name: geant4-10-06-patch-02 (29-May-2020)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -767,7 +767,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1e+12
Time limit for long lived isomeres (ns) 1000
Internal e- conversion flag 1
Store e- internal conversion data 0
Electron internal conversion ID 2
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-06-patch-01 (14-February-2020)
Geant4 version Name: geant4-10-06-patch-02 (29-May-2020)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -767,7 +767,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1e+12
Time limit for long lived isomeres (ns) 1000
Internal e- conversion flag 1
Store e- internal conversion data 0
Electron internal conversion ID 2
+2 -2
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-06-patch-01 (14-February-2020)
Geant4 version Name: geant4-10-06-patch-02 (29-May-2020)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -767,7 +767,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1e+12
Time limit for long lived isomeres (ns) 1000
Internal e- conversion flag 1
Store e- internal conversion data 0
Electron internal conversion ID 2
+3 -3
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-06-patch-01 (14-February-2020)
Geant4 version Name: geant4-10-06-patch-02 (29-May-2020)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -771,7 +771,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1e+12
Time limit for long lived isomeres (ns) 1000
Internal e- conversion flag 1
Store e- internal conversion data 0
Electron internal conversion ID 2
@@ -1573,4 +1573,4 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1
... close Root file : B4.root - done
Graphics systems deleted.
Visualization Manager deleting...
### deleting chargedFilter 0x2314700
### deleting chargedFilter 0x1db05c0
+161 -143
View File
@@ -4,7 +4,7 @@
############################################
**************************************************************
Geant4 version Name: geant4-10-06-patch-01 (14-February-2020)
Geant4 version Name: geant4-10-06-patch-02 (29-May-2020)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -864,7 +864,7 @@ Limit excitation energy for Fermi BreakUp (MeV) 20
Level density (1/MeV) 0.075
Use simple level density model 1
Use discrete excitation energy of the residual 0
Time limit for long lived isomeres (ns) 1e+12
Time limit for long lived isomeres (ns) 1000
Internal e- conversion flag 1
Store e- internal conversion data 0
Electron internal conversion ID 2
@@ -881,12 +881,15 @@ See commands in /vis/modeling/trajectories/ for other options.
>>> Event 0 >>> Simulation truth : proton (-0,0,100000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9870028523976 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope 2 has 3 hits.
Hodoscope[9] 43.187937103889 (nsec)
Drift Chamber 1 has 6 hits.
Hodoscope[10] 1419.6812158585 (nsec)
Hodoscope[15] 1628.7201376329 (nsec)
Drift Chamber 1 has 7 hits.
Layer[0] : time 6.6712421465156 (nsec) --- local (x,y) 0.0068976087488375, -0.001060304538742
Layer[0] : time 9.3124685854255 (nsec) --- local (x,y) 11.338057615946, -192.32293265863
Layer[0] : time 10.12822655005 (nsec) --- local (x,y) -32.407565787467, -165.38793863646
Layer[1] : time 8.3391360803921 (nsec) --- local (x,y) 0.013210911787839, -0.0046929086614397
Layer[1] : time 8.7426621675878 (nsec) --- local (x,y) 39.269046316658, -58.598496678638
Layer[2] : time 10.007030014525 (nsec) --- local (x,y) 0.017790490821106, -0.0035138351901322
Layer[3] : time 11.674923948876 (nsec) --- local (x,y) 0.023425005836559, -0.0011390087980778
Layer[4] : time 13.342817883344 (nsec) --- local (x,y) 0.028071293571896, 0.0008951461009665
@@ -896,34 +899,33 @@ Drift Chamber 2 has 5 hits.
Layer[2] : time 38.191927700839 (nsec) --- local (x,y) -206.40408252011, 0.060251975739992
Layer[3] : time 39.862722101185 (nsec) --- local (x,y) -235.90416191435, 0.069550578156142
Layer[4] : time 41.533516723828 (nsec) --- local (x,y) -265.4053723571, 0.077470538676864
EM Calorimeter has 62 hits. Total Edep is 849.88134124286 (MeV)
Hadron Calorimeter has 16 hits. Total Edep is 4438.7285397424 (MeV)
EM Calorimeter has 66 hits. Total Edep is 1099.3184581149 (MeV)
Hadron Calorimeter has 17 hits. Total Edep is 3949.3101993602 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 1 starts.
... open Root analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : pi+ (0,0,100000)
>>> Event 0 >>> Simulation truth : pi+ (-0,0,100000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867880839421 (nsec)
Hodoscope[7] 4.9867880839839 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[10] 42.693676204473 (nsec)
Drift Chamber 1 has 6 hits.
Layer[0] : time 6.6709548424639 (nsec) --- local (x,y) -0.0094441611726117, -0.0029650084706917
Layer[0] : time 7.2235069406174 (nsec) --- local (x,y) 270.23484737043, 83.527841028913
Layer[1] : time 8.3387769444375 (nsec) --- local (x,y) -0.016717272669641, -0.0063009630761916
Layer[2] : time 10.006599046517 (nsec) --- local (x,y) -0.022879503058124, -0.014004296686359
Layer[3] : time 11.674421148632 (nsec) --- local (x,y) -0.030201956169539, -0.021334721492455
Layer[4] : time 13.342243250899 (nsec) --- local (x,y) -0.040034526298235, -0.02869421396906
Hodoscope[10] 42.693393245574 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709548433254 (nsec) --- local (x,y) -0.013824155103387, 0.016261017805376
Layer[1] : time 8.3387769461329 (nsec) --- local (x,y) -0.029846802908484, 0.024708571280227
Layer[2] : time 10.006599048757 (nsec) --- local (x,y) -0.045364841809758, 0.03027822925463
Layer[3] : time 11.674421151582 (nsec) --- local (x,y) -0.062745747735793, 0.035672637674813
Layer[4] : time 13.342243254523 (nsec) --- local (x,y) -0.081219924189956, 0.040543047254242
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.366366766644 (nsec) --- local (x,y) -82.762434084779, -0.065567595931391
Layer[1] : time 36.035099660419 (nsec) --- local (x,y) -99.28886223977, -0.068016524108466
Layer[2] : time 37.703832110356 (nsec) --- local (x,y) -115.81126221135, -0.068734901742467
Layer[3] : time 39.372564572467 (nsec) --- local (x,y) -132.33377236231, -0.071891173688295
Layer[4] : time 41.041297040105 (nsec) --- local (x,y) -148.85633269663, -0.074732172828571
EM Calorimeter has 54 hits. Total Edep is 700.14187810992 (MeV)
Hadron Calorimeter has 16 hits. Total Edep is 4254.7962495077 (MeV)
Layer[0] : time 34.366098870958 (nsec) --- local (x,y) -82.69418795148, 0.021504706336471
Layer[1] : time 36.03482840894 (nsec) --- local (x,y) -99.190132699387, 0.013029420450852
Layer[2] : time 37.703557930862 (nsec) --- local (x,y) -115.68593028817, 0.0026139701892234
Layer[3] : time 39.372287520732 (nsec) --- local (x,y) -132.18234540633, -0.0081844793609152
Layer[4] : time 41.041017145779 (nsec) --- local (x,y) -148.67907932232, -0.020372551808973
EM Calorimeter has 2 hits. Total Edep is 187.3346008861 (MeV)
Hadron Calorimeter has 3 hits. Total Edep is 54.023046348755 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 2 starts.
@@ -932,28 +934,24 @@ Hadron Calorimeter has 16 hits. Total Edep is 4254.7962495077 (MeV)
>>> Event 0 >>> Simulation truth : e+ (0,0,100000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867832233951 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 43.185256193668 (nsec)
Drift Chamber 1 has 10 hits.
Layer[0] : time 6.6709483454228 (nsec) --- local (x,y) -0.043045803505444, -0.022650485616768
Layer[0] : time 6.7234012810142 (nsec) --- local (x,y) 124.80253298953, 11.588245621717
Layer[1] : time 8.3387688268713 (nsec) --- local (x,y) -0.075628069356991, -0.046617439876332
Layer[1] : time 8.4365354696137 (nsec) --- local (x,y) 238.44293271577, 37.412653652984
Layer[2] : time 10.006589308129 (nsec) --- local (x,y) -0.10722002711301, -0.070703933325171
Layer[2] : time 10.166377709854 (nsec) --- local (x,y) 371.77039481644, 67.849021827537
Layer[3] : time 11.674409789748 (nsec) --- local (x,y) -0.13938010487078, -0.096254123303717
Layer[3] : time 11.903382553481 (nsec) --- local (x,y) 515.47869517554, 83.354691279305
Layer[4] : time 13.342230270963 (nsec) --- local (x,y) -0.17202707683003, -0.11857834331394
Layer[4] : time 13.629140131894 (nsec) --- local (x,y) 645.49664678892, 107.04046108387
Hodoscope[7] 4.9867832233946 (nsec)
Hodoscope 2 has 2 hits.
Hodoscope[8] 43.19738346854 (nsec)
Hodoscope[18] 58.096897387322 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709483415296 (nsec) --- local (x,y) 0.0019844168474463, 0.015349347593451
Layer[1] : time 8.3387688192741 (nsec) --- local (x,y) -0.0066863673731819, 0.036561134376806
Layer[2] : time 10.006589297061 (nsec) --- local (x,y) -0.016468249766321, 0.057586358001602
Layer[3] : time 11.674409774888 (nsec) --- local (x,y) -0.022883666512176, 0.080037150346134
Layer[4] : time 13.342230252564 (nsec) --- local (x,y) -0.027086964574016, 0.10207059947303
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.84795567911 (nsec) --- local (x,y) -148.22329538041, -0.28245009598817
Layer[1] : time 36.518690340455 (nsec) --- local (x,y) -177.79378742679, -0.2899215773712
Layer[2] : time 38.189425384477 (nsec) --- local (x,y) -207.36622237556, -0.29833148454904
Layer[3] : time 39.860160504233 (nsec) --- local (x,y) -236.93904166691, -0.30745471037711
Layer[4] : time 41.530895225769 (nsec) --- local (x,y) -266.50983892796, -0.31454998374691
EM Calorimeter has 42 hits. Total Edep is 89463.571399374 (MeV)
Hadron Calorimeter has 6 hits. Total Edep is 50.997136572829 (MeV)
Layer[0] : time 34.846758094365 (nsec) --- local (x,y) -204.84181039991, 0.3194607488942
Layer[1] : time 36.520163062012 (nsec) --- local (x,y) -245.79289361478, 0.33251044163691
Layer[2] : time 38.193567974244 (nsec) --- local (x,y) -286.74377307783, 0.3462542365349
Layer[3] : time 39.866972960567 (nsec) --- local (x,y) -327.69492473665, 0.35974704663616
Layer[4] : time 41.540378018051 (nsec) --- local (x,y) -368.64633766804, 0.37347086767368
EM Calorimeter has 43 hits. Total Edep is 81951.537358137 (MeV)
Hadron Calorimeter has 7 hits. Total Edep is 107.62415351717 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 3 starts.
@@ -962,73 +960,75 @@ Hadron Calorimeter has 6 hits. Total Edep is 50.997136572829 (MeV)
>>> Event 0 >>> Simulation truth : proton (0,0,10000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 5.0086958668975 (nsec)
Hodoscope[7] 5.0086957694034 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 43.377407873731 (nsec)
Hodoscope[9] 43.375725555795 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.7002643642573 (nsec) --- local (x,y) 0.14229560519521, -0.004869992857376
Layer[1] : time 8.37541657243 (nsec) --- local (x,y) 0.19791116219288, -0.070634248766558
Layer[2] : time 10.050568917717 (nsec) --- local (x,y) 0.26653281552991, -0.12648625341583
Layer[3] : time 11.725721383341 (nsec) --- local (x,y) 0.34545674268712, -0.17745068290342
Layer[4] : time 13.400873977763 (nsec) --- local (x,y) 0.39988693082324, -0.19992688856468
Layer[0] : time 6.7002661311666 (nsec) --- local (x,y) 0.033096018686219, 0.18688843051518
Layer[1] : time 8.3754201430863 (nsec) --- local (x,y) 0.017229260134009, 0.32597705161014
Layer[2] : time 10.050574356619 (nsec) --- local (x,y) -0.012687801668717, 0.49414309367773
Layer[3] : time 11.725728747225 (nsec) --- local (x,y) -0.042267835180755, 0.68990964282135
Layer[4] : time 13.400883246472 (nsec) --- local (x,y) -0.099042450724786, 0.89032528331098
Drift Chamber 2 has 5 hits.
Layer[0] : time 35.003424744184 (nsec) --- local (x,y) -146.90656495926, -0.2158608698142
Layer[1] : time 36.681509789115 (nsec) --- local (x,y) -176.4957775974, -0.20006245767694
Layer[2] : time 38.35959595202 (nsec) --- local (x,y) -206.08997399963, -0.17861192862172
Layer[3] : time 40.037686975027 (nsec) --- local (x,y) -235.70807225657, -0.16268230493274
Layer[4] : time 41.715773070649 (nsec) --- local (x,y) -265.30065459, -0.15726093717557
EM Calorimeter has 33 hits. Total Edep is 355.16453389852 (MeV)
Hadron Calorimeter has 12 hits. Total Edep is 325.50875239358 (MeV)
Layer[0] : time 35.001759052462 (nsec) --- local (x,y) -147.72932964196, 2.7693915162349
Layer[1] : time 36.679842320631 (nsec) --- local (x,y) -177.30009611045, 2.8980292304352
Layer[2] : time 38.357925737346 (nsec) --- local (x,y) -206.87092874702, 3.0195033049359
Layer[3] : time 40.036006426087 (nsec) --- local (x,y) -236.42739495793, 3.1252078158502
Layer[4] : time 41.714088769682 (nsec) --- local (x,y) -265.99159563292, 3.230712982871
EM Calorimeter has 11 hits. Total Edep is 197.93877510079 (MeV)
Hadron Calorimeter has 9 hits. Total Edep is 496.98796370241 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 4 starts.
... open Root analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : pi+ (-0,0,10000)
>>> Event 0 >>> Simulation truth : pi+ (0,0,10000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9872691719261 (nsec)
Hodoscope[7] 4.9872691847405 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[10] 42.696283399216 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6715985588073 (nsec) --- local (x,y) -0.090585312455802, -0.15548781422372
Layer[1] : time 8.3395817130626 (nsec) --- local (x,y) -0.13735172352394, -0.30927124663737
Layer[2] : time 10.007564891994 (nsec) --- local (x,y) -0.20714720096325, -0.47403732803784
Layer[3] : time 11.675548087031 (nsec) --- local (x,y) -0.26873977950367, -0.65303840094554
Layer[4] : time 13.343531300139 (nsec) --- local (x,y) -0.3207179038678, -0.84685633337518
Hodoscope[10] 42.69678951869 (nsec)
Drift Chamber 1 has 6 hits.
Layer[0] : time 6.6715985048034 (nsec) --- local (x,y) -0.12165987980389, -0.056105043382324
Layer[0] : time 8.0005090334058 (nsec) --- local (x,y) 120.55872976003, 285.88413428493
Layer[1] : time 8.33958160666 (nsec) --- local (x,y) -0.11564672121573, -0.12090528601761
Layer[2] : time 10.007564715945 (nsec) --- local (x,y) -0.10319680769892, -0.19296060709233
Layer[3] : time 11.675547817511 (nsec) --- local (x,y) -0.082674415844142, -0.22803756688892
Layer[4] : time 13.343530919352 (nsec) --- local (x,y) -0.087043593714109, -0.25942991802217
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.368087039548 (nsec) --- local (x,y) -83.768520812507, -3.7875306533918
Layer[1] : time 36.0369956943 (nsec) --- local (x,y) -100.42475412277, -4.0804712464521
Layer[2] : time 37.705905465405 (nsec) --- local (x,y) -117.0911704884, -4.3642681057927
Layer[3] : time 39.374815173688 (nsec) --- local (x,y) -133.75696463927, -4.6503086245232
Layer[4] : time 41.043726757415 (nsec) --- local (x,y) -150.43975185618, -4.92632823078
EM Calorimeter has 2 hits. Total Edep is 205.31969775532 (MeV)
Hadron Calorimeter has 14 hits. Total Edep is 484.49630305339 (MeV)
Layer[0] : time 34.368422995785 (nsec) --- local (x,y) -85.188771314839, -2.166599489153
Layer[1] : time 36.037369058675 (nsec) --- local (x,y) -102.17769868844, -2.333427941274
Layer[2] : time 37.706314188655 (nsec) --- local (x,y) -119.158211758, -2.5104789091031
Layer[3] : time 39.375258173497 (nsec) --- local (x,y) -136.12845485189, -2.7001912197703
Layer[4] : time 41.044202184471 (nsec) --- local (x,y) -153.09890670939, -2.8883861726581
EM Calorimeter has 25 hits. Total Edep is 339.83915317331 (MeV)
Hadron Calorimeter has 12 hits. Total Edep is 450.62866939929 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 5 starts.
... open Root analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : e+ (0,0,10000)
>>> Event 0 >>> Simulation truth : e+ (-0,0,10000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867832321246 (nsec)
Hodoscope[7] 4.9867832329839 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[2] 43.407125916824 (nsec)
Hodoscope[9] 43.185447220732 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709484110987 (nsec) --- local (x,y) 0.16802966579064, -0.064360965148442
Layer[1] : time 8.33876896517 (nsec) --- local (x,y) 0.29613548011261, -0.14762969733241
Layer[2] : time 10.006589506284 (nsec) --- local (x,y) 0.42692642699756, -0.19476796040059
Layer[3] : time 11.674410040978 (nsec) --- local (x,y) 0.55701521180704, -0.22033761562644
Layer[4] : time 13.342230555565 (nsec) --- local (x,y) 0.66446355842517, -0.21883255546315
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.907230454539 (nsec) --- local (x,y) -515.91713715762, -0.52904261729124
Layer[1] : time 36.610551497563 (nsec) --- local (x,y) -619.6285490785, -0.64850700014902
Layer[2] : time 38.313886090332 (nsec) --- local (x,y) -723.35996455104, -0.76451843745849
Layer[3] : time 40.017214845778 (nsec) --- local (x,y) -827.08278418518, -0.86108812019949
Layer[4] : time 41.720522917161 (nsec) --- local (x,y) -930.77509052908, -0.93415110668079
EM Calorimeter has 7 hits. Total Edep is 7321.8806541565 (MeV)
Hadron Calorimeter has 1 hits. Total Edep is 0.86748128524393 (MeV)
Layer[0] : time 6.6709483781198 (nsec) --- local (x,y) -0.047105113869766, -0.16615331494088
Layer[1] : time 8.3387688792533 (nsec) --- local (x,y) -0.075279427161224, -0.24812704045366
Layer[2] : time 10.006589374572 (nsec) --- local (x,y) -0.060844784922981, -0.32229016250226
Layer[3] : time 11.674409864122 (nsec) --- local (x,y) -0.046214076277897, -0.38382815602724
Layer[4] : time 13.34223034322 (nsec) --- local (x,y) -0.030322974254476, -0.40820658149983
Drift Chamber 2 has 6 hits.
Layer[0] : time 34.848114703369 (nsec) --- local (x,y) -148.31318103128, -0.90212303575631
Layer[1] : time 36.518850971446 (nsec) --- local (x,y) -177.8918283954, -0.90118168933449
Layer[2] : time 38.189591731055 (nsec) --- local (x,y) -207.49326349267, -0.92081080853881
Layer[2] : time 38.865768347815 (nsec) --- local (x,y) -299.72284120283, 297.21410520337
Layer[3] : time 39.860333948355 (nsec) --- local (x,y) -237.1021000025, -0.92494224337508
Layer[4] : time 41.531078512462 (nsec) --- local (x,y) -266.72283497797, -0.93355706684421
EM Calorimeter has 16 hits. Total Edep is 9346.9047836905 (MeV)
Hadron Calorimeter has 3 hits. Total Edep is 4.7559338815055 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 6 starts.
@@ -1037,53 +1037,70 @@ Hadron Calorimeter has 1 hits. Total Edep is 0.86748128524393 (MeV)
>>> Event 0 >>> Simulation truth : proton (-0,0,1000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 6.8393277189197 (nsec)
Hodoscope[7] 6.8393443260594 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 59.505894132229 (nsec)
Drift Chamber 1 has 9 hits.
Layer[0] : time 9.1546180880927 (nsec) --- local (x,y) 2.8086388020593, 2.4415468809092
Layer[0] : time 9.1546731337303 (nsec) --- local (x,y) 2.8086780568679, 2.441562306354
Layer[0] : time 9.1546731337303 (nsec) --- local (x,y) 2.8086780568679, 2.441562306354
Layer[0] : time 9.1550567546333 (nsec) --- local (x,y) 2.8147058019818, 2.4367229688312
Layer[0] : time 9.1554449691445 (nsec) --- local (x,y) 2.8213903689215, 2.4344115992154
Layer[1] : time 11.447684677538 (nsec) --- local (x,y) 4.4639320346292, 2.9326315917189
Layer[2] : time 13.740938810923 (nsec) --- local (x,y) 6.2244736129704, 3.0954588961514
Layer[3] : time 16.034394676086 (nsec) --- local (x,y) 8.2029629290516, 3.7211061584733
Layer[4] : time 18.328110801997 (nsec) --- local (x,y) 10.96637493929, 4.788966302369
Drift Chamber 2 has 6 hits.
Layer[0] : time 48.019288058303 (nsec) --- local (x,y) -111.23721903157, 23.896011360033
Layer[0] : time 48.062175058099 (nsec) --- local (x,y) -112.18346682518, 30.874102362475
Layer[1] : time 50.320684001242 (nsec) --- local (x,y) -141.43948357675, 26.090351416064
Layer[2] : time 52.622317180214 (nsec) --- local (x,y) -171.55608688252, 28.400582708493
Layer[3] : time 54.924172142131 (nsec) --- local (x,y) -201.67739809555, 31.004870734014
Layer[4] : time 57.226198743754 (nsec) --- local (x,y) -231.78450517846, 33.874064210685
EM Calorimeter has 12 hits. Total Edep is 134.49441404723 (MeV)
Hadron Calorimeter has 4 hits. Total Edep is 9.8949984949873 (MeV)
Hodoscope[9] 59.461934532587 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 9.1539226930808 (nsec) --- local (x,y) 3.7941832893092, -3.3046129880656
Layer[1] : time 11.446356701797 (nsec) --- local (x,y) 6.2152576396404, -4.120839170803
Layer[2] : time 13.73897007013 (nsec) --- local (x,y) 8.4634149125125, -4.8344042451751
Layer[3] : time 16.03177732119 (nsec) --- local (x,y) 10.832439792182, -5.4900866309642
Layer[4] : time 18.324780045602 (nsec) --- local (x,y) 13.031610489928, -5.8262987810453
Drift Chamber 2 has 5 hits.
Layer[0] : time 47.977986468955 (nsec) --- local (x,y) -132.02167305001, -1.6004997539444
Layer[1] : time 50.278879199713 (nsec) --- local (x,y) -164.31761587692, -0.81843279604321
Layer[2] : time 52.579896918515 (nsec) --- local (x,y) -196.31369664739, -0.046196593702274
Layer[3] : time 54.881127434088 (nsec) --- local (x,y) -228.25549557235, 0.43092340145607
Layer[4] : time 57.18264852484 (nsec) --- local (x,y) -260.48106487009, 0.88547993048567
EM Calorimeter has 3 hits. Total Edep is 302.29308252001 (MeV)
Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 7 starts.
... open Root analysis file : B5.root - done
--> Event 0 starts.
>>> Event 0 >>> Simulation truth : pi+ (0,0,1000)
>>> Event 0 >>> Simulation truth : pi+ (-0,0,1000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 5.0351589066995 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[10] 43.113602983876 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.7357183637513 (nsec) --- local (x,y) 0.12454939268685, -0.1266780822379
Layer[1] : time 8.4197772339928 (nsec) --- local (x,y) 0.061795021539463, -0.21965455987113
Layer[2] : time 10.103838977004 (nsec) --- local (x,y) -0.063130466701966, -0.59493968361598
Layer[3] : time 11.787904237484 (nsec) --- local (x,y) -0.1168508268976, -1.062189146105
Layer[4] : time 13.471972267309 (nsec) --- local (x,y) -0.062742681906861, -1.6396563954855
Hodoscope[7] 5.0351610299737 (nsec)
Hodoscope 2 has 2 hits.
Hodoscope[10] 43.113804479999 (nsec)
Hodoscope[8] 44.914536037536 (nsec)
Drift Chamber 1 has 26 hits.
Layer[0] : time 6.7357325906443 (nsec) --- local (x,y) 0.0046331466493768, 0.042311217633998
Layer[1] : time 8.4198030583037 (nsec) --- local (x,y) -0.084042105602844, 0.69877484516187
Layer[2] : time 10.103876848009 (nsec) --- local (x,y) -0.058035312424322, 1.4643850730454
Layer[3] : time 11.787952906118 (nsec) --- local (x,y) -0.15021466668723, 2.1821619534719
Layer[3] : time 11.87121998464 (nsec) --- local (x,y) -5.8275620878167, 1.6906287258829
Layer[3] : time 11.872661103922 (nsec) --- local (x,y) -5.8747153512203, 1.7135940865053
Layer[3] : time 11.874058356382 (nsec) --- local (x,y) -5.9324737539357, 1.7253560727912
Layer[3] : time 11.875524441588 (nsec) --- local (x,y) -5.9881180816636, 1.7392082650796
Layer[3] : time 11.883657946125 (nsec) --- local (x,y) -6.2069218428111, 1.7341721747932
Layer[3] : time 11.884454483964 (nsec) --- local (x,y) -6.1810030916114, 1.7147178251818
Layer[3] : time 11.885260799758 (nsec) --- local (x,y) -6.1640089063813, 1.6922129839034
Layer[3] : time 11.886060764419 (nsec) --- local (x,y) -6.1461759807805, 1.6758685814326
Layer[3] : time 11.886874342306 (nsec) --- local (x,y) -6.1336724739439, 1.6706000883796
Layer[3] : time 11.888072725762 (nsec) --- local (x,y) -6.123316403804, 1.6404183128435
Layer[3] : time 11.888937663997 (nsec) --- local (x,y) -6.0912904074639, 1.6280129614526
Layer[3] : time 11.889817650181 (nsec) --- local (x,y) -6.0617546220266, 1.621147766186
Layer[3] : time 11.890675950937 (nsec) --- local (x,y) -6.0291100767991, 1.6271828375848
Layer[3] : time 11.891527370142 (nsec) --- local (x,y) -5.9984410969114, 1.6295700828891
Layer[3] : time 11.901768404954 (nsec) --- local (x,y) -5.7483480978487, 1.6152413959502
Layer[3] : time 11.902216308784 (nsec) --- local (x,y) -5.741363943672, 1.6086024596973
Layer[3] : time 11.902667044647 (nsec) --- local (x,y) -5.7400503107028, 1.5993497703511
Layer[3] : time 11.903117780509 (nsec) --- local (x,y) -5.7376992549757, 1.5902290759823
Layer[3] : time 11.90358740036 (nsec) --- local (x,y) -5.7347735887998, 1.5904664185501
Layer[3] : time 11.904265967443 (nsec) --- local (x,y) -5.7265794880753, 1.5844234488651
Layer[3] : time 11.905140036223 (nsec) --- local (x,y) -5.7045798052809, 1.5927210147308
Layer[4] : time 13.472031501621 (nsec) --- local (x,y) -0.091129934710419, 2.6932173487101
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.704915183546 (nsec) --- local (x,y) -84.283120199521, -3.4711703204222
Layer[1] : time 36.389958006513 (nsec) --- local (x,y) -100.95352494784, -3.3344634598325
Layer[2] : time 38.075002616555 (nsec) --- local (x,y) -117.61614228795, -3.1503187293274
Layer[3] : time 39.76005292452 (nsec) --- local (x,y) -134.25436184841, -2.5983973941548
Layer[4] : time 41.445095464774 (nsec) --- local (x,y) -150.75763440828, -1.7709025644857
EM Calorimeter has 23 hits. Total Edep is 468.39308707035 (MeV)
Hadron Calorimeter has 4 hits. Total Edep is 3.7801407133733 (MeV)
Layer[0] : time 34.704313126692 (nsec) --- local (x,y) -87.95892010678, 6.9380204783481
Layer[1] : time 36.389528485105 (nsec) --- local (x,y) -106.02042126878, 7.2685948029438
Layer[2] : time 38.074738084679 (nsec) --- local (x,y) -124.00924392296, 7.629837385512
Layer[3] : time 39.759920027178 (nsec) --- local (x,y) -141.74377801888, 7.5447210982131
Layer[4] : time 41.4451104607 (nsec) --- local (x,y) -159.50759549486, 7.1887560039802
EM Calorimeter has 2 hits. Total Edep is 167.04622210304 (MeV)
Hadron Calorimeter has 1 hits. Total Edep is 24.334984119735 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done
### Run 8 starts.
@@ -1092,22 +1109,23 @@ Hadron Calorimeter has 4 hits. Total Edep is 3.7801407133733 (MeV)
>>> Event 0 >>> Simulation truth : e+ (0,0,1000)
Hodoscope 1 has 1 hits.
Hodoscope[7] 4.9867835815532 (nsec)
Hodoscope[7] 4.9867894836812 (nsec)
Hodoscope 2 has 1 hits.
Hodoscope[9] 43.179795122507 (nsec)
Drift Chamber 1 has 5 hits.
Layer[0] : time 6.6709488931514 (nsec) --- local (x,y) -0.29921747597948, 0.042376789567754
Layer[1] : time 8.338769634134 (nsec) --- local (x,y) -0.44636469641414, -0.15726147096907
Layer[2] : time 10.006590367365 (nsec) --- local (x,y) -0.64848185928713, -0.33719384936477
Layer[3] : time 11.674411037874 (nsec) --- local (x,y) -0.7870244327052, -0.52902484057313
Layer[4] : time 13.342231630038 (nsec) --- local (x,y) -0.95511454871227, -0.55881921749006
Hodoscope[9] 43.214554722763 (nsec)
Drift Chamber 1 has 6 hits.
Layer[0] : time 6.6709740854852 (nsec) --- local (x,y) 0.75139813256988, -0.60177074791516
Layer[0] : time 7.2744084079382 (nsec) --- local (x,y) -93.302569246477, -21.032846065005
Layer[1] : time 8.338812034741 (nsec) --- local (x,y) 1.7207540265746, -2.672336758327
Layer[2] : time 10.006646178304 (nsec) --- local (x,y) 2.8652096924268, -4.3300748556807
Layer[3] : time 11.674476600816 (nsec) --- local (x,y) 3.8719016426619, -5.7320750254706
Layer[4] : time 13.342309426357 (nsec) --- local (x,y) 4.8650098034467, -7.3790681319508
Drift Chamber 2 has 5 hits.
Layer[0] : time 34.841967946802 (nsec) --- local (x,y) -154.72818024603, 3.5695330256083
Layer[1] : time 36.512798313398 (nsec) --- local (x,y) -184.78001436588, 3.3802834643569
Layer[2] : time 38.183632274885 (nsec) --- local (x,y) -214.8485423434, 3.053207885002
Layer[3] : time 39.854477849344 (nsec) --- local (x,y) -244.9747663731, 2.6988672083713
Layer[4] : time 41.525312535792 (nsec) --- local (x,y) -275.04883116395, 2.7398464563369
EM Calorimeter has 13 hits. Total Edep is 977.76611994084 (MeV)
Layer[0] : time 34.872663400216 (nsec) --- local (x,y) -156.86768016729, -26.150638511157
Layer[1] : time 36.544392373992 (nsec) --- local (x,y) -191.10485395828, -27.110850851168
Layer[2] : time 38.216011499467 (nsec) --- local (x,y) -224.85609142266, -28.07954021577
Layer[3] : time 39.887627211341 (nsec) --- local (x,y) -258.60053095112, -28.702414800857
Layer[4] : time 41.559261595824 (nsec) --- local (x,y) -292.42529949164, -29.454527507421
EM Calorimeter has 7 hits. Total Edep is 941.22386557475 (MeV)
Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV)
... write Root file : B5.root - done
... close Root file : B5.root - done