{ "cells": [ { "cell_type": "markdown", "id": "55dbcbd8-98cc-4c67-b587-bd34d22bad28", "metadata": {}, "source": [ "# Tutorial 101:\n", "\n", "This tutorial is about how to simulate and reconstruct events end-to-end in lorenzetti framework.\n", "\n", "## Table of Contents:\n", "\n", "* [Generation](#generation)\n", "* [Simulation](#simulation)\n", "* [Digitalization](#Digitalization)\n", "* [Reconstruction](#Reconstruction)\n", "* [Ntuple](#Ntuple)\n" ] }, { "cell_type": "markdown", "id": "51a0adec-047b-486f-8086-f735b4b1fbf8", "metadata": {}, "source": [ "\n", "## How to generate events?\n", "\n", "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.\n", "\n", "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.\n", "\n", "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.\n", "\n", "### How to create $Z\\rightarrow ee$ events?\n", "\n", "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. \n", "\n", "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." ] }, { "cell_type": "code", "execution_count": 1, "id": "ea2367f0-32e7-45d4-96bc-c38b7f124346", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Module libc not found.\n", "\u001b[1;32mUsage:\u001b[0m \u001b[1;38;5;244mgen_zee.py\u001b[0m [\u001b[32m--run-number\u001b[0m \u001b[34mRUN_NUMBER\u001b[0m] [\u001b[32m--output-level\u001b[0m \u001b[34mOUTPUT_LEVEL\u001b[0m]\n", " [\u001b[32m--eta-max\u001b[0m \u001b[34mETA_MAX\u001b[0m] [\u001b[32m--force-forward-electron\u001b[0m]\n", " [\u001b[32m--zero-vertex-particles\u001b[0m] [\u001b[32m--zee-file\u001b[0m \u001b[34mZEE_FILE\u001b[0m]\n", " [\u001b[32m-e\u001b[0m \u001b[34mEVENT_NUMBERS\u001b[0m] \u001b[32m-o\u001b[0m \u001b[34mOUTPUT_FILE\u001b[0m [\u001b[32m-s\u001b[0m \u001b[34mSEED\u001b[0m]\n", " [\u001b[32m--nov\u001b[0m \u001b[34mNUMBER_OF_EVENTS\u001b[0m] [\u001b[32m--events-per-job\u001b[0m \u001b[34mEVENTS_PER_JOB\u001b[0m]\n", " [\u001b[32m-nt\u001b[0m \u001b[34mNUMBER_OF_THREADS\u001b[0m] [\u001b[32m-m\u001b[0m] [\u001b[32m--overwrite\u001b[0m] [\u001b[32m--dry-run\u001b[0m]\n", " [\u001b[32m--job-file\u001b[0m \u001b[34mJOB_FILE\u001b[0m]\n", "\n", "\u001b[1;32mOptions:\u001b[0m\n", " \u001b[32m--run-number\u001b[0m \u001b[34mRUN_NUMBER\u001b[0m\n", " \u001b[38;5;244mThe run number.\u001b[0m\n", " \u001b[32m--output-level\u001b[0m \u001b[34mOUTPUT_LEVEL\u001b[0m\n", " \u001b[38;5;244mThe output level messenger.\u001b[0m\n", " \u001b[32m--eta-max\u001b[0m \u001b[34mETA_MAX\u001b[0m \u001b[38;5;244mThe eta max used in generator.\u001b[0m\n", " \u001b[32m--force-forward-electron\u001b[0m\n", " \u001b[38;5;244mForce at least one electron into forward region.\u001b[0m\n", " \u001b[32m--zero-vertex-particles\u001b[0m\n", " \u001b[38;5;244mFix the z vertex position in simulation to zero for\u001b[0m\n", " \u001b[38;5;244mall selected particles. It is applied only at G4 step,\u001b[0m\n", " \u001b[38;5;244mnot in generation.\u001b[0m\n", " \u001b[32m--zee-file\u001b[0m \u001b[34mZEE_FILE\u001b[0m \u001b[38;5;244mThe pythia zee file configuration.\u001b[0m\n", " \u001b[32m-e\u001b[0m, \u001b[32m--event-numbers\u001b[0m \u001b[34mEVENT_NUMBERS\u001b[0m\n", " \u001b[38;5;244mThe event number list separated by ','. e.g.\u001b[0m\n", " \u001b[32m--event-numbers\u001b[0m\u001b[38;5;244m '0,1,2,3'\u001b[0m\n", " \u001b[32m-o\u001b[0m, \u001b[32m--output-file\u001b[0m \u001b[34mOUTPUT_FILE\u001b[0m\n", " \u001b[38;5;244mThe output file.\u001b[0m\n", " \u001b[32m-s\u001b[0m, \u001b[32m--seed\u001b[0m \u001b[34mSEED\u001b[0m \u001b[38;5;244mThe pythia seed (zero is the clock system)\u001b[0m\n", " \u001b[32m--nov\u001b[0m, \u001b[32m--number-of-events\u001b[0m \u001b[34mNUMBER_OF_EVENTS\u001b[0m\n", " \u001b[38;5;244mThe total number of events to run.\u001b[0m\n", " \u001b[32m--events-per-job\u001b[0m \u001b[34mEVENTS_PER_JOB\u001b[0m\n", " \u001b[38;5;244mThe number of events per job\u001b[0m\n", " \u001b[32m-nt\u001b[0m, \u001b[32m--number-of-threads\u001b[0m \u001b[34mNUMBER_OF_THREADS\u001b[0m\n", " \u001b[38;5;244mThe number of threads\u001b[0m\n", " \u001b[32m-m\u001b[0m, \u001b[32m--merge\u001b[0m \u001b[38;5;244mMerge all files.\u001b[0m\n", " \u001b[32m--overwrite\u001b[0m \u001b[38;5;244mRerun all jobs.\u001b[0m\n", " \u001b[32m--dry-run\u001b[0m \u001b[38;5;244mPerform a dry run without executing jobs.\u001b[0m\n", " \u001b[32m--job-file\u001b[0m \u001b[34mJOB_FILE\u001b[0m \u001b[38;5;244mThe JSON file used to configure this job automatically\u001b[0m\n", " \u001b[38;5;244mby overwritting some arguments.\u001b[0m\n" ] } ], "source": [ "!gen_zee.py" ] }, { "cell_type": "code", "execution_count": 2, "id": "09f2a819-5336-4bee-9caa-05b84cc7a1c3", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true } }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Module libc not found.\n", "{'Zee.EVT.0.root': {'evt': [0, 1, 2, 3, 4], 'seed': 413654000}}\n", "{'eta_max': 3.2,\n", " 'force_forward_electron': False,\n", " 'logging_level': 'INFO',\n", " 'run_number': 0,\n", " 'zee_file': '/home/joao.pinto/git_repos/lorenzetti/build/data/evtgen/zee_config.cmnd',\n", " 'zero_vertex_particles': False}\n", "\n", " *------------------------------------------------------------------------------------* \n", " | | \n", " | *------------------------------------------------------------------------------* | \n", " | | | | \n", " | | | | \n", " | | PPP Y Y TTTTT H H III A Welcome to the Lund Monte Carlo! | | \n", " | | P P Y Y T H H I A A This is PYTHIA version 8.313 | | \n", " | | PPP Y T HHHHH I AAAAA Last date of change: 10 Jan 2025 | | \n", " | | P Y T H H I A A | | \n", " | | P Y T H H III A A Now is 04 Dec 2025 at 13:26:17 | | \n", " | | | | \n", " | | Program documentation and an archive of historic versions is found on: | | \n", " | | | | \n", " | | https://pythia.org/ | | \n", " | | | | \n", " | | PYTHIA is authored by a collaboration consisting of: | | \n", " | | | | \n", " | | Javira Altmann, Christian Bierlich, Naomi Cooke, Nishita Desai, | | \n", " | | Ilkka Helenius, Philip Ilten, Leif Lonnblad, Stephen Mrenna, | | \n", " | | Christian Preuss, Torbjorn Sjostrand, and Peter Skands. | | \n", " | | | | \n", " | | The complete list of authors, including contact information and | | \n", " | | affiliations, can be found on https://pythia.org/. | | \n", " | | Problems or bugs should be reported on email at authors@pythia.org. | | \n", " | | | | \n", " | | The main program reference is C. Bierlich et al, | | \n", " | | 'A comprehensive guide to the physics and usage of Pythia 8.3', | | \n", " | | SciPost Phys. Codebases 8-r8.3 (2022) [arXiv:2203.11601 [hep-ph]] | | \n", " | | | | \n", " | | PYTHIA is released under the GNU General Public Licence version 2 | | \n", " | | or later. Please respect the MCnet Guidelines for Generator Authors | | \n", " | | and Users. | | \n", " | | | | \n", " | | Disclaimer: this program comes without any guarantees. | | \n", " | | Beware of errors and use common sense when interpreting results. | | \n", " | | | | \n", " | | Copyright (C) 2025 Torbjorn Sjostrand | | \n", " | | | | \n", " | | | | \n", " | *------------------------------------------------------------------------------* | \n", " | | \n", " *------------------------------------------------------------------------------------* \n", "\n", "\u001b[0mCxx.EventTape INFO Initialize generator...\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Initialize Pythia8 generator with seed 413654000...\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Reading configuration from: /home/joao.pinto/git_repos/lorenzetti/build/data/evtgen/zee_config.cmnd\u001b[0m\n", "\n", " *------- PYTHIA Process Initialization --------------------------*\n", " | |\n", " | We collide p+ with p+ at a CM energy of 1.400e+04 GeV |\n", " | |\n", " |------------------------------------------------------------------|\n", " | | |\n", " | Subprocess Code | Estimated |\n", " | | max (mb) |\n", " | | |\n", " |------------------------------------------------------------------|\n", " | | |\n", " | q qbar -> gamma*/Z0 g 241 | 6.339e-06 |\n", " | q g-> gamma*/Z0 q 242 | 2.956e-06 |\n", " | |\n", " *------- End PYTHIA Process Initialization -----------------------*\n", "\n", " *------- PYTHIA Multiparton Interactions Initialization ---------* \n", " | | \n", " | sigmaNonDiffractive = 57.17 mb | \n", " | | \n", " | pT0 = 2.65 gives sigmaInteraction = 327.46 mb: accepted | \n", " | | \n", " *------- End PYTHIA Multiparton Interactions Initialization -----* \n", "\n", " *------- PYTHIA Flag + Mode + Parm + Word + FVec + MVec + PVec + WVec Settings (changes only) ------------------* \n", " | | \n", " | Name | Now | Default Min Max | \n", " | | | | \n", " | Main:numberOfEvents | 100 | 1000 0 | \n", " | Main:timesAllowErrors | 3 | 10 0 | \n", " | Next:numberCount | 10 | 1000 0 | \n", " | Next:numberShowEvent | 0 | 1 0 | \n", " | Next:numberShowProcess | 0 | 1 0 | \n", " | PhaseSpace:mHatMax | 120.00000 | -1.00000 | \n", " | PhaseSpace:mHatMin | 75.00000 | 4.00000 0.0 | \n", " | Random:seed | 413654000 | -1 900000000 | \n", " | Random:setSeed | on | off | \n", " | WeakBosonAndParton:qg2gmZq | on | off | \n", " | WeakBosonAndParton:qqbar2gmZg | on | off | \n", " | WeakZ0:gmZmode | 2 | 0 0 2 | \n", " | | \n", " *------- End PYTHIA Flag + Mode + Parm + Word + FVec + MVec + PVec + WVec Settings -----------------------------* \n", "\n", " -------- PYTHIA Particle Data Table (changed only) ------------------------------------------------------------------------------\n", " \n", " id name antiName spn chg col m0 mWidth mMin mMax tau0 res dec ext vis wid\n", " no onMode bRatio meMode products \n", "\n", " 23 Z0 3 0 0 91.18760 2.50419 10.00000 0.00000 7.87987e-14 1 1 0 0 0\n", " 0 0 0.1540492 0 1 -1 \n", " 1 0 0.1194935 0 2 -2 \n", " 2 0 0.1540386 0 3 -3 \n", " 3 0 0.1193325 0 4 -4 \n", " 4 0 0.1523269 0 5 -5 \n", " 5 1 0.0335480 0 11 -11 \n", " 6 0 0.0667305 0 12 -12 \n", " 7 0 0.0335477 0 13 -13 \n", " 8 0 0.0667305 0 14 -14 \n", " 9 0 0.0334720 0 15 -15 \n", " 10 0 0.0667305 0 16 -16 \n", "\n", " -------- End PYTHIA Particle Data Table -----------------------------------------------------------------------------------------\n", "\n", "\u001b[0mCxx.EventTape INFO Running event 0 with eventNumber 0\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\n", " -------- PYTHIA Info Listing ---------------------------------------- \n", " \n", " Beam A: id = 2212, pz = 7.000e+03, e = 7.000e+03, m = 9.383e-01.\n", " Beam B: id = 2212, pz = -7.000e+03, e = 7.000e+03, m = 9.383e-01.\n", "\n", " In 1: id = -1, x = 4.076e-02, pdf = 2.085e-01 at Q2 = 2.841e+01.\n", " In 2: id = 1, x = 1.712e-03, pdf = 6.799e-01 at same Q2.\n", "\n", " Subprocess q qbar -> gamma*/Z0 g with code 241 is 2 -> 2.\n", " It has sHat = 1.368e+04, tHat = -5.976e+01, uHat = -6.502e+03,\n", " pTHat = 5.330e+00, m3Hat = 8.436e+01, m4Hat = 0.000e+00,\n", " thetaHat = 1.912e-01, phiHat = 3.378e+00.\n", " alphaEM = 7.690e-03, alphaS = 1.691e-01 at Q2 = 4.505e+02.\n", "\n", " Impact parameter b = 2.422e-01 gives enhancement factor = 3.659e+00.\n", " Max pT scale for MPI = 1.400e+04, ISR = 5.330e+00, FSR = 5.330e+00.\n", " Number of MPI = 14, ISR = 32, FSRproc = 114, FSRreson = 1.\n", "\n", " -------- End PYTHIA Info Listing ------------------------------------\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 0 with eventNumber 0\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 0 with eventNumber 0\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 0 with eventNumber 0\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 0 with eventNumber 0\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[0mCxx.Zee INFO Filling Zee events into the context...\u001b[0m\n", "\u001b[0mCxx.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.\u001b[0m\n", "\u001b[0mCxx.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.\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 1 with eventNumber 1\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 1 with eventNumber 1\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 1 with eventNumber 1\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 1 with eventNumber 1\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 1 with eventNumber 1\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 1 with eventNumber 1\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\n", " Pythia::next(): 10 events have been generated \n", "\u001b[0mCxx.Zee INFO Filling Zee events into the context...\u001b[0m\n", "\u001b[0mCxx.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.\u001b[0m\n", "\u001b[0mCxx.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.\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 2 with eventNumber 2\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[0mCxx.Zee INFO Filling Zee events into the context...\u001b[0m\n", "\u001b[0mCxx.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.\u001b[0m\n", "\u001b[0mCxx.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.\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 3 with eventNumber 3\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 3 with eventNumber 3\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 3 with eventNumber 3\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 3 with eventNumber 3\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 3 with eventNumber 3\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 3 with eventNumber 3\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[0mCxx.Zee INFO Filling Zee events into the context...\u001b[0m\n", "\u001b[0mCxx.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.\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 4 with eventNumber 4\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 4 with eventNumber 4\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 4 with eventNumber 4\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\n", " Pythia::next(): 20 events have been generated \n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 4 with eventNumber 4\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[36mCxx.Zee DEBUG There is not Zee event inside of this event\u001b[0m\n", "\u001b[33mCxx.EventTape WARNING Ignoring non interesting event, regenerating...\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Running event 4 with eventNumber 4\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Pythia8::next()...\u001b[0m\n", "\u001b[0mCxx.Zee INFO Filling Zee events into the context...\u001b[0m\n", "\u001b[0mCxx.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.\u001b[0m\n", "\u001b[0mCxx.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.\u001b[0m\n", "\u001b[0mCxx.EventTape INFO Finalize the Event generator.\u001b[0m\n", "\u001b[0mCxx.Zee INFO Finalize the Zee Event.\u001b[0m\n", "\u001b[0mCxx.Pythia8 INFO Finalize the Pythia8 Event.\u001b[0m\n", "\n", " *------- PYTHIA Event and Cross Section Statistics -------------------------------------------------------------*\n", " | |\n", " | Subprocess Code | Number of events | sigma +- delta |\n", " | | Tried Selected Accepted | (estimated) (mb) |\n", " | | | |\n", " |-----------------------------------------------------------------------------------------------------------------|\n", " | | | |\n", " | q qbar -> gamma*/Z0 g 241 | 142 19 19 | 7.878e-07 8.608e-08 |\n", " | q g-> gamma*/Z0 q 242 | 52 4 4 | 3.723e-07 7.260e-08 |\n", " | | | |\n", " | sum | 194 23 23 | 1.160e-06 1.126e-07 |\n", " | |\n", " *------- End PYTHIA Event and Cross Section Statistics ----------------------------------------------------------*\n", "\n", " *------- PYTHIA Error and Warning Messages Statistics ----------------------------------------------------------* \n", " | | \n", " | times message | \n", " | | \n", " | 0 no errors or warnings to report | \n", " | | \n", " *------- End PYTHIA Error and Warning Messages Statistics ------------------------------------------------------* \n", "\u001b[0mCxx.StoreGate INFO Saving StoreGate...\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Writing all root objects into the file and delete all decorators\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Decorators will no be saved into the root file.\u001b[0m\n", "hadd -f Zee.EVT.root Zee.EVT.0.root\n", "Module libc not found.\n", "hadd Target file: Zee.EVT.root\n", "hadd compression setting for all output: 101\n", "hadd Source file 1: Zee.EVT.0.root\n", "hadd Target path: Zee.EVT.root:/\n", "Warning in :\n", "Warning in : Unchecked status codes encountered during the job\n", "Warning in : Number of unchecked successes: 3\n", "Warning in : To fail on an unchecked code, call StatusCode::enableFailure() at the job's start\n", "Warning in :\n" ] } ], "source": [ "!gen_zee.py -o Zee.EVT.root --nov 5 --events-per-job 5 -nt 1" ] }, { "cell_type": "markdown", "id": "c67d52a9-5a6e-49fb-822d-8ba0ac9bf785", "metadata": {}, "source": [ "# Geant4 Simulation\n", "\n", "\n", "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.\n", "\n", "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." ] }, { "cell_type": "code", "execution_count": 3, "id": "9ca62211-a735-451f-a404-e119a5e0dd8c", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Module libc not found.\n", "\u001b[1;32mUsage:\u001b[0m \u001b[1;38;5;244msimu_trf.py\u001b[0m \u001b[32m-i\u001b[0m \u001b[34mINPUT_FILE\u001b[0m \u001b[32m-o\u001b[0m \u001b[34mOUTPUT_FILE\u001b[0m [\u001b[32m--nov\u001b[0m \u001b[34mNUMBER_OF_EVENTS\u001b[0m]\n", " [\u001b[32m-nt\u001b[0m \u001b[34mNUMBER_OF_THREADS\u001b[0m] [\u001b[32m--enable-magnetic-field\u001b[0m]\n", " [\u001b[32m-t\u001b[0m \u001b[34mTIMEOUT\u001b[0m] [\u001b[32m-l\u001b[0m \u001b[34mOUTPUT_LEVEL\u001b[0m] [\u001b[32m--pre-init\u001b[0m \u001b[34mPRE_INIT\u001b[0m]\n", " [\u001b[32m--pre-exec\u001b[0m \u001b[34mPRE_EXEC\u001b[0m] [\u001b[32m--post-exec\u001b[0m \u001b[34mPOST_EXEC\u001b[0m]\n", " [\u001b[32m--save-all-hits\u001b[0m] [\u001b[32m--dry-run\u001b[0m] [\u001b[32m--job-file\u001b[0m \u001b[34mJOB_FILE\u001b[0m]\n", "\n", "\u001b[1;32mOptions:\u001b[0m\n", " \u001b[32m-i\u001b[0m, \u001b[32m--input-file\u001b[0m \u001b[34mINPUT_FILE\u001b[0m\n", " \u001b[38;5;244mThe input file or folder to run the job\u001b[0m\n", " \u001b[32m-o\u001b[0m, \u001b[32m--output-file\u001b[0m \u001b[34mOUTPUT_FILE\u001b[0m\n", " \u001b[38;5;244mThe output file.\u001b[0m\n", " \u001b[32m--nov\u001b[0m, \u001b[32m--number-of-events\u001b[0m \u001b[34mNUMBER_OF_EVENTS\u001b[0m\n", " \u001b[38;5;244mThe total number of events to run.\u001b[0m\n", " \u001b[32m-nt\u001b[0m, \u001b[32m--number-of-threads\u001b[0m \u001b[34mNUMBER_OF_THREADS\u001b[0m\n", " \u001b[38;5;244mThe number of threads\u001b[0m\n", " \u001b[32m--enable-magnetic-field\u001b[0m\n", " \u001b[38;5;244mEnable the magnetic field.\u001b[0m\n", " \u001b[32m-t\u001b[0m, \u001b[32m--timeout\u001b[0m \u001b[34mTIMEOUT\u001b[0m\n", " \u001b[38;5;244mEvent timeout in minutes\u001b[0m\n", " \u001b[32m-l\u001b[0m, \u001b[32m--output-level\u001b[0m \u001b[34mOUTPUT_LEVEL\u001b[0m\n", " \u001b[38;5;244mThe output level messenger.\u001b[0m\n", " \u001b[32m--pre-init\u001b[0m \u001b[34mPRE_INIT\u001b[0m \u001b[38;5;244mThe preinit command\u001b[0m\n", " \u001b[32m--pre-exec\u001b[0m \u001b[34mPRE_EXEC\u001b[0m \u001b[38;5;244mThe preexec command\u001b[0m\n", " \u001b[32m--post-exec\u001b[0m \u001b[34mPOST_EXEC\u001b[0m\n", " \u001b[38;5;244mThe postexec command\u001b[0m\n", " \u001b[32m--save-all-hits\u001b[0m \u001b[38;5;244mSave all hits into the output file.\u001b[0m\n", " \u001b[32m--dry-run\u001b[0m \u001b[38;5;244mRun the script without executing the main logic.\u001b[0m\n", " \u001b[32m--job-file\u001b[0m \u001b[34mJOB_FILE\u001b[0m \u001b[38;5;244mThe JSON file used to configure this job automatically\u001b[0m\n", " \u001b[38;5;244mby overwritting some arguments.\u001b[0m\n" ] } ], "source": [ "!simu_trf.py" ] }, { "cell_type": "markdown", "id": "99985ca1-4f1d-4394-bf21-55f1fcc872b1", "metadata": {}, "source": [ "## How to run simulation?" ] }, { "cell_type": "code", "execution_count": 4, "id": "0a3a3a18-eb5c-443a-9899-9e771e8baf80", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true }, "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Module libc not found.\n", "input file: Zee.EVT.root\n", "output file: Zee.HIT.root\n", "number of threads: 5\n", "\u001b[0mCxx.ComponentAccumulator INFO Run manager was created.\u001b[0m\n", "Compiling...: 100%|█████████████████| 34/34 [00:00<00:00, 3414.41it/s]\n", "\u001b[mPy.CaloHitBuilder INFO Configure CaloHitBuilder.\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_PSB collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMB1 collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMB2 collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMB3 collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_TileCal1 collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_TileCal2 collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_TileCal3 collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_TileExt1_A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_TileExt2_A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_TileExt3_A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_PSE_A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_0A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_1A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_2A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_3A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC2_0A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC2_1A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC3_0A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC3_1A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_HEC1_0A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_HEC1_1A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_HEC2_0A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_HEC2_1A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_HEC3_0A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_HEC3_1A collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_TileExt1_B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_TileExt2_B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_TileExt3_B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_PSE_B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_0B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_1B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_2B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC1_3B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC2_0B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC2_1B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC3_0B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_EMEC3_1B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_HEC1_0B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_HEC1_1B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_HEC2_0B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_HEC2_1B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_HEC3_0B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create new CaloHitMaker and dump all hits into Collection_HEC3_1B collection\u001b[0m\n", "\u001b[mPy.CaloHitBuilder INFO Create CaloHitMerge and dump all hit collections into Hits container\u001b[0m\n", " __ _ _ _ \n", " / / ___ _ __ ___ _ __ _______| |_| |_(_) \n", " / / / _ \\| '__/ _ \\ '_ \\|_ / _ \\ __| __| | \n", " / /__| (_) | | | __/ | | |/ / __/ |_| |_| | \n", " \\____/\\___/|_| \\___|_| |_/___\\___|\\__|\\__|_| \n", "\n", "Empowering Physics Performance and Analysis with Low-level Calorimetry Data.\n", "\n", "Universidade Federal do Rio de Janeiro (UFRJ/COPPE), Brazil\n", "Using Gaugi as core...\n", "Using Geant4 as simulator layer...\n", "Power up...\n", "\u001b[0mCxx.ComponentAccumulator INFO Create the random generator...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO set seed as 512\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Building the manager+...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Create MT Manager...\u001b[0m\n", "\n", "**************************************************************\n", " Geant4 version Name: geant4-11-02-patch-02 [MT] (21-June-2024)\n", " << in Multi-threaded mode >> \n", " Copyright : Geant4 Collaboration\n", " References : NIM A 506 (2003), 250-303\n", " : IEEE-TNS 53 (2006), 270-278\n", " : NIM A 835 (2016), 186-225\n", " WWW : http://geant4.org/\n", "**************************************************************\n", "\n", "\u001b[0mCxx.ComponentAccumulator INFO Create MT Manager... done\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Create MT Manager with 5 threads...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Create MT Manager with 5 threads... done\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Building the detector...\u001b[0m\n", "<<< Geant4 Physics List simulation engine: FTFP_BERT\n", "\n", "\u001b[0mCxx.ComponentAccumulator INFO Creating the action initalizer...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Zee.HIT.root\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMaker\u001b[0m\n", "\u001b[0mCxx.CaloHitMaker INFO 1 Initialize...3\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name CaloHitMerge\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO Initializing the tool with name RootStreamHITMaker\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Input Event Key: Events\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Input Truth Key: Particles\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Input Hits Key: Hits\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Input Seeds Key: Seeds\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Output Event Key: Events\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Output Truth Key: Particles\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Output Hits Key: Hits\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Output Seeds Key: Seeds\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Output Level: 3\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Ntuple Name: CollectionTree\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Only RoI: true\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Eta Window: 0.4\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Phi Window: 0.4\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO Keep Cells: false\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Creating the vis executive...\u001b[0m\n", "Visualization Manager instantiating with verbosity \"warnings (3)\"...\n", "Visualization Manager initialising...\n", "Registering graphics systems...\n", "\n", "You have successfully registered the following graphics systems.\n", "Registered graphics systems are:\n", " ASCIITree (ATree)\n", " DAWNFILE (DAWNFILE)\n", " G4HepRepFile (HepRepFile)\n", " RayTracer (RayTracer)\n", " VRML2FILE (VRML2FILE)\n", " gMocrenFile (gMocrenFile)\n", " TOOLSSG_OFFSCREEN (TSG_OFFSCREEN)\n", " TOOLSSG_OFFSCREEN (TSG_OFFSCREEN, TSG_FILE, TSG)\n", "Default graphics system is: TSG_OFFSCREEN (based on batch session).\n", "Default window size hint is: 600x600-0+0 (based on G4VisManager initialisation).\n", "Note: Parameters specified on the command line will override these defaults.\n", " Use \"vis/open\" without parameters to get these defaults.\n", "\n", "Registering model factories...\n", "\n", "You have successfully registered the following model factories.\n", "Registered model factories:\n", " generic\n", " drawByAttribute\n", " drawByCharge\n", " drawByOriginVolume\n", " drawByParticleID\n", " drawByEncounteredVolume\n", "\n", "Registered models:\n", " None\n", "\n", "Registered filter factories:\n", " attributeFilter\n", " chargeFilter\n", " originVolumeFilter\n", " particleFilter\n", " encounteredVolumeFilter\n", "\n", "Registered filters:\n", " None\n", "\n", "You have successfully registered the following user vis actions.\n", "Run Duration User Vis Actions: none\n", "End of Event User Vis Actions: none\n", "End of Run User Vis Actions: none\n", "\n", "Some /vis commands (optionally) take a string to specify colour.\n", "\"/vis/list\" to see available colours.\n", "\n", "***** Table : Nb of materials = 9 *****\n", "\n", " Material: G4_Cu density: 8.960 g/cm3 RadL: 1.436 cm Nucl.Int.Length: 15.588 cm \n", " Imean: 322.000 eV temperature: 293.15 K pressure: 1.00 atm\n", "\n", " ---> Element: Cu (Cu) Z = 29.0 N = 64 A = 63.546 g/mole\n", " ---> Isotope: Cu63 Z = 29 N = 63 A = 62.93 g/mole abundance: 69.170 %\n", " ---> Isotope: Cu65 Z = 29 N = 65 A = 64.93 g/mole abundance: 30.830 %\n", " ElmMassFraction: 100.00 % ElmAbundance 100.00 % \n", "\n", "\n", " Material: G4_Pb density: 11.350 g/cm3 RadL: 5.613 mm Nucl.Int.Length: 18.248 cm \n", " Imean: 823.000 eV temperature: 293.15 K pressure: 1.00 atm\n", "\n", " ---> Element: Pb (Pb) Z = 82.0 N = 207 A = 207.217 g/mole\n", " ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.400 %\n", " ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.100 %\n", " ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.100 %\n", " ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.400 %\n", " ElmMassFraction: 100.00 % ElmAbundance 100.00 % \n", "\n", "\n", " Material: G4_Fe density: 7.874 g/cm3 RadL: 1.757 cm Nucl.Int.Length: 16.990 cm \n", " Imean: 286.000 eV temperature: 293.15 K pressure: 1.00 atm\n", "\n", " ---> Element: Fe (Fe) Z = 26.0 N = 56 A = 55.845 g/mole\n", " ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.845 %\n", " ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.754 %\n", " ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.119 %\n", " ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.282 %\n", " ElmMassFraction: 100.00 % ElmAbundance 100.00 % \n", "\n", "\n", " Material: G4_Al density: 2.699 g/cm3 RadL: 8.896 cm Nucl.Int.Length: 38.894 cm \n", " Imean: 166.000 eV temperature: 293.15 K pressure: 1.00 atm\n", "\n", " ---> Element: Al (Al) Z = 13.0 N = 27 A = 26.982 g/mole\n", " ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.000 %\n", " ElmMassFraction: 100.00 % ElmAbundance 100.00 % \n", "\n", "\n", " Material: G4_Si density: 2.330 g/cm3 RadL: 9.366 cm Nucl.Int.Length: 45.660 cm \n", " Imean: 173.000 eV temperature: 293.15 K pressure: 1.00 atm\n", "\n", " ---> Element: Si (Si) Z = 14.0 N = 28 A = 28.085 g/mole\n", " ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.230 %\n", " ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.683 %\n", " ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.087 %\n", " ElmMassFraction: 100.00 % ElmAbundance 100.00 % \n", "\n", "\n", " Material: G4_CESIUM_IODIDE density: 4.510 g/cm3 RadL: 1.860 cm Nucl.Int.Length: 39.306 cm \n", " Imean: 553.100 eV temperature: 293.15 K pressure: 1.00 atm\n", "\n", " ---> Element: Cs (Cs) Z = 55.0 N = 133 A = 132.905 g/mole\n", " ---> Isotope: Cs133 Z = 55 N = 133 A = 132.91 g/mole abundance: 100.000 %\n", " ElmMassFraction: 51.15 % ElmAbundance 50.00 % \n", "\n", " ---> Element: I (I) Z = 53.0 N = 127 A = 126.904 g/mole\n", " ---> Isotope: I127 Z = 53 N = 127 A = 126.90 g/mole abundance: 100.000 %\n", " ElmMassFraction: 48.85 % ElmAbundance 50.00 % \n", "\n", "\n", " Material: PLASTIC SCINTILLATOR density: 1.032 g/cm3 RadL: 42.541 cm Nucl.Int.Length: 69.994 cm \n", " Imean: 64.730 eV temperature: 293.15 K pressure: 1.00 atm\n", "\n", " ---> Element: Hydrogen (H) Z = 1.0 N = 1 A = 1.008 g/mole\n", " ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %\n", " ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 %\n", " ElmMassFraction: 8.50 % ElmAbundance 52.54 % \n", "\n", " ---> Element: Carbon (C) Z = 6.0 N = 12 A = 12.011 g/mole\n", " ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 %\n", " ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.070 %\n", " ElmMassFraction: 91.50 % ElmAbundance 47.46 % \n", "\n", "\n", " Material: liquidArgon density: 1.390 g/cm3 RadL: 14.064 cm Nucl.Int.Length: 86.076 cm \n", " Imean: 188.000 eV temperature: 293.15 K pressure: 1.00 atm\n", "\n", " ---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole\n", " ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 %\n", " ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 %\n", " ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 %\n", " ElmMassFraction: 100.00 % ElmAbundance 100.00 % \n", "\n", "\n", " Material: Vacuum density: 0.000 mg/cm3 RadL: 204310098.490 pc Nucl.Int.Length: 113427284.261 pc \n", " Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm\n", "\n", " ---> Element: H (H) Z = 1.0 N = 1 A = 1.008 g/mole\n", " ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.989 %\n", " ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.011 %\n", " ElmMassFraction: 100.00 % ElmAbundance 100.00 % \n", "\n", "\n", "\n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name LAr_PSB\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region LAr_PSB NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume LAr_PSB:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_PSB_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_PSB_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_PSB_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name LAr_EMB1\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region LAr_EMB1 NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume LAr_EMB1:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB1_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name LAr_EMB2\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region LAr_EMB2 NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume LAr_EMB2:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB2_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name LAr_EMB3\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region LAr_EMB3 NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume LAr_EMB3:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMB3_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name TILE_TileCal1\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region TILE_TileCal1 NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume TILE_TileCal1:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal1_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal1_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal1_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal1_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name TILE_TileCal2\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region TILE_TileCal2 NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume TILE_TileCal2:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal2_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name TILE_TileCal3\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region TILE_TileCal3 NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume TILE_TileCal3:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCal3_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name TILE_TileCalExt1_A\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region TILE_TileCalExt1_A NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume TILE_TileCalExt1_A:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_A_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name TILE_TileCalExt2_A\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region TILE_TileCalExt2_A NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume TILE_TileCalExt2_A:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_A_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name TILE_TileCalExt3_A\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region TILE_TileCalExt3_A NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume TILE_TileCalExt3_A:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_A_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name LAr_PSE_A\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region LAr_PSE_A NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume LAr_PSE_A:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_PSE_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_PSE_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_PSE_A_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name LAr_EMEC1_A\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region LAr_EMEC1_A NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume LAr_EMEC1_A:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_A_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name LAr_EMEC2_A\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region LAr_EMEC2_A NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume LAr_EMEC2_A:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_A_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name LAr_EMEC3_A\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region LAr_EMEC3_A NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume LAr_EMEC3_A:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_A_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name FCal_HEC1_A\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region FCal_HEC1_A NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume FCal_HEC1_A:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_A_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name FCal_HEC2_A\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region FCal_HEC2_A NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume FCal_HEC2_A:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_A_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name FCal_HEC3_A\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region FCal_HEC3_A NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume FCal_HEC3_A:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_A_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name TILE_TileCalExt1_B\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region TILE_TileCalExt1_B NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume TILE_TileCalExt1_B:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt1_B_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name TILE_TileCalExt2_B\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region TILE_TileCalExt2_B NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume TILE_TileCalExt2_B:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt2_B_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name TILE_TileCalExt3_B\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region TILE_TileCalExt3_B NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume TILE_TileCalExt3_B:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume TILE_TileCalExt3_B_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name LAr_PSE_B\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region LAr_PSE_B NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume LAr_PSE_B:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_PSE_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_PSE_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_PSE_B_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name LAr_EMEC1_B\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region LAr_EMEC1_B NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume LAr_EMEC1_B:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC1_B_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name LAr_EMEC2_B\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region LAr_EMEC2_B NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume LAr_EMEC2_B:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC2_B_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name LAr_EMEC3_B\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region LAr_EMEC3_B NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume LAr_EMEC3_B:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume LAr_EMEC3_B_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name FCal_HEC1_B\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region FCal_HEC1_B NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume FCal_HEC1_B:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC1_B_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name FCal_HEC2_B\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region FCal_HEC2_B NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume FCal_HEC2_B:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC2_B_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name FCal_HEC3_B\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region FCal_HEC3_B NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume FCal_HEC3_B:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume FCal_HEC3_B_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name DM_PS_Boundary\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region DM_PS_Boundary NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume DM_PS_Boundary:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_PS_Boundary_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_PS_Boundary_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_PS_Boundary_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_PS_Boundary_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_PS_Boundary_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_PS_Boundary_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name DM_LAr_Boundary\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region DM_LAr_Boundary NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume DM_LAr_Boundary:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_LAr_Boundary_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_LAr_Boundary_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_LAr_Boundary_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name DM_TILE_Boundary\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region DM_TILE_Boundary NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume DM_TILE_Boundary:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_TILE_Boundary_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_TILE_Boundary_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_TILE_Boundary_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name DM_Crack_EM_A\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region DM_Crack_EM_A NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume DM_Crack_EM_A:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_EM_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_EM_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_EM_A_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_EM_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_EM_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_EM_A_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name DM_Crack_TILE_A\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region DM_Crack_TILE_A NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume DM_Crack_TILE_A:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_TILE_A_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_TILE_A_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_TILE_A_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name DM_Crack_EM_B\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region DM_Crack_EM_B NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume DM_Crack_EM_B:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_EM_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_EM_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_EM_B_Gap:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_EM_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_EM_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_EM_B_Gap:0 (G4Tubs) ... OK! \n", "\u001b[0mCxx.ATLAS INFO Creating Volume with name DM_Crack_TILE_B\u001b[0m\n", "\n", "-------- WWWW ------- G4Exception-START -------- WWWW -------\n", "*** G4Exception : GeomMgt1001\n", " issued by : G4RegionStore::GetRegion()\n", "Region NOT found in store !\n", " Region DM_Crack_TILE_B NOT found in store !\n", " Returning NULL pointer.\n", "*** This is just a warning message. ***\n", "-------- WWWW -------- G4Exception-END --------- WWWW -------\n", "\n", "Checking overlaps for volume DM_Crack_TILE_B:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_TILE_B_Layer:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_TILE_B_Abso:0 (G4Tubs) ... OK! \n", "Checking overlaps for volume DM_Crack_TILE_B_Gap:0 (G4Tubs) ... OK! \n", "\n", " hInelastic FTFP_BERT : threshold between BERT and FTFP is over the interval \n", " for pions : 3 to 6 GeV\n", " for kaons : 3 to 6 GeV\n", " for proton : 3 to 6 GeV\n", " for neutron : 3 to 6 GeV\n", "\n", "### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0\n", "=======================================================================\n", "====== Electromagnetic Physics Parameters ========\n", "=======================================================================\n", "LPM effect enabled 1\n", "Enable creation and use of sampling tables 0\n", "Apply cuts on all EM processes 0\n", "Use combined TransportationWithMsc Disabled\n", "Use general process 1\n", "Enable linear polarisation for gamma 0\n", "Enable photoeffect sampling below K-shell 1\n", "Enable sampling of quantum entanglement 0\n", "X-section factor for integral approach 0.8\n", "Min kinetic energy for tables 100 eV \n", "Max kinetic energy for tables 100 TeV\n", "Number of bins per decade of a table 7\n", "Verbose level 1\n", "Verbose level for worker thread 0\n", "Bremsstrahlung energy threshold above which \n", " primary e+- is added to the list of secondary 100 TeV\n", "Bremsstrahlung energy threshold above which primary\n", " muon/hadron is added to the list of secondary 100 TeV\n", "Lowest triplet kinetic energy 1 MeV\n", "Enable sampling of gamma linear polarisation 0\n", "5D gamma conversion model type 0\n", "5D gamma conversion model on isolated ion 0\n", "Livermore data directory epics_2017\n", "=======================================================================\n", "====== Ionisation Parameters ========\n", "=======================================================================\n", "Step function for e+- (0.2, 1 mm)\n", "Step function for muons/hadrons (0.2, 0.1 mm)\n", "Step function for light ions (0.2, 0.1 mm)\n", "Step function for general ions (0.2, 0.1 mm)\n", "Lowest e+e- kinetic energy 1 keV\n", "Lowest muon/hadron kinetic energy 1 keV\n", "Use ICRU90 data 0\n", "Fluctuations of dE/dx are enabled 1\n", "Type of fluctuation model for leptons and hadrons Urban\n", "Use built-in Birks satuaration 0\n", "Build CSDA range enabled 0\n", "Use cut as a final range enabled 0\n", "Enable angular generator interface 0\n", "Max kinetic energy for CSDA tables 1 GeV\n", "Max kinetic energy for NIEL computation 0 eV \n", "Linear loss limit 0.01\n", "Read data from file for e+e- pair production by mu 0\n", "=======================================================================\n", "====== Multiple Scattering Parameters ========\n", "=======================================================================\n", "Type of msc step limit algorithm for e+- 1\n", "Type of msc step limit algorithm for muons/hadrons 0\n", "Msc lateral displacement for e+- enabled 1\n", "Msc lateral displacement for muons and hadrons 0\n", "Urban msc model lateral displacement alg96 1\n", "Range factor for msc step limit for e+- 0.04\n", "Range factor for msc step limit for muons/hadrons 0.2\n", "Geometry factor for msc step limitation of e+- 2.5\n", "Safety factor for msc step limit for e+- 0.6\n", "Skin parameter for msc step limitation of e+- 1\n", "Lambda limit for msc step limit for e+- 1 mm\n", "Use Mott correction for e- scattering 0\n", "Factor used for dynamic computation of angular \n", " limit between single and multiple scattering 1\n", "Fixed angular limit between single \n", " and multiple scattering 3.1416 rad\n", "Upper energy limit for e+- multiple scattering 100 MeV\n", "Type of electron single scattering model 0\n", "Type of nuclear form-factor 1\n", "Screening factor 1\n", "=======================================================================\n", "\n", "phot: for gamma SubType=12 BuildTable=0\n", " LambdaPrime table from 200 keV to 100 TeV in 61 bins \n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo\n", "\n", "compt: for gamma SubType=13 BuildTable=1\n", " Lambda table from 100 eV to 1 MeV, 7 bins/decade, spline: 1\n", " LambdaPrime table from 1 MeV to 100 TeV in 56 bins \n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " Klein-Nishina : Emin= 0 eV Emax= 100 TeV\n", "\n", "conv: for gamma SubType=14 BuildTable=1\n", " Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " BetheHeitlerLPM : Emin= 0 eV Emax= 100 TeV ModifiedTsai\n", "\n", "Rayl: for gamma SubType=11 BuildTable=1\n", " Lambda table from 100 eV to 150 keV, 7 bins/decade, spline: 0\n", " LambdaPrime table from 150 keV to 100 TeV in 62 bins \n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator\n", "\n", "msc: for e- SubType= 10\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV\n", " StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm\n", " WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV\n", " StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm\n", "\n", "eIoni: for e- XStype:3 SubType=2\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " MollerBhabha : Emin= 0 eV Emax= 100 TeV\n", "\n", "eBrem: for e- XStype:4 SubType=3\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai\n", " eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai\n", "\n", "CoulombScat: for e- XStype:1 SubType=1 BuildTable=1\n", " Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0\n", " ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " eCoulombScattering : Emin= 100 MeV Emax= 100 TeV\n", "\n", "msc: for e+ SubType= 10\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " UrbanMsc : Emin= 0 eV Emax= 100 MeV Nbins=42 100 eV - 100 MeV\n", " StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm\n", " WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=42 100 MeV - 100 TeV\n", " StepLim=UseSafety Rfact=0.04 Gfact=2.5 Sfact=0.6 DispFlag:1 Skin=1 Llim=1 mm\n", "\n", "eIoni: for e+ XStype:3 SubType=2\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " StepFunction=(0.2, 1 mm), integ: 3, fluct: 1, linLossLim= 0.01\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " MollerBhabha : Emin= 0 eV Emax= 100 TeV\n", "\n", "eBrem: for e+ XStype:4 SubType=3\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " eBremSB : Emin= 0 eV Emax= 1 GeV ModifiedTsai\n", " eBremLPM : Emin= 1 GeV Emax= 100 TeV ModifiedTsai\n", "\n", "annihil: for e+ XStype:2 SubType=5 BuildTable=0\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " eplus2gg : Emin= 0 eV Emax= 100 TeV\n", "\n", "CoulombScat: for e+ XStype:1 SubType=1 BuildTable=1\n", " Lambda table from 100 MeV to 100 TeV, 7 bins/decade, spline: 0\n", " ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " eCoulombScattering : Emin= 100 MeV Emax= 100 TeV\n", "\n", "msc: for proton SubType= 10\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV\n", " StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm\n", "\n", "hIoni: for proton XStype:3 SubType=2\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " Bragg : Emin= 0 eV Emax= 2 MeV\n", " BetheBloch : Emin= 2 MeV Emax= 100 TeV\n", "\n", "hBrems: for proton XStype:1 SubType=3\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "hPairProd: for proton XStype:1 SubType=4\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " Sampling table 17x1001; from 7.50618 GeV to 100 TeV \n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "CoulombScat: for proton XStype:1 SubType=1 BuildTable=1\n", " Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0\n", " ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " eCoulombScattering : Emin= 0 eV Emax= 100 TeV\n", "\n", "msc: for GenericIon SubType= 10\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " UrbanMsc : Emin= 0 eV Emax= 100 TeV\n", " StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm\n", "\n", "ionIoni: for GenericIon XStype:3 SubType=2\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " BraggIon : Emin= 0 eV Emax= 2 MeV\n", " BetheBloch : Emin= 2 MeV Emax= 100 TeV\n", "\n", "msc: for alpha SubType= 10\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " UrbanMsc : Emin= 0 eV Emax= 100 TeV\n", " StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm\n", "\n", "ionIoni: for alpha XStype:3 SubType=2\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.02\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " BraggIon : Emin= 0 eV Emax=7.9452 MeV\n", " BetheBloch : Emin=7.9452 MeV Emax= 100 TeV\n", "\n", "msc: for anti_proton SubType= 10\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV\n", " StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm\n", "\n", "hIoni: for anti_proton XStype:3 SubType=2\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " ICRU73QO : Emin= 0 eV Emax= 2 MeV\n", " BetheBloch : Emin= 2 MeV Emax= 100 TeV\n", "\n", "hBrems: for anti_proton XStype:1 SubType=3\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "hPairProd: for anti_proton XStype:1 SubType=4\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " Sampling table 17x1001; from 7.50618 GeV to 100 TeV \n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "CoulombScat: for anti_proton XStype:1 SubType=1 BuildTable=1\n", " Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0\n", " ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " eCoulombScattering : Emin= 0 eV Emax= 100 TeV\n", "\n", "msc: for kaon+ SubType= 10\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV\n", " StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm\n", "\n", "hIoni: for kaon+ XStype:3 SubType=2\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " Bragg : Emin= 0 eV Emax=1.05231 MeV\n", " BetheBloch : Emin=1.05231 MeV Emax= 100 TeV\n", "\n", "hBrems: for kaon+ XStype:1 SubType=3\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "hPairProd: for kaon+ XStype:1 SubType=4\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " Sampling table 18x1001; from 3.94942 GeV to 100 TeV \n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "CoulombScat: for kaon+ XStype:1 SubType=1 BuildTable=1\n", " Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0\n", " ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " eCoulombScattering : Emin= 0 eV Emax= 100 TeV\n", "\n", "msc: for kaon- SubType= 10\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV\n", " StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm\n", "\n", "hIoni: for kaon- XStype:3 SubType=2\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " ICRU73QO : Emin= 0 eV Emax=1.05231 MeV\n", " BetheBloch : Emin=1.05231 MeV Emax= 100 TeV\n", "\n", "hBrems: for kaon- XStype:1 SubType=3\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "hPairProd: for kaon- XStype:1 SubType=4\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " Sampling table 18x1001; from 3.94942 GeV to 100 TeV \n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "CoulombScat: for kaon- XStype:1 SubType=1 BuildTable=1\n", " Used Lambda table of kaon+\n", " ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " eCoulombScattering : Emin= 0 eV Emax= 100 TeV\n", "\n", "msc: for mu+ SubType= 10\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV\n", " StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm\n", "\n", "muIoni: for mu+ XStype:3 SubType=2\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " Bragg : Emin= 0 eV Emax= 200 keV\n", " MuBetheBloch : Emin= 200 keV Emax= 100 TeV\n", "\n", "muBrems: for mu+ XStype:1 SubType=3\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "muPairProd: for mu+ XStype:1 SubType=4\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " Sampling table 21x1001; from 0.85 GeV to 100 TeV \n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "CoulombScat: for mu+ XStype:1 SubType=1 BuildTable=1\n", " Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0\n", " ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " eCoulombScattering : Emin= 0 eV Emax= 100 TeV\n", "\n", "msc: for mu- SubType= 10\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV\n", " StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm\n", "\n", "muIoni: for mu- XStype:3 SubType=2\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " ICRU73QO : Emin= 0 eV Emax= 200 keV\n", " MuBetheBloch : Emin= 200 keV Emax= 100 TeV\n", "\n", "muBrems: for mu- XStype:1 SubType=3\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " MuBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "muPairProd: for mu- XStype:1 SubType=4\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " Sampling table 21x1001; from 0.85 GeV to 100 TeV \n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " muPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "CoulombScat: for mu- XStype:1 SubType=1 BuildTable=1\n", " Used Lambda table of mu+\n", " ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " eCoulombScattering : Emin= 0 eV Emax= 100 TeV\n", "\n", "msc: for pi+ SubType= 10\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV\n", " StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm\n", "\n", "hIoni: for pi+ XStype:3 SubType=2\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " Bragg : Emin= 0 eV Emax=297.505 keV\n", " BetheBloch : Emin=297.505 keV Emax= 100 TeV\n", "\n", "hBrems: for pi+ XStype:1 SubType=3\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "hPairProd: for pi+ XStype:1 SubType=4\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " Sampling table 20x1001; from 1.11656 GeV to 100 TeV \n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "CoulombScat: for pi+ XStype:1 SubType=1 BuildTable=1\n", " Lambda table from threshold to 100 TeV, 7 bins/decade, spline: 0\n", " ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " eCoulombScattering : Emin= 0 eV Emax= 100 TeV\n", "\n", "msc: for pi- SubType= 10\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV\n", " StepLim=Minimal Rfact=0.2 Gfact=2.5 Sfact=0.6 DispFlag:0 Skin=1 Llim=1 mm\n", "\n", "hIoni: for pi- XStype:3 SubType=2\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " StepFunction=(0.2, 0.1 mm), integ: 3, fluct: 1, linLossLim= 0.01\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " ICRU73QO : Emin= 0 eV Emax=297.505 keV\n", " BetheBloch : Emin=297.505 keV Emax= 100 TeV\n", "\n", "hBrems: for pi- XStype:1 SubType=3\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " hBrem : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "hPairProd: for pi- XStype:1 SubType=4\n", " dE/dx and range tables from 100 eV to 100 TeV in 84 bins\n", " Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1\n", " Sampling table 20x1001; from 1.11656 GeV to 100 TeV \n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " hPairProd : Emin= 0 eV Emax= 100 TeV ModifiedMephi\n", "\n", "CoulombScat: for pi- XStype:1 SubType=1 BuildTable=1\n", " Used Lambda table of pi+\n", " ThetaMin(p) < Theta(degree) < 180, pLimit(GeV^1)= 0.139531\n", " ===== EM models for the G4Region DefaultRegionForTheWorld ======\n", " eCoulombScattering : Emin= 0 eV Emax= 100 TeV\n", "\n", "====================================================================\n", " HADRONIC PROCESSES SUMMARY (verbose level 1)\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for neutron\n", " Process: hadElastic\n", " Model: hElasticCHIPS: 0 eV ---> 100 TeV\n", " Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV\n", " Process: neutronInelastic\n", " Model: FTFP: 3 GeV ---> 100 TeV\n", " Model: BertiniCascade: 0 eV ---> 6 GeV\n", " Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV\n", " Process: nCapture\n", " Model: nRadCapture: 0 eV ---> 100 TeV\n", " Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV\n", " Process: nKiller\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for B-\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV ---> 100 TeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", " Process: B-Inelastic\n", " Model: FTFP: 0 eV ---> 100 TeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for D-\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV ---> 100 TeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", " Process: D-Inelastic\n", " Model: FTFP: 0 eV ---> 100 TeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for GenericIon\n", " Process: ionInelastic\n", " Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n\n", " Model: FTFP: 3 GeV/n ---> 100 TeV/n\n", " Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for He3\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n\n", " Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV\n", " Process: He3Inelastic\n", " Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n\n", " Model: FTFP: 3 GeV/n ---> 100 TeV/n\n", " Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for alpha\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n\n", " Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV\n", " Process: alphaInelastic\n", " Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n\n", " Model: FTFP: 3 GeV/n ---> 100 TeV/n\n", " Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for anti_He3\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n\n", " Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n\n", " Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV\n", " Process: anti_He3Inelastic\n", " Model: FTFP: 0 eV /n ---> 100 TeV/n\n", " Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV\n", " Process: hFritiofCaptureAtRest\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for anti_alpha\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n\n", " Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n\n", " Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV\n", " Process: anti_alphaInelastic\n", " Model: FTFP: 0 eV /n ---> 100 TeV/n\n", " Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV\n", " Process: hFritiofCaptureAtRest\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for anti_deuteron\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n\n", " Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n\n", " Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV\n", " Process: anti_deuteronInelastic\n", " Model: FTFP: 0 eV /n ---> 100 TeV/n\n", " Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV\n", " Process: hFritiofCaptureAtRest\n", "-------------------------------------------------------------------------\n", " Hadronic Processes for anti_hypertriton\n", " Process: hFritiofCaptureAtRest\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for anti_lambda\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV ---> 100 TeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", " Process: anti_lambdaInelastic\n", " Model: FTFP: 0 eV ---> 100 TeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", " Process: hFritiofCaptureAtRest\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for anti_neutron\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV ---> 100.1 MeV\n", " Model: AntiAElastic: 100 MeV ---> 100 TeV\n", " Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV\n", " Process: anti_neutronInelastic\n", " Model: FTFP: 0 eV ---> 100 TeV\n", " Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV\n", " Process: hFritiofCaptureAtRest\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for anti_proton\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV ---> 100.1 MeV\n", " Model: AntiAElastic: 100 MeV ---> 100 TeV\n", " Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV\n", " Process: anti_protonInelastic\n", " Model: FTFP: 0 eV ---> 100 TeV\n", " Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV\n", " Process: hFritiofCaptureAtRest\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for anti_triton\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n\n", " Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n\n", " Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV\n", " Process: anti_tritonInelastic\n", " Model: FTFP: 0 eV /n ---> 100 TeV/n\n", " Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV\n", " Process: hFritiofCaptureAtRest\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for deuteron\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n\n", " Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV\n", " Process: dInelastic\n", " Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n\n", " Model: FTFP: 3 GeV/n ---> 100 TeV/n\n", " Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for e+\n", " Process: positronNuclear\n", " Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV\n", " Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for e-\n", " Process: electronNuclear\n", " Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV\n", " Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for gamma\n", " Process: photonNuclear\n", " Model: GammaNPreco: 0 eV ---> 200 MeV\n", " Model: BertiniCascade: 199 MeV ---> 6 GeV\n", " Model: TheoFSGenerator: 3 GeV ---> 100 TeV\n", " Cr_sctns: GammaNuclearXS: 0 eV ---> 100 TeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for kaon+\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV ---> 100 TeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", " Process: kaon+Inelastic\n", " Model: FTFP: 3 GeV ---> 100 TeV\n", " Model: BertiniCascade: 0 eV ---> 6 GeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for kaon-\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV ---> 100 TeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", " Process: kaon-Inelastic\n", " Model: FTFP: 3 GeV ---> 100 TeV\n", " Model: BertiniCascade: 0 eV ---> 6 GeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", " Process: hBertiniCaptureAtRest\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for lambda\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV ---> 100 TeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", " Process: lambdaInelastic\n", " Model: FTFP: 3 GeV ---> 100 TeV\n", " Model: BertiniCascade: 0 eV ---> 6 GeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for mu+\n", " Process: muonNuclear\n", " Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV\n", " Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for mu-\n", " Process: muonNuclear\n", " Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV\n", " Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV\n", " Process: muMinusCaptureAtRest\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for pi+\n", " Process: hadElastic\n", " Model: hElasticGlauber: 0 eV ---> 100 TeV\n", " Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV\n", " Process: pi+Inelastic\n", " Model: FTFP: 3 GeV ---> 100 TeV\n", " Model: BertiniCascade: 0 eV ---> 6 GeV\n", " Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for pi-\n", " Process: hadElastic\n", " Model: hElasticGlauber: 0 eV ---> 100 TeV\n", " Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV\n", " Process: pi-Inelastic\n", " Model: FTFP: 3 GeV ---> 100 TeV\n", " Model: BertiniCascade: 0 eV ---> 6 GeV\n", " Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV\n", " Process: hBertiniCaptureAtRest\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for proton\n", " Process: hadElastic\n", " Model: hElasticCHIPS: 0 eV ---> 100 TeV\n", " Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV\n", " Process: protonInelastic\n", " Model: FTFP: 3 GeV ---> 100 TeV\n", " Model: BertiniCascade: 0 eV ---> 6 GeV\n", " Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for sigma-\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV ---> 100 TeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", " Process: sigma-Inelastic\n", " Model: FTFP: 3 GeV ---> 100 TeV\n", " Model: BertiniCascade: 0 eV ---> 6 GeV\n", " Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV\n", " Process: hBertiniCaptureAtRest\n", "-----------------------------------------------------------------------\n", " Hadronic Processes for triton\n", " Process: hadElastic\n", " Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n\n", " Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV\n", " Process: tInelastic\n", " Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n\n", " Model: FTFP: 3 GeV/n ---> 100 TeV/n\n", " Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV\n", "=======================================================================\n", "====== Geant4 Native Pre-compound Model Parameters ========\n", "=======================================================================\n", "Type of pre-compound inverse x-section 3\n", "Pre-compound model active 1\n", "Pre-compound excitation low energy 100 keV\n", "Pre-compound excitation high energy 30 MeV\n", "Angular generator for pre-compound model 1\n", "Use NeverGoBack option for pre-compound model 0\n", "Use SoftCutOff option for pre-compound model 0\n", "Use CEM transitions for pre-compound model 1\n", "Use GNASH transitions for pre-compound model 0\n", "Use HETC submodel for pre-compound model 0\n", "=======================================================================\n", "====== Nuclear De-excitation Module Parameters ========\n", "=======================================================================\n", "Type of de-excitation inverse x-section 3\n", "Type of de-excitation factory Evaporation+GEM\n", "Number of de-excitation channels 68\n", "Min excitation energy 10 eV \n", "Min energy per nucleon for multifragmentation 200 GeV\n", "Limit excitation energy for Fermi BreakUp 20 MeV\n", "Level density (1/MeV) 0.075\n", "Use simple level density model 1\n", "Use discrete excitation energy of the residual 1\n", "Time limit for long lived isomeres 1 ns \n", "Isomer production flag 1\n", "Internal e- conversion flag 1\n", "Store e- internal conversion data 0\n", "Correlated gamma emission flag 0\n", "Max 2J for sampling of angular correlations 10\n", "=======================================================================\n", "\u001b[0mCxx.ActionInitialization INFO (G4WT2) Build()\u001b[0m\n", "\u001b[0mCxx.PrimaryGeneratorAction INFO (G4WT2) Create the generator copy\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT2) Open the root file: Zee.EVT.root\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO (G4WT0) Build()\u001b[0m\n", "\u001b[0mCxx.PrimaryGeneratorAction INFO (G4WT0) Create the generator copy\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT0) Open the root file: Zee.EVT.root\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO (G4WT3) Build()\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO (G4WT1) Build()\u001b[0m\n", "\u001b[0mCxx.PrimaryGeneratorAction INFO (G4WT1) Create the generator copy\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT1) Open the root file: Zee.EVT.root\u001b[0m\n", "\u001b[0mCxx.PrimaryGeneratorAction INFO (G4WT3) Create the generator copy\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT3) Open the root file: Zee.EVT.root\u001b[0m\n", "\u001b[0mCxx.ActionInitialization INFO (G4WT4) Build()\u001b[0m\n", "\u001b[0mCxx.PrimaryGeneratorAction INFO (G4WT4) Create the generator copy\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT4) Open the root file: Zee.EVT.root\u001b[0m\n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : World \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- is not associated to any world.\n", " Root logical volume(s) : \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : LAr_PSB \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : LAr_EMB1 \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Pb liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : LAr_EMB2 \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Pb liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : LAr_EMB3 \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Pb liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : TILE_TileCal1 \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : TILE_TileCal2 \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : TILE_TileCal3 \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : TILE_TileCalExt1_A \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : TILE_TileCalExt2_A \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : TILE_TileCalExt3_A \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : LAr_PSE_A \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : LAr_EMEC1_A \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Pb liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : LAr_EMEC2_A \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Pb liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : LAr_EMEC3_A \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Pb liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : FCal_HEC1_A \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Cu liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : FCal_HEC2_A \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Cu liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : FCal_HEC3_A \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Cu liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : TILE_TileCalExt1_B \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : TILE_TileCalExt2_B \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : TILE_TileCalExt3_B \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Fe PLASTIC SCINTILLATOR \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : LAr_PSE_B \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : LAr_EMEC1_B \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Pb liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : LAr_EMEC2_B \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Pb liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : LAr_EMEC3_B \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Pb liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : FCal_HEC1_B \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Cu liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : FCal_HEC2_B \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Cu liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : FCal_HEC3_B \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Cu liquidArgon \n", " Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : DM_PS_Boundary \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Al \n", " Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : DM_LAr_Boundary \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Al \n", " Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : DM_TILE_Boundary \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Al \n", " Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : DM_Crack_EM_A \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Al liquidArgon \n", " Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : DM_Crack_TILE_A \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Al \n", " Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : DM_Crack_EM_B \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Al liquidArgon \n", " Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", "\n", "Region -- -- appears in world volume\n", " This region is in the mass world.\n", " Root logical volume(s) : DM_Crack_TILE_B \n", " Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]\n", " Materials : Vacuum G4_Al \n", " Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", "\n", "========= Table of registered couples ============================\n", "\n", "Index : 0 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " DefaultRegionForTheWorld\n", "\n", "Index : 1 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_PSB\n", "\n", "Index : 2 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_PSB\n", "\n", "Index : 3 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMB1\n", "\n", "Index : 4 used in the geometry : Yes\n", " Material : G4_Pb\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMB1\n", "\n", "Index : 5 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMB1\n", "\n", "Index : 6 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMB2\n", "\n", "Index : 7 used in the geometry : Yes\n", " Material : G4_Pb\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMB2\n", "\n", "Index : 8 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMB2\n", "\n", "Index : 9 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMB3\n", "\n", "Index : 10 used in the geometry : Yes\n", " Material : G4_Pb\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMB3\n", "\n", "Index : 11 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMB3\n", "\n", "Index : 12 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCal1\n", "\n", "Index : 13 used in the geometry : Yes\n", " Material : G4_Fe\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 17.2487 keV e- 954.642 keV e+ 906.513 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCal1\n", "\n", "Index : 14 used in the geometry : Yes\n", " Material : PLASTIC SCINTILLATOR\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 2.09737 keV e- 281.815 keV e+ 274.979 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCal1\n", "\n", "Index : 15 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCal2\n", "\n", "Index : 16 used in the geometry : Yes\n", " Material : G4_Fe\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 17.2487 keV e- 954.642 keV e+ 906.513 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCal2\n", "\n", "Index : 17 used in the geometry : Yes\n", " Material : PLASTIC SCINTILLATOR\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 2.09737 keV e- 281.815 keV e+ 274.979 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCal2\n", "\n", "Index : 18 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCal3\n", "\n", "Index : 19 used in the geometry : Yes\n", " Material : G4_Fe\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 17.2487 keV e- 954.642 keV e+ 906.513 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCal3\n", "\n", "Index : 20 used in the geometry : Yes\n", " Material : PLASTIC SCINTILLATOR\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 2.09737 keV e- 281.815 keV e+ 274.979 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCal3\n", "\n", "Index : 21 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt1_A\n", "\n", "Index : 22 used in the geometry : Yes\n", " Material : G4_Fe\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 17.2487 keV e- 954.642 keV e+ 906.513 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt1_A\n", "\n", "Index : 23 used in the geometry : Yes\n", " Material : PLASTIC SCINTILLATOR\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 2.09737 keV e- 281.815 keV e+ 274.979 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt1_A\n", "\n", "Index : 24 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt2_A\n", "\n", "Index : 25 used in the geometry : Yes\n", " Material : G4_Fe\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 17.2487 keV e- 954.642 keV e+ 906.513 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt2_A\n", "\n", "Index : 26 used in the geometry : Yes\n", " Material : PLASTIC SCINTILLATOR\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 2.09737 keV e- 281.815 keV e+ 274.979 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt2_A\n", "\n", "Index : 27 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt3_A\n", "\n", "Index : 28 used in the geometry : Yes\n", " Material : G4_Fe\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 17.2487 keV e- 954.642 keV e+ 906.513 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt3_A\n", "\n", "Index : 29 used in the geometry : Yes\n", " Material : PLASTIC SCINTILLATOR\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 2.09737 keV e- 281.815 keV e+ 274.979 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt3_A\n", "\n", "Index : 30 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_PSE_A\n", "\n", "Index : 31 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_PSE_A\n", "\n", "Index : 32 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC1_A\n", "\n", "Index : 33 used in the geometry : Yes\n", " Material : G4_Pb\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC1_A\n", "\n", "Index : 34 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC1_A\n", "\n", "Index : 35 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC2_A\n", "\n", "Index : 36 used in the geometry : Yes\n", " Material : G4_Pb\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC2_A\n", "\n", "Index : 37 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC2_A\n", "\n", "Index : 38 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC3_A\n", "\n", "Index : 39 used in the geometry : Yes\n", " Material : G4_Pb\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC3_A\n", "\n", "Index : 40 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC3_A\n", "\n", "Index : 41 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC1_A\n", "\n", "Index : 42 used in the geometry : Yes\n", " Material : G4_Cu\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 20.5458 keV e- 1.03403 MeV e+ 979.823 keV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC1_A\n", "\n", "Index : 43 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC1_A\n", "\n", "Index : 44 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC2_A\n", "\n", "Index : 45 used in the geometry : Yes\n", " Material : G4_Cu\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 20.5458 keV e- 1.03403 MeV e+ 979.823 keV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC2_A\n", "\n", "Index : 46 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC2_A\n", "\n", "Index : 47 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC3_A\n", "\n", "Index : 48 used in the geometry : Yes\n", " Material : G4_Cu\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 20.5458 keV e- 1.03403 MeV e+ 979.823 keV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC3_A\n", "\n", "Index : 49 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC3_A\n", "\n", "Index : 50 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt1_B\n", "\n", "Index : 51 used in the geometry : Yes\n", " Material : G4_Fe\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 17.2487 keV e- 954.642 keV e+ 906.513 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt1_B\n", "\n", "Index : 52 used in the geometry : Yes\n", " Material : PLASTIC SCINTILLATOR\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 2.09737 keV e- 281.815 keV e+ 274.979 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt1_B\n", "\n", "Index : 53 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt2_B\n", "\n", "Index : 54 used in the geometry : Yes\n", " Material : G4_Fe\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 17.2487 keV e- 954.642 keV e+ 906.513 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt2_B\n", "\n", "Index : 55 used in the geometry : Yes\n", " Material : PLASTIC SCINTILLATOR\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 2.09737 keV e- 281.815 keV e+ 274.979 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt2_B\n", "\n", "Index : 56 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt3_B\n", "\n", "Index : 57 used in the geometry : Yes\n", " Material : G4_Fe\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 17.2487 keV e- 954.642 keV e+ 906.513 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt3_B\n", "\n", "Index : 58 used in the geometry : Yes\n", " Material : PLASTIC SCINTILLATOR\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 2.09737 keV e- 281.815 keV e+ 274.979 keV proton 70 keV\n", " Region(s) which use this couple : \n", " TILE_TileCalExt3_B\n", "\n", "Index : 59 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_PSE_B\n", "\n", "Index : 60 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_PSE_B\n", "\n", "Index : 61 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC1_B\n", "\n", "Index : 62 used in the geometry : Yes\n", " Material : G4_Pb\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC1_B\n", "\n", "Index : 63 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC1_B\n", "\n", "Index : 64 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC2_B\n", "\n", "Index : 65 used in the geometry : Yes\n", " Material : G4_Pb\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC2_B\n", "\n", "Index : 66 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC2_B\n", "\n", "Index : 67 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC3_B\n", "\n", "Index : 68 used in the geometry : Yes\n", " Material : G4_Pb\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 94.6952 keV e- 1.00699 MeV e+ 946.936 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC3_B\n", "\n", "Index : 69 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " LAr_EMEC3_B\n", "\n", "Index : 70 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC1_B\n", "\n", "Index : 71 used in the geometry : Yes\n", " Material : G4_Cu\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 20.5458 keV e- 1.03403 MeV e+ 979.823 keV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC1_B\n", "\n", "Index : 72 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC1_B\n", "\n", "Index : 73 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC2_B\n", "\n", "Index : 74 used in the geometry : Yes\n", " Material : G4_Cu\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 20.5458 keV e- 1.03403 MeV e+ 979.823 keV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC2_B\n", "\n", "Index : 75 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC2_B\n", "\n", "Index : 76 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC3_B\n", "\n", "Index : 77 used in the geometry : Yes\n", " Material : G4_Cu\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 20.5458 keV e- 1.03403 MeV e+ 979.823 keV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC3_B\n", "\n", "Index : 78 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um \n", " Energy thresholds : gamma 5.19396 keV e- 273.205 keV e+ 265.443 keV proton 70 keV\n", " Region(s) which use this couple : \n", " FCal_HEC3_B\n", "\n", "Index : 79 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_PS_Boundary\n", "\n", "Index : 80 used in the geometry : Yes\n", " Material : G4_Al\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_PS_Boundary\n", "\n", "Index : 81 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_LAr_Boundary\n", "\n", "Index : 82 used in the geometry : Yes\n", " Material : G4_Al\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_LAr_Boundary\n", "\n", "Index : 83 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_TILE_Boundary\n", "\n", "Index : 84 used in the geometry : Yes\n", " Material : G4_Al\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_TILE_Boundary\n", "\n", "Index : 85 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_Crack_EM_A\n", "\n", "Index : 86 used in the geometry : Yes\n", " Material : G4_Al\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_Crack_EM_A\n", "\n", "Index : 87 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 6.18871 keV e- 346.448 keV e+ 335.412 keV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_Crack_EM_A\n", "\n", "Index : 88 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_Crack_TILE_A\n", "\n", "Index : 89 used in the geometry : Yes\n", " Material : G4_Al\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_Crack_TILE_A\n", "\n", "Index : 90 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_Crack_EM_B\n", "\n", "Index : 91 used in the geometry : Yes\n", " Material : G4_Al\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_Crack_EM_B\n", "\n", "Index : 92 used in the geometry : Yes\n", " Material : liquidArgon\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 6.18871 keV e- 346.448 keV e+ 335.412 keV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_Crack_EM_B\n", "\n", "Index : 93 used in the geometry : Yes\n", " Material : Vacuum\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_Crack_TILE_B\n", "\n", "Index : 94 used in the geometry : Yes\n", " Material : G4_Al\n", " Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 700 um \n", " Energy thresholds : gamma 6.91572 keV e- 597.438 keV e+ 574.135 keV proton 70 keV\n", " Region(s) which use this couple : \n", " DM_Crack_TILE_B\n", "\n", "==================================================================\n", "\n", "G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model.\n", "See commands in /vis/modeling/trajectories/ for other options.\n", "### Run 0 starts.\n", "\u001b[0mCxx.RunAction INFO (G4WT2) Creating the RunReconstruction...\u001b[0m\u001b[0mCxx.RunAction INFO (G4WT4) Creating the RunReconstruction...\u001b[0m\n", "\u001b[0mCxx.RunAction INFO (G4WT1) Creating the RunReconstruction...\u001b[0m\n", "\n", "\u001b[0mCxx.RunAction INFO (G4WT0) Creating the RunReconstruction...\u001b[0m\n", "\u001b[0mCxx.RunAction INFO (G4WT3) Creating the RunReconstruction...\u001b[0m\n", "G4WT2 > ### Run 0 starts on worker thread 2.\n", "\u001b[0mCxx.RunAction INFO (G4WT2) RunAction::BeginOfRunAction\u001b[0m\n", "G4WT2 > --> Event 0 starts with initial seeds (50537646,32951042).\n", "\u001b[0mCxx.PrimaryGeneratorAction INFO (G4WT2) GeneratePrimaryVertex...\u001b[0m\n", "G4WT0 > ### Run 0 starts on worker thread 0.\n", "\u001b[0mCxx.RunAction INFO (G4WT0) RunAction::BeginOfRunAction\u001b[0m\n", "G4WT0 > --> Event 1 starts with initial seeds (55301888,97160606).\n", "\u001b[0mCxx.PrimaryGeneratorAction INFO (G4WT0) GeneratePrimaryVertex...\u001b[0m\n", "G4WT1 > ### Run 0 starts on worker thread 1.\n", "\u001b[0mCxx.RunAction INFO (G4WT1) RunAction::BeginOfRunAction\u001b[0m\n", "G4WT1 > --> Event 2 starts with initial seeds (64190065,34130856).\n", "\u001b[0mCxx.PrimaryGeneratorAction INFO (G4WT1) GeneratePrimaryVertex...\u001b[0m\n", "G4WT4 > ### Run 0 starts on worker thread 4.\n", "\u001b[0mCxx.RunAction INFO (G4WT4) RunAction::BeginOfRunAction\u001b[0m\n", "G4WT4 > --> Event 3 starts with initial seeds (99022847,61270663).\n", "\u001b[0mCxx.PrimaryGeneratorAction INFO (G4WT4) GeneratePrimaryVertex...\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT0) Get event (EventReader) with number 1 and EventNumber 1\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT2) Get event (EventReader) with number 0 and EventNumber 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT4) Get event (EventReader) with number 3 and EventNumber 3\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT4) Seed 0 in eta = 2.38299, phi = 1.80079\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT0) Seed 0 in eta = -1.63831, phi = -0.636461\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT2) Seed 0 in eta = 1.03743, phi = 2.84307\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT0) Seed 1 in eta = -1.58226, phi = 2.44489\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT1) Get event (EventReader) with number 2 and EventNumber 2\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT2) Seed 1 in eta = 2.34878, phi = -0.242377\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT4) RunNumber : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT4) EventNumber : 3\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT1) Seed 0 in eta = -0.722034, phi = 2.43568\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT2) RunNumber : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT2) EventNumber : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT2) Avgmu : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT4) Avgmu : 0\u001b[0m\u001b[0mCxx.EventReader INFO (G4WT2) Total Mu : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT2) Number of seeds : 2\u001b[0m\n", "\n", "\u001b[0mCxx.EventReader INFO (G4WT4) Total Mu : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT4) Number of seeds : 1\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT1) Seed 1 in eta = -1.27205, phi = -0.814606\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT0) RunNumber : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT0) EventNumber : 1\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT0) Avgmu : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT1) RunNumber : 0\u001b[0m\u001b[0mCxx.RunReconstruction INFO (G4WT4) RunReconstruction::BeginOfEvent...\u001b[0m\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT2) RunReconstruction::BeginOfEvent...\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT0) Total Mu : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT0) Number of seeds : 2\u001b[0m\n", "\n", "\u001b[0mCxx.EventReader INFO (G4WT1) EventNumber : 2\u001b[0m\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT0) RunReconstruction::BeginOfEvent...\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT1) Avgmu : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT1) Total Mu : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT1) Number of seeds : 2\u001b[0m\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT1) RunReconstruction::BeginOfEvent...\u001b[0m\n", "G4WT3 > ### Run 0 starts on worker thread 3.\n", "\u001b[0mCxx.RunAction INFO (G4WT3) RunAction::BeginOfRunAction\u001b[0m\n", "G4WT3 > --> Event 4 starts with initial seeds (98437269,19475155).\n", "\u001b[0mCxx.PrimaryGeneratorAction INFO (G4WT3) GeneratePrimaryVertex...\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT3) Get event (EventReader) with number 4 and EventNumber 4\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT3) Seed 0 in eta = 1.21458, phi = 1.72264\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT3) Seed 1 in eta = 2.11035, phi = -1.40415\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT3) RunNumber : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT3) EventNumber : 4\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT3) Avgmu : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT3) Total Mu : 0\u001b[0m\n", "\u001b[0mCxx.EventReader INFO (G4WT3) Number of seeds : 2\u001b[0m\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT3) RunReconstruction::BeginOfEvent...\u001b[0m\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT1) RunReconstruction::EndOfEvent...\u001b[0m\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT4) RunReconstruction::EndOfEvent...\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO (G4WT1) Keep Cells? No\u001b[0m\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT1) Event loop was completed with 1356621 G4Steps and 47 seconds.\u001b[0m\n", "G4WT1 > Thread-local run terminated.\n", "G4WT1 > Run Summary\n", "G4WT1 > Number of events processed : 1\n", "G4WT1 > User=228.620000s Real=47.746367s Sys=5.770000s [Cpu=490.9%]\n", "\u001b[0mCxx.RootStreamHITMaker INFO (G4WT4) Keep Cells? No\u001b[0m\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT4) Event loop was completed with 1510291 G4Steps and 50 seconds.\u001b[0m\n", "G4WT4 > Thread-local run terminated.\n", "G4WT4 > Run Summary\n", "G4WT4 > Number of events processed : 1\n", "G4WT4 > User=238.220000s Real=50.237764s Sys=6.140000s [Cpu=486.4%]\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT0) RunReconstruction::EndOfEvent...\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO (G4WT0) Keep Cells? No\u001b[0m\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT3) RunReconstruction::EndOfEvent...\u001b[0m\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT0) Event loop was completed with 1940184 G4Steps and 62 seconds.\u001b[0m\n", "G4WT0 > Thread-local run terminated.\n", "G4WT0 > Run Summary\n", "G4WT0 > Number of events processed : 1\n", "G4WT0 > User=274.330000s Real=62.592137s Sys=7.150000s [Cpu=449.7%]\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT2) RunReconstruction::EndOfEvent...\u001b[0m\n", "\u001b[0mCxx.RootStreamHITMaker INFO (G4WT3) Keep Cells? No\u001b[0m\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT3) Event loop was completed with 2104053 G4Steps and 69 seconds.\u001b[0m\n", "G4WT3 > Thread-local run terminated.\n", "G4WT3 > Run Summary\n", "G4WT3 > Number of events processed : 1\n", "G4WT3 > User=285.440000s Real=69.502626s Sys=9.830000s [Cpu=424.8%]\n", "\u001b[0mCxx.RootStreamHITMaker INFO (G4WT2) Keep Cells? No\u001b[0m\n", "\u001b[0mCxx.RunReconstruction INFO (G4WT2) Event loop was completed with 2294960 G4Steps and 73 seconds.\u001b[0m\n", "G4WT2 > Thread-local run terminated.\n", "G4WT2 > Run Summary\n", "G4WT2 > Number of events processed : 1\n", "G4WT2 > User=288.510000s Real=73.034827s Sys=10.330000s [Cpu=409.2%]\n", " Run terminated.\n", "Run Summary\n", " Number of events processed : 5\n", " User=288.580000s Real=73.162717s Sys=10.380000s [Cpu=408.6%]\n", "G4WT0 > Destroying WorkerRunManager (0x7f585005fdc0)\n", "G4WT4 > Destroying WorkerRunManager (0x7f583c05fdc0)\n", "G4WT4 > G4 kernel has come to Quit state.\n", "G4WT0 > G4 kernel has come to Quit state.\n", "G4WT1 > Destroying WorkerRunManager (0x7f584c05fdc0)\n", "G4WT1 > G4 kernel has come to Quit state.\n", "G4WT2 > Destroying WorkerRunManager (0x7f584405fdc0)\n", "G4WT2 > G4 kernel has come to Quit state.\n", "G4WT3 > Destroying WorkerRunManager (0x7f584805fdc0)\n", "\u001b[0mCxx.StoreGate INFO (G4WT0) Saving StoreGate...\u001b[0m\u001b[0mCxx.StoreGate INFO (G4WT4) Saving StoreGate...\u001b[0mG4WT3 > G4 kernel has come to Quit state.\n", "\u001b[0mCxx.StoreGate INFO (G4WT1) Saving StoreGate...\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO (G4WT2) Saving StoreGate...\u001b[0m\u001b[0mCxx.StoreGate INFO (G4WT3) Saving StoreGate...\u001b[0m\n", "\n", "\n", "\n", "\u001b[0mCxx.StoreGate INFO (G4WT2) Writing all root objects into the file and delete all decorators\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO (G4WT2) Decorators will no be saved into the root file.\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO (G4WT3) Writing all root objects into the file and delete all decorators\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO (G4WT3) Decorators will no be saved into the root file.\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO (G4WT0) Writing all root objects into the file and delete all decorators\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO (G4WT0) Decorators will no be saved into the root file.\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO (G4WT4) Writing all root objects into the file and delete all decorators\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO (G4WT4) Decorators will no be saved into the root file.\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO (G4WT1) Writing all root objects into the file and delete all decorators\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO (G4WT1) Decorators will no be saved into the root file.\u001b[0m\n", "G4WT0 > UserDetectorConstruction deleted.\n", "G4WT0 > UserPhysicsList deleted.\n", "G4WT0 > UserActionInitialization deleted.\n", "G4WT0 > UserWorkerInitialization deleted.\n", "G4WT2 > UserDetectorConstruction deleted.\n", "G4WT2 > UserPhysicsList deleted.\n", "G4WT2 > UserActionInitialization deleted.\n", "G4WT2 > UserWorkerInitialization deleted.\n", "G4WT0 > UserWorkerThreadInitialization deleted.\n", "G4WT2 > UserWorkerThreadInitialization deleted.\n", "\u001b[0mCxx.RunAction INFO (G4WT0) ~RunAction()\u001b[0m\n", "\u001b[0mCxx.RunAction INFO (G4WT2) ~RunAction()\u001b[0m\n", "G4WT0 > UserRunAction deleted.\n", "G4WT2 > UserRunAction deleted.\n", "G4WT0 > UserPrimaryGenerator deleted.\n", "G4WT0 > RunManager is deleting RunManagerKernel.\n", "G4WT2 > UserPrimaryGenerator deleted.\n", "G4WT2 > RunManager is deleting RunManagerKernel.\n", "G4WT0 > G4SDManager deleted.\n", "G4WT2 > G4SDManager deleted.\n", "G4WT3 > UserDetectorConstruction deleted.\n", "G4WT3 > UserPhysicsList deleted.\n", "G4WT3 > UserActionInitialization deleted.\n", "G4WT3 > UserWorkerInitialization deleted.\n", "G4WT3 > UserWorkerThreadInitialization deleted.\n", "G4WT0 > EventManager deleted.\n", "\u001b[0mCxx.RunAction INFO (G4WT3) ~RunAction()\u001b[0m\n", "G4WT2 > EventManager deleted.\n", "G4WT3 > UserRunAction deleted.\n", "G4WT0 > Units table cleared.\n", "G4WT2 > Units table cleared.\n", "G4WT2 > TransportationManager deleted.\n", "G4WT0 > TransportationManager deleted.\n", "G4WT0 > Total navigation history collections cleaned: 43\n", "G4WT2 > Total navigation history collections cleaned: 51\n", "G4WT3 > UserPrimaryGenerator deleted.\n", "G4WT3 > RunManager is deleting RunManagerKernel.\n", "G4WT0 > ================== Deleting memory pools ===================\n", "G4WT2 > ================== Deleting memory pools ===================\n", "G4WT0 > Pool ID '20G4NavigationLevelRep', size : 0.0663 MB\n", "G4WT2 > Pool ID '20G4NavigationLevelRep', size : 0.0788 MB\n", "G4WT0 > Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB\n", "G4WT2 > Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB\n", "G4WT3 > G4SDManager deleted.\n", "G4WT2 > Pool ID '7G4Event', size : 0.000961 MB\n", "G4WT2 > Pool ID '15G4PrimaryVertex', size : 0.000961 MB\n", "G4WT2 > Pool ID '17G4PrimaryParticle', size : 0.000961 MB\n", "G4WT0 > Pool ID '7G4Event', size : 0.000961 MB\n", "G4WT2 > Pool ID '17G4DynamicParticle', size : 0.0231 MB\n", "G4WT0 > Pool ID '15G4PrimaryVertex', size : 0.000961 MB\n", "G4WT2 > Pool ID '7G4Track', size : 0.0452 MB\n", "G4WT3 > EventManager deleted.\n", "G4WT0 > Pool ID '17G4PrimaryParticle', size : 0.000961 MB\n", "G4WT3 > Units table cleared.\n", "G4WT0 > Pool ID '17G4DynamicParticle', size : 0.0231 MB\n", "G4WT2 > Pool ID '18G4TouchableHistory', size : 0.00577 MB\n", "G4WT2 > Pool ID '15G4CountedObjectIvE', size : 0.000961 MB\n", "G4WT3 > TransportationManager deleted.\n", "G4WT3 > Total navigation history collections cleaned: 43\n", "G4WT2 > Pool ID '10G4Fragment', size : 0.00192 MB\n", "G4WT0 > Pool ID '7G4Track', size : 0.0461 MB\n", "G4WT3 > ================== Deleting memory pools ===================\n", "G4WT2 > Pool ID '17G4ReactionProduct', size : 0.00192 MB\n", "G4WT0 > Pool ID '18G4TouchableHistory', size : 0.00481 MB\n", "G4WT0 > Pool ID '15G4CountedObjectIvE', size : 0.000961 MB\n", "G4WT0 > Pool ID '10G4Fragment', size : 0.00192 MB\n", "G4WT0 > Pool ID '17G4ReactionProduct', size : 0.00192 MB\n", "G4WT0 > Number of memory pools allocated: 11; of which, static: 0\n", "G4WT0 > Dynamic pools deleted: 11 / Total memory freed: 0.15 MB\n", "G4WT3 > Pool ID '20G4NavigationLevelRep', size : 0.0663 MB\n", "G4WT2 > Number of memory pools allocated: 11; of which, static: 0\n", "G4WT3 > Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB\n", "G4WT3 > Pool ID '7G4Event', size : 0.000961 MB\n", "G4WT0 > ============================================================\n", "G4WT3 > Pool ID '15G4PrimaryVertex', size : 0.000961 MB\n", "G4WT3 > Pool ID '17G4PrimaryParticle', size : 0.000961 MB\n", "G4WT3 > Pool ID '17G4DynamicParticle', size : 0.0202 MB\n", "G4WT2 > Dynamic pools deleted: 11 / Total memory freed: 0.16 MB\n", "G4WT2 > ============================================================\n", "G4WT0 > G4Allocator objects are deleted.\n", "G4WT0 > Thread-local UImanager is to be deleted.\n", "G4WT0 > There should not be any thread-local G4cout/G4cerr hereafter.\n", "G4WT2 > G4Allocator objects are deleted.\n", "G4WT2 > Thread-local UImanager is to be deleted.\n", "G4WT2 > There should not be any thread-local G4cout/G4cerr hereafter.\n", "G4WT3 > Pool ID '7G4Track', size : 0.0404 MB\n", "G4WT3 > Pool ID '18G4TouchableHistory', size : 0.00481 MB\n", "G4WT3 > Pool ID '15G4CountedObjectIvE', size : 0.000961 MB\n", "G4WT3 > Pool ID '10G4Fragment', size : 0.00385 MB\n", "G4WT3 > Pool ID '17G4ReactionProduct', size : 0.00385 MB\n", "G4WT3 > Number of memory pools allocated: 11; of which, static: 0\n", "G4WT3 > Dynamic pools deleted: 11 / Total memory freed: 0.14 MB\n", "G4WT3 > ============================================================\n", "G4WT3 > G4Allocator objects are deleted.\n", "G4WT3 > Thread-local UImanager is to be deleted.\n", "G4WT3 > There should not be any thread-local G4cout/G4cerr hereafter.\n", "UImanager deleted.\n", "UImanager deleted.\n", "StateManager deleted.\n", "RunManagerKernel is deleted. Good bye :)\n", "RunManager is deleted.\n", "StateManager deleted.\n", "RunManagerKernel is deleted. Good bye :)\n", "RunManager is deleted.\n", "UImanager deleted.\n", "StateManager deleted.\n", "RunManagerKernel is deleted. Good bye :)\n", "RunManager is deleted.\n", "G4WT1 > UserDetectorConstruction deleted.\n", "G4WT1 > UserPhysicsList deleted.\n", "G4WT1 > UserActionInitialization deleted.\n", "G4WT1 > UserWorkerInitialization deleted.\n", "G4WT1 > UserWorkerThreadInitialization deleted.\n", "\u001b[0mCxx.RunAction INFO (G4WT1) ~RunAction()\u001b[0m\n", "G4WT1 > UserRunAction deleted.\n", "G4WT1 > UserPrimaryGenerator deleted.\n", "G4WT1 > RunManager is deleting RunManagerKernel.\n", "G4WT1 > G4SDManager deleted.\n", "G4WT1 > EventManager deleted.\n", "G4WT1 > Units table cleared.\n", "G4WT1 > TransportationManager deleted.\n", "G4WT1 > Total navigation history collections cleaned: 51\n", "G4WT1 > ================== Deleting memory pools ===================\n", "G4WT1 > Pool ID '20G4NavigationLevelRep', size : 0.0798 MB\n", "G4WT1 > Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB\n", "G4WT1 > Pool ID '7G4Event', size : 0.000961 MB\n", "G4WT1 > Pool ID '15G4PrimaryVertex', size : 0.000961 MB\n", "G4WT1 > Pool ID '17G4PrimaryParticle', size : 0.000961 MB\n", "G4WT1 > Pool ID '17G4DynamicParticle', size : 0.024 MB\n", "G4WT1 > Pool ID '7G4Track', size : 0.0471 MB\n", "G4WT1 > Pool ID '18G4TouchableHistory', size : 0.00577 MB\n", "G4WT1 > Pool ID '15G4CountedObjectIvE', size : 0.000961 MB\n", "G4WT1 > Pool ID '10G4Fragment', size : 0.00288 MB\n", "G4WT1 > Pool ID '17G4ReactionProduct', size : 0.00288 MB\n", "G4WT1 > Number of memory pools allocated: 11; of which, static: 0\n", "G4WT1 > Dynamic pools deleted: 11 / Total memory freed: 0.17 MB\n", "G4WT1 > ============================================================\n", "G4WT1 > G4Allocator objects are deleted.\n", "G4WT1 > Thread-local UImanager is to be deleted.\n", "G4WT1 > There should not be any thread-local G4cout/G4cerr hereafter.\n", "UImanager deleted.\n", "StateManager deleted.\n", "RunManagerKernel is deleted. Good bye :)\n", "RunManager is deleted.\n", "G4WT4 > UserDetectorConstruction deleted.\n", "G4WT4 > UserPhysicsList deleted.\n", "G4WT4 > UserActionInitialization deleted.\n", "G4WT4 > UserWorkerInitialization deleted.\n", "G4WT4 > UserWorkerThreadInitialization deleted.\n", "\u001b[0mCxx.RunAction INFO (G4WT4) ~RunAction()\u001b[0m\n", "G4WT4 > UserRunAction deleted.\n", "G4WT4 > UserPrimaryGenerator deleted.\n", "G4WT4 > RunManager is deleting RunManagerKernel.\n", "G4WT4 > G4SDManager deleted.\n", "G4WT4 > EventManager deleted.\n", "G4WT4 > Units table cleared.\n", "G4WT4 > TransportationManager deleted.\n", "G4WT4 > Total navigation history collections cleaned: 42\n", "G4WT4 > ================== Deleting memory pools ===================\n", "G4WT4 > Pool ID '20G4NavigationLevelRep', size : 0.0654 MB\n", "G4WT4 > Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB\n", "G4WT4 > Pool ID '7G4Event', size : 0.000961 MB\n", "G4WT4 > Pool ID '15G4PrimaryVertex', size : 0.000961 MB\n", "G4WT4 > Pool ID '17G4PrimaryParticle', size : 0.000961 MB\n", "G4WT4 > Pool ID '17G4DynamicParticle', size : 0.0183 MB\n", "G4WT4 > Pool ID '7G4Track', size : 0.0365 MB\n", "G4WT4 > Pool ID '18G4TouchableHistory', size : 0.00481 MB\n", "G4WT4 > Pool ID '15G4CountedObjectIvE', size : 0.000961 MB\n", "G4WT4 > Pool ID '10G4Fragment', size : 0.00192 MB\n", "G4WT4 > Pool ID '17G4ReactionProduct', size : 0.00192 MB\n", "G4WT4 > Number of memory pools allocated: 11; of which, static: 0\n", "G4WT4 > Dynamic pools deleted: 11 / Total memory freed: 0.13 MB\n", "G4WT4 > ============================================================\n", "G4WT4 > G4Allocator objects are deleted.\n", "G4WT4 > Thread-local UImanager is to be deleted.\n", "G4WT4 > There should not be any thread-local G4cout/G4cerr hereafter.\n", "UImanager deleted.\n", "StateManager deleted.\n", "RunManagerKernel is deleted. Good bye :)\n", "RunManager is deleted.\n", "G4 kernel has come to Quit state.\n", "UserDetectorConstruction deleted.\n", "UserPhysicsList deleted.\n", "\u001b[0mCxx.ActionInitialization INFO ~ActionInitialization()\u001b[0m\n", "UserActionInitialization deleted.\n", "UserWorkerInitialization deleted.\n", "UserWorkerThreadInitialization deleted.\n", "UserRunAction deleted.\n", "UserPrimaryGenerator deleted.\n", "RunManager is deleting RunManagerKernel.\n", "G4SDManager deleted.\n", "EventManager deleted.\n", "Units table cleared.\n", "TransportationManager deleted.\n", "Total navigation history collections cleaned: 3\n", "G4RNGHelper object is deleted.\n", "================== Deleting memory pools ===================\n", "Pool ID '20G4NavigationLevelRep', size : 0.00288 MB\n", "Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB\n", "Pool ID '17G4DynamicParticle', size : 0.000961 MB\n", "Pool ID '16G4SmartVoxelNode', size : 0.0423 MB\n", "Pool ID '17G4SmartVoxelProxy', size : 0.0221 MB\n", "Pool ID '15G4CountedObjectIvE', size : 0.000961 MB\n", "Number of memory pools allocated: 6; of which, static: 0\n", "Dynamic pools deleted: 6 / Total memory freed: 0.07 MB\n", "============================================================\n", "G4Allocator objects are deleted.\n", "UImanager deleted.\n", "StateManager deleted.\n", "RunManagerKernel is deleted. Good bye :)\n", "RunManager is deleted.\n", "Graphics systems deleted.\n", "Visualization Manager deleting...\n", "Module libc not found.\n", "hadd Target file: Zee.HIT.root\n", "hadd compression setting for all output: 101\n", "hadd Source file 1: Zee.HIT.root.0\n", "Warning in : no dictionary for class xAOD::EventInfo_t is available\n", "Warning in : no dictionary for class xAOD::Seed_t is available\n", "Warning in : no dictionary for class xAOD::TruthParticle_t is available\n", "Warning in : no dictionary for class xAOD::CaloHit_t is available\n", "hadd Source file 2: Zee.HIT.root.1\n", "hadd Source file 3: Zee.HIT.root.2\n", "hadd Source file 4: Zee.HIT.root.3\n", "hadd Source file 5: Zee.HIT.root.4\n", "hadd Target path: Zee.HIT.root:/\n", "hadd Target path: Zee.HIT.root:/Event\n", "hadd Target path: Zee.HIT.root:/Expert\n", "hadd Target path: Zee.HIT.root:/Expert/Hits\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_PSB_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMB1_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMB2_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMB3_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCal1_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCal2_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCal3_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCalExt1_A_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCalExt2_A_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCalExt3_A_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_PSE_A_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_A_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_A_1\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_A_2\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_A_3\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC2_A_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC2_A_1\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC3_A_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC3_A_1\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC1_A_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC1_A_1\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC2_A_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC2_A_1\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC3_A_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC3_A_1\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCalExt1_B_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCalExt2_B_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/TILE_TileCalExt3_B_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_PSE_B_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_B_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_B_1\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_B_2\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC1_B_3\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC2_B_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC2_B_1\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC3_B_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/LAr_EMEC3_B_1\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC1_B_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC1_B_1\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC2_B_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC2_B_1\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC3_B_0\n", "hadd Target path: Zee.HIT.root:/Expert/Hits/FCal_HEC3_B_1\n", "Warning in :\n", "Warning in : Unchecked status codes encountered during the job\n", "Warning in : Number of unchecked successes: 10\n", "Warning in : To fail on an unchecked code, call StatusCode::enableFailure() at the job's start\n", "Warning in :\n" ] } ], "source": [ "!simu_trf.py -i Zee.EVT.root -o Zee.HIT.root -nt 5" ] }, { "cell_type": "markdown", "id": "d618b10f-65fa-43f1-af7d-dad210defd42", "metadata": {}, "source": [ "# Digitization\n", "\n", "\n", "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: \n" ] }, { "cell_type": "code", "execution_count": 5, "id": "a400983e-4ee4-4393-945b-622d4931cd59", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Module libc not found.\n", "\u001b[1;32mUsage:\u001b[0m \u001b[1;38;5;244mdigit_trf.py\u001b[0m [\u001b[32m-l\u001b[0m \u001b[34mOUTPUT_LEVEL\u001b[0m] [\u001b[32m--pre-init\u001b[0m \u001b[34mPRE_INIT\u001b[0m]\n", " [\u001b[32m--pre-exec\u001b[0m \u001b[34mPRE_EXEC\u001b[0m] [\u001b[32m--post-exec\u001b[0m \u001b[34mPOST_EXEC\u001b[0m] \u001b[32m-i\u001b[0m\n", " \u001b[34mINPUT_FILE\u001b[0m \u001b[32m-o\u001b[0m \u001b[34mOUTPUT_FILE\u001b[0m [\u001b[32m--nov\u001b[0m \u001b[34mNUMBER_OF_EVENTS\u001b[0m]\n", " [\u001b[32m--events-per-job\u001b[0m \u001b[34mEVENTS_PER_JOB\u001b[0m] [\u001b[32m-nt\u001b[0m \u001b[34mNUMBER_OF_THREADS\u001b[0m]\n", " [\u001b[32m-m\u001b[0m] [\u001b[32m--overwrite\u001b[0m] [\u001b[32m--dry-run\u001b[0m] [\u001b[32m--job-file\u001b[0m \u001b[34mJOB_FILE\u001b[0m]\n", "\n", "\u001b[1;32mOptions:\u001b[0m\n", " \u001b[32m-l\u001b[0m, \u001b[32m--output-level\u001b[0m \u001b[34mOUTPUT_LEVEL\u001b[0m\n", " \u001b[38;5;244mThe output level messenger.\u001b[0m\n", " \u001b[32m--pre-init\u001b[0m \u001b[34mPRE_INIT\u001b[0m \u001b[38;5;244mThe preinit command\u001b[0m\n", " \u001b[32m--pre-exec\u001b[0m \u001b[34mPRE_EXEC\u001b[0m \u001b[38;5;244mThe preexec command\u001b[0m\n", " \u001b[32m--post-exec\u001b[0m \u001b[34mPOST_EXEC\u001b[0m\n", " \u001b[38;5;244mThe postexec command\u001b[0m\n", " \u001b[32m-i\u001b[0m, \u001b[32m--input-file\u001b[0m \u001b[34mINPUT_FILE\u001b[0m\n", " \u001b[38;5;244mThe input file or folder to run the job\u001b[0m\n", " \u001b[32m-o\u001b[0m, \u001b[32m--output-file\u001b[0m \u001b[34mOUTPUT_FILE\u001b[0m\n", " \u001b[38;5;244mThe output file.\u001b[0m\n", " \u001b[32m--nov\u001b[0m, \u001b[32m--number-of-events\u001b[0m \u001b[34mNUMBER_OF_EVENTS\u001b[0m\n", " \u001b[38;5;244mThe total number of events to run.\u001b[0m\n", " \u001b[32m--events-per-job\u001b[0m \u001b[34mEVENTS_PER_JOB\u001b[0m\n", " \u001b[38;5;244mThe number of events per job\u001b[0m\n", " \u001b[32m-nt\u001b[0m, \u001b[32m--number-of-threads\u001b[0m \u001b[34mNUMBER_OF_THREADS\u001b[0m\n", " \u001b[38;5;244mThe number of threads\u001b[0m\n", " \u001b[32m-m\u001b[0m, \u001b[32m--merge\u001b[0m \u001b[38;5;244mMerge all files.\u001b[0m\n", " \u001b[32m--overwrite\u001b[0m \u001b[38;5;244mRerun all jobs.\u001b[0m\n", " \u001b[32m--dry-run\u001b[0m \u001b[38;5;244mPerform a dry run without executing jobs.\u001b[0m\n", " \u001b[32m--job-file\u001b[0m \u001b[34mJOB_FILE\u001b[0m \u001b[38;5;244mThe JSON file used to configure this job automatically\u001b[0m\n", " \u001b[38;5;244mby overwritting some arguments.\u001b[0m\n" ] } ], "source": [ "!digit_trf.py" ] }, { "cell_type": "markdown", "id": "1693bf79-fd0b-4b8a-9305-6d83477f505d", "metadata": {}, "source": [ "## How to run digitization?" ] }, { "cell_type": "code", "execution_count": 6, "id": "93a6f91c-3448-4963-920c-64ae6fb6eb04", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Module libc not found.\n", "['/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.HIT.root']\n", "Loop over files...: 100%|█████████████████████████| 1/1 [00:00<00:00, 5.61it/s]\n", "[('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.HIT.root',\n", " 'Zee.ESD.0.0.root',\n", " [0, 1, 2, 3, 4])]\n", "\u001b[mPy.CaloCellBuilder INFO Configure CaloCellBuilder.\u001b[0m\n", "sampling noise: 90\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_PSB collection\u001b[0m\n", "sampling noise: 26\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMB1 collection\u001b[0m\n", "sampling noise: 60\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMB2 collection\u001b[0m\n", "sampling noise: 40\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMB3 collection\u001b[0m\n", "sampling noise: 20\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_TileCal1 collection\u001b[0m\n", "sampling noise: 20\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_TileCal2 collection\u001b[0m\n", "sampling noise: 20\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_TileCal3 collection\u001b[0m\n", "sampling noise: 20\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_TileExt1_A collection\u001b[0m\n", "sampling noise: 20\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_TileExt2_A collection\u001b[0m\n", "sampling noise: 20\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_TileExt3_A collection\u001b[0m\n", "sampling noise: 26\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_PSE_A collection\u001b[0m\n", "sampling noise: 26\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_0A collection\u001b[0m\n", "sampling noise: 26\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_1A collection\u001b[0m\n", "sampling noise: 26\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_2A collection\u001b[0m\n", "sampling noise: 26\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_3A collection\u001b[0m\n", "sampling noise: 60\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC2_0A collection\u001b[0m\n", "sampling noise: 60\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC2_1A collection\u001b[0m\n", "sampling noise: 40\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC3_0A collection\u001b[0m\n", "sampling noise: 40\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC3_1A collection\u001b[0m\n", "sampling noise: 250\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_HEC1_0A collection\u001b[0m\n", "sampling noise: 250\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_HEC1_1A collection\u001b[0m\n", "sampling noise: 400\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_HEC2_0A collection\u001b[0m\n", "sampling noise: 400\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_HEC2_1A collection\u001b[0m\n", "sampling noise: 250\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_HEC3_0A collection\u001b[0m\n", "sampling noise: 250\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_HEC3_1A collection\u001b[0m\n", "sampling noise: 20\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_TileExt1_B collection\u001b[0m\n", "sampling noise: 20\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_TileExt2_B collection\u001b[0m\n", "sampling noise: 20\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_TileExt3_B collection\u001b[0m\n", "sampling noise: 26\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_PSE_B collection\u001b[0m\n", "sampling noise: 26\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_0B collection\u001b[0m\n", "sampling noise: 26\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_1B collection\u001b[0m\n", "sampling noise: 26\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_2B collection\u001b[0m\n", "sampling noise: 26\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC1_3B collection\u001b[0m\n", "sampling noise: 60\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC2_0B collection\u001b[0m\n", "sampling noise: 60\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC2_1B collection\u001b[0m\n", "sampling noise: 40\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC3_0B collection\u001b[0m\n", "sampling noise: 40\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_EMEC3_1B collection\u001b[0m\n", "sampling noise: 250\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_HEC1_0B collection\u001b[0m\n", "sampling noise: 250\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_HEC1_1B collection\u001b[0m\n", "sampling noise: 400\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_HEC2_0B collection\u001b[0m\n", "sampling noise: 400\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_HEC2_1B collection\u001b[0m\n", "sampling noise: 250\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_HEC3_0B collection\u001b[0m\n", "sampling noise: 250\n", "\u001b[mPy.CaloCellBuilder INFO Create new CaloCellMaker and dump all cells into Collection_HEC3_1B collection\u001b[0m\n", "\u001b[mPy.CaloCellBuilder INFO Create CaloCellMerge and dump all cell collections into Cells container\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name HITReader\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_PSB\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMB1\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMB2\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMB3\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_TileCal1\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_TileCal2\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_TileCal3\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_TileExt1_A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_TileExt2_A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_TileExt3_A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_PSE_A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_0A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_1A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_2A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_3A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC2_0A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC2_1A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC3_0A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC3_1A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_HEC1_0A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_HEC1_1A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_HEC2_0A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_HEC2_1A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_HEC3_0A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_HEC3_1A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_TileExt1_B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_TileExt2_B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_TileExt3_B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_PSE_B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_0B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_1B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_2B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC1_3B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC2_0B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC2_1B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC3_0B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_EMEC3_1B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_HEC1_0B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_HEC1_1B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_HEC2_0B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_HEC2_1B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_HEC3_0B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMaker_Collection_HEC3_1B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloCellMerge\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name RootStreamESDMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for HITReader\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_PSB\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMB1\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMB2\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMB3\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_TileCal1\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_TileCal2\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_TileCal3\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_TileExt1_A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_TileExt2_A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_TileExt3_A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_PSE_A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC1_0A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC1_1A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC1_2A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC1_3A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC2_0A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC2_1A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC3_0A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC3_1A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_HEC1_0A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_HEC1_1A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_HEC2_0A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_HEC2_1A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_HEC3_0A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_HEC3_1A\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_TileExt1_B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_TileExt2_B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_TileExt3_B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_PSE_B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC1_0B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC1_1B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC1_2B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC1_3B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC2_0B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC2_1B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC3_0B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_EMEC3_1B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_HEC1_0B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_HEC1_1B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_HEC2_0B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_HEC2_1B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_HEC3_0B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMaker_Collection_HEC3_1B\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloCellMerge\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for RootStreamESDMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 0 =========================\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 1 =========================\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 2 =========================\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 3 =========================\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 4 =========================\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Saving StoreGate...\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Writing all root objects into the file and delete all decorators\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Decorators will no be saved into the root file.\u001b[0m\n", "hadd -f Zee.ESD.root Zee.ESD.0.0.root\n", "Module libc not found.\n", "hadd Target file: Zee.ESD.root\n", "hadd compression setting for all output: 101\n", "hadd Source file 1: Zee.ESD.0.0.root\n", "Warning in : no dictionary for class xAOD::EventInfo_t is available\n", "Warning in : no dictionary for class xAOD::Seed_t is available\n", "Warning in : no dictionary for class xAOD::TruthParticle_t is available\n", "Warning in : no dictionary for class xAOD::CaloCell_t is available\n", "Warning in : no dictionary for class xAOD::CaloDetDescriptor_t is available\n", "hadd Target path: Zee.ESD.root:/\n", "hadd Target path: Zee.ESD.root:/Expert\n", "hadd Target path: Zee.ESD.root:/Expert/Cells\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_PSB_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMB1_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMB2_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMB3_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCal1_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCal2_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCal3_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCalExt1_A_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCalExt2_A_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCalExt3_A_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_PSE_A_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_A_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_A_1\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_A_2\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_A_3\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC2_A_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC2_A_1\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC3_A_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC3_A_1\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC1_A_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC1_A_1\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC2_A_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC2_A_1\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC3_A_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC3_A_1\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCalExt1_B_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCalExt2_B_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/TILE_TileCalExt3_B_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_PSE_B_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_B_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_B_1\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_B_2\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC1_B_3\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC2_B_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC2_B_1\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC3_B_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/LAr_EMEC3_B_1\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC1_B_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC1_B_1\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC2_B_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC2_B_1\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC3_B_0\n", "hadd Target path: Zee.ESD.root:/Expert/Cells/FCal_HEC3_B_1\n", "hadd Target path: Zee.ESD.root:/Event\n" ] } ], "source": [ "!digit_trf.py -i Zee.HIT.root -o Zee.ESD.root" ] }, { "cell_type": "markdown", "id": "a92dc208-8346-4aac-aa2e-83ebf92758e3", "metadata": {}, "source": [ "# Reconstruction\n", "\n", "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: \n" ] }, { "cell_type": "code", "execution_count": 8, "id": "64e123ff-2c9c-4d89-aed5-473412bee64e", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Module libc not found.\n", "\u001b[1;32mUsage:\u001b[0m \u001b[1;38;5;244mreco_trf.py\u001b[0m [\u001b[32m-l\u001b[0m \u001b[34mOUTPUT_LEVEL\u001b[0m] [\u001b[32m-c\u001b[0m \u001b[34mCOMMAND\u001b[0m] \u001b[32m-i\u001b[0m \u001b[34mINPUT_FILE\u001b[0m \u001b[32m-o\u001b[0m \u001b[34mOUTPUT_FILE\u001b[0m\n", " [\u001b[32m--nov\u001b[0m \u001b[34mNUMBER_OF_EVENTS\u001b[0m] [\u001b[32m--events-per-job\u001b[0m \u001b[34mEVENTS_PER_JOB\u001b[0m]\n", " [\u001b[32m-nt\u001b[0m \u001b[34mNUMBER_OF_THREADS\u001b[0m] [\u001b[32m-m\u001b[0m] [\u001b[32m--overwrite\u001b[0m] [\u001b[32m--dry-run\u001b[0m]\n", " [\u001b[32m--job-file\u001b[0m \u001b[34mJOB_FILE\u001b[0m]\n", "\n", "\u001b[1;32mOptions:\u001b[0m\n", " \u001b[32m-l\u001b[0m, \u001b[32m--output-level\u001b[0m \u001b[34mOUTPUT_LEVEL\u001b[0m\n", " \u001b[38;5;244mThe output level messenger.\u001b[0m\n", " \u001b[32m-c\u001b[0m, \u001b[32m--command\u001b[0m \u001b[34mCOMMAND\u001b[0m\n", " \u001b[38;5;244mThe preexec command\u001b[0m\n", " \u001b[32m-i\u001b[0m, \u001b[32m--input-file\u001b[0m \u001b[34mINPUT_FILE\u001b[0m\n", " \u001b[38;5;244mThe input file or folder to run the job\u001b[0m\n", " \u001b[32m-o\u001b[0m, \u001b[32m--output-file\u001b[0m \u001b[34mOUTPUT_FILE\u001b[0m\n", " \u001b[38;5;244mThe output file.\u001b[0m\n", " \u001b[32m--nov\u001b[0m, \u001b[32m--number-of-events\u001b[0m \u001b[34mNUMBER_OF_EVENTS\u001b[0m\n", " \u001b[38;5;244mThe total number of events to run.\u001b[0m\n", " \u001b[32m--events-per-job\u001b[0m \u001b[34mEVENTS_PER_JOB\u001b[0m\n", " \u001b[38;5;244mThe number of events per job\u001b[0m\n", " \u001b[32m-nt\u001b[0m, \u001b[32m--number-of-threads\u001b[0m \u001b[34mNUMBER_OF_THREADS\u001b[0m\n", " \u001b[38;5;244mThe number of threads\u001b[0m\n", " \u001b[32m-m\u001b[0m, \u001b[32m--merge\u001b[0m \u001b[38;5;244mMerge all files.\u001b[0m\n", " \u001b[32m--overwrite\u001b[0m \u001b[38;5;244mRerun all jobs.\u001b[0m\n", " \u001b[32m--dry-run\u001b[0m \u001b[38;5;244mPerform a dry run without executing jobs.\u001b[0m\n", " \u001b[32m--job-file\u001b[0m \u001b[34mJOB_FILE\u001b[0m \u001b[38;5;244mThe JSON file used to configure this job automatically\u001b[0m\n", " \u001b[38;5;244mby overwritting some arguments.\u001b[0m\n" ] } ], "source": [ "!reco_trf.py" ] }, { "cell_type": "markdown", "id": "a3d0677a-038b-4479-9a39-579f3bfc1d23", "metadata": {}, "source": [ "## How to run reconstruction?" ] }, { "cell_type": "code", "execution_count": 9, "id": "4cb98c73-f3e5-4c95-b149-27858ecb04b2", "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Module libc not found.\n", "['/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.ESD.root']\n", "Loop over files...: 100%|█████████████████████████| 1/1 [00:00<00:00, 5.88it/s]\n", "[('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.ESD.root',\n", " 'Zee.AOD.0.0.root',\n", " [0]),\n", " ('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.ESD.root',\n", " 'Zee.AOD.0.1.root',\n", " [1]),\n", " ('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.ESD.root',\n", " 'Zee.AOD.0.2.root',\n", " [2]),\n", " ('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.ESD.root',\n", " 'Zee.AOD.0.3.root',\n", " [3]),\n", " ('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.ESD.root',\n", " 'Zee.AOD.0.4.root',\n", " [4])]\n", "Module libc not found.\n", "Module libc not found.\n", "Module libc not found.\n", "Module Module libclibc not found.\n", " not found.\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name ESDReader\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloClusterMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsBuilder_Fwd\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsMerge\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name ElectronBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name RootStreamAODMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for ESDReader\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloClusterMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsBuilder_Fwd\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsMerge\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for ElectronBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for RootStreamAODMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 3 =========================\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name ESDReader\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloClusterMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsBuilder_Fwd\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsMerge\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name ElectronBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name RootStreamAODMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for ESDReader\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloClusterMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsBuilder_Fwd\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsMerge\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for ElectronBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for RootStreamAODMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 0 =========================\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name ESDReader\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloClusterMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsBuilder_Fwd\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsMerge\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name ElectronBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name RootStreamAODMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name ESDReader\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloClusterMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsBuilder_Fwd\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsMerge\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name ElectronBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name RootStreamAODMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for ESDReader\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloClusterMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsBuilder_Fwd\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for ESDReader\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsMerge\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for ElectronBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for RootStreamAODMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloClusterMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsBuilder_Fwd\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsMerge\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for ElectronBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for RootStreamAODMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 1 =========================\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name ESDReader\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloClusterMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsBuilder_Fwd\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name CaloRingsMerge\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name ElectronBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name RootStreamAODMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 4 =========================\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for ESDReader\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 70182.9\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Creating one cluster since the center energy is higher than the energy cut\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloClusterMaker\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 149589\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Creating one cluster since the center energy is higher than the energy cut\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsBuilder_Fwd\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for CaloRingsMerge\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for ElectronBuilder\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for RootStreamAODMaker\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder_Fwd INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder_Fwd INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsMerge INFO Starting collection merge algorithm...\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Cluster eta: 1.2125 phi: 1.7304 et: 39282.1 e: 71873.2\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (tight) for cluster with eta: 1.2125 phi: 1.7304 et: 39282.1 e: 71873.2\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (medium) for cluster with eta: 1.2125 phi: 1.7304 et: 39282.1 e: 71873.2\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (loose) for cluster with eta: 1.2125 phi: 1.7304 et: 39282.1 e: 71873.2\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (vloose) for cluster with eta: 1.2125 phi: 1.7304 et: 39282.1 e: 71873.2\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Cluster eta: 2.1255 phi: -1.4112 et: 37153.1 e: 157835\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (tight) for cluster with eta: 2.1255 phi: -1.4112 et: 37153.1 e: 157835\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (medium) for cluster with eta: 2.1255 phi: -1.4112 et: 37153.1 e: 157835\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (loose) for cluster with eta: 2.1255 phi: -1.4112 et: 37153.1 e: 157835\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (vloose) for cluster with eta: 2.1255 phi: -1.4112 et: 37153.1 e: 157835\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 2 =========================\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 151047\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Creating one cluster since the center energy is higher than the energy cut\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder_Fwd INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsMerge INFO Starting collection merge algorithm...\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Cluster eta: 2.3755 phi: 1.804 et: 31052 e: 168447\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (tight) for cluster with eta: 2.3755 phi: 1.804 et: 31052 e: 168447\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (medium) for cluster with eta: 2.3755 phi: 1.804 et: 31052 e: 168447\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (loose) for cluster with eta: 2.3755 phi: 1.804 et: 31052 e: 168447\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (vloose) for cluster with eta: 2.3755 phi: 1.804 et: 31052 e: 168447\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 109631\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Creating one cluster since the center energy is higher than the energy cut\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 102481\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Creating one cluster since the center energy is higher than the energy cut\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder_Fwd INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder_Fwd INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsMerge INFO Starting collection merge algorithm...\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Cluster eta: -1.6505 phi: -0.6258 et: 41396.2 e: 111802\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (tight) for cluster with eta: -1.6505 phi: -0.6258 et: 41396.2 e: 111802\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (medium) for cluster with eta: -1.6505 phi: -0.6258 et: 41396.2 e: 111802\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (loose) for cluster with eta: -1.6505 phi: -0.6258 et: 41396.2 e: 111802\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (vloose) for cluster with eta: -1.6505 phi: -0.6258 et: 41396.2 e: 111802\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Cluster eta: -1.5755 phi: 2.4421 et: 42948.8 e: 108232\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (tight) for cluster with eta: -1.5755 phi: 2.4421 et: 42948.8 e: 108232\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (medium) for cluster with eta: -1.5755 phi: 2.4421 et: 42948.8 e: 108232\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (loose) for cluster with eta: -1.5755 phi: 2.4421 et: 42948.8 e: 108232\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (vloose) for cluster with eta: -1.5755 phi: 2.4421 et: 42948.8 e: 108232\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Saving StoreGate...\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Writing all root objects into the file and delete all decorators\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Decorators will no be saved into the root file.\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Saving StoreGate...\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Writing all root objects into the file and delete all decorators\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Decorators will no be saved into the root file.\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 53031.1\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Creating one cluster since the center energy is higher than the energy cut\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 84082.4\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Creating one cluster since the center energy is higher than the energy cut\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 44751.2\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Creating one cluster since the center energy is higher than the energy cut\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Eletromagnetic energy in 0.1 x 0.1 center in the hotcell is: 193361\u001b[0m\n", "\u001b[0mCxx.CaloClusterMaker INFO Creating one cluster since the center energy is higher than the energy cut\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder_Fwd INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder_Fwd INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsMerge INFO Starting collection merge algorithm...\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Cluster eta: -0.7125 phi: 2.4421 et: 44463.3 e: 56234.9\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (tight) for cluster with eta: -0.7125 phi: 2.4421 et: 44463.3 e: 56234.9\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (medium) for cluster with eta: -0.7125 phi: 2.4421 et: 44463.3 e: 56234.9\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (loose) for cluster with eta: -0.7125 phi: 2.4421 et: 44463.3 e: 56234.9\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (vloose) for cluster with eta: -0.7125 phi: 2.4421 et: 44463.3 e: 56234.9\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Cluster eta: -1.2625 phi: -0.8222 et: 45445.3 e: 86736.6\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (tight) for cluster with eta: -1.2625 phi: -0.8222 et: 45445.3 e: 86736.6\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (medium) for cluster with eta: -1.2625 phi: -0.8222 et: 45445.3 e: 86736.6\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (loose) for cluster with eta: -1.2625 phi: -0.8222 et: 45445.3 e: 86736.6\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (vloose) for cluster with eta: -1.2625 phi: -0.8222 et: 45445.3 e: 86736.6\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder_Fwd INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsBuilder_Fwd INFO Creating the CaloRings for this cluster...\u001b[0m\n", "\u001b[0mCxx.CaloRingsMerge INFO Starting collection merge algorithm...\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Cluster eta: 1.0125 phi: 2.8348 et: 32190.2 e: 50148.9\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (tight) for cluster with eta: 1.0125 phi: 2.8348 et: 32190.2 e: 50148.9\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (medium) for cluster with eta: 1.0125 phi: 2.8348 et: 32190.2 e: 50148.9\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (loose) for cluster with eta: 1.0125 phi: 2.8348 et: 32190.2 e: 50148.9\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (vloose) for cluster with eta: 1.0125 phi: 2.8348 et: 32190.2 e: 50148.9\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Cluster eta: 2.3505 phi: -0.2331 et: 39677.6 e: 210016\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (tight) for cluster with eta: 2.3505 phi: -0.2331 et: 39677.6 e: 210016\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (medium) for cluster with eta: 2.3505 phi: -0.2331 et: 39677.6 e: 210016\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (loose) for cluster with eta: 2.3505 phi: -0.2331 et: 39677.6 e: 210016\u001b[0m\n", "\u001b[0mCxx.ElectronBuilder INFO Computing PID (vloose) for cluster with eta: 2.3505 phi: -0.2331 et: 39677.6 e: 210016\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Saving StoreGate...\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Writing all root objects into the file and delete all decorators\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Decorators will no be saved into the root file.\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Saving StoreGate...\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Writing all root objects into the file and delete all decorators\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Decorators will no be saved into the root file.\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Saving StoreGate...\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Writing all root objects into the file and delete all decorators\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Decorators will no be saved into the root file.\u001b[0m\n", "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\n", "Module libc not found.\n", "hadd Target file: Zee.AOD.root\n", "hadd compression setting for all output: 101\n", "hadd Source file 1: Zee.AOD.0.0.root\n", "Warning in : no dictionary for class xAOD::EventInfo_t is available\n", "Warning in : no dictionary for class xAOD::Seed_t is available\n", "Warning in : no dictionary for class xAOD::TruthParticle_t is available\n", "Warning in : no dictionary for class xAOD::CaloRings_t is available\n", "Warning in : no dictionary for class xAOD::CaloCluster_t is available\n", "Warning in : no dictionary for class xAOD::Electron_t is available\n", "Warning in : no dictionary for class xAOD::CaloCell_t is available\n", "Warning in : no dictionary for class xAOD::CaloDetDescriptor_t is available\n", "hadd Source file 2: Zee.AOD.0.1.root\n", "hadd Source file 3: Zee.AOD.0.2.root\n", "hadd Source file 4: Zee.AOD.0.3.root\n", "hadd Source file 5: Zee.AOD.0.4.root\n", "hadd Target path: Zee.AOD.root:/\n", "hadd Target path: Zee.AOD.root:/Expert\n", "hadd Target path: Zee.AOD.root:/Expert/Clusters\n", "hadd Target path: Zee.AOD.root:/Expert/Rings\n", "hadd Target path: Zee.AOD.root:/Expert/Rings_Fwd\n", "hadd Target path: Zee.AOD.root:/Event\n", "Warning in :\n", "Warning in : Unchecked status codes encountered during the job\n", "Warning in : Number of unchecked successes: 1\n", "Warning in : To fail on an unchecked code, call StatusCode::enableFailure() at the job's start\n", "Warning in :\n", "Warning in :\n", "Warning in : Unchecked status codes encountered during the job\n", "Warning in : Number of unchecked successes: 2\n", "Warning in : To fail on an unchecked code, call StatusCode::enableFailure() at the job's start\n", "Warning in :\n", "Warning in :\n", "Warning in : Unchecked status codes encountered during the job\n", "Warning in : Number of unchecked successes: 2\n", "Warning in : To fail on an unchecked code, call StatusCode::enableFailure() at the job's start\n", "Warning in :\n", "Warning in :\n", "Warning in : Unchecked status codes encountered during the job\n", "Warning in : Number of unchecked successes: 2\n", "Warning in : To fail on an unchecked code, call StatusCode::enableFailure() at the job's start\n", "Warning in :\n", "Warning in :\n", "Warning in : Unchecked status codes encountered during the job\n", "Warning in : Number of unchecked successes: 2\n", "Warning in : To fail on an unchecked code, call StatusCode::enableFailure() at the job's start\n", "Warning in :\n" ] } ], "source": [ "!reco_trf.py -i Zee.ESD.root -o Zee.AOD.root -nt 5 --events-per-job 1 -m" ] }, { "cell_type": "markdown", "id": "6c0e4fa9-acc9-4001-afaa-864b4f5e70eb", "metadata": {}, "source": [ "# Ntuple\n", "\n", "Finally, the last step is responsible to dump all the event information into a ntuple root format." ] }, { "cell_type": "code", "execution_count": 5, "id": "269bdd91-44fc-43fe-bcae-f77c42b970b7", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Module libc not found.\n", "\u001b[1;32mUsage:\u001b[0m \u001b[1;38;5;244mntuple_trf.py\u001b[0m [\u001b[32m-l\u001b[0m \u001b[34mOUTPUT_LEVEL\u001b[0m] \u001b[32m-i\u001b[0m \u001b[34mINPUT_FILE\u001b[0m \u001b[32m-o\u001b[0m \u001b[34mOUTPUT_FILE\u001b[0m\n", " [\u001b[32m--nov\u001b[0m \u001b[34mNUMBER_OF_EVENTS\u001b[0m]\n", " [\u001b[32m--events-per-job\u001b[0m \u001b[34mEVENTS_PER_JOB\u001b[0m] [\u001b[32m-nt\u001b[0m \u001b[34mNUMBER_OF_THREADS\u001b[0m]\n", " [\u001b[32m-m\u001b[0m] [\u001b[32m--overwrite\u001b[0m] [\u001b[32m--dry-run\u001b[0m] [\u001b[32m--job-file\u001b[0m \u001b[34mJOB_FILE\u001b[0m]\n", "\n", "\u001b[1;32mOptions:\u001b[0m\n", " \u001b[32m-l\u001b[0m, \u001b[32m--output-level\u001b[0m \u001b[34mOUTPUT_LEVEL\u001b[0m\n", " \u001b[38;5;244mThe output level messenger.\u001b[0m\n", " \u001b[32m-i\u001b[0m, \u001b[32m--input-file\u001b[0m \u001b[34mINPUT_FILE\u001b[0m\n", " \u001b[38;5;244mThe input file or folder to run the job\u001b[0m\n", " \u001b[32m-o\u001b[0m, \u001b[32m--output-file\u001b[0m \u001b[34mOUTPUT_FILE\u001b[0m\n", " \u001b[38;5;244mThe output file.\u001b[0m\n", " \u001b[32m--nov\u001b[0m, \u001b[32m--number-of-events\u001b[0m \u001b[34mNUMBER_OF_EVENTS\u001b[0m\n", " \u001b[38;5;244mThe total number of events to run.\u001b[0m\n", " \u001b[32m--events-per-job\u001b[0m \u001b[34mEVENTS_PER_JOB\u001b[0m\n", " \u001b[38;5;244mThe number of events per job\u001b[0m\n", " \u001b[32m-nt\u001b[0m, \u001b[32m--number-of-threads\u001b[0m \u001b[34mNUMBER_OF_THREADS\u001b[0m\n", " \u001b[38;5;244mThe number of threads\u001b[0m\n", " \u001b[32m-m\u001b[0m, \u001b[32m--merge\u001b[0m \u001b[38;5;244mMerge all files.\u001b[0m\n", " \u001b[32m--overwrite\u001b[0m \u001b[38;5;244mRerun all jobs.\u001b[0m\n", " \u001b[32m--dry-run\u001b[0m \u001b[38;5;244mPerform a dry run without executing jobs.\u001b[0m\n", " \u001b[32m--job-file\u001b[0m \u001b[34mJOB_FILE\u001b[0m \u001b[38;5;244mThe JSON file used to configure this job automatically\u001b[0m\n", " \u001b[38;5;244mby overwritting some arguments.\u001b[0m\n" ] } ], "source": [ "!ntuple_trf.py" ] }, { "cell_type": "markdown", "id": "448793ef-b0a6-4c94-9bd6-de712166ab36", "metadata": {}, "source": [ "## How to run ntuple?" ] }, { "cell_type": "code", "execution_count": 6, "id": "c99a48a7-b6fe-4435-8540-03d2b6457d0a", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Module libc not found.\n", "['/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.AOD.root']\n", "Loop over files...: 100%|█████████████████████████| 1/1 [00:00<00:00, 5.79it/s]\n", "[('/home/joao.pinto/git_repos/lorenzetti/TEST/Zee.AOD.root',\n", " 'Zee.NTUPLE.0.0.root',\n", " [0, 1, 2, 3, 4])]\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name AODReader\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initializing the tool with name NtupleMaker\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Initialize...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for AODReader\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO Booking histograms for NtupleMaker\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Booking ttree...\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 0 =========================\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO fill ttree...\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Link all branches...0x556af350c970\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Cluster energy: 114370\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Found mc particle with PDGID: 11\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Cluster energy: 107573\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Found mc particle with PDGID: -11\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 1 =========================\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO fill ttree...\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Link all branches...0x556af350c970\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Cluster energy: 56995\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Found mc particle with PDGID: 11\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Cluster energy: 87722.2\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Found mc particle with PDGID: -11\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 2 =========================\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO fill ttree...\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Link all branches...0x556af350c970\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Cluster energy: 48748\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Found mc particle with PDGID: 11\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Cluster energy: 207674\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Found mc particle with PDGID: -11\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 3 =========================\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO fill ttree...\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Link all branches...0x556af350c970\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Cluster energy: 74116.5\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Found mc particle with PDGID: 11\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Cluster energy: 158006\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Found mc particle with PDGID: -11\u001b[0m\n", "\u001b[0mCxx.ComponentAccumulator INFO ======================= Event 4 =========================\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO fill ttree...\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Link all branches...0x556af350c970\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Cluster energy: 168425\u001b[0m\n", "\u001b[0mCxx.NtupleMaker INFO Found mc particle with PDGID: -11\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Saving StoreGate...\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Writing all root objects into the file and delete all decorators\u001b[0m\n", "\u001b[0mCxx.StoreGate INFO Decorators will no be saved into the root file.\u001b[0m\n", "hadd -f Zee.NTUPLE.root Zee.NTUPLE.0.0.root\n", "Module libc not found.\n", "hadd Target file: Zee.NTUPLE.root\n", "hadd compression setting for all output: 101\n", "hadd Source file 1: Zee.NTUPLE.0.0.root\n", "hadd Target path: Zee.NTUPLE.root:/\n", "hadd Target path: Zee.NTUPLE.root:/Event\n" ] } ], "source": [ "!ntuple_trf.py -i Zee.AOD.root -o Zee.NTUPLE.root" ] }, { "cell_type": "code", "execution_count": null, "id": "a72a9ea5-d943-4a01-9ccc-51bd24fd4076", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.12" } }, "nbformat": 4, "nbformat_minor": 5 }