diff --git a/Digi/Boole/CMakeLists.txt b/Digi/Boole/CMakeLists.txt
index 3c514e070ed0fb63f1c6327f3ac7b59c46a2b961..7dc169beb563411c5db72eb61a991f5cc52a3c5f 100644
--- a/Digi/Boole/CMakeLists.txt
+++ b/Digi/Boole/CMakeLists.txt
@@ -37,6 +37,7 @@ if(BUILD_TESTING AND USE_DD4HEP)
            Boole.boole-Muon
            Boole.boole-spillover
            Boole.boole-upgrade-baseline
+           Boole.boole-run3
            Boole.boole-write-xdigi
            Boole.check-raw-data
         PROPERTY
diff --git a/Digi/Boole/tests/options/testBoole-defaults.py b/Digi/Boole/options/General/Boole-2024.py
old mode 100755
new mode 100644
similarity index 91%
rename from Digi/Boole/tests/options/testBoole-defaults.py
rename to Digi/Boole/options/General/Boole-2024.py
index 8d91bc6adea2ed0e3d094ba0a17296a963619fbe..b22d239f0c3f9bf5ca6bafe88243d67b8be759a9
--- a/Digi/Boole/tests/options/testBoole-defaults.py
+++ b/Digi/Boole/options/General/Boole-2024.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# (c) Copyright 2000-2018 CERN for the benefit of the LHCb Collaboration      #
+# (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration      #
 #                                                                             #
 # This software is distributed under the terms of the GNU General Public      #
 # Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
@@ -22,7 +22,7 @@ app.DisableTiming = True  # Do not print timing table
 if UseDD4Hep:
     # For DD4hep builds we do not have geometry and condition tags yet
     DDDBConf(
-        GeometryVersion='run3/trunk',
+        GeometryVersion='run3/2024.Q1.2-v00.00',
         ConditionsVersion='sim10/run3-ideal',
     )
 else:
diff --git a/Digi/Boole/tests/options/testBoole-defaults-notag.py b/Digi/Boole/options/General/Boole-Run3.py
old mode 100755
new mode 100644
similarity index 54%
rename from Digi/Boole/tests/options/testBoole-defaults-notag.py
rename to Digi/Boole/options/General/Boole-Run3.py
index f72c1abb84dc993aa282b15830c884a4333662be..0ded9057ceef29917d3721fa91e1274dbe7e4bac
--- a/Digi/Boole/tests/options/testBoole-defaults-notag.py
+++ b/Digi/Boole/options/General/Boole-Run3.py
@@ -1,5 +1,5 @@
 ###############################################################################
-# (c) Copyright 2000-2018 CERN for the benefit of the LHCb Collaboration      #
+# (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration      #
 #                                                                             #
 # This software is distributed under the terms of the GNU General Public      #
 # Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
@@ -9,10 +9,22 @@
 # or submit itself to any jurisdiction.                                       #
 ###############################################################################
 # Default settings for all Boole tests
-from Configurables import Boole, CondDB
+from Configurables import Boole, DDDBConf
+from DDDB.CheckDD4Hep import UseDD4Hep
 
-CondDB().Upgrade = True
-Boole().EvtMax = 10
-Boole().Outputs = ["DIGI", "MDF"]  # Test all output types
-Boole().Monitors = ["SC", "FPE"]  # Add StatusCode and FPE checks
-Boole().DisableTiming = True  # Do not print timing table
+app = Boole()
+app.DataType = "Upgrade"
+app.EvtMax = 10
+app.Outputs = ["DIGI", "MDF"]  # Test all output types
+app.Monitors = ["FPE"]  # Add FPE checks
+app.DisableTiming = True  # Do not print timing table
+
+if UseDD4Hep:
+    # For DD4hep builds we do not have geometry and condition tags yet
+    DDDBConf(
+        GeometryVersion='run3/trunk',
+        ConditionsVersion='sim10/run3-ideal',
+    )
+else:
+    app.DDDBtag = 'upgrade/master'
+    app.CondDBtag = 'upgrade/master'
diff --git a/Digi/Boole/tests/qmtest/boole.qms/boole-Calo.qmt b/Digi/Boole/tests/qmtest/boole.qms/boole-Calo.qmt
index 6a3d63aa5651c8fd7ba560a0316ddf2aba66cf2a..322de5c22f4d875e2731ac1bcd955527daecba0f 100644
--- a/Digi/Boole/tests/qmtest/boole.qms/boole-Calo.qmt
+++ b/Digi/Boole/tests/qmtest/boole.qms/boole-Calo.qmt
@@ -18,9 +18,10 @@
   <argument name="program"><text>gaudirun.py</text></argument>
   <argument name="timeout"><integer>1800</integer></argument>
   <argument name="args"><set>
-    <text>../options/testBoole-defaults.py</text>
+    <text>$BOOLEOPTS/General/Boole-2024.py</text>
    </set></argument>
    <argument name="options"><text>
+	   
 from Configurables import Boole
 Boole().DetectorDigi = [ 'Calo' ]
 Boole().DetectorMoni = [ 'Calo' ]
@@ -29,6 +30,7 @@ Boole().DatasetName = 'Boole-Calo' <!--the name of the Boole output-->
 
 from PRConfig import TestFileDB
 TestFileDB.test_file_db['upgrade_2024.Q1.2_BsToPhiPhi_md_sim_nu7.6'].run()
+   
 </text></argument>
   <argument name="reference"><text>../refs/boole-Calo.ref</text></argument>
   <argument name="validator"><text>
diff --git a/Digi/Boole/tests/qmtest/boole.qms/boole-FT.qmt b/Digi/Boole/tests/qmtest/boole.qms/boole-FT.qmt
index eaea960fbf6055ff37236c55c7519ce533a81d2e..2b84d21c2dd27e2d4cb184ba4ae2b5d640e79219 100644
--- a/Digi/Boole/tests/qmtest/boole.qms/boole-FT.qmt
+++ b/Digi/Boole/tests/qmtest/boole.qms/boole-FT.qmt
@@ -18,21 +18,20 @@
   <argument name="program"><text>gaudirun.py</text></argument>
   <argument name="timeout"><integer>1800</integer></argument>
   <argument name="args"><set>
-    <text>../options/testBoole-defaults.py</text>
+    <text>$BOOLEOPTS/General/Boole-2024.py</text>
    </set></argument>
    <argument name="options"><text>
+
 from Configurables import Boole
 Boole().DetectorDigi = [ 'FT' ]
 Boole().DetectorMoni = [ 'FT' ]
 Boole().DetectorLink = [ 'FT' ]
 Boole().DatasetName = 'Boole-FT' <!--the name of the Boole output-->
-from Gaudi.Configuration import *
-from Configurables import FTClusterCreator
-def doIt():
-    ftCluster = FTClusterCreator("FTClusterCreator")
-    ftCluster.PrintTable = True
-appendPostConfigAction(doIt)
 
+from Gaudi.Configuration import appendPostConfigAction
+from Configurables import FTClusterCreator
+appendPostConfigAction(lambda: FTClusterCreator("FTClusterCreator", PrintTable=True))
+	   
 from PRConfig import TestFileDB
 TestFileDB.test_file_db['upgrade_2024.Q1.2_BsToPhiPhi_md_sim_nu7.6'].run()
 
diff --git a/Digi/Boole/tests/qmtest/boole.qms/boole-Muon.qmt b/Digi/Boole/tests/qmtest/boole.qms/boole-Muon.qmt
index 6b7542fea69fc3f31b2a497f91b172e24011fb65..1a3b6ce3386e2cf4aa4cee28628bb2fd85aa1b61 100644
--- a/Digi/Boole/tests/qmtest/boole.qms/boole-Muon.qmt
+++ b/Digi/Boole/tests/qmtest/boole.qms/boole-Muon.qmt
@@ -18,9 +18,10 @@
   <argument name="program"><text>gaudirun.py</text></argument>
   <argument name="timeout"><integer>1800</integer></argument>
   <argument name="args"><set>
-    <text>../options/testBoole-defaults.py</text>
+    <text>$BOOLEOPTS/General/Boole-2024.py</text>
    </set></argument>
    <argument name="options"><text>
+
 from Configurables import Boole
 Boole().DetectorDigi = [ 'Muon' ]
 Boole().DetectorMoni = [ 'Muon' ]
diff --git a/Digi/Boole/tests/qmtest/boole.qms/boole-Rich-with-time.qmt b/Digi/Boole/tests/qmtest/boole.qms/boole-Rich-with-time.qmt
index 07333cc0078afa21c5e71905786b79ef2a8a9148..77293b30acf457bc7a0d7808847640e9540cf6c2 100644
--- a/Digi/Boole/tests/qmtest/boole.qms/boole-Rich-with-time.qmt
+++ b/Digi/Boole/tests/qmtest/boole.qms/boole-Rich-with-time.qmt
@@ -18,13 +18,14 @@
   <argument name="program"><text>gaudirun.py</text></argument>
   <argument name="timeout"><integer>1800</integer></argument>
   <argument name="args"><set>
-    <text>../options/testBoole-defaults.py</text>
+    <text>$BOOLEOPTS/General/Boole-2024.py</text>
    </set></argument>
    <argument name="options"><text>
+
 from Configurables import Boole
 Boole().DetectorDigi = [ 'Rich' ]
 Boole().DetectorMoni = [ 'Rich' ]
-Boole().DetectorLink = [ 'Rich' ]
+Boole().DetectorLink = [ 'Rich' ]			   
 Boole().DatasetName = 'Boole-Rich-With-Time' <!--the name of the Boole output-->
 
 from PRConfig import TestFileDB
diff --git a/Digi/Boole/tests/qmtest/boole.qms/boole-Rich.qmt b/Digi/Boole/tests/qmtest/boole.qms/boole-Rich.qmt
index 1c538aa16728f688d552e8694020195828dfea3d..2bb3e19a309c7510399da0a7ce62cd04ae1d993f 100644
--- a/Digi/Boole/tests/qmtest/boole.qms/boole-Rich.qmt
+++ b/Digi/Boole/tests/qmtest/boole.qms/boole-Rich.qmt
@@ -18,9 +18,10 @@
   <argument name="program"><text>gaudirun.py</text></argument>
   <argument name="timeout"><integer>1800</integer></argument>
   <argument name="args"><set>
-    <text>../options/testBoole-defaults.py</text>
+    <text>$BOOLEOPTS/General/Boole-2024.py</text>
    </set></argument>
    <argument name="options"><text>
+
 from Configurables import Boole
 Boole().DetectorDigi = [ 'Rich' ]
 Boole().DetectorMoni = [ 'Rich' ]
diff --git a/Digi/Boole/tests/qmtest/boole.qms/boole-UT.qmt b/Digi/Boole/tests/qmtest/boole.qms/boole-UT.qmt
index e7472b0d972f12e2aac82dba17193d0b8dca51a6..204d599ff97500342494ab1a9adcac3a8b5931fd 100644
--- a/Digi/Boole/tests/qmtest/boole.qms/boole-UT.qmt
+++ b/Digi/Boole/tests/qmtest/boole.qms/boole-UT.qmt
@@ -18,9 +18,10 @@
   <argument name="program"><text>gaudirun.py</text></argument>
   <argument name="timeout"><integer>1800</integer></argument>
   <argument name="args"><set>
-    <text>../options/testBoole-defaults.py</text>
+    <text>$BOOLEOPTS/General/Boole-2024.py</text>
    </set></argument>
    <argument name="options"><text>
+
 from Configurables import Boole
 Boole().DetectorDigi = [ 'UT' ]
 Boole().DetectorMoni = [ 'UT' ]
@@ -28,8 +29,8 @@ Boole().DetectorLink = [ 'UT' ]
 Boole().DatasetName = 'Boole-UT' <!--the name of the Boole output-->
 
 from PRConfig import TestFileDB
-from DDDB.CheckDD4Hep import UseDD4Hep
 TestFileDB.test_file_db['upgrade_2024.Q1.2_BsToPhiPhi_md_sim_nu7.6'].run()
+   
 </text></argument>
   <argument name="reference"><text>../refs/boole-UT.ref</text></argument>
   <argument name="validator"><text>
diff --git a/Digi/Boole/tests/qmtest/boole.qms/boole-VP.qmt b/Digi/Boole/tests/qmtest/boole.qms/boole-VP.qmt
index 601ae09aa0efc052aaf288f1f0e8e8ffd9dfd0be..55ba43b1939efeddd1d46e3b66165f0897604446 100644
--- a/Digi/Boole/tests/qmtest/boole.qms/boole-VP.qmt
+++ b/Digi/Boole/tests/qmtest/boole.qms/boole-VP.qmt
@@ -18,15 +18,16 @@
   <argument name="program"><text>gaudirun.py</text></argument>
   <argument name="timeout"><integer>1800</integer></argument>
   <argument name="args"><set>
-    <text>../options/testBoole-defaults.py</text>
+    <text>$BOOLEOPTS/General/Boole-2024.py</text>
    </set></argument>
    <argument name="options"><text>
+
 from Configurables import Boole
 Boole().DetectorDigi = [ 'VP' ]
 Boole().DetectorMoni = [ 'VP' ]
 Boole().DetectorLink = [ 'VP' ]
 Boole().DatasetName = 'Boole-VP' <!--the name of the Boole output-->
-
+	   
 from PRConfig import TestFileDB
 TestFileDB.test_file_db['upgrade_2024.Q1.2_BsToPhiPhi_md_sim_nu7.6'].run()
 </text></argument>
diff --git a/Digi/Boole/tests/qmtest/boole.qms/boole-reprocess-xdigi.qmt b/Digi/Boole/tests/qmtest/boole.qms/boole-reprocess-xdigi.qmt
index 269de839fe209ce092a0d242559a9d7c6256f32a..6f3a308150fda014b9cf53610ee1a346c3c950a5 100644
--- a/Digi/Boole/tests/qmtest/boole.qms/boole-reprocess-xdigi.qmt
+++ b/Digi/Boole/tests/qmtest/boole.qms/boole-reprocess-xdigi.qmt
@@ -19,7 +19,7 @@
 <extension class="GaudiTest.GaudiExeTest" kind="test">
   <argument name="program"><text>gaudirun.py</text></argument>
   <argument name="args"><set>
-    <text>../options/testBoole-defaults.py</text>
+    <text>$BOOLEOPTS/General/Boole-2024.py</text>
    </set></argument>
    <argument name="prerequisites"><set>
     <tuple><text>boole-write-xdigi</text><enumeral>PASS</enumeral></tuple>
diff --git a/Digi/Boole/tests/qmtest/boole.qms/boole-run3.qmt b/Digi/Boole/tests/qmtest/boole.qms/boole-run3.qmt
new file mode 100644
index 0000000000000000000000000000000000000000..e2f5d05013eaf5e15f494362969e742fa5fb46e8
--- /dev/null
+++ b/Digi/Boole/tests/qmtest/boole.qms/boole-run3.qmt
@@ -0,0 +1,37 @@
+<?xml version="1.0" ?><!DOCTYPE extension  PUBLIC '-//QM/2.3/Extension//EN'  'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
+<!--
+    (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration
+
+    This software is distributed under the terms of the GNU General Public
+    Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
+
+    In applying this licence, CERN does not waive the privileges and immunities
+    granted to it by virtue of its status as an Intergovernmental Organization
+    or submit itself to any jurisdiction.
+-->
+<!--
+#######################################################
+# Purpose: Check default Boole configuration
+#######################################################
+-->
+<extension class="GaudiTest.GaudiExeTest" kind="test">
+  <argument name="program"><text>gaudirun.py</text></argument>
+  <argument name="timeout"><integer>1800</integer></argument>
+  <argument name="args"><set>
+    <text>$BOOLEOPTS/General/Boole-Run3.py</text>
+   </set></argument>
+   <argument name="options"><text>
+	   
+from Configurables import Boole
+Boole().DatasetName = 'Boole-Run3' <!--the name of the Boole output-->
+
+from PRConfig import TestFileDB
+TestFileDB.test_file_db['upgrade_2024.Q1.2_BsToPhiPhi_md_sim_nu7.6'].run()
+</text></argument>
+  <argument name="reference"><text>../refs/boole-run3.ref</text></argument>
+  <argument name="validator"><text>
+from Boole.QMTest.BooleExclusions import preprocessor
+validateWithReference(preproc = preprocessor)
+</text></argument>
+<argument name="use_temp_dir"><enumeral>true</enumeral></argument>
+</extension>
diff --git a/Digi/Boole/tests/qmtest/boole.qms/boole-spillover.qmt b/Digi/Boole/tests/qmtest/boole.qms/boole-spillover.qmt
index dd28a1c7f29d3d341315f154f164c539922b2fd0..8e0ec7cbc7b3c4b26279b70b944d12099147f3aa 100644
--- a/Digi/Boole/tests/qmtest/boole.qms/boole-spillover.qmt
+++ b/Digi/Boole/tests/qmtest/boole.qms/boole-spillover.qmt
@@ -17,7 +17,7 @@
 <extension class="GaudiTest.GaudiExeTest" kind="test">
   <argument name="program"><text>gaudirun.py</text></argument>
   <argument name="args"><set>
-    <text>../options/testBoole-defaults.py</text>
+    <text>$BOOLEOPTS/General/Boole-2024.py</text>
    </set></argument>
    <argument name="options"><text>
 # Enable spillover
diff --git a/Digi/Boole/tests/qmtest/boole.qms/boole-upgrade-baseline.qmt b/Digi/Boole/tests/qmtest/boole.qms/boole-upgrade-baseline.qmt
index 4500390495c0eb72d45dd53d16a0854d03a22a01..5cedd35f49d13ec277835a4929ab984bbda9888c 100644
--- a/Digi/Boole/tests/qmtest/boole.qms/boole-upgrade-baseline.qmt
+++ b/Digi/Boole/tests/qmtest/boole.qms/boole-upgrade-baseline.qmt
@@ -18,7 +18,7 @@
   <argument name="program"><text>gaudirun.py</text></argument>
   <argument name="timeout"><integer>1800</integer></argument>
   <argument name="args"><set>
-    <text>../options/testBoole-defaults.py</text>
+    <text>$BOOLEOPTS/General/Boole-2024.py</text>
    </set></argument>
    <argument name="options"><text>
 from Configurables import Boole
diff --git a/Digi/Boole/tests/qmtest/boole.qms/boole-write-xdigi.qmt b/Digi/Boole/tests/qmtest/boole.qms/boole-write-xdigi.qmt
index 1b33a5bca0b7ad33e666b3eb53af7fe14f2f31f4..dc119d2c368f85426f8454bd75cf9222f87573d7 100644
--- a/Digi/Boole/tests/qmtest/boole.qms/boole-write-xdigi.qmt
+++ b/Digi/Boole/tests/qmtest/boole.qms/boole-write-xdigi.qmt
@@ -18,7 +18,7 @@
   <argument name="program"><text>gaudirun.py</text></argument>
   <argument name="timeout"><integer>1800</integer></argument>
   <argument name="args"><set>
-    <text>../options/testBoole-defaults.py</text>
+    <text>$BOOLEOPTS/General/Boole-2024.py</text>
    </set></argument>
    <argument name="options"><text>
 from Configurables import Boole
diff --git a/Digi/Boole/tests/refs/boole-run3.ref.detdesc b/Digi/Boole/tests/refs/boole-run3.ref.detdesc
new file mode 100644
index 0000000000000000000000000000000000000000..8d67f758ddd800aa67868a2f39e33fd38d8bf7b3
--- /dev/null
+++ b/Digi/Boole/tests/refs/boole-run3.ref.detdesc
@@ -0,0 +1,469 @@
+ApplicationMgr    SUCCESS
+====================================================================================================================================
+====================================================================================================================================
+ApplicationMgr       INFO Application Manager Configured successfully
+BooleSequencer       INFO Member list: ProcessPhase/Init, ProcessPhase/Digi, ProcessPhase/Link, ProcessPhase/Moni, ProcessPhase/Filter
+RndmGenSvc.Engine    INFO Generator engine type:CLHEP::RanluxEngine
+RndmGenSvc.Engine    INFO Current Seed:1234567 Luxury:3
+RndmGenSvc           INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine>
+Init                 INFO Member list: GaudiSequencer/InitBooleSeq, GaudiSequencer/InitDataSeq, GaudiSequencer/InitMuonSeq
+InitBooleSeq         INFO Member list: BooleInit, GaudiSequencer/SpilloverHandler
+BooleInit         SUCCESS ==================================================================
+BooleInit         SUCCESS Requested to process 10 events
+BooleInit         SUCCESS ==================================================================
+HistogramPersis...   INFO Added successfully Conversion service RootHistSvc
+HistogramDataSvc     INFO Added stream file:PARAM/ParamFiles/vXrYpZ/data/muonlow-G4.root as LowEnergy
+HistogramDataSvc     INFO Added stream file:PARAM/ParamFiles/vXrYpZ/data/muonflat-G4.root as MuonFlatSpillover
+SpilloverHandler     INFO Member list: TESCheck/SpilloverLoader, EventNodeKiller/SpilloverKiller
+InitDataSeq          INFO Member list:
+InitMuonSeq          INFO Member list: MuonBackground/MuonLowEnergy, MuonBackground/MuonFlatSpillover
+MuonLowEnergy        INFO The low energy background is run by default for main events plus (if any) spillover events (max 4)
+Digi                 INFO Member list: GaudiSequencer/DigiVPSeq, GaudiSequencer/DigiUTSeq, GaudiSequencer/DigiFTSeq, GaudiSequencer/DigiRichSeq, GaudiSequencer/DigiCaloSeq, GaudiSequencer/DigiMuonSeq
+DigiVPSeq            INFO Member list: VPEnsureBanks, VPDepositCreator, VPDigitCreator, VPSuperPixelBankEncoder, LHCb::UnpackRawEvent, VPRetinaClusterCreator, RawEventSimpleCombiner
+VPDepositCreator     INFO VP simulation assumes no radiation damage effects
+DigiUTSeq            INFO Member list: MCUTDepositCreator, MCUTDigitCreator, UTDigitCreator, UTDigitsToRawBankAlg
+MCUTDepositCreator   INFO Cross talk scaling disabled
+UTDigitCreator       INFO Enabled common mode subtraction on each UT ASIC chips
+DigiFTSeq            INFO Member list: FTMCHitSpillMerger, MCFTDepositCreator, MCFTDigitCreator, FTClusterCreator, FTRawBankEncoder, LHCb::UnpackRawEvent/UnpackRawEvent, FTRawBankDecoder
+MCFTDepositCrea...   INFO Selecting 50/fb attenuation map using power-law radiation damage model without aging fibres and without replaced center module.
+DeFTDetector         INFO Current FT geometry version =   64
+DigiRichSeq          INFO Member list: Rich::MC::Digi::Signal/RichPDSignal, Rich::MC::Digi::SummedDeposits/RichSummedDeposits, Rich::MC::Digi::DetailedFrontEndResponsePMT/RichPDResponse, Rich::MC::Digi::MCRichDigitsToRawBufferAlg/RichFillRawBuffer
+DigiCaloSeq          INFO Member list: CaloSignalAlg/EcalSignal, CaloSignalAlg/HcalSignal, CaloDigitAlg/EcalDigit, CaloDigitAlg/HcalDigit, CaloFutureFillRawBuffer/EcalFillRawBuffer, CaloFutureFillRawBuffer/HcalFillRawBuffer
+EcalSignal           INFO Initialised.
+HcalSignal           INFO Initialised.
+EcalDigit            INFO ----- Digitization parameters (from CaloDigitAlg configuration) ------------------
+EcalDigit            INFO Additional  0.0% of the cells as dead (gain=0).
+EcalDigit            INFO Additional gain error  1.0%
+HcalDigit            INFO ----- Digitization parameters (from CaloDigitAlg configuration) ------------------
+HcalDigit            INFO Additional  0.0% of the cells as dead (gain=0).
+HcalDigit            INFO Additional gain error  1.0%
+DigiMuonSeq          INFO Member list: MuonDigitization, MuonDigitToTell40RawBuffer
+Link                 INFO Member list: GaudiSequencer/LinkVPSeq, GaudiSequencer/LinkUTSeq, GaudiSequencer/LinkFTSeq, GaudiSequencer/LinkTrSeq, GaudiSequencer/LinkRichSeq, GaudiSequencer/LinkCaloSeq, GaudiSequencer/LinkMuonSeq
+LinkVPSeq            INFO Member list: VPDigitLinker
+LinkUTSeq            INFO Member list: UTDigit2MCHitLinker/UTDigitLinker, UTDigit2MCParticleLinker/UTTruthLinker
+LinkFTSeq            INFO Member list:
+LinkTrSeq            INFO Member list: BuildMCTrackInfo
+LinkRichSeq          INFO Member list: Rich::MC::MCRichDigitSummaryAlg
+Rich::MC::MCRic...   INFO Will only store MCParticle references for main event
+LinkCaloSeq          INFO Member list: LHCb::UnpackRawEvent/UnpackRawEventCalo, LHCb::UnpackRawEvent/UnpackRawEventCaloError, CaloFutureRawToDigits/FutureEcalZSup, CaloDigitLinker/FutureEcalDigitLinker, CaloFutureRawToDigits/FutureHcalZSup, CaloDigitLinker/FutureHcalDigitLinker
+LinkMuonSeq          INFO Member list: MuonDigit2MCParticleAlg, MuonTileDigitInfo
+Moni                 INFO Member list: GaudiSequencer/MoniVPSeq, GaudiSequencer/MoniUTSeq, GaudiSequencer/MoniFTSeq, GaudiSequencer/MoniRichSeq, GaudiSequencer/MoniCaloSeq, GaudiSequencer/MoniMuonSeq, GaudiSequencer/MoniMCSeq
+MoniVPSeq            INFO Member list: VPDepositMonitor, VPRetinaFullClusterDecoder, VPClusterEffSimDQ
+MoniUTSeq            INFO Member list: MCUTDepositMonitor, MCUTDigitMonitor, UTDigitMonitor, MCParticle2MCHitAlg/MCP2UTMCHitAlg, UTEffChecker
+UTEffChecker.MC...   INFO MCParticle Momentum cut     : 1 GeV/c < P < 1.79769e+305 GeV/c
+UTEffChecker.MC...   INFO            Beta * gamma cut : 1 < beta*gamma
+UTEffChecker.MC...   INFO            Eta cut          : -1.79769e+308 < P < 1.79769e+308
+MoniFTSeq            INFO Member list: MCFTDepositMonitor, FTLiteClusterMonitor
+MoniRichSeq          INFO Member list: Rich::MC::Digi::DigitQC/RiDigitQC
+MoniCaloSeq          INFO Member list: CaloDigitChecker/EcalCheck, CaloDigitChecker/HcalCheck
+EcalCheck            INFO Monitoring Hits MC/Ecal/Hits   MC Digit   MC/Ecal/Digits   Digit   Raw/Ecal/Digits, Histograms booked
+HcalCheck            INFO Monitoring Hits MC/Hcal/Hits   MC Digit   MC/Hcal/Digits   Digit   Raw/Hcal/Digits, Histograms booked
+MoniMuonSeq          INFO Member list: MuonDigitChecker
+MoniMCSeq            INFO Member list:
+Filter               INFO OR Member list:
+PrepareDIGI          INFO Member list: PackMCVertex, PackMCParticle, MCRichDigitSummaryPacker, EventNodeKiller/MCRichNodeKiller
+FileRecordPersi...   INFO Added successfully Conversion service FileRecordCnvSvc
+FSROutputStream...   INFO Data source: FileRecordDataSvc output: DATAFILE='PFN:Boole-Run3-10ev.digi' SVC='FileRecordCnvSvc' OPT='REC'
+EventPersistenc...   INFO Added successfully Conversion service RootCnvSvc
+DigiWriter           INFO Data source: EventDataSvc output: DATAFILE='PFN:Boole-Run3-10ev.digi' SVC='RootCnvSvc' OPT='REC'
+KillVPBanks       SUCCESS bankKiller : all banks of type 'VP' will be removed from [ 'DAQ/RawEvent' ]
+EventPersistenc...   INFO Added successfully Conversion service LHCb::RawDataCnvSvc
+RawWriter            INFO Data source: EventDataSvc output: DATAFILE='PFN:Boole-Run3-10ev.mdf' SVC='LHCb::RawDataCnvSvc' OPT='REC'
+ApplicationMgr       INFO Application Manager Initialized successfully
+LHCb::RawDataCn...   INFO Opened(NEW)  MDF stream:PFN:Boole-Run3-10ev.mdf ID:0x########
+ApplicationMgr       INFO Application Manager Started successfully
+RFileCnv             INFO opening Root file "PARAM/ParamFiles/vXrYpZ/data/muonlow-G4.root" for reading
+RFileCnv             INFO opening Root file "PARAM/ParamFiles/vXrYpZ/data/muonflat-G4.root" for reading
+FTRawBankEncoder     INFO Conditions DB is compatible with FT bank version 7 and 8.
+FTRawBankDecoder     INFO Conditions DB is compatible with FT bank version 7 and 8.
+RichPDResponse....   INFO Created active PD channel list : # channels RICH(1/2) = 120832 / 73728
+EcalDigit            INFO ----- Detector parameters (from condDB) ------------------
+EcalDigit            INFO Nominal gain parameters for    Outer region :  20000.0 + 14000.0 x sin(theta)
+EcalDigit            INFO Nominal gain parameters for   Middle region :  20000.0 + 14000.0 x sin(theta)
+EcalDigit            INFO Nominal gain parameters for    Inner region :  20000.0 + 14000.0 x sin(theta)
+EcalDigit            INFO Noise          :   1.2 +   0.3 (coherent) counts.
+EcalDigit            INFO Pedestal shift :  0.40 counts
+EcalDigit            INFO Actual dynamics saturation :   0.95 x ADCMax
+HcalDigit            INFO ----- Detector parameters (from condDB) ------------------
+HcalDigit            INFO Nominal gain parameters for    Outer region :  30000.0 +   0.0 x sin(theta)
+HcalDigit            INFO Nominal gain parameters for    Inner region :  30000.0 +   0.0 x sin(theta)
+HcalDigit            INFO Noise          :   1.2 +   0.3 (coherent) counts.
+HcalDigit            INFO Pedestal shift :  0.40 counts
+HcalDigit            INFO Actual dynamics saturation :   0.95 x ADCMax
+BooleInit            INFO Evt 21307,  Run 23094607,  Nr. in job = 1
+MuonFlatSpillover    INFO  luminosity factor 5.4108 compared to default 2*10^32 cm-2 s-1
+RichPDResponse       INFO Occupancy for the SIN simulation will be scaled by a factor of 1.0014 wrt the reference one provided for nu = 7.60022.
+BooleInit            INFO Evt 21308,  Run 23094607,  Nr. in job = 2
+BooleInit            INFO Evt 21309,  Run 23094607,  Nr. in job = 3
+BooleInit            INFO Evt 21310,  Run 23094607,  Nr. in job = 4
+BooleInit            INFO Evt 21311,  Run 23094607,  Nr. in job = 5
+BooleInit            INFO Evt 21312,  Run 23094607,  Nr. in job = 6
+BooleInit            INFO Evt 21313,  Run 23094607,  Nr. in job = 7
+BooleInit            INFO Evt 21314,  Run 23094607,  Nr. in job = 8
+BooleInit            INFO Evt 21315,  Run 23094607,  Nr. in job = 9
+BooleInit            INFO Evt 21316,  Run 23094607,  Nr. in job = 10
+MCUTDepositMonitor   INFO Booked 6 Histogram(s) : 1D=4 2D=2 3D=0 1DProf=0 2DProf=0 3DProf=0
+MCUTDepositMonitor   INFO 2D histograms in directory "MCUTDepositMonitor" : 2
+MCUTDigitMonitor     INFO Booked 5 Histogram(s) : 1D=4 2D=1 3D=0 1DProf=0 2DProf=0 3DProf=0
+MCUTDigitMonitor     INFO 2D histograms in directory "MCUTDigitMonitor" : 1
+UTDigitMonitor       INFO Booked 8 Histogram(s) : 1D=7 2D=1 3D=0 1DProf=0 2DProf=0 3DProf=0
+UTDigitMonitor       INFO 2D histograms in directory "UTDigitMonitor" : 1
+UTEffChecker         INFO Booked 24 Histogram(s) : 1D=16 2D=8 3D=0 1DProf=0 2DProf=0 3DProf=0
+UTEffChecker         INFO 2D histograms in directory "UTEffChecker" : 8
+VPClusterEffSimDQ    INFO Booked 234 Histogram(s) : 1D=15 2D=5 3D=0 1DProf=4 2DProf=209 3DProf=1
+VPClusterEffSimDQ    INFO 2D histograms in directory "VPClusterEffSimDQ" : 5
+VPClusterEffSimDQ    INFO 2D profile histograms in directory "VPClusterEffSimDQ" : 209
+VPClusterEffSimDQ    INFO 3D profile histograms in directory "VPClusterEffSimDQ" : 1
+ApplicationMgr       INFO Application Manager Stopped successfully
+BooleInit         SUCCESS ==================================================================
+BooleInit         SUCCESS 10 events processed
+BooleInit         SUCCESS ==================================================================
+UTEffChecker         INFO  -------Efficiency %---------
+UTEffChecker         INFO UTaX eff 99.9048 +/- 0.0951927
+UTEffChecker         INFO UTaU eff 99.9045 +/- 0.0954654
+UTEffChecker         INFO UTbV eff 99.5224 +/- 0.213058
+UTEffChecker         INFO UTbX eff 99.6201 +/- 0.189572
+UTEffChecker         INFO  -----------------------
+FTLiteClusterMo...   INFO  --------FT Lite clusters------------
+FTLiteClusterMo...   INFO Cluster efficiency  = ( 97.0 +/-  0.9 )%
+FTLiteClusterMo...   INFO Cluster efficiency p>5GeV = ( 98.1 +/-  0.5 )%
+FTLiteClusterMo...   INFO  -------------------------------
+RiDigitQC            INFO ===============================================================================================
+RiDigitQC            INFO                             RICH Digitisation Simulation Summary
+RiDigitQC            INFO -----------------------------------------------------------------------------------------------
+RiDigitQC            INFO  Rich1 : Av. total  hit occupancy      6634.10 +-25.76 hits/event
+RiDigitQC            INFO        : Av. signal hit occupancy      5796.20 +-24.08 hits/event
+RiDigitQC            INFO        :   /Event/MC/Rich/Hits           94.06 +- 0.09 % of total, 100.00 +- 0.00 % signal eff.
+RiDigitQC            INFO        :   Digit due to SIN               5.94 +- 0.09 % of total,   0.00 +- 0.00 % signal eff.
+RiDigitQC            INFO        : Av. HPD hit occupancy            3.61 +- 0.01 hits/event
+RiDigitQC            INFO        :   Min Av. HPD occ. hID=    16    0.10 +- 0.10 hits/event
+RiDigitQC            INFO        :   Max Av. HPD occ. hID=   720   22.70 +- 1.51 hits/event
+RiDigitQC            INFO        : % overall background hits       12.63 +- 0.13 %
+RiDigitQC            INFO        :   % rayleigh scattered hits      0.00 +- 0.00 %
+RiDigitQC            INFO        :   % charged track on HPD hits    0.14 +- 0.01 %
+RiDigitQC            INFO        :   % gas quartz window CK hits    5.41 +- 0.09 %
+RiDigitQC            INFO        :   % hpd quartz window CK hits    0.00 +- 0.00 %
+RiDigitQC            INFO        :   % nitrogen CK hits             0.17 +- 0.02 %
+RiDigitQC            INFO        :   % aerogel filter CK hits       0.00 +- 0.00 %
+RiDigitQC            INFO        :   % silicon back-scatter hits    0.00 +- 0.00 %
+RiDigitQC            INFO        :   % internal reflection hits     0.00 +- 0.00 %
+RiDigitQC            INFO        :   % silicon charge share hits    0.00 +- 0.00 %
+RiDigitQC            INFO        :   % singal-induced noise hits    5.99 +- 0.09 %
+RiDigitQC            INFO -----------------------------------------------------------------------------------------------
+RiDigitQC            INFO  Rich2 : Av. total  hit occupancy      3683.90 +-19.19 hits/event
+RiDigitQC            INFO        : Av. signal hit occupancy      2715.10 +-16.48 hits/event
+RiDigitQC            INFO        :   /Event/MC/Rich/Hits           92.53 +- 0.14 % of total, 100.00 +- 0.00 % signal eff.
+RiDigitQC            INFO        :   Digit due to SIN               7.47 +- 0.14 % of total,   0.00 +- 0.00 % signal eff.
+RiDigitQC            INFO        : Av. HPD hit occupancy            3.24 +- 0.02 hits/event
+RiDigitQC            INFO        :   Min Av. HPD occ. hID=  2112    0.10 +- 0.10 hits/event
+RiDigitQC            INFO        :   Max Av. HPD occ. hID=  3792    8.30 +- 0.91 hits/event
+RiDigitQC            INFO        : % overall background hits       26.30 +- 0.23 %
+RiDigitQC            INFO        :   % rayleigh scattered hits      0.00 +- 0.00 %
+RiDigitQC            INFO        :   % charged track on HPD hits    0.25 +- 0.03 %
+RiDigitQC            INFO        :   % gas quartz window CK hits    9.90 +- 0.16 %
+RiDigitQC            INFO        :   % hpd quartz window CK hits    0.00 +- 0.00 %
+RiDigitQC            INFO        :   % nitrogen CK hits             0.06 +- 0.01 %
+RiDigitQC            INFO        :   % aerogel filter CK hits       0.00 +- 0.00 %
+RiDigitQC            INFO        :   % silicon back-scatter hits    0.00 +- 0.00 %
+RiDigitQC            INFO        :   % internal reflection hits     0.00 +- 0.00 %
+RiDigitQC            INFO        :   % silicon charge share hits    0.00 +- 0.00 %
+RiDigitQC            INFO        :   % singal-induced noise hits    7.58 +- 0.14 %
+RiDigitQC            INFO ===============================================================================================
+MuonDigitChecker     INFO Muon Monitoring Tables:
+MuonDigitChecker     INFO - Digi Information
+MuonDigitChecker     INFO  Container: Geant
+MuonDigitChecker     INFO  |    |   M2   |   M3   |   M4   |   M5   |
+MuonDigitChecker     INFO  | R1 | 42.900 | 22.800 |  3.200 |  8.300 |
+MuonDigitChecker     INFO  | R2 | 31.000 |  8.600 |  2.300 |  4.300 |
+MuonDigitChecker     INFO  | R3 |  9.000 |  3.200 |  2.200 |  1.400 |
+MuonDigitChecker     INFO  | R4 | 12.000 |  3.300 |  0.800 |  0.300 |
+MuonDigitChecker     INFO  Container: FlatSpillOver
+MuonDigitChecker     INFO  |    |   M2   |   M3   |   M4   |   M5   |
+MuonDigitChecker     INFO  | R1 |  6.700 |  2.700 |  0.700 |  0.900 |
+MuonDigitChecker     INFO  | R2 |  4.400 |  3.500 |  1.000 |  2.900 |
+MuonDigitChecker     INFO  | R3 |  3.300 |  2.300 |  1.000 |  6.000 |
+MuonDigitChecker     INFO  | R4 |  3.600 |  0.900 |  0.500 |  5.000 |
+MuonDigitChecker     INFO  Container: Low Energy Background
+MuonDigitChecker     INFO  |    |   M2   |   M3   |   M4   |   M5   |
+MuonDigitChecker     INFO  | R1 |  8.800 |  6.000 |  1.200 |  1.800 |
+MuonDigitChecker     INFO  | R2 |  9.200 |  2.500 |  1.800 |  1.500 |
+MuonDigitChecker     INFO  | R3 |  3.400 |  1.500 |  0.600 |  1.400 |
+MuonDigitChecker     INFO  | R4 |  2.100 |  0.400 |  0.400 |  0.200 |
+MuonDigitChecker     INFO  Container: Chamber Noise
+MuonDigitChecker     INFO  |    |   M2   |   M3   |   M4   |   M5   |
+MuonDigitChecker     INFO  | R1 |  0.000 |  0.000 |  0.000 |  0.000 |
+MuonDigitChecker     INFO  | R2 |  0.000 |  0.000 |  0.000 |  0.000 |
+MuonDigitChecker     INFO  | R3 |  0.000 |  0.000 |  0.000 |  0.000 |
+MuonDigitChecker     INFO  | R4 |  0.000 |  0.000 |  0.000 |  0.000 |
+MuonDigitChecker     INFO  Container: Crosstalk
+MuonDigitChecker     INFO  |    |   M2   |   M3   |   M4   |   M5   |
+MuonDigitChecker     INFO  | R1 |  7.400 |  3.700 |  1.000 |  2.100 |
+MuonDigitChecker     INFO  | R2 |  3.900 |  1.000 |  0.600 |  0.600 |
+MuonDigitChecker     INFO  | R3 |  3.800 |  0.400 |  0.400 |  0.600 |
+MuonDigitChecker     INFO  | R4 |  1.100 |  0.100 |  0.000 |  0.100 |
+MuonDigitChecker     INFO  Container: Electronic Noise
+MuonDigitChecker     INFO  |    |   M2   |   M3   |   M4   |   M5   |
+MuonDigitChecker     INFO  | R1 |  0.000 |  0.000 |  0.000 |  0.000 |
+MuonDigitChecker     INFO  | R2 |  0.000 |  0.000 |  0.000 |  0.000 |
+MuonDigitChecker     INFO  | R3 |  0.000 |  0.000 |  0.000 |  0.000 |
+MuonDigitChecker     INFO  | R4 |  0.000 |  0.000 |  0.000 |  0.000 |
+FSROutputStream...   INFO Set up File Summary Record
+FSROutputStream...   INFO Events output: 1
+DigiWriter           INFO Events output: 10
+RawWriter            INFO Events output: 10
+EventLoopMgr         INFO Histograms converted successfully according to request.
+LHCb::RawDataCn...   INFO Closed connected MDF stream:PFN:Boole-Run3-10ev.mdf ID:0x########
+HistogramPersis...   INFO Histograms Converted/Excluded: 0/277
+ApplicationMgr       INFO Application Manager Finalized successfully
+ApplicationMgr       INFO Application Manager Terminated successfully
+BooleInit.Boole...   INFO Number of counters : 2
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+BuildMCTrackInfo     INFO Number of counters : 12
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ |*"Has T1 MC hits"                                |     74681 |       3793 |( 5.078936 +- 0.08034569)% |
+ |*"Has T1 clusters"                               |     74681 |       3553 |( 4.757569 +- 0.07789377)% |
+ |*"Has T2 MC hits"                                |     74681 |       4297 |( 5.753806 +- 0.08521273)% |
+ |*"Has T2 clusters"                               |     74681 |       4041 |( 5.411015 +- 0.08278556)% |
+ |*"Has T3 MC hits"                                |     74681 |       4826 |( 6.462152 +- 0.08996575)% |
+ |*"Has T3 clusters"                               |     74681 |       4484 |( 6.004205 +- 0.08693144)% |
+ |*"Has UT MC hits"                                |     74681 |       4262 |( 5.706940 +- 0.08488608)% |
+ |*"Has UT clusters"                               |     74681 |       4217 |( 5.646684 +- 0.08446373)% |
+ |*"Has VP MC hits"                                |     74681 |       3633 |( 4.864691 +- 0.07872151)% |
+ |*"Has VP digits"                                 |     74681 |       3349 |( 4.484407 +- 0.07573290)% |
+ | "stored VP multiplicity"                        |     74681 |      23787 |    0.31851 |
+ | "true VP multiplicity"                          |     74681 |      23787 |    0.31851 |
+EcalFillRawBuffer    INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "# totDataSize"                                 |       720 |      28080 |     39.000 |     0.0000 |      39.000 |      39.000 |
+FutureEcalDigit...   INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "Number of MC-links #"                          |        10 |     137910 |     13791. |     5030.8 |      7719.0 |      23665. |
+FutureHcalDigit...   INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "Number of MC-links #"                          |        10 |      29018 |     2901.8 |     995.76 |      1366.0 |      5095.0 |
+HcalFillRawBuffer    INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "# totDataSize"                                 |       200 |       7800 |     39.000 |     0.0000 |      39.000 |      39.000 |
+MCFTDepositCreator   INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "NbOfMCHits"                                    |        10 |      45996 |     4599.6 |
+MCRichDigitSumm...   INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "# PackedData"                                  |        10 |     120363 |     12036. |     2472.2 |      7522.0 |      16031. |
+MuonDigitChecker     INFO Number of counters : 96
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "M2R1/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M2R1/Crosstalk"                                |        10 |         74 |     7.4000 |
+ | "M2R1/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M2R1/FlatSpillOver"                            |        10 |         67 |     6.7000 |
+ | "M2R1/Geant"                                    |        10 |        429 |     42.900 |
+ | "M2R1/Low Energy Background"                    |        10 |         88 |     8.8000 |
+ | "M2R2/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M2R2/Crosstalk"                                |        10 |         39 |     3.9000 |
+ | "M2R2/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M2R2/FlatSpillOver"                            |        10 |         44 |     4.4000 |
+ | "M2R2/Geant"                                    |        10 |        310 |     31.000 |
+ | "M2R2/Low Energy Background"                    |        10 |         92 |     9.2000 |
+ | "M2R3/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M2R3/Crosstalk"                                |        10 |         38 |     3.8000 |
+ | "M2R3/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M2R3/FlatSpillOver"                            |        10 |         33 |     3.3000 |
+ | "M2R3/Geant"                                    |        10 |         90 |     9.0000 |
+ | "M2R3/Low Energy Background"                    |        10 |         34 |     3.4000 |
+ | "M2R4/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M2R4/Crosstalk"                                |        10 |         11 |     1.1000 |
+ | "M2R4/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M2R4/FlatSpillOver"                            |        10 |         36 |     3.6000 |
+ | "M2R4/Geant"                                    |        10 |        120 |     12.000 |
+ | "M2R4/Low Energy Background"                    |        10 |         21 |     2.1000 |
+ | "M3R1/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M3R1/Crosstalk"                                |        10 |         37 |     3.7000 |
+ | "M3R1/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M3R1/FlatSpillOver"                            |        10 |         27 |     2.7000 |
+ | "M3R1/Geant"                                    |        10 |        228 |     22.800 |
+ | "M3R1/Low Energy Background"                    |        10 |         60 |     6.0000 |
+ | "M3R2/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M3R2/Crosstalk"                                |        10 |         10 |     1.0000 |
+ | "M3R2/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M3R2/FlatSpillOver"                            |        10 |         35 |     3.5000 |
+ | "M3R2/Geant"                                    |        10 |         86 |     8.6000 |
+ | "M3R2/Low Energy Background"                    |        10 |         25 |     2.5000 |
+ | "M3R3/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M3R3/Crosstalk"                                |        10 |          4 |    0.40000 |
+ | "M3R3/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M3R3/FlatSpillOver"                            |        10 |         23 |     2.3000 |
+ | "M3R3/Geant"                                    |        10 |         32 |     3.2000 |
+ | "M3R3/Low Energy Background"                    |        10 |         15 |     1.5000 |
+ | "M3R4/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M3R4/Crosstalk"                                |        10 |          1 |    0.10000 |
+ | "M3R4/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M3R4/FlatSpillOver"                            |        10 |          9 |    0.90000 |
+ | "M3R4/Geant"                                    |        10 |         33 |     3.3000 |
+ | "M3R4/Low Energy Background"                    |        10 |          4 |    0.40000 |
+ | "M4R1/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M4R1/Crosstalk"                                |        10 |         10 |     1.0000 |
+ | "M4R1/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M4R1/FlatSpillOver"                            |        10 |          7 |    0.70000 |
+ | "M4R1/Geant"                                    |        10 |         32 |     3.2000 |
+ | "M4R1/Low Energy Background"                    |        10 |         12 |     1.2000 |
+ | "M4R2/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M4R2/Crosstalk"                                |        10 |          6 |    0.60000 |
+ | "M4R2/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M4R2/FlatSpillOver"                            |        10 |         10 |     1.0000 |
+ | "M4R2/Geant"                                    |        10 |         23 |     2.3000 |
+ | "M4R2/Low Energy Background"                    |        10 |         18 |     1.8000 |
+ | "M4R3/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M4R3/Crosstalk"                                |        10 |          4 |    0.40000 |
+ | "M4R3/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M4R3/FlatSpillOver"                            |        10 |         10 |     1.0000 |
+ | "M4R3/Geant"                                    |        10 |         22 |     2.2000 |
+ | "M4R3/Low Energy Background"                    |        10 |          6 |    0.60000 |
+ | "M4R4/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M4R4/Crosstalk"                                |        10 |          0 |     0.0000 |
+ | "M4R4/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M4R4/FlatSpillOver"                            |        10 |          5 |    0.50000 |
+ | "M4R4/Geant"                                    |        10 |          8 |    0.80000 |
+ | "M4R4/Low Energy Background"                    |        10 |          4 |    0.40000 |
+ | "M5R1/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M5R1/Crosstalk"                                |        10 |         21 |     2.1000 |
+ | "M5R1/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M5R1/FlatSpillOver"                            |        10 |          9 |    0.90000 |
+ | "M5R1/Geant"                                    |        10 |         83 |     8.3000 |
+ | "M5R1/Low Energy Background"                    |        10 |         18 |     1.8000 |
+ | "M5R2/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M5R2/Crosstalk"                                |        10 |          6 |    0.60000 |
+ | "M5R2/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M5R2/FlatSpillOver"                            |        10 |         29 |     2.9000 |
+ | "M5R2/Geant"                                    |        10 |         43 |     4.3000 |
+ | "M5R2/Low Energy Background"                    |        10 |         15 |     1.5000 |
+ | "M5R3/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M5R3/Crosstalk"                                |        10 |          6 |    0.60000 |
+ | "M5R3/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M5R3/FlatSpillOver"                            |        10 |         60 |     6.0000 |
+ | "M5R3/Geant"                                    |        10 |         14 |     1.4000 |
+ | "M5R3/Low Energy Background"                    |        10 |         14 |     1.4000 |
+ | "M5R4/Chamber Noise"                            |        10 |          0 |     0.0000 |
+ | "M5R4/Crosstalk"                                |        10 |          1 |    0.10000 |
+ | "M5R4/Electronic Noise"                         |        10 |          0 |     0.0000 |
+ | "M5R4/FlatSpillOver"                            |        10 |         50 |     5.0000 |
+ | "M5R4/Geant"                                    |        10 |          3 |    0.30000 |
+ | "M5R4/Low Energy Background"                    |        10 |          2 |    0.20000 |
+RichPDSignal         INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "Found MCRichHits at MC/Rich/Hits"              |        10 |     115850 |     11585. |
+UnpackMCEcalHits     INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "# UnPackedData"                                |        10 |     120428 |     12043. |     3211.2 |      7868.0 |      17894. |
+UnpackMCFTHits       INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "# UnPackedData"                                |        10 |      45996 |     4599.6 |     1261.1 |      3116.0 |      6879.0 |
+UnpackMCHcalHits     INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "# UnPackedData"                                |        10 |      20563 |     2056.3 |     617.57 |      1157.0 |      3389.0 |
+UnpackMCMuonHits     INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "# UnPackedData"                                |        10 |       2083 |     208.30 |     100.47 |      104.00 |      448.00 |
+UnpackMCRichHits     INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "# UnPackedData"                                |        10 |     115850 |     11585. |     2548.5 |      6961.0 |      15598. |
+UnpackMCUTHits       INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "# UnPackedData"                                |        10 |      16510 |     1651.0 |     415.50 |      1156.0 |      2432.0 |
+UnpackMCVPHits       INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "# UnPackedData"                                |        10 |      27812 |     2781.2 |     783.48 |      1603.0 |      4256.0 |
+VPClusterEffSimDQ    INFO Number of counters : 1
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "numCalls"                                      |        10 |
+VPDepositCreator     INFO Number of counters : 5
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "1 VPDeposits from Prev/Prev"                   |        10 |          0 |     0.0000 |     0.0000 |      0.0000 |      0.0000 |
+ | "2 VPDeposits from Prev"                        |        10 |          0 |     0.0000 |     0.0000 |      0.0000 |      0.0000 |
+ | "3 VPDeposits from Main"                        |        10 |      58705 |     5870.5 |     1586.2 |      3270.0 |      8997.0 |
+ | "4 VPDeposits from Next"                        |        10 |          0 |     0.0000 |     0.0000 |      0.0000 |      0.0000 |
+ | "5 Deadtime removed VPDeposits"                 |        10 |        237 |     23.700 |     7.5901 |      10.000 |      35.000 |
+VPDigitCreator       INFO Number of counters : 6
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "1 Signal VPDigits"                             |        10 |      40654 |     4065.4 |     1092.9 |      2249.0 |      6246.0 |
+ | "2 Noise VPDigits"                              |        10 |          0 |     0.0000 |     0.0000 |      0.0000 |      0.0000 |
+ | "3 Lost Random bad pixels"                      |        10 |         21 |     2.1000 |     1.3748 |      0.0000 |      5.0000 |
+ | "4 Spillover VPDigits"                          |        10 |          0 |     0.0000 |     0.0000 |      0.0000 |      0.0000 |
+ | "5 Out of time VPDigits"                        |        10 |      18332 |     1833.2 |     504.25 |      1032.0 |      2806.0 |
+ | "6 Crosstalk VPDigits"                          |        10 |       8067 |     806.70 |     216.79 |      459.00 |      1247.0 |
+VPRetinaFullClu...   INFO Number of counters : 13
+ |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
+ | "Number of banks"                               |        10 |       1040 |     104.00 |
+ | "Number of clusters"                            |        10 |      24282 |     2428.2 |
+ | "Number of clusters - Mod14"                    |        10 |        380 |     38.000 |
+ | "Number of clusters - Mod15"                    |        10 |        433 |     43.300 |
+ | "Number of clusters - Mod16"                    |        10 |        434 |     43.400 |
+ | "Number of clusters at matrix edge"             |        10 |       3734 |     373.40 |
+ | "Number of clusters from SPs w/ neighbors"      |        10 |       7482 |     748.20 |
+ | "Number of clusters from isolated SPs"          |        10 |      16762 |     1676.2 |
+ | "Number of clusters from overflowing SPs"       |        10 |         38 |     3.8000 |
+ | "Number of clusters from overflowing SPs - Mod 14"|        10 |          0 |     0.0000 |
+ | "Number of clusters from overflowing SPs - Mod 15"|        10 |          0 |     0.0000 |
+ | "Number of clusters from overflowing SPs - Mod 16"|        10 |          0 |     0.0000 |
+ | "Number of clusters not self contained"         |        10 |       1166 |     116.60 |
+MCUTDepositMonitor   INFO 1D histograms in directory "MCUTDepositMonitor" : 4
+ | ID                                            | Title                                         |      #     |     Mean   |    RMS     |  Skewness  |  Kurtosis  |
+ | 1                                             | "Number of deposits"                          |         10 |       6255 | 1635.9     |    0.74132 |   -0.91972 |
+ | 2                                             | "Deposited charge"                            |      62508 |     4.2781 | 7.0316     |       5.21 |     43.606 |
+ | 3                                             | "Number of deposits per station"              |      62508 |     1.5743 | 0.49445    |   -0.30045 |    -1.9097 |
+ | 4                                             | "Number of deposits per layer"                |      62508 |     17.406 | 5.9552     |   -0.29732 |     -1.883 |
+MCUTDigitMonitor     INFO 1D histograms in directory "MCUTDigitMonitor" : 4
+ | ID                                            | Title                                         |      #     |     Mean   |    RMS     |  Skewness  |  Kurtosis  |
+ | 1                                             | "Number of MCDigits"                          |         10 |       5960 | 1527.4     |    0.75833 |   -0.87659 |
+ | 2                                             | "Number of deposits per digit"                |      59609 |     1.0475 | 0.23847    |     6.4809 |     70.824 |
+ | 3                                             | "Number of digits per station"                |      59609 |     1.6115 | 0.44972    |   -0.29371 |    -1.9137 |
+ | Number of digits per layer                    | "Number of digits per layer"                  |      59609 |     17.387 | 5.9585     |   -0.29066 |     -1.887 |
+UTDigitMonitor       INFO 1D histograms in directory "UTDigitMonitor" : 7
+ | ID                                            | Title                                         |      #     |     Mean   |    RMS     |  Skewness  |  Kurtosis  |
+ | 1                                             | "Number of digits"                            |         10 |       2662 | 732.08     |    0.75308 |   -0.85195 |
+ | 2                                             | "Number of digits per station"                |      26622 |     1.5769 | 0.49405    |   -0.31127 |    -1.9031 |
+ | 3                                             | "Number of digits per layer"                  |      26622 |     17.436 | 5.9439     |   -0.30799 |    -1.8764 |
+ | chargeDeposited_Dual/1                        | "Deposited charge in Dual/1 sectors"          |       6156 |     6.6425 | 4.5319     |     2.1665 |     6.7323 |
+ | chargeDeposited_Normal/1                      | "Deposited charge in Normal/1 sectors"        |      15146 |     8.9372 | 4.8059     |     1.4669 |     2.9618 |
+ | chargeDeposited_Quad/1                        | "Deposited charge in Quad/1 sectors"          |       5320 |     7.4035 | 4.5059     |     1.8418 |     5.9534 |
+ | shorth                                        | "shorth"                                      |         10 |        4.3 | 0.35000    |     1.6093 |     3.0379 |
+UTEffChecker         INFO 1D histograms in directory "UTEffChecker" : 16
+ | ID                                            | Title                                         |      #     |     Mean   |    RMS     |  Skewness  |  Kurtosis  |
+ | 5101                                          | "X Distribution Hits, layer 101"              |       1050 |     10.681 | 224.57     |  0.0037108 |     1.9003 |
+ | 5102                                          | "X Distribution Hits, layer 102"              |       1047 |      11.23 | 230.06     |   0.017694 |     1.9573 |
+ | 5201                                          | "X Distribution Hits, layer 201"              |       1047 |      12.07 | 245.72     |   0.037914 |     2.1459 |
+ | 5202                                          | "X Distribution Hits, layer 202"              |       1053 |      9.784 | 249.21     |  -0.026191 |     2.1767 |
+ | 6101                                          | "Y Distribution Hits, layer 101"              |       1050 |    -11.786 | 218.94     |   0.035104 |     1.1739 |
+ | 6102                                          | "Y Distribution Hits, layer 102"              |       1047 |    -11.636 | 220.84     |   0.043391 |      1.131 |
+ | 6201                                          | "Y Distribution Hits, layer 201"              |       1047 |    -16.932 | 223.92     |  -0.062592 |     1.0084 |
+ | 6202                                          | "Y Distribution Hits, layer 202"              |       1053 |     -14.96 | 225.43     |  -0.031929 |     1.0479 |
+ | 7101                                          | "X Distribution Ass. Clusters, layer 101"     |       1049 |     10.837 | 224.62     |  0.0019997 |     1.9003 |
+ | 7102                                          | "X Distribution Ass. Clusters, layer 102"     |       1046 |     11.061 | 230.11     |   0.019468 |     1.9579 |
+ | 7201                                          | "X Distribution Ass. Clusters, layer 201"     |       1042 |      11.31 | 245.69     |   0.039106 |     2.1585 |
+ | 7202                                          | "X Distribution Ass. Clusters, layer 202"     |       1049 |     9.9118 | 248.84     |  -0.023562 |     2.2028 |
+ | 8101                                          | "Y Distribution Ass. Clusters, layer 101"     |       1049 |    -11.194 | 218.21     |   0.049302 |     1.1715 |
+ | 8102                                          | "Y Distribution Ass. Clusters, layer 102"     |       1046 |    -11.467 | 220.88     |   0.041609 |     1.1315 |
+ | 8201                                          | "Y Distribution Ass. Clusters, layer 201"     |       1042 |    -16.262 | 223.53     |  -0.060293 |     1.0288 |
+ | 8202                                          | "Y Distribution Ass. Clusters, layer 202"     |       1049 |    -15.231 | 224.77     |   -0.04815 |      1.044 |
+VPClusterEffSimDQ    INFO 1D histograms in directory "VPClusterEffSimDQ" : 15
+ | ID                                            | Title                                         |      #     |     Mean   |    RMS     |  Skewness  |  Kurtosis  |
+ | /VP/VPClusterEffSimDQ/MCHitEnergy             | "Energy deposited by MCHit in VP sensor (..." |      27812 |    0.07878 | 0.069921   |     6.5128 |     54.739 |
+ | /VP/VPClusterEffSimDQ/MCHitLen                | "Distance traveled by MCHit in VP sensor ..." |      27812 |    0.21106 | 0.045346   |     7.1296 |     89.034 |
+ | /VP/VPClusterEffSimDQ/MCHitsSensID            | "Number of MCHits verse sensor number"        |      27812 |     106.44 | 59.033     |  -0.095982 |     -1.139 |
+ | /VP/VPClusterEffSimDQ/clusPurity              | "Cluster Purity distribution"                 |      24729 |    0.96122 | 0.14818    |    -4.6141 |     20.775 |
+ | /VP/VPClusterEffSimDQ/clusSize                | "# pixel per cluster distribution"            |      24282 |      1.832 | 0.97760    |     1.2099 |     1.2988 |
+ | /VP/VPClusterEffSimDQ/clusSizeTrue            | "Number of true pixels in cluster"            |      24282 |     1.7904 | 0.94705    |     1.2099 |     1.2988 |
+ | /VP/VPClusterEffSimDQ/clusvModNum             | "# cluster distribution - module"             |      24282 |     26.163 | 14.864     |  -0.078277 |    -1.1788 |
+ | /VP/VPClusterEffSimDQ/clusvR                  | "# cluster distribution - r"                  |      24282 |     18.932 | 9.8235     |    0.64503 |   -0.49503 |
+ | /VP/VPClusterEffSimDQ/fracNoise               | "Fraction pixels spill or noise per cluster"  |      24282 |    0.11149 | 0.17693    |      1.685 |     1.6753 |
+ | /VP/VPClusterEffSimDQ/hitPerPix               | "Number of MCHits per VP pixel"               |      44484 |    0.87137 | 0.36866    |    -1.0203 |     10.853 |
+ | /VP/VPClusterEffSimDQ/numClus                 | "# clusters"                                  |         10 |       2428 | 693.70     |    0.51518 |   -0.65093 |
+ | /VP/VPClusterEffSimDQ/numClusLog              | "log10(# clusters)"                           |         10 |       3.37 | 0.11662    |  -0.015132 |   -0.46367 |
+ | /VP/VPClusterEffSimDQ/pixSeen                 | "# pixel distribution - from one MCHit"       |      24729 |     3.0289 | 3.7397     |     12.176 |     183.37 |
+ | /VP/VPClusterEffSimDQ/resDx                   | "Residuals along x [mm]"                      |      24729 | -0.0002037 | 0.021987   |   -0.22731 |     17.304 |
+ | /VP/VPClusterEffSimDQ/resDy                   | "Residuals along y [mm]"                      |      24729 |-0.00015008 | 0.022097   |      0.036 |     17.086 |
+VPClusterEffSimDQ    INFO 1D profile histograms in directory "VPClusterEffSimDQ" : 4
+ | ID                                            | Title                                         |      #     |     Mean   |    RMS     |  Skewness  |  Kurtosis  |
+ | /VP/VPClusterEffSimDQ/effPath                 | "Efficiency (MCHit->Pixel) v distance tra..." |      27766 |    0.21196 | 0.045522   |     7.6489 |     91.931 |
+ | /VP/VPClusterEffSimDQ/effRadius               | "Efficiency (MCHit->Pixel) v radius in th..." |      27805 |     18.768 | 9.7511     |    0.66201 |   -0.46411 |
+ | /VP/VPClusterEffSimDQ/effSensorNum            | "Efficiency (MCHit->Pixel) v sensor number"   |      27812 |     106.69 | 59.718     |   -0.10905 |    -1.1786 |
+ | /VP/VPClusterEffSimDQ/purityPix               | "Purity vs # pixels"                          |      24714 |     2.6196 | 1.2303     |     23.716 |     927.99 |