Tutorial 101:

This tutorial is about how to simulate and reconstruct events end-to-end in lorenzetti framework.

Table of Contents:

## How to generate events?

The event generation process is a critical first step in our simulation pipeline. It involves creating simulated particle interactions that mimic real-world physics events. This process is typically carried out using specialized scripts, such as gen_zee.py, which are designed to generate events based on specific parameters and configurations.

During event generation, we define various parameters, including the number of events to generate, the output file format, and the characteristics of the particles involved. The script utilizes a random number generator to simulate the inherent uncertainties in particle interactions, ensuring that the generated events are representative of actual experimental conditions.

The generated events can then be used for further analysis, including shower propagation, digitalization, and event reconstruction. This allows researchers to study the properties of particles and their interactions in a controlled environment, facilitating a deeper understanding of high-energy physics phenomena.

How to create \(Z\rightarrow ee\) events?

Let’s create a Z boson decay into an electron-positron pair using the gen_zee.py command. πŸŽ‰ This process is crucial for simulating the interactions that occur in high-energy physics experiments. By generating these events, we can study the properties of the Z boson and its decay channels in detail.

To initiate the event generation, we specify parameters such as the average pileup, event number, and output file name. This allows us to customize the simulation according to our experimental needs.

[1]:
!gen_zee.py
Module libc not found.
Usage: gen_zee.py [--run-number RUN_NUMBER] [--output-level OUTPUT_LEVEL]
                  [--eta-max ETA_MAX] [--force-forward-electron]
                  [--zero-vertex-particles] [--zee-file ZEE_FILE]
                  [-e EVENT_NUMBERS] -o OUTPUT_FILE [-s SEED]
                  [--nov NUMBER_OF_EVENTS] [--events-per-job EVENTS_PER_JOB]
                  [-nt NUMBER_OF_THREADS] [-m] [--overwrite] [--dry-run]
                  [--job-file JOB_FILE]

Options:
  --run-number RUN_NUMBER
                        The run number.
  --output-level OUTPUT_LEVEL
                        The output level messenger.
  --eta-max ETA_MAX     The eta max used in generator.
  --force-forward-electron
                        Force at least one electron into forward region.
  --zero-vertex-particles
                        Fix the z vertex position in simulation to zero for
                        all selected particles. It is applied only at G4 step,
                        not in generation.
  --zee-file ZEE_FILE   The pythia zee file configuration.
  -e, --event-numbers EVENT_NUMBERS
                        The event number list separated by ','. e.g.
                        --event-numbers '0,1,2,3'
  -o, --output-file OUTPUT_FILE
                        The output file.
  -s, --seed SEED       The pythia seed (zero is the clock system)
  --nov, --number-of-events NUMBER_OF_EVENTS
                        The total number of events to run.
  --events-per-job EVENTS_PER_JOB
                        The number of events per job
  -nt, --number-of-threads NUMBER_OF_THREADS
                        The number of threads
  -m, --merge           Merge all files.
  --overwrite           Rerun all jobs.
  --dry-run             Perform a dry run without executing jobs.
  --job-file JOB_FILE   The JSON file used to configure this job automatically
                        by overwritting some arguments.
[2]:
!gen_zee.py -o Zee.EVT.root --nov 5 --events-per-job 5 -nt 1
Module libc not found.
{'Zee.EVT.0.root': {'evt': [0, 1, 2, 3, 4], 'seed': 413654000}}
{'eta_max': 3.2,
 'force_forward_electron': False,
 'logging_level': 'INFO',
 'run_number': 0,
 'zee_file': '/home/joao.pinto/git_repos/lorenzetti/build/data/evtgen/zee_config.cmnd',
 'zero_vertex_particles': False}

 *------------------------------------------------------------------------------------*
 |                                                                                    |
 |  *------------------------------------------------------------------------------*  |
 |  |                                                                              |  |
 |  |                                                                              |  |
 |  |   PPP   Y   Y  TTTTT  H   H  III    A      Welcome to the Lund Monte Carlo!  |  |
 |  |   P  P   Y Y     T    H   H   I    A A     This is PYTHIA version 8.313      |  |
 |  |   PPP     Y      T    HHHHH   I   AAAAA    Last date of change: 10 Jan 2025  |  |
 |  |   P       Y      T    H   H   I   A   A                                      |  |
 |  |   P       Y      T    H   H  III  A   A    Now is 04 Dec 2025 at 13:26:17    |  |
 |  |                                                                              |  |
 |  |   Program documentation and an archive of historic versions is found on:     |  |
 |  |                                                                              |  |
 |  |                               https://pythia.org/                            |  |
 |  |                                                                              |  |
 |  |   PYTHIA is authored by a collaboration consisting of:                       |  |
 |  |                                                                              |  |
 |  |   Javira Altmann, Christian Bierlich, Naomi Cooke, Nishita Desai,            |  |
 |  |   Ilkka Helenius, Philip Ilten, Leif Lonnblad, Stephen Mrenna,               |  |
 |  |   Christian Preuss, Torbjorn Sjostrand, and Peter Skands.                    |  |
 |  |                                                                              |  |
 |  |   The complete list of authors, including contact information and            |  |
 |  |   affiliations, can be found on https://pythia.org/.                         |  |
 |  |   Problems or bugs should be reported on email at authors@pythia.org.        |  |
 |  |                                                                              |  |
 |  |   The main program reference is C. Bierlich et al,                           |  |
 |  |   'A comprehensive guide to the physics and usage of Pythia 8.3',            |  |
 |  |   SciPost Phys. Codebases 8-r8.3 (2022) [arXiv:2203.11601 [hep-ph]]          |  |
 |  |                                                                              |  |
 |  |   PYTHIA is released under the GNU General Public Licence version 2          |  |
 |  |   or later. Please respect the MCnet Guidelines for Generator Authors        |  |
 |  |   and Users.                                                                 |  |
 |  |                                                                              |  |
 |  |   Disclaimer: this program comes without any guarantees.                     |  |
 |  |   Beware of errors and use common sense when interpreting results.           |  |
 |  |                                                                              |  |
 |  |   Copyright (C) 2025 Torbjorn Sjostrand                                      |  |
 |  |                                                                              |  |
 |  |                                                                              |  |
 |  *------------------------------------------------------------------------------*  |
 |                                                                                    |
 *------------------------------------------------------------------------------------*

Cxx.EventTape                            INFO Initialize generator...
Cxx.Pythia8                              INFO Initialize Pythia8 generator with seed 413654000...
Cxx.Pythia8                              INFO Reading configuration from: /home/joao.pinto/git_repos/lorenzetti/build/data/evtgen/zee_config.cmnd

 *-------  PYTHIA Process Initialization  --------------------------*
 |                                                                  |
 | We collide p+ with p+ at a CM energy of 1.400e+04 GeV            |
 |                                                                  |
 |------------------------------------------------------------------|
 |                                                    |             |
 | Subprocess                                    Code |   Estimated |
 |                                                    |    max (mb) |
 |                                                    |             |
 |------------------------------------------------------------------|
 |                                                    |             |
 | q qbar -> gamma*/Z0 g                          241 |   6.339e-06 |
 | q g-> gamma*/Z0 q                              242 |   2.956e-06 |
 |                                                                  |
 *-------  End PYTHIA Process Initialization -----------------------*

 *-------  PYTHIA Multiparton Interactions Initialization  ---------*
 |                                                                  |
 |                   sigmaNonDiffractive =    57.17 mb              |
 |                                                                  |
 |    pT0 =  2.65 gives sigmaInteraction =   327.46 mb: accepted    |
 |                                                                  |
 *-------  End PYTHIA Multiparton Interactions Initialization  -----*

 *-------  PYTHIA Flag + Mode + Parm + Word + FVec + MVec + PVec + WVec Settings (changes only)  ------------------*
 |                                                                                                                 |
 | Name                                          |                      Now |      Default         Min         Max |
 |                                               |                          |                                      |
 | Main:numberOfEvents                           |                      100 |         1000           0             |
 | Main:timesAllowErrors                         |                        3 |           10           0             |
 | Next:numberCount                              |                       10 |         1000           0             |
 | Next:numberShowEvent                          |                        0 |            1           0             |
 | Next:numberShowProcess                        |                        0 |            1           0             |
 | PhaseSpace:mHatMax                            |                120.00000 |     -1.00000                         |
 | PhaseSpace:mHatMin                            |                 75.00000 |      4.00000         0.0             |
 | Random:seed                                   |                413654000 |           -1               900000000 |
 | Random:setSeed                                |                       on |          off                         |
 | WeakBosonAndParton:qg2gmZq                    |                       on |          off                         |
 | WeakBosonAndParton:qqbar2gmZg                 |                       on |          off                         |
 | WeakZ0:gmZmode                                |                        2 |            0           0           2 |
 |                                                                                                                 |
 *-------  End PYTHIA Flag + Mode + Parm + Word + FVec + MVec + PVec + WVec Settings  -----------------------------*

 --------  PYTHIA Particle Data Table (changed only)  ------------------------------------------------------------------------------

      id   name            antiName         spn chg col      m0        mWidth      mMin       mMax       tau0    res dec ext vis wid
             no onMode   bRatio   meMode     products

      23  Z0                                  3   0   0   91.18760    2.50419   10.00000    0.00000  7.87987e-14   1   1   0   0   0
              0     0   0.1540492    0        1       -1
              1     0   0.1194935    0        2       -2
              2     0   0.1540386    0        3       -3
              3     0   0.1193325    0        4       -4
              4     0   0.1523269    0        5       -5
              5     1   0.0335480    0       11      -11
              6     0   0.0667305    0       12      -12
              7     0   0.0335477    0       13      -13
              8     0   0.0667305    0       14      -14
              9     0   0.0334720    0       15      -15
             10     0   0.0667305    0       16      -16

 --------  End PYTHIA Particle Data Table  -----------------------------------------------------------------------------------------

Cxx.EventTape                            INFO Running event 0 with eventNumber 0
Cxx.Pythia8                              INFO Pythia8::next()...

 --------  PYTHIA Info Listing  ----------------------------------------

 Beam A: id =   2212, pz =  7.000e+03, e =  7.000e+03, m =  9.383e-01.
 Beam B: id =   2212, pz = -7.000e+03, e =  7.000e+03, m =  9.383e-01.

 In 1: id =   -1, x =  4.076e-02, pdf =  2.085e-01 at Q2 =  2.841e+01.
 In 2: id =    1, x =  1.712e-03, pdf =  6.799e-01 at same Q2.

 Subprocess q qbar -> gamma*/Z0 g with code 241 is 2 -> 2.
 It has sHat =  1.368e+04,    tHat = -5.976e+01,    uHat = -6.502e+03,
       pTHat =  5.330e+00,   m3Hat =  8.436e+01,   m4Hat =  0.000e+00,
    thetaHat =  1.912e-01,  phiHat =  3.378e+00.
     alphaEM =  7.690e-03,  alphaS =  1.691e-01    at Q2 =  4.505e+02.

 Impact parameter b =  2.422e-01 gives enhancement factor =  3.659e+00.
 Max pT scale for MPI =  1.400e+04, ISR =  5.330e+00, FSR =  5.330e+00.
 Number of MPI =    14, ISR =    32, FSRproc =   114, FSRreson =     1.

 --------  End PYTHIA Info Listing  ------------------------------------
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 0 with eventNumber 0
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 0 with eventNumber 0
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 0 with eventNumber 0
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 0 with eventNumber 0
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                  INFO Filling Zee events into the context...
Cxx.Zee                                  INFO Add particle with PDGID 11 and vertex x=8.63014e-15, y=-5.52783e-16, z=-37.3808, t=29.81 into the context.
Cxx.Zee                                  INFO Add particle with PDGID -11 and vertex x=8.63014e-15, y=-5.52783e-16, z=-37.3808, t=29.81 into the context.
Cxx.EventTape                            INFO Running event 1 with eventNumber 1
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 1 with eventNumber 1
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 1 with eventNumber 1
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 1 with eventNumber 1
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 1 with eventNumber 1
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 1 with eventNumber 1
Cxx.Pythia8                              INFO Pythia8::next()...

 Pythia::next(): 10 events have been generated
Cxx.Zee                                  INFO Filling Zee events into the context...
Cxx.Zee                                  INFO Add particle with PDGID 11 and vertex x=5.9603e-18, y=3.57963e-16, z=-2.49135, t=8.43229 into the context.
Cxx.Zee                                  INFO Add particle with PDGID -11 and vertex x=5.9603e-18, y=3.57963e-16, z=-2.49135, t=8.43229 into the context.
Cxx.EventTape                            INFO Running event 2 with eventNumber 2
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                  INFO Filling Zee events into the context...
Cxx.Zee                                  INFO Add particle with PDGID 11 and vertex x=-1.13226e-15, y=-6.45423e-15, z=35.4857, t=-6.42398 into the context.
Cxx.Zee                                  INFO Add particle with PDGID -11 and vertex x=-1.13226e-15, y=-6.45423e-15, z=35.4857, t=-6.42398 into the context.
Cxx.EventTape                            INFO Running event 3 with eventNumber 3
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 3 with eventNumber 3
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 3 with eventNumber 3
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 3 with eventNumber 3
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 3 with eventNumber 3
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 3 with eventNumber 3
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                  INFO Filling Zee events into the context...
Cxx.Zee                                  INFO Add particle with PDGID -11 and vertex x=1.62411e-16, y=-5.22831e-16, z=6.08098, t=-8.51029 into the context.
Cxx.EventTape                            INFO Running event 4 with eventNumber 4
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 4 with eventNumber 4
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 4 with eventNumber 4
Cxx.Pythia8                              INFO Pythia8::next()...

 Pythia::next(): 20 events have been generated
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 4 with eventNumber 4
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                DEBUG There is not Zee event inside of this event
Cxx.EventTape                        WARNING Ignoring non interesting event, regenerating...
Cxx.EventTape                            INFO Running event 4 with eventNumber 4
Cxx.Pythia8                              INFO Pythia8::next()...
Cxx.Zee                                  INFO Filling Zee events into the context...
Cxx.Zee                                  INFO Add particle with PDGID 11 and vertex x=5.57947e-17, y=4.64033e-16, z=25.8027, t=-26.9281 into the context.
Cxx.Zee                                  INFO Add particle with PDGID -11 and vertex x=5.57947e-17, y=4.64033e-16, z=25.8027, t=-26.9281 into the context.
Cxx.EventTape                            INFO Finalize the Event generator.
Cxx.Zee                                  INFO Finalize the Zee Event.
Cxx.Pythia8                              INFO Finalize the Pythia8 Event.

 *-------  PYTHIA Event and Cross Section Statistics  -------------------------------------------------------------*
 |                                                                                                                 |
 | Subprocess                                    Code |            Number of events       |      sigma +- delta    |
 |                                                    |       Tried   Selected   Accepted |     (estimated) (mb)   |
 |                                                    |                                   |                        |
 |-----------------------------------------------------------------------------------------------------------------|
 |                                                    |                                   |                        |
 | q qbar -> gamma*/Z0 g                          241 |         142         19         19 |   7.878e-07  8.608e-08 |
 | q g-> gamma*/Z0 q                              242 |          52          4          4 |   3.723e-07  7.260e-08 |
 |                                                    |                                   |                        |
 | sum                                                |         194         23         23 |   1.160e-06  1.126e-07 |
 |                                                                                                                 |
 *-------  End PYTHIA Event and Cross Section Statistics ----------------------------------------------------------*

 *-------  PYTHIA Error and Warning Messages Statistics  ----------------------------------------------------------*
 |                                                                                                                 |
 |  times   message                                                                                                |
 |                                                                                                                 |
 |      0   no errors or warnings to report                                                                        |
 |                                                                                                                 |
 *-------  End PYTHIA Error and Warning Messages Statistics  ------------------------------------------------------*
Cxx.StoreGate                            INFO Saving StoreGate...
Cxx.StoreGate                            INFO Writing all root objects into the file and delete all decorators
Cxx.StoreGate                            INFO Decorators will no be saved into the root file.
hadd -f Zee.EVT.root Zee.EVT.0.root
Module libc not found.
hadd Target file: Zee.EVT.root
hadd compression setting for all output: 101
hadd Source file 1: Zee.EVT.0.root
hadd Target path: Zee.EVT.root:/
Warning in <StatusCode>:
Warning in <StatusCode>: Unchecked status codes encountered during the job
Warning in <StatusCode>: Number of unchecked successes: 3
Warning in <StatusCode>: To fail on an unchecked code, call StatusCode::enableFailure() at the job's start
Warning in <StatusCode>:

Geant4 Simulation

The Geant4 simulation step is essential for accurately modeling the passage of particles through matter. It simulates the interactions of particles with the detector materials, allowing us to understand how particles lose energy, scatter, and produce secondary particles. This step is crucial for obtaining realistic hit information that will be used in subsequent analysis stages.

To run the Geant4 simulation, we typically use the simu_trf.py script, which takes the output from the event generation step as input. The script can be configured to enable various features, such as magnetic fields, which are important for simulating charged particle trajectories accurately.

[3]:
!simu_trf.py
Module libc not found.
Usage: simu_trf.py -i INPUT_FILE -o OUTPUT_FILE [--nov NUMBER_OF_EVENTS]
                   [-nt NUMBER_OF_THREADS] [--enable-magnetic-field]
                   [-t TIMEOUT] [-l OUTPUT_LEVEL] [--pre-init PRE_INIT]
                   [--pre-exec PRE_EXEC] [--post-exec POST_EXEC]
                   [--save-all-hits] [--dry-run] [--job-file JOB_FILE]

Options:
  -i, --input-file INPUT_FILE
                        The input file or folder to run the job
  -o, --output-file OUTPUT_FILE
                        The output file.
  --nov, --number-of-events NUMBER_OF_EVENTS
                        The total number of events to run.
  -nt, --number-of-threads NUMBER_OF_THREADS
                        The number of threads
  --enable-magnetic-field
                        Enable the magnetic field.
  -t, --timeout TIMEOUT
                        Event timeout in minutes
  -l, --output-level OUTPUT_LEVEL
                        The output level messenger.
  --pre-init PRE_INIT   The preinit command
  --pre-exec PRE_EXEC   The preexec command
  --post-exec POST_EXEC
                        The postexec command
  --save-all-hits       Save all hits into the output file.
  --dry-run             Run the script without executing the main logic.
  --job-file JOB_FILE   The JSON file used to configure this job automatically
                        by overwritting some arguments.

How to run simulation?

[4]:
!simu_trf.py -i Zee.EVT.root -o Zee.HIT.root -nt 5
Module libc not found.
input file: Zee.EVT.root
output file: Zee.HIT.root
number of threads: 5
Cxx.ComponentAccumulator                 INFO Run manager was created.
Compiling...: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 34/34 [00:00<00:00, 3414.41it/s]
Py.CaloHitBuilder                       INFO Configure CaloHitBuilder.
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_PSB collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMB1 collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMB2 collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMB3 collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_TileCal1 collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_TileCal2 collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_TileCal3 collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_TileExt1_A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_TileExt2_A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_TileExt3_A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_PSE_A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_0A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_1A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_2A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_3A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC2_0A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC2_1A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC3_0A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC3_1A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_HEC1_0A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_HEC1_1A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_HEC2_0A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_HEC2_1A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_HEC3_0A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_HEC3_1A collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_TileExt1_B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_TileExt2_B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_TileExt3_B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_PSE_B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_0B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_1B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_2B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_3B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC2_0B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC2_1B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC3_0B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_EMEC3_1B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_HEC1_0B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_HEC1_1B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_HEC2_0B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_HEC2_1B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_HEC3_0B collection
Py.CaloHitBuilder                       INFO Create new CaloHitMaker and dump all hits into Collection_HEC3_1B collection
Py.CaloHitBuilder                       INFO Create CaloHitMerge and dump all hit collections into Hits container
    __                              _   _   _
   / /  ___  _ __ ___ _ __  _______| |_| |_(_)
  / /  / _ \| '__/ _ \ '_ \|_  / _ \ __| __| |
 / /__| (_) | | |  __/ | | |/ /  __/ |_| |_| |
 \____/\___/|_|  \___|_| |_/___\___|\__|\__|_|

Empowering Physics Performance and Analysis with Low-level Calorimetry Data.

Universidade Federal do Rio de Janeiro (UFRJ/COPPE), Brazil
Using Gaugi as core...
Using Geant4 as simulator layer...
Power up...
Cxx.ComponentAccumulator                 INFO Create the random generator...
Cxx.ComponentAccumulator                 INFO set seed as 512
Cxx.ComponentAccumulator                 INFO Building the manager+...
Cxx.ComponentAccumulator                 INFO Create MT Manager...

**************************************************************
 Geant4 version Name: geant4-11-02-patch-02 [MT]   (21-June-2024)
  << in Multi-threaded mode >>
                       Copyright : Geant4 Collaboration
                      References : NIM A 506 (2003), 250-303
                                 : IEEE-TNS 53 (2006), 270-278
                                 : NIM A 835 (2016), 186-225
                             WWW : http://geant4.org/
**************************************************************

Cxx.ComponentAccumulator                 INFO Create MT Manager... done
Cxx.ComponentAccumulator                 INFO Create MT Manager with 5 threads...
Cxx.ComponentAccumulator                 INFO Create MT Manager with 5 threads... done
Cxx.ComponentAccumulator                 INFO Building the detector...
<<< Geant4 Physics List simulation engine: FTFP_BERT

Cxx.ComponentAccumulator                 INFO Creating the action initalizer...
Cxx.ComponentAccumulator                 INFO Zee.HIT.root
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMaker
Cxx.CaloHitMaker                         INFO 1 Initialize...3
Cxx.ActionInitialization                 INFO Initializing the tool with name CaloHitMerge
Cxx.ActionInitialization                 INFO Initializing the tool with name RootStreamHITMaker
Cxx.RootStreamHITMaker                   INFO Input Event Key: Events
Cxx.RootStreamHITMaker                   INFO Input Truth Key: Particles
Cxx.RootStreamHITMaker                   INFO Input Hits Key: Hits
Cxx.RootStreamHITMaker                   INFO Input Seeds Key: Seeds
Cxx.RootStreamHITMaker                   INFO Output Event Key: Events
Cxx.RootStreamHITMaker                   INFO Output Truth Key: Particles
Cxx.RootStreamHITMaker                   INFO Output Hits Key: Hits
Cxx.RootStreamHITMaker                   INFO Output Seeds Key: Seeds
Cxx.RootStreamHITMaker                   INFO Output Level: 3
Cxx.RootStreamHITMaker                   INFO Ntuple Name: CollectionTree
Cxx.RootStreamHITMaker                   INFO Only RoI: true
Cxx.RootStreamHITMaker                   INFO Eta Window: 0.4
Cxx.RootStreamHITMaker                   INFO Phi Window: 0.4
Cxx.RootStreamHITMaker                   INFO Keep Cells: false
Cxx.ComponentAccumulator                 INFO Creating the vis executive...
Visualization Manager instantiating with verbosity "warnings (3)"...
Visualization Manager initialising...
Registering graphics systems...

You have successfully registered the following graphics systems.
Registered graphics systems are:
  ASCIITree (ATree)
  DAWNFILE (DAWNFILE)
  G4HepRepFile (HepRepFile)
  RayTracer (RayTracer)
  VRML2FILE (VRML2FILE)
  gMocrenFile (gMocrenFile)
  TOOLSSG_OFFSCREEN (TSG_OFFSCREEN)
  TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE, TSG)
Default graphics system is: TSG_OFFSCREEN (based on batch session).
Default window size hint is: 600x600-0+0 (based on G4VisManager initialisation).
Note: Parameters specified on the command line will override these defaults.
      Use "vis/open" without parameters to get these defaults.

Registering model factories...

You have successfully registered the following model factories.
Registered model factories:
  generic
  drawByAttribute
  drawByCharge
  drawByOriginVolume
  drawByParticleID
  drawByEncounteredVolume

Registered models:
  None

Registered filter factories:
  attributeFilter
  chargeFilter
  originVolumeFilter
  particleFilter
  encounteredVolumeFilter

Registered filters:
  None

You have successfully registered the following user vis actions.
Run Duration User Vis Actions: none
End of Event User Vis Actions: none
End of Run User Vis Actions: none

Some /vis commands (optionally) take a string to specify colour.
"/vis/list" to see available colours.

***** Table : Nb of materials = 9 *****

 Material:    G4_Cu    density:  8.960 g/cm3   RadL:   1.436 cm   Nucl.Int.Length:  15.588 cm
                       Imean: 322.000 eV   temperature: 293.15 K  pressure:   1.00 atm

   --->  Element: Cu (Cu)   Z = 29.0   N =    64   A = 63.546 g/mole
         --->  Isotope:  Cu63   Z = 29   N =  63   A =  62.93 g/mole   abundance: 69.170 %
         --->  Isotope:  Cu65   Z = 29   N =  65   A =  64.93 g/mole   abundance: 30.830 %
          ElmMassFraction: 100.00 %  ElmAbundance 100.00 %


 Material:    G4_Pb    density: 11.350 g/cm3   RadL:   5.613 mm   Nucl.Int.Length:  18.248 cm
                       Imean: 823.000 eV   temperature: 293.15 K  pressure:   1.00 atm

   --->  Element: Pb (Pb)   Z = 82.0   N =   207   A = 207.217 g/mole
         --->  Isotope: Pb204   Z = 82   N = 204   A = 203.97 g/mole   abundance:  1.400 %
         --->  Isotope: Pb206   Z = 82   N = 206   A = 205.97 g/mole   abundance: 24.100 %
         --->  Isotope: Pb207   Z = 82   N = 207   A = 206.98 g/mole   abundance: 22.100 %
         --->  Isotope: Pb208   Z = 82   N = 208   A = 207.98 g/mole   abundance: 52.400 %
          ElmMassFraction: 100.00 %  ElmAbundance 100.00 %


 Material:    G4_Fe    density:  7.874 g/cm3   RadL:   1.757 cm   Nucl.Int.Length:  16.990 cm
                       Imean: 286.000 eV   temperature: 293.15 K  pressure:   1.00 atm

   --->  Element: Fe (Fe)   Z = 26.0   N =    56   A = 55.845 g/mole
         --->  Isotope:  Fe54   Z = 26   N =  54   A =  53.94 g/mole   abundance:  5.845 %
         --->  Isotope:  Fe56   Z = 26   N =  56   A =  55.93 g/mole   abundance: 91.754 %
         --->  Isotope:  Fe57   Z = 26   N =  57   A =  56.94 g/mole   abundance:  2.119 %
         --->  Isotope:  Fe58   Z = 26   N =  58   A =  57.93 g/mole   abundance:  0.282 %
          ElmMassFraction: 100.00 %  ElmAbundance 100.00 %


 Material:    G4_Al    density:  2.699 g/cm3   RadL:   8.896 cm   Nucl.Int.Length:  38.894 cm
                       Imean: 166.000 eV   temperature: 293.15 K  pressure:   1.00 atm

   --->  Element: Al (Al)   Z = 13.0   N =    27   A = 26.982 g/mole
         --->  Isotope:  Al27   Z = 13   N =  27   A =  26.98 g/mole   abundance: 100.000 %
          ElmMassFraction: 100.00 %  ElmAbundance 100.00 %


 Material:    G4_Si    density:  2.330 g/cm3   RadL:   9.366 cm   Nucl.Int.Length:  45.660 cm
                       Imean: 173.000 eV   temperature: 293.15 K  pressure:   1.00 atm

   --->  Element: Si (Si)   Z = 14.0   N =    28   A = 28.085 g/mole
         --->  Isotope:  Si28   Z = 14   N =  28   A =  27.98 g/mole   abundance: 92.230 %
         --->  Isotope:  Si29   Z = 14   N =  29   A =  28.98 g/mole   abundance:  4.683 %
         --->  Isotope:  Si30   Z = 14   N =  30   A =  29.97 g/mole   abundance:  3.087 %
          ElmMassFraction: 100.00 %  ElmAbundance 100.00 %


 Material: G4_CESIUM_IODIDE    density:  4.510 g/cm3   RadL:   1.860 cm   Nucl.Int.Length:  39.306 cm
                       Imean: 553.100 eV   temperature: 293.15 K  pressure:   1.00 atm

   --->  Element: Cs (Cs)   Z = 55.0   N =   133   A = 132.905 g/mole
         --->  Isotope: Cs133   Z = 55   N = 133   A = 132.91 g/mole   abundance: 100.000 %
          ElmMassFraction:  51.15 %  ElmAbundance  50.00 %

   --->  Element: I (I)   Z = 53.0   N =   127   A = 126.904 g/mole
         --->  Isotope:  I127   Z = 53   N = 127   A = 126.90 g/mole   abundance: 100.000 %
          ElmMassFraction:  48.85 %  ElmAbundance  50.00 %


 Material: PLASTIC SCINTILLATOR    density:  1.032 g/cm3   RadL:  42.541 cm   Nucl.Int.Length:  69.994 cm
                       Imean:  64.730 eV   temperature: 293.15 K  pressure:   1.00 atm

   --->  Element: Hydrogen (H)   Z =  1.0   N =     1   A =  1.008 g/mole
         --->  Isotope:    H1   Z =  1   N =   1   A =   1.01 g/mole   abundance: 99.989 %
         --->  Isotope:    H2   Z =  1   N =   2   A =   2.01 g/mole   abundance:  0.011 %
          ElmMassFraction:   8.50 %  ElmAbundance  52.54 %

   --->  Element: Carbon (C)   Z =  6.0   N =    12   A = 12.011 g/mole
         --->  Isotope:   C12   Z =  6   N =  12   A =  12.00 g/mole   abundance: 98.930 %
         --->  Isotope:   C13   Z =  6   N =  13   A =  13.00 g/mole   abundance:  1.070 %
          ElmMassFraction:  91.50 %  ElmAbundance  47.46 %


 Material: liquidArgon    density:  1.390 g/cm3   RadL:  14.064 cm   Nucl.Int.Length:  86.076 cm
                       Imean: 188.000 eV   temperature: 293.15 K  pressure:   1.00 atm

   --->  Element: Ar (Ar)   Z = 18.0   N =    40   A = 39.948 g/mole
         --->  Isotope:  Ar36   Z = 18   N =  36   A =  35.97 g/mole   abundance:  0.337 %
         --->  Isotope:  Ar38   Z = 18   N =  38   A =  37.96 g/mole   abundance:  0.063 %
         --->  Isotope:  Ar40   Z = 18   N =  40   A =  39.96 g/mole   abundance: 99.600 %
          ElmMassFraction: 100.00 %  ElmAbundance 100.00 %


 Material:   Vacuum    density:  0.000 mg/cm3  RadL: 204310098.490 pc   Nucl.Int.Length: 113427284.261 pc
                       Imean:  19.200 eV   temperature:   2.73 K  pressure:   0.00 atm

   --->  Element: H (H)   Z =  1.0   N =     1   A =  1.008 g/mole
         --->  Isotope:    H1   Z =  1   N =   1   A =   1.01 g/mole   abundance: 99.989 %
         --->  Isotope:    H2   Z =  1   N =   2   A =   2.01 g/mole   abundance:  0.011 %
          ElmMassFraction: 100.00 %  ElmAbundance 100.00 %



Cxx.ATLAS                                INFO Creating Volume with name LAr_PSB

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region LAr_PSB NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume LAr_PSB:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_PSB_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_PSB_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_PSB_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name LAr_EMB1

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region LAr_EMB1 NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume LAr_EMB1:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name LAr_EMB2

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region LAr_EMB2 NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume LAr_EMB2:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name LAr_EMB3

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region LAr_EMB3 NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume LAr_EMB3:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name TILE_TileCal1

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region TILE_TileCal1 NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume TILE_TileCal1:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal1_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal1_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal1_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal1_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name TILE_TileCal2

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region TILE_TileCal2 NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume TILE_TileCal2:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name TILE_TileCal3

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region TILE_TileCal3 NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume TILE_TileCal3:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCal3_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name TILE_TileCalExt1_A

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region TILE_TileCalExt1_A NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume TILE_TileCalExt1_A:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_A_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name TILE_TileCalExt2_A

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region TILE_TileCalExt2_A NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume TILE_TileCalExt2_A:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name TILE_TileCalExt3_A

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region TILE_TileCalExt3_A NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume TILE_TileCalExt3_A:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_A_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name LAr_PSE_A

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region LAr_PSE_A NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume LAr_PSE_A:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_PSE_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_PSE_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_PSE_A_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name LAr_EMEC1_A

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region LAr_EMEC1_A NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume LAr_EMEC1_A:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name LAr_EMEC2_A

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region LAr_EMEC2_A NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume LAr_EMEC2_A:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name LAr_EMEC3_A

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region LAr_EMEC3_A NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume LAr_EMEC3_A:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name FCal_HEC1_A

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region FCal_HEC1_A NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume FCal_HEC1_A:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name FCal_HEC2_A

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region FCal_HEC2_A NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume FCal_HEC2_A:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name FCal_HEC3_A

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region FCal_HEC3_A NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume FCal_HEC3_A:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name TILE_TileCalExt1_B

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region TILE_TileCalExt1_B NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume TILE_TileCalExt1_B:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt1_B_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name TILE_TileCalExt2_B

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region TILE_TileCalExt2_B NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume TILE_TileCalExt2_B:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name TILE_TileCalExt3_B

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region TILE_TileCalExt3_B NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume TILE_TileCalExt3_B:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume TILE_TileCalExt3_B_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name LAr_PSE_B

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region LAr_PSE_B NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume LAr_PSE_B:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_PSE_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_PSE_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_PSE_B_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name LAr_EMEC1_B

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region LAr_EMEC1_B NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume LAr_EMEC1_B:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name LAr_EMEC2_B

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region LAr_EMEC2_B NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume LAr_EMEC2_B:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name LAr_EMEC3_B

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region LAr_EMEC3_B NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume LAr_EMEC3_B:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name FCal_HEC1_B

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region FCal_HEC1_B NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume FCal_HEC1_B:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name FCal_HEC2_B

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region FCal_HEC2_B NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume FCal_HEC2_B:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name FCal_HEC3_B

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region FCal_HEC3_B NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume FCal_HEC3_B:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name DM_PS_Boundary

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region DM_PS_Boundary NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume DM_PS_Boundary:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_PS_Boundary_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_PS_Boundary_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_PS_Boundary_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_PS_Boundary_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_PS_Boundary_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_PS_Boundary_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name DM_LAr_Boundary

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region DM_LAr_Boundary NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume DM_LAr_Boundary:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_LAr_Boundary_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_LAr_Boundary_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_LAr_Boundary_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name DM_TILE_Boundary

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region DM_TILE_Boundary NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume DM_TILE_Boundary:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_TILE_Boundary_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_TILE_Boundary_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_TILE_Boundary_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name DM_Crack_EM_A

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region DM_Crack_EM_A NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume DM_Crack_EM_A:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_EM_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_EM_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_EM_A_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_EM_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_EM_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_EM_A_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name DM_Crack_TILE_A

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region DM_Crack_TILE_A NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume DM_Crack_TILE_A:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_TILE_A_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_TILE_A_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_TILE_A_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name DM_Crack_EM_B

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region DM_Crack_EM_B NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume DM_Crack_EM_B:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_EM_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_EM_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_EM_B_Gap:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_EM_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_EM_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_EM_B_Gap:0 (G4Tubs) ... OK!
Cxx.ATLAS                                INFO Creating Volume with name DM_Crack_TILE_B

-------- WWWW ------- G4Exception-START -------- WWWW -------
*** G4Exception : GeomMgt1001
      issued by : G4RegionStore::GetRegion()
Region NOT found in store !
        Region DM_Crack_TILE_B NOT found in store !
        Returning NULL pointer.
*** This is just a warning message. ***
-------- WWWW -------- G4Exception-END --------- WWWW -------

Checking overlaps for volume DM_Crack_TILE_B:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_TILE_B_Layer:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_TILE_B_Abso:0 (G4Tubs) ... OK!
Checking overlaps for volume DM_Crack_TILE_B_Gap:0 (G4Tubs) ... OK!

 hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval
 for pions :   3 to 6 GeV
 for kaons :   3 to 6 GeV
 for proton :  3 to 6 GeV
 for neutron : 3 to 6 GeV

### Adding tracking cuts for neutron  TimeCut(ns)= 10000  KinEnergyCut(MeV)= 0
=======================================================================
======                 Electromagnetic Physics Parameters      ========
=======================================================================
LPM effect enabled                                 1
Enable creation and use of sampling tables         0
Apply cuts on all EM processes                     0
Use combined TransportationWithMsc                 Disabled
Use general process                                1
Enable linear polarisation for gamma               0
Enable photoeffect sampling below K-shell          1
Enable sampling of quantum entanglement            0
X-section factor for integral approach             0.8
Min kinetic energy for tables                      100 eV
Max kinetic energy for tables                      100 TeV
Number of bins per decade of a table               7
Verbose level                                      1
Verbose level for worker thread                    0
Bremsstrahlung energy threshold above which
  primary e+- is added to the list of secondary    100 TeV
Bremsstrahlung energy threshold above which primary
  muon/hadron is added to the list of secondary    100 TeV
Lowest triplet kinetic energy                      1 MeV
Enable sampling of gamma linear polarisation       0
5D gamma conversion model type                     0
5D gamma conversion model on isolated ion          0
Livermore data directory                           epics_2017
=======================================================================
======                 Ionisation Parameters                   ========
=======================================================================
Step function for e+-                              (0.2, 1 mm)
Step function for muons/hadrons                    (0.2, 0.1 mm)
Step function for light ions                       (0.2, 0.1 mm)
Step function for general ions                     (0.2, 0.1 mm)
Lowest e+e- kinetic energy                         1 keV
Lowest muon/hadron kinetic energy                  1 keV
Use ICRU90 data                                    0
Fluctuations of dE/dx are enabled                  1
Type of fluctuation model for leptons and hadrons  Urban
Use built-in Birks satuaration                     0
Build CSDA range enabled                           0
Use cut as a final range enabled                   0
Enable angular generator interface                 0
Max kinetic energy for CSDA tables                 1 GeV
Max kinetic energy for NIEL computation            0 eV
Linear loss limit                                  0.01
Read data from file for e+e- pair production by mu 0
=======================================================================
======                 Multiple Scattering Parameters          ========
=======================================================================
Type of msc step limit algorithm for e+-           1
Type of msc step limit algorithm for muons/hadrons 0
Msc lateral displacement for e+- enabled           1
Msc lateral displacement for muons and hadrons     0
Urban msc model lateral displacement alg96         1
Range factor for msc step limit for e+-            0.04
Range factor for msc step limit for muons/hadrons  0.2
Geometry factor for msc step limitation of e+-     2.5
Safety factor for msc step limit for e+-           0.6
Skin parameter for msc step limitation of e+-      1
Lambda limit for msc step limit for e+-            1 mm
Use Mott correction for e- scattering              0
Factor used for dynamic computation of angular
  limit between single and multiple scattering     1
Fixed angular limit between single
  and multiple scattering                          3.1416 rad
Upper energy limit for e+- multiple scattering     100 MeV
Type of electron single scattering model           0
Type of nuclear form-factor                        1
Screening factor                                   1
=======================================================================

phot:  for gamma SubType=12 BuildTable=0
      LambdaPrime table from 200 keV to 100 TeV in 61 bins
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
 LivermorePhElectric : Emin=    0 eV  Emax=  100 TeV  SauterGavrila Fluo

compt:  for gamma SubType=13 BuildTable=1
      Lambda table from 100 eV  to 1 MeV, 7 bins/decade, spline: 1
      LambdaPrime table from 1 MeV to 100 TeV in 56 bins
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
       Klein-Nishina : Emin=    0 eV  Emax=  100 TeV

conv:  for gamma SubType=14 BuildTable=1
      Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     BetheHeitlerLPM : Emin=    0 eV  Emax=  100 TeV  ModifiedTsai

Rayl:  for gamma SubType=11 BuildTable=1
      Lambda table from 100 eV  to 150 keV, 7 bins/decade, spline: 0
      LambdaPrime table from 150 keV to 100 TeV in 62 bins
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
   LivermoreRayleigh : Emin=    0 eV  Emax=  100 TeV  CullenGenerator

msc:  for e-  SubType= 10
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
            UrbanMsc : Emin=    0 eV  Emax=  100 MeV Nbins=42 100 eV  - 100 MeV
          StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
        WentzelVIUni : Emin=  100 MeV Emax=  100 TeV Nbins=42 100 MeV - 100 TeV
          StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm

eIoni:  for e-  XStype:3  SubType=2
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
        MollerBhabha : Emin=    0 eV  Emax=  100 TeV

eBrem:  for e-  XStype:4  SubType=3
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      LPM flag: 1 for E > 1 GeV,  VertexHighEnergyTh(GeV)= 100000
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
             eBremSB : Emin=    0 eV  Emax=    1 GeV  ModifiedTsai
            eBremLPM : Emin=    1 GeV Emax=  100 TeV  ModifiedTsai

CoulombScat:  for e- XStype:1 SubType=1 BuildTable=1
      Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0
      ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
  eCoulombScattering : Emin=  100 MeV Emax=  100 TeV

msc:  for e+  SubType= 10
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
            UrbanMsc : Emin=    0 eV  Emax=  100 MeV Nbins=42 100 eV  - 100 MeV
          StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm
        WentzelVIUni : Emin=  100 MeV Emax=  100 TeV Nbins=42 100 MeV - 100 TeV
          StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm

eIoni:  for e+  XStype:3  SubType=2
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
        MollerBhabha : Emin=    0 eV  Emax=  100 TeV

eBrem:  for e+  XStype:4  SubType=3
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      LPM flag: 1 for E > 1 GeV,  VertexHighEnergyTh(GeV)= 100000
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
             eBremSB : Emin=    0 eV  Emax=    1 GeV  ModifiedTsai
            eBremLPM : Emin=    1 GeV Emax=  100 TeV  ModifiedTsai

annihil:  for e+ XStype:2 SubType=5 BuildTable=0
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
            eplus2gg : Emin=    0 eV  Emax=  100 TeV

CoulombScat:  for e+ XStype:1 SubType=1 BuildTable=1
      Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0
      ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
  eCoulombScattering : Emin=  100 MeV Emax=  100 TeV

msc:  for proton  SubType= 10
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
        WentzelVIUni : Emin=    0 eV  Emax=  100 TeV Nbins=84 100 eV  - 100 TeV
          StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm

hIoni:  for proton  XStype:3  SubType=2
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
               Bragg : Emin=    0 eV  Emax=    2 MeV
          BetheBloch : Emin=    2 MeV Emax=  100 TeV

hBrems:  for proton  XStype:1  SubType=3
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
               hBrem : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

hPairProd:  for proton  XStype:1  SubType=4
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      Sampling table 17x1001; from 7.50618 GeV to 100 TeV
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
           hPairProd : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

CoulombScat:  for proton XStype:1 SubType=1 BuildTable=1
      Lambda table from threshold  to 100 TeV, 7 bins/decade, spline: 0
      ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
  eCoulombScattering : Emin=    0 eV  Emax=  100 TeV

msc:  for GenericIon  SubType= 10
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
            UrbanMsc : Emin=    0 eV  Emax=  100 TeV
          StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm

ionIoni:  for GenericIon  XStype:3  SubType=2
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
            BraggIon : Emin=    0 eV  Emax=    2 MeV
          BetheBloch : Emin=    2 MeV Emax=  100 TeV

msc:  for alpha  SubType= 10
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
            UrbanMsc : Emin=    0 eV  Emax=  100 TeV
          StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm

ionIoni:  for alpha  XStype:3  SubType=2
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
            BraggIon : Emin=    0 eV  Emax=7.9452 MeV
          BetheBloch : Emin=7.9452 MeV Emax=  100 TeV

msc:  for anti_proton  SubType= 10
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
        WentzelVIUni : Emin=    0 eV  Emax=  100 TeV Nbins=84 100 eV  - 100 TeV
          StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm

hIoni:  for anti_proton  XStype:3  SubType=2
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
            ICRU73QO : Emin=    0 eV  Emax=    2 MeV
          BetheBloch : Emin=    2 MeV Emax=  100 TeV

hBrems:  for anti_proton  XStype:1  SubType=3
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
               hBrem : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

hPairProd:  for anti_proton  XStype:1  SubType=4
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      Sampling table 17x1001; from 7.50618 GeV to 100 TeV
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
           hPairProd : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

CoulombScat:  for anti_proton XStype:1 SubType=1 BuildTable=1
      Lambda table from threshold  to 100 TeV, 7 bins/decade, spline: 0
      ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
  eCoulombScattering : Emin=    0 eV  Emax=  100 TeV

msc:  for kaon+  SubType= 10
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
        WentzelVIUni : Emin=    0 eV  Emax=  100 TeV Nbins=84 100 eV  - 100 TeV
          StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm

hIoni:  for kaon+  XStype:3  SubType=2
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
               Bragg : Emin=    0 eV  Emax=1.05231 MeV
          BetheBloch : Emin=1.05231 MeV Emax=  100 TeV

hBrems:  for kaon+  XStype:1  SubType=3
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
               hBrem : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

hPairProd:  for kaon+  XStype:1  SubType=4
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      Sampling table 18x1001; from 3.94942 GeV to 100 TeV
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
           hPairProd : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

CoulombScat:  for kaon+ XStype:1 SubType=1 BuildTable=1
      Lambda table from threshold  to 100 TeV, 7 bins/decade, spline: 0
      ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
  eCoulombScattering : Emin=    0 eV  Emax=  100 TeV

msc:  for kaon-  SubType= 10
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
        WentzelVIUni : Emin=    0 eV  Emax=  100 TeV Nbins=84 100 eV  - 100 TeV
          StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm

hIoni:  for kaon-  XStype:3  SubType=2
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
            ICRU73QO : Emin=    0 eV  Emax=1.05231 MeV
          BetheBloch : Emin=1.05231 MeV Emax=  100 TeV

hBrems:  for kaon-  XStype:1  SubType=3
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
               hBrem : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

hPairProd:  for kaon-  XStype:1  SubType=4
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      Sampling table 18x1001; from 3.94942 GeV to 100 TeV
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
           hPairProd : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

CoulombScat:  for kaon- XStype:1 SubType=1 BuildTable=1
      Used Lambda table of kaon+
      ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
  eCoulombScattering : Emin=    0 eV  Emax=  100 TeV

msc:  for mu+  SubType= 10
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
        WentzelVIUni : Emin=    0 eV  Emax=  100 TeV Nbins=84 100 eV  - 100 TeV
          StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm

muIoni:  for mu+  XStype:3  SubType=2
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
               Bragg : Emin=    0 eV  Emax=  200 keV
        MuBetheBloch : Emin=  200 keV Emax=  100 TeV

muBrems:  for mu+  XStype:1  SubType=3
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
              MuBrem : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

muPairProd:  for mu+  XStype:1  SubType=4
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      Sampling table 21x1001; from 0.85 GeV to 100 TeV
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
          muPairProd : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

CoulombScat:  for mu+ XStype:1 SubType=1 BuildTable=1
      Lambda table from threshold  to 100 TeV, 7 bins/decade, spline: 0
      ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
  eCoulombScattering : Emin=    0 eV  Emax=  100 TeV

msc:  for mu-  SubType= 10
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
        WentzelVIUni : Emin=    0 eV  Emax=  100 TeV Nbins=84 100 eV  - 100 TeV
          StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm

muIoni:  for mu-  XStype:3  SubType=2
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
            ICRU73QO : Emin=    0 eV  Emax=  200 keV
        MuBetheBloch : Emin=  200 keV Emax=  100 TeV

muBrems:  for mu-  XStype:1  SubType=3
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
              MuBrem : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

muPairProd:  for mu-  XStype:1  SubType=4
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      Sampling table 21x1001; from 0.85 GeV to 100 TeV
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
          muPairProd : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

CoulombScat:  for mu- XStype:1 SubType=1 BuildTable=1
      Used Lambda table of mu+
      ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
  eCoulombScattering : Emin=    0 eV  Emax=  100 TeV

msc:  for pi+  SubType= 10
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
        WentzelVIUni : Emin=    0 eV  Emax=  100 TeV Nbins=84 100 eV  - 100 TeV
          StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm

hIoni:  for pi+  XStype:3  SubType=2
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
               Bragg : Emin=    0 eV  Emax=297.505 keV
          BetheBloch : Emin=297.505 keV Emax=  100 TeV

hBrems:  for pi+  XStype:1  SubType=3
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
               hBrem : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

hPairProd:  for pi+  XStype:1  SubType=4
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      Sampling table 20x1001; from 1.11656 GeV to 100 TeV
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
           hPairProd : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

CoulombScat:  for pi+ XStype:1 SubType=1 BuildTable=1
      Lambda table from threshold  to 100 TeV, 7 bins/decade, spline: 0
      ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
  eCoulombScattering : Emin=    0 eV  Emax=  100 TeV

msc:  for pi-  SubType= 10
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
        WentzelVIUni : Emin=    0 eV  Emax=  100 TeV Nbins=84 100 eV  - 100 TeV
          StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm

hIoni:  for pi-  XStype:3  SubType=2
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
            ICRU73QO : Emin=    0 eV  Emax=297.505 keV
          BetheBloch : Emin=297.505 keV Emax=  100 TeV

hBrems:  for pi-  XStype:1  SubType=3
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
               hBrem : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

hPairProd:  for pi-  XStype:1  SubType=4
      dE/dx and range tables from 100 eV  to 100 TeV in 84 bins
      Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1
      Sampling table 20x1001; from 1.11656 GeV to 100 TeV
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
           hPairProd : Emin=    0 eV  Emax=  100 TeV  ModifiedMephi

CoulombScat:  for pi- XStype:1 SubType=1 BuildTable=1
      Used Lambda table of pi+
      ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
  eCoulombScattering : Emin=    0 eV  Emax=  100 TeV

====================================================================
                  HADRONIC PROCESSES SUMMARY (verbose level 1)
-----------------------------------------------------------------------
                           Hadronic Processes for neutron
  Process: hadElastic
        Model:             hElasticCHIPS: 0 eV  ---> 100 TeV
     Cr_sctns:        G4NeutronElasticXS: 0 eV  ---> 100 TeV
  Process: neutronInelastic
        Model:                      FTFP: 3 GeV ---> 100 TeV
        Model:            BertiniCascade: 0 eV  ---> 6 GeV
     Cr_sctns:      G4NeutronInelasticXS: 0 eV  ---> 100 TeV
  Process: nCapture
        Model:               nRadCapture: 0 eV  ---> 100 TeV
     Cr_sctns:        G4NeutronCaptureXS: 0 eV  ---> 100 TeV
  Process: nKiller
-----------------------------------------------------------------------
                           Hadronic Processes for B-
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV  ---> 100 TeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
  Process: B-Inelastic
        Model:                      FTFP: 0 eV  ---> 100 TeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
-----------------------------------------------------------------------
                           Hadronic Processes for D-
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV  ---> 100 TeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
  Process: D-Inelastic
        Model:                      FTFP: 0 eV  ---> 100 TeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
-----------------------------------------------------------------------
                           Hadronic Processes for GenericIon
  Process: ionInelastic
        Model:  Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n
        Model:                      FTFP: 3 GeV/n ---> 100 TeV/n
     Cr_sctns:  Glauber-Gribov Nucl-nucl: 0 eV  ---> 25.6 PeV
-----------------------------------------------------------------------
                           Hadronic Processes for He3
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV /n ---> 100 TeV/n
     Cr_sctns:  Glauber-Gribov Nucl-nucl: 0 eV  ---> 25.6 PeV
  Process: He3Inelastic
        Model:  Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n
        Model:                      FTFP: 3 GeV/n ---> 100 TeV/n
     Cr_sctns:  Glauber-Gribov Nucl-nucl: 0 eV  ---> 25.6 PeV
-----------------------------------------------------------------------
                           Hadronic Processes for alpha
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV /n ---> 100 TeV/n
     Cr_sctns:  Glauber-Gribov Nucl-nucl: 0 eV  ---> 25.6 PeV
  Process: alphaInelastic
        Model:  Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n
        Model:                      FTFP: 3 GeV/n ---> 100 TeV/n
     Cr_sctns:  Glauber-Gribov Nucl-nucl: 0 eV  ---> 25.6 PeV
-----------------------------------------------------------------------
                           Hadronic Processes for anti_He3
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV /n ---> 100.1 MeV/n
        Model:              AntiAElastic: 100 MeV/n ---> 100 TeV/n
     Cr_sctns:              AntiAGlauber: 0 eV  ---> 25.6 PeV
  Process: anti_He3Inelastic
        Model:                      FTFP: 0 eV /n ---> 100 TeV/n
     Cr_sctns:              AntiAGlauber: 0 eV  ---> 25.6 PeV
  Process: hFritiofCaptureAtRest
-----------------------------------------------------------------------
                           Hadronic Processes for anti_alpha
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV /n ---> 100.1 MeV/n
        Model:              AntiAElastic: 100 MeV/n ---> 100 TeV/n
     Cr_sctns:              AntiAGlauber: 0 eV  ---> 25.6 PeV
  Process: anti_alphaInelastic
        Model:                      FTFP: 0 eV /n ---> 100 TeV/n
     Cr_sctns:              AntiAGlauber: 0 eV  ---> 25.6 PeV
  Process: hFritiofCaptureAtRest
-----------------------------------------------------------------------
                           Hadronic Processes for anti_deuteron
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV /n ---> 100.1 MeV/n
        Model:              AntiAElastic: 100 MeV/n ---> 100 TeV/n
     Cr_sctns:              AntiAGlauber: 0 eV  ---> 25.6 PeV
  Process: anti_deuteronInelastic
        Model:                      FTFP: 0 eV /n ---> 100 TeV/n
     Cr_sctns:              AntiAGlauber: 0 eV  ---> 25.6 PeV
  Process: hFritiofCaptureAtRest
-------------------------------------------------------------------------
                           Hadronic Processes for anti_hypertriton
  Process: hFritiofCaptureAtRest
-----------------------------------------------------------------------
                           Hadronic Processes for anti_lambda
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV  ---> 100 TeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
  Process: anti_lambdaInelastic
        Model:                      FTFP: 0 eV  ---> 100 TeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
  Process: hFritiofCaptureAtRest
-----------------------------------------------------------------------
                           Hadronic Processes for anti_neutron
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV  ---> 100.1 MeV
        Model:              AntiAElastic: 100 MeV ---> 100 TeV
     Cr_sctns:              AntiAGlauber: 0 eV  ---> 25.6 PeV
  Process: anti_neutronInelastic
        Model:                      FTFP: 0 eV  ---> 100 TeV
     Cr_sctns:              AntiAGlauber: 0 eV  ---> 25.6 PeV
  Process: hFritiofCaptureAtRest
-----------------------------------------------------------------------
                           Hadronic Processes for anti_proton
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV  ---> 100.1 MeV
        Model:              AntiAElastic: 100 MeV ---> 100 TeV
     Cr_sctns:              AntiAGlauber: 0 eV  ---> 25.6 PeV
  Process: anti_protonInelastic
        Model:                      FTFP: 0 eV  ---> 100 TeV
     Cr_sctns:              AntiAGlauber: 0 eV  ---> 25.6 PeV
  Process: hFritiofCaptureAtRest
-----------------------------------------------------------------------
                           Hadronic Processes for anti_triton
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV /n ---> 100.1 MeV/n
        Model:              AntiAElastic: 100 MeV/n ---> 100 TeV/n
     Cr_sctns:              AntiAGlauber: 0 eV  ---> 25.6 PeV
  Process: anti_tritonInelastic
        Model:                      FTFP: 0 eV /n ---> 100 TeV/n
     Cr_sctns:              AntiAGlauber: 0 eV  ---> 25.6 PeV
  Process: hFritiofCaptureAtRest
-----------------------------------------------------------------------
                           Hadronic Processes for deuteron
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV /n ---> 100 TeV/n
     Cr_sctns:  Glauber-Gribov Nucl-nucl: 0 eV  ---> 25.6 PeV
  Process: dInelastic
        Model:  Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n
        Model:                      FTFP: 3 GeV/n ---> 100 TeV/n
     Cr_sctns:  Glauber-Gribov Nucl-nucl: 0 eV  ---> 25.6 PeV
-----------------------------------------------------------------------
                           Hadronic Processes for e+
  Process: positronNuclear
        Model:   G4ElectroVDNuclearModel: 0 eV  ---> 1 PeV
     Cr_sctns:          ElectroNuclearXS: 0 eV  ---> 100 TeV
-----------------------------------------------------------------------
                           Hadronic Processes for e-
  Process: electronNuclear
        Model:   G4ElectroVDNuclearModel: 0 eV  ---> 1 PeV
     Cr_sctns:          ElectroNuclearXS: 0 eV  ---> 100 TeV
-----------------------------------------------------------------------
                           Hadronic Processes for gamma
  Process: photonNuclear
        Model:               GammaNPreco: 0 eV  ---> 200 MeV
        Model:            BertiniCascade: 199 MeV ---> 6 GeV
        Model:           TheoFSGenerator: 3 GeV ---> 100 TeV
     Cr_sctns:            GammaNuclearXS: 0 eV  ---> 100 TeV
-----------------------------------------------------------------------
                           Hadronic Processes for kaon+
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV  ---> 100 TeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
  Process: kaon+Inelastic
        Model:                      FTFP: 3 GeV ---> 100 TeV
        Model:            BertiniCascade: 0 eV  ---> 6 GeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
-----------------------------------------------------------------------
                           Hadronic Processes for kaon-
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV  ---> 100 TeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
  Process: kaon-Inelastic
        Model:                      FTFP: 3 GeV ---> 100 TeV
        Model:            BertiniCascade: 0 eV  ---> 6 GeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
  Process: hBertiniCaptureAtRest
-----------------------------------------------------------------------
                           Hadronic Processes for lambda
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV  ---> 100 TeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
  Process: lambdaInelastic
        Model:                      FTFP: 3 GeV ---> 100 TeV
        Model:            BertiniCascade: 0 eV  ---> 6 GeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
-----------------------------------------------------------------------
                           Hadronic Processes for mu+
  Process: muonNuclear
        Model:      G4MuonVDNuclearModel: 0 eV  ---> 1 PeV
     Cr_sctns:     KokoulinMuonNuclearXS: 0 eV  ---> 100 TeV
-----------------------------------------------------------------------
                           Hadronic Processes for mu-
  Process: muonNuclear
        Model:      G4MuonVDNuclearModel: 0 eV  ---> 1 PeV
     Cr_sctns:     KokoulinMuonNuclearXS: 0 eV  ---> 100 TeV
  Process: muMinusCaptureAtRest
-----------------------------------------------------------------------
                           Hadronic Processes for pi+
  Process: hadElastic
        Model:           hElasticGlauber: 0 eV  ---> 100 TeV
     Cr_sctns:  BarashenkovGlauberGribov: 0 eV  ---> 100 TeV
  Process: pi+Inelastic
        Model:                      FTFP: 3 GeV ---> 100 TeV
        Model:            BertiniCascade: 0 eV  ---> 6 GeV
     Cr_sctns:  BarashenkovGlauberGribov: 0 eV  ---> 100 TeV
-----------------------------------------------------------------------
                           Hadronic Processes for pi-
  Process: hadElastic
        Model:           hElasticGlauber: 0 eV  ---> 100 TeV
     Cr_sctns:  BarashenkovGlauberGribov: 0 eV  ---> 100 TeV
  Process: pi-Inelastic
        Model:                      FTFP: 3 GeV ---> 100 TeV
        Model:            BertiniCascade: 0 eV  ---> 6 GeV
     Cr_sctns:  BarashenkovGlauberGribov: 0 eV  ---> 100 TeV
  Process: hBertiniCaptureAtRest
-----------------------------------------------------------------------
                           Hadronic Processes for proton
  Process: hadElastic
        Model:             hElasticCHIPS: 0 eV  ---> 100 TeV
     Cr_sctns:  BarashenkovGlauberGribov: 0 eV  ---> 100 TeV
  Process: protonInelastic
        Model:                      FTFP: 3 GeV ---> 100 TeV
        Model:            BertiniCascade: 0 eV  ---> 6 GeV
     Cr_sctns:  BarashenkovGlauberGribov: 0 eV  ---> 100 TeV
-----------------------------------------------------------------------
                           Hadronic Processes for sigma-
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV  ---> 100 TeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
  Process: sigma-Inelastic
        Model:                      FTFP: 3 GeV ---> 100 TeV
        Model:            BertiniCascade: 0 eV  ---> 6 GeV
     Cr_sctns:            Glauber-Gribov: 0 eV  ---> 100 TeV
  Process: hBertiniCaptureAtRest
-----------------------------------------------------------------------
                           Hadronic Processes for triton
  Process: hadElastic
        Model:              hElasticLHEP: 0 eV /n ---> 100 TeV/n
     Cr_sctns:  Glauber-Gribov Nucl-nucl: 0 eV  ---> 25.6 PeV
  Process: tInelastic
        Model:  Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n
        Model:                      FTFP: 3 GeV/n ---> 100 TeV/n
     Cr_sctns:  Glauber-Gribov Nucl-nucl: 0 eV  ---> 25.6 PeV
=======================================================================
======       Geant4 Native Pre-compound Model Parameters       ========
=======================================================================
Type of pre-compound inverse x-section              3
Pre-compound model active                           1
Pre-compound excitation low energy                  100 keV
Pre-compound excitation high energy                 30 MeV
Angular generator for pre-compound model            1
Use NeverGoBack option for pre-compound model       0
Use SoftCutOff option for pre-compound model        0
Use CEM transitions for pre-compound model          1
Use GNASH transitions for pre-compound model        0
Use HETC submodel for pre-compound model            0
=======================================================================
======       Nuclear De-excitation Module Parameters           ========
=======================================================================
Type of de-excitation inverse x-section             3
Type of de-excitation factory                       Evaporation+GEM
Number of de-excitation channels                    68
Min excitation energy                               10 eV
Min energy per nucleon for multifragmentation       200 GeV
Limit excitation energy for Fermi BreakUp           20 MeV
Level density (1/MeV)                               0.075
Use simple level density model                      1
Use discrete excitation energy of the residual      1
Time limit for long lived isomeres                  1 ns
Isomer production flag                              1
Internal e- conversion flag                         1
Store e- internal conversion data                   0
Correlated gamma emission flag                      0
Max 2J for sampling of angular correlations         10
=======================================================================
Cxx.ActionInitialization                 INFO  (G4WT2) Build()
Cxx.PrimaryGeneratorAction               INFO  (G4WT2) Create the generator copy
Cxx.EventReader                          INFO  (G4WT2) Open the root file: Zee.EVT.root
Cxx.ActionInitialization                 INFO  (G4WT0) Build()
Cxx.PrimaryGeneratorAction               INFO  (G4WT0) Create the generator copy
Cxx.EventReader                          INFO  (G4WT0) Open the root file: Zee.EVT.root
Cxx.ActionInitialization                 INFO  (G4WT3) Build()
Cxx.ActionInitialization                 INFO  (G4WT1) Build()
Cxx.PrimaryGeneratorAction               INFO  (G4WT1) Create the generator copy
Cxx.EventReader                          INFO  (G4WT1) Open the root file: Zee.EVT.root
Cxx.PrimaryGeneratorAction               INFO  (G4WT3) Create the generator copy
Cxx.EventReader                          INFO  (G4WT3) Open the root file: Zee.EVT.root
Cxx.ActionInitialization                 INFO  (G4WT4) Build()
Cxx.PrimaryGeneratorAction               INFO  (G4WT4) Create the generator copy
Cxx.EventReader                          INFO  (G4WT4) Open the root file: Zee.EVT.root

Region <DefaultRegionForTheWorld> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : World
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <DefaultRegionForParallelWorld> --  -- is not associated to any world.
 Root logical volume(s) :
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials :
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <LAr_PSB> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : LAr_PSB
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <LAr_EMB1> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : LAr_EMB1
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Pb liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <LAr_EMB2> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : LAr_EMB2
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Pb liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <LAr_EMB3> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : LAr_EMB3
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Pb liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <TILE_TileCal1> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : TILE_TileCal1
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <TILE_TileCal2> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : TILE_TileCal2
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <TILE_TileCal3> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : TILE_TileCal3
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <TILE_TileCalExt1_A> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : TILE_TileCalExt1_A
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <TILE_TileCalExt2_A> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : TILE_TileCalExt2_A
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <TILE_TileCalExt3_A> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : TILE_TileCalExt3_A
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <LAr_PSE_A> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : LAr_PSE_A
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <LAr_EMEC1_A> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : LAr_EMEC1_A
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Pb liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <LAr_EMEC2_A> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : LAr_EMEC2_A
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Pb liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <LAr_EMEC3_A> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : LAr_EMEC3_A
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Pb liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <FCal_HEC1_A> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : FCal_HEC1_A
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Cu liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <FCal_HEC2_A> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : FCal_HEC2_A
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Cu liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <FCal_HEC3_A> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : FCal_HEC3_A
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Cu liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <TILE_TileCalExt1_B> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : TILE_TileCalExt1_B
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <TILE_TileCalExt2_B> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : TILE_TileCalExt2_B
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <TILE_TileCalExt3_B> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : TILE_TileCalExt3_B
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <LAr_PSE_B> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : LAr_PSE_B
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <LAr_EMEC1_B> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : LAr_EMEC1_B
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Pb liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <LAr_EMEC2_B> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : LAr_EMEC2_B
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Pb liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <LAr_EMEC3_B> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : LAr_EMEC3_B
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Pb liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <FCal_HEC1_B> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : FCal_HEC1_B
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Cu liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <FCal_HEC2_B> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : FCal_HEC2_B
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Cu liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <FCal_HEC3_B> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : FCal_HEC3_B
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Cu liquidArgon
 Production cuts :   gamma 700 um      e- 700 um      e+ 700 um  proton 700 um

Region <DM_PS_Boundary> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : DM_PS_Boundary
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Al
 Production cuts :   gamma 1 mm      e- 1 mm      e+ 1 mm  proton 700 um

Region <DM_LAr_Boundary> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : DM_LAr_Boundary
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Al
 Production cuts :   gamma 1 mm      e- 1 mm      e+ 1 mm  proton 700 um

Region <DM_TILE_Boundary> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : DM_TILE_Boundary
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Al
 Production cuts :   gamma 1 mm      e- 1 mm      e+ 1 mm  proton 700 um

Region <DM_Crack_EM_A> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : DM_Crack_EM_A
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Al liquidArgon
 Production cuts :   gamma 1 mm      e- 1 mm      e+ 1 mm  proton 700 um

Region <DM_Crack_TILE_A> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : DM_Crack_TILE_A
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Al
 Production cuts :   gamma 1 mm      e- 1 mm      e+ 1 mm  proton 700 um

Region <DM_Crack_EM_B> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : DM_Crack_EM_B
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Al liquidArgon
 Production cuts :   gamma 1 mm      e- 1 mm      e+ 1 mm  proton 700 um

Region <DM_Crack_TILE_B> --  -- appears in <World> world volume
 This region is in the mass world.
 Root logical volume(s) : DM_Crack_TILE_B
 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
 Materials : Vacuum G4_Al
 Production cuts :   gamma 1 mm      e- 1 mm      e+ 1 mm  proton 700 um

========= Table of registered couples ============================

Index : 0     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    DefaultRegionForTheWorld

Index : 1     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    LAr_PSB

Index : 2     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    LAr_PSB

Index : 3     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    LAr_EMB1

Index : 4     used in the geometry : Yes
 Material : G4_Pb
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  94.6952 keV    e-  1.00699 MeV    e+  946.936 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMB1

Index : 5     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMB1

Index : 6     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    LAr_EMB2

Index : 7     used in the geometry : Yes
 Material : G4_Pb
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  94.6952 keV    e-  1.00699 MeV    e+  946.936 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMB2

Index : 8     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMB2

Index : 9     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    LAr_EMB3

Index : 10     used in the geometry : Yes
 Material : G4_Pb
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  94.6952 keV    e-  1.00699 MeV    e+  946.936 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMB3

Index : 11     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMB3

Index : 12     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    TILE_TileCal1

Index : 13     used in the geometry : Yes
 Material : G4_Fe
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  17.2487 keV    e-  954.642 keV    e+  906.513 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCal1

Index : 14     used in the geometry : Yes
 Material : PLASTIC SCINTILLATOR
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  2.09737 keV    e-  281.815 keV    e+  274.979 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCal1

Index : 15     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    TILE_TileCal2

Index : 16     used in the geometry : Yes
 Material : G4_Fe
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  17.2487 keV    e-  954.642 keV    e+  906.513 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCal2

Index : 17     used in the geometry : Yes
 Material : PLASTIC SCINTILLATOR
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  2.09737 keV    e-  281.815 keV    e+  274.979 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCal2

Index : 18     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    TILE_TileCal3

Index : 19     used in the geometry : Yes
 Material : G4_Fe
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  17.2487 keV    e-  954.642 keV    e+  906.513 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCal3

Index : 20     used in the geometry : Yes
 Material : PLASTIC SCINTILLATOR
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  2.09737 keV    e-  281.815 keV    e+  274.979 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCal3

Index : 21     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt1_A

Index : 22     used in the geometry : Yes
 Material : G4_Fe
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  17.2487 keV    e-  954.642 keV    e+  906.513 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt1_A

Index : 23     used in the geometry : Yes
 Material : PLASTIC SCINTILLATOR
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  2.09737 keV    e-  281.815 keV    e+  274.979 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt1_A

Index : 24     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt2_A

Index : 25     used in the geometry : Yes
 Material : G4_Fe
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  17.2487 keV    e-  954.642 keV    e+  906.513 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt2_A

Index : 26     used in the geometry : Yes
 Material : PLASTIC SCINTILLATOR
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  2.09737 keV    e-  281.815 keV    e+  274.979 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt2_A

Index : 27     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt3_A

Index : 28     used in the geometry : Yes
 Material : G4_Fe
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  17.2487 keV    e-  954.642 keV    e+  906.513 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt3_A

Index : 29     used in the geometry : Yes
 Material : PLASTIC SCINTILLATOR
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  2.09737 keV    e-  281.815 keV    e+  274.979 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt3_A

Index : 30     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    LAr_PSE_A

Index : 31     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    LAr_PSE_A

Index : 32     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC1_A

Index : 33     used in the geometry : Yes
 Material : G4_Pb
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  94.6952 keV    e-  1.00699 MeV    e+  946.936 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC1_A

Index : 34     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC1_A

Index : 35     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC2_A

Index : 36     used in the geometry : Yes
 Material : G4_Pb
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  94.6952 keV    e-  1.00699 MeV    e+  946.936 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC2_A

Index : 37     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC2_A

Index : 38     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC3_A

Index : 39     used in the geometry : Yes
 Material : G4_Pb
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  94.6952 keV    e-  1.00699 MeV    e+  946.936 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC3_A

Index : 40     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC3_A

Index : 41     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    FCal_HEC1_A

Index : 42     used in the geometry : Yes
 Material : G4_Cu
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  20.5458 keV    e-  1.03403 MeV    e+  979.823 keV proton 70 keV
 Region(s) which use this couple :
    FCal_HEC1_A

Index : 43     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    FCal_HEC1_A

Index : 44     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    FCal_HEC2_A

Index : 45     used in the geometry : Yes
 Material : G4_Cu
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  20.5458 keV    e-  1.03403 MeV    e+  979.823 keV proton 70 keV
 Region(s) which use this couple :
    FCal_HEC2_A

Index : 46     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    FCal_HEC2_A

Index : 47     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    FCal_HEC3_A

Index : 48     used in the geometry : Yes
 Material : G4_Cu
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  20.5458 keV    e-  1.03403 MeV    e+  979.823 keV proton 70 keV
 Region(s) which use this couple :
    FCal_HEC3_A

Index : 49     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    FCal_HEC3_A

Index : 50     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt1_B

Index : 51     used in the geometry : Yes
 Material : G4_Fe
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  17.2487 keV    e-  954.642 keV    e+  906.513 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt1_B

Index : 52     used in the geometry : Yes
 Material : PLASTIC SCINTILLATOR
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  2.09737 keV    e-  281.815 keV    e+  274.979 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt1_B

Index : 53     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt2_B

Index : 54     used in the geometry : Yes
 Material : G4_Fe
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  17.2487 keV    e-  954.642 keV    e+  906.513 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt2_B

Index : 55     used in the geometry : Yes
 Material : PLASTIC SCINTILLATOR
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  2.09737 keV    e-  281.815 keV    e+  274.979 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt2_B

Index : 56     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt3_B

Index : 57     used in the geometry : Yes
 Material : G4_Fe
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  17.2487 keV    e-  954.642 keV    e+  906.513 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt3_B

Index : 58     used in the geometry : Yes
 Material : PLASTIC SCINTILLATOR
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  2.09737 keV    e-  281.815 keV    e+  274.979 keV proton 70 keV
 Region(s) which use this couple :
    TILE_TileCalExt3_B

Index : 59     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    LAr_PSE_B

Index : 60     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    LAr_PSE_B

Index : 61     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC1_B

Index : 62     used in the geometry : Yes
 Material : G4_Pb
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  94.6952 keV    e-  1.00699 MeV    e+  946.936 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC1_B

Index : 63     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC1_B

Index : 64     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC2_B

Index : 65     used in the geometry : Yes
 Material : G4_Pb
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  94.6952 keV    e-  1.00699 MeV    e+  946.936 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC2_B

Index : 66     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC2_B

Index : 67     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC3_B

Index : 68     used in the geometry : Yes
 Material : G4_Pb
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  94.6952 keV    e-  1.00699 MeV    e+  946.936 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC3_B

Index : 69     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    LAr_EMEC3_B

Index : 70     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    FCal_HEC1_B

Index : 71     used in the geometry : Yes
 Material : G4_Cu
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  20.5458 keV    e-  1.03403 MeV    e+  979.823 keV proton 70 keV
 Region(s) which use this couple :
    FCal_HEC1_B

Index : 72     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    FCal_HEC1_B

Index : 73     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    FCal_HEC2_B

Index : 74     used in the geometry : Yes
 Material : G4_Cu
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  20.5458 keV    e-  1.03403 MeV    e+  979.823 keV proton 70 keV
 Region(s) which use this couple :
    FCal_HEC2_B

Index : 75     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    FCal_HEC2_B

Index : 76     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    FCal_HEC3_B

Index : 77     used in the geometry : Yes
 Material : G4_Cu
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  20.5458 keV    e-  1.03403 MeV    e+  979.823 keV proton 70 keV
 Region(s) which use this couple :
    FCal_HEC3_B

Index : 78     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  700 um     e-  700 um     e+  700 um  proton 700 um
 Energy thresholds :  gamma  5.19396 keV    e-  273.205 keV    e+  265.443 keV proton 70 keV
 Region(s) which use this couple :
    FCal_HEC3_B

Index : 79     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    DM_PS_Boundary

Index : 80     used in the geometry : Yes
 Material : G4_Al
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  6.91572 keV    e-  597.438 keV    e+  574.135 keV proton 70 keV
 Region(s) which use this couple :
    DM_PS_Boundary

Index : 81     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    DM_LAr_Boundary

Index : 82     used in the geometry : Yes
 Material : G4_Al
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  6.91572 keV    e-  597.438 keV    e+  574.135 keV proton 70 keV
 Region(s) which use this couple :
    DM_LAr_Boundary

Index : 83     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    DM_TILE_Boundary

Index : 84     used in the geometry : Yes
 Material : G4_Al
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  6.91572 keV    e-  597.438 keV    e+  574.135 keV proton 70 keV
 Region(s) which use this couple :
    DM_TILE_Boundary

Index : 85     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    DM_Crack_EM_A

Index : 86     used in the geometry : Yes
 Material : G4_Al
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  6.91572 keV    e-  597.438 keV    e+  574.135 keV proton 70 keV
 Region(s) which use this couple :
    DM_Crack_EM_A

Index : 87     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  6.18871 keV    e-  346.448 keV    e+  335.412 keV proton 70 keV
 Region(s) which use this couple :
    DM_Crack_EM_A

Index : 88     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    DM_Crack_TILE_A

Index : 89     used in the geometry : Yes
 Material : G4_Al
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  6.91572 keV    e-  597.438 keV    e+  574.135 keV proton 70 keV
 Region(s) which use this couple :
    DM_Crack_TILE_A

Index : 90     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    DM_Crack_EM_B

Index : 91     used in the geometry : Yes
 Material : G4_Al
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  6.91572 keV    e-  597.438 keV    e+  574.135 keV proton 70 keV
 Region(s) which use this couple :
    DM_Crack_EM_B

Index : 92     used in the geometry : Yes
 Material : liquidArgon
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  6.18871 keV    e-  346.448 keV    e+  335.412 keV proton 70 keV
 Region(s) which use this couple :
    DM_Crack_EM_B

Index : 93     used in the geometry : Yes
 Material : Vacuum
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 70 keV
 Region(s) which use this couple :
    DM_Crack_TILE_B

Index : 94     used in the geometry : Yes
 Material : G4_Al
 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 700 um
 Energy thresholds :  gamma  6.91572 keV    e-  597.438 keV    e+  574.135 keV proton 70 keV
 Region(s) which use this couple :
    DM_Crack_TILE_B

==================================================================

G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model.
See commands in /vis/modeling/trajectories/ for other options.
### Run 0 starts.
Cxx.RunAction                            INFO  (G4WT2) Creating the RunReconstruction...Cxx.RunAction                            INFO  (G4WT4) Creating the RunReconstruction...
Cxx.RunAction                            INFO  (G4WT1) Creating the RunReconstruction...

Cxx.RunAction                            INFO  (G4WT0) Creating the RunReconstruction...
Cxx.RunAction                            INFO  (G4WT3) Creating the RunReconstruction...
G4WT2 > ### Run 0 starts on worker thread 2.
Cxx.RunAction                            INFO  (G4WT2) RunAction::BeginOfRunAction
G4WT2 > --> Event 0 starts with initial seeds (50537646,32951042).
Cxx.PrimaryGeneratorAction               INFO  (G4WT2) GeneratePrimaryVertex...
G4WT0 > ### Run 0 starts on worker thread 0.
Cxx.RunAction                            INFO  (G4WT0) RunAction::BeginOfRunAction
G4WT0 > --> Event 1 starts with initial seeds (55301888,97160606).
Cxx.PrimaryGeneratorAction               INFO  (G4WT0) GeneratePrimaryVertex...
G4WT1 > ### Run 0 starts on worker thread 1.
Cxx.RunAction                            INFO  (G4WT1) RunAction::BeginOfRunAction
G4WT1 > --> Event 2 starts with initial seeds (64190065,34130856).
Cxx.PrimaryGeneratorAction               INFO  (G4WT1) GeneratePrimaryVertex...
G4WT4 > ### Run 0 starts on worker thread 4.
Cxx.RunAction                            INFO  (G4WT4) RunAction::BeginOfRunAction
G4WT4 > --> Event 3 starts with initial seeds (99022847,61270663).
Cxx.PrimaryGeneratorAction               INFO  (G4WT4) GeneratePrimaryVertex...
Cxx.EventReader                          INFO  (G4WT0) Get event (EventReader) with number 1 and EventNumber 1
Cxx.EventReader                          INFO  (G4WT2) Get event (EventReader) with number 0 and EventNumber 0
Cxx.EventReader                          INFO  (G4WT4) Get event (EventReader) with number 3 and EventNumber 3
Cxx.EventReader                          INFO  (G4WT4) Seed 0 in eta = 2.38299, phi = 1.80079
Cxx.EventReader                          INFO  (G4WT0) Seed 0 in eta = -1.63831, phi = -0.636461
Cxx.EventReader                          INFO  (G4WT2) Seed 0 in eta = 1.03743, phi = 2.84307
Cxx.EventReader                          INFO  (G4WT0) Seed 1 in eta = -1.58226, phi = 2.44489
Cxx.EventReader                          INFO  (G4WT1) Get event (EventReader) with number 2 and EventNumber 2
Cxx.EventReader                          INFO  (G4WT2) Seed 1 in eta = 2.34878, phi = -0.242377
Cxx.EventReader                          INFO  (G4WT4) RunNumber        : 0
Cxx.EventReader                          INFO  (G4WT4) EventNumber      : 3
Cxx.EventReader                          INFO  (G4WT1) Seed 0 in eta = -0.722034, phi = 2.43568
Cxx.EventReader                          INFO  (G4WT2) RunNumber        : 0
Cxx.EventReader                          INFO  (G4WT2) EventNumber      : 0
Cxx.EventReader                          INFO  (G4WT2) Avgmu            : 0
Cxx.EventReader                          INFO  (G4WT4) Avgmu            : 0Cxx.EventReader                          INFO  (G4WT2) Total Mu         : 0
Cxx.EventReader                          INFO  (G4WT2) Number of seeds  : 2

Cxx.EventReader                          INFO  (G4WT4) Total Mu         : 0
Cxx.EventReader                          INFO  (G4WT4) Number of seeds  : 1
Cxx.EventReader                          INFO  (G4WT1) Seed 1 in eta = -1.27205, phi = -0.814606
Cxx.EventReader                          INFO  (G4WT0) RunNumber        : 0
Cxx.EventReader                          INFO  (G4WT0) EventNumber      : 1
Cxx.EventReader                          INFO  (G4WT0) Avgmu            : 0
Cxx.EventReader                          INFO  (G4WT1) RunNumber        : 0Cxx.RunReconstruction                    INFO  (G4WT4) RunReconstruction::BeginOfEvent...
Cxx.RunReconstruction                    INFO  (G4WT2) RunReconstruction::BeginOfEvent...
Cxx.EventReader                          INFO  (G4WT0) Total Mu         : 0
Cxx.EventReader                          INFO  (G4WT0) Number of seeds  : 2

Cxx.EventReader                          INFO  (G4WT1) EventNumber      : 2
Cxx.RunReconstruction                    INFO  (G4WT0) RunReconstruction::BeginOfEvent...
Cxx.EventReader                          INFO  (G4WT1) Avgmu            : 0
Cxx.EventReader                          INFO  (G4WT1) Total Mu         : 0
Cxx.EventReader                          INFO  (G4WT1) Number of seeds  : 2
Cxx.RunReconstruction                    INFO  (G4WT1) RunReconstruction::BeginOfEvent...
G4WT3 > ### Run 0 starts on worker thread 3.
Cxx.RunAction                            INFO  (G4WT3) RunAction::BeginOfRunAction
G4WT3 > --> Event 4 starts with initial seeds (98437269,19475155).
Cxx.PrimaryGeneratorAction               INFO  (G4WT3) GeneratePrimaryVertex...
Cxx.EventReader                          INFO  (G4WT3) Get event (EventReader) with number 4 and EventNumber 4
Cxx.EventReader                          INFO  (G4WT3) Seed 0 in eta = 1.21458, phi = 1.72264
Cxx.EventReader                          INFO  (G4WT3) Seed 1 in eta = 2.11035, phi = -1.40415
Cxx.EventReader                          INFO  (G4WT3) RunNumber        : 0
Cxx.EventReader                          INFO  (G4WT3) EventNumber      : 4
Cxx.EventReader                          INFO  (G4WT3) Avgmu            : 0
Cxx.EventReader                          INFO  (G4WT3) Total Mu         : 0
Cxx.EventReader                          INFO  (G4WT3) Number of seeds  : 2
Cxx.RunReconstruction                    INFO  (G4WT3) RunReconstruction::BeginOfEvent...
Cxx.RunReconstruction                    INFO  (G4WT1) RunReconstruction::EndOfEvent...
Cxx.RunReconstruction                    INFO  (G4WT4) RunReconstruction::EndOfEvent...
Cxx.RootStreamHITMaker                   INFO  (G4WT1) Keep Cells? No
Cxx.RunReconstruction                    INFO  (G4WT1) Event loop was completed with 1356621 G4Steps and 47 seconds.
G4WT1 > Thread-local run terminated.
G4WT1 > Run Summary
G4WT1 >   Number of events processed : 1
G4WT1 >   User=228.620000s Real=47.746367s Sys=5.770000s [Cpu=490.9%]
Cxx.RootStreamHITMaker                   INFO  (G4WT4) Keep Cells? No
Cxx.RunReconstruction                    INFO  (G4WT4) Event loop was completed with 1510291 G4Steps and 50 seconds.
G4WT4 > Thread-local run terminated.
G4WT4 > Run Summary
G4WT4 >   Number of events processed : 1
G4WT4 >   User=238.220000s Real=50.237764s Sys=6.140000s [Cpu=486.4%]
Cxx.RunReconstruction                    INFO  (G4WT0) RunReconstruction::EndOfEvent...
Cxx.RootStreamHITMaker                   INFO  (G4WT0) Keep Cells? No
Cxx.RunReconstruction                    INFO  (G4WT3) RunReconstruction::EndOfEvent...
Cxx.RunReconstruction                    INFO  (G4WT0) Event loop was completed with 1940184 G4Steps and 62 seconds.
G4WT0 > Thread-local run terminated.
G4WT0 > Run Summary
G4WT0 >   Number of events processed : 1
G4WT0 >   User=274.330000s Real=62.592137s Sys=7.150000s [Cpu=449.7%]
Cxx.RunReconstruction                    INFO  (G4WT2) RunReconstruction::EndOfEvent...
Cxx.RootStreamHITMaker                   INFO  (G4WT3) Keep Cells? No
Cxx.RunReconstruction                    INFO  (G4WT3) Event loop was completed with 2104053 G4Steps and 69 seconds.
G4WT3 > Thread-local run terminated.
G4WT3 > Run Summary
G4WT3 >   Number of events processed : 1
G4WT3 >   User=285.440000s Real=69.502626s Sys=9.830000s [Cpu=424.8%]
Cxx.RootStreamHITMaker                   INFO  (G4WT2) Keep Cells? No
Cxx.RunReconstruction                    INFO  (G4WT2) Event loop was completed with 2294960 G4Steps and 73 seconds.
G4WT2 > Thread-local run terminated.
G4WT2 > Run Summary
G4WT2 >   Number of events processed : 1
G4WT2 >   User=288.510000s Real=73.034827s Sys=10.330000s [Cpu=409.2%]
 Run terminated.
Run Summary
  Number of events processed : 5
  User=288.580000s Real=73.162717s Sys=10.380000s [Cpu=408.6%]
G4WT0 > Destroying WorkerRunManager (0x7f585005fdc0)
G4WT4 > Destroying WorkerRunManager (0x7f583c05fdc0)
G4WT4 > G4 kernel has come to Quit state.
G4WT0 > G4 kernel has come to Quit state.
G4WT1 > Destroying WorkerRunManager (0x7f584c05fdc0)
G4WT1 > G4 kernel has come to Quit state.
G4WT2 > Destroying WorkerRunManager (0x7f584405fdc0)
G4WT2 > G4 kernel has come to Quit state.
G4WT3 > Destroying WorkerRunManager (0x7f584805fdc0)
Cxx.StoreGate                            INFO  (G4WT0) Saving StoreGate...Cxx.StoreGate                            INFO  (G4WT4) Saving StoreGate...G4WT3 > G4 kernel has come to Quit state.
Cxx.StoreGate                            INFO  (G4WT1) Saving StoreGate...
Cxx.StoreGate                            INFO  (G4WT2) Saving StoreGate...Cxx.StoreGate                            INFO  (G4WT3) Saving StoreGate...



Cxx.StoreGate                            INFO  (G4WT2) Writing all root objects into the file and delete all decorators
Cxx.StoreGate                            INFO  (G4WT2) Decorators will no be saved into the root file.
Cxx.StoreGate                            INFO  (G4WT3) Writing all root objects into the file and delete all decorators
Cxx.StoreGate                            INFO  (G4WT3) Decorators will no be saved into the root file.
Cxx.StoreGate                            INFO  (G4WT0) Writing all root objects into the file and delete all decorators
Cxx.StoreGate                            INFO  (G4WT0) Decorators will no be saved into the root file.
Cxx.StoreGate                            INFO  (G4WT4) Writing all root objects into the file and delete all decorators
Cxx.StoreGate                            INFO  (G4WT4) Decorators will no be saved into the root file.
Cxx.StoreGate                            INFO  (G4WT1) Writing all root objects into the file and delete all decorators
Cxx.StoreGate                            INFO  (G4WT1) Decorators will no be saved into the root file.
G4WT0 > UserDetectorConstruction deleted.
G4WT0 > UserPhysicsList deleted.
G4WT0 > UserActionInitialization deleted.
G4WT0 > UserWorkerInitialization deleted.
G4WT2 > UserDetectorConstruction deleted.
G4WT2 > UserPhysicsList deleted.
G4WT2 > UserActionInitialization deleted.
G4WT2 > UserWorkerInitialization deleted.
G4WT0 > UserWorkerThreadInitialization deleted.
G4WT2 > UserWorkerThreadInitialization deleted.
Cxx.RunAction                            INFO  (G4WT0) ~RunAction()
Cxx.RunAction                            INFO  (G4WT2) ~RunAction()
G4WT0 > UserRunAction deleted.
G4WT2 > UserRunAction deleted.
G4WT0 > UserPrimaryGenerator deleted.
G4WT0 > RunManager is deleting RunManagerKernel.
G4WT2 > UserPrimaryGenerator deleted.
G4WT2 > RunManager is deleting RunManagerKernel.
G4WT0 > G4SDManager deleted.
G4WT2 > G4SDManager deleted.
G4WT3 > UserDetectorConstruction deleted.
G4WT3 > UserPhysicsList deleted.
G4WT3 > UserActionInitialization deleted.
G4WT3 > UserWorkerInitialization deleted.
G4WT3 > UserWorkerThreadInitialization deleted.
G4WT0 > EventManager deleted.
Cxx.RunAction                            INFO  (G4WT3) ~RunAction()
G4WT2 > EventManager deleted.
G4WT3 > UserRunAction deleted.
G4WT0 > Units table cleared.
G4WT2 > Units table cleared.
G4WT2 > TransportationManager deleted.
G4WT0 > TransportationManager deleted.
G4WT0 > Total navigation history collections cleaned: 43
G4WT2 > Total navigation history collections cleaned: 51
G4WT3 > UserPrimaryGenerator deleted.
G4WT3 > RunManager is deleting RunManagerKernel.
G4WT0 > ================== Deleting memory pools ===================
G4WT2 > ================== Deleting memory pools ===================
G4WT0 > Pool ID '20G4NavigationLevelRep', size : 0.0663 MB
G4WT2 > Pool ID '20G4NavigationLevelRep', size : 0.0788 MB
G4WT0 > Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
G4WT2 > Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
G4WT3 > G4SDManager deleted.
G4WT2 > Pool ID '7G4Event', size : 0.000961 MB
G4WT2 > Pool ID '15G4PrimaryVertex', size : 0.000961 MB
G4WT2 > Pool ID '17G4PrimaryParticle', size : 0.000961 MB
G4WT0 > Pool ID '7G4Event', size : 0.000961 MB
G4WT2 > Pool ID '17G4DynamicParticle', size : 0.0231 MB
G4WT0 > Pool ID '15G4PrimaryVertex', size : 0.000961 MB
G4WT2 > Pool ID '7G4Track', size : 0.0452 MB
G4WT3 > EventManager deleted.
G4WT0 > Pool ID '17G4PrimaryParticle', size : 0.000961 MB
G4WT3 > Units table cleared.
G4WT0 > Pool ID '17G4DynamicParticle', size : 0.0231 MB
G4WT2 > Pool ID '18G4TouchableHistory', size : 0.00577 MB
G4WT2 > Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
G4WT3 > TransportationManager deleted.
G4WT3 > Total navigation history collections cleaned: 43
G4WT2 > Pool ID '10G4Fragment', size : 0.00192 MB
G4WT0 > Pool ID '7G4Track', size : 0.0461 MB
G4WT3 > ================== Deleting memory pools ===================
G4WT2 > Pool ID '17G4ReactionProduct', size : 0.00192 MB
G4WT0 > Pool ID '18G4TouchableHistory', size : 0.00481 MB
G4WT0 > Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
G4WT0 > Pool ID '10G4Fragment', size : 0.00192 MB
G4WT0 > Pool ID '17G4ReactionProduct', size : 0.00192 MB
G4WT0 > Number of memory pools allocated: 11; of which, static: 0
G4WT0 > Dynamic pools deleted: 11 / Total memory freed: 0.15 MB
G4WT3 > Pool ID '20G4NavigationLevelRep', size : 0.0663 MB
G4WT2 > Number of memory pools allocated: 11; of which, static: 0
G4WT3 > Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
G4WT3 > Pool ID '7G4Event', size : 0.000961 MB
G4WT0 > ============================================================
G4WT3 > Pool ID '15G4PrimaryVertex', size : 0.000961 MB
G4WT3 > Pool ID '17G4PrimaryParticle', size : 0.000961 MB
G4WT3 > Pool ID '17G4DynamicParticle', size : 0.0202 MB
G4WT2 > Dynamic pools deleted: 11 / Total memory freed: 0.16 MB
G4WT2 > ============================================================
G4WT0 > G4Allocator objects are deleted.
G4WT0 > Thread-local UImanager is to be deleted.
G4WT0 > There should not be any thread-local G4cout/G4cerr hereafter.
G4WT2 > G4Allocator objects are deleted.
G4WT2 > Thread-local UImanager is to be deleted.
G4WT2 > There should not be any thread-local G4cout/G4cerr hereafter.
G4WT3 > Pool ID '7G4Track', size : 0.0404 MB
G4WT3 > Pool ID '18G4TouchableHistory', size : 0.00481 MB
G4WT3 > Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
G4WT3 > Pool ID '10G4Fragment', size : 0.00385 MB
G4WT3 > Pool ID '17G4ReactionProduct', size : 0.00385 MB
G4WT3 > Number of memory pools allocated: 11; of which, static: 0
G4WT3 > Dynamic pools deleted: 11 / Total memory freed: 0.14 MB
G4WT3 > ============================================================
G4WT3 > G4Allocator objects are deleted.
G4WT3 > Thread-local UImanager is to be deleted.
G4WT3 > There should not be any thread-local G4cout/G4cerr hereafter.
UImanager deleted.
UImanager deleted.
StateManager deleted.
RunManagerKernel is deleted. Good bye :)
RunManager is deleted.
StateManager deleted.
RunManagerKernel is deleted. Good bye :)
RunManager is deleted.
UImanager deleted.
StateManager deleted.
RunManagerKernel is deleted. Good bye :)
RunManager is deleted.
G4WT1 > UserDetectorConstruction deleted.
G4WT1 > UserPhysicsList deleted.
G4WT1 > UserActionInitialization deleted.
G4WT1 > UserWorkerInitialization deleted.
G4WT1 > UserWorkerThreadInitialization deleted.
Cxx.RunAction                            INFO  (G4WT1) ~RunAction()
G4WT1 > UserRunAction deleted.
G4WT1 > UserPrimaryGenerator deleted.
G4WT1 > RunManager is deleting RunManagerKernel.
G4WT1 > G4SDManager deleted.
G4WT1 > EventManager deleted.
G4WT1 > Units table cleared.
G4WT1 > TransportationManager deleted.
G4WT1 > Total navigation history collections cleaned: 51
G4WT1 > ================== Deleting memory pools ===================
G4WT1 > Pool ID '20G4NavigationLevelRep', size : 0.0798 MB
G4WT1 > Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
G4WT1 > Pool ID '7G4Event', size : 0.000961 MB
G4WT1 > Pool ID '15G4PrimaryVertex', size : 0.000961 MB
G4WT1 > Pool ID '17G4PrimaryParticle', size : 0.000961 MB
G4WT1 > Pool ID '17G4DynamicParticle', size : 0.024 MB
G4WT1 > Pool ID '7G4Track', size : 0.0471 MB
G4WT1 > Pool ID '18G4TouchableHistory', size : 0.00577 MB
G4WT1 > Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
G4WT1 > Pool ID '10G4Fragment', size : 0.00288 MB
G4WT1 > Pool ID '17G4ReactionProduct', size : 0.00288 MB
G4WT1 > Number of memory pools allocated: 11; of which, static: 0
G4WT1 > Dynamic pools deleted: 11 / Total memory freed: 0.17 MB
G4WT1 > ============================================================
G4WT1 > G4Allocator objects are deleted.
G4WT1 > Thread-local UImanager is to be deleted.
G4WT1 > There should not be any thread-local G4cout/G4cerr hereafter.
UImanager deleted.
StateManager deleted.
RunManagerKernel is deleted. Good bye :)
RunManager is deleted.
G4WT4 > UserDetectorConstruction deleted.
G4WT4 > UserPhysicsList deleted.
G4WT4 > UserActionInitialization deleted.
G4WT4 > UserWorkerInitialization deleted.
G4WT4 > UserWorkerThreadInitialization deleted.
Cxx.RunAction                            INFO  (G4WT4) ~RunAction()
G4WT4 > UserRunAction deleted.
G4WT4 > UserPrimaryGenerator deleted.
G4WT4 > RunManager is deleting RunManagerKernel.
G4WT4 > G4SDManager deleted.
G4WT4 > EventManager deleted.
G4WT4 > Units table cleared.
G4WT4 > TransportationManager deleted.
G4WT4 > Total navigation history collections cleaned: 42
G4WT4 > ================== Deleting memory pools ===================
G4WT4 > Pool ID '20G4NavigationLevelRep', size : 0.0654 MB
G4WT4 > Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
G4WT4 > Pool ID '7G4Event', size : 0.000961 MB
G4WT4 > Pool ID '15G4PrimaryVertex', size : 0.000961 MB
G4WT4 > Pool ID '17G4PrimaryParticle', size : 0.000961 MB
G4WT4 > Pool ID '17G4DynamicParticle', size : 0.0183 MB
G4WT4 > Pool ID '7G4Track', size : 0.0365 MB
G4WT4 > Pool ID '18G4TouchableHistory', size : 0.00481 MB
G4WT4 > Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
G4WT4 > Pool ID '10G4Fragment', size : 0.00192 MB
G4WT4 > Pool ID '17G4ReactionProduct', size : 0.00192 MB
G4WT4 > Number of memory pools allocated: 11; of which, static: 0
G4WT4 > Dynamic pools deleted: 11 / Total memory freed: 0.13 MB
G4WT4 > ============================================================
G4WT4 > G4Allocator objects are deleted.
G4WT4 > Thread-local UImanager is to be deleted.
G4WT4 > There should not be any thread-local G4cout/G4cerr hereafter.
UImanager deleted.
StateManager deleted.
RunManagerKernel is deleted. Good bye :)
RunManager is deleted.
G4 kernel has come to Quit state.
UserDetectorConstruction deleted.
UserPhysicsList deleted.
Cxx.ActionInitialization                 INFO ~ActionInitialization()
UserActionInitialization deleted.
UserWorkerInitialization deleted.
UserWorkerThreadInitialization deleted.
UserRunAction deleted.
UserPrimaryGenerator deleted.
RunManager is deleting RunManagerKernel.
G4SDManager deleted.
EventManager deleted.
Units table cleared.
TransportationManager deleted.
Total navigation history collections cleaned: 3
G4RNGHelper object is deleted.
================== Deleting memory pools ===================
Pool ID '20G4NavigationLevelRep', size : 0.00288 MB
Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB
Pool ID '17G4DynamicParticle', size : 0.000961 MB
Pool ID '16G4SmartVoxelNode', size : 0.0423 MB
Pool ID '17G4SmartVoxelProxy', size : 0.0221 MB
Pool ID '15G4CountedObjectIvE', size : 0.000961 MB
Number of memory pools allocated: 6; of which, static: 0
Dynamic pools deleted: 6 / Total memory freed: 0.07 MB
============================================================
G4Allocator objects are deleted.
UImanager deleted.
StateManager deleted.
RunManagerKernel is deleted. Good bye :)
RunManager is deleted.
Graphics systems deleted.
Visualization Manager deleting...
Module libc not found.
hadd Target file: Zee.HIT.root
hadd compression setting for all output: 101
hadd Source file 1: Zee.HIT.root.0
Warning in <TClass::Init>: no dictionary for class xAOD::EventInfo_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::Seed_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::TruthParticle_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::CaloHit_t is available
hadd Source file 2: Zee.HIT.root.1
hadd Source file 3: Zee.HIT.root.2
hadd Source file 4: Zee.HIT.root.3
hadd Source file 5: Zee.HIT.root.4
hadd Target path: Zee.HIT.root:/
hadd Target path: Zee.HIT.root:/Event
hadd Target path: Zee.HIT.root:/Expert
hadd Target path: Zee.HIT.root:/Expert/Hits
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_PSB_0
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMB1_0
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMB2_0
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMB3_0
hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCal1_0
hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCal2_0
hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCal3_0
hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCalExt1_A_0
hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCalExt2_A_0
hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCalExt3_A_0
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_PSE_A_0
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_A_0
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_A_1
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_A_2
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_A_3
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC2_A_0
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC2_A_1
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC3_A_0
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC3_A_1
hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC1_A_0
hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC1_A_1
hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC2_A_0
hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC2_A_1
hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC3_A_0
hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC3_A_1
hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCalExt1_B_0
hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCalExt2_B_0
hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCalExt3_B_0
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_PSE_B_0
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_B_0
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_B_1
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_B_2
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_B_3
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC2_B_0
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC2_B_1
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC3_B_0
hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC3_B_1
hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC1_B_0
hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC1_B_1
hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC2_B_0
hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC2_B_1
hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC3_B_0
hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC3_B_1
Warning in <StatusCode>:
Warning in <StatusCode>: Unchecked status codes encountered during the job
Warning in <StatusCode>: Number of unchecked successes: 10
Warning in <StatusCode>: To fail on an unchecked code, call StatusCode::enableFailure() at the job's start
Warning in <StatusCode>:

Digitization

The digitalization process may be configured to use different energy estimation methods such as Optimal Filter (OF) and Constrained Optimal Filter (COF). It is also possible to simulate the crosstalk effect between adjacent calorimeter cells. More details on how to use such features, check the Customization section. In the digitalization step, it is used second step output to feed digit_trf.py script. For instance:

[5]:
!digit_trf.py
Module libc not found.
Usage: digit_trf.py [-l OUTPUT_LEVEL] [--pre-init PRE_INIT]
                    [--pre-exec PRE_EXEC] [--post-exec POST_EXEC] -i
                    INPUT_FILE -o OUTPUT_FILE [--nov NUMBER_OF_EVENTS]
                    [--events-per-job EVENTS_PER_JOB] [-nt NUMBER_OF_THREADS]
                    [-m] [--overwrite] [--dry-run] [--job-file JOB_FILE]

Options:
  -l, --output-level OUTPUT_LEVEL
                        The output level messenger.
  --pre-init PRE_INIT   The preinit command
  --pre-exec PRE_EXEC   The preexec command
  --post-exec POST_EXEC
                        The postexec command
  -i, --input-file INPUT_FILE
                        The input file or folder to run the job
  -o, --output-file OUTPUT_FILE
                        The output file.
  --nov, --number-of-events NUMBER_OF_EVENTS
                        The total number of events to run.
  --events-per-job EVENTS_PER_JOB
                        The number of events per job
  -nt, --number-of-threads NUMBER_OF_THREADS
                        The number of threads
  -m, --merge           Merge all files.
  --overwrite           Rerun all jobs.
  --dry-run             Perform a dry run without executing jobs.
  --job-file JOB_FILE   The JSON file used to configure this job automatically
                        by overwritting some arguments.

How to run digitization?

[6]:
!digit_trf.py -i Zee.HIT.root -o Zee.ESD.root
Module libc not found.
['/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.HIT.root']
Loop over files...: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1/1 [00:00<00:00,  5.61it/s]
[('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.HIT.root',
  'Zee.ESD.0.0.root',
  [0, 1, 2, 3, 4])]
Py.CaloCellBuilder                      INFO Configure CaloCellBuilder.
sampling noise:  90
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_PSB collection
sampling noise:  26
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMB1 collection
sampling noise:  60
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMB2 collection
sampling noise:  40
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMB3 collection
sampling noise:  20
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_TileCal1 collection
sampling noise:  20
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_TileCal2 collection
sampling noise:  20
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_TileCal3 collection
sampling noise:  20
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_TileExt1_A collection
sampling noise:  20
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_TileExt2_A collection
sampling noise:  20
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_TileExt3_A collection
sampling noise:  26
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_PSE_A collection
sampling noise:  26
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_0A collection
sampling noise:  26
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_1A collection
sampling noise:  26
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_2A collection
sampling noise:  26
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_3A collection
sampling noise:  60
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC2_0A collection
sampling noise:  60
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC2_1A collection
sampling noise:  40
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC3_0A collection
sampling noise:  40
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC3_1A collection
sampling noise:  250
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_HEC1_0A collection
sampling noise:  250
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_HEC1_1A collection
sampling noise:  400
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_HEC2_0A collection
sampling noise:  400
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_HEC2_1A collection
sampling noise:  250
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_HEC3_0A collection
sampling noise:  250
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_HEC3_1A collection
sampling noise:  20
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_TileExt1_B collection
sampling noise:  20
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_TileExt2_B collection
sampling noise:  20
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_TileExt3_B collection
sampling noise:  26
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_PSE_B collection
sampling noise:  26
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_0B collection
sampling noise:  26
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_1B collection
sampling noise:  26
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_2B collection
sampling noise:  26
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_3B collection
sampling noise:  60
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC2_0B collection
sampling noise:  60
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC2_1B collection
sampling noise:  40
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC3_0B collection
sampling noise:  40
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_EMEC3_1B collection
sampling noise:  250
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_HEC1_0B collection
sampling noise:  250
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_HEC1_1B collection
sampling noise:  400
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_HEC2_0B collection
sampling noise:  400
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_HEC2_1B collection
sampling noise:  250
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_HEC3_0B collection
sampling noise:  250
Py.CaloCellBuilder                      INFO Create new CaloCellMaker and dump all cells into Collection_HEC3_1B collection
Py.CaloCellBuilder                      INFO Create CaloCellMerge and dump all cell collections into Cells container
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Initializing the tool with name HITReader
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_PSB
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMB1
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMB2
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMB3
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_TileCal1
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_TileCal2
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_TileCal3
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_TileExt1_A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_TileExt2_A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_TileExt3_A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_PSE_A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_0A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_1A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_2A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_3A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC2_0A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC2_1A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC3_0A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC3_1A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_HEC1_0A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_HEC1_1A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_HEC2_0A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_HEC2_1A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_HEC3_0A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_HEC3_1A
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_TileExt1_B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_TileExt2_B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_TileExt3_B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_PSE_B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_0B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_1B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_2B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_3B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC2_0B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC2_1B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC3_0B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_EMEC3_1B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_HEC1_0B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_HEC1_1B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_HEC2_0B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_HEC2_1B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_HEC3_0B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMaker_Collection_HEC3_1B
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloCellMerge
Cxx.ComponentAccumulator                 INFO Initializing the tool with name RootStreamESDMaker
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Booking histograms for HITReader
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_PSB
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMB1
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMB2
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMB3
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_TileCal1
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_TileCal2
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_TileCal3
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_TileExt1_A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_TileExt2_A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_TileExt3_A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_PSE_A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC1_0A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC1_1A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC1_2A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC1_3A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC2_0A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC2_1A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC3_0A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC3_1A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_HEC1_0A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_HEC1_1A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_HEC2_0A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_HEC2_1A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_HEC3_0A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_HEC3_1A
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_TileExt1_B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_TileExt2_B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_TileExt3_B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_PSE_B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC1_0B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC1_1B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC1_2B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC1_3B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC2_0B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC2_1B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC3_0B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_EMEC3_1B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_HEC1_0B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_HEC1_1B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_HEC2_0B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_HEC2_1B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_HEC3_0B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMaker_Collection_HEC3_1B
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloCellMerge
Cxx.ComponentAccumulator                 INFO Booking histograms for RootStreamESDMaker
Cxx.ComponentAccumulator                 INFO ======================= Event 0 =========================
Cxx.ComponentAccumulator                 INFO ======================= Event 1 =========================
Cxx.ComponentAccumulator                 INFO ======================= Event 2 =========================
Cxx.ComponentAccumulator                 INFO ======================= Event 3 =========================
Cxx.ComponentAccumulator                 INFO ======================= Event 4 =========================
Cxx.StoreGate                            INFO Saving StoreGate...
Cxx.StoreGate                            INFO Writing all root objects into the file and delete all decorators
Cxx.StoreGate                            INFO Decorators will no be saved into the root file.
hadd -f Zee.ESD.root Zee.ESD.0.0.root
Module libc not found.
hadd Target file: Zee.ESD.root
hadd compression setting for all output: 101
hadd Source file 1: Zee.ESD.0.0.root
Warning in <TClass::Init>: no dictionary for class xAOD::EventInfo_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::Seed_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::TruthParticle_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::CaloCell_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::CaloDetDescriptor_t is available
hadd Target path: Zee.ESD.root:/
hadd Target path: Zee.ESD.root:/Expert
hadd Target path: Zee.ESD.root:/Expert/Cells
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_PSB_0
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMB1_0
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMB2_0
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMB3_0
hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCal1_0
hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCal2_0
hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCal3_0
hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCalExt1_A_0
hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCalExt2_A_0
hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCalExt3_A_0
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_PSE_A_0
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_A_0
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_A_1
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_A_2
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_A_3
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC2_A_0
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC2_A_1
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC3_A_0
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC3_A_1
hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC1_A_0
hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC1_A_1
hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC2_A_0
hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC2_A_1
hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC3_A_0
hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC3_A_1
hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCalExt1_B_0
hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCalExt2_B_0
hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCalExt3_B_0
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_PSE_B_0
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_B_0
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_B_1
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_B_2
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_B_3
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC2_B_0
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC2_B_1
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC3_B_0
hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC3_B_1
hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC1_B_0
hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC1_B_1
hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC2_B_0
hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC2_B_1
hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC3_B_0
hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC3_B_1
hadd Target path: Zee.ESD.root:/Event

Reconstruction

The reconstruction process is responsible to build all high level variables from the raw detector information (cells) and dump into a ntuple. In the reconstruction step, it is used third step output to feed reco_trf.py script. For instance:

[8]:
!reco_trf.py
Module libc not found.
Usage: reco_trf.py [-l OUTPUT_LEVEL] [-c COMMAND] -i INPUT_FILE -o OUTPUT_FILE
                   [--nov NUMBER_OF_EVENTS] [--events-per-job EVENTS_PER_JOB]
                   [-nt NUMBER_OF_THREADS] [-m] [--overwrite] [--dry-run]
                   [--job-file JOB_FILE]

Options:
  -l, --output-level OUTPUT_LEVEL
                        The output level messenger.
  -c, --command COMMAND
                        The preexec command
  -i, --input-file INPUT_FILE
                        The input file or folder to run the job
  -o, --output-file OUTPUT_FILE
                        The output file.
  --nov, --number-of-events NUMBER_OF_EVENTS
                        The total number of events to run.
  --events-per-job EVENTS_PER_JOB
                        The number of events per job
  -nt, --number-of-threads NUMBER_OF_THREADS
                        The number of threads
  -m, --merge           Merge all files.
  --overwrite           Rerun all jobs.
  --dry-run             Perform a dry run without executing jobs.
  --job-file JOB_FILE   The JSON file used to configure this job automatically
                        by overwritting some arguments.

How to run reconstruction?

[9]:
!reco_trf.py -i Zee.ESD.root -o Zee.AOD.root -nt 5 --events-per-job 1 -m
Module libc not found.
['/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.ESD.root']
Loop over files...: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1/1 [00:00<00:00,  5.88it/s]
[('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.ESD.root',
  'Zee.AOD.0.0.root',
  [0]),
 ('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.ESD.root',
  'Zee.AOD.0.1.root',
  [1]),
 ('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.ESD.root',
  'Zee.AOD.0.2.root',
  [2]),
 ('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.ESD.root',
  'Zee.AOD.0.3.root',
  [3]),
 ('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.ESD.root',
  'Zee.AOD.0.4.root',
  [4])]
Module libc not found.
Module libc not found.
Module libc not found.
Module Module libclibc not found.
 not found.
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Initializing the tool with name ESDReader
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloClusterMaker
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsBuilder
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsBuilder_Fwd
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsMerge
Cxx.ComponentAccumulator                 INFO Initializing the tool with name ElectronBuilder
Cxx.ComponentAccumulator                 INFO Initializing the tool with name RootStreamAODMaker
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Booking histograms for ESDReader
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloClusterMaker
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsBuilder
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsBuilder_Fwd
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsMerge
Cxx.ComponentAccumulator                 INFO Booking histograms for ElectronBuilder
Cxx.ComponentAccumulator                 INFO Booking histograms for RootStreamAODMaker
Cxx.ComponentAccumulator                 INFO ======================= Event 3 =========================
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Initializing the tool with name ESDReader
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloClusterMaker
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsBuilder
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsBuilder_Fwd
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsMerge
Cxx.ComponentAccumulator                 INFO Initializing the tool with name ElectronBuilder
Cxx.ComponentAccumulator                 INFO Initializing the tool with name RootStreamAODMaker
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Booking histograms for ESDReader
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloClusterMaker
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsBuilder
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsBuilder_Fwd
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsMerge
Cxx.ComponentAccumulator                 INFO Booking histograms for ElectronBuilder
Cxx.ComponentAccumulator                 INFO Booking histograms for RootStreamAODMaker
Cxx.ComponentAccumulator                 INFO ======================= Event 0 =========================
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Initializing the tool with name ESDReader
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloClusterMaker
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsBuilder
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsBuilder_Fwd
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsMerge
Cxx.ComponentAccumulator                 INFO Initializing the tool with name ElectronBuilder
Cxx.ComponentAccumulator                 INFO Initializing the tool with name RootStreamAODMaker
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Initializing the tool with name ESDReader
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloClusterMaker
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsBuilder
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsBuilder_Fwd
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsMerge
Cxx.ComponentAccumulator                 INFO Initializing the tool with name ElectronBuilder
Cxx.ComponentAccumulator                 INFO Initializing the tool with name RootStreamAODMaker
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Booking histograms for ESDReader
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloClusterMaker
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsBuilder
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsBuilder_Fwd
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Booking histograms for ESDReader
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsMerge
Cxx.ComponentAccumulator                 INFO Booking histograms for ElectronBuilder
Cxx.ComponentAccumulator                 INFO Booking histograms for RootStreamAODMaker
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloClusterMaker
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsBuilder
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsBuilder_Fwd
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsMerge
Cxx.ComponentAccumulator                 INFO Booking histograms for ElectronBuilder
Cxx.ComponentAccumulator                 INFO Booking histograms for RootStreamAODMaker
Cxx.ComponentAccumulator                 INFO ======================= Event 1 =========================
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Initializing the tool with name ESDReader
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloClusterMaker
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsBuilder
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsBuilder_Fwd
Cxx.ComponentAccumulator                 INFO Initializing the tool with name CaloRingsMerge
Cxx.ComponentAccumulator                 INFO Initializing the tool with name ElectronBuilder
Cxx.ComponentAccumulator                 INFO Initializing the tool with name RootStreamAODMaker
Cxx.ComponentAccumulator                 INFO ======================= Event 4 =========================
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Booking histograms for ESDReader
Cxx.CaloClusterMaker                     INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 70182.9
Cxx.CaloClusterMaker                     INFO Creating one cluster since the center energy is higher than the energy cut
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloClusterMaker
Cxx.CaloClusterMaker                     INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 149589
Cxx.CaloClusterMaker                     INFO Creating one cluster since the center energy is higher than the energy cut
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsBuilder
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsBuilder_Fwd
Cxx.CaloRingsBuilder                     INFO Creating the CaloRings for this cluster...
Cxx.ComponentAccumulator                 INFO Booking histograms for CaloRingsMerge
Cxx.ComponentAccumulator                 INFO Booking histograms for ElectronBuilder
Cxx.ComponentAccumulator                 INFO Booking histograms for RootStreamAODMaker
Cxx.CaloRingsBuilder                     INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsBuilder_Fwd                 INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsBuilder_Fwd                 INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsMerge                       INFO Starting collection merge algorithm...
Cxx.ElectronBuilder                      INFO Cluster eta: 1.2125 phi: 1.7304 et: 39282.1 e: 71873.2
Cxx.ElectronBuilder                      INFO Computing PID (tight) for cluster with eta: 1.2125 phi: 1.7304 et: 39282.1 e: 71873.2
Cxx.ElectronBuilder                      INFO Computing PID (medium) for cluster with eta: 1.2125 phi: 1.7304 et: 39282.1 e: 71873.2
Cxx.ElectronBuilder                      INFO Computing PID (loose) for cluster with eta: 1.2125 phi: 1.7304 et: 39282.1 e: 71873.2
Cxx.ElectronBuilder                      INFO Computing PID (vloose) for cluster with eta: 1.2125 phi: 1.7304 et: 39282.1 e: 71873.2
Cxx.ElectronBuilder                      INFO Cluster eta: 2.1255 phi: -1.4112 et: 37153.1 e: 157835
Cxx.ElectronBuilder                      INFO Computing PID (tight) for cluster with eta: 2.1255 phi: -1.4112 et: 37153.1 e: 157835
Cxx.ElectronBuilder                      INFO Computing PID (medium) for cluster with eta: 2.1255 phi: -1.4112 et: 37153.1 e: 157835
Cxx.ElectronBuilder                      INFO Computing PID (loose) for cluster with eta: 2.1255 phi: -1.4112 et: 37153.1 e: 157835
Cxx.ElectronBuilder                      INFO Computing PID (vloose) for cluster with eta: 2.1255 phi: -1.4112 et: 37153.1 e: 157835
Cxx.ComponentAccumulator                 INFO ======================= Event 2 =========================
Cxx.CaloClusterMaker                     INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 151047
Cxx.CaloClusterMaker                     INFO Creating one cluster since the center energy is higher than the energy cut
Cxx.CaloRingsBuilder                     INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsBuilder_Fwd                 INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsMerge                       INFO Starting collection merge algorithm...
Cxx.ElectronBuilder                      INFO Cluster eta: 2.3755 phi: 1.804 et: 31052 e: 168447
Cxx.ElectronBuilder                      INFO Computing PID (tight) for cluster with eta: 2.3755 phi: 1.804 et: 31052 e: 168447
Cxx.ElectronBuilder                      INFO Computing PID (medium) for cluster with eta: 2.3755 phi: 1.804 et: 31052 e: 168447
Cxx.ElectronBuilder                      INFO Computing PID (loose) for cluster with eta: 2.3755 phi: 1.804 et: 31052 e: 168447
Cxx.ElectronBuilder                      INFO Computing PID (vloose) for cluster with eta: 2.3755 phi: 1.804 et: 31052 e: 168447
Cxx.CaloClusterMaker                     INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 109631
Cxx.CaloClusterMaker                     INFO Creating one cluster since the center energy is higher than the energy cut
Cxx.CaloClusterMaker                     INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 102481
Cxx.CaloClusterMaker                     INFO Creating one cluster since the center energy is higher than the energy cut
Cxx.CaloRingsBuilder                     INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsBuilder                     INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsBuilder_Fwd                 INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsBuilder_Fwd                 INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsMerge                       INFO Starting collection merge algorithm...
Cxx.ElectronBuilder                      INFO Cluster eta: -1.6505 phi: -0.6258 et: 41396.2 e: 111802
Cxx.ElectronBuilder                      INFO Computing PID (tight) for cluster with eta: -1.6505 phi: -0.6258 et: 41396.2 e: 111802
Cxx.ElectronBuilder                      INFO Computing PID (medium) for cluster with eta: -1.6505 phi: -0.6258 et: 41396.2 e: 111802
Cxx.ElectronBuilder                      INFO Computing PID (loose) for cluster with eta: -1.6505 phi: -0.6258 et: 41396.2 e: 111802
Cxx.ElectronBuilder                      INFO Computing PID (vloose) for cluster with eta: -1.6505 phi: -0.6258 et: 41396.2 e: 111802
Cxx.ElectronBuilder                      INFO Cluster eta: -1.5755 phi: 2.4421 et: 42948.8 e: 108232
Cxx.ElectronBuilder                      INFO Computing PID (tight) for cluster with eta: -1.5755 phi: 2.4421 et: 42948.8 e: 108232
Cxx.ElectronBuilder                      INFO Computing PID (medium) for cluster with eta: -1.5755 phi: 2.4421 et: 42948.8 e: 108232
Cxx.ElectronBuilder                      INFO Computing PID (loose) for cluster with eta: -1.5755 phi: 2.4421 et: 42948.8 e: 108232
Cxx.ElectronBuilder                      INFO Computing PID (vloose) for cluster with eta: -1.5755 phi: 2.4421 et: 42948.8 e: 108232
Cxx.StoreGate                            INFO Saving StoreGate...
Cxx.StoreGate                            INFO Writing all root objects into the file and delete all decorators
Cxx.StoreGate                            INFO Decorators will no be saved into the root file.
Cxx.StoreGate                            INFO Saving StoreGate...
Cxx.StoreGate                            INFO Writing all root objects into the file and delete all decorators
Cxx.StoreGate                            INFO Decorators will no be saved into the root file.
Cxx.CaloClusterMaker                     INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 53031.1
Cxx.CaloClusterMaker                     INFO Creating one cluster since the center energy is higher than the energy cut
Cxx.CaloClusterMaker                     INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 84082.4
Cxx.CaloClusterMaker                     INFO Creating one cluster since the center energy is higher than the energy cut
Cxx.CaloRingsBuilder                     INFO Creating the CaloRings for this cluster...
Cxx.CaloClusterMaker                     INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 44751.2
Cxx.CaloClusterMaker                     INFO Creating one cluster since the center energy is higher than the energy cut
Cxx.CaloRingsBuilder                     INFO Creating the CaloRings for this cluster...
Cxx.CaloClusterMaker                     INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 193361
Cxx.CaloClusterMaker                     INFO Creating one cluster since the center energy is higher than the energy cut
Cxx.CaloRingsBuilder_Fwd                 INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsBuilder_Fwd                 INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsMerge                       INFO Starting collection merge algorithm...
Cxx.ElectronBuilder                      INFO Cluster eta: -0.7125 phi: 2.4421 et: 44463.3 e: 56234.9
Cxx.ElectronBuilder                      INFO Computing PID (tight) for cluster with eta: -0.7125 phi: 2.4421 et: 44463.3 e: 56234.9
Cxx.ElectronBuilder                      INFO Computing PID (medium) for cluster with eta: -0.7125 phi: 2.4421 et: 44463.3 e: 56234.9
Cxx.ElectronBuilder                      INFO Computing PID (loose) for cluster with eta: -0.7125 phi: 2.4421 et: 44463.3 e: 56234.9
Cxx.ElectronBuilder                      INFO Computing PID (vloose) for cluster with eta: -0.7125 phi: 2.4421 et: 44463.3 e: 56234.9
Cxx.ElectronBuilder                      INFO Cluster eta: -1.2625 phi: -0.8222 et: 45445.3 e: 86736.6
Cxx.ElectronBuilder                      INFO Computing PID (tight) for cluster with eta: -1.2625 phi: -0.8222 et: 45445.3 e: 86736.6
Cxx.ElectronBuilder                      INFO Computing PID (medium) for cluster with eta: -1.2625 phi: -0.8222 et: 45445.3 e: 86736.6
Cxx.ElectronBuilder                      INFO Computing PID (loose) for cluster with eta: -1.2625 phi: -0.8222 et: 45445.3 e: 86736.6
Cxx.ElectronBuilder                      INFO Computing PID (vloose) for cluster with eta: -1.2625 phi: -0.8222 et: 45445.3 e: 86736.6
Cxx.CaloRingsBuilder                     INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsBuilder                     INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsBuilder_Fwd                 INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsBuilder_Fwd                 INFO Creating the CaloRings for this cluster...
Cxx.CaloRingsMerge                       INFO Starting collection merge algorithm...
Cxx.ElectronBuilder                      INFO Cluster eta: 1.0125 phi: 2.8348 et: 32190.2 e: 50148.9
Cxx.ElectronBuilder                      INFO Computing PID (tight) for cluster with eta: 1.0125 phi: 2.8348 et: 32190.2 e: 50148.9
Cxx.ElectronBuilder                      INFO Computing PID (medium) for cluster with eta: 1.0125 phi: 2.8348 et: 32190.2 e: 50148.9
Cxx.ElectronBuilder                      INFO Computing PID (loose) for cluster with eta: 1.0125 phi: 2.8348 et: 32190.2 e: 50148.9
Cxx.ElectronBuilder                      INFO Computing PID (vloose) for cluster with eta: 1.0125 phi: 2.8348 et: 32190.2 e: 50148.9
Cxx.ElectronBuilder                      INFO Cluster eta: 2.3505 phi: -0.2331 et: 39677.6 e: 210016
Cxx.ElectronBuilder                      INFO Computing PID (tight) for cluster with eta: 2.3505 phi: -0.2331 et: 39677.6 e: 210016
Cxx.ElectronBuilder                      INFO Computing PID (medium) for cluster with eta: 2.3505 phi: -0.2331 et: 39677.6 e: 210016
Cxx.ElectronBuilder                      INFO Computing PID (loose) for cluster with eta: 2.3505 phi: -0.2331 et: 39677.6 e: 210016
Cxx.ElectronBuilder                      INFO Computing PID (vloose) for cluster with eta: 2.3505 phi: -0.2331 et: 39677.6 e: 210016
Cxx.StoreGate                            INFO Saving StoreGate...
Cxx.StoreGate                            INFO Writing all root objects into the file and delete all decorators
Cxx.StoreGate                            INFO Decorators will no be saved into the root file.
Cxx.StoreGate                            INFO Saving StoreGate...
Cxx.StoreGate                            INFO Writing all root objects into the file and delete all decorators
Cxx.StoreGate                            INFO Decorators will no be saved into the root file.
Cxx.StoreGate                            INFO Saving StoreGate...
Cxx.StoreGate                            INFO Writing all root objects into the file and delete all decorators
Cxx.StoreGate                            INFO Decorators will no be saved into the root file.
hadd -f Zee.AOD.root Zee.AOD.0.0.root Zee.AOD.0.1.root Zee.AOD.0.2.root Zee.AOD.0.3.root Zee.AOD.0.4.root
Module libc not found.
hadd Target file: Zee.AOD.root
hadd compression setting for all output: 101
hadd Source file 1: Zee.AOD.0.0.root
Warning in <TClass::Init>: no dictionary for class xAOD::EventInfo_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::Seed_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::TruthParticle_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::CaloRings_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::CaloCluster_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::Electron_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::CaloCell_t is available
Warning in <TClass::Init>: no dictionary for class xAOD::CaloDetDescriptor_t is available
hadd Source file 2: Zee.AOD.0.1.root
hadd Source file 3: Zee.AOD.0.2.root
hadd Source file 4: Zee.AOD.0.3.root
hadd Source file 5: Zee.AOD.0.4.root
hadd Target path: Zee.AOD.root:/
hadd Target path: Zee.AOD.root:/Expert
hadd Target path: Zee.AOD.root:/Expert/Clusters
hadd Target path: Zee.AOD.root:/Expert/Rings
hadd Target path: Zee.AOD.root:/Expert/Rings_Fwd
hadd Target path: Zee.AOD.root:/Event
Warning in <StatusCode>:
Warning in <StatusCode>: Unchecked status codes encountered during the job
Warning in <StatusCode>: Number of unchecked successes: 1
Warning in <StatusCode>: To fail on an unchecked code, call StatusCode::enableFailure() at the job's start
Warning in <StatusCode>:
Warning in <StatusCode>:
Warning in <StatusCode>: Unchecked status codes encountered during the job
Warning in <StatusCode>: Number of unchecked successes: 2
Warning in <StatusCode>: To fail on an unchecked code, call StatusCode::enableFailure() at the job's start
Warning in <StatusCode>:
Warning in <StatusCode>:
Warning in <StatusCode>: Unchecked status codes encountered during the job
Warning in <StatusCode>: Number of unchecked successes: 2
Warning in <StatusCode>: To fail on an unchecked code, call StatusCode::enableFailure() at the job's start
Warning in <StatusCode>:
Warning in <StatusCode>:
Warning in <StatusCode>: Unchecked status codes encountered during the job
Warning in <StatusCode>: Number of unchecked successes: 2
Warning in <StatusCode>: To fail on an unchecked code, call StatusCode::enableFailure() at the job's start
Warning in <StatusCode>:
Warning in <StatusCode>:
Warning in <StatusCode>: Unchecked status codes encountered during the job
Warning in <StatusCode>: Number of unchecked successes: 2
Warning in <StatusCode>: To fail on an unchecked code, call StatusCode::enableFailure() at the job's start
Warning in <StatusCode>:

Ntuple

Finally, the last step is responsible to dump all the event information into a ntuple root format.

[5]:
!ntuple_trf.py
Module libc not found.
Usage: ntuple_trf.py [-l OUTPUT_LEVEL] -i INPUT_FILE -o OUTPUT_FILE
                     [--nov NUMBER_OF_EVENTS]
                     [--events-per-job EVENTS_PER_JOB] [-nt NUMBER_OF_THREADS]
                     [-m] [--overwrite] [--dry-run] [--job-file JOB_FILE]

Options:
  -l, --output-level OUTPUT_LEVEL
                        The output level messenger.
  -i, --input-file INPUT_FILE
                        The input file or folder to run the job
  -o, --output-file OUTPUT_FILE
                        The output file.
  --nov, --number-of-events NUMBER_OF_EVENTS
                        The total number of events to run.
  --events-per-job EVENTS_PER_JOB
                        The number of events per job
  -nt, --number-of-threads NUMBER_OF_THREADS
                        The number of threads
  -m, --merge           Merge all files.
  --overwrite           Rerun all jobs.
  --dry-run             Perform a dry run without executing jobs.
  --job-file JOB_FILE   The JSON file used to configure this job automatically
                        by overwritting some arguments.

How to run ntuple?

[6]:
!ntuple_trf.py -i Zee.AOD.root -o Zee.NTUPLE.root
Module libc not found.
['/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.AOD.root']
Loop over files...: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1/1 [00:00<00:00,  5.79it/s]
[('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.AOD.root',
  'Zee.NTUPLE.0.0.root',
  [0, 1, 2, 3, 4])]
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Initializing the tool with name AODReader
Cxx.ComponentAccumulator                 INFO Initializing the tool with name NtupleMaker
Cxx.ComponentAccumulator                 INFO Initialize...
Cxx.ComponentAccumulator                 INFO Booking histograms for AODReader
Cxx.ComponentAccumulator                 INFO Booking histograms for NtupleMaker
Cxx.NtupleMaker                          INFO Booking ttree...
Cxx.ComponentAccumulator                 INFO ======================= Event 0 =========================
Cxx.NtupleMaker                          INFO fill ttree...
Cxx.NtupleMaker                          INFO Link all branches...0x556af350c970
Cxx.NtupleMaker                          INFO Cluster energy: 114370
Cxx.NtupleMaker                          INFO Found mc particle with PDGID: 11
Cxx.NtupleMaker                          INFO Cluster energy: 107573
Cxx.NtupleMaker                          INFO Found mc particle with PDGID: -11
Cxx.ComponentAccumulator                 INFO ======================= Event 1 =========================
Cxx.NtupleMaker                          INFO fill ttree...
Cxx.NtupleMaker                          INFO Link all branches...0x556af350c970
Cxx.NtupleMaker                          INFO Cluster energy: 56995
Cxx.NtupleMaker                          INFO Found mc particle with PDGID: 11
Cxx.NtupleMaker                          INFO Cluster energy: 87722.2
Cxx.NtupleMaker                          INFO Found mc particle with PDGID: -11
Cxx.ComponentAccumulator                 INFO ======================= Event 2 =========================
Cxx.NtupleMaker                          INFO fill ttree...
Cxx.NtupleMaker                          INFO Link all branches...0x556af350c970
Cxx.NtupleMaker                          INFO Cluster energy: 48748
Cxx.NtupleMaker                          INFO Found mc particle with PDGID: 11
Cxx.NtupleMaker                          INFO Cluster energy: 207674
Cxx.NtupleMaker                          INFO Found mc particle with PDGID: -11
Cxx.ComponentAccumulator                 INFO ======================= Event 3 =========================
Cxx.NtupleMaker                          INFO fill ttree...
Cxx.NtupleMaker                          INFO Link all branches...0x556af350c970
Cxx.NtupleMaker                          INFO Cluster energy: 74116.5
Cxx.NtupleMaker                          INFO Found mc particle with PDGID: 11
Cxx.NtupleMaker                          INFO Cluster energy: 158006
Cxx.NtupleMaker                          INFO Found mc particle with PDGID: -11
Cxx.ComponentAccumulator                 INFO ======================= Event 4 =========================
Cxx.NtupleMaker                          INFO fill ttree...
Cxx.NtupleMaker                          INFO Link all branches...0x556af350c970
Cxx.NtupleMaker                          INFO Cluster energy: 168425
Cxx.NtupleMaker                          INFO Found mc particle with PDGID: -11
Cxx.StoreGate                            INFO Saving StoreGate...
Cxx.StoreGate                            INFO Writing all root objects into the file and delete all decorators
Cxx.StoreGate                            INFO Decorators will no be saved into the root file.
hadd -f Zee.NTUPLE.root Zee.NTUPLE.0.0.root
Module libc not found.
hadd Target file: Zee.NTUPLE.root
hadd compression setting for all output: 101
hadd Source file 1: Zee.NTUPLE.0.0.root
hadd Target path: Zee.NTUPLE.root:/
hadd Target path: Zee.NTUPLE.root:/Event
[ ]: