diff --git a/CMakeLists.txt b/CMakeLists.txt index 275d1d90a569b5a43d2ef97abced24129fa08cce..c8d8071d3f9551507c2a59cfd20d3f42425bafb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,9 +23,9 @@ endmacro() gaudi_project(Gauss v53r1 FORTRAN USE LHCb v50r1 - Geant4 v104r2 + Geant4 v104r3 DATA AppConfig VERSION v3r* - BcVegPyData VERSION v2r* + BcVegPyData VERSION v3r* Det/GDMLData VERSION v1r* FieldMap VERSION v5r* GenXiccData VERSION v3r* diff --git a/GaussSys/CMakeLists.txt b/GaussSys/CMakeLists.txt index 43f4d82406c90012d4762ba2e88abca6bc8070e2..ea51e7c1ee30c6f0f7f101f8d9a67c7241668709 100644 --- a/GaussSys/CMakeLists.txt +++ b/GaussSys/CMakeLists.txt @@ -1,6 +1,6 @@ ################################################################################ # Package: GaussSys ################################################################################ -gaudi_subdir(GaussSys v53r0) +gaudi_subdir(GaussSys v53r1) gaudi_add_test(QMTest QMTEST) diff --git a/ReleaseNotes/release_notes_template.md b/ReleaseNotes/release_notes_template.md index e59a9bb4c7d0e8f4a1d07107b999a1d1bbb3fbd2..f980cbe08e55947cbd27fc7c51f367795e3c132c 100644 --- a/ReleaseNotes/release_notes_template.md +++ b/ReleaseNotes/release_notes_template.md @@ -9,7 +9,7 @@ {{date}} {{project}} {{version}} === -This version uses LHCb **v44r2p1**, Geant4 **v104r1p1**, Gaudi v29r4 and LCG 93 with +This version uses LHCb **v50r1**, Geant4 **v104r3**, Gaudi v30r3 and LCG 93 with HepMC 2.06.09 and Root 6.12.06 The generators used via LCG_93/MCGenerators) are @@ -24,16 +24,15 @@ and the internal implementation of: BcVegPy and GenXicc, **SuperChic2**, LPair, MIB The data packages specific for the simulation are -Geant4Files v104r* , GDMLData v1r* , XmlVis v2r* , DecFiles v30r* , -LHAPDFSets v2r* , BcVegPyData v2r* , GenXiccData v3r* , PGunsData v1r* , -MIBData v3r* +GDMLData v1r* , XmlVis v2r* , DecFiles v30r* , +LHAPDFSets v2r* , BcVegPyData ** v3r* ** , GenXiccData v3r* , PGunsData v1r* , +MIBData v3r*. The verison of Geant4Files is set by Geant4. <p> This version is released on `master`. <p> -It is to be used for productions referred to as **Sim10Dev** and is for tuning, -setting up and cross check in view of Sim10. +It is to be used for productions referred to as **Sim10a** and is for early validation of Sim10 for Run1&2 and for Upgrade. ### New features {{ section(['new feature']) }} diff --git a/ReleaseNotes/v53r1.md b/ReleaseNotes/v53r1.md new file mode 100644 index 0000000000000000000000000000000000000000..c8c10ba1e20f90e3bb733646d82ca43424e790e7 --- /dev/null +++ b/ReleaseNotes/v53r1.md @@ -0,0 +1,283 @@ + + +2019-02-22 Gauss v53r1 +=== + +This version uses LHCb **v50r1**, Geant4 **v104r3**, Gaudi v29r4 and LCG 93 with + HepMC 2.06.09 and Root 6.12.06 + +The generators used via LCG_93/MCGenerators) are + pythia8 **235** (with LHCb Tune1), lhapdf **6.1.6.cxxstd**, photos++ 3.56, + tauola++ 1.1.6b.lhcb, pythia 6.427.2, + hijing 1.383bs.2, crmc 1.5.6 (epos), alpgen 2.1.4, powhegbox **r3043.lhcb**, + herwig++ 2.7.1, thepeg **2.1.1**, + rivet **2.6.0**, yoda **1.6.7**. + **startlight r300** +and the internal implementation of: + EvtGen with EvtGenExtras, AmpGen, Mint, + BcVegPy and GenXicc, **SuperChic2**, LPair, MIB + +The data packages specific for the simulation are +GDMLData v1r* , XmlVis v2r* , DecFiles v30r* , +LHAPDFSets v2r* , BcVegPyData ** v3r* **, GenXiccData v3r* , PGunsData v1r* , +MIBData v3r*. The verison of Geant4Files is set by Geant4. + + +<p> +This version is released on `master`. +<p> +It is to be used for productions referred to as **Sim10a** and is for early validation of Sim10 for Run1&2 and for Upgrade. + +### New features + +#### Generators + +- New tuning for Pythia8 for Sim10, !366 (@gcorti) + The new tuning with the color reconnection model for Sim10 has been prepared by Marco Adinolfi (@adinolfi) and Mick Mulder (@mmulder). + Tuning options and their performance against Sim09 Tune0 tuning can be found in @adinolfi presentation at the [Simulation Meeting of 18 Sep 2018](https://indico.cern.ch/event/693522/). + * **Lambda0**, the one set as default in `LHCbDefault.cmd`, although not the best of the three seems the best compromise. + * **Lambda2**, available via `Pythia8_Lambda2.py` seems the best but significantly underestimate the phi cross section. + + We should make some generator productions for @adinolfi to cross check the two tuning at different CM energies for + * Min bias + * Inclusive b + * Inclusive c + so that the various multiplicity checks can be verified. + This will also allow to cross check that `Pythia8_Lambda2.py` and `Pythia8_7TeV.py can be used together. @adinolfi ? + + Finally we should produce min bias MDF samples with different nu for Beat to cross check the agreement of detectors multiplicities and fully reconstructed samples for 2016 (probably the best year) for the TAV WG with both tunes. + +- Use new major version of DecFiles for Sim10, !353 (@gcorti) + This MR changes the major version of DecFiles for `Sim10` and update the nightly tests to conform with the change. + +- Dibaryon semileptonic mode: LHCBGAUSS-1452 .B2pplnuDecayModel, !331 (@rynewcom) [LHCBGAUSS-1452] + Addition of a new decay model to handle the class of semileptonic decays with a dibaryonic final state, e.g, B2pplnu. Based on the work in arXiv:1107.0801, with a view to request MC using this model. + +#### Detector Simulation + +- Option to add sensitive detectors to logical volumes loaded from GDML, !338 (@dmuller) + Intended for CODEX studies. + Configuration: + ```python + from Configurables import Gauss + Gauss().ReplaceWithGDML = [ { + 'volsToReplace': [''], + 'gdmlFile': 'codexb_box_shield.gdml', + 'volsToInstrument': { + 'CODEX_layer_type_0': ('GiGaSensDetTracker', 'CODEX', {}) + } + }] + ``` + Where + ```python + 'volsToInstrument': {'CODEX_layer_type_0': ('GiGaSensDetTracker', 'CODEX', {}) + ``` + maps the name of the logical volume name to a tuple of `type` and `name` of the sensitive detector with a dictionary to that is passed as `**kwargs` to the sensitive detector tool. + + Adding a Get TrackerHitsAlg instance fills the MCHits into the TES. + ```python + from Configurables import GetTrackerHitsAlg + detHits = GaudiSequencer( "DetectorsHits" ) + + det = "Codex" + moni = GetTrackerHitsAlg( + 'Get' + det + 'Hits', + MCHitsLocation = 'MC/' + det + '/Hits', + CollectionName = 'CODEX/Hits', + Detectors = [ ] + ) + detHits.Members += [ moni ] + ``` + + TODO: We need to configure the packer to include these hits as well + + +### Enhancements + +#### Generators + +- LoKi::GenCutsTool : change the prints for bad cases, !391 (@gcorti) + Porting the merge of branch 'vanya-gen-cuts-v0' into 'master' + + See merge request lhcb/Gauss!379 for 'Sim09' + + (cherry picked from commit 1ed31ef6fac6314be228aec5fd77dc192de82ba7) + + * 7f4ae676 LoKi::GenCutsTool : change the prints for bad cases + * 8401f65b add Property 'Filter' for LoKi::GenCutTool + * 9287edb1 fix logic + + + +#### Fast Simulation + +- Repackaged commits and cherry-picked !286 for master, !356 (@dmuller) + Repackaged the changes from !286 to be merged into master. + Please wait for at least one nightly run before merge. + + This needs !358 and thus also !360 to be merged first + additional modifications afterwards. + + + +### Bug fixes + +#### General + +- Fix -Wnon-virtual-dtor warnings, !376 (@graven) + Exposed by gaudi/Gaudi!808 + + +#### Generators +- Fix passing commands to HijingProduction, !401 (@gcorti) [LHCBGAUSS-1416] + Propage the merging of branch 'LHCBGAUSS-1416.FixPassCommandsToHijing' into 'Sim09' + + Corresponds to merge request lhcb/Gauss!372 in 'Sim09' and lhcb/Gauss!400 in 'Sim09-upgrade' + + (cherry picked from commit 641fa787c8b0479ce4b13a41d54945feff0490a1) + + 10191b11 Fix passing commands to HijingProduction + +- fix to BeautyTomuCharmTo3h.cpp to allow selecting oscillating B mesons, !398 (@gcorti) + Propagate the merging of branch 'rvazquez.FixToBeautyTomuCharmTo3h' into 'master' + + Correspond to merge request lhcb/Gauss!390 in 'Sim09' + + (cherry picked from commit 7f91082dc0c89536edc82c24bce29a212a64a0f8) + + 730844b4 fix to BeautyTomuCharmTo3h.cpp to allow selecting oscillating B mesons + +- Fix time units in EPOS Boost function, !354 (@robbep) [LHCBGAUSS-1493] + Closes LHCBGAUSS-1493 for the master branch + Fix wrong time units in the algorithm to perform boost for EPOS + Corresponds to lhcb/Gauss!349 for `Sim09` + +- Add Omegacc and Omegabc with their anti particles, !352 (@gcorti) + Port merging of branch 'jingyi' into 'master' + + See merge request lhcb/Gauss!347 into 'Sim09' and lhcb/Gauss!351 into 'Sim09-upgrade' + + (cherry picked from commit 8a7b0a13d656fd8a50f6129b57af1a3cc48c03e1) + + 0e866db8 add the physics files for OmegaccPlus and its anti particle and update the… + d3957818 add the physics files for OmegabcZero and its anti particle (although the anti's… + f0a3bf52 modify the isospin and isospin3 + fc4a0bc5 Update G4AntiOmegabcZero.cpp to change baryon number + + +### Code modernisations and cleanups + +- Fix seeds for GaussMP, !397 (@dmuller) + This introduces the `EvtCounter` tool to `GenInit` which is used in GaussMP to assign the different event numbers to the concurrent processes. This is intended as a band-aid solution until we can run a multi-threaded Gauss on the farm. The simulation phase is seeded from the event and run number stored in the GenHeader and thus does not need to be modified. + + The tool is only used if the `EvtCounter` property of `GenInit` is set. I have made changes to the Gauss configurable to automate this if multi-processing is used. + I hope someone knows a better way than parsing `argv` again but I didn't find anything grepping in Gaudi and LHCb (@clemenci ?). + +- Move EvtGenExtras models to EvtGen for master, !393 (@jback) [LHCBGAUSS-1478,LHCBGAUSS-1487] + Moved useful EvtGenExtras models to EvtGen (LHCBGAUSS-1478) for the master repository. + + Replaced EvtB2MuMuMuNu with the more general EvtBLLNuL model (LHCBGAUSS-1487). Removed unneeded Fortran random number access classes. + +- Cherry-pick cda82f84 to master, !389 (@dmuller) + Adds fixes introduced in !373 to master. While these changes are not necessary for newer versions of C++ used for Sim10/master they improve the readability of the code. + +- avoid costly lookup of enum values for string literals, !377 (@graven) + + +- Replace Fortran models with C++ in EvtGen (LHCBGAUSS-1523), !368 (@jback) [LHCBGAUSS-1523] + Remove all use of Fortran inside the EvtGen package, replacing various 3-body decay models with C++ equivalents by copying the code written by Michal from the HepForge repository. + + This should only go into Sim10 releases. + +- Resolve LHCBGAUSS-1524.evtrarelb2lllbugfix, !367 (@tblake) [LHCBGAUSS-1524] + +- Fixed another bunch of compilation warnings, !348 (@sponce) + + +- Move mass sampling from particle gun to FlatPtRapidity, !268 (@johndan) [LHCBGAUSS-1350] + Closes LHCBGAUSS-1350 + + +### Monitoring changes and Changes to tests + +- Modify reference tests, !375 (@gcorti) + The following tests are changed due to new Pythia8 tuning (MR !366), the addition of SenSDet in GDML (MR !338) and making the GenFSR optional (MR !360): + * Sim/Gauss/tests/refs/testGauss-config-2011-pythia8.ref + * Sim/Gauss/tests/refs/testGauss-config-2012-pythia8.ref + * Sim/Gauss/tests/refs/testGauss-Upgrade-Baseline-25ns.ref + * Sim/Gauss/tests/refs/testGauss-Upgrade-Baseline.ref + * Sim/Gauss/tests/refs/testGauss-config-2015-pythia8.ref + * Sim/Gauss/tests/refs/testGauss-config-2016-pythia8.ref + * Sim/Gauss/tests/refs/testGauss-config-2017-pythia8.ref + + while the following due to change in latest available DDDB tag (https://gitlab.cern.ch/lhcb-conddb/DDDB/issues/1) + * Sim/Gauss/tests/refs/testGauss-pgun-56000050-caloonly.ref + * Sim/Gauss/tests/refs/testGauss-pgun-56000050.ref + + These are modified due to DDDB tags, MR !338 and MR !360: + * Sim/Gauss/tests/refs/testGauss-config-2015-epos-pAr.ref + * Sim/Gauss/tests/refs/testGauss-config-2016-epos-Pbp.ref + * Sim/Gauss/tests/refs/testGauss-config-2016-epos-pHe.ref + * Sim/Gauss/tests/refs/testGauss-config-2016-epos-pPb.ref + + and these for the change in all of the above: + * Sim/Gauss/tests/refs/testGauss-DEV-spillover.ref + * Sim/Gauss/tests/refs/testGauss-DEV.ref + + +- LHCBGAUSS-869: ZeroDivisionError Fix, !325 (@kzarebsk) [LHCBGAUSS-869] + Issue with ZeroDivisionError has now been fixed. This was due to memory issues when using the TTree.GetV1() method which has now been removed and replaced with direct access to the TEntryList. A lot more log statements and more error proofing have also been added. + +- Update validator of genfsr qmtest (dfazzini-genfsr-updateQMTest), !317 (@dfazzini) + Updating the validator method of genfsr QMTest. + + Previous method: matching the counter values w.r.t a reference logFile. + Problem: reference has to be continuously manually updated. + + New method consists in 4 qmt tests, with the aim to compare the GeneratorLogFSR.xml created + runtime with the ones obtained reading the genFSR persisted in .gen files. + (both for creation and merging of the genFSR) + + +### Other + +- Remove cmt directy that slipped back in with a merge request, !387 (@gcorti) + The MR where this slipped in is !331 + +- Redo Fix for LHCBGAUSS-1511: ReDecay tags inserted twice, !378 (@gcorti) [LHCBGAUSS-1511] + The merge branch 'redecay_fix_sim10' into 'make_genfsr_option' was done the merge of the initial branch that was deleted in the merge. Hence it is redone here. + + For details see merge request lhcb/Gauss!358 + + (cherry picked from commit 5df06e2e5ea8586fb19636750b8173d801afc264) + + 09e91e66 Fixes Exception from redecay tag particle in Geant4 10+ + 30c8db32 Fixes Exception from redecay tag particle in Geant4 10+ + d3fcdee9 Merge branch 'redecay_fix_sim10' of ssh://gitlab.cern.ch:7999/LHCb/Gauss into redecay_fix_sim10 + f0a53a52 Fixes Exception from redecay tag particle in Geant4 10+ + cd06dcc1 RedecaySim config with GaussGeo and no GenFSR for signal + 747dcd4b Merge branch 'redecay_fix_sim10' of ssh://gitlab.cern.ch:7999/LHCb/Gauss into redecay_fix_sim10 + 7b10b32f ReDecay option for redecay of heaviest ancestor + +- Manually remove Geant4 from CMAKE_PREFIX_PATH (needed for LCG94), !369 (@dmuller) + +- Make LbPythia and LbPythia8 header files visible, !365 (@gcorti) + They need to be made visible because used by the ME generators, like LbGenXicc and LbBcVegPy. + + +- Make GenFSR optional, !360 (@dmuller) + Changes: + * Location of GenFSR is a property in all tools instead of assuming the default location. Properties default value is the default location. + * `getIfExist` return is checked for `nullptr` when getting the FSR, and all accesses are guarded preventing segmentation faults + * Passing `""` as location allows to turn off GenFSR handling in the tool + * TES interaction ignores the `RootInTES`, otherwise GenFSR becomes `/myRoot/FileRecords/GenFSR` rejected as invalid + + Reason: + * To get ReDecay working again, need support for RootInTES and the ability to set a different GenFSR for the signal sample generation tool (in practice not filling a GenFSR for the signal part is ideal as the information isn't useful anyway). + + No changes to the default configuration are necessary. + +- Fix for LHCBGAUSS-1511: ReDecay tags inserted twice !358 (@dmuller) [LHCBGAUSS-1511] + Redone in !378 + Fixes LHCBGAUSS-1511. + * Constructor of `G4ParticleDefinition` already inserts itself into the `G4ParticleTable`. With Geant4 10.x, inserting an existing particle a second time (and overwriting the existing information) triggers an exception. In 9.x, only a message is printed if Geant4 was built with the verbose flag. + * Requires the fixes in !360 diff --git a/Sim/Gauss/CMakeLists.txt b/Sim/Gauss/CMakeLists.txt index 841dfe3f234bfb5931bcfeb1938dd325217a7ea0..18c2e0f6fb4359e1f9c62d4137f766f6ed6dc476 100644 --- a/Sim/Gauss/CMakeLists.txt +++ b/Sim/Gauss/CMakeLists.txt @@ -1,7 +1,7 @@ ################################################################################ # Package: Gauss ################################################################################ -gaudi_subdir(Gauss v53r0) +gaudi_subdir(Gauss v53r1) find_package(HepMC) diff --git a/Sim/Gauss/tests/refs/testGauss-DEV-spillover.ref b/Sim/Gauss/tests/refs/testGauss-DEV-spillover.ref index f7ccaf7c10e965876b913eb10b56c1f9e1fd105a..d1855dfd4d3f1f49c4bfee8deb139d0c550e90eb 100644 --- a/Sim/Gauss/tests/refs/testGauss-DEV-spillover.ref +++ b/Sim/Gauss/tests/refs/testGauss-DEV-spillover.ref @@ -1,15 +1,15 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/SpillOver-50ns.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/SpillOver-50ns.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/SpillOver-50ns.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/SpillOver-50ns.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia/options/Pythia.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia/options/Pythia.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-Job.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-Job.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia/options/Pythia.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia/options/Pythia.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-Job.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-Job.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -67,24 +67,24 @@ RICH simulation now configured # \----- (End of User Gauss/Gauss) ------------------------------------------------------------------- # GaussTape.ItemList = ['/Event/Gen/Header#1', '/Event/MC/Header#1', '/Event/Gen/BeamParameters#1', '/Event/Gen/Collisions#1', '/Event/pSim/MCVertices#1', '/Event/pSim/MCParticles#1', '/Event/pSim/Velo/Hits#1', '/Event/pSim/PuVeto/Hits#1', '/Event/pSim/IT/Hits#1', '/Event/pSim/OT/Hits#1', '/Event/pSim/TT/Hits#1', '/Event/pSim/Muon/Hits#1', '/Event/pSim/Spd/Hits#1', '/Event/pSim/Prs/Hits#1', '/Event/pSim/Ecal/Hits#1', '/Event/pSim/Hcal/Hits#1', '/Event/pSim/Rich/Hits#1', '/Event/pSim/Rich/OpticalPhotons#1', '/Event/pSim/Rich/Tracks#1', '/Event/pSim/Rich/Segments#1', '/Event/Link/MC/Particles2MCRichTracks#1', '/Event/Link/MC/Rich/Hits2MCRichOpticalPhotons#1'] # GaussTape.OptItemList = ['/Event/PrevPrev/Gen/Header#1', '/Event/PrevPrev/MC/Header#1', '/Event/NextNext/Gen/Header#1', '/Event/NextNext/MC/Header#1', '/Event/PrevPrev/Gen/Collisions#1', '/Event/NextNext/Gen/Collisions#1', '/Event/PrevPrev/pSim/MCVertices#1', '/Event/NextNext/pSim/MCVertices#1', '/Event/PrevPrev/pSim/MCParticles#1', '/Event/NextNext/pSim/MCParticles#1', '/Event/PrevPrev/pSim/Velo/Hits#1', '/Event/PrevPrev/pSim/PuVeto/Hits#1', '/Event/PrevPrev/pSim/IT/Hits#1', '/Event/PrevPrev/pSim/OT/Hits#1', '/Event/PrevPrev/pSim/TT/Hits#1', '/Event/PrevPrev/pSim/Muon/Hits#1', '/Event/PrevPrev/pSim/Spd/Hits#1', '/Event/PrevPrev/pSim/Prs/Hits#1', '/Event/PrevPrev/pSim/Ecal/Hits#1', '/Event/PrevPrev/pSim/Hcal/Hits#1', '/Event/PrevPrev/pSim/Rich/Hits#1', '/Event/PrevPrev/pSim/Rich/OpticalPhotons#1', '/Event/PrevPrev/pSim/Rich/Tracks#1', '/Event/PrevPrev/pSim/Rich/Segments#1', '/Event/Link/PrevPrev/MC/Particles2MCRichTracks#1', '/Event/Link/PrevPrev/MC/Rich/Hits2MCRichOpticalPhotons#1', '/Event/NextNext/pSim/Velo/Hits#1', '/Event/NextNext/pSim/PuVeto/Hits#1', '/Event/NextNext/pSim/IT/Hits#1', '/Event/NextNext/pSim/OT/Hits#1', '/Event/NextNext/pSim/TT/Hits#1', '/Event/NextNext/pSim/Muon/Hits#1', '/Event/NextNext/pSim/Spd/Hits#1', '/Event/NextNext/pSim/Prs/Hits#1', '/Event/NextNext/pSim/Ecal/Hits#1', '/Event/NextNext/pSim/Hcal/Hits#1', '/Event/NextNext/pSim/Rich/Hits#1', '/Event/NextNext/pSim/Rich/OpticalPhotons#1', '/Event/NextNext/pSim/Rich/Tracks#1', '/Event/NextNext/pSim/Rich/Segments#1', '/Event/Link/NextNext/MC/Particles2MCRichTracks#1', '/Event/Link/NextNext/MC/Rich/Hits2MCRichOpticalPhotons#1'] -# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20181113-3', 'SIMCOND': 'sim-20161124-1-vc-md100'} +# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20190206-3', 'SIMCOND': 'sim-20170721-1-vc-md100'} # WARNING: Latest unbound local tags on top of the latest global tags of 2016 data type(s) are added: {'DDDB': ['rich-20140220']} # WARNING: local tags in DDDB are ignored ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 02:44:33 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 02:10:38 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' -ToolSvc.GitDDDB INFO using commit 'dddb-20181113-3' corresponding to be0330fb2a31b79da4c070bfa0c63e3f1f21c2d2 +ToolSvc.GitDDDB INFO using commit 'dddb-20190206-3' corresponding to 6ccfd930ebf64b2415358a84dd3ad48b8c4d83f7 ToolSvc.GitSIMCOND INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/SIMCOND.git' -ToolSvc.GitSIMCOND INFO using commit 'sim-20161124-1-vc-md100' corresponding to 7b54d919ab54f3a716e32ae2f90c9de6a8ec26e9 +ToolSvc.GitSIMCOND INFO using commit 'sim-20170721-1-vc-md100' corresponding to f9b3cf0aa6d9ee61d5ee0692f95e4584e52df268 DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -92,7 +92,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -176,7 +176,7 @@ RichG4TrackActionPhotOpt INFO Rich Max Mirror reflectivity R1M1 R1M2 R2M1 R2 RichG4TrackActionPhotOpt INFO Total Photon suppress factor for Aerogel Rich1Gas Rich2Gas 0.297488 0.273167 0.285066 GiGa INFO Used Tracking Action Object is GiGaTrackActionSequence/GiGa.TrackSeq GiGa INFO Used Stepping Action Object is GiGaStepActionSequence/GiGa.StepSeq -RootHistSvc INFO Writing ROOT histograms to: Gauss-30000000-5ev-20181126-histos.root +RootHistSvc INFO Writing ROOT histograms to: Gauss-30000000-5ev-20190223-histos.root HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc HistogramDataSvc INFO Added stream file:/cvmfs/lhcb.cern.ch/lib/lhcb/PARAM/ParamFiles/v8r27p1/data/gausscalo.root as GaussCalo GiGa INFO Used Event Action Object is GiGaEventActionSequence/GiGa.EventSeq @@ -316,7 +316,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 02:45:29 | | + | | P Y T H H III A A Now is 23 Feb 2019 at 02:11:32 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -575,9 +575,9 @@ OTHitMonitorNextNext.... INFO Eta cut : -1.79769e+308 < P DataUnpackTestNextNext INFO Member list: UnpackMCVertex/UnpackMCVertexNextNext, UnpackMCParticle/UnpackMCParticleNextNext, CompareMCVertex/CompareMCVertexNextNext, CompareMCParticle/CompareMCParticleNextNext, DataPacking::Unpack<LHCb::MCPuVetoHitPacker>/UnpackPuVetoHitsNextNext, DataPacking::Check<LHCb::MCPuVetoHitPacker>/CheckPuVetoHitsNextNext, DataPacking::Unpack<LHCb::MCVeloHitPacker>/UnpackVeloHitsNextNext, DataPacking::Check<LHCb::MCVeloHitPacker>/CheckVeloHitsNextNext, DataPacking::Unpack<LHCb::MCTTHitPacker>/UnpackTTHitsNextNext, DataPacking::Check<LHCb::MCTTHitPacker>/CheckTTHitsNextNext, DataPacking::Unpack<LHCb::MCITHitPacker>/UnpackITHitsNextNext, DataPacking::Check<LHCb::MCITHitPacker>/CheckITHitsNextNext, DataPacking::Unpack<LHCb::MCOTHitPacker>/UnpackOTHitsNextNext, DataPacking::Check<LHCb::MCOTHitPacker>/CheckOTHitsNextNext, DataPacking::Unpack<LHCb::MCRichHitPacker>/UnpackRichHitsNextNext, DataPacking::Unpack<LHCb::MCRichOpticalPhotonPacker>/UnpackRichOpPhotNextNext, DataPacking::Unpack<LHCb::MCRichSegmentPacker>/UnpackRichSegmentsNextNext, DataPacking::Unpack<LHCb::MCRichTrackPacker>/UnpackRichTracksNextNext, DataPacking::Check<LHCb::MCRichHitPacker>/CheckRichHitsNextNext, DataPacking::Check<LHCb::MCRichOpticalPhotonPacker>/CheckRichOpPhotNextNext, DataPacking::Check<LHCb::MCRichSegmentPacker>/CheckRichSegmentsNextNext, DataPacking::Check<LHCb::MCRichTrackPacker>/CheckRichTracksNextNext, DataPacking::Unpack<LHCb::MCSpdHitPacker>/UnpackSpdHitsNextNext, DataPacking::Check<LHCb::MCSpdHitPacker>/CheckSpdHitsNextNext, DataPacking::Unpack<LHCb::MCPrsHitPacker>/UnpackPrsHitsNextNext, DataPacking::Check<LHCb::MCPrsHitPacker>/CheckPrsHitsNextNext, DataPacking::Unpack<LHCb::MCEcalHitPacker>/UnpackEcalHitsNextNext, DataPacking::Check<LHCb::MCEcalHitPacker>/CheckEcalHitsNextNext, DataPacking::Unpack<LHCb::MCHcalHitPacker>/UnpackHcalHitsNextNext, DataPacking::Check<LHCb::MCHcalHitPacker>/CheckHcalHitsNextNext, DataPacking::Unpack<LHCb::MCMuonHitPacker>/UnpackMuonHitsNextNext, DataPacking::Check<LHCb::MCMuonHitPacker>/CheckMuonHitsNextNext, with rootInTES 'NextNext/' GenFSRSeq INFO Member list: EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -GaussTape INFO Data source: EventDataSvc output: DATAFILE='Gauss-30000000-5ev-20181126.sim' SVC='RootCnvSvc' OPT='REC' +GaussTape INFO Data source: EventDataSvc output: DATAFILE='Gauss-30000000-5ev-20190223.sim' SVC='RootCnvSvc' OPT='REC' FileRecordPersistencySvc INFO Added successfully Conversion service:FileRecordCnvSvc -FSROutputStreamGaussTape INFO Data source: FileRecordDataSvc output: DATAFILE='Gauss-30000000-5ev-20181126.sim' SVC='FileRecordCnvSvc' OPT='REC' +FSROutputStreamGaussTape INFO Data source: FileRecordDataSvc output: DATAFILE='Gauss-30000000-5ev-20190223.sim' SVC='FileRecordCnvSvc' OPT='REC' EventLoopMgr WARNING Unable to locate service "EventSelector" EventLoopMgr WARNING No events will be processed from external input. ApplicationMgr INFO Application Manager Initialized successfully @@ -925,34 +925,35 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm ================================================================ RichG4HistoSet2 INFO Now Booking Rich G4 Histo Set2 -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1260 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1415 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1218 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1394 PrevPrevEventGaussSim INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 1086029981, 0] -GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 1948 -GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 2135 +RichG4GeomProp WARNING Pixel coord outside Sidet. Coord and Pixel bounds = 8.25848 -8 8 +GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 2387 +GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 2554 NextNextEventGaussSim INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 1769989743, 0] GiGaGetNextNextEvent INFO Number of extracted MCParticles 'MC/Particles' 2 GiGaGetNextNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 3 -IODataManager INFO Referring to dataset Gauss-30000000-5ev-20181126.sim by its file ID:D6146147-1DF1-E811-9927-02163E01BE69 +IODataManager INFO Referring to dataset Gauss-30000000-5ev-20190223.sim by its file ID:727A113C-0837-E911-9294-02163E01C017 GaussGen INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 1474865432, 0] GaussGenPrevPrev INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 1139999521, 0] GaussGenNextNext INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 590814074, 0] MainEventGaussSim INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 1044128089, 0] -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 917 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 961 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 973 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 994 PrevPrevEventGaussSim INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 835413103, 0] -GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 1476 -GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 1594 +GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 1377 +GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 1524 NextNextEventGaussSim INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 1494238608, 0] GaussGen INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 645125023, 0] GaussGenPrevPrev INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 1981540210, 0] GaussGenNextNext INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 1371961496, 0] MainEventGaussSim INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 790725412, 0] -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1704 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1841 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1559 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1702 PrevPrevEventGaussSim INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 613239283, 0] -GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 1732 -GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 1941 +GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 2028 +GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 2346 NextNextEventGaussSim INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 1913999548, 0] GaussGen INFO Evt 4, Run 1082, Nr. in job = 4 with seeds [1082, 4, 1010630449, 0] GaussGenPrevPrev INFO Evt 4, Run 1082, Nr. in job = 4 with seeds [1082, 4, 1367779284, 0] @@ -964,20 +965,20 @@ PrevPrevEventGaussSim INFO Evt 4, Run 1082, Nr. in job = 4 with seeds [10 GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 2 GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 3 NextNextEventGaussSim INFO Evt 4, Run 1082, Nr. in job = 4 with seeds [1082, 4, 2074872519, 0] -GiGaGetNextNextEvent INFO Number of extracted MCParticles 'MC/Particles' 738 -GiGaGetNextNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 795 +GiGaGetNextNextEvent INFO Number of extracted MCParticles 'MC/Particles' 768 +GiGaGetNextNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 859 GaussGen INFO Evt 5, Run 1082, Nr. in job = 5 with seeds [1082, 5, 1094777801, 0] GaussGenPrevPrev INFO Evt 5, Run 1082, Nr. in job = 5 with seeds [1082, 5, 1414964200, 0] GaussGenNextNext INFO Evt 5, Run 1082, Nr. in job = 5 with seeds [1082, 5, 298503821, 0] MainEventGaussSim INFO Evt 5, Run 1082, Nr. in job = 5 with seeds [1082, 5, 103049051, 0] -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1331 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1470 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1571 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1727 PrevPrevEventGaussSim INFO Evt 5, Run 1082, Nr. in job = 5 with seeds [1082, 5, 89229770, 0] -GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 1728 -GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 1887 +GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 1557 +GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 1670 NextNextEventGaussSim INFO Evt 5, Run 1082, Nr. in job = 5 with seeds [1082, 5, 815953073, 0] -GiGaGetNextNextEvent INFO Number of extracted MCParticles 'MC/Particles' 150 -GiGaGetNextNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 163 +GiGaGetNextNextEvent INFO Number of extracted MCParticles 'MC/Particles' 205 +GiGaGetNextNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 216 ApplicationMgr INFO Application Manager Stopped successfully GaussGen SUCCESS ================================================================== GaussGen SUCCESS 5 events processed @@ -1070,26 +1071,26 @@ MainEventGaussSim SUCCESS ================================================ MainEventGaussSim SUCCESS 5 events processed MainEventGaussSim SUCCESS ================================================================== GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 607.60 +-11.02 (100.00 +-0.00%) Rich2 = 674.60 +-11.62 (100.00 +-0.00%) -GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 431.60 +- 9.29 ( 71.03 +-0.82%) Rich2 = 195.20 +- 6.25 ( 28.94 +-0.78%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 24.80 +- 2.23 ( 4.08 +-0.36%) Rich2 = 15.60 +- 1.77 ( 2.31 +-0.26%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 131.20 +- 5.12 ( 21.59 +-0.75%) Rich2 = 214.40 +- 6.55 ( 31.78 +-0.80%) -GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.20 +- 0.20 ( 0.03 +-0.03%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 997.60 +-14.13 (100.00 +-0.00%) Rich2 = 1083.40 +-14.72 (100.00 +-0.00%) +GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.40 +- 0.28 ( 0.04 +-0.03%) Rich2 = 0.40 +- 0.28 ( 0.04 +-0.03%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 498.00 +- 9.98 ( 49.92 +-0.71%) Rich2 = 228.40 +- 6.76 ( 21.08 +-0.55%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 46.60 +- 3.05 ( 4.67 +-0.30%) Rich2 = 48.00 +- 3.10 ( 4.43 +-0.28%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 427.60 +- 9.25 ( 42.86 +-0.70%) Rich2 = 548.20 +-10.47 ( 50.60 +-0.68%) +GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.80 +- 0.40 ( 0.08 +-0.04%) Rich2 = 0.20 +- 0.20 ( 0.02 +-0.02%) GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 240.60 +- 6.94 ( 35.67 +-0.82%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 36.40 +- 2.70 ( 5.99 +-0.43%) Rich2 = 57.00 +- 3.38 ( 8.45 +-0.48%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 27.40 +- 2.34 ( 4.51 +-0.38%) Rich2 = 46.80 +- 3.06 ( 6.94 +-0.44%) +GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.40 +- 0.28 ( 0.04 +-0.03%) Rich2 = 0.40 +- 0.28 ( 0.04 +-0.03%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 248.20 +- 7.05 ( 22.91 +-0.57%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 121.60 +- 4.93 ( 12.19 +-0.46%) Rich2 = 130.00 +- 5.10 ( 12.00 +-0.44%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 94.80 +- 4.35 ( 9.50 +-0.42%) Rich2 = 100.40 +- 4.48 ( 9.27 +-0.39%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 16.00 +- 1.79 ( 2.63 +-0.29%) Rich2 = 20.80 +- 2.04 ( 3.08 +-0.30%) -GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.20 +- 0.20 ( 0.03 +-0.03%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 44.00 +- 2.97 ( 4.41 +-0.29%) Rich2 = 48.80 +- 3.12 ( 4.50 +-0.28%) +GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.20 +- 0.20 ( 0.02 +-0.02%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 431.60 +- 9.29 ( 71.03 +-0.82%) Rich2Gas = 195.20 +- 6.25 ( 28.94 +-0.78%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 498.00 +- 9.98 ( 49.92 +-0.71%) Rich2Gas = 228.40 +- 6.76 ( 21.08 +-0.55%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : @@ -1109,98 +1110,98 @@ GetRichHits INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHits INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 451.40 +- 9.50 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 444.60 +- 9.43 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 40.40 +- 2.84 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 345.60 +- 8.31 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 0.20 +- 0.20 / event -GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 23.80 +- 2.18 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 56.80 +- 3.37 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 6.00 +- 1.10 / event -GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 4.00 +- 0.89 / event -GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 0.20 +- 0.20 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 522.20 +- 10.22 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 486.60 +- 9.87 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 94.60 +- 4.35 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 975.80 +- 13.97 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 1.00 +- 0.45 / event +GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 29.40 +- 2.42 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 56.60 +- 3.36 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 11.00 +- 1.48 / event +GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 9.40 +- 1.37 / event +GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 0.80 +- 0.40 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVeloHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 3263 | 652.60 | 449.68 | 0.0000 | 1400.0 | + | "# PackedData" | 5 | 3334 | 666.80 | 457.22 | 0.0000 | 1430.0 | MCPuVetoHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 117 | 23.400 | 19.489 | 0.0000 | 58.000 | + | "# PackedData" | 5 | 122 | 24.400 | 15.907 | 0.0000 | 49.000 | MCTTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 1229 | 245.80 | 141.46 | 0.0000 | 389.00 | + | "# PackedData" | 5 | 1246 | 249.20 | 148.45 | 0.0000 | 421.00 | MCITHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 715 | 143.00 | 86.399 | 0.0000 | 260.00 | + | "# PackedData" | 5 | 566 | 113.20 | 92.190 | 0.0000 | 270.00 | MCOTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 2479 | 495.80 | 307.46 | 0.0000 | 934.00 | + | "# PackedData" | 5 | 2753 | 550.60 | 325.64 | 0.0000 | 905.00 | MCMuonHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 1223 | 244.60 | 158.24 | 0.0000 | 468.00 | + | "# PackedData" | 5 | 1186 | 237.20 | 156.26 | 0.0000 | 445.00 | MCPrsHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 7023 | 1404.6 | 960.00 | 0.0000 | 2958.0 | + | "# PackedData" | 5 | 6308 | 1261.6 | 778.82 | 0.0000 | 2146.0 | MCSpdHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 4777 | 955.40 | 563.70 | 0.0000 | 1719.0 | + | "# PackedData" | 5 | 4552 | 910.40 | 544.43 | 0.0000 | 1441.0 | MCEcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 7808 | 1561.6 | 1018.8 | 0.0000 | 3109.0 | + | "# PackedData" | 5 | 7679 | 1535.8 | 987.56 | 0.0000 | 2699.0 | MCHcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 1075 | 215.00 | 129.88 | 0.0000 | 356.00 | + | "# PackedData" | 5 | 1232 | 246.40 | 152.47 | 0.0000 | 459.00 | MCRichHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 6411 | 1282.2 | 723.94 | 0.0000 | 2242.0 | + | "# PackedData" | 5 | 10405 | 2081.0 | 1285.4 | 0.0000 | 3509.0 | MCRichOpPhotPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 6411 | 1282.2 | 723.94 | 0.0000 | 2242.0 | + | "# PackedData" | 5 | 10401 | 2080.2 | 1284.5 | 0.0000 | 3506.0 | MCRichSegmentPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 454 | 90.800 | 54.345 | 0.0000 | 164.00 | + | "# PackedData" | 5 | 536 | 107.20 | 66.644 | 0.0000 | 190.00 | MCRichTrackPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 383 | 76.600 | 46.254 | 0.0000 | 139.00 | + | "# PackedData" | 5 | 418 | 83.600 | 53.418 | 0.0000 | 150.00 | VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 652.6+/-201.102 -VeloGaussMoni INFO | Number of PileUpMCHits/Event: 23.4+/-8.71596 +VeloGaussMoni INFO | Number of MCHits/Event: 666.8+/-204.476 +VeloGaussMoni INFO | Number of PileUpMCHits/Event: 24.4+/-7.11393 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 245.8 -TTHitMonitor INFO Mean beta * gamma: 653.896 -TTHitMonitor INFO Most Probable deposited charge: 0.155479 -TTHitMonitor INFO Half Sample width 0.0565526 +TTHitMonitor INFO #hits per event: 249.2 +TTHitMonitor INFO Mean beta * gamma: 1018.36 +TTHitMonitor INFO Most Probable deposited charge: 0.155106 +TTHitMonitor INFO Half Sample width 0.0485111 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 153 | 153 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1229 | 803638.1 | 653.90 | 2159.2 | 0.020150 | 26462. | - | "numberHits" | 5 | 1229 | 245.80 | 141.46 | 0.0000 | 389.00 | + | "DeltaRay" | 74 | 74 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1246 | 1268883 | 1018.4 | 3007.7 | 0.046444 | 27864. | + | "numberHits" | 5 | 1246 | 249.20 | 148.45 | 0.0000 | 421.00 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 143 -ITHitMonitor INFO Mean beta * gamma: 1883.89 -ITHitMonitor INFO Most Probable deposited charge: 0.119295 -ITHitMonitor INFO Half Sample width 0.0427652 +ITHitMonitor INFO #hits per event: 113.2 +ITHitMonitor INFO Mean beta * gamma: 1401.5 +ITHitMonitor INFO Most Probable deposited charge: 0.113673 +ITHitMonitor INFO Half Sample width 0.0386399 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 47 | 47 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 715 | 1346984 | 1883.9 | 7974.7 | 0.011191 | 55577. | - | "numberHits" | 5 | 715 | 143.00 | 86.399 | 0.0000 | 260.00 | + | "DeltaRay" | 13 | 13 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 566 | 793248.8 | 1401.5 | 4524.2 | 1.3105 | 27864. | + | "numberHits" | 5 | 566 | 113.20 | 92.190 | 0.0000 | 270.00 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 495.8 -OTHitMonitor INFO Mean beta * gamma: 1170.43 -OTHitMonitor INFO Most Probable deposited charge: 0.194723 -OTHitMonitor INFO Half Sample width 0.0811213 +OTHitMonitor INFO #hits per event: 550.6 +OTHitMonitor INFO Mean beta * gamma: 1709.82 +OTHitMonitor INFO Most Probable deposited charge: 0.201212 +OTHitMonitor INFO Half Sample width 0.0769313 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 196 | 196 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 2479 | 2901489 | 1170.4 | 3613.3 | 0.0056370 | 26462. | - | "numberHits" | 5 | 2479 | 495.80 | 307.46 | 0.0000 | 934.00 | + | "DeltaRay" | 203 | 203 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 2753 | 4707128 | 1709.8 | 4383.8 | 0.0043138 | 25037. | + | "numberHits" | 5 | 2753 | 550.60 | 325.64 | 0.0000 | 905.00 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -1209,400 +1210,398 @@ MuonHitChecker INFO ------------------------------------------------ MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 38.800 48.200 0.000 0.000 0.200 R1 -MuonHitChecker INFO 51.600 5.000 0.000 0.000 0.000 R2 -MuonHitChecker INFO 52.600 3.000 0.000 0.000 0.000 R3 -MuonHitChecker INFO 43.600 1.600 0.000 0.000 0.000 R4 +MuonHitChecker INFO 40.600 25.800 8.800 1.000 0.200 R1 +MuonHitChecker INFO 48.600 6.400 1.600 0.000 0.000 R2 +MuonHitChecker INFO 49.000 5.200 0.400 0.000 0.000 R3 +MuonHitChecker INFO 46.400 3.200 0.000 0.000 0.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 186.600 57.800 0.000 0.000 0.200 allR +MuonHitChecker INFO 184.600 40.600 10.800 1.000 0.200 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 -CompareMCVertex SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -CompareMCVertex SUCCESS #WARNINGS = 4 Message = 'Packed MCVertex info truncated. Set DEBUG OutputLevel for details' UnpackPuVetoHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 117 | 23.400 | 19.489 | 0.0000 | 58.000 | + | "# UnPackedData" | 5 | 122 | 24.400 | 15.907 | 0.0000 | 49.000 | CheckPuVetoHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 117 |-2.183654e-06 |-1.8664e-08 | 2.7759e-07 | -4.9574e-07 | 4.7946e-07 | - | "Diff. - Displacement y" | 117 |-7.941808e-07 |-6.7879e-09 | 2.7854e-07 | -4.9784e-07 | 4.9102e-07 | - | "Diff. - Displacement z" | 117 |2.613838e-06 | 2.2340e-08 | 2.7883e-07 | -4.9819e-07 | 4.9252e-07 | - | "Diff. - Energy" | 117 |-6.912676e-06 |-5.9083e-08 | 5.6093e-07 | -9.9701e-07 | 9.9885e-07 | - | "Diff. - Entry Point x" | 117 |-0.0001313048 |-1.1223e-06 | 2.9470e-05 | -4.8864e-05 | 4.8872e-05 | - | "Diff. - Entry Point y" | 117 |0.0001954268 | 1.6703e-06 | 2.6633e-05 | -4.8183e-05 | 4.9203e-05 | - | "Diff. - Entry Point z" | 117 |-0.0001449987 |-1.2393e-06 | 3.0235e-05 | -4.9965e-05 | 4.9879e-05 | - | "Diff. - Parent |P|" | 117 | 0.03411402 | 0.00029157 | 0.0030204 | -0.0049834 | 0.0049536 | - | "Diff. - TOF" | 117 |2.742947e-05 | 2.3444e-07 | 2.8545e-06 | -4.9779e-06 | 4.9032e-06 | - | "Original - Displacement x" | 117 | 0.2608188 | 0.0022292 | 0.025679 | -0.091031 | 0.092070 | - | "Original - Displacement y" | 117 | -0.7336568 | -0.0062706 | 0.030025 | -0.15661 | 0.076998 | - | "Original - Displacement z" | 117 | -34.07547 | -0.29124 | 0.041204 | -0.30048 | -0.023355 | - | "Original - Energy" | 117 | 12.6899 | 0.10846 | 0.063275 | 0.025561 | 0.57415 | - | "Original - Entry Point x" | 117 | 242.679 | 2.0742 | 17.692 | -39.813 | 38.849 | - | "Original - Entry Point y" | 117 | -266.2708 | -2.2758 | 18.414 | -39.747 | 41.696 | - | "Original - Entry Point z" | 117 | -31352.93 | -267.97 | 42.052 | -316.04 | -218.95 | - | "Original - Parent |P|" | 117 | 571561.4 | 4885.1 | 4496.6 | 1.5748 | 23680. | - | "Original - TOF" | 117 | 105.5003 | 0.90171 | 0.23326 | 0.44367 | 1.3510 | - | "Unpacked - Displacement x" | 117 | 0.260821 | 0.0022292 | 0.025679 | -0.091031 | 0.092070 | - | "Unpacked - Displacement y" | 117 | -0.733656 | -0.0062706 | 0.030025 | -0.15661 | 0.076998 | - | "Unpacked - Displacement z" | 117 | -34.07548 | -0.29124 | 0.041204 | -0.30048 | -0.023355 | - | "Unpacked - Energy" | 117 | 12.68991 | 0.10846 | 0.063276 | 0.025560 | 0.57415 | - | "Unpacked - Entry Point x" | 117 | 242.6791 | 2.0742 | 17.692 | -39.813 | 38.849 | - | "Unpacked - Entry Point y" | 117 | -266.271 | -2.2758 | 18.414 | -39.747 | 41.696 | - | "Unpacked - Entry Point z" | 117 | -31352.93 | -267.97 | 42.052 | -316.04 | -218.95 | - | "Unpacked - Parent |P|" | 117 | 571561.4 | 4885.1 | 4496.6 | 1.5700 | 23680. | - | "Unpacked - TOF" | 117 | 105.5002 | 0.90171 | 0.23326 | 0.44367 | 1.3510 | + | "Diff. - Displacement x" | 122 |-8.733441e-06 |-7.1586e-08 | 3.0303e-07 | -4.9671e-07 | 4.9123e-07 | + | "Diff. - Displacement y" | 122 |-3.526831e-06 |-2.8908e-08 | 2.9571e-07 | -4.9170e-07 | 4.8997e-07 | + | "Diff. - Displacement z" | 122 |-1.829446e-06 |-1.4995e-08 | 2.9097e-07 | -4.8706e-07 | 4.9511e-07 | + | "Diff. - Energy" | 122 |-7.715777e-06 |-6.3244e-08 | 5.7317e-07 | -9.9607e-07 | 9.5903e-07 | + | "Diff. - Entry Point x" | 122 |9.891241e-05 | 8.1076e-07 | 3.0059e-05 | -4.9789e-05 | 4.8776e-05 | + | "Diff. - Entry Point y" | 122 |-0.000658565 |-5.3981e-06 | 2.8962e-05 | -4.9863e-05 | 4.9819e-05 | + | "Diff. - Entry Point z" | 122 |0.0002321319 | 1.9027e-06 | 2.8880e-05 | -4.9910e-05 | 4.9614e-05 | + | "Diff. - Parent |P|" | 122 | 0.04690019 | 0.00038443 | 0.0030940 | -0.0047898 | 0.0048807 | + | "Diff. - TOF" | 122 |-2.843509e-05 |-2.3307e-07 | 2.9559e-06 | -4.9862e-06 | 4.8994e-06 | + | "Original - Displacement x" | 122 |-0.02499373 |-0.00020487 | 0.023318 | -0.090845 | 0.058607 | + | "Original - Displacement y" | 122 | -0.5202955 | -0.0042647 | 0.023695 | -0.077266 | 0.10021 | + | "Original - Displacement z" | 122 | -36.59622 | -0.29997 | 0.00014314 | -0.30029 | -0.29948 | + | "Original - Energy" | 122 | 13.5176 | 0.11080 | 0.071964 | 0.063376 | 0.76567 | + | "Original - Entry Point x" | 122 | 37.6907 | 0.30894 | 16.878 | -39.775 | 39.094 | + | "Original - Entry Point y" | 122 | -589.3998 | -4.8311 | 17.326 | -41.639 | 40.656 | + | "Original - Entry Point z" | 122 | -32758.73 | -268.51 | 41.957 | -315.89 | -218.95 | + | "Original - Parent |P|" | 122 | 564417.6 | 4626.4 | 4493.9 | 2.7438 | 23681. | + | "Original - TOF" | 122 | 111.183 | 0.91134 | 0.22714 | 0.44364 | 1.3510 | + | "Unpacked - Displacement x" | 122 | -0.024985 |-0.00020480 | 0.023318 | -0.090845 | 0.058607 | + | "Unpacked - Displacement y" | 122 | -0.520292 | -0.0042647 | 0.023695 | -0.077266 | 0.10021 | + | "Unpacked - Displacement z" | 122 | -36.59622 | -0.29997 | 0.00014311 | -0.30029 | -0.29948 | + | "Unpacked - Energy" | 122 | 13.51761 | 0.11080 | 0.071964 | 0.063376 | 0.76567 | + | "Unpacked - Entry Point x" | 122 | 37.6906 | 0.30894 | 16.878 | -39.775 | 39.094 | + | "Unpacked - Entry Point y" | 122 | -589.3991 | -4.8311 | 17.326 | -41.639 | 40.657 | + | "Unpacked - Entry Point z" | 122 | -32758.73 | -268.51 | 41.957 | -315.89 | -218.95 | + | "Unpacked - Parent |P|" | 122 | 564417.5 | 4626.4 | 4493.9 | 2.7400 | 23681. | + | "Unpacked - TOF" | 122 | 111.183 | 0.91134 | 0.22714 | 0.44364 | 1.3510 | UnpackVeloHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 3263 | 652.60 | 449.68 | 0.0000 | 1400.0 | + | "# UnPackedData" | 5 | 3334 | 666.80 | 457.22 | 0.0000 | 1430.0 | CheckVeloHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 3263 |1.463297e-05 | 4.4845e-09 | 2.8762e-07 | -4.9987e-07 | 4.9988e-07 | - | "Diff. - Displacement y" | 3263 |-6.481597e-06 |-1.9864e-09 | 2.9026e-07 | -4.9968e-07 | 4.9998e-07 | - | "Diff. - Displacement z" | 3263 |-2.738483e-05 |-8.3925e-09 | 2.8699e-07 | -4.9965e-07 | 4.9980e-07 | - | "Diff. - Energy" | 3263 |-3.481261e-05 |-1.0669e-08 | 5.7930e-07 | -9.9936e-07 | 9.9991e-07 | - | "Diff. - Entry Point x" | 3263 | 0.00121206 | 3.7146e-07 | 2.8768e-05 | -4.9995e-05 | 4.9933e-05 | - | "Diff. - Entry Point y" | 3263 | -0.0014321 |-4.3889e-07 | 2.8807e-05 | -4.9979e-05 | 4.9989e-05 | - | "Diff. - Entry Point z" | 3263 |0.001837437 | 5.6311e-07 | 2.8497e-05 | -4.9979e-05 | 4.9958e-05 | - | "Diff. - Parent |P|" | 3263 | -0.2583629 |-7.9180e-05 | 0.0028638 | -0.0049992 | 0.0049983 | - | "Diff. - TOF" | 3263 |7.250389e-05 | 2.2220e-08 | 2.8913e-06 | -4.9981e-06 | 4.9999e-06 | - | "Original - Displacement x" | 3263 | -10.3877 | -0.0031835 | 0.11586 | -1.0254 | 2.5544 | - | "Original - Displacement y" | 3263 | -9.181111 | -0.0028137 | 0.10756 | -1.2961 | 1.2244 | - | "Original - Displacement z" | 3263 | 458.1764 | 0.14042 | 0.25954 | -0.30167 | 0.30188 | - | "Original - Energy" | 3263 | 466.3012 | 0.14291 | 0.32051 | 0.00018232 | 10.646 | - | "Original - Entry Point x" | 3263 | 5757.065 | 1.7643 | 15.697 | -43.003 | 44.298 | - | "Original - Entry Point y" | 3263 | -1772.92 | -0.54334 | 17.972 | -43.962 | 43.426 | - | "Original - Entry Point z" | 3263 | 642972.3 | 197.05 | 269.64 | -175.81 | 751.17 | - | "Original - Parent |P|" | 3263 |1.570592e+07 | 4813.3 | 6767.6 | 1.5784 | 67273. | - | "Original - TOF" | 3263 | 2937.787 | 0.90033 | 0.76862 | 0.028843 | 2.8021 | - | "Unpacked - Displacement x" | 3263 | -10.38771 | -0.0031835 | 0.11586 | -1.0254 | 2.5544 | - | "Unpacked - Displacement y" | 3263 | -9.181105 | -0.0028137 | 0.10756 | -1.2961 | 1.2244 | - | "Unpacked - Displacement z" | 3263 | 458.1765 | 0.14042 | 0.25954 | -0.30167 | 0.30188 | - | "Unpacked - Energy" | 3263 | 466.3012 | 0.14291 | 0.32051 | 0.00018200 | 10.646 | - | "Unpacked - Entry Point x" | 3263 | 5757.064 | 1.7643 | 15.697 | -43.002 | 44.298 | - | "Unpacked - Entry Point y" | 3263 | -1772.919 | -0.54334 | 17.972 | -43.962 | 43.426 | - | "Unpacked - Entry Point z" | 3263 | 642972.3 | 197.05 | 269.64 | -175.81 | 751.17 | - | "Unpacked - Parent |P|" | 3263 |1.570592e+07 | 4813.3 | 6767.6 | 1.5800 | 67273. | - | "Unpacked - TOF" | 3263 | 2937.787 | 0.90033 | 0.76862 | 0.028840 | 2.8021 | + | "Diff. - Displacement x" | 3334 |6.712258e-06 | 2.0133e-09 | 2.9040e-07 | -4.9994e-07 | 4.9987e-07 | + | "Diff. - Displacement y" | 3334 |3.070541e-06 | 9.2098e-10 | 2.8784e-07 | -4.9951e-07 | 4.9993e-07 | + | "Diff. - Displacement z" | 3334 |-2.503724e-05 |-7.5097e-09 | 2.9073e-07 | -4.9949e-07 | 4.9993e-07 | + | "Diff. - Energy" | 3334 |-1.373697e-05 |-4.1203e-09 | 5.7645e-07 | -9.9976e-07 | 9.9659e-07 | + | "Diff. - Entry Point x" | 3334 |0.001296433 | 3.8885e-07 | 2.9010e-05 | -4.9995e-05 | 4.9996e-05 | + | "Diff. - Entry Point y" | 3334 |0.000175297 | 5.2579e-08 | 2.8709e-05 | -4.9988e-05 | 4.9969e-05 | + | "Diff. - Entry Point z" | 3334 |-0.00148098 |-4.4421e-07 | 2.9025e-05 | -4.9972e-05 | 4.9929e-05 | + | "Diff. - Parent |P|" | 3334 | 0.03201992 | 9.6041e-06 | 0.0028842 | -0.0049922 | 0.0049996 | + | "Diff. - TOF" | 3334 |-3.934393e-05 |-1.1801e-08 | 2.9217e-06 | -4.9977e-06 | 4.9932e-06 | + | "Original - Displacement x" | 3334 | -3.627383 | -0.0010880 | 0.11102 | -1.0701 | 2.6835 | + | "Original - Displacement y" | 3334 | -8.190117 | -0.0024565 | 0.10565 | -1.3385 | 1.2913 | + | "Original - Displacement z" | 3334 | 459.4874 | 0.13782 | 0.26066 | -0.30173 | 0.30123 | + | "Original - Energy" | 3334 | 452.3349 | 0.13567 | 0.21275 | 0.00046477 | 4.4185 | + | "Original - Entry Point x" | 3334 | 6547.217 | 1.9638 | 15.402 | -42.828 | 44.865 | + | "Original - Entry Point y" | 3334 | -2889.558 | -0.86669 | 17.696 | -43.798 | 43.386 | + | "Original - Entry Point z" | 3334 | 658713.9 | 197.57 | 271.59 | -175.85 | 751.06 | + | "Original - Parent |P|" | 3334 |1.596348e+07 | 4788.1 | 6711.6 | 1.4356 | 67273. | + | "Original - TOF" | 3334 | 3047.577 | 0.91409 | 0.78908 | 0.028855 | 4.9147 | + | "Unpacked - Displacement x" | 3334 | -3.62739 | -0.0010880 | 0.11102 | -1.0701 | 2.6835 | + | "Unpacked - Displacement y" | 3334 | -8.19012 | -0.0024565 | 0.10565 | -1.3385 | 1.2913 | + | "Unpacked - Displacement z" | 3334 | 459.4874 | 0.13782 | 0.26066 | -0.30173 | 0.30123 | + | "Unpacked - Energy" | 3334 | 452.3349 | 0.13567 | 0.21275 | 0.00046400 | 4.4185 | + | "Unpacked - Entry Point x" | 3334 | 6547.216 | 1.9638 | 15.402 | -42.828 | 44.865 | + | "Unpacked - Entry Point y" | 3334 | -2889.558 | -0.86669 | 17.696 | -43.798 | 43.386 | + | "Unpacked - Entry Point z" | 3334 | 658713.9 | 197.57 | 271.59 | -175.85 | 751.06 | + | "Unpacked - Parent |P|" | 3334 |1.596348e+07 | 4788.1 | 6711.6 | 1.4400 | 67273. | + | "Unpacked - TOF" | 3334 | 3047.577 | 0.91409 | 0.78908 | 0.028860 | 4.9147 | UnpackTTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 1229 | 245.80 | 141.46 | 0.0000 | 389.00 | + | "# UnPackedData" | 5 | 1246 | 249.20 | 148.45 | 0.0000 | 421.00 | CheckTTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1229 |4.462026e-06 | 3.6306e-09 | 2.9166e-07 | -4.9902e-07 | 4.9934e-07 | - | "Diff. - Displacement y" | 1229 |5.273164e-06 | 4.2906e-09 | 2.8658e-07 | -4.9940e-07 | 4.9980e-07 | - | "Diff. - Displacement z" | 1229 |-3.437644e-06 |-2.7971e-09 | 1.1829e-07 | -4.9289e-07 | 4.8953e-07 | - | "Diff. - Energy" | 1229 |9.967095e-06 | 8.1099e-09 | 5.6610e-07 | -9.9804e-07 | 9.9806e-07 | - | "Diff. - Entry Point x" | 1229 | -0.0020132 |-1.6381e-06 | 2.8749e-05 | -4.9952e-05 | 4.9907e-05 | - | "Diff. - Entry Point y" | 1229 |-0.0006373407 |-5.1858e-07 | 2.8513e-05 | -4.9971e-05 | 4.9626e-05 | - | "Diff. - Entry Point z" | 1229 |0.0005529702 | 4.4994e-07 | 9.8453e-06 | -4.9722e-05 | 4.9577e-05 | - | "Diff. - Parent |P|" | 1229 | 0.1263448 | 0.00010280 | 0.0028481 | -0.0049908 | 0.0049916 | - | "Diff. - TOF" | 1229 |0.0001763013 | 1.4345e-07 | 3.0757e-06 | -4.9984e-06 | 5.0000e-06 | - | "Original - Displacement x" | 1229 | 1.926457 | 0.0015675 | 0.54646 | -6.7094 | 2.8184 | - | "Original - Displacement y" | 1229 | -7.554015 | -0.0061465 | 0.29921 | -2.5417 | 5.4634 | - | "Original - Displacement z" | 1229 | 347.7134 | 0.28292 | 0.37348 | -0.50000 | 0.50000 | - | "Original - Energy" | 1229 | 395.9239 | 0.32215 | 0.72741 | 0.00020576 | 13.447 | - | "Original - Entry Point x" | 1229 | -1156.438 | -0.94096 | 310.75 | -779.64 | 803.14 | - | "Original - Entry Point y" | 1229 | -10281.62 | -8.3658 | 263.07 | -660.35 | 659.16 | - | "Original - Entry Point z" | 1229 | 3082493 | 2508.1 | 135.26 | 2322.0 | 2648.0 | - | "Original - Parent |P|" | 1229 | 3344025 | 2720.9 | 5371.7 | 1.4247 | 40793. | - | "Original - TOF" | 1229 | 14104.74 | 11.477 | 5.9271 | 7.5614 | 71.363 | - | "Unpacked - Displacement x" | 1229 | 1.926453 | 0.0015675 | 0.54646 | -6.7094 | 2.8184 | - | "Unpacked - Displacement y" | 1229 | -7.55402 | -0.0061465 | 0.29921 | -2.5417 | 5.4634 | - | "Unpacked - Displacement z" | 1229 | 347.7134 | 0.28292 | 0.37348 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 1229 | 395.9238 | 0.32215 | 0.72741 | 0.00020600 | 13.447 | - | "Unpacked - Entry Point x" | 1229 | -1156.436 | -0.94096 | 310.75 | -779.64 | 803.14 | - | "Unpacked - Entry Point y" | 1229 | -10281.62 | -8.3658 | 263.07 | -660.35 | 659.16 | - | "Unpacked - Entry Point z" | 1229 | 3082493 | 2508.1 | 135.26 | 2322.0 | 2648.0 | - | "Unpacked - Parent |P|" | 1229 | 3344025 | 2720.9 | 5371.7 | 1.4200 | 40793. | - | "Unpacked - TOF" | 1229 | 14104.74 | 11.477 | 5.9271 | 7.5614 | 71.363 | + | "Diff. - Displacement x" | 1246 |1.149147e-06 | 9.2227e-10 | 2.8436e-07 | -4.9905e-07 | 4.9980e-07 | + | "Diff. - Displacement y" | 1246 |1.08589e-05 | 8.7150e-09 | 2.9058e-07 | -4.9908e-07 | 4.9729e-07 | + | "Diff. - Displacement z" | 1246 |-8.119471e-07 |-6.5164e-10 | 1.0176e-07 | -4.9016e-07 | 4.9016e-07 | + | "Diff. - Energy" | 1246 |8.865652e-06 | 7.1153e-09 | 5.8341e-07 | -9.9903e-07 | 9.9942e-07 | + | "Diff. - Entry Point x" | 1246 |-0.0003716793 |-2.9830e-07 | 2.9304e-05 | -4.9995e-05 | 4.9996e-05 | + | "Diff. - Entry Point y" | 1246 |-0.0001854437 |-1.4883e-07 | 2.8811e-05 | -4.9932e-05 | 4.9906e-05 | + | "Diff. - Entry Point z" | 1246 |0.0005141399 | 4.1263e-07 | 8.8859e-06 | -4.9807e-05 | 4.9811e-05 | + | "Diff. - Parent |P|" | 1246 |-0.06606562 |-5.3022e-05 | 0.0028604 | -0.0049994 | 0.0049997 | + | "Diff. - TOF" | 1246 |-0.0001433811 |-1.1507e-07 | 2.8775e-06 | -4.9919e-06 | 4.9994e-06 | + | "Original - Displacement x" | 1246 | -42.09274 | -0.033782 | 0.65467 | -9.4147 | 3.1538 | + | "Original - Displacement y" | 1246 | -8.92252 | -0.0071609 | 0.34533 | -5.8449 | 6.3528 | + | "Original - Displacement z" | 1246 | 410.1104 | 0.32914 | 0.34554 | -0.50000 | 0.50000 | + | "Original - Energy" | 1246 | 345.8197 | 0.27754 | 0.53339 | 0.00091589 | 10.025 | + | "Original - Entry Point x" | 1246 | 3381.533 | 2.7139 | 297.91 | -799.88 | 807.19 | + | "Original - Entry Point y" | 1246 | 1071.58 | 0.86002 | 252.45 | -692.50 | 692.45 | + | "Original - Entry Point z" | 1246 | 3105039 | 2492.0 | 136.03 | 2322.0 | 2648.0 | + | "Original - Parent |P|" | 1246 | 3370501 | 2705.1 | 5131.7 | 1.4322 | 40791. | + | "Original - TOF" | 1246 | 13701.35 | 10.996 | 6.5437 | 7.5664 | 93.484 | + | "Unpacked - Displacement x" | 1246 | -42.09274 | -0.033782 | 0.65467 | -9.4147 | 3.1538 | + | "Unpacked - Displacement y" | 1246 | -8.922531 | -0.0071609 | 0.34533 | -5.8449 | 6.3528 | + | "Unpacked - Displacement z" | 1246 | 410.1104 | 0.32914 | 0.34554 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 1246 | 345.8197 | 0.27754 | 0.53339 | 0.00091600 | 10.025 | + | "Unpacked - Entry Point x" | 1246 | 3381.533 | 2.7139 | 297.91 | -799.88 | 807.19 | + | "Unpacked - Entry Point y" | 1246 | 1071.58 | 0.86002 | 252.45 | -692.50 | 692.45 | + | "Unpacked - Entry Point z" | 1246 | 3105039 | 2492.0 | 136.03 | 2322.0 | 2648.0 | + | "Unpacked - Parent |P|" | 1246 | 3370501 | 2705.1 | 5131.7 | 1.4300 | 40791. | + | "Unpacked - TOF" | 1246 | 13701.35 | 10.996 | 6.5437 | 7.5664 | 93.484 | UnpackITHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 715 | 143.00 | 86.399 | 0.0000 | 260.00 | + | "# UnPackedData" | 5 | 566 | 113.20 | 92.190 | 0.0000 | 270.00 | CheckITHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 715 |-4.772001e-07 |-6.6741e-10 | 2.8607e-07 | -4.9916e-07 | 4.9942e-07 | - | "Diff. - Displacement y" | 715 |-1.154641e-05 |-1.6149e-08 | 2.8545e-07 | -4.9990e-07 | 4.9967e-07 | - | "Diff. - Displacement z" | 715 |-6.054984e-06 |-8.4685e-09 | 2.7246e-07 | -4.9978e-07 | 4.9938e-07 | - | "Diff. - Energy" | 715 |-2.466296e-06 |-3.4494e-09 | 5.7686e-07 | -9.9923e-07 | 9.9862e-07 | - | "Diff. - Entry Point x" | 715 |-0.001268553 |-1.7742e-06 | 2.9416e-05 | -4.9925e-05 | 4.9831e-05 | - | "Diff. - Entry Point y" | 715 |0.001057559 | 1.4791e-06 | 2.8045e-05 | -4.9997e-05 | 4.9945e-05 | - | "Diff. - Entry Point z" | 715 |-0.0002791809 |-3.9046e-07 | 2.8822e-05 | -4.9544e-05 | 4.9816e-05 | - | "Diff. - Parent |P|" | 715 |-0.02980487 |-4.1685e-05 | 0.0028070 | -0.0049851 | 0.0049728 | - | "Diff. - TOF" | 715 |7.913647e-05 | 1.1068e-07 | 2.8849e-06 | -4.9586e-06 | 4.9729e-06 | - | "Original - Displacement x" | 715 | -18.60637 | -0.026023 | 0.21640 | -2.7684 | 0.66763 | - | "Original - Displacement y" | 715 | 7.781477 | 0.010883 | 0.18156 | -0.80979 | 2.7359 | - | "Original - Displacement z" | 715 | 208.4468 | 0.29153 | 0.21283 | -0.41093 | 0.41270 | - | "Original - Energy" | 715 | 119.3276 | 0.16689 | 0.23190 | 0.0024808 | 2.8666 | - | "Original - Entry Point x" | 715 | 15803.03 | 22.102 | 285.84 | -640.86 | 633.63 | - | "Original - Entry Point y" | 715 | -27160.28 | -37.986 | 103.93 | -207.71 | 203.94 | - | "Original - Entry Point z" | 715 | 6013794 | 8410.9 | 547.01 | 7667.7 | 9172.2 | - | "Original - Parent |P|" | 715 | 6629449 | 9272.0 | 12197. | 1.4413 | 55128. | - | "Original - TOF" | 715 | 20425.63 | 28.567 | 2.0316 | 25.409 | 34.048 | - | "Unpacked - Displacement x" | 715 | -18.60637 | -0.026023 | 0.21640 | -2.7684 | 0.66763 | - | "Unpacked - Displacement y" | 715 | 7.781489 | 0.010883 | 0.18156 | -0.80979 | 2.7359 | - | "Unpacked - Displacement z" | 715 | 208.4468 | 0.29153 | 0.21283 | -0.41093 | 0.41270 | - | "Unpacked - Energy" | 715 | 119.3276 | 0.16689 | 0.23190 | 0.0024800 | 2.8666 | - | "Unpacked - Entry Point x" | 715 | 15803.03 | 22.102 | 285.84 | -640.86 | 633.63 | - | "Unpacked - Entry Point y" | 715 | -27160.28 | -37.986 | 103.93 | -207.71 | 203.94 | - | "Unpacked - Entry Point z" | 715 | 6013794 | 8410.9 | 547.01 | 7667.7 | 9172.1 | - | "Unpacked - Parent |P|" | 715 | 6629449 | 9272.0 | 12197. | 1.4400 | 55128. | - | "Unpacked - TOF" | 715 | 20425.63 | 28.567 | 2.0316 | 25.409 | 34.048 | + | "Diff. - Displacement x" | 566 |-2.23368e-05 |-3.9464e-08 | 2.8524e-07 | -4.9879e-07 | 4.9522e-07 | + | "Diff. - Displacement y" | 566 |5.156554e-06 | 9.1105e-09 | 2.8895e-07 | -4.9890e-07 | 4.9959e-07 | + | "Diff. - Displacement z" | 566 |-3.780208e-06 |-6.6788e-09 | 2.8534e-07 | -4.9727e-07 | 4.9915e-07 | + | "Diff. - Energy" | 566 |2.145197e-06 | 3.7901e-09 | 5.9149e-07 | -9.9318e-07 | 9.9856e-07 | + | "Diff. - Entry Point x" | 566 |-0.0003238533 |-5.7218e-07 | 2.9490e-05 | -4.9984e-05 | 4.9972e-05 | + | "Diff. - Entry Point y" | 566 |0.0007349809 | 1.2986e-06 | 2.8513e-05 | -4.9772e-05 | 4.9484e-05 | + | "Diff. - Entry Point z" | 566 |4.698639e-05 | 8.3015e-08 | 2.8902e-05 | -4.9940e-05 | 4.9991e-05 | + | "Diff. - Parent |P|" | 566 | 0.06542242 | 0.00011559 | 0.0029306 | -0.0048708 | 0.0049892 | + | "Diff. - TOF" | 566 |4.177048e-05 | 7.3799e-08 | 2.9447e-06 | -4.9555e-06 | 4.9689e-06 | + | "Original - Displacement x" | 566 | 8.533263 | 0.015076 | 0.34790 | -1.0285 | 6.7836 | + | "Original - Displacement y" | 566 | 1.469727 | 0.0025967 | 0.12776 | -0.88929 | 1.2755 | + | "Original - Displacement z" | 566 | 187.5325 | 0.33133 | 0.18098 | -0.41279 | 0.41440 | + | "Original - Energy" | 566 | 87.23002 | 0.15412 | 0.14483 | 0.0014772 | 2.6219 | + | "Original - Entry Point x" | 566 | 21344.84 | 37.712 | 315.54 | -633.23 | 639.37 | + | "Original - Entry Point y" | 566 | -17058.56 | -30.139 | 94.084 | -217.48 | 198.85 | + | "Original - Entry Point z" | 566 | 4767438 | 8423.0 | 541.35 | 7667.7 | 9171.1 | + | "Original - Parent |P|" | 566 | 5635621 | 9956.9 | 12280. | 1.4516 | 54833. | + | "Original - TOF" | 566 | 16291.08 | 28.783 | 2.6333 | 25.411 | 41.625 | + | "Unpacked - Displacement x" | 566 | 8.533285 | 0.015076 | 0.34790 | -1.0285 | 6.7836 | + | "Unpacked - Displacement y" | 566 | 1.469722 | 0.0025967 | 0.12776 | -0.88929 | 1.2755 | + | "Unpacked - Displacement z" | 566 | 187.5325 | 0.33133 | 0.18098 | -0.41279 | 0.41440 | + | "Unpacked - Energy" | 566 | 87.23001 | 0.15412 | 0.14483 | 0.0014780 | 2.6219 | + | "Unpacked - Entry Point x" | 566 | 21344.84 | 37.712 | 315.54 | -633.23 | 639.37 | + | "Unpacked - Entry Point y" | 566 | -17058.56 | -30.139 | 94.084 | -217.48 | 198.85 | + | "Unpacked - Entry Point z" | 566 | 4767438 | 8423.0 | 541.35 | 7667.7 | 9171.1 | + | "Unpacked - Parent |P|" | 566 | 5635621 | 9956.9 | 12280. | 1.4500 | 54833. | + | "Unpacked - TOF" | 566 | 16291.08 | 28.783 | 2.6333 | 25.411 | 41.625 | UnpackOTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 2479 | 495.80 | 307.46 | 0.0000 | 934.00 | + | "# UnPackedData" | 5 | 2753 | 550.60 | 325.64 | 0.0000 | 905.00 | CheckOTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 2479 |9.991786e-06 | 4.0306e-09 | 2.8449e-07 | -4.9999e-07 | 4.9966e-07 | - | "Diff. - Displacement y" | 2479 |2.965107e-06 | 1.1961e-09 | 2.9289e-07 | -4.9996e-07 | 4.9878e-07 | - | "Diff. - Displacement z" | 2479 |-5.420214e-06 |-2.1865e-09 | 2.8624e-07 | -4.9990e-07 | 4.9979e-07 | - | "Diff. - Energy" | 2479 |-1.557517e-05 |-6.2828e-09 | 5.8033e-07 | -9.9945e-07 | 9.9974e-07 | - | "Diff. - Entry Point x" | 2479 |-2.794664e-05 |-1.1273e-08 | 2.8336e-05 | -4.9978e-05 | 4.9953e-05 | - | "Diff. - Entry Point y" | 2479 |0.0002057735 | 8.3007e-08 | 2.9187e-05 | -4.9846e-05 | 4.9882e-05 | - | "Diff. - Entry Point z" | 2479 |0.002432891 | 9.8140e-07 | 2.9147e-05 | -4.9995e-05 | 4.9971e-05 | - | "Diff. - Parent |P|" | 2479 |0.003016285 | 1.2167e-06 | 0.0028632 | -0.0049965 | 0.0049995 | - | "Diff. - TOF" | 2479 |-0.0001157989 |-4.6712e-08 | 2.8660e-06 | -4.9997e-06 | 4.9984e-06 | - | "Original - Displacement x" | 2479 | -1505.143 | -0.60716 | 8.5508 | -144.76 | 100.62 | - | "Original - Displacement y" | 2479 | 291.8381 | 0.11772 | 8.6582 | -87.539 | 180.43 | - | "Original - Displacement z" | 2479 | 15584.51 | 6.2866 | 7.5998 | -11.027 | 11.380 | - | "Original - Energy" | 2479 | 776.7333 | 0.31333 | 0.43315 | 0.00014687 | 7.4568 | - | "Original - Entry Point x" | 2479 | -423021.8 | -170.64 | 1264.6 | -3055.1 | 3058.9 | - | "Original - Entry Point y" | 2479 | -193560.4 | -78.080 | 804.09 | -2390.6 | 2391.9 | - | "Original - Entry Point z" | 2479 |2.147644e+07 | 8663.3 | 554.06 | 7849.0 | 9415.2 | - | "Original - Parent |P|" | 2479 | 7063793 | 2849.5 | 4357.6 | 1.4227 | 33891. | - | "Original - TOF" | 2479 | 82579.95 | 33.312 | 10.099 | 26.056 | 146.37 | - | "Unpacked - Displacement x" | 2479 | -1505.143 | -0.60716 | 8.5508 | -144.76 | 100.62 | - | "Unpacked - Displacement y" | 2479 | 291.8381 | 0.11772 | 8.6582 | -87.539 | 180.43 | - | "Unpacked - Displacement z" | 2479 | 15584.51 | 6.2866 | 7.5998 | -11.027 | 11.380 | - | "Unpacked - Energy" | 2479 | 776.7333 | 0.31333 | 0.43315 | 0.00014600 | 7.4568 | - | "Unpacked - Entry Point x" | 2479 | -423021.8 | -170.64 | 1264.6 | -3055.1 | 3058.9 | - | "Unpacked - Entry Point y" | 2479 | -193560.4 | -78.080 | 804.09 | -2390.6 | 2391.9 | - | "Unpacked - Entry Point z" | 2479 |2.147644e+07 | 8663.3 | 554.06 | 7849.0 | 9415.2 | - | "Unpacked - Parent |P|" | 2479 | 7063793 | 2849.5 | 4357.6 | 1.4200 | 33891. | - | "Unpacked - TOF" | 2479 | 82579.95 | 33.312 | 10.099 | 26.056 | 146.37 | + | "Diff. - Displacement x" | 2753 |1.639763e-05 | 5.9563e-09 | 2.8873e-07 | -4.9889e-07 | 4.9949e-07 | + | "Diff. - Displacement y" | 2753 |7.330274e-07 | 2.6626e-10 | 2.8885e-07 | -4.9992e-07 | 4.9987e-07 | + | "Diff. - Displacement z" | 2753 |-2.055102e-06 |-7.4650e-10 | 2.8885e-07 | -4.9958e-07 | 4.9981e-07 | + | "Diff. - Energy" | 2753 |-9.123219e-06 |-3.3139e-09 | 5.8185e-07 | -9.9974e-07 | 9.9881e-07 | + | "Diff. - Entry Point x" | 2753 |-0.0008571494 |-3.1135e-07 | 2.8166e-05 | -4.9891e-05 | 4.9975e-05 | + | "Diff. - Entry Point y" | 2753 |-0.0006416459 |-2.3307e-07 | 2.8378e-05 | -4.9918e-05 | 4.9931e-05 | + | "Diff. - Entry Point z" | 2753 |0.003027294 | 1.0996e-06 | 2.8726e-05 | -4.9980e-05 | 4.9918e-05 | + | "Diff. - Parent |P|" | 2753 | 0.344231 | 0.00012504 | 0.0028993 | -0.0049994 | 0.0049997 | + | "Diff. - TOF" | 2753 |4.407274e-05 | 1.6009e-08 | 2.8593e-06 | -4.9799e-06 | 4.9976e-06 | + | "Original - Displacement x" | 2753 | -685.0648 | -0.24884 | 9.0153 | -76.385 | 102.90 | + | "Original - Displacement y" | 2753 | 818.905 | 0.29746 | 5.6846 | -133.33 | 69.482 | + | "Original - Displacement z" | 2753 | 18988.24 | 6.8973 | 6.9390 | -10.864 | 10.851 | + | "Original - Energy" | 2753 | 903.8941 | 0.32833 | 0.48013 | 3.3509e-05 | 8.3779 | + | "Original - Entry Point x" | 2753 | -48472.83 | -17.607 | 1393.1 | -3184.1 | 3139.4 | + | "Original - Entry Point y" | 2753 | -115283 | -41.875 | 696.68 | -2333.7 | 2347.9 | + | "Original - Entry Point z" | 2753 |2.37685e+07 | 8633.7 | 557.87 | 7849.2 | 9415.2 | + | "Original - Parent |P|" | 2753 | 7845543 | 2849.8 | 4108.6 | 1.4305 | 33897. | + | "Original - TOF" | 2753 | 90228.36 | 32.775 | 8.5469 | 26.065 | 141.30 | + | "Unpacked - Displacement x" | 2753 | -685.0648 | -0.24884 | 9.0153 | -76.385 | 102.90 | + | "Unpacked - Displacement y" | 2753 | 818.905 | 0.29746 | 5.6846 | -133.33 | 69.482 | + | "Unpacked - Displacement z" | 2753 | 18988.24 | 6.8973 | 6.9390 | -10.864 | 10.851 | + | "Unpacked - Energy" | 2753 | 903.8941 | 0.32833 | 0.48013 | 3.4000e-05 | 8.3779 | + | "Unpacked - Entry Point x" | 2753 | -48472.83 | -17.607 | 1393.1 | -3184.1 | 3139.4 | + | "Unpacked - Entry Point y" | 2753 | -115283 | -41.875 | 696.68 | -2333.7 | 2347.9 | + | "Unpacked - Entry Point z" | 2753 |2.37685e+07 | 8633.7 | 557.87 | 7849.2 | 9415.2 | + | "Unpacked - Parent |P|" | 2753 | 7845542 | 2849.8 | 4108.6 | 1.4300 | 33897. | + | "Unpacked - TOF" | 2753 | 90228.36 | 32.775 | 8.5469 | 26.065 | 141.30 | UnpackRichHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 6411 | 1282.2 | 723.94 | 0.0000 | 2242.0 | + | "# UnPackedData" | 5 | 10405 | 2081.0 | 1285.4 | 0.0000 | 3509.0 | UnpackRichOpPhot SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 6411 | 1282.2 | 723.94 | 0.0000 | 2242.0 | + | "# UnPackedData" | 5 | 10401 | 2080.2 | 1284.5 | 0.0000 | 3506.0 | UnpackRichSegments SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 454 | 90.800 | 54.345 | 0.0000 | 164.00 | + | "# UnPackedData" | 5 | 536 | 107.20 | 66.644 | 0.0000 | 190.00 | UnpackRichTracks SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 383 | 76.600 | 46.254 | 0.0000 | 139.00 | + | "# UnPackedData" | 5 | 418 | 83.600 | 53.418 | 0.0000 | 150.00 | CheckRichHits SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 6411 |-4.448525e-14 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | - | "Diff. - Entry Point x" | 6411 |0.001902806 | 2.9680e-07 | 2.8722e-05 | -4.9981e-05 | 4.9986e-05 | - | "Diff. - Entry Point y" | 6411 |0.0005357815 | 8.3572e-08 | 2.8919e-05 | -4.9966e-05 | 4.9990e-05 | - | "Diff. - Entry Point z" | 6411 |0.001902976 | 2.9683e-07 | 2.8901e-05 | -4.9992e-05 | 4.9998e-05 | - | "Diff. - TOF" | 6411 |-2.081285e-05 |-3.2464e-09 | 2.8844e-06 | -4.9954e-06 | 4.9997e-06 | - | "Original - Energy" | 6411 | 128.22 | 0.020000 | 4.1697e-09 | 0.020000 | 0.020000 | - | "Original - Entry Point x" | 6411 | -1533611 | -239.22 | 2907.1 | -4150.4 | 4150.7 | - | "Original - Entry Point y" | 6411 | 274019 | 42.742 | 900.52 | -1391.4 | 1390.3 | - | "Original - Entry Point z" | 6411 |4.120409e+07 | 6427.1 | 4601.0 | 1330.7 | 11095. | - | "Original - TOF" | 6411 | 215216.9 | 33.570 | 23.746 | 6.7691 | 119.04 | - | "Unpacked - Energy" | 6411 | 128.22 | 0.020000 | 4.1697e-09 | 0.020000 | 0.020000 | - | "Unpacked - Entry Point x" | 6411 | -1533611 | -239.22 | 2907.1 | -4150.4 | 4150.7 | - | "Unpacked - Entry Point y" | 6411 | 274019 | 42.742 | 900.52 | -1391.4 | 1390.3 | - | "Unpacked - Entry Point z" | 6411 |4.120409e+07 | 6427.1 | 4601.0 | 1330.7 | 11095. | - | "Unpacked - TOF" | 6411 | 215216.9 | 33.570 | 23.746 | 6.7691 | 119.04 | + | "Diff. - Energy" | 10405 |-0.004380946 |-4.2104e-07 | 3.8166e-05 | -0.0031883 | 0.0011397 | + | "Diff. - Entry Point x" | 10405 |-0.001524099 |-1.4648e-07 | 2.8697e-05 | -4.9988e-05 | 4.9994e-05 | + | "Diff. - Entry Point y" | 10405 |0.003270215 | 3.1429e-07 | 2.8945e-05 | -4.9990e-05 | 4.9946e-05 | + | "Diff. - Entry Point z" | 10405 | 0.00165096 | 1.5867e-07 | 2.8965e-05 | -4.9999e-05 | 4.9996e-05 | + | "Diff. - TOF" | 10405 |0.0001495491 | 1.4373e-08 | 2.8759e-06 | -5.0000e-06 | 4.9992e-06 | + | "Original - Energy" | 10405 | 996.5756 | 0.095779 | 5.4400 | 0.020000 | 424.79 | + | "Original - Entry Point x" | 10405 | -2339620 | -224.86 | 2896.0 | -4150.7 | 4151.1 | + | "Original - Entry Point y" | 10405 | 871056.8 | 83.715 | 888.73 | -1391.3 | 1392.2 | + | "Original - Entry Point z" | 10405 |6.641451e+07 | 6382.9 | 4591.4 | 1329.5 | 11094. | + | "Original - TOF" | 10405 | 313613.2 | 30.141 | 21.866 | 6.7458 | 166.35 | + | "Unpacked - Energy" | 10405 | 996.58 | 0.095779 | 5.4400 | 0.020000 | 424.79 | + | "Unpacked - Entry Point x" | 10405 | -2339620 | -224.86 | 2896.0 | -4150.7 | 4151.1 | + | "Unpacked - Entry Point y" | 10405 | 871056.8 | 83.715 | 888.73 | -1391.3 | 1392.2 | + | "Unpacked - Entry Point z" | 10405 |6.641451e+07 | 6382.9 | 4591.4 | 1329.5 | 11094. | + | "Unpacked - TOF" | 10405 | 313613.2 | 30.141 | 21.866 | 6.7458 | 166.35 | CheckRichOpPhot SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 6411 |-0.004519131 |-7.0490e-07 | 2.8994e-05 | -4.9964e-05 | 4.9970e-05 | - | "Diff. - Emission Point y" | 6411 |-0.001763873 |-2.7513e-07 | 2.8757e-05 | -4.9979e-05 | 4.9999e-05 | - | "Diff. - Emission Point z" | 6411 |-0.003608817 |-5.6291e-07 | 2.8698e-05 | -4.9998e-05 | 4.9961e-05 | - | "Diff. - Energy" | 6411 |-1.318767e-10 |-2.0570e-14 | 5.7829e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 6411 |0.0001494064 | 2.3305e-08 | 2.9050e-05 | -4.9999e-05 | 4.9973e-05 | - | "Diff. - HPD In. Point y" | 6411 |-0.001518482 |-2.3686e-07 | 2.8860e-05 | -4.9983e-05 | 4.9997e-05 | - | "Diff. - HPD In. Point z" | 6411 | 0.00240932 | 3.7581e-07 | 2.8794e-05 | -4.9994e-05 | 4.9952e-05 | - | "Diff. - HPD QW Point x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 6411 | 19762.19 | 3.0825 | 1.8322 | 0.0011560 | 6.2830 | - | "Original - Cherenkov Theta" | 6411 | 3383.733 | 0.52780 | 0.64580 | 0.0041597 | 2.8821 | - | "Original - Emission Point x" | 6411 | -802352.6 | -125.15 | 1816.2 | -4057.8 | 4001.1 | - | "Original - Emission Point y" | 6411 | 84188.11 | 13.132 | 515.06 | -1410.1 | 1495.4 | - | "Original - Emission Point z" | 6411 |4.017533e+07 | 6266.6 | 4561.8 | 990.82 | 11788. | - | "Original - Energy" | 6411 | 0.02753595 | 4.2951e-06 | 1.0491e-06 | 1.7526e-06 | 6.8073e-06 | - | "Original - HPD In. Point x" | 6411 | -1499232 | -233.85 | 2840.2 | -4077.9 | 4077.3 | - | "Original - HPD In. Point y" | 6411 | 242823 | 37.876 | 839.75 | -1316.9 | 1284.9 | - | "Original - HPD In. Point z" | 6411 |4.089082e+07 | 6378.2 | 4600.1 | 1260.1 | 11070. | - | "Original - HPD QW Point x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 6411 | 19762.19 | 3.0825 | 1.8322 | 0.0011560 | 6.2830 | - | "Unpacked - Cherenkov Theta" | 6411 | 3383.733 | 0.52780 | 0.64580 | 0.0041597 | 2.8821 | - | "Unpacked - Emission Point x" | 6411 | -802352.6 | -125.15 | 1816.2 | -4057.8 | 4001.1 | - | "Unpacked - Emission Point y" | 6411 | 84188.11 | 13.132 | 515.06 | -1410.1 | 1495.4 | - | "Unpacked - Emission Point z" | 6411 |4.017533e+07 | 6266.6 | 4561.8 | 990.82 | 11788. | - | "Unpacked - Energy" | 6411 | 0.02753595 | 4.2951e-06 | 1.0491e-06 | 1.7526e-06 | 6.8073e-06 | - | "Unpacked - HPD In. Point x" | 6411 | -1499232 | -233.85 | 2840.2 | -4077.9 | 4077.3 | - | "Unpacked - HPD In. Point y" | 6411 | 242823 | 37.876 | 839.75 | -1316.9 | 1284.9 | - | "Unpacked - HPD In. Point z" | 6411 |4.089082e+07 | 6378.2 | 4600.1 | 1260.1 | 11070. | - | "Unpacked - HPD QW Point x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 6411 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 10401 |0.001454026 | 1.3980e-07 | 2.8702e-05 | -4.9996e-05 | 4.9999e-05 | + | "Diff. - Emission Point y" | 10401 |0.003559594 | 3.4224e-07 | 2.8858e-05 | -4.9997e-05 | 4.9998e-05 | + | "Diff. - Emission Point z" | 10401 |-0.003050395 |-2.9328e-07 | 2.8933e-05 | -4.9981e-05 | 4.9994e-05 | + | "Diff. - Energy" | 10401 |1.374474e-09 | 1.3215e-13 | 5.7878e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 10401 |0.0007642733 | 7.3481e-08 | 2.8770e-05 | -4.9999e-05 | 4.9995e-05 | + | "Diff. - HPD In. Point y" | 10401 |0.0002224663 | 2.1389e-08 | 2.8941e-05 | -4.9988e-05 | 4.9998e-05 | + | "Diff. - HPD In. Point z" | 10401 |0.002489962 | 2.3940e-07 | 2.8879e-05 | -4.9985e-05 | 4.9994e-05 | + | "Diff. - HPD QW Point x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 10401 | 31964.33 | 3.0732 | 1.8578 | 0.00013026 | 6.2828 | + | "Original - Cherenkov Theta" | 10401 | 6327.86 | 0.60839 | 0.54557 | 0.0047478 | 2.8687 | + | "Original - Emission Point x" | 10401 | -2340839 | -225.06 | 2257.5 | -4040.8 | 4062.3 | + | "Original - Emission Point y" | 10401 | 743338.2 | 71.468 | 616.00 | -1474.3 | 1422.4 | + | "Original - Emission Point z" | 10401 |6.485953e+07 | 6235.9 | 4550.4 | 990.24 | 11803. | + | "Original - Energy" | 10401 | 0.04536262 | 4.3614e-06 | 1.1290e-06 | 1.7554e-06 | 6.8563e-06 | + | "Original - HPD In. Point x" | 10401 | -2303507 | -221.47 | 2830.1 | -4077.9 | 4078.3 | + | "Original - HPD In. Point y" | 10401 | 804116.4 | 77.311 | 826.75 | -1318.2 | 1317.3 | + | "Original - HPD In. Point z" | 10401 |6.588778e+07 | 6334.8 | 4589.7 | 1259.5 | 11071. | + | "Original - HPD QW Point x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 10401 | 31964.33 | 3.0732 | 1.8578 | 0.00013026 | 6.2828 | + | "Unpacked - Cherenkov Theta" | 10401 | 6327.86 | 0.60839 | 0.54557 | 0.0047478 | 2.8687 | + | "Unpacked - Emission Point x" | 10401 | -2340839 | -225.06 | 2257.5 | -4040.8 | 4062.3 | + | "Unpacked - Emission Point y" | 10401 | 743338.2 | 71.468 | 616.00 | -1474.3 | 1422.4 | + | "Unpacked - Emission Point z" | 10401 |6.485953e+07 | 6235.9 | 4550.4 | 990.24 | 11803. | + | "Unpacked - Energy" | 10401 | 0.04536262 | 4.3614e-06 | 1.1290e-06 | 1.7554e-06 | 6.8563e-06 | + | "Unpacked - HPD In. Point x" | 10401 | -2303507 | -221.47 | 2830.1 | -4077.9 | 4078.3 | + | "Unpacked - HPD In. Point y" | 10401 | 804116.4 | 77.311 | 826.75 | -1318.2 | 1317.3 | + | "Unpacked - HPD In. Point z" | 10401 |6.588778e+07 | 6334.8 | 4589.7 | 1259.5 | 11071. | + | "Unpacked - HPD QW Point x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 10401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegments SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 454 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 536 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 4777 | 955.40 | 563.70 | 0.0000 | 1719.0 | + | "# UnPackedData" | 5 | 4552 | 910.40 | 544.43 | 0.0000 | 1441.0 | CheckSpdHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 4777 |-0.001136327 |-2.3787e-07 | 2.8981e-05 | -4.9989e-05 | 4.9982e-05 | - | "Diff. - TOF" | 4777 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 4777 | 2755.639 | 0.57686 | 1.7800 | 6.4157e-07 | 41.600 | - | "Original - TOF" | 4777 | 7353 | 1.5393 | 1.6984 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 4777 | 2755.64 | 0.57686 | 1.7800 | 0.0000 | 41.600 | - | "Unpacked - TOF" | 4777 | 7353 | 1.5393 | 1.6984 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 4552 |-0.004190624 |-9.2061e-07 | 2.8666e-05 | -4.9996e-05 | 4.9965e-05 | + | "Diff. - TOF" | 4552 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 4552 | 2757.597 | 0.60580 | 2.4928 | 4.8555e-06 | 111.21 | + | "Original - TOF" | 4552 | 7062 | 1.5514 | 1.7095 | -1.0000 | 9.0000 | + | "Unpacked - Energy" | 4552 | 2757.601 | 0.60580 | 2.4928 | 0.0000 | 111.21 | + | "Unpacked - TOF" | 4552 | 7062 | 1.5514 | 1.7095 | -1.0000 | 9.0000 | UnpackPrsHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 7023 | 1404.6 | 960.00 | 0.0000 | 2958.0 | + | "# UnPackedData" | 5 | 6308 | 1261.6 | 778.82 | 0.0000 | 2146.0 | CheckPrsHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 7023 |-0.00289795 |-4.1264e-07 | 2.8807e-05 | -4.9993e-05 | 4.9972e-05 | - | "Diff. - TOF" | 7023 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 7023 | 6939.479 | 0.98811 | 3.6088 | 3.4127e-07 | 75.210 | - | "Original - TOF" | 7023 | 10810 | 1.5392 | 1.6977 | -1.0000 | 6.0000 | - | "Unpacked - Energy" | 7023 | 6939.482 | 0.98811 | 3.6088 | 0.0000 | 75.210 | - | "Unpacked - TOF" | 7023 | 10810 | 1.5392 | 1.6977 | -1.0000 | 6.0000 | + | "Diff. - Energy" | 6308 |0.003637847 | 5.7670e-07 | 2.9177e-05 | -4.9992e-05 | 4.9981e-05 | + | "Diff. - TOF" | 6308 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 6308 | 6088.16 | 0.96515 | 3.4228 | 9.6003e-06 | 70.720 | + | "Original - TOF" | 6308 | 9807 | 1.5547 | 1.8567 | -1.0000 | 29.000 | + | "Unpacked - Energy" | 6308 | 6088.157 | 0.96515 | 3.4228 | 0.0000 | 70.720 | + | "Unpacked - TOF" | 6308 | 9807 | 1.5547 | 1.8567 | -1.0000 | 29.000 | UnpackEcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 7808 | 1561.6 | 1018.8 | 0.0000 | 3109.0 | + | "# UnPackedData" | 5 | 7679 | 1535.8 | 987.56 | 0.0000 | 2699.0 | CheckEcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 7808 |4.71544e-05 | 6.0392e-09 | 2.8815e-05 | -4.9995e-05 | 4.9991e-05 | - | "Diff. - TOF" | 7808 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 7808 | 102865 | 13.174 | 57.121 | 5.7387e-05 | 1741.2 | - | "Original - TOF" | 7808 | 1097 | 0.14050 | 0.40534 | 0.0000 | 9.0000 | - | "Unpacked - Energy" | 7808 | 102865 | 13.174 | 57.121 | 0.00010000 | 1741.2 | - | "Unpacked - TOF" | 7808 | 1097 | 0.14050 | 0.40534 | 0.0000 | 9.0000 | + | "Diff. - Energy" | 7679 |-0.003203718 |-4.1721e-07 | 2.8815e-05 | -4.9961e-05 | 4.9999e-05 | + | "Diff. - TOF" | 7679 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 7679 | 103225.5 | 13.443 | 58.952 | 0.00036385 | 2091.2 | + | "Original - TOF" | 7679 | 1163 | 0.15145 | 0.39479 | 0.0000 | 8.0000 | + | "Unpacked - Energy" | 7679 | 103225.5 | 13.443 | 58.952 | 0.00040000 | 2091.2 | + | "Unpacked - TOF" | 7679 | 1163 | 0.15145 | 0.39479 | 0.0000 | 8.0000 | UnpackHcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 1075 | 215.00 | 129.88 | 0.0000 | 356.00 | + | "# UnPackedData" | 5 | 1232 | 246.40 | 152.47 | 0.0000 | 459.00 | CheckHcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1075 |0.001272809 | 1.1840e-06 | 2.8034e-05 | -4.9987e-05 | 4.9951e-05 | - | "Diff. - TOF" | 1075 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1075 | 11109.26 | 10.334 | 33.845 | 0.00012226 | 656.97 | - | "Original - TOF" | 1075 | 237 | 0.22047 | 0.57446 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 1075 | 11109.26 | 10.334 | 33.845 | 0.00010000 | 656.97 | - | "Unpacked - TOF" | 1075 | 237 | 0.22047 | 0.57446 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 1232 |0.0005504265 | 4.4677e-07 | 2.8285e-05 | -4.9869e-05 | 4.9850e-05 | + | "Diff. - TOF" | 1232 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1232 | 10880.44 | 8.8315 | 24.190 | 1.4782e-06 | 352.11 | + | "Original - TOF" | 1232 | 255 | 0.20698 | 0.47862 | -1.0000 | 3.0000 | + | "Unpacked - Energy" | 1232 | 10880.44 | 8.8315 | 24.190 | 0.0000 | 352.11 | + | "Unpacked - TOF" | 1232 | 255 | 0.20698 | 0.47862 | -1.0000 | 3.0000 | UnpackMuonHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 1223 | 244.60 | 158.24 | 0.0000 | 468.00 | + | "# UnPackedData" | 5 | 1186 | 237.20 | 156.26 | 0.0000 | 445.00 | CheckMuonHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1223 |3.995368e-06 | 3.2669e-09 | 2.9529e-07 | -4.9964e-07 | 4.9994e-07 | - | "Diff. - Displacement y" | 1223 |-4.754179e-06 |-3.8873e-09 | 2.8678e-07 | -4.9979e-07 | 5.0000e-07 | - | "Diff. - Displacement z" | 1223 |-1.959815e-07 |-1.6025e-10 | 2.9021e-07 | -4.9962e-07 | 4.9965e-07 | - | "Diff. - Energy" | 1223 |2.919644e-06 | 2.3873e-09 | 5.8541e-07 | -9.9935e-07 | 9.9960e-07 | - | "Diff. - Entry Point x" | 1223 |-0.000454797 |-3.7187e-07 | 2.8704e-05 | -4.9999e-05 | 4.9971e-05 | - | "Diff. - Entry Point y" | 1223 |-0.0007764895 |-6.3491e-07 | 2.8802e-05 | -4.9986e-05 | 4.9902e-05 | - | "Diff. - Entry Point z" | 1223 |0.001039486 | 8.4995e-07 | 2.8572e-05 | -4.9923e-05 | 4.9983e-05 | - | "Diff. - Parent |P|" | 1223 | 0.2043487 | 0.00016709 | 0.0028794 | -0.0049912 | 0.0049915 | - | "Diff. - TOF" | 1223 |-0.0001194201 |-9.7645e-08 | 2.8841e-06 | -4.9902e-06 | 4.9865e-06 | - | "Original - Displacement x" | 1223 | -119.832 | -0.097982 | 4.1199 | -55.412 | 40.789 | - | "Original - Displacement y" | 1223 | 174.2082 | 0.14244 | 6.1552 | -81.493 | 136.84 | - | "Original - Displacement z" | 1223 | 4983.027 | 4.0744 | 2.2601 | -5.2935 | 5.2579 | - | "Original - Energy" | 1223 | 2.448841 | 0.0020023 | 0.0032913 | 2.1714e-06 | 0.068658 | - | "Original - Entry Point x" | 1223 | -224348.6 | -183.44 | 1216.7 | -3842.8 | 4753.0 | - | "Original - Entry Point y" | 1223 | 94003.95 | 76.863 | 861.14 | -4076.0 | 3470.3 | - | "Original - Entry Point z" | 1223 |1.574475e+07 | 12874. | 1337.4 | 11952. | 18734. | - | "Original - Parent |P|" | 1223 | 1921636 | 1571.2 | 3913.1 | 1.4230 | 35344. | - | "Original - TOF" | 1223 | 54272.57 | 44.377 | 5.4380 | 39.780 | 81.039 | - | "Unpacked - Displacement x" | 1223 | -119.832 | -0.097982 | 4.1199 | -55.412 | 40.789 | - | "Unpacked - Displacement y" | 1223 | 174.2082 | 0.14244 | 6.1552 | -81.493 | 136.84 | - | "Unpacked - Displacement z" | 1223 | 4983.027 | 4.0744 | 2.2601 | -5.2935 | 5.2579 | - | "Unpacked - Energy" | 1223 | 2.448838 | 0.0020023 | 0.0032913 | 2.0000e-06 | 0.068658 | - | "Unpacked - Entry Point x" | 1223 | -224348.6 | -183.44 | 1216.7 | -3842.8 | 4753.0 | - | "Unpacked - Entry Point y" | 1223 | 94003.96 | 76.863 | 861.14 | -4076.0 | 3470.3 | - | "Unpacked - Entry Point z" | 1223 |1.574475e+07 | 12874. | 1337.4 | 11952. | 18734. | - | "Unpacked - Parent |P|" | 1223 | 1921636 | 1571.2 | 3913.1 | 1.4200 | 35344. | - | "Unpacked - TOF" | 1223 | 54272.57 | 44.377 | 5.4380 | 39.780 | 81.039 | + | "Diff. - Displacement x" | 1186 |4.843843e-06 | 4.0842e-09 | 2.8284e-07 | -4.9883e-07 | 4.9906e-07 | + | "Diff. - Displacement y" | 1186 |5.082625e-07 | 4.2855e-10 | 2.8644e-07 | -4.9911e-07 | 4.9943e-07 | + | "Diff. - Displacement z" | 1186 |1.798967e-05 | 1.5168e-08 | 2.9062e-07 | -4.9942e-07 | 4.9979e-07 | + | "Diff. - Energy" | 1186 |-2.803313e-05 |-2.3637e-08 | 5.6923e-07 | -9.9744e-07 | 9.9796e-07 | + | "Diff. - Entry Point x" | 1186 |-0.000225487 |-1.9012e-07 | 2.8790e-05 | -4.9980e-05 | 4.9698e-05 | + | "Diff. - Entry Point y" | 1186 |-0.001055985 |-8.9037e-07 | 2.9000e-05 | -4.9986e-05 | 4.9853e-05 | + | "Diff. - Entry Point z" | 1186 |0.0007400619 | 6.2400e-07 | 2.8686e-05 | -4.9934e-05 | 4.9983e-05 | + | "Diff. - Parent |P|" | 1186 | -0.1486909 |-0.00012537 | 0.0028719 | -0.0049982 | 0.0049939 | + | "Diff. - TOF" | 1186 |-0.0001249798 |-1.0538e-07 | 2.9106e-06 | -4.9900e-06 | 4.9983e-06 | + | "Original - Displacement x" | 1186 | -310.6305 | -0.26191 | 5.1466 | -134.06 | 41.787 | + | "Original - Displacement y" | 1186 | 81.60876 | 0.068810 | 3.6386 | -22.932 | 76.550 | + | "Original - Displacement z" | 1186 | 4820.241 | 4.0643 | 2.2209 | -5.0543 | 5.0484 | + | "Original - Energy" | 1186 | 2.454536 | 0.0020696 | 0.0052931 | 1.1191e-05 | 0.13624 | + | "Original - Entry Point x" | 1186 | -118292.5 | -99.741 | 1430.9 | -4882.7 | 4343.0 | + | "Original - Entry Point y" | 1186 | 53006.98 | 44.694 | 767.64 | -3985.0 | 2726.3 | + | "Original - Entry Point z" | 1186 |1.530212e+07 | 12902. | 1473.7 | 11952. | 18797. | + | "Original - Parent |P|" | 1186 | 2266144 | 1910.7 | 4869.6 | 1.4342 | 54790. | + | "Original - TOF" | 1186 | 52444.77 | 44.220 | 5.1602 | 39.722 | 68.797 | + | "Unpacked - Displacement x" | 1186 | -310.6305 | -0.26191 | 5.1466 | -134.06 | 41.787 | + | "Unpacked - Displacement y" | 1186 | 81.60876 | 0.068810 | 3.6386 | -22.932 | 76.550 | + | "Unpacked - Displacement z" | 1186 | 4820.241 | 4.0643 | 2.2209 | -5.0543 | 5.0484 | + | "Unpacked - Energy" | 1186 | 2.454564 | 0.0020696 | 0.0052931 | 1.2000e-05 | 0.13624 | + | "Unpacked - Entry Point x" | 1186 | -118292.5 | -99.741 | 1430.9 | -4882.7 | 4343.0 | + | "Unpacked - Entry Point y" | 1186 | 53006.98 | 44.694 | 767.64 | -3985.0 | 2726.3 | + | "Unpacked - Entry Point z" | 1186 |1.530212e+07 | 12902. | 1473.7 | 11952. | 18797. | + | "Unpacked - Parent |P|" | 1186 | 2266144 | 1910.7 | 4869.6 | 1.4300 | 54790. | + | "Unpacked - TOF" | 1186 | 52444.77 | 44.220 | 5.1602 | 39.722 | 68.797 | PrevPrevEventGaussSim SUCCESS ================================================================== PrevPrevEventGaussSim SUCCESS 5 events processed PrevPrevEventGaussSim SUCCESS ================================================================== GetRichHitsPrevPrev INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsPrevPrev INFO Av. # MCRichHits : Rich1 = 1265.80 +-15.91 (100.00 +-0.00%) Rich2 = 718.80 +-11.99 (100.00 +-0.00%) -GetRichHitsPrevPrev INFO Av. # Invalid radiator hits : Rich1 = 0.20 +- 0.20 ( 0.02 +-0.02%) Rich2 = 0.20 +- 0.20 ( 0.03 +-0.03%) -GetRichHitsPrevPrev INFO Av. # Signal Hits : Rich1 = 426.00 +- 9.23 ( 33.65 +-0.59%) Rich2 = 240.00 +- 6.93 ( 33.39 +-0.79%) -GetRichHitsPrevPrev INFO Av. # Gas Quartz CK hits : Rich1 = 20.20 +- 2.01 ( 1.60 +-0.16%) Rich2 = 16.80 +- 1.83 ( 2.34 +-0.25%) -GetRichHitsPrevPrev INFO Av. # HPD Quartz CK hits : Rich1 = 800.40 +-12.65 ( 63.23 +-0.61%) Rich2 = 216.40 +- 6.58 ( 30.11 +-0.77%) -GetRichHitsPrevPrev INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsPrevPrev INFO Av. # MCRichHits : Rich1 = 975.20 +-13.97 (100.00 +-0.00%) Rich2 = 761.80 +-12.34 (100.00 +-0.00%) +GetRichHitsPrevPrev INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsPrevPrev INFO Av. # Signal Hits : Rich1 = 572.60 +-10.70 ( 58.72 +-0.71%) Rich2 = 278.60 +- 7.46 ( 36.57 +-0.78%) +GetRichHitsPrevPrev INFO Av. # Gas Quartz CK hits : Rich1 = 31.80 +- 2.52 ( 3.26 +-0.25%) Rich2 = 19.20 +- 1.96 ( 2.52 +-0.25%) +GetRichHitsPrevPrev INFO Av. # HPD Quartz CK hits : Rich1 = 343.80 +- 8.29 ( 35.25 +-0.68%) Rich2 = 226.20 +- 6.73 ( 29.69 +-0.74%) +GetRichHitsPrevPrev INFO Av. # Nitrogen CK hits : Rich1 = 0.60 +- 0.35 ( 0.06 +-0.04%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsPrevPrev INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsPrevPrev INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsPrevPrev INFO Av. # Charged Track hits : Rich1 = 0.20 +- 0.20 ( 0.02 +-0.02%) Rich2 = 0.20 +- 0.20 ( 0.03 +-0.03%) -GetRichHitsPrevPrev INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 233.60 +- 6.84 ( 32.50 +-0.78%) -GetRichHitsPrevPrev INFO Av. # All HPD reflection hits : Rich1 = 249.00 +- 7.06 ( 19.67 +-0.50%) Rich2 = 57.20 +- 3.38 ( 7.96 +-0.45%) -GetRichHitsPrevPrev INFO Av. # QW/PC refl. hits : Rich1 = 203.40 +- 6.38 ( 16.07 +-0.46%) Rich2 = 45.60 +- 3.02 ( 6.34 +-0.41%) +GetRichHitsPrevPrev INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsPrevPrev INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 225.40 +- 6.71 ( 29.59 +-0.74%) +GetRichHitsPrevPrev INFO Av. # All HPD reflection hits : Rich1 = 93.00 +- 4.31 ( 9.54 +-0.42%) Rich2 = 54.40 +- 3.30 ( 7.14 +-0.42%) +GetRichHitsPrevPrev INFO Av. # QW/PC refl. hits : Rich1 = 72.60 +- 3.81 ( 7.44 +-0.38%) Rich2 = 44.40 +- 2.98 ( 5.83 +-0.38%) GetRichHitsPrevPrev INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsPrevPrev INFO Av. # Air/QW refl. hits : Rich1 = 78.00 +- 3.95 ( 6.16 +-0.30%) Rich2 = 23.20 +- 2.15 ( 3.23 +-0.29%) -GetRichHitsPrevPrev INFO Av. # Air/PC refl. hits : Rich1 = 0.40 +- 0.28 ( 0.03 +-0.02%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsPrevPrev INFO Av. # Air/QW refl. hits : Rich1 = 37.20 +- 2.73 ( 3.81 +-0.27%) Rich2 = 19.80 +- 1.99 ( 2.60 +-0.26%) +GetRichHitsPrevPrev INFO Av. # Air/PC refl. hits : Rich1 = 0.40 +- 0.28 ( 0.04 +-0.03%) Rich2 = 0.40 +- 0.28 ( 0.05 +-0.04%) GetRichHitsPrevPrev INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsPrevPrev INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsPrevPrev INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsPrevPrev INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsPrevPrev INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 426.00 +- 9.23 ( 33.65 +-0.59%) Rich2Gas = 240.00 +- 6.93 ( 33.39 +-0.79%) +GetRichHitsPrevPrev INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 572.60 +-10.70 ( 58.72 +-0.71%) Rich2Gas = 278.60 +- 7.46 ( 36.57 +-0.78%) GetRichHitsPrevPrev INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsPrevPrev INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsPrevPrev INFO Av. # Aero hits per tile : @@ -1622,96 +1621,98 @@ GetRichHitsPrevPrev INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHitsPrevPrev INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHitsPrevPrev INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHitsPrevPrev INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : Rich1Gas = 445.00 +- 9.43 / event -GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : Rich2Gas = 485.40 +- 9.85 / event -GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 37.00 +- 2.72 / event -GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 1016.80 +- 14.26 / event -GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : Rich1Gas = 23.80 +- 2.18 / event -GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : Rich2Gas = 64.20 +- 3.58 / event -GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : GasQuartzWin = 5.40 +- 1.04 / event -GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : HPDQuartzWin = 4.60 +- 0.96 / event +GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : Rich1Gas = 599.00 +- 10.95 / event +GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : Rich2Gas = 516.40 +- 10.16 / event +GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 51.00 +- 3.19 / event +GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 570.00 +- 10.68 / event +GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : Nitrogen = 0.60 +- 0.35 / event +GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : Rich1Gas = 30.80 +- 2.48 / event +GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : Rich2Gas = 70.80 +- 3.76 / event +GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : GasQuartzWin = 8.60 +- 1.31 / event +GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : HPDQuartzWin = 6.40 +- 1.13 / event +GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : Nitrogen = 0.20 +- 0.20 / event GetRichTracksPrevPrev INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVeloHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 3987 | 797.40 | 497.26 | 0.0000 | 1518.0 | + | "# PackedData" | 5 | 4081 | 816.20 | 514.53 | 0.0000 | 1604.0 | MCPuVetoHitPackerPrev...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 164 | 32.800 | 17.971 | 0.0000 | 53.000 | + | "# PackedData" | 5 | 148 | 29.600 | 17.316 | 0.0000 | 50.000 | MCTTHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 1512 | 302.40 | 183.99 | 0.0000 | 563.00 | + | "# PackedData" | 5 | 1655 | 331.00 | 221.89 | 0.0000 | 667.00 | MCITHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 1016 | 203.20 | 145.33 | 0.0000 | 411.00 | + | "# PackedData" | 5 | 1084 | 216.80 | 175.89 | 0.0000 | 520.00 | MCOTHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 3396 | 679.20 | 397.69 | 0.0000 | 1109.0 | + | "# PackedData" | 5 | 3448 | 689.60 | 399.26 | 0.0000 | 1235.0 | MCMuonHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 1289 | 257.80 | 130.52 | 0.0000 | 361.00 | + | "# PackedData" | 5 | 1709 | 341.80 | 221.78 | 0.0000 | 692.00 | MCPrsHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 9269 | 1853.8 | 935.10 | 0.0000 | 2500.0 | + | "# PackedData" | 5 | 9556 | 1911.2 | 1068.2 | 0.0000 | 3020.0 | MCSpdHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 5774 | 1154.8 | 578.46 | 0.0000 | 1503.0 | + | "# PackedData" | 5 | 6139 | 1227.8 | 675.50 | 0.0000 | 1883.0 | MCEcalHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 10716 | 2143.2 | 1090.1 | 0.0000 | 3022.0 | + | "# PackedData" | 5 | 10993 | 2198.6 | 1223.6 | 0.0000 | 3703.0 | MCHcalHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 1470 | 294.00 | 167.59 | 0.0000 | 521.00 | + | "# PackedData" | 5 | 1386 | 277.20 | 174.03 | 0.0000 | 550.00 | MCRichHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 9923 | 1984.6 | 2081.2 | 0.0000 | 6012.0 | + | "# PackedData" | 5 | 8685 | 1737.0 | 991.86 | 0.0000 | 3065.0 | MCRichOpPhotPackerPre...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 9921 | 1984.2 | 2081.3 | 0.0000 | 6012.0 | + | "# PackedData" | 5 | 8685 | 1737.0 | 991.86 | 0.0000 | 3065.0 | MCRichSegmentPackerPr...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 490 | 98.000 | 62.421 | 0.0000 | 189.00 | + | "# PackedData" | 5 | 584 | 116.80 | 66.647 | 0.0000 | 205.00 | MCRichTrackPackerPrev...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 418 | 83.600 | 51.763 | 0.0000 | 158.00 | + | "# PackedData" | 5 | 496 | 99.200 | 54.850 | 0.0000 | 165.00 | VeloGaussMoniPrevPrev INFO ------------------------------------------------------ VeloGaussMoniPrevPrev INFO - VeloGaussMoni table - VeloGaussMoniPrevPrev INFO ------------------------------------------------------ -VeloGaussMoniPrevPrev INFO | Number of MCHits/Event: 797.4+/-222.381 -VeloGaussMoniPrevPrev INFO | Number of PileUpMCHits/Event: 32.8+/-8.03691 +VeloGaussMoniPrevPrev INFO | Number of MCHits/Event: 816.2+/-230.107 +VeloGaussMoniPrevPrev INFO | Number of PileUpMCHits/Event: 29.6+/-7.7439 VeloGaussMoniPrevPrev INFO ------------------------------------------------------ TTHitMonitorPrevPrev INFO *** Summary *** -TTHitMonitorPrevPrev INFO #hits per event: 302.4 -TTHitMonitorPrevPrev INFO Mean beta * gamma: 893.924 -TTHitMonitorPrevPrev INFO Most Probable deposited charge: 0.15285 -TTHitMonitorPrevPrev INFO Half Sample width 0.0564962 +TTHitMonitorPrevPrev INFO #hits per event: 331 +TTHitMonitorPrevPrev INFO Mean beta * gamma: 1180.55 +TTHitMonitorPrevPrev INFO Most Probable deposited charge: 0.155203 +TTHitMonitorPrevPrev INFO Half Sample width 0.0593729 TTHitMonitorPrevPrev SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitorPrevPrev SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 195 | 195 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1512 | 1351613 | 893.92 | 3743.0 | 0.0085423 | 56188. | - | "numberHits" | 5 | 1512 | 302.40 | 183.99 | 0.0000 | 563.00 | + | "DeltaRay" | 169 | 169 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1655 | 1953808 | 1180.5 | 3666.7 | 0.042558 | 29499. | + | "numberHits" | 5 | 1655 | 331.00 | 221.89 | 0.0000 | 667.00 | ITHitMonitorPrevPrev INFO *** Summary *** -ITHitMonitorPrevPrev INFO #hits per event: 203.2 -ITHitMonitorPrevPrev INFO Mean beta * gamma: 2802.68 -ITHitMonitorPrevPrev INFO Most Probable deposited charge: 0.121455 -ITHitMonitorPrevPrev INFO Half Sample width 0.0448747 +ITHitMonitorPrevPrev INFO #hits per event: 216.8 +ITHitMonitorPrevPrev INFO Mean beta * gamma: 2483.36 +ITHitMonitorPrevPrev INFO Most Probable deposited charge: 0.119373 +ITHitMonitorPrevPrev INFO Half Sample width 0.0479851 ITHitMonitorPrevPrev SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitorPrevPrev SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 25 | 25 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1016 | 2847519 | 2802.7 | 8136.3 | 0.0043964 | 54052. | - | "numberHits" | 5 | 1016 | 203.20 | 145.33 | 0.0000 | 411.00 | + | "DeltaRay" | 86 | 86 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1084 | 2691967 | 2483.4 | 7226.4 | 0.40995 | 52929. | + | "numberHits" | 5 | 1084 | 216.80 | 175.89 | 0.0000 | 520.00 | OTHitMonitorPrevPrev INFO *** Summary *** -OTHitMonitorPrevPrev INFO #hits per event: 679.2 -OTHitMonitorPrevPrev INFO Mean beta * gamma: 1870.39 -OTHitMonitorPrevPrev INFO Most Probable deposited charge: 0.196798 -OTHitMonitorPrevPrev INFO Half Sample width 0.0733459 +OTHitMonitorPrevPrev INFO #hits per event: 689.6 +OTHitMonitorPrevPrev INFO Mean beta * gamma: 2225.9 +OTHitMonitorPrevPrev INFO Most Probable deposited charge: 0.198903 +OTHitMonitorPrevPrev INFO Half Sample width 0.0821262 OTHitMonitorPrevPrev SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitorPrevPrev SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 276 | 276 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 3396 | 6351830 | 1870.4 | 5675.2 | 0.0033111 | 56188. | - | "numberHits" | 5 | 3396 | 679.20 | 397.69 | 0.0000 | 1109.0 | + | "DeltaRay" | 202 | 202 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 3448 | 7674909 | 2225.9 | 6172.4 | 0.0029884 | 62899. | + | "numberHits" | 5 | 3448 | 689.60 | 399.26 | 0.0000 | 1235.0 | SpdMonitorPrevPrev SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitorPrevPrev SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitorPrevPrev SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -1720,400 +1721,398 @@ MuonHitCheckerPrevPrev INFO ------------------------------------------------ MuonHitCheckerPrevPrev INFO Muon Monitoring Table MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrevPrev INFO M1 M2 M3 M4 M5 -MuonHitCheckerPrevPrev INFO 38.800 48.200 0.000 0.000 0.200 R1 -MuonHitCheckerPrevPrev INFO 51.600 5.000 0.000 0.000 0.000 R2 -MuonHitCheckerPrevPrev INFO 52.600 3.000 0.000 0.000 0.000 R3 -MuonHitCheckerPrevPrev INFO 43.600 1.600 0.000 0.000 0.000 R4 +MuonHitCheckerPrevPrev INFO 40.600 25.800 8.800 1.000 0.200 R1 +MuonHitCheckerPrevPrev INFO 48.600 6.400 1.600 0.000 0.000 R2 +MuonHitCheckerPrevPrev INFO 49.000 5.200 0.400 0.000 0.000 R3 +MuonHitCheckerPrevPrev INFO 46.400 3.200 0.000 0.000 0.000 R4 MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrevPrev INFO ------- Integrated over regions --------------------------- MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- -MuonHitCheckerPrevPrev INFO 186.600 57.800 0.000 0.000 0.200 allR +MuonHitCheckerPrevPrev INFO 184.600 40.600 10.800 1.000 0.200 allR MuonHitCheckerPrevPrev INFO number of hits generated outside gaps volume 0 -CompareMCVertexPrevPrev SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -CompareMCVertexPrevPrev SUCCESS #WARNINGS = 3 Message = 'Packed MCVertex info truncated. Set DEBUG OutputLevel for details' UnpackPuVetoHitsPrevPrevSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 164 | 32.800 | 17.971 | 0.0000 | 53.000 | + | "# UnPackedData" | 5 | 148 | 29.600 | 17.316 | 0.0000 | 50.000 | CheckPuVetoHitsPrevPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 164 |9.748396e-08 | 5.9441e-10 | 2.9805e-07 | -4.9727e-07 | 4.8776e-07 | - | "Diff. - Displacement y" | 164 |-9.402425e-07 |-5.7332e-09 | 2.8861e-07 | -4.9961e-07 | 4.9701e-07 | - | "Diff. - Displacement z" | 164 |1.658578e-06 | 1.0113e-08 | 2.9248e-07 | -4.9825e-07 | 4.9301e-07 | - | "Diff. - Energy" | 164 |-8.864376e-06 |-5.4051e-08 | 5.5637e-07 | -9.7866e-07 | 9.8245e-07 | - | "Diff. - Entry Point x" | 164 |-0.0001279847 |-7.8039e-07 | 3.0123e-05 | -4.8829e-05 | 4.9688e-05 | - | "Diff. - Entry Point y" | 164 |-1.117127e-05 |-6.8117e-08 | 2.8711e-05 | -4.9782e-05 | 4.9987e-05 | - | "Diff. - Entry Point z" | 164 |2.895617e-05 | 1.7656e-07 | 2.7786e-05 | -4.9424e-05 | 4.9013e-05 | - | "Diff. - Parent |P|" | 164 | 0.00960523 | 5.8568e-05 | 0.0028010 | -0.0049496 | 0.0048161 | - | "Diff. - TOF" | 164 |4.33035e-05 | 2.6405e-07 | 2.7978e-06 | -4.8448e-06 | 4.9383e-06 | - | "Original - Displacement x" | 164 | 0.3776451 | 0.0023027 | 0.026472 | -0.044097 | 0.22848 | - | "Original - Displacement y" | 164 | -1.01998 | -0.0062194 | 0.029445 | -0.067700 | 0.16429 | - | "Original - Displacement z" | 164 | -48.20564 | -0.29394 | 0.031973 | -0.30037 | -0.043110 | - | "Original - Energy" | 164 | 18.46686 | 0.11260 | 0.081599 | 0.0093952 | 0.70313 | - | "Original - Entry Point x" | 164 | 311.7053 | 1.9006 | 14.655 | -34.443 | 44.591 | - | "Original - Entry Point y" | 164 | -803.3525 | -4.8985 | 17.552 | -42.214 | 38.826 | - | "Original - Entry Point z" | 164 | -44203.11 | -269.53 | 41.744 | -315.90 | -218.94 | - | "Original - Parent |P|" | 164 | 915142.6 | 5580.1 | 5926.8 | 4.2386 | 37171. | - | "Original - TOF" | 164 | 131.4497 | 0.80152 | 0.19756 | 0.42068 | 1.2029 | - | "Unpacked - Displacement x" | 164 | 0.377645 | 0.0023027 | 0.026472 | -0.044097 | 0.22848 | - | "Unpacked - Displacement y" | 164 | -1.019979 | -0.0062194 | 0.029445 | -0.067700 | 0.16429 | - | "Unpacked - Displacement z" | 164 | -48.20564 | -0.29394 | 0.031973 | -0.30037 | -0.043110 | - | "Unpacked - Energy" | 164 | 18.46687 | 0.11260 | 0.081599 | 0.0093960 | 0.70313 | - | "Unpacked - Entry Point x" | 164 | 311.7054 | 1.9006 | 14.655 | -34.443 | 44.591 | - | "Unpacked - Entry Point y" | 164 | -803.3525 | -4.8985 | 17.552 | -42.214 | 38.825 | - | "Unpacked - Entry Point z" | 164 | -44203.11 | -269.53 | 41.744 | -315.90 | -218.94 | - | "Unpacked - Parent |P|" | 164 | 915142.6 | 5580.1 | 5926.8 | 4.2400 | 37171. | - | "Unpacked - TOF" | 164 | 131.4496 | 0.80152 | 0.19756 | 0.42068 | 1.2029 | + | "Diff. - Displacement x" | 148 |-2.788372e-06 |-1.8840e-08 | 2.9474e-07 | -4.9777e-07 | 4.8391e-07 | + | "Diff. - Displacement y" | 148 |-3.694044e-06 |-2.4960e-08 | 2.7987e-07 | -4.9782e-07 | 4.9075e-07 | + | "Diff. - Displacement z" | 148 |1.124554e-06 | 7.5983e-09 | 2.9245e-07 | -4.9824e-07 | 4.9855e-07 | + | "Diff. - Energy" | 148 |1.70772e-06 | 1.1539e-08 | 5.5412e-07 | -9.9918e-07 | 9.7599e-07 | + | "Diff. - Entry Point x" | 148 |0.0004410827 | 2.9803e-06 | 2.8791e-05 | -4.9665e-05 | 4.8162e-05 | + | "Diff. - Entry Point y" | 148 |0.0001158758 | 7.8294e-07 | 2.9329e-05 | -4.9670e-05 | 4.9807e-05 | + | "Diff. - Entry Point z" | 148 |-0.0003347349 |-2.2617e-06 | 2.8937e-05 | -4.9922e-05 | 4.9241e-05 | + | "Diff. - Parent |P|" | 148 |-0.01985414 |-0.00013415 | 0.0028466 | -0.0048959 | 0.0049681 | + | "Diff. - TOF" | 148 |3.540699e-05 | 2.3924e-07 | 2.9697e-06 | -4.9108e-06 | 4.9833e-06 | + | "Original - Displacement x" | 148 | 0.4041572 | 0.0027308 | 0.025069 | -0.059411 | 0.13798 | + | "Original - Displacement y" | 148 | -0.7398087 | -0.0049987 | 0.034684 | -0.066883 | 0.18269 | + | "Original - Displacement z" | 148 | -42.29496 | -0.28578 | 0.086531 | -0.30037 | 0.30062 | + | "Original - Energy" | 148 | 17.92831 | 0.12114 | 0.15172 | 0.015590 | 1.5949 | + | "Original - Entry Point x" | 148 | 522.7554 | 3.5321 | 16.826 | -37.030 | 44.507 | + | "Original - Entry Point y" | 148 | -775.2131 | -5.2379 | 16.238 | -42.296 | 38.889 | + | "Original - Entry Point z" | 148 | -40017.29 | -270.39 | 41.397 | -316.21 | -218.94 | + | "Original - Parent |P|" | 148 | 889816.5 | 6012.3 | 5946.9 | 47.865 | 37171. | + | "Original - TOF" | 148 | 122.8953 | 0.83037 | 0.25666 | 0.42068 | 2.0648 | + | "Unpacked - Displacement x" | 148 | 0.40416 | 0.0027308 | 0.025069 | -0.059411 | 0.13798 | + | "Unpacked - Displacement y" | 148 | -0.739805 | -0.0049987 | 0.034684 | -0.066883 | 0.18269 | + | "Unpacked - Displacement z" | 148 | -42.29496 | -0.28578 | 0.086531 | -0.30037 | 0.30062 | + | "Unpacked - Energy" | 148 | 17.92831 | 0.12114 | 0.15172 | 0.015590 | 1.5949 | + | "Unpacked - Entry Point x" | 148 | 522.755 | 3.5321 | 16.826 | -37.030 | 44.507 | + | "Unpacked - Entry Point y" | 148 | -775.2132 | -5.2379 | 16.239 | -42.296 | 38.889 | + | "Unpacked - Entry Point z" | 148 | -40017.29 | -270.39 | 41.397 | -316.21 | -218.94 | + | "Unpacked - Parent |P|" | 148 | 889816.6 | 6012.3 | 5946.9 | 47.860 | 37171. | + | "Unpacked - TOF" | 148 | 122.8953 | 0.83037 | 0.25666 | 0.42068 | 2.0648 | UnpackVeloHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 3987 | 797.40 | 497.26 | 0.0000 | 1518.0 | + | "# UnPackedData" | 5 | 4081 | 816.20 | 514.53 | 0.0000 | 1604.0 | CheckVeloHitsPrevPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 3987 |2.508104e-05 | 6.2907e-09 | 2.8934e-07 | -4.9989e-07 | 4.9953e-07 | - | "Diff. - Displacement y" | 3987 |1.492303e-05 | 3.7429e-09 | 2.8686e-07 | -4.9987e-07 | 4.9954e-07 | - | "Diff. - Displacement z" | 3987 |-9.032408e-07 |-2.2655e-10 | 2.8767e-07 | -4.9939e-07 | 4.9973e-07 | - | "Diff. - Energy" | 3987 |1.090423e-06 | 2.7349e-10 | 5.8246e-07 | -9.9979e-07 | 9.9998e-07 | - | "Diff. - Entry Point x" | 3987 |-0.0004173219 |-1.0467e-07 | 2.9060e-05 | -4.9996e-05 | 4.9982e-05 | - | "Diff. - Entry Point y" | 3987 |7.940718e-05 | 1.9917e-08 | 2.8895e-05 | -4.9998e-05 | 4.9994e-05 | - | "Diff. - Entry Point z" | 3987 |-0.003436948 |-8.6204e-07 | 2.8708e-05 | -4.9992e-05 | 4.9926e-05 | - | "Diff. - Parent |P|" | 3987 | -0.4509799 |-0.00011311 | 0.0028304 | -0.0049995 | 0.0049981 | - | "Diff. - TOF" | 3987 |-7.054412e-08 |-1.7694e-11 | 2.9127e-06 | -4.9985e-06 | 4.9953e-06 | - | "Original - Displacement x" | 3987 | 18.10611 | 0.0045413 | 0.096211 | -1.9922 | 2.1535 | - | "Original - Displacement y" | 3987 | 1.543515 | 0.00038714 | 0.14385 | -1.5553 | 5.6827 | - | "Original - Displacement z" | 3987 | 743.3256 | 0.18644 | 0.22780 | -0.30538 | 0.30129 | - | "Original - Energy" | 3987 | 593.8681 | 0.14895 | 0.41859 | 0.00050778 | 11.025 | - | "Original - Entry Point x" | 3987 | 9961.317 | 2.4984 | 15.553 | -41.509 | 44.462 | - | "Original - Entry Point y" | 3987 | -651.4004 | -0.16338 | 17.709 | -43.878 | 43.603 | - | "Original - Entry Point z" | 3987 | 822943.3 | 206.41 | 266.28 | -175.99 | 751.01 | - | "Original - Parent |P|" | 3987 |2.315742e+07 | 5808.2 | 11566. | 1.6860 | 1.3392e+05 | - | "Original - TOF" | 3987 | 3897.274 | 0.97750 | 0.79361 | 0.033885 | 3.9918 | - | "Unpacked - Displacement x" | 3987 | 18.10609 | 0.0045413 | 0.096211 | -1.9922 | 2.1535 | - | "Unpacked - Displacement y" | 3987 | 1.5435 | 0.00038713 | 0.14385 | -1.5553 | 5.6827 | - | "Unpacked - Displacement z" | 3987 | 743.3256 | 0.18644 | 0.22780 | -0.30538 | 0.30129 | - | "Unpacked - Energy" | 3987 | 593.8681 | 0.14895 | 0.41859 | 0.00050800 | 11.025 | - | "Unpacked - Entry Point x" | 3987 | 9961.318 | 2.4984 | 15.553 | -41.509 | 44.462 | - | "Unpacked - Entry Point y" | 3987 | -651.4005 | -0.16338 | 17.709 | -43.878 | 43.603 | - | "Unpacked - Entry Point z" | 3987 | 822943.3 | 206.41 | 266.28 | -175.99 | 751.01 | - | "Unpacked - Parent |P|" | 3987 |2.315742e+07 | 5808.2 | 11566. | 1.6900 | 1.3392e+05 | - | "Unpacked - TOF" | 3987 | 3897.274 | 0.97750 | 0.79361 | 0.033880 | 3.9918 | + | "Diff. - Displacement x" | 4081 |1.161254e-07 | 2.8455e-11 | 2.8752e-07 | -4.9996e-07 | 4.9997e-07 | + | "Diff. - Displacement y" | 4081 |3.046616e-05 | 7.4654e-09 | 2.8982e-07 | -4.9959e-07 | 4.9983e-07 | + | "Diff. - Displacement z" | 4081 |-1.713921e-05 |-4.1998e-09 | 2.9129e-07 | -4.9968e-07 | 4.9978e-07 | + | "Diff. - Energy" | 4081 |4.797038e-05 | 1.1755e-08 | 5.7087e-07 | -9.9957e-07 | 9.9995e-07 | + | "Diff. - Entry Point x" | 4081 |0.001364658 | 3.3439e-07 | 2.8960e-05 | -4.9980e-05 | 4.9977e-05 | + | "Diff. - Entry Point y" | 4081 |0.001981652 | 4.8558e-07 | 2.8661e-05 | -4.9971e-05 | 4.9965e-05 | + | "Diff. - Entry Point z" | 4081 |-0.0008422046 |-2.0637e-07 | 2.8720e-05 | -4.9973e-05 | 4.9985e-05 | + | "Diff. - Parent |P|" | 4081 | 0.06497167 | 1.5921e-05 | 0.0029035 | -0.0049942 | 0.0049985 | + | "Diff. - TOF" | 4081 |6.955297e-06 | 1.7043e-09 | 2.8830e-06 | -4.9999e-06 | 4.9978e-06 | + | "Original - Displacement x" | 4081 | 10.9237 | 0.0026767 | 0.099129 | -2.1741 | 1.8800 | + | "Original - Displacement y" | 4081 | -1.482706 |-0.00036332 | 0.11338 | -1.5878 | 3.0261 | + | "Original - Displacement z" | 4081 | 778.9701 | 0.19088 | 0.22319 | -0.30200 | 0.30240 | + | "Original - Energy" | 4081 | 665.0209 | 0.16296 | 0.47678 | 0.00028151 | 12.376 | + | "Original - Entry Point x" | 4081 | 4961.435 | 1.2157 | 15.561 | -41.770 | 44.773 | + | "Original - Entry Point y" | 4081 | -3353.477 | -0.82173 | 17.983 | -43.982 | 42.860 | + | "Original - Entry Point z" | 4081 | 873582.6 | 214.06 | 269.81 | -175.81 | 751.24 | + | "Original - Parent |P|" | 4081 |2.336286e+07 | 5724.8 | 11411. | 1.4429 | 1.3392e+05 | + | "Original - TOF" | 4081 | 4096.257 | 1.0037 | 0.93198 | 0.033882 | 29.570 | + | "Unpacked - Displacement x" | 4081 | 10.9237 | 0.0026767 | 0.099129 | -2.1741 | 1.8800 | + | "Unpacked - Displacement y" | 4081 | -1.482736 |-0.00036333 | 0.11338 | -1.5878 | 3.0261 | + | "Unpacked - Displacement z" | 4081 | 778.9701 | 0.19088 | 0.22319 | -0.30200 | 0.30240 | + | "Unpacked - Energy" | 4081 | 665.0208 | 0.16296 | 0.47678 | 0.00028200 | 12.376 | + | "Unpacked - Entry Point x" | 4081 | 4961.433 | 1.2157 | 15.561 | -41.770 | 44.773 | + | "Unpacked - Entry Point y" | 4081 | -3353.479 | -0.82173 | 17.983 | -43.982 | 42.860 | + | "Unpacked - Entry Point z" | 4081 | 873582.6 | 214.06 | 269.81 | -175.81 | 751.24 | + | "Unpacked - Parent |P|" | 4081 |2.336286e+07 | 5724.8 | 11411. | 1.4400 | 1.3392e+05 | + | "Unpacked - TOF" | 4081 | 4096.257 | 1.0037 | 0.93198 | 0.033880 | 29.570 | UnpackTTHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 1512 | 302.40 | 183.99 | 0.0000 | 563.00 | + | "# UnPackedData" | 5 | 1655 | 331.00 | 221.89 | 0.0000 | 667.00 | CheckTTHitsPrevPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1512 |-7.010158e-06 |-4.6363e-09 | 2.8622e-07 | -4.9978e-07 | 4.9985e-07 | - | "Diff. - Displacement y" | 1512 |6.250834e-06 | 4.1341e-09 | 2.8848e-07 | -4.9916e-07 | 4.9960e-07 | - | "Diff. - Displacement z" | 1512 |2.073134e-06 | 1.3711e-09 | 1.1055e-07 | -4.9851e-07 | 4.9851e-07 | - | "Diff. - Energy" | 1512 |3.527187e-05 | 2.3328e-08 | 5.7806e-07 | -9.9791e-07 | 9.9939e-07 | - | "Diff. - Entry Point x" | 1512 |0.001277905 | 8.4518e-07 | 2.8641e-05 | -4.9913e-05 | 4.9951e-05 | - | "Diff. - Entry Point y" | 1512 |0.0003819377 | 2.5260e-07 | 2.8587e-05 | -4.9983e-05 | 4.9763e-05 | - | "Diff. - Entry Point z" | 1512 |-0.0006559209 |-4.3381e-07 | 8.7492e-06 | -4.9358e-05 | 4.9413e-05 | - | "Diff. - Parent |P|" | 1512 | 0.1754891 | 0.00011606 | 0.0028625 | -0.0049713 | 0.0049960 | - | "Diff. - TOF" | 1512 |-4.451538e-05 |-2.9441e-08 | 2.8629e-06 | -4.9968e-06 | 4.9915e-06 | - | "Original - Displacement x" | 1512 | 41.32439 | 0.027331 | 0.77294 | -18.739 | 8.6860 | - | "Original - Displacement y" | 1512 | 44.29979 | 0.029299 | 0.83301 | -8.6126 | 27.182 | - | "Original - Displacement z" | 1512 | 463.681 | 0.30667 | 0.35935 | -0.50000 | 0.50000 | - | "Original - Energy" | 1512 | 456.2784 | 0.30177 | 0.64504 | 0.00020222 | 12.938 | - | "Original - Entry Point x" | 1512 | -5558.563 | -3.6763 | 294.21 | -813.00 | 771.47 | - | "Original - Entry Point y" | 1512 | 1353.435 | 0.89513 | 252.15 | -664.53 | 661.98 | - | "Original - Entry Point z" | 1512 | 3771724 | 2494.5 | 136.03 | 2322.0 | 2648.0 | - | "Original - Parent |P|" | 1512 | 4656740 | 3079.9 | 8316.4 | 1.4220 | 85533. | - | "Original - TOF" | 1512 | 16281.3 | 10.768 | 4.3679 | 7.6322 | 36.828 | - | "Unpacked - Displacement x" | 1512 | 41.3244 | 0.027331 | 0.77294 | -18.739 | 8.6860 | - | "Unpacked - Displacement y" | 1512 | 44.29978 | 0.029299 | 0.83301 | -8.6126 | 27.182 | - | "Unpacked - Displacement z" | 1512 | 463.681 | 0.30667 | 0.35935 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 1512 | 456.2783 | 0.30177 | 0.64504 | 0.00020200 | 12.938 | - | "Unpacked - Entry Point x" | 1512 | -5558.564 | -3.6763 | 294.21 | -813.00 | 771.47 | - | "Unpacked - Entry Point y" | 1512 | 1353.434 | 0.89513 | 252.15 | -664.53 | 661.98 | - | "Unpacked - Entry Point z" | 1512 | 3771724 | 2494.5 | 136.03 | 2322.0 | 2648.0 | - | "Unpacked - Parent |P|" | 1512 | 4656740 | 3079.9 | 8316.4 | 1.4200 | 85533. | - | "Unpacked - TOF" | 1512 | 16281.3 | 10.768 | 4.3679 | 7.6322 | 36.828 | + | "Diff. - Displacement x" | 1655 |1.979649e-05 | 1.1962e-08 | 2.8634e-07 | -4.9939e-07 | 4.9994e-07 | + | "Diff. - Displacement y" | 1655 |-1.254536e-05 |-7.5803e-09 | 2.9209e-07 | -4.9961e-07 | 4.9995e-07 | + | "Diff. - Displacement z" | 1655 |5.629828e-06 | 3.4017e-09 | 1.1015e-07 | -4.9409e-07 | 4.9217e-07 | + | "Diff. - Energy" | 1655 |-5.220613e-06 |-3.1544e-09 | 5.7771e-07 | -9.9841e-07 | 9.9718e-07 | + | "Diff. - Entry Point x" | 1655 |0.0001461728 | 8.8322e-08 | 2.9372e-05 | -4.9676e-05 | 4.9863e-05 | + | "Diff. - Entry Point y" | 1655 |-0.001645608 |-9.9432e-07 | 2.8979e-05 | -4.9985e-05 | 4.9985e-05 | + | "Diff. - Entry Point z" | 1655 |-0.001390862 |-8.4040e-07 | 8.8750e-06 | -4.9329e-05 | 4.7512e-05 | + | "Diff. - Parent |P|" | 1655 | 0.1498417 | 9.0539e-05 | 0.0028556 | -0.0049879 | 0.0049928 | + | "Diff. - TOF" | 1655 |8.943581e-07 | 5.4040e-10 | 2.8962e-06 | -4.9965e-06 | 4.9999e-06 | + | "Original - Displacement x" | 1655 | 9.176501 | 0.0055447 | 0.47683 | -6.1106 | 4.6255 | + | "Original - Displacement y" | 1655 | -9.336916 | -0.0056416 | 0.24480 | -3.7239 | 2.0940 | + | "Original - Displacement z" | 1655 | 500.6441 | 0.30250 | 0.36603 | -0.50000 | 0.50000 | + | "Original - Energy" | 1655 | 443.556 | 0.26801 | 0.47244 | 0.00047608 | 10.273 | + | "Original - Entry Point x" | 1655 | 54452.5 | 32.902 | 307.94 | -771.54 | 783.68 | + | "Original - Entry Point y" | 1655 | -39738.34 | -24.011 | 266.38 | -688.06 | 660.96 | + | "Original - Entry Point z" | 1655 | 4136699 | 2499.5 | 136.28 | 2322.0 | 2648.0 | + | "Original - Parent |P|" | 1655 | 5114622 | 3090.4 | 7966.0 | 1.4396 | 85532. | + | "Original - TOF" | 1655 | 19171.74 | 11.584 | 7.6352 | 7.6250 | 88.991 | + | "Unpacked - Displacement x" | 1655 | 9.176481 | 0.0055447 | 0.47683 | -6.1106 | 4.6255 | + | "Unpacked - Displacement y" | 1655 | -9.336903 | -0.0056416 | 0.24480 | -3.7239 | 2.0940 | + | "Unpacked - Displacement z" | 1655 | 500.6441 | 0.30250 | 0.36603 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 1655 | 443.556 | 0.26801 | 0.47244 | 0.00047600 | 10.273 | + | "Unpacked - Entry Point x" | 1655 | 54452.5 | 32.902 | 307.94 | -771.54 | 783.68 | + | "Unpacked - Entry Point y" | 1655 | -39738.34 | -24.011 | 266.38 | -688.06 | 660.96 | + | "Unpacked - Entry Point z" | 1655 | 4136699 | 2499.5 | 136.28 | 2322.0 | 2648.0 | + | "Unpacked - Parent |P|" | 1655 | 5114621 | 3090.4 | 7966.0 | 1.4400 | 85532. | + | "Unpacked - TOF" | 1655 | 19171.74 | 11.584 | 7.6352 | 7.6250 | 88.991 | UnpackITHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 1016 | 203.20 | 145.33 | 0.0000 | 411.00 | + | "# UnPackedData" | 5 | 1084 | 216.80 | 175.89 | 0.0000 | 520.00 | CheckITHitsPrevPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1016 |7.635047e-06 | 7.5148e-09 | 2.9030e-07 | -4.9911e-07 | 4.9876e-07 | - | "Diff. - Displacement y" | 1016 |-8.037286e-07 |-7.9107e-10 | 2.8326e-07 | -4.9946e-07 | 4.9884e-07 | - | "Diff. - Displacement z" | 1016 |-1.371448e-05 |-1.3499e-08 | 2.9234e-07 | -4.9970e-07 | 4.9978e-07 | - | "Diff. - Energy" | 1016 |-1.178831e-06 |-1.1603e-09 | 5.7594e-07 | -9.9955e-07 | 9.9865e-07 | - | "Diff. - Entry Point x" | 1016 |0.001843132 | 1.8141e-06 | 2.9803e-05 | -4.9890e-05 | 4.9958e-05 | - | "Diff. - Entry Point y" | 1016 |0.0004587424 | 4.5152e-07 | 2.8147e-05 | -4.9829e-05 | 4.9989e-05 | - | "Diff. - Entry Point z" | 1016 |-0.0001469942 |-1.4468e-07 | 3.0017e-05 | -4.9965e-05 | 4.9891e-05 | - | "Diff. - Parent |P|" | 1016 | 0.2001587 | 0.00019701 | 0.0029312 | -0.0049984 | 0.0049939 | - | "Diff. - TOF" | 1016 |-5.058071e-05 |-4.9784e-08 | 2.7962e-06 | -4.9929e-06 | 4.9924e-06 | - | "Original - Displacement x" | 1016 | -23.6089 | -0.023237 | 0.20757 | -4.0939 | 0.97108 | - | "Original - Displacement y" | 1016 | 7.605519 | 0.0074857 | 0.10440 | -0.91508 | 1.2059 | - | "Original - Displacement z" | 1016 | 317.2569 | 0.31226 | 0.20501 | -0.41123 | 0.41187 | - | "Original - Energy" | 1016 | 220.9916 | 0.21751 | 0.57388 | 0.00054280 | 12.765 | - | "Original - Entry Point x" | 1016 | -43129.3 | -42.450 | 282.85 | -644.35 | 638.90 | - | "Original - Entry Point y" | 1016 | 26224.11 | 25.811 | 97.131 | -201.76 | 213.38 | - | "Original - Entry Point z" | 1016 | 8468392 | 8335.0 | 532.77 | 7667.6 | 9172.2 | - | "Original - Parent |P|" | 1016 | 9297101 | 9150.7 | 13050. | 1.4441 | 61878. | - | "Original - TOF" | 1016 | 29217.59 | 28.757 | 3.7269 | 25.527 | 66.575 | - | "Unpacked - Displacement x" | 1016 | -23.60891 | -0.023237 | 0.20757 | -4.0939 | 0.97108 | - | "Unpacked - Displacement y" | 1016 | 7.60552 | 0.0074857 | 0.10440 | -0.91508 | 1.2059 | - | "Unpacked - Displacement z" | 1016 | 317.2569 | 0.31226 | 0.20501 | -0.41123 | 0.41187 | - | "Unpacked - Energy" | 1016 | 220.9916 | 0.21751 | 0.57388 | 0.00054200 | 12.765 | - | "Unpacked - Entry Point x" | 1016 | -43129.3 | -42.450 | 282.85 | -644.35 | 638.90 | - | "Unpacked - Entry Point y" | 1016 | 26224.11 | 25.811 | 97.131 | -201.76 | 213.38 | - | "Unpacked - Entry Point z" | 1016 | 8468392 | 8335.0 | 532.77 | 7667.6 | 9172.2 | - | "Unpacked - Parent |P|" | 1016 | 9297101 | 9150.7 | 13050. | 1.4400 | 61878. | - | "Unpacked - TOF" | 1016 | 29217.59 | 28.757 | 3.7269 | 25.527 | 66.575 | + | "Diff. - Displacement x" | 1084 |2.907426e-06 | 2.6821e-09 | 2.8245e-07 | -4.9716e-07 | 4.9813e-07 | + | "Diff. - Displacement y" | 1084 |8.583264e-07 | 7.9181e-10 | 2.9268e-07 | -4.9906e-07 | 4.9973e-07 | + | "Diff. - Displacement z" | 1084 |1.623786e-06 | 1.4980e-09 | 2.9912e-07 | -4.9956e-07 | 4.9787e-07 | + | "Diff. - Energy" | 1084 |5.195767e-08 | 4.7931e-11 | 5.7028e-07 | -9.9923e-07 | 9.9901e-07 | + | "Diff. - Entry Point x" | 1084 |0.0009441024 | 8.7094e-07 | 2.8787e-05 | -4.9862e-05 | 4.9976e-05 | + | "Diff. - Entry Point y" | 1084 |0.0001491256 | 1.3757e-07 | 2.8952e-05 | -4.9969e-05 | 4.9944e-05 | + | "Diff. - Entry Point z" | 1084 |-1.845446e-06 |-1.7024e-09 | 2.8825e-05 | -4.9936e-05 | 4.9943e-05 | + | "Diff. - Parent |P|" | 1084 |-0.03477937 |-3.2084e-05 | 0.0028687 | -0.0049562 | 0.0049787 | + | "Diff. - TOF" | 1084 |-1.648414e-05 |-1.5207e-08 | 2.9369e-06 | -4.9887e-06 | 4.9935e-06 | + | "Original - Displacement x" | 1084 | -2.692942 | -0.0024843 | 0.24959 | -2.7598 | 1.5425 | + | "Original - Displacement y" | 1084 | 9.715439 | 0.0089626 | 0.11219 | -0.92351 | 0.97540 | + | "Original - Displacement z" | 1084 | 356.9039 | 0.32925 | 0.19077 | -0.41124 | 0.41332 | + | "Original - Energy" | 1084 | 179.6889 | 0.16576 | 0.13283 | 0.0031866 | 1.5220 | + | "Original - Entry Point x" | 1084 | -63172.05 | -58.277 | 285.01 | -633.77 | 623.54 | + | "Original - Entry Point y" | 1084 | 15399.8 | 14.206 | 87.967 | -199.36 | 213.53 | + | "Original - Entry Point z" | 1084 | 9050967 | 8349.6 | 549.79 | 7667.7 | 9172.2 | + | "Original - Parent |P|" | 1084 | 9192427 | 8480.1 | 14434. | 1.4249 | 1.3410e+05 | + | "Original - TOF" | 1084 | 31024.42 | 28.620 | 3.4133 | 25.508 | 71.677 | + | "Unpacked - Displacement x" | 1084 | -2.692945 | -0.0024843 | 0.24959 | -2.7598 | 1.5425 | + | "Unpacked - Displacement y" | 1084 | 9.715438 | 0.0089626 | 0.11219 | -0.92351 | 0.97540 | + | "Unpacked - Displacement z" | 1084 | 356.9039 | 0.32925 | 0.19077 | -0.41124 | 0.41331 | + | "Unpacked - Energy" | 1084 | 179.6889 | 0.16576 | 0.13283 | 0.0031860 | 1.5220 | + | "Unpacked - Entry Point x" | 1084 | -63172.05 | -58.277 | 285.01 | -633.77 | 623.54 | + | "Unpacked - Entry Point y" | 1084 | 15399.8 | 14.206 | 87.967 | -199.36 | 213.53 | + | "Unpacked - Entry Point z" | 1084 | 9050967 | 8349.6 | 549.79 | 7667.7 | 9172.2 | + | "Unpacked - Parent |P|" | 1084 | 9192427 | 8480.1 | 14434. | 1.4200 | 1.3410e+05 | + | "Unpacked - TOF" | 1084 | 31024.42 | 28.620 | 3.4133 | 25.508 | 71.677 | UnpackOTHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 3396 | 679.20 | 397.69 | 0.0000 | 1109.0 | + | "# UnPackedData" | 5 | 3448 | 689.60 | 399.26 | 0.0000 | 1235.0 | CheckOTHitsPrevPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 3396 |-1.601826e-05 |-4.7168e-09 | 2.8850e-07 | -4.9979e-07 | 4.9968e-07 | - | "Diff. - Displacement y" | 3396 |1.42117e-05 | 4.1848e-09 | 2.8599e-07 | -4.9939e-07 | 4.9960e-07 | - | "Diff. - Displacement z" | 3396 |-1.786691e-05 |-5.2612e-09 | 2.8913e-07 | -4.9999e-07 | 4.9997e-07 | - | "Diff. - Energy" | 3396 |-3.471636e-05 |-1.0223e-08 | 5.8225e-07 | -9.9939e-07 | 9.9990e-07 | - | "Diff. - Entry Point x" | 3396 |-0.0001627075 |-4.7912e-08 | 2.8703e-05 | -4.9957e-05 | 4.9983e-05 | - | "Diff. - Entry Point y" | 3396 |0.0003674656 | 1.0821e-07 | 2.8927e-05 | -4.9994e-05 | 4.9949e-05 | - | "Diff. - Entry Point z" | 3396 |-0.0009970146 |-2.9358e-07 | 2.9375e-05 | -4.9982e-05 | 4.9986e-05 | - | "Diff. - Parent |P|" | 3396 | 0.08270083 | 2.4352e-05 | 0.0028967 | -0.0049995 | 0.0049992 | - | "Diff. - TOF" | 3396 |2.257497e-05 | 6.6475e-09 | 2.8972e-06 | -4.9985e-06 | 4.9999e-06 | - | "Original - Displacement x" | 3396 | -987.2031 | -0.29070 | 7.6850 | -96.172 | 72.709 | - | "Original - Displacement y" | 3396 | 8.23551 | 0.0024251 | 5.0575 | -91.264 | 62.913 | - | "Original - Displacement z" | 3396 | 24658.3 | 7.2610 | 6.6805 | -10.875 | 10.873 | - | "Original - Energy" | 3396 | 1008.948 | 0.29710 | 0.36167 | 2.9297e-05 | 4.7638 | - | "Original - Entry Point x" | 3396 | 447888.8 | 131.89 | 1402.7 | -3069.6 | 3080.2 | - | "Original - Entry Point y" | 3396 | -114179.2 | -33.622 | 710.80 | -2378.2 | 2411.7 | - | "Original - Entry Point z" | 3396 |2.94695e+07 | 8677.7 | 564.76 | 7849.2 | 9415.0 | - | "Original - Parent |P|" | 3396 |1.119385e+07 | 3296.2 | 7741.2 | 1.4234 | 85529. | - | "Original - TOF" | 3396 | 114429.2 | 33.695 | 11.761 | 26.176 | 163.28 | - | "Unpacked - Displacement x" | 3396 | -987.2031 | -0.29070 | 7.6850 | -96.172 | 72.709 | - | "Unpacked - Displacement y" | 3396 | 8.235496 | 0.0024251 | 5.0575 | -91.264 | 62.913 | - | "Unpacked - Displacement z" | 3396 | 24658.3 | 7.2610 | 6.6805 | -10.875 | 10.873 | - | "Unpacked - Energy" | 3396 | 1008.948 | 0.29710 | 0.36167 | 3.0000e-05 | 4.7638 | - | "Unpacked - Entry Point x" | 3396 | 447888.8 | 131.89 | 1402.7 | -3069.6 | 3080.2 | - | "Unpacked - Entry Point y" | 3396 | -114179.2 | -33.622 | 710.80 | -2378.2 | 2411.7 | - | "Unpacked - Entry Point z" | 3396 |2.94695e+07 | 8677.7 | 564.76 | 7849.2 | 9415.0 | - | "Unpacked - Parent |P|" | 3396 |1.119385e+07 | 3296.2 | 7741.2 | 1.4200 | 85529. | - | "Unpacked - TOF" | 3396 | 114429.2 | 33.695 | 11.761 | 26.176 | 163.28 | + | "Diff. - Displacement x" | 3448 |-1.468682e-05 |-4.2595e-09 | 2.8754e-07 | -4.9955e-07 | 4.9988e-07 | + | "Diff. - Displacement y" | 3448 |8.486492e-06 | 2.4613e-09 | 2.8962e-07 | -4.9957e-07 | 4.9981e-07 | + | "Diff. - Displacement z" | 3448 |-2.770124e-05 |-8.0340e-09 | 2.8830e-07 | -4.9980e-07 | 4.9963e-07 | + | "Diff. - Energy" | 3448 |5.586227e-06 | 1.6201e-09 | 5.7746e-07 | -9.9975e-07 | 9.9983e-07 | + | "Diff. - Entry Point x" | 3448 |0.0009643428 | 2.7968e-07 | 2.8661e-05 | -4.9951e-05 | 4.9982e-05 | + | "Diff. - Entry Point y" | 3448 |-0.002000763 |-5.8027e-07 | 2.8785e-05 | -4.9977e-05 | 4.9982e-05 | + | "Diff. - Entry Point z" | 3448 |-0.001197366 |-3.4726e-07 | 2.8735e-05 | -4.9987e-05 | 4.9996e-05 | + | "Diff. - Parent |P|" | 3448 | -0.3576195 |-0.00010372 | 0.0028815 | -0.0049946 | 0.0049975 | + | "Diff. - TOF" | 3448 |2.822723e-05 | 8.1866e-09 | 2.8726e-06 | -4.9843e-06 | 4.9978e-06 | + | "Original - Displacement x" | 3448 | 685.4619 | 0.19880 | 10.011 | -114.02 | 198.57 | + | "Original - Displacement y" | 3448 | -408.6012 | -0.11850 | 5.0316 | -67.183 | 69.460 | + | "Original - Displacement z" | 3448 | 23978.84 | 6.9544 | 6.9022 | -10.855 | 10.866 | + | "Original - Energy" | 3448 | 1014.251 | 0.29416 | 0.44076 | 6.3247e-05 | 11.917 | + | "Original - Entry Point x" | 3448 | 543400.9 | 157.60 | 1398.0 | -2982.2 | 3012.9 | + | "Original - Entry Point y" | 3448 | -226013.4 | -65.549 | 704.54 | -2380.7 | 2419.5 | + | "Original - Entry Point z" | 3448 |2.978902e+07 | 8639.5 | 559.06 | 7849.0 | 9414.8 | + | "Original - Parent |P|" | 3448 |1.204263e+07 | 3492.6 | 7976.1 | 1.4267 | 85528. | + | "Original - TOF" | 3448 | 115780.7 | 33.579 | 10.868 | 26.106 | 167.96 | + | "Unpacked - Displacement x" | 3448 | 685.4619 | 0.19880 | 10.011 | -114.02 | 198.57 | + | "Unpacked - Displacement y" | 3448 | -408.6012 | -0.11850 | 5.0316 | -67.183 | 69.460 | + | "Unpacked - Displacement z" | 3448 | 23978.84 | 6.9544 | 6.9022 | -10.855 | 10.866 | + | "Unpacked - Energy" | 3448 | 1014.251 | 0.29416 | 0.44076 | 6.4000e-05 | 11.917 | + | "Unpacked - Entry Point x" | 3448 | 543400.9 | 157.60 | 1398.0 | -2982.2 | 3012.9 | + | "Unpacked - Entry Point y" | 3448 | -226013.4 | -65.549 | 704.54 | -2380.7 | 2419.5 | + | "Unpacked - Entry Point z" | 3448 |2.978902e+07 | 8639.5 | 559.06 | 7849.0 | 9414.8 | + | "Unpacked - Parent |P|" | 3448 |1.204263e+07 | 3492.6 | 7976.1 | 1.4300 | 85528. | + | "Unpacked - TOF" | 3448 | 115780.7 | 33.579 | 10.868 | 26.106 | 167.96 | UnpackRichHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 9923 | 1984.6 | 2081.2 | 0.0000 | 6012.0 | + | "# UnPackedData" | 5 | 8685 | 1737.0 | 991.86 | 0.0000 | 3065.0 | UnpackRichOpPhotPrevPrevSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 9921 | 1984.2 | 2081.3 | 0.0000 | 6012.0 | + | "# UnPackedData" | 5 | 8685 | 1737.0 | 991.86 | 0.0000 | 3065.0 | UnpackRichSegmentsPre...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 490 | 98.000 | 62.421 | 0.0000 | 189.00 | + | "# UnPackedData" | 5 | 584 | 116.80 | 66.647 | 0.0000 | 205.00 | UnpackRichTracksPrevPrevSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 418 | 83.600 | 51.763 | 0.0000 | 158.00 | + | "# UnPackedData" | 5 | 496 | 99.200 | 54.850 | 0.0000 | 165.00 | CheckRichHitsPrevPrev SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 9923 |-0.006098865 |-6.1462e-07 | 4.5170e-05 | -0.0039581 | -6.9389e-18 | - | "Diff. - Entry Point x" | 9923 | -0.0017242 |-1.7376e-07 | 2.9007e-05 | -4.9994e-05 | 4.9976e-05 | - | "Diff. - Entry Point y" | 9923 |0.0006443186 | 6.4932e-08 | 2.9111e-05 | -4.9994e-05 | 4.9992e-05 | - | "Diff. - Entry Point z" | 9923 |-5.921919e-05 |-5.9679e-09 | 2.8705e-05 | -4.9999e-05 | 4.9995e-05 | - | "Diff. - TOF" | 9923 |0.0001322025 | 1.3323e-08 | 2.8905e-06 | -4.9997e-06 | 4.9971e-06 | - | "Original - Energy" | 9923 | 541.1539 | 0.054535 | 2.9665 | 0.020000 | 290.99 | - | "Original - Entry Point x" | 9923 | -804784.7 | -81.103 | 2415.2 | -4150.5 | 4151.0 | - | "Original - Entry Point y" | 9923 | -4757610 | -479.45 | 917.45 | -1391.6 | 1391.8 | - | "Original - Entry Point z" | 9923 |4.868135e+07 | 4905.9 | 4449.6 | 1330.0 | 11094. | - | "Original - TOF" | 9923 | 253648 | 25.562 | 21.576 | 6.8915 | 137.16 | - | "Unpacked - Energy" | 9923 | 541.16 | 0.054536 | 2.9666 | 0.020000 | 290.99 | - | "Unpacked - Entry Point x" | 9923 | -804784.7 | -81.103 | 2415.2 | -4150.5 | 4151.0 | - | "Unpacked - Entry Point y" | 9923 | -4757610 | -479.45 | 917.45 | -1391.6 | 1391.8 | - | "Unpacked - Entry Point z" | 9923 |4.868135e+07 | 4905.9 | 4449.6 | 1330.0 | 11094. | - | "Unpacked - TOF" | 9923 | 253648 | 25.562 | 21.576 | 6.8914 | 137.16 | + | "Diff. - Energy" | 8685 |-6.026429e-14 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 8685 |0.004000639 | 4.6064e-07 | 2.8964e-05 | -4.9996e-05 | 4.9998e-05 | + | "Diff. - Entry Point y" | 8685 |-5.61301e-05 |-6.4629e-09 | 2.8807e-05 | -4.9996e-05 | 4.9996e-05 | + | "Diff. - Entry Point z" | 8685 |-0.003530901 |-4.0655e-07 | 2.8840e-05 | -4.9998e-05 | 4.9997e-05 | + | "Diff. - TOF" | 8685 |-0.0002710419 |-3.1208e-08 | 2.8772e-06 | -4.9998e-06 | 4.9991e-06 | + | "Original - Energy" | 8685 | 173.7 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 8685 | -3167222 | -364.68 | 2623.4 | -4150.2 | 4151.1 | + | "Original - Entry Point y" | 8685 | -1050301 | -120.93 | 964.12 | -1391.4 | 1392.0 | + | "Original - Entry Point z" | 8685 |4.884461e+07 | 5624.0 | 4608.4 | 1330.0 | 11094. | + | "Original - TOF" | 8685 | 248679.7 | 28.633 | 22.091 | 6.6624 | 183.21 | + | "Unpacked - Energy" | 8685 | 173.7 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 8685 | -3167222 | -364.68 | 2623.4 | -4150.2 | 4151.1 | + | "Unpacked - Entry Point y" | 8685 | -1050301 | -120.93 | 964.12 | -1391.4 | 1392.0 | + | "Unpacked - Entry Point z" | 8685 |4.884461e+07 | 5624.0 | 4608.4 | 1330.0 | 11094. | + | "Unpacked - TOF" | 8685 | 248679.7 | 28.633 | 22.091 | 6.6624 | 183.21 | CheckRichOpPhotPrevPrev SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 9921 |0.0004554184 | 4.5904e-08 | 2.9004e-05 | -4.9983e-05 | 4.9995e-05 | - | "Diff. - Emission Point y" | 9921 |-0.003960336 |-3.9919e-07 | 2.8936e-05 | -4.9990e-05 | 4.9989e-05 | - | "Diff. - Emission Point z" | 9921 |-0.001091783 |-1.1005e-07 | 2.8923e-05 | -4.9986e-05 | 4.9999e-05 | - | "Diff. - Energy" | 9921 |-2.57387e-10 |-2.5944e-14 | 5.7502e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 9921 |0.001341774 | 1.3525e-07 | 2.8921e-05 | -4.9992e-05 | 4.9998e-05 | - | "Diff. - HPD In. Point y" | 9921 |-0.004726636 |-4.7643e-07 | 2.8841e-05 | -4.9996e-05 | 4.9977e-05 | - | "Diff. - HPD In. Point z" | 9921 | 0.00154291 | 1.5552e-07 | 2.8893e-05 | -4.9980e-05 | 4.9993e-05 | - | "Diff. - HPD QW Point x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 9921 | 30754.04 | 3.0999 | 1.8198 | 7.8118e-05 | 6.2830 | - | "Original - Cherenkov Theta" | 9921 | 5926.961 | 0.59742 | 0.52060 | 0.0018039 | 2.9355 | - | "Original - Emission Point x" | 9921 | -411818.6 | -41.510 | 1546.0 | -4043.3 | 4010.8 | - | "Original - Emission Point y" | 9921 | -4276137 | -431.02 | 674.08 | -1396.8 | 1488.0 | - | "Original - Emission Point z" | 9921 |4.731617e+07 | 4769.3 | 4376.4 | 990.57 | 11775. | - | "Original - Energy" | 9921 | 0.04298699 | 4.3329e-06 | 1.1449e-06 | 1.7515e-06 | 6.8875e-06 | - | "Original - HPD In. Point x" | 9921 | -822317.5 | -82.887 | 2360.4 | -4078.3 | 4079.8 | - | "Original - HPD In. Point y" | 9921 | -4401346 | -443.64 | 853.64 | -1318.1 | 1315.8 | - | "Original - HPD In. Point z" | 9921 |4.819334e+07 | 4857.7 | 4446.4 | 1259.2 | 11072. | - | "Original - HPD QW Point x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 9921 | 30754.04 | 3.0999 | 1.8198 | 7.8118e-05 | 6.2830 | - | "Unpacked - Cherenkov Theta" | 9921 | 5926.961 | 0.59742 | 0.52060 | 0.0018039 | 2.9355 | - | "Unpacked - Emission Point x" | 9921 | -411818.6 | -41.510 | 1546.0 | -4043.3 | 4010.8 | - | "Unpacked - Emission Point y" | 9921 | -4276137 | -431.02 | 674.08 | -1396.8 | 1488.0 | - | "Unpacked - Emission Point z" | 9921 |4.731617e+07 | 4769.3 | 4376.4 | 990.57 | 11775. | - | "Unpacked - Energy" | 9921 | 0.04298699 | 4.3329e-06 | 1.1449e-06 | 1.7515e-06 | 6.8875e-06 | - | "Unpacked - HPD In. Point x" | 9921 | -822317.5 | -82.887 | 2360.4 | -4078.3 | 4079.8 | - | "Unpacked - HPD In. Point y" | 9921 | -4401346 | -443.64 | 853.64 | -1318.1 | 1315.8 | - | "Unpacked - HPD In. Point z" | 9921 |4.819334e+07 | 4857.7 | 4446.4 | 1259.2 | 11072. | - | "Unpacked - HPD QW Point x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 9921 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 8685 |-0.001959621 |-2.2563e-07 | 2.8995e-05 | -4.9973e-05 | 4.9972e-05 | + | "Diff. - Emission Point y" | 8685 |-0.00213359 |-2.4566e-07 | 2.8822e-05 | -4.9968e-05 | 4.9991e-05 | + | "Diff. - Emission Point z" | 8685 |-0.003330011 |-3.8342e-07 | 2.8596e-05 | -4.9995e-05 | 4.9999e-05 | + | "Diff. - Energy" | 8685 |7.196377e-11 | 8.2860e-15 | 5.8017e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 8685 |-0.001816344 |-2.0914e-07 | 2.8740e-05 | -4.9993e-05 | 4.9969e-05 | + | "Diff. - HPD In. Point y" | 8685 | 0.00337477 | 3.8857e-07 | 2.8869e-05 | -4.9993e-05 | 4.9963e-05 | + | "Diff. - HPD In. Point z" | 8685 |0.001160162 | 1.3358e-07 | 2.8879e-05 | -4.9983e-05 | 4.9996e-05 | + | "Diff. - HPD QW Point x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 8685 | 27181.61 | 3.1297 | 1.8377 | 0.00040586 | 6.2831 | + | "Original - Cherenkov Theta" | 8685 | 4252.619 | 0.48965 | 0.56870 | 0.0027100 | 2.8660 | + | "Original - Emission Point x" | 8685 | -2007625 | -231.16 | 1652.6 | -3979.3 | 4081.1 | + | "Original - Emission Point y" | 8685 | -686832.4 | -79.083 | 606.71 | -1421.2 | 1482.7 | + | "Original - Emission Point z" | 8685 |4.740323e+07 | 5458.1 | 4534.6 | 990.02 | 11761. | + | "Original - Energy" | 8685 | 0.03751947 | 4.3200e-06 | 1.0919e-06 | 1.7607e-06 | 6.8966e-06 | + | "Original - HPD In. Point x" | 8685 | -3091213 | -355.93 | 2564.3 | -4078.9 | 4079.8 | + | "Original - HPD In. Point y" | 8685 | -965064.2 | -111.12 | 896.02 | -1317.0 | 1317.8 | + | "Original - HPD In. Point z" | 8685 |4.841403e+07 | 5574.4 | 4605.6 | 1259.8 | 11072. | + | "Original - HPD QW Point x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 8685 | 27181.61 | 3.1297 | 1.8377 | 0.00040586 | 6.2831 | + | "Unpacked - Cherenkov Theta" | 8685 | 4252.619 | 0.48965 | 0.56870 | 0.0027100 | 2.8660 | + | "Unpacked - Emission Point x" | 8685 | -2007625 | -231.16 | 1652.6 | -3979.3 | 4081.1 | + | "Unpacked - Emission Point y" | 8685 | -686832.4 | -79.083 | 606.71 | -1421.2 | 1482.7 | + | "Unpacked - Emission Point z" | 8685 |4.740323e+07 | 5458.1 | 4534.6 | 990.02 | 11761. | + | "Unpacked - Energy" | 8685 | 0.03751947 | 4.3200e-06 | 1.0919e-06 | 1.7607e-06 | 6.8966e-06 | + | "Unpacked - HPD In. Point x" | 8685 | -3091213 | -355.93 | 2564.3 | -4078.9 | 4079.8 | + | "Unpacked - HPD In. Point y" | 8685 | -965064.2 | -111.12 | 896.02 | -1317.0 | 1317.8 | + | "Unpacked - HPD In. Point z" | 8685 |4.841403e+07 | 5574.4 | 4605.6 | 1259.8 | 11072. | + | "Unpacked - HPD QW Point x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 8685 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegmentsPrev...SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 584 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 5774 | 1154.8 | 578.46 | 0.0000 | 1503.0 | + | "# UnPackedData" | 5 | 6139 | 1227.8 | 675.50 | 0.0000 | 1883.0 | CheckSpdHitsPrevPrev SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 5774 |7.550147e-05 | 1.3076e-08 | 2.8809e-05 | -4.9990e-05 | 4.9987e-05 | - | "Diff. - TOF" | 5774 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 5774 | 3618.306 | 0.62666 | 2.3773 | 5.2427e-07 | 99.493 | - | "Original - TOF" | 5774 | 8991 | 1.5572 | 1.7032 | -1.0000 | 8.0000 | - | "Unpacked - Energy" | 5774 | 3618.306 | 0.62666 | 2.3773 | 0.0000 | 99.493 | - | "Unpacked - TOF" | 5774 | 8991 | 1.5572 | 1.7032 | -1.0000 | 8.0000 | + | "Diff. - Energy" | 6139 |-0.00198984 |-3.2413e-07 | 2.9087e-05 | -4.9994e-05 | 4.9986e-05 | + | "Diff. - TOF" | 6139 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 6139 | 3233.882 | 0.52678 | 1.5371 | 5.7800e-06 | 62.582 | + | "Original - TOF" | 6139 | 9594 | 1.5628 | 1.7293 | -1.0000 | 12.000 | + | "Unpacked - Energy" | 6139 | 3233.884 | 0.52678 | 1.5371 | 0.0000 | 62.582 | + | "Unpacked - TOF" | 6139 | 9594 | 1.5628 | 1.7293 | -1.0000 | 12.000 | UnpackPrsHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 9269 | 1853.8 | 935.10 | 0.0000 | 2500.0 | + | "# UnPackedData" | 5 | 9556 | 1911.2 | 1068.2 | 0.0000 | 3020.0 | CheckPrsHitsPrevPrev SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 9269 | 0.00458203 | 4.9434e-07 | 2.8617e-05 | -4.9966e-05 | 4.9999e-05 | - | "Diff. - TOF" | 9269 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 9269 | 10240.65 | 1.1048 | 4.3222 | 5.4693e-06 | 96.068 | - | "Original - TOF" | 9269 | 14319 | 1.5448 | 1.7045 | -1.0000 | 11.000 | - | "Unpacked - Energy" | 9269 | 10240.65 | 1.1048 | 4.3222 | 0.0000 | 96.068 | - | "Unpacked - TOF" | 9269 | 14319 | 1.5448 | 1.7045 | -1.0000 | 11.000 | + | "Diff. - Energy" | 9556 |-0.002939476 |-3.0761e-07 | 2.8832e-05 | -4.9984e-05 | 4.9981e-05 | + | "Diff. - TOF" | 9556 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 9556 | 10523.92 | 1.1013 | 4.3694 | 1.0091e-06 | 107.32 | + | "Original - TOF" | 9556 | 14715 | 1.5399 | 1.7012 | -1.0000 | 7.0000 | + | "Unpacked - Energy" | 9556 | 10523.93 | 1.1013 | 4.3694 | 0.0000 | 107.31 | + | "Unpacked - TOF" | 9556 | 14715 | 1.5399 | 1.7012 | -1.0000 | 7.0000 | UnpackEcalHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 10716 | 2143.2 | 1090.1 | 0.0000 | 3022.0 | + | "# UnPackedData" | 5 | 10993 | 2198.6 | 1223.6 | 0.0000 | 3703.0 | CheckEcalHitsPrevPrev SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 10716 |0.001332964 | 1.2439e-07 | 2.8740e-05 | -5.0000e-05 | 4.9998e-05 | - | "Diff. - TOF" | 10716 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 10716 | 148788.1 | 13.885 | 74.213 | 2.4135e-05 | 3573.2 | - | "Original - TOF" | 10716 | 1693 | 0.15799 | 0.55858 | 0.0000 | 25.000 | - | "Unpacked - Energy" | 10716 | 148788.1 | 13.885 | 74.213 | 0.0000 | 3573.2 | - | "Unpacked - TOF" | 10716 | 1693 | 0.15799 | 0.55858 | 0.0000 | 25.000 | + | "Diff. - Energy" | 10993 |-0.001931318 |-1.7569e-07 | 2.8767e-05 | -4.9959e-05 | 4.9989e-05 | + | "Diff. - TOF" | 10993 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 10993 | 148662.2 | 13.523 | 73.962 | 3.8986e-06 | 3297.3 | + | "Original - TOF" | 10993 | 1596 | 0.14518 | 0.40513 | 0.0000 | 9.0000 | + | "Unpacked - Energy" | 10993 | 148662.2 | 13.523 | 73.962 | 0.0000 | 3297.3 | + | "Unpacked - TOF" | 10993 | 1596 | 0.14518 | 0.40513 | 0.0000 | 9.0000 | UnpackHcalHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 1470 | 294.00 | 167.59 | 0.0000 | 521.00 | + | "# UnPackedData" | 5 | 1386 | 277.20 | 174.03 | 0.0000 | 550.00 | CheckHcalHitsPrevPrev SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1470 |-0.001907815 |-1.2978e-06 | 2.8502e-05 | -4.9928e-05 | 4.9988e-05 | - | "Diff. - TOF" | 1470 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1470 | 15505.67 | 10.548 | 36.240 | 0.00047143 | 667.35 | - | "Original - TOF" | 1470 | 315 | 0.21429 | 0.45138 | -1.0000 | 2.0000 | - | "Unpacked - Energy" | 1470 | 15505.67 | 10.548 | 36.240 | 0.00050000 | 667.35 | - | "Unpacked - TOF" | 1470 | 315 | 0.21429 | 0.45138 | -1.0000 | 2.0000 | + | "Diff. - Energy" | 1386 |0.0001682998 | 1.2143e-07 | 2.8746e-05 | -4.9975e-05 | 4.9913e-05 | + | "Diff. - TOF" | 1386 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1386 | 13701.44 | 9.8856 | 36.660 | 0.00015180 | 927.11 | + | "Original - TOF" | 1386 | 328 | 0.23665 | 0.50279 | -1.0000 | 4.0000 | + | "Unpacked - Energy" | 1386 | 13701.44 | 9.8856 | 36.660 | 0.00020000 | 927.11 | + | "Unpacked - TOF" | 1386 | 328 | 0.23665 | 0.50279 | -1.0000 | 4.0000 | UnpackMuonHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 1289 | 257.80 | 130.52 | 0.0000 | 361.00 | + | "# UnPackedData" | 5 | 1709 | 341.80 | 221.78 | 0.0000 | 692.00 | CheckMuonHitsPrevPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1289 |3.205218e-06 | 2.4866e-09 | 2.8702e-07 | -4.9992e-07 | 4.9994e-07 | - | "Diff. - Displacement y" | 1289 |3.570027e-06 | 2.7696e-09 | 2.8685e-07 | -4.9897e-07 | 4.9928e-07 | - | "Diff. - Displacement z" | 1289 |-8.453534e-06 |-6.5582e-09 | 2.8764e-07 | -4.9999e-07 | 4.9891e-07 | - | "Diff. - Energy" | 1289 |-4.685235e-05 |-3.6348e-08 | 5.7801e-07 | -9.9958e-07 | 9.9943e-07 | - | "Diff. - Entry Point x" | 1289 |-0.00127789 |-9.9138e-07 | 2.8582e-05 | -4.9981e-05 | 4.9805e-05 | - | "Diff. - Entry Point y" | 1289 |-0.0004332111 |-3.3608e-07 | 2.8966e-05 | -4.9862e-05 | 4.9970e-05 | - | "Diff. - Entry Point z" | 1289 |0.001417318 | 1.0995e-06 | 2.9084e-05 | -4.9945e-05 | 4.9859e-05 | - | "Diff. - Parent |P|" | 1289 | 0.02434888 | 1.8890e-05 | 0.0028262 | -0.0049838 | 0.0049960 | - | "Diff. - TOF" | 1289 |-8.20943e-05 |-6.3688e-08 | 2.8830e-06 | -4.9958e-06 | 4.9895e-06 | - | "Original - Displacement x" | 1289 | 79.3135 | 0.061531 | 3.9557 | -22.647 | 39.112 | - | "Original - Displacement y" | 1289 | 706.7187 | 0.54827 | 6.6380 | -33.376 | 150.68 | - | "Original - Displacement z" | 1289 | 4591.663 | 3.5622 | 2.7640 | -5.1046 | 5.2165 | - | "Original - Energy" | 1289 | 3.450417 | 0.0026768 | 0.010836 | 1.5257e-05 | 0.33658 | - | "Original - Entry Point x" | 1289 | 81131.32 | 62.941 | 1490.6 | -4067.4 | 4658.8 | - | "Original - Entry Point y" | 1289 | 125297.6 | 97.205 | 847.69 | -3044.1 | 3716.4 | - | "Original - Entry Point z" | 1289 |1.63379e+07 | 12675. | 1485.9 | 11952. | 19034. | - | "Original - Parent |P|" | 1289 | 3286474 | 2549.6 | 7172.9 | 1.4247 | 85506. | - | "Original - TOF" | 1289 | 57211.25 | 44.384 | 8.7003 | 39.762 | 160.64 | - | "Unpacked - Displacement x" | 1289 | 79.3135 | 0.061531 | 3.9557 | -22.647 | 39.112 | - | "Unpacked - Displacement y" | 1289 | 706.7187 | 0.54827 | 6.6380 | -33.376 | 150.68 | - | "Unpacked - Displacement z" | 1289 | 4591.663 | 3.5622 | 2.7640 | -5.1046 | 5.2165 | - | "Unpacked - Energy" | 1289 | 3.450464 | 0.0026769 | 0.010836 | 1.6000e-05 | 0.33658 | - | "Unpacked - Entry Point x" | 1289 | 81131.32 | 62.941 | 1490.6 | -4067.4 | 4658.8 | - | "Unpacked - Entry Point y" | 1289 | 125297.6 | 97.205 | 847.69 | -3044.1 | 3716.4 | - | "Unpacked - Entry Point z" | 1289 |1.63379e+07 | 12675. | 1485.9 | 11952. | 19034. | - | "Unpacked - Parent |P|" | 1289 | 3286474 | 2549.6 | 7172.9 | 1.4200 | 85506. | - | "Unpacked - TOF" | 1289 | 57211.25 | 44.384 | 8.7003 | 39.762 | 160.64 | + | "Diff. - Displacement x" | 1709 |8.060071e-07 | 4.7162e-10 | 2.8527e-07 | -4.9912e-07 | 4.9916e-07 | + | "Diff. - Displacement y" | 1709 |1.858311e-06 | 1.0874e-09 | 2.8973e-07 | -4.9994e-07 | 4.9986e-07 | + | "Diff. - Displacement z" | 1709 |-8.263599e-06 |-4.8353e-09 | 2.8631e-07 | -4.9966e-07 | 4.9799e-07 | + | "Diff. - Energy" | 1709 | 7.9963e-06 | 4.6789e-09 | 5.7773e-07 | -9.9923e-07 | 9.9892e-07 | + | "Diff. - Entry Point x" | 1709 |3.933535e-05 | 2.3017e-08 | 2.8524e-05 | -4.9971e-05 | 4.9821e-05 | + | "Diff. - Entry Point y" | 1709 |0.002101737 | 1.2298e-06 | 2.9006e-05 | -4.9971e-05 | 4.9995e-05 | + | "Diff. - Entry Point z" | 1709 |-0.001479475 |-8.6570e-07 | 2.9245e-05 | -4.9917e-05 | 4.9989e-05 | + | "Diff. - Parent |P|" | 1709 | 0.1205256 | 7.0524e-05 | 0.0029118 | -0.0049762 | 0.0049993 | + | "Diff. - TOF" | 1709 |-6.199702e-05 |-3.6277e-08 | 2.8614e-06 | -4.9873e-06 | 4.9987e-06 | + | "Original - Displacement x" | 1709 | -34.27975 | -0.020058 | 5.3070 | -31.354 | 128.58 | + | "Original - Displacement y" | 1709 | -228.7084 | -0.13383 | 5.8806 | -155.22 | 89.314 | + | "Original - Displacement z" | 1709 | 6854.237 | 4.0107 | 2.3020 | -5.0981 | 5.1245 | + | "Original - Energy" | 1709 | 3.385932 | 0.0019812 | 0.0037761 | 3.2904e-06 | 0.063252 | + | "Original - Entry Point x" | 1709 | 30803.41 | 18.024 | 1254.1 | -3771.8 | 3972.1 | + | "Original - Entry Point y" | 1709 | 84971.86 | 49.720 | 827.31 | -3545.3 | 3585.5 | + | "Original - Entry Point z" | 1709 |2.234027e+07 | 13072. | 1580.8 | 11953. | 18953. | + | "Original - Parent |P|" | 1709 | 4116481 | 2408.7 | 7253.7 | 1.4258 | 85502. | + | "Original - TOF" | 1709 | 77487.25 | 45.341 | 7.3441 | 39.873 | 118.46 | + | "Unpacked - Displacement x" | 1709 | -34.27975 | -0.020058 | 5.3070 | -31.354 | 128.58 | + | "Unpacked - Displacement y" | 1709 | -228.7084 | -0.13383 | 5.8806 | -155.22 | 89.314 | + | "Unpacked - Displacement z" | 1709 | 6854.237 | 4.0107 | 2.3020 | -5.0981 | 5.1245 | + | "Unpacked - Energy" | 1709 | 3.385924 | 0.0019812 | 0.0037761 | 4.0000e-06 | 0.063252 | + | "Unpacked - Entry Point x" | 1709 | 30803.41 | 18.024 | 1254.1 | -3771.8 | 3972.1 | + | "Unpacked - Entry Point y" | 1709 | 84971.85 | 49.720 | 827.31 | -3545.3 | 3585.5 | + | "Unpacked - Entry Point z" | 1709 |2.234027e+07 | 13072. | 1580.8 | 11953. | 18953. | + | "Unpacked - Parent |P|" | 1709 | 4116481 | 2408.7 | 7253.7 | 1.4300 | 85502. | + | "Unpacked - TOF" | 1709 | 77487.25 | 45.341 | 7.3441 | 39.873 | 118.46 | NextNextEventGaussSim SUCCESS ================================================================== NextNextEventGaussSim SUCCESS 5 events processed NextNextEventGaussSim SUCCESS ================================================================== GetRichHitsNextNext INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsNextNext INFO Av. # MCRichHits : Rich1 = 208.33 +- 8.33 (100.00 +-0.00%) Rich2 = 280.67 +- 9.67 (100.00 +-0.00%) +GetRichHitsNextNext INFO Av. # MCRichHits : Rich1 = 210.33 +- 8.37 (100.00 +-0.00%) Rich2 = 174.33 +- 7.62 (100.00 +-0.00%) GetRichHitsNextNext INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Signal Hits : Rich1 = 153.00 +- 7.14 ( 73.44 +-1.77%) Rich2 = 130.67 +- 6.60 ( 46.56 +-1.72%) -GetRichHitsNextNext INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.67 +- 0.47 ( 0.24 +-0.17%) -GetRichHitsNextNext INFO Av. # HPD Quartz CK hits : Rich1 = 49.00 +- 4.04 ( 23.52 +-1.70%) Rich2 = 97.00 +- 5.69 ( 34.56 +-1.64%) +GetRichHitsNextNext INFO Av. # Signal Hits : Rich1 = 154.67 +- 7.18 ( 73.53 +-1.76%) Rich2 = 110.00 +- 6.06 ( 63.10 +-2.11%) +GetRichHitsNextNext INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsNextNext INFO Av. # HPD Quartz CK hits : Rich1 = 49.00 +- 4.04 ( 23.30 +-1.68%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 46.33 +- 3.93 ( 16.51 +-1.28%) -GetRichHitsNextNext INFO Av. # All HPD reflection hits : Rich1 = 20.67 +- 2.62 ( 9.92 +-1.20%) Rich2 = 21.67 +- 2.69 ( 7.72 +-0.92%) -GetRichHitsNextNext INFO Av. # QW/PC refl. hits : Rich1 = 15.33 +- 2.26 ( 7.36 +-1.04%) Rich2 = 20.00 +- 2.58 ( 7.13 +-0.89%) +GetRichHitsNextNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 60.67 +- 4.50 ( 34.80 +-2.08%) +GetRichHitsNextNext INFO Av. # All HPD reflection hits : Rich1 = 21.00 +- 2.65 ( 9.98 +-1.19%) Rich2 = 5.33 +- 1.33 ( 3.06 +-0.75%) +GetRichHitsNextNext INFO Av. # QW/PC refl. hits : Rich1 = 16.00 +- 2.31 ( 7.61 +-1.06%) Rich2 = 4.33 +- 1.20 ( 2.49 +-0.68%) GetRichHitsNextNext INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Air/QW refl. hits : Rich1 = 6.67 +- 1.49 ( 3.20 +-0.70%) Rich2 = 5.00 +- 1.29 ( 1.78 +-0.46%) +GetRichHitsNextNext INFO Av. # Air/QW refl. hits : Rich1 = 7.33 +- 1.56 ( 3.49 +-0.73%) Rich2 = 2.33 +- 0.88 ( 1.34 +-0.50%) GetRichHitsNextNext INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 153.00 +- 7.14 ( 73.44 +-1.77%) Rich2Gas = 130.67 +- 6.60 ( 46.56 +-1.72%) +GetRichHitsNextNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 154.67 +- 7.18 ( 73.53 +-1.76%) Rich2Gas = 110.00 +- 6.06 ( 63.10 +-2.11%) GetRichHitsNextNext INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Aero hits per tile : @@ -2133,96 +2132,94 @@ GetRichHitsNextNext INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHitsNextNext INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHitsNextNext INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHitsNextNext INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 159.33 +- 7.29 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 183.00 +- 7.81 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 0.67 +- 0.47 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 146.00 +- 6.98 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 161.33 +- 7.33 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 174.33 +- 7.62 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 49.00 +- 4.04 / event GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich1Gas = 7.67 +- 1.60 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich2Gas = 15.33 +- 2.26 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : GasQuartzWin = 0.33 +- 0.33 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : HPDQuartzWin = 2.33 +- 0.88 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich2Gas = 16.67 +- 2.36 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : HPDQuartzWin = 1.00 +- 0.58 / event GetRichTracksNextNext INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVeloHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 388 | 129.33 | 152.20 | 0.0000 | 343.00 | + | "# PackedData" | 3 | 418 | 139.33 | 166.25 | 0.0000 | 373.00 | MCPuVetoHitPackerNext...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 17 | 5.6667 | 7.3182 | 0.0000 | 16.000 | + | "# PackedData" | 3 | 20 | 6.6667 | 8.7305 | 0.0000 | 19.000 | MCTTHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 190 | 63.333 | 76.526 | 0.0000 | 171.00 | + | "# PackedData" | 3 | 176 | 58.667 | 47.766 | 0.0000 | 117.00 | MCITHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 274 | 91.333 | 109.30 | 0.0000 | 245.00 | + | "# PackedData" | 3 | 137 | 45.667 | 46.807 | 0.0000 | 110.00 | MCOTHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 490 | 163.33 | 208.09 | 0.0000 | 457.00 | + | "# PackedData" | 3 | 451 | 150.33 | 112.34 | 0.0000 | 270.00 | MCMuonHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 183 | 61.000 | 62.562 | 0.0000 | 147.00 | + | "# PackedData" | 3 | 206 | 68.667 | 60.890 | 0.0000 | 148.00 | MCPrsHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 1330 | 443.33 | 428.62 | 0.0000 | 1023.0 | + | "# PackedData" | 3 | 1610 | 536.67 | 619.04 | 0.0000 | 1404.0 | MCSpdHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 792 | 264.00 | 227.85 | 0.0000 | 556.00 | + | "# PackedData" | 3 | 858 | 286.00 | 318.91 | 0.0000 | 731.00 | MCEcalHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 2000 | 666.67 | 686.37 | 0.0000 | 1611.0 | + | "# PackedData" | 3 | 2230 | 743.33 | 833.97 | 0.0000 | 1908.0 | MCHcalHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 401 | 133.67 | 155.03 | 0.0000 | 351.00 | + | "# PackedData" | 3 | 387 | 129.00 | 126.02 | 0.0000 | 300.00 | MCRichHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 1467 | 489.00 | 642.00 | 0.0000 | 1396.0 | + | "# PackedData" | 3 | 1154 | 384.67 | 458.46 | 0.0000 | 1029.0 | MCRichOpPhotPackerNex...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 1467 | 489.00 | 642.00 | 0.0000 | 1396.0 | + | "# PackedData" | 3 | 1154 | 384.67 | 458.46 | 0.0000 | 1029.0 | MCRichSegmentPackerNe...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 77 | 25.667 | 31.478 | 0.0000 | 70.000 | + | "# PackedData" | 3 | 76 | 25.333 | 25.953 | 0.0000 | 61.000 | MCRichTrackPackerNext...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 3 | 69 | 23.000 | 27.725 | 0.0000 | 62.000 | + | "# PackedData" | 3 | 69 | 23.000 | 22.760 | 0.0000 | 54.000 | VeloGaussMoniNextNext INFO ------------------------------------------------------ VeloGaussMoniNextNext INFO - VeloGaussMoni table - VeloGaussMoniNextNext INFO ------------------------------------------------------ -VeloGaussMoniNextNext INFO | Number of MCHits/Event: 129.333+/-87.8715 -VeloGaussMoniNextNext INFO | Number of PileUpMCHits/Event: 5.66667+/-4.22515 +VeloGaussMoniNextNext INFO | Number of MCHits/Event: 139.333+/-95.9819 +VeloGaussMoniNextNext INFO | Number of PileUpMCHits/Event: 6.66667+/-5.04058 VeloGaussMoniNextNext INFO ------------------------------------------------------ TTHitMonitorNextNext INFO *** Summary *** -TTHitMonitorNextNext INFO #hits per event: 63.3333 -TTHitMonitorNextNext INFO Mean beta * gamma: 87.8709 -TTHitMonitorNextNext INFO Most Probable deposited charge: 0.160401 -TTHitMonitorNextNext INFO Half Sample width 0.0694455 +TTHitMonitorNextNext INFO #hits per event: 58.6667 +TTHitMonitorNextNext INFO Mean beta * gamma: 329.278 +TTHitMonitorNextNext INFO Most Probable deposited charge: 0.166726 +TTHitMonitorNextNext INFO Half Sample width 0.069915 TTHitMonitorNextNext SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 18 | 18 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 190 | 16695.47 | 87.871 | 139.66 | 0.18634 | 522.02 | - | "numberHits" | 3 | 190 | 63.333 | 76.526 | 0.0000 | 171.00 | + | "DeltaRay" | 36 | 36 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 176 | 57953 | 329.28 | 816.78 | 0.080319 | 4654.9 | + | "numberHits" | 3 | 176 | 58.667 | 47.766 | 0.0000 | 117.00 | ITHitMonitorNextNext INFO *** Summary *** -ITHitMonitorNextNext INFO #hits per event: 91.3333 -ITHitMonitorNextNext INFO Mean beta * gamma: 705.105 -ITHitMonitorNextNext INFO Most Probable deposited charge: 0.118653 -ITHitMonitorNextNext INFO Half Sample width 0.0431585 +ITHitMonitorNextNext INFO #hits per event: 45.6667 +ITHitMonitorNextNext INFO Mean beta * gamma: 2834.73 +ITHitMonitorNextNext INFO Most Probable deposited charge: 0.11957 +ITHitMonitorNextNext INFO Half Sample width 0.0305806 ITHitMonitorNextNext SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 15 | 15 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 274 | 193198.8 | 705.10 | 6052.9 | 0.90829 | 90107. | - | "numberHits" | 3 | 274 | 91.333 | 109.30 | 0.0000 | 245.00 | + | "DeltaRay" | 4 | 4 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 137 | 388358.4 | 2834.7 | 9839.7 | 6.9009 | 91365. | + | "numberHits" | 3 | 137 | 45.667 | 46.807 | 0.0000 | 110.00 | OTHitMonitorNextNext INFO *** Summary *** -OTHitMonitorNextNext INFO #hits per event: 163.333 -OTHitMonitorNextNext INFO Mean beta * gamma: 2184.7 -OTHitMonitorNextNext INFO Most Probable deposited charge: 0.202403 -OTHitMonitorNextNext INFO Half Sample width 0.100378 +OTHitMonitorNextNext INFO #hits per event: 150.333 +OTHitMonitorNextNext INFO Mean beta * gamma: 2369.82 +OTHitMonitorNextNext INFO Most Probable deposited charge: 0.196783 +OTHitMonitorNextNext INFO Half Sample width 0.0778417 OTHitMonitorNextNext SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 38 | 38 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 490 | 1070505 | 2184.7 | 11709. | 0.0068726 | 90107. | - | "numberHits" | 3 | 490 | 163.33 | 208.09 | 0.0000 | 457.00 | + | "DeltaRay" | 74 | 74 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 451 | 1068791 | 2369.8 | 11787. | 0.0084905 | 91365. | + | "numberHits" | 3 | 451 | 150.33 | 112.34 | 0.0000 | 270.00 | SpdMonitorNextNext SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitorNextNext SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitorNextNext SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -2231,374 +2228,374 @@ MuonHitCheckerNextNext INFO ------------------------------------------------ MuonHitCheckerNextNext INFO Muon Monitoring Table MuonHitCheckerNextNext INFO ----------------------------------------------------------------- MuonHitCheckerNextNext INFO M1 M2 M3 M4 M5 -MuonHitCheckerNextNext INFO 40.333 44.333 0.000 0.000 0.333 R1 -MuonHitCheckerNextNext INFO 34.333 6.000 0.000 0.000 0.000 R2 -MuonHitCheckerNextNext INFO 37.333 0.667 0.000 0.000 0.000 R3 -MuonHitCheckerNextNext INFO 30.333 1.333 0.000 0.000 0.000 R4 +MuonHitCheckerNextNext INFO 42.333 42.333 13.333 1.667 0.333 R1 +MuonHitCheckerNextNext INFO 35.333 9.000 2.667 0.000 0.000 R2 +MuonHitCheckerNextNext INFO 44.000 8.667 0.667 0.000 0.000 R3 +MuonHitCheckerNextNext INFO 46.667 5.333 0.000 0.000 0.000 R4 MuonHitCheckerNextNext INFO ----------------------------------------------------------------- MuonHitCheckerNextNext INFO ------- Integrated over regions --------------------------- MuonHitCheckerNextNext INFO ----------------------------------------------------------------- -MuonHitCheckerNextNext INFO 142.333 52.333 0.000 0.000 0.333 allR +MuonHitCheckerNextNext INFO 168.333 65.333 16.667 1.667 0.333 allR MuonHitCheckerNextNext INFO number of hits generated outside gaps volume 0 UnpackPuVetoHitsNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 17 | 5.6667 | 7.3182 | 0.0000 | 16.000 | + | "# UnPackedData" | 3 | 20 | 6.6667 | 8.7305 | 0.0000 | 19.000 | CheckPuVetoHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 17 |-3.255105e-07 |-1.9148e-08 | 2.7735e-07 | -4.3967e-07 | 4.4247e-07 | - | "Diff. - Displacement y" | 17 |1.130023e-06 | 6.6472e-08 | 2.7414e-07 | -3.3129e-07 | 4.7903e-07 | - | "Diff. - Displacement z" | 17 |-7.273113e-07 |-4.2783e-08 | 2.9361e-07 | -4.7070e-07 | 4.6170e-07 | - | "Diff. - Energy" | 17 |9.190064e-07 | 5.4059e-08 | 6.5098e-07 | -9.9828e-07 | 9.8011e-07 | - | "Diff. - Entry Point x" | 17 |-2.400396e-05 |-1.4120e-06 | 2.4242e-05 | -4.6322e-05 | 4.0193e-05 | - | "Diff. - Entry Point y" | 17 |-5.507049e-05 |-3.2394e-06 | 3.2967e-05 | -4.7712e-05 | 4.9948e-05 | - | "Diff. - Entry Point z" | 17 |-2.253492e-05 |-1.3256e-06 | 2.2956e-05 | -4.7852e-05 | 2.9025e-05 | - | "Diff. - Parent |P|" | 17 | 0.01783559 | 0.0010492 | 0.0030511 | -0.0041280 | 0.0048540 | - | "Diff. - TOF" | 17 |-6.163408e-06 |-3.6255e-07 | 3.2135e-06 | -4.9984e-06 | 4.7691e-06 | - | "Original - Displacement x" | 17 | -0.1688613 | -0.0099330 | 0.014317 | -0.030449 | 0.021100 | - | "Original - Displacement y" | 17 | -0.1092149 | -0.0064244 | 0.012036 | -0.033528 | 0.0086807 | - | "Original - Displacement z" | 17 | -5.098919 | -0.29994 | 0.00011878 | -0.30011 | -0.29966 | - | "Original - Energy" | 17 | 2.043419 | 0.12020 | 0.049612 | 0.076703 | 0.27184 | - | "Original - Entry Point x" | 17 | -135.4455 | -7.9674 | 12.589 | -29.367 | 22.178 | - | "Original - Entry Point y" | 17 | -98.89576 | -5.8174 | 10.897 | -34.651 | 8.7969 | - | "Original - Entry Point z" | 17 | -4582.431 | -269.55 | 40.970 | -315.84 | -218.98 | - | "Original - Parent |P|" | 17 | 119758.8 | 7044.6 | 4902.0 | 744.39 | 15017. | - | "Original - TOF" | 17 | 15.24264 | 0.89663 | 0.15680 | 0.71113 | 1.2381 | - | "Unpacked - Displacement x" | 17 | -0.168861 | -0.0099330 | 0.014317 | -0.030449 | 0.021100 | - | "Unpacked - Displacement y" | 17 | -0.109216 | -0.0064245 | 0.012036 | -0.033528 | 0.0086810 | - | "Unpacked - Displacement z" | 17 | -5.098918 | -0.29994 | 0.00011882 | -0.30011 | -0.29966 | - | "Unpacked - Energy" | 17 | 2.043418 | 0.12020 | 0.049612 | 0.076702 | 0.27184 | - | "Unpacked - Entry Point x" | 17 | -135.4455 | -7.9674 | 12.589 | -29.367 | 22.178 | - | "Unpacked - Entry Point y" | 17 | -98.8957 | -5.8174 | 10.897 | -34.651 | 8.7969 | - | "Unpacked - Entry Point z" | 17 | -4582.431 | -269.55 | 40.970 | -315.84 | -218.98 | - | "Unpacked - Parent |P|" | 17 | 119758.8 | 7044.6 | 4902.0 | 744.39 | 15017. | - | "Unpacked - TOF" | 17 | 15.24265 | 0.89663 | 0.15680 | 0.71113 | 1.2381 | + | "Diff. - Displacement x" | 20 | 1.4439e-07 | 7.2195e-09 | 3.2271e-07 | -4.6467e-07 | 4.4247e-07 | + | "Diff. - Displacement y" | 20 |2.723815e-06 | 1.3619e-07 | 2.8168e-07 | -3.8357e-07 | 4.9086e-07 | + | "Diff. - Displacement z" | 20 |2.057007e-06 | 1.0285e-07 | 2.4576e-07 | -3.2190e-07 | 4.7354e-07 | + | "Diff. - Energy" | 20 |-1.552891e-06 |-7.7645e-08 | 5.6018e-07 | -9.6229e-07 | 9.7182e-07 | + | "Diff. - Entry Point x" | 20 |-0.000209749 |-1.0487e-05 | 2.4716e-05 | -4.8153e-05 | 4.9663e-05 | + | "Diff. - Entry Point y" | 20 |0.0001989294 | 9.9465e-06 | 2.9498e-05 | -4.8096e-05 | 4.8778e-05 | + | "Diff. - Entry Point z" | 20 |4.931905e-05 | 2.4660e-06 | 2.7091e-05 | -4.7663e-05 | 4.9836e-05 | + | "Diff. - Parent |P|" | 20 | 0.01228224 | 0.00061411 | 0.0035200 | -0.0049348 | 0.0049173 | + | "Diff. - TOF" | 20 |-2.731409e-06 |-1.3657e-07 | 3.1265e-06 | -4.7862e-06 | 4.7691e-06 | + | "Original - Displacement x" | 20 | -0.1378909 | -0.0068945 | 0.021396 | -0.051440 | 0.036204 | + | "Original - Displacement y" | 20 | 0.02574472 | 0.0012872 | 0.044209 | -0.033857 | 0.18613 | + | "Original - Displacement z" | 20 | -5.998351 | -0.29992 | 0.00017114 | -0.30020 | -0.29943 | + | "Original - Energy" | 20 | 2.271752 | 0.11359 | 0.059155 | 0.074007 | 0.31260 | + | "Original - Entry Point x" | 20 | -99.64541 | -4.9823 | 14.373 | -29.300 | 25.322 | + | "Original - Entry Point y" | 20 | -106.0146 | -5.3007 | 10.789 | -34.897 | 11.381 | + | "Original - Entry Point z" | 20 | -5432.094 | -271.60 | 40.525 | -315.84 | -218.98 | + | "Original - Parent |P|" | 20 | 115964.8 | 5798.2 | 5003.0 | 596.59 | 15016. | + | "Original - TOF" | 20 | 19.06923 | 0.95346 | 0.22679 | 0.71113 | 1.6699 | + | "Unpacked - Displacement x" | 20 | -0.137891 | -0.0068946 | 0.021395 | -0.051440 | 0.036204 | + | "Unpacked - Displacement y" | 20 | 0.025742 | 0.0012871 | 0.044209 | -0.033857 | 0.18613 | + | "Unpacked - Displacement z" | 20 | -5.998353 | -0.29992 | 0.00017101 | -0.30020 | -0.29943 | + | "Unpacked - Energy" | 20 | 2.271754 | 0.11359 | 0.059156 | 0.074008 | 0.31260 | + | "Unpacked - Entry Point x" | 20 | -99.6452 | -4.9823 | 14.373 | -29.300 | 25.322 | + | "Unpacked - Entry Point y" | 20 | -106.0148 | -5.3007 | 10.789 | -34.897 | 11.381 | + | "Unpacked - Entry Point z" | 20 | -5432.094 | -271.60 | 40.525 | -315.84 | -218.98 | + | "Unpacked - Parent |P|" | 20 | 115964.8 | 5798.2 | 5003.0 | 596.59 | 15016. | + | "Unpacked - TOF" | 20 | 19.06923 | 0.95346 | 0.22679 | 0.71113 | 1.6699 | UnpackVeloHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 388 | 129.33 | 152.20 | 0.0000 | 343.00 | + | "# UnPackedData" | 3 | 418 | 139.33 | 166.25 | 0.0000 | 373.00 | CheckVeloHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 388 |8.386607e-06 | 2.1615e-08 | 2.9941e-07 | -4.9802e-07 | 4.9813e-07 | - | "Diff. - Displacement y" | 388 |6.881946e-06 | 1.7737e-08 | 2.8495e-07 | -4.8747e-07 | 4.9919e-07 | - | "Diff. - Displacement z" | 388 |-2.987198e-06 |-7.6990e-09 | 2.8014e-07 | -4.9922e-07 | 4.9974e-07 | - | "Diff. - Energy" | 388 |-9.213436e-06 |-2.3746e-08 | 5.9995e-07 | -9.9986e-07 | 9.9901e-07 | - | "Diff. - Entry Point x" | 388 |-0.001243498 |-3.2049e-06 | 2.8908e-05 | -4.9535e-05 | 4.9679e-05 | - | "Diff. - Entry Point y" | 388 |-9.113977e-05 |-2.3490e-07 | 2.7754e-05 | -4.9694e-05 | 4.9787e-05 | - | "Diff. - Entry Point z" | 388 |0.0001727377 | 4.4520e-07 | 2.7937e-05 | -4.9608e-05 | 4.9699e-05 | - | "Diff. - Parent |P|" | 388 | 0.0194753 | 5.0194e-05 | 0.0029810 | -0.0049977 | 0.0049725 | - | "Diff. - TOF" | 388 |-0.0001214305 |-3.1297e-07 | 2.9291e-06 | -4.9966e-06 | 4.9944e-06 | - | "Original - Displacement x" | 388 | -2.421504 | -0.0062410 | 0.078718 | -0.46628 | 0.49659 | - | "Original - Displacement y" | 388 | 4.767689 | 0.012288 | 0.094916 | -0.53292 | 0.79855 | - | "Original - Displacement z" | 388 | 72.38045 | 0.18655 | 0.23080 | -0.30252 | 0.30023 | - | "Original - Energy" | 388 | 51.33529 | 0.13231 | 0.21130 | 0.055558 | 3.1408 | - | "Original - Entry Point x" | 388 | 960.3987 | 2.4753 | 17.867 | -40.216 | 44.601 | - | "Original - Entry Point y" | 388 | -592.2041 | -1.5263 | 15.015 | -40.572 | 39.729 | - | "Original - Entry Point z" | 388 | 99320.61 | 255.98 | 277.95 | -175.77 | 750.99 | - | "Original - Parent |P|" | 388 | 5759511 | 14844. | 22294. | 7.2433 | 81818. | - | "Original - TOF" | 388 | 378.8975 | 0.97654 | 0.80550 | 0.027626 | 2.5503 | - | "Unpacked - Displacement x" | 388 | -2.421512 | -0.0062410 | 0.078718 | -0.46628 | 0.49659 | - | "Unpacked - Displacement y" | 388 | 4.767682 | 0.012288 | 0.094916 | -0.53292 | 0.79855 | - | "Unpacked - Displacement z" | 388 | 72.38046 | 0.18655 | 0.23080 | -0.30252 | 0.30023 | - | "Unpacked - Energy" | 388 | 51.3353 | 0.13231 | 0.21130 | 0.055558 | 3.1408 | - | "Unpacked - Entry Point x" | 388 | 960.3999 | 2.4753 | 17.867 | -40.216 | 44.601 | - | "Unpacked - Entry Point y" | 388 | -592.204 | -1.5263 | 15.015 | -40.572 | 39.729 | - | "Unpacked - Entry Point z" | 388 | 99320.61 | 255.98 | 277.95 | -175.77 | 750.99 | - | "Unpacked - Parent |P|" | 388 | 5759511 | 14844. | 22294. | 7.2400 | 81818. | - | "Unpacked - TOF" | 388 | 378.8976 | 0.97654 | 0.80550 | 0.027630 | 2.5503 | + | "Diff. - Displacement x" | 418 |5.346754e-07 | 1.2791e-09 | 2.6928e-07 | -4.9595e-07 | 4.9758e-07 | + | "Diff. - Displacement y" | 418 |5.007415e-06 | 1.1979e-08 | 2.8542e-07 | -4.9713e-07 | 4.9708e-07 | + | "Diff. - Displacement z" | 418 |6.524924e-06 | 1.5610e-08 | 2.8154e-07 | -4.9214e-07 | 4.9646e-07 | + | "Diff. - Energy" | 418 |1.334205e-05 | 3.1919e-08 | 5.7577e-07 | -9.9856e-07 | 9.9901e-07 | + | "Diff. - Entry Point x" | 418 |-0.0006871424 |-1.6439e-06 | 2.9141e-05 | -4.9988e-05 | 4.9951e-05 | + | "Diff. - Entry Point y" | 418 |0.0004191092 | 1.0027e-06 | 2.8948e-05 | -4.9899e-05 | 4.9996e-05 | + | "Diff. - Entry Point z" | 418 |-2.975354e-05 |-7.1181e-08 | 2.9989e-05 | -4.9775e-05 | 4.9590e-05 | + | "Diff. - Parent |P|" | 418 | 0.01102339 | 2.6372e-05 | 0.0029094 | -0.0049431 | 0.0049940 | + | "Diff. - TOF" | 418 |-3.103606e-05 |-7.4249e-08 | 2.8137e-06 | -4.9966e-06 | 4.9946e-06 | + | "Original - Displacement x" | 418 | -1.711227 | -0.0040938 | 0.12407 | -0.82578 | 1.1539 | + | "Original - Displacement y" | 418 | -0.482595 | -0.0011545 | 0.18426 | -2.6508 | 0.79181 | + | "Original - Displacement z" | 418 | 73.08151 | 0.17484 | 0.23727 | -0.30252 | 0.30023 | + | "Original - Energy" | 418 | 89.08431 | 0.21312 | 0.53756 | 0.011141 | 6.1557 | + | "Original - Entry Point x" | 418 | 971.3075 | 2.3237 | 18.067 | -40.207 | 44.615 | + | "Original - Entry Point y" | 418 | -619.8789 | -1.4830 | 15.257 | -38.810 | 39.704 | + | "Original - Entry Point z" | 418 | 95694.28 | 228.93 | 282.16 | -175.78 | 750.99 | + | "Original - Parent |P|" | 418 | 5818085 | 13919. | 21767. | 4.5288 | 81818. | + | "Original - TOF" | 418 | 402.0947 | 0.96195 | 0.77605 | 0.027592 | 2.5284 | + | "Unpacked - Displacement x" | 418 | -1.711228 | -0.0040938 | 0.12407 | -0.82578 | 1.1539 | + | "Unpacked - Displacement y" | 418 | -0.4826 | -0.0011545 | 0.18426 | -2.6508 | 0.79181 | + | "Unpacked - Displacement z" | 418 | 73.0815 | 0.17484 | 0.23727 | -0.30252 | 0.30023 | + | "Unpacked - Energy" | 418 | 89.08429 | 0.21312 | 0.53756 | 0.011142 | 6.1557 | + | "Unpacked - Entry Point x" | 418 | 971.3082 | 2.3237 | 18.067 | -40.208 | 44.615 | + | "Unpacked - Entry Point y" | 418 | -619.8793 | -1.4830 | 15.257 | -38.810 | 39.704 | + | "Unpacked - Entry Point z" | 418 | 95694.28 | 228.93 | 282.16 | -175.78 | 750.99 | + | "Unpacked - Parent |P|" | 418 | 5818085 | 13919. | 21767. | 4.5300 | 81818. | + | "Unpacked - TOF" | 418 | 402.0947 | 0.96195 | 0.77605 | 0.027590 | 2.5284 | UnpackTTHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 190 | 63.333 | 76.526 | 0.0000 | 171.00 | + | "# UnPackedData" | 3 | 176 | 58.667 | 47.766 | 0.0000 | 117.00 | CheckTTHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 190 |-5.180926e-06 |-2.7268e-08 | 3.0579e-07 | -4.9926e-07 | 4.8451e-07 | - | "Diff. - Displacement y" | 190 |5.604577e-06 | 2.9498e-08 | 2.7938e-07 | -4.9384e-07 | 4.9880e-07 | - | "Diff. - Displacement z" | 190 |-4.528714e-06 |-2.3835e-08 | 1.8322e-07 | -4.8999e-07 | 4.9320e-07 | - | "Diff. - Energy" | 190 |-1.513486e-06 |-7.9657e-09 | 5.8737e-07 | -9.9309e-07 | 9.9703e-07 | - | "Diff. - Entry Point x" | 190 |-0.0004705038 |-2.4763e-06 | 2.8345e-05 | -4.9581e-05 | 4.9119e-05 | - | "Diff. - Entry Point y" | 190 |-0.0001360632 |-7.1612e-07 | 2.8094e-05 | -4.9883e-05 | 4.9057e-05 | - | "Diff. - Entry Point z" | 190 |0.0006296348 | 3.3139e-06 | 1.2625e-05 | -4.5625e-05 | 3.9141e-05 | - | "Diff. - Parent |P|" | 190 | 0.05074989 | 0.00026710 | 0.0027693 | -0.0049836 | 0.0049771 | - | "Diff. - TOF" | 190 |6.331369e-05 | 3.3323e-07 | 2.9643e-06 | -4.9005e-06 | 4.9328e-06 | - | "Original - Displacement x" | 190 | -13.63151 | -0.071745 | 0.35210 | -1.7039 | 1.8267 | - | "Original - Displacement y" | 190 | -9.128155 | -0.048043 | 0.22272 | -0.98658 | 1.1959 | - | "Original - Displacement z" | 190 | 52.78892 | 0.27784 | 0.32927 | -0.50000 | 0.50000 | - | "Original - Energy" | 190 | 178.3142 | 0.93850 | 2.8115 | 0.0037986 | 20.408 | - | "Original - Entry Point x" | 190 | -15560.25 | -81.896 | 305.73 | -763.62 | 779.52 | - | "Original - Entry Point y" | 190 | 444.961 | 2.3419 | 200.46 | -412.81 | 616.31 | - | "Original - Entry Point z" | 190 | 472500.3 | 2486.8 | 133.59 | 2322.0 | 2648.0 | - | "Original - Parent |P|" | 190 | 1015606 | 5345.3 | 15237. | 1.4450 | 81808. | - | "Original - TOF" | 190 | 1955.179 | 10.290 | 6.6704 | 7.6030 | 44.434 | - | "Unpacked - Displacement x" | 190 | -13.63151 | -0.071745 | 0.35210 | -1.7039 | 1.8267 | - | "Unpacked - Displacement y" | 190 | -9.128161 | -0.048043 | 0.22272 | -0.98658 | 1.1959 | - | "Unpacked - Displacement z" | 190 | 52.78892 | 0.27784 | 0.32927 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 190 | 178.3142 | 0.93850 | 2.8115 | 0.0037980 | 20.408 | - | "Unpacked - Entry Point x" | 190 | -15560.25 | -81.896 | 305.73 | -763.62 | 779.52 | - | "Unpacked - Entry Point y" | 190 | 444.9611 | 2.3419 | 200.46 | -412.81 | 616.31 | - | "Unpacked - Entry Point z" | 190 | 472500.3 | 2486.8 | 133.59 | 2322.0 | 2648.0 | - | "Unpacked - Parent |P|" | 190 | 1015606 | 5345.3 | 15237. | 1.4500 | 81808. | - | "Unpacked - TOF" | 190 | 1955.179 | 10.290 | 6.6704 | 7.6030 | 44.434 | + | "Diff. - Displacement x" | 176 |-1.259288e-06 |-7.1550e-09 | 2.8100e-07 | -4.8779e-07 | 4.9987e-07 | + | "Diff. - Displacement y" | 176 |1.948855e-06 | 1.1073e-08 | 2.6776e-07 | -4.6257e-07 | 4.9904e-07 | + | "Diff. - Displacement z" | 176 |-3.097095e-06 |-1.7597e-08 | 1.1912e-07 | -4.8980e-07 | 4.6304e-07 | + | "Diff. - Energy" | 176 |1.546402e-05 | 8.7864e-08 | 6.0964e-07 | -9.6703e-07 | 9.9512e-07 | + | "Diff. - Entry Point x" | 176 |0.0006910223 | 3.9263e-06 | 2.7151e-05 | -4.9398e-05 | 4.9517e-05 | + | "Diff. - Entry Point y" | 176 |-8.772029e-05 |-4.9841e-07 | 2.9847e-05 | -4.9974e-05 | 4.9316e-05 | + | "Diff. - Entry Point z" | 176 |8.372866e-05 | 4.7573e-07 | 1.0377e-05 | -4.8549e-05 | 4.6050e-05 | + | "Diff. - Parent |P|" | 176 | 0.01528953 | 8.6872e-05 | 0.0027163 | -0.0048263 | 0.0049787 | + | "Diff. - TOF" | 176 |-0.0001001112 |-5.6881e-07 | 2.6442e-06 | -4.9342e-06 | 4.9448e-06 | + | "Original - Displacement x" | 176 | -0.2437223 | -0.0013848 | 0.46017 | -3.6047 | 1.6662 | + | "Original - Displacement y" | 176 |-0.002207051 |-1.2540e-05 | 0.24271 | -1.7363 | 1.2942 | + | "Original - Displacement z" | 176 | 35.56034 | 0.20205 | 0.40835 | -0.50000 | 0.50000 | + | "Original - Energy" | 176 | 82.44442 | 0.46843 | 0.95760 | 0.0018477 | 5.4028 | + | "Original - Entry Point x" | 176 | -8164.521 | -46.389 | 308.51 | -783.14 | 652.66 | + | "Original - Entry Point y" | 176 | -1868.943 | -10.619 | 225.78 | -650.87 | 658.60 | + | "Original - Entry Point z" | 176 | 443386.1 | 2519.2 | 131.96 | 2322.0 | 2648.0 | + | "Original - Parent |P|" | 176 | 1088115 | 6182.5 | 16131. | 1.4562 | 81808. | + | "Original - TOF" | 176 | 1938.689 | 11.015 | 5.0529 | 7.5652 | 32.750 | + | "Unpacked - Displacement x" | 176 | -0.243721 | -0.0013848 | 0.46017 | -3.6047 | 1.6662 | + | "Unpacked - Displacement y" | 176 | -0.002209 |-1.2551e-05 | 0.24271 | -1.7363 | 1.2942 | + | "Unpacked - Displacement z" | 176 | 35.56035 | 0.20205 | 0.40835 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 176 | 82.44441 | 0.46843 | 0.95760 | 0.0018480 | 5.4028 | + | "Unpacked - Entry Point x" | 176 | -8164.521 | -46.389 | 308.51 | -783.14 | 652.66 | + | "Unpacked - Entry Point y" | 176 | -1868.943 | -10.619 | 225.78 | -650.87 | 658.60 | + | "Unpacked - Entry Point z" | 176 | 443386.1 | 2519.2 | 131.96 | 2322.0 | 2648.0 | + | "Unpacked - Parent |P|" | 176 | 1088115 | 6182.5 | 16131. | 1.4600 | 81808. | + | "Unpacked - TOF" | 176 | 1938.689 | 11.015 | 5.0529 | 7.5652 | 32.750 | UnpackITHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 274 | 91.333 | 109.30 | 0.0000 | 245.00 | + | "# UnPackedData" | 3 | 137 | 45.667 | 46.807 | 0.0000 | 110.00 | CheckITHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 274 |5.465241e-06 | 1.9946e-08 | 3.0128e-07 | -4.9926e-07 | 4.9960e-07 | - | "Diff. - Displacement y" | 274 |-2.230721e-06 |-8.1413e-09 | 3.0059e-07 | -4.8765e-07 | 4.9409e-07 | - | "Diff. - Displacement z" | 274 |3.329852e-06 | 1.2153e-08 | 3.0433e-07 | -4.9728e-07 | 4.9562e-07 | - | "Diff. - Energy" | 274 |-3.290092e-06 |-1.2008e-08 | 5.6496e-07 | -9.9915e-07 | 9.9944e-07 | - | "Diff. - Entry Point x" | 274 |-0.0003253077 |-1.1873e-06 | 3.0088e-05 | -4.9359e-05 | 4.9773e-05 | - | "Diff. - Entry Point y" | 274 |0.0004668702 | 1.7039e-06 | 2.9466e-05 | -4.9722e-05 | 4.9938e-05 | - | "Diff. - Entry Point z" | 274 |0.000219458 | 8.0094e-07 | 2.8452e-05 | -4.9556e-05 | 4.9974e-05 | - | "Diff. - Parent |P|" | 274 |0.002333103 | 8.5150e-06 | 0.0028115 | -0.0049908 | 0.0049447 | - | "Diff. - TOF" | 274 |-6.218104e-06 |-2.2694e-08 | 2.7539e-06 | -4.7588e-06 | 4.8929e-06 | - | "Original - Displacement x" | 274 | -6.94962 | -0.025364 | 0.11532 | -0.92326 | 0.16121 | - | "Original - Displacement y" | 274 | 0.1041078 | 0.00037996 | 0.064450 | -0.58624 | 0.32578 | - | "Original - Displacement z" | 274 | 101.1989 | 0.36934 | 0.11340 | -0.41158 | 0.41082 | - | "Original - Energy" | 274 | 45.15479 | 0.16480 | 0.16469 | 0.0081271 | 1.5667 | - | "Original - Entry Point x" | 274 | 4848.389 | 17.695 | 289.69 | -596.10 | 623.86 | - | "Original - Entry Point y" | 274 | -11042.66 | -40.302 | 72.464 | -204.17 | 109.92 | - | "Original - Entry Point z" | 274 | 2281263 | 8325.8 | 543.81 | 7667.9 | 9171.0 | - | "Original - Parent |P|" | 274 | 4942048 | 18037. | 21440. | 1.4402 | 81804. | - | "Original - TOF" | 274 | 7772.623 | 28.367 | 8.3414 | 25.413 | 163.03 | - | "Unpacked - Displacement x" | 274 | -6.949625 | -0.025364 | 0.11532 | -0.92326 | 0.16121 | - | "Unpacked - Displacement y" | 274 | 0.10411 | 0.00037996 | 0.064450 | -0.58624 | 0.32578 | - | "Unpacked - Displacement z" | 274 | 101.1989 | 0.36934 | 0.11340 | -0.41158 | 0.41082 | - | "Unpacked - Energy" | 274 | 45.15479 | 0.16480 | 0.16469 | 0.0081280 | 1.5667 | - | "Unpacked - Entry Point x" | 274 | 4848.39 | 17.695 | 289.69 | -596.10 | 623.86 | - | "Unpacked - Entry Point y" | 274 | -11042.66 | -40.302 | 72.464 | -204.17 | 109.92 | - | "Unpacked - Entry Point z" | 274 | 2281263 | 8325.8 | 543.81 | 7667.9 | 9171.0 | - | "Unpacked - Parent |P|" | 274 | 4942048 | 18037. | 21440. | 1.4400 | 81804. | - | "Unpacked - TOF" | 274 | 7772.623 | 28.367 | 8.3414 | 25.413 | 163.03 | + | "Diff. - Displacement x" | 137 |-5.354074e-06 |-3.9081e-08 | 2.7686e-07 | -4.9730e-07 | 4.9881e-07 | + | "Diff. - Displacement y" | 137 |-1.536921e-07 |-1.1218e-09 | 2.8094e-07 | -4.9205e-07 | 4.9400e-07 | + | "Diff. - Displacement z" | 137 |-1.872237e-06 |-1.3666e-08 | 3.0901e-07 | -4.8692e-07 | 4.9732e-07 | + | "Diff. - Energy" | 137 |-4.254108e-06 |-3.1052e-08 | 5.5228e-07 | -9.7778e-07 | 9.7457e-07 | + | "Diff. - Entry Point x" | 137 |-0.0003832635 |-2.7975e-06 | 2.9600e-05 | -4.9359e-05 | 4.9512e-05 | + | "Diff. - Entry Point y" | 137 |-0.0002899438 |-2.1164e-06 | 2.8230e-05 | -4.9727e-05 | 4.7293e-05 | + | "Diff. - Entry Point z" | 137 |-0.0002331996 |-1.7022e-06 | 2.9495e-05 | -4.9332e-05 | 4.9095e-05 | + | "Diff. - Parent |P|" | 137 | -0.0349682 |-0.00025524 | 0.0027706 | -0.0049626 | 0.0048691 | + | "Diff. - TOF" | 137 |-5.895188e-06 |-4.3031e-08 | 2.7138e-06 | -4.9683e-06 | 4.7587e-06 | + | "Original - Displacement x" | 137 | 10.44244 | 0.076222 | 0.48506 | -0.35143 | 5.4312 | + | "Original - Displacement y" | 137 | 0.4785718 | 0.0034932 | 0.042707 | -0.17089 | 0.31113 | + | "Original - Displacement z" | 137 | 53.02527 | 0.38705 | 0.079704 | -0.40868 | 0.41057 | + | "Original - Energy" | 137 | 23.81434 | 0.17383 | 0.22124 | 0.028368 | 2.2881 | + | "Original - Entry Point x" | 137 | 18650.56 | 136.14 | 333.03 | -401.90 | 623.79 | + | "Original - Entry Point y" | 137 | -6918.075 | -50.497 | 55.106 | -129.75 | 134.63 | + | "Original - Entry Point z" | 137 | 1149584 | 8391.1 | 565.73 | 7667.8 | 9171.1 | + | "Original - Parent |P|" | 137 | 4304440 | 31419. | 24251. | 1.7969 | 81804. | + | "Original - TOF" | 137 | 3842.163 | 28.045 | 1.8807 | 25.434 | 31.135 | + | "Unpacked - Displacement x" | 137 | 10.44245 | 0.076222 | 0.48506 | -0.35143 | 5.4312 | + | "Unpacked - Displacement y" | 137 | 0.478572 | 0.0034932 | 0.042707 | -0.17089 | 0.31113 | + | "Unpacked - Displacement z" | 137 | 53.02527 | 0.38705 | 0.079704 | -0.40868 | 0.41057 | + | "Unpacked - Energy" | 137 | 23.81435 | 0.17383 | 0.22124 | 0.028368 | 2.2881 | + | "Unpacked - Entry Point x" | 137 | 18650.56 | 136.14 | 333.03 | -401.90 | 623.79 | + | "Unpacked - Entry Point y" | 137 | -6918.075 | -50.497 | 55.106 | -129.75 | 134.63 | + | "Unpacked - Entry Point z" | 137 | 1149584 | 8391.1 | 565.73 | 7667.8 | 9171.1 | + | "Unpacked - Parent |P|" | 137 | 4304440 | 31419. | 24251. | 1.8000 | 81804. | + | "Unpacked - TOF" | 137 | 3842.163 | 28.045 | 1.8807 | 25.434 | 31.135 | UnpackOTHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 490 | 163.33 | 208.09 | 0.0000 | 457.00 | + | "# UnPackedData" | 3 | 451 | 150.33 | 112.34 | 0.0000 | 270.00 | CheckOTHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 490 |-1.020657e-05 |-2.0830e-08 | 2.7119e-07 | -4.9827e-07 | 4.9963e-07 | - | "Diff. - Displacement y" | 490 |-2.887585e-06 |-5.8930e-09 | 2.8186e-07 | -4.9770e-07 | 4.9717e-07 | - | "Diff. - Displacement z" | 490 |-8.68218e-07 |-1.7719e-09 | 2.9257e-07 | -4.9815e-07 | 4.9821e-07 | - | "Diff. - Energy" | 490 |1.087543e-05 | 2.2195e-08 | 5.9435e-07 | -9.9831e-07 | 9.9962e-07 | - | "Diff. - Entry Point x" | 490 |-0.0005674478 |-1.1581e-06 | 2.9423e-05 | -4.9828e-05 | 4.9258e-05 | - | "Diff. - Entry Point y" | 490 |0.0006415962 | 1.3094e-06 | 2.9035e-05 | -4.9667e-05 | 4.9660e-05 | - | "Diff. - Entry Point z" | 490 |-0.0002045691 |-4.1749e-07 | 2.8777e-05 | -4.9647e-05 | 4.9533e-05 | - | "Diff. - Parent |P|" | 490 |0.007899375 | 1.6121e-05 | 0.0029145 | -0.0049877 | 0.0049991 | - | "Diff. - TOF" | 490 |6.982172e-05 | 1.4249e-07 | 2.8175e-06 | -4.9198e-06 | 4.9963e-06 | - | "Original - Displacement x" | 490 | 776.5898 | 1.5849 | 8.9819 | -40.538 | 53.032 | - | "Original - Displacement y" | 490 | 215.1261 | 0.43903 | 6.1781 | -19.230 | 62.072 | - | "Original - Displacement z" | 490 | 3276.955 | 6.6877 | 7.0995 | -10.771 | 10.785 | - | "Original - Energy" | 490 | 172.9628 | 0.35299 | 0.50256 | 0.00030029 | 4.6975 | - | "Original - Entry Point x" | 490 | 159777.6 | 326.08 | 1164.3 | -2960.4 | 2971.4 | - | "Original - Entry Point y" | 490 | -95451.77 | -194.80 | 739.45 | -2417.6 | 1967.1 | - | "Original - Entry Point z" | 490 | 4224083 | 8620.6 | 560.65 | 7847.0 | 9406.5 | - | "Original - Parent |P|" | 490 | 1557029 | 3177.6 | 7529.8 | 1.4547 | 81796. | - | "Original - TOF" | 490 | 16369.89 | 33.408 | 8.1336 | 26.262 | 75.369 | - | "Unpacked - Displacement x" | 490 | 776.5898 | 1.5849 | 8.9819 | -40.538 | 53.032 | - | "Unpacked - Displacement y" | 490 | 215.1261 | 0.43903 | 6.1781 | -19.230 | 62.072 | - | "Unpacked - Displacement z" | 490 | 3276.955 | 6.6877 | 7.0995 | -10.771 | 10.785 | - | "Unpacked - Energy" | 490 | 172.9628 | 0.35299 | 0.50256 | 0.00030000 | 4.6975 | - | "Unpacked - Entry Point x" | 490 | 159777.6 | 326.08 | 1164.3 | -2960.4 | 2971.4 | - | "Unpacked - Entry Point y" | 490 | -95451.77 | -194.80 | 739.45 | -2417.6 | 1967.1 | - | "Unpacked - Entry Point z" | 490 | 4224083 | 8620.6 | 560.65 | 7847.0 | 9406.5 | - | "Unpacked - Parent |P|" | 490 | 1557029 | 3177.6 | 7529.8 | 1.4500 | 81796. | - | "Unpacked - TOF" | 490 | 16369.89 | 33.408 | 8.1336 | 26.262 | 75.369 | + | "Diff. - Displacement x" | 451 |-7.859906e-06 |-1.7428e-08 | 2.8211e-07 | -4.9827e-07 | 4.8504e-07 | + | "Diff. - Displacement y" | 451 |-9.120691e-06 |-2.0223e-08 | 2.8509e-07 | -4.9349e-07 | 4.9657e-07 | + | "Diff. - Displacement z" | 451 |-4.125475e-07 |-9.1474e-10 | 2.8524e-07 | -4.9393e-07 | 4.9287e-07 | + | "Diff. - Energy" | 451 |1.92751e-06 | 4.2739e-09 | 5.9854e-07 | -9.9844e-07 | 9.9733e-07 | + | "Diff. - Entry Point x" | 451 |5.687289e-05 | 1.2610e-07 | 2.9445e-05 | -4.9977e-05 | 4.9925e-05 | + | "Diff. - Entry Point y" | 451 |-0.0003719896 |-8.2481e-07 | 2.8620e-05 | -4.9824e-05 | 4.9861e-05 | + | "Diff. - Entry Point z" | 451 |0.0008246963 | 1.8286e-06 | 2.9384e-05 | -4.9951e-05 | 4.9882e-05 | + | "Diff. - Parent |P|" | 451 |-0.03273928 |-7.2593e-05 | 0.0027723 | -0.0049947 | 0.0049525 | + | "Diff. - TOF" | 451 |6.013107e-05 | 1.3333e-07 | 2.8611e-06 | -4.9810e-06 | 4.9870e-06 | + | "Original - Displacement x" | 451 | 365.4433 | 0.81030 | 11.631 | -119.20 | 155.59 | + | "Original - Displacement y" | 451 | -17.48241 | -0.038764 | 4.9432 | -34.435 | 42.943 | + | "Original - Displacement z" | 451 | 2561.12 | 5.6788 | 7.8927 | -10.796 | 10.758 | + | "Original - Energy" | 451 | 123.6397 | 0.27415 | 0.31603 | 0.0016969 | 3.5255 | + | "Original - Entry Point x" | 451 | 164913.6 | 365.66 | 1242.8 | -2900.6 | 3037.1 | + | "Original - Entry Point y" | 451 | -84137.77 | -186.56 | 691.64 | -1747.9 | 2375.4 | + | "Original - Entry Point z" | 451 | 3947063 | 8751.8 | 538.92 | 7851.1 | 9414.6 | + | "Original - Parent |P|" | 451 | 1549047 | 3434.7 | 7621.4 | 1.4323 | 81795. | + | "Original - TOF" | 451 | 15746.36 | 34.914 | 9.9073 | 26.259 | 100.53 | + | "Unpacked - Displacement x" | 451 | 365.4433 | 0.81030 | 11.631 | -119.20 | 155.59 | + | "Unpacked - Displacement y" | 451 | -17.4824 | -0.038764 | 4.9432 | -34.435 | 42.943 | + | "Unpacked - Displacement z" | 451 | 2561.12 | 5.6788 | 7.8927 | -10.796 | 10.758 | + | "Unpacked - Energy" | 451 | 123.6397 | 0.27415 | 0.31603 | 0.0016960 | 3.5255 | + | "Unpacked - Entry Point x" | 451 | 164913.6 | 365.66 | 1242.8 | -2900.6 | 3037.1 | + | "Unpacked - Entry Point y" | 451 | -84137.76 | -186.56 | 691.64 | -1747.9 | 2375.4 | + | "Unpacked - Entry Point z" | 451 | 3947063 | 8751.8 | 538.92 | 7851.1 | 9414.6 | + | "Unpacked - Parent |P|" | 451 | 1549047 | 3434.7 | 7621.4 | 1.4300 | 81795. | + | "Unpacked - TOF" | 451 | 15746.36 | 34.914 | 9.9073 | 26.259 | 100.53 | UnpackRichHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 1467 | 489.00 | 642.00 | 0.0000 | 1396.0 | + | "# UnPackedData" | 3 | 1154 | 384.67 | 458.46 | 0.0000 | 1029.0 | UnpackRichOpPhotNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 1467 | 489.00 | 642.00 | 0.0000 | 1396.0 | + | "# UnPackedData" | 3 | 1154 | 384.67 | 458.46 | 0.0000 | 1029.0 | UnpackRichSegmentsNex...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 77 | 25.667 | 31.478 | 0.0000 | 70.000 | + | "# UnPackedData" | 3 | 76 | 25.333 | 25.953 | 0.0000 | 61.000 | UnpackRichTracksNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 69 | 23.000 | 27.725 | 0.0000 | 62.000 | + | "# UnPackedData" | 3 | 69 | 23.000 | 22.760 | 0.0000 | 54.000 | CheckRichHitsNextNext SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1467 |-1.017936e-14 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | - | "Diff. - Entry Point x" | 1467 |-0.003461323 |-2.3595e-06 | 2.8529e-05 | -4.9990e-05 | 4.9765e-05 | - | "Diff. - Entry Point y" | 1467 |0.0003471783 | 2.3666e-07 | 2.8657e-05 | -4.9880e-05 | 4.9898e-05 | - | "Diff. - Entry Point z" | 1467 |0.0008160353 | 5.5626e-07 | 2.9324e-05 | -4.9717e-05 | 4.9987e-05 | - | "Diff. - TOF" | 1467 |6.616504e-05 | 4.5102e-08 | 2.8865e-06 | -4.9971e-06 | 4.9896e-06 | - | "Original - Energy" | 1467 | 29.34 | 0.020000 | 3.8808e-09 | 0.020000 | 0.020000 | - | "Original - Entry Point x" | 1467 | 1827880 | 1246.0 | 2737.5 | -4148.7 | 4148.9 | - | "Original - Entry Point y" | 1467 | 222424.8 | 151.62 | 841.74 | -1390.4 | 1392.4 | - | "Original - Entry Point z" | 1467 |1.012261e+07 | 6900.2 | 4627.9 | 1330.0 | 11094. | - | "Original - TOF" | 1467 | 49277.22 | 33.590 | 20.993 | 6.7394 | 114.79 | - | "Unpacked - Energy" | 1467 | 29.34 | 0.020000 | 3.8905e-09 | 0.020000 | 0.020000 | - | "Unpacked - Entry Point x" | 1467 | 1827880 | 1246.0 | 2737.5 | -4148.7 | 4148.9 | - | "Unpacked - Entry Point y" | 1467 | 222424.8 | 151.62 | 841.74 | -1390.4 | 1392.4 | - | "Unpacked - Entry Point z" | 1467 |1.012261e+07 | 6900.2 | 4627.9 | 1330.0 | 11094. | - | "Unpacked - TOF" | 1467 | 49277.22 | 33.590 | 20.993 | 6.7394 | 114.79 | + | "Diff. - Energy" | 1154 |-8.007484e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 1154 |0.0007421733 | 6.4313e-07 | 2.8527e-05 | -4.9956e-05 | 4.9938e-05 | + | "Diff. - Entry Point y" | 1154 |0.000746603 | 6.4697e-07 | 2.8585e-05 | -4.9886e-05 | 4.9994e-05 | + | "Diff. - Entry Point z" | 1154 |-0.0009790193 |-8.4837e-07 | 2.8560e-05 | -4.9802e-05 | 4.9987e-05 | + | "Diff. - TOF" | 1154 |-0.0001675503 |-1.4519e-07 | 2.8617e-06 | -4.9977e-06 | 4.9791e-06 | + | "Original - Energy" | 1154 | 23.08 | 0.020000 | 4.6732e-09 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 1154 | 732332.7 | 634.60 | 2631.5 | -4148.8 | 4149.6 | + | "Original - Entry Point y" | 1154 | 435799.9 | 377.64 | 889.68 | -1387.4 | 1392.4 | + | "Original - Entry Point z" | 1154 | 6623840 | 5739.9 | 4615.4 | 1330.0 | 11096. | + | "Original - TOF" | 1154 | 36982.86 | 32.048 | 24.449 | 6.7394 | 114.58 | + | "Unpacked - Energy" | 1154 | 23.08 | 0.020000 | 4.6784e-09 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 1154 | 732332.7 | 634.60 | 2631.5 | -4148.8 | 4149.6 | + | "Unpacked - Entry Point y" | 1154 | 435799.9 | 377.64 | 889.68 | -1387.4 | 1392.4 | + | "Unpacked - Entry Point z" | 1154 | 6623840 | 5739.9 | 4615.4 | 1330.0 | 11096. | + | "Unpacked - TOF" | 1154 | 36982.86 | 32.048 | 24.449 | 6.7394 | 114.58 | CheckRichOpPhotNextNext SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 1467 |-0.0009417117 |-6.4193e-07 | 2.8456e-05 | -4.9985e-05 | 4.9819e-05 | - | "Diff. - Emission Point y" | 1467 |-0.0005497156 |-3.7472e-07 | 2.9190e-05 | -4.9916e-05 | 4.9978e-05 | - | "Diff. - Emission Point z" | 1467 |-0.0005478465 |-3.7345e-07 | 2.8257e-05 | -4.9927e-05 | 4.9905e-05 | - | "Diff. - Energy" | 1467 |7.901235e-11 | 5.3860e-14 | 5.6842e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 1467 |0.0007055666 | 4.8096e-07 | 2.8625e-05 | -4.9760e-05 | 4.9903e-05 | - | "Diff. - HPD In. Point y" | 1467 |0.0004036107 | 2.7513e-07 | 2.8800e-05 | -4.9714e-05 | 4.9784e-05 | - | "Diff. - HPD In. Point z" | 1467 |0.0007125732 | 4.8573e-07 | 2.8637e-05 | -4.9979e-05 | 4.9998e-05 | - | "Diff. - HPD QW Point x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 1467 | 4609.585 | 3.1422 | 1.7655 | 0.0016490 | 6.2816 | - | "Original - Cherenkov Theta" | 1467 | 589.8715 | 0.40209 | 0.52692 | 0.013644 | 2.8032 | - | "Original - Emission Point x" | 1467 | 1254436 | 855.10 | 1574.8 | -2311.4 | 3982.2 | - | "Original - Emission Point y" | 1467 | 178177.5 | 121.46 | 437.59 | -1219.2 | 1356.5 | - | "Original - Emission Point z" | 1467 | 9830245 | 6700.9 | 4580.9 | 990.62 | 11645. | - | "Original - Energy" | 1467 |0.006190561 | 4.2199e-06 | 1.0769e-06 | 1.7547e-06 | 6.7953e-06 | - | "Original - HPD In. Point x" | 1467 | 1787555 | 1218.5 | 2676.4 | -4073.2 | 4074.3 | - | "Original - HPD In. Point y" | 1467 | 200019.9 | 136.35 | 784.65 | -1316.4 | 1317.3 | - | "Original - HPD In. Point z" | 1467 |1.004553e+07 | 6847.7 | 4624.0 | 1260.4 | 11071. | - | "Original - HPD QW Point x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 1467 | 4609.585 | 3.1422 | 1.7655 | 0.0016490 | 6.2816 | - | "Unpacked - Cherenkov Theta" | 1467 | 589.8715 | 0.40209 | 0.52692 | 0.013644 | 2.8032 | - | "Unpacked - Emission Point x" | 1467 | 1254436 | 855.10 | 1574.8 | -2311.4 | 3982.2 | - | "Unpacked - Emission Point y" | 1467 | 178177.5 | 121.46 | 437.59 | -1219.2 | 1356.5 | - | "Unpacked - Emission Point z" | 1467 | 9830245 | 6700.9 | 4580.9 | 990.62 | 11645. | - | "Unpacked - Energy" | 1467 |0.006190561 | 4.2199e-06 | 1.0769e-06 | 1.7547e-06 | 6.7953e-06 | - | "Unpacked - HPD In. Point x" | 1467 | 1787555 | 1218.5 | 2676.4 | -4073.2 | 4074.3 | - | "Unpacked - HPD In. Point y" | 1467 | 200019.9 | 136.35 | 784.65 | -1316.4 | 1317.3 | - | "Unpacked - HPD In. Point z" | 1467 |1.004553e+07 | 6847.7 | 4624.0 | 1260.4 | 11071. | - | "Unpacked - HPD QW Point x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 1467 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 1154 |4.173123e-05 | 3.6162e-08 | 2.8586e-05 | -4.9985e-05 | 4.9794e-05 | + | "Diff. - Emission Point y" | 1154 | 0.00137324 | 1.1900e-06 | 2.8481e-05 | -4.9959e-05 | 4.9976e-05 | + | "Diff. - Emission Point z" | 1154 |0.0009672061 | 8.3813e-07 | 2.8455e-05 | -4.9883e-05 | 4.9933e-05 | + | "Diff. - Energy" | 1154 |-4.393996e-10 |-3.8076e-13 | 5.7419e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 1154 |-0.0003513052 |-3.0442e-07 | 2.8296e-05 | -4.9922e-05 | 4.9538e-05 | + | "Diff. - HPD In. Point y" | 1154 |-0.000448556 |-3.8870e-07 | 2.9149e-05 | -4.9883e-05 | 4.9838e-05 | + | "Diff. - HPD In. Point z" | 1154 |0.001094871 | 9.4876e-07 | 2.8852e-05 | -4.9933e-05 | 4.9953e-05 | + | "Diff. - HPD QW Point x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 1154 | 3551.41 | 3.0775 | 1.7507 | 0.00087411 | 6.2828 | + | "Original - Cherenkov Theta" | 1154 | 427.2436 | 0.37023 | 0.63583 | 0.013823 | 2.8795 | + | "Original - Emission Point x" | 1154 | 212805.9 | 184.41 | 723.15 | -3396.0 | 3004.2 | + | "Original - Emission Point y" | 1154 | 236317.7 | 204.78 | 484.20 | -1067.7 | 1297.0 | + | "Original - Emission Point z" | 1154 | 6395948 | 5542.4 | 4555.4 | 991.95 | 11673. | + | "Original - Energy" | 1154 | 0.00491379 | 4.2581e-06 | 1.0418e-06 | 1.7940e-06 | 6.7953e-06 | + | "Original - HPD In. Point x" | 1154 | 716134.7 | 620.57 | 2572.1 | -4062.7 | 4077.8 | + | "Original - HPD In. Point y" | 1154 | 405558.4 | 351.44 | 827.69 | -1316.4 | 1317.3 | + | "Original - HPD In. Point z" | 1154 | 6566159 | 5689.9 | 4613.1 | 1260.4 | 11070. | + | "Original - HPD QW Point x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 1154 | 3551.41 | 3.0775 | 1.7507 | 0.00087411 | 6.2828 | + | "Unpacked - Cherenkov Theta" | 1154 | 427.2436 | 0.37023 | 0.63583 | 0.013823 | 2.8795 | + | "Unpacked - Emission Point x" | 1154 | 212805.9 | 184.41 | 723.15 | -3396.0 | 3004.2 | + | "Unpacked - Emission Point y" | 1154 | 236317.7 | 204.78 | 484.20 | -1067.7 | 1297.0 | + | "Unpacked - Emission Point z" | 1154 | 6395948 | 5542.4 | 4555.4 | 991.95 | 11673. | + | "Unpacked - Energy" | 1154 |0.004913791 | 4.2581e-06 | 1.0418e-06 | 1.7940e-06 | 6.7953e-06 | + | "Unpacked - HPD In. Point x" | 1154 | 716134.7 | 620.57 | 2572.1 | -4062.7 | 4077.8 | + | "Unpacked - HPD In. Point y" | 1154 | 405558.4 | 351.44 | 827.69 | -1316.4 | 1317.3 | + | "Unpacked - HPD In. Point z" | 1154 | 6566159 | 5689.9 | 4613.1 | 1260.4 | 11070. | + | "Unpacked - HPD QW Point x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 1154 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegmentsNext...SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 77 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 76 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 792 | 264.00 | 227.85 | 0.0000 | 556.00 | + | "# UnPackedData" | 3 | 858 | 286.00 | 318.91 | 0.0000 | 731.00 | CheckSpdHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 792 |0.0003936716 | 4.9706e-07 | 2.8114e-05 | -4.9995e-05 | 4.9914e-05 | - | "Diff. - TOF" | 792 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 792 | 552.0007 | 0.69697 | 2.0099 | 9.7384e-05 | 26.288 | - | "Original - TOF" | 792 | 1280 | 1.6162 | 1.7878 | -1.0000 | 11.000 | - | "Unpacked - Energy" | 792 | 552.0003 | 0.69697 | 2.0099 | 0.00010000 | 26.288 | - | "Unpacked - TOF" | 792 | 1280 | 1.6162 | 1.7878 | -1.0000 | 11.000 | + | "Diff. - Energy" | 858 |0.0001797805 | 2.0953e-07 | 2.8892e-05 | -4.9929e-05 | 4.9795e-05 | + | "Diff. - TOF" | 858 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 858 | 454.8271 | 0.53010 | 1.6611 | 1.1878e-05 | 24.232 | + | "Original - TOF" | 858 | 1335 | 1.5559 | 1.7035 | -1.0000 | 6.0000 | + | "Unpacked - Energy" | 858 | 454.8269 | 0.53010 | 1.6611 | 0.0000 | 24.232 | + | "Unpacked - TOF" | 858 | 1335 | 1.5559 | 1.7035 | -1.0000 | 6.0000 | UnpackPrsHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 1330 | 443.33 | 428.62 | 0.0000 | 1023.0 | + | "# UnPackedData" | 3 | 1610 | 536.67 | 619.04 | 0.0000 | 1404.0 | CheckPrsHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1330 |-0.002596239 |-1.9521e-06 | 2.8831e-05 | -4.9966e-05 | 4.9997e-05 | - | "Diff. - TOF" | 1330 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1330 | 1309.024 | 0.98423 | 4.3489 | 8.5764e-07 | 107.33 | - | "Original - TOF" | 1330 | 2095 | 1.5752 | 1.6803 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 1330 | 1309.027 | 0.98423 | 4.3489 | 0.0000 | 107.33 | - | "Unpacked - TOF" | 1330 | 2095 | 1.5752 | 1.6803 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 1610 | 0.00080259 | 4.9850e-07 | 2.8990e-05 | -4.9988e-05 | 4.9984e-05 | + | "Diff. - TOF" | 1610 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1610 | 1588.332 | 0.98654 | 5.3462 | 2.2938e-06 | 158.82 | + | "Original - TOF" | 1610 | 2569 | 1.5957 | 1.7846 | -1.0000 | 10.000 | + | "Unpacked - Energy" | 1610 | 1588.331 | 0.98654 | 5.3462 | 0.0000 | 158.82 | + | "Unpacked - TOF" | 1610 | 2569 | 1.5957 | 1.7846 | -1.0000 | 10.000 | UnpackEcalHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 2000 | 666.67 | 686.37 | 0.0000 | 1611.0 | + | "# UnPackedData" | 3 | 2230 | 743.33 | 833.97 | 0.0000 | 1908.0 | CheckEcalHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 2000 |0.001189857 | 5.9493e-07 | 2.8683e-05 | -4.9977e-05 | 4.9982e-05 | - | "Diff. - TOF" | 2000 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 2000 | 31763.87 | 15.882 | 125.21 | 0.00035462 | 4704.8 | - | "Original - TOF" | 2000 | 338 | 0.16900 | 0.39299 | 0.0000 | 3.0000 | - | "Unpacked - Energy" | 2000 | 31763.87 | 15.882 | 125.21 | 0.00040000 | 4704.8 | - | "Unpacked - TOF" | 2000 | 338 | 0.16900 | 0.39299 | 0.0000 | 3.0000 | + | "Diff. - Energy" | 2230 |-0.0009683639 |-4.3424e-07 | 2.9049e-05 | -4.9935e-05 | 4.9985e-05 | + | "Diff. - TOF" | 2230 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 2230 | 33897.55 | 15.201 | 103.15 | 0.00027964 | 3891.1 | + | "Original - TOF" | 2230 | 316 | 0.14170 | 0.36013 | 0.0000 | 2.0000 | + | "Unpacked - Energy" | 2230 | 33897.55 | 15.201 | 103.15 | 0.00030000 | 3891.1 | + | "Unpacked - TOF" | 2230 | 316 | 0.14170 | 0.36013 | 0.0000 | 2.0000 | UnpackHcalHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 401 | 133.67 | 155.03 | 0.0000 | 351.00 | + | "# UnPackedData" | 3 | 387 | 129.00 | 126.02 | 0.0000 | 300.00 | CheckHcalHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 401 |-0.0001345043 |-3.3542e-07 | 2.8503e-05 | -4.9958e-05 | 4.9600e-05 | - | "Diff. - TOF" | 401 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 401 | 5519.761 | 13.765 | 44.717 | 0.0011030 | 439.15 | - | "Original - TOF" | 401 | 56 | 0.13965 | 0.48463 | -1.0000 | 3.0000 | - | "Unpacked - Energy" | 401 | 5519.762 | 13.765 | 44.717 | 0.0011000 | 439.15 | - | "Unpacked - TOF" | 401 | 56 | 0.13965 | 0.48463 | -1.0000 | 3.0000 | + | "Diff. - Energy" | 387 |0.0004516912 | 1.1672e-06 | 3.0068e-05 | -4.9815e-05 | 4.9958e-05 | + | "Diff. - TOF" | 387 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 387 | 4691.212 | 12.122 | 45.974 | 0.00017196 | 580.80 | + | "Original - TOF" | 387 | 65 | 0.16796 | 0.52847 | -1.0000 | 2.0000 | + | "Unpacked - Energy" | 387 | 4691.212 | 12.122 | 45.974 | 0.00020000 | 580.80 | + | "Unpacked - TOF" | 387 | 65 | 0.16796 | 0.52847 | -1.0000 | 2.0000 | UnpackMuonHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 3 | 183 | 61.000 | 62.562 | 0.0000 | 147.00 | + | "# UnPackedData" | 3 | 206 | 68.667 | 60.890 | 0.0000 | 148.00 | CheckMuonHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 183 |6.69263e-06 | 3.6572e-08 | 2.8749e-07 | -4.8036e-07 | 4.9940e-07 | - | "Diff. - Displacement y" | 183 |3.549443e-06 | 1.9396e-08 | 2.8507e-07 | -4.9405e-07 | 4.9762e-07 | - | "Diff. - Displacement z" | 183 |-2.394581e-06 |-1.3085e-08 | 2.8973e-07 | -4.9872e-07 | 4.7934e-07 | - | "Diff. - Energy" | 183 |-1.306846e-05 |-7.1412e-08 | 5.3833e-07 | -9.9675e-07 | 9.8503e-07 | - | "Diff. - Entry Point x" | 183 |3.586026e-05 | 1.9596e-07 | 2.8819e-05 | -4.9942e-05 | 4.8806e-05 | - | "Diff. - Entry Point y" | 183 |4.746792e-05 | 2.5939e-07 | 2.8387e-05 | -4.9859e-05 | 4.9069e-05 | - | "Diff. - Entry Point z" | 183 |1.603174e-05 | 8.7605e-08 | 3.0840e-05 | -4.9365e-05 | 4.9207e-05 | - | "Diff. - Parent |P|" | 183 |0.004345839 | 2.3748e-05 | 0.0028532 | -0.0049889 | 0.0048314 | - | "Diff. - TOF" | 183 |4.473581e-05 | 2.4446e-07 | 2.5990e-06 | -4.9703e-06 | 4.9923e-06 | - | "Original - Displacement x" | 183 | -48.1288 | -0.26300 | 2.4697 | -13.984 | 6.7226 | - | "Original - Displacement y" | 183 | -9.69131 | -0.052958 | 2.0388 | -22.315 | 7.6992 | - | "Original - Displacement z" | 183 | 724.4717 | 3.9589 | 2.4331 | -5.0154 | 5.0144 | - | "Original - Energy" | 183 | 0.3264469 | 0.0017839 | 0.0020455 | 5.9138e-05 | 0.020570 | - | "Original - Entry Point x" | 183 | 19890.18 | 108.69 | 1314.3 | -3646.7 | 3581.9 | - | "Original - Entry Point y" | 183 | -2429.924 | -13.278 | 672.35 | -2734.4 | 2528.7 | - | "Original - Entry Point z" | 183 | 2230588 | 12189. | 479.07 | 11955. | 15340. | - | "Original - Parent |P|" | 183 | 972513.1 | 5314.3 | 13044. | 1.9914 | 81787. | - | "Original - TOF" | 183 | 7705.526 | 42.107 | 3.4742 | 39.766 | 68.698 | - | "Unpacked - Displacement x" | 183 | -48.12881 | -0.26300 | 2.4697 | -13.984 | 6.7226 | - | "Unpacked - Displacement y" | 183 | -9.691314 | -0.052958 | 2.0388 | -22.315 | 7.6992 | - | "Unpacked - Displacement z" | 183 | 724.4717 | 3.9589 | 2.4331 | -5.0154 | 5.0144 | - | "Unpacked - Energy" | 183 | 0.32646 | 0.0017839 | 0.0020455 | 6.0000e-05 | 0.020570 | - | "Unpacked - Entry Point x" | 183 | 19890.18 | 108.69 | 1314.3 | -3646.7 | 3581.9 | - | "Unpacked - Entry Point y" | 183 | -2429.924 | -13.278 | 672.35 | -2734.4 | 2528.7 | - | "Unpacked - Entry Point z" | 183 | 2230588 | 12189. | 479.07 | 11955. | 15340. | - | "Unpacked - Parent |P|" | 183 | 972513.1 | 5314.3 | 13044. | 1.9900 | 81787. | - | "Unpacked - TOF" | 183 | 7705.526 | 42.107 | 3.4742 | 39.766 | 68.698 | + | "Diff. - Displacement x" | 206 |1.522074e-06 | 7.3887e-09 | 2.8430e-07 | -4.8958e-07 | 4.9474e-07 | + | "Diff. - Displacement y" | 206 |4.223585e-06 | 2.0503e-08 | 2.7214e-07 | -4.9097e-07 | 4.9960e-07 | + | "Diff. - Displacement z" | 206 |6.401285e-06 | 3.1074e-08 | 2.7058e-07 | -4.9271e-07 | 4.9883e-07 | + | "Diff. - Energy" | 206 |-1.316109e-06 |-6.3889e-09 | 5.6939e-07 | -9.9128e-07 | 9.9715e-07 | + | "Diff. - Entry Point x" | 206 |-0.0001399631 |-6.7943e-07 | 2.9608e-05 | -4.9807e-05 | 4.9641e-05 | + | "Diff. - Entry Point y" | 206 |0.0001217312 | 5.9093e-07 | 2.9120e-05 | -4.9658e-05 | 4.9761e-05 | + | "Diff. - Entry Point z" | 206 |0.0001785394 | 8.6670e-07 | 3.0054e-05 | -4.9792e-05 | 4.9942e-05 | + | "Diff. - Parent |P|" | 206 |-0.02627783 |-0.00012756 | 0.0029903 | -0.0049376 | 0.0049742 | + | "Diff. - TOF" | 206 |1.649596e-05 | 8.0077e-08 | 2.8208e-06 | -4.9332e-06 | 4.8152e-06 | + | "Original - Displacement x" | 206 | 91.3601 | 0.44350 | 2.5528 | -5.6764 | 24.618 | + | "Original - Displacement y" | 206 | -49.96845 | -0.24257 | 1.9552 | -7.9848 | 11.910 | + | "Original - Displacement z" | 206 | 745.2318 | 3.6176 | 2.8743 | -5.0203 | 5.0119 | + | "Original - Energy" | 206 | 0.5443047 | 0.0026423 | 0.0067871 | 1.6398e-05 | 0.087553 | + | "Original - Entry Point x" | 206 | 108955.8 | 528.91 | 1484.9 | -3903.9 | 3728.6 | + | "Original - Entry Point y" | 206 | -39731.08 | -192.87 | 790.01 | -2813.7 | 2528.7 | + | "Original - Entry Point z" | 206 | 2580279 | 12526. | 1142.5 | 11955. | 16546. | + | "Original - Parent |P|" | 206 | 831294.3 | 4035.4 | 10620. | 1.5526 | 81785. | + | "Original - TOF" | 206 | 9006.805 | 43.722 | 5.3941 | 39.810 | 63.876 | + | "Unpacked - Displacement x" | 206 | 91.3601 | 0.44350 | 2.5528 | -5.6764 | 24.618 | + | "Unpacked - Displacement y" | 206 | -49.96845 | -0.24257 | 1.9552 | -7.9848 | 11.910 | + | "Unpacked - Displacement z" | 206 | 745.2318 | 3.6176 | 2.8743 | -5.0203 | 5.0119 | + | "Unpacked - Energy" | 206 | 0.544306 | 0.0026423 | 0.0067871 | 1.6000e-05 | 0.087552 | + | "Unpacked - Entry Point x" | 206 | 108955.8 | 528.91 | 1484.9 | -3903.9 | 3728.6 | + | "Unpacked - Entry Point y" | 206 | -39731.08 | -192.87 | 790.01 | -2813.7 | 2528.7 | + | "Unpacked - Entry Point z" | 206 | 2580279 | 12526. | 1142.5 | 11955. | 16546. | + | "Unpacked - Parent |P|" | 206 | 831294.3 | 4035.4 | 10620. | 1.5500 | 81785. | + | "Unpacked - TOF" | 206 | 9006.805 | 43.722 | 5.3941 | 39.810 | 63.876 | GaussTape INFO Events output: 5 FSROutputStreamGaussTape INFO Set up File Summary Record FSROutputStreamGaussTape INFO Events output: 1 @@ -2608,32 +2605,32 @@ NextNextEventGaussSim...SUCCESS Booked 4 Histogram(s) : 1D=4 NextNextEventGaussSim...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 6854.676 | 1370.9 | 17.742 | 1335.5 | 1381.8 | + | "Total Memory/MB" | 5 | 6799.26 | 1359.9 | 17.100 | 1326.2 | 1373.0 | PrevPrevEventGaussSim...SUCCESS Booked 4 Histogram(s) : 1D=4 PrevPrevEventGaussSim...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 6816.7 | 1363.3 | 31.977 | 1299.4 | 1380.0 | + | "Total Memory/MB" | 5 | 6771.392 | 1354.3 | 25.779 | 1303.0 | 1370.1 | MainEventGaussSim.Mai...SUCCESS Booked 4 Histogram(s) : 1D=4 MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 6700.064 | 1340.0 | 78.628 | 1182.8 | 1380.0 | + | "Total Memory/MB" | 5 | 6651.416 | 1330.3 | 73.676 | 1183.0 | 1370.1 | GaussGenNextNext.Gaus...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenNextNext.Gaus...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 6700.064 | 1340.0 | 78.628 | 1182.8 | 1380.0 | + | "Total Memory/MB" | 5 | 6651.416 | 1330.3 | 73.676 | 1183.0 | 1370.1 | GaussGenPrevPrev.Gaus...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenPrevPrev.Gaus...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 6700.064 | 1340.0 | 78.628 | 1182.8 | 1380.0 | + | "Total Memory/MB" | 5 | 6651.416 | 1330.3 | 73.676 | 1183.0 | 1370.1 | GaussGen.GaussGenMemory SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 6700.064 | 1340.0 | 78.628 | 1182.8 | 1380.0 | + | "Total Memory/MB" | 5 | 6651.416 | 1330.3 | 73.676 | 1183.0 | 1370.1 | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. ToolSvc.SequencerTime... INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | @@ -2643,332 +2640,332 @@ TimingAuditor.TIMER INFO ------------------------------------------------ TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 76580.000 | 79364.344 | 24102.658 141656.4 45304.88 | 5 | 396.822 | -TimingAuditor.TIMER INFO GaussSequencer | 75852.000 | 77911.133 | 23893.260 136332.9 43534.11 | 5 | 389.556 | -TimingAuditor.TIMER INFO Generator | 284.000 | 285.960 | 12.928 1295.1 564.32 | 5 | 1.430 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 268.000 | 269.115 | 2.601 1272.7 561.12 | 5 | 1.346 | -TimingAuditor.TIMER INFO GaussGen | 2.000 | 0.423 | 0.204 1.2 0.41 | 5 | 0.002 | -TimingAuditor.TIMER INFO Generation | 266.000 | 266.877 | 2.162 1264.2 557.66 | 5 | 1.334 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 1.762 | 0.163 7.2 3.06 | 5 | 0.009 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 1.736 | 0.149 7.2 3.05 | 5 | 0.009 | -TimingAuditor.TIMER INFO GeneratorSlotPrevPrevSeq | 14.000 | 14.008 | 0.606 21.5 7.88 | 5 | 0.070 | -TimingAuditor.TIMER INFO GaussGenPrevPrev | 0.000 | 0.346 | 0.151 0.9 0.30 | 5 | 0.002 | -TimingAuditor.TIMER INFO GenerationPrevPrev | 14.000 | 13.266 | 0.299 20.3 7.59 | 5 | 0.066 | -TimingAuditor.TIMER INFO GenMonitorPrevPrev | 0.000 | 0.327 | 0.134 0.6 0.16 | 5 | 0.002 | -TimingAuditor.TIMER INFO GenMonitorAlgPrevPrev | 0.000 | 0.311 | 0.120 0.5 0.16 | 5 | 0.002 | -TimingAuditor.TIMER INFO GeneratorSlotNextNextSeq | 2.000 | 2.811 | 0.301 9.7 3.95 | 5 | 0.014 | -TimingAuditor.TIMER INFO GaussGenNextNext | 2.000 | 0.282 | 0.128 0.6 0.16 | 5 | 0.001 | -TimingAuditor.TIMER INFO GenerationNextNext | 0.000 | 2.197 | 0.062 8.4 3.54 | 5 | 0.011 | -TimingAuditor.TIMER INFO GenMonitorNextNext | 0.000 | 0.412 | 0.029 0.9 0.44 | 3 | 0.001 | -TimingAuditor.TIMER INFO GenMonitorAlgNextNext | 0.000 | 0.396 | 0.021 0.9 0.43 | 3 | 0.001 | -TimingAuditor.TIMER INFO Simulation | 75566.000 | 77625.141 | 23880.311 135037.7 43108.05 | 5 | 388.126 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.014 | 0.007 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 35710.000 | 36892.930 | 33.883 71301.0 28963.91 | 5 | 184.465 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 0.281 | 0.124 0.7 0.25 | 5 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 35710.000 | 36892.625 | 33.649 71300.2 28963.77 | 5 | 184.463 | -TimingAuditor.TIMER INFO MakeMainSim | 35640.000 | 36822.398 | 32.768 71203.2 28923.19 | 5 | 184.112 | -TimingAuditor.TIMER INFO GenToSim | 6132.000 | 6255.297 | 0.745 31266.1 13981.46 | 5 | 31.276 | -TimingAuditor.TIMER INFO GiGaFlush | 29484.000 | 30540.744 | 27.430 59623.1 22222.32 | 5 | 152.704 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.019 | 0.008 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 4.000 | 3.905 | 0.498 9.4 3.46 | 5 | 0.020 | -TimingAuditor.TIMER INFO DetectorsHits | 18.000 | 18.850 | 2.026 32.1 12.31 | 5 | 0.094 | -TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.230 | 0.052 0.8 0.29 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetVeloHits | 2.000 | 1.114 | 0.014 2.1 0.76 | 5 | 0.006 | -TimingAuditor.TIMER INFO GetTTHits | 2.000 | 1.634 | 0.008 3.2 1.20 | 5 | 0.008 | -TimingAuditor.TIMER INFO GetITHits | 0.000 | 1.384 | 0.014 2.8 1.12 | 5 | 0.007 | -TimingAuditor.TIMER INFO GetOTHits | 2.000 | 2.302 | 0.008 4.0 1.57 | 5 | 0.012 | -TimingAuditor.TIMER INFO RichHits | 10.000 | 8.595 | 1.833 15.0 5.11 | 5 | 0.043 | -TimingAuditor.TIMER INFO GetRichHits | 6.000 | 4.617 | 1.693 8.4 2.54 | 5 | 0.023 | -TimingAuditor.TIMER INFO GetRichPhotons | 2.000 | 1.122 | 0.014 2.0 0.83 | 5 | 0.006 | -TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 1.275 | 0.030 2.3 0.89 | 5 | 0.006 | -TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 0.653 | 0.009 1.2 0.44 | 5 | 0.003 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.174 | 0.033 0.5 0.19 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 2.000 | 0.644 | 0.018 1.1 0.42 | 5 | 0.003 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.334 | 0.011 0.6 0.23 | 5 | 0.002 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.407 | 0.013 0.7 0.29 | 5 | 0.002 | -TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 0.644 | 0.009 1.3 0.47 | 5 | 0.003 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.103 | 0.008 0.2 0.07 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetMuonHits | 2.000 | 1.956 | 0.010 3.5 1.53 | 5 | 0.010 | -TimingAuditor.TIMER INFO MainEventDataPacking | 2.000 | 3.416 | 0.355 8.6 3.16 | 5 | 0.017 | -TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 0.632 | 0.026 1.4 0.52 | 5 | 0.003 | -TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.316 | 0.019 0.7 0.24 | 5 | 0.002 | -TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 0.319 | 0.021 1.3 0.55 | 5 | 0.002 | -TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.025 | 0.015 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.041 | 0.013 0.1 0.02 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.031 | 0.012 0.1 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPacker | 2.000 | 0.056 | 0.012 0.1 0.03 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.068 | 0.013 0.2 0.08 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.172 | 0.016 0.6 0.26 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.064 | 0.012 0.1 0.04 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.075 | 0.013 0.1 0.05 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.025 | 0.012 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.177 | 0.016 0.6 0.23 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 0.791 | 0.031 1.6 0.62 | 5 | 0.004 | -TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.310 | 0.015 1.0 0.41 | 5 | 0.002 | -TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.129 | 0.015 0.5 0.22 | 5 | 0.001 | -TimingAuditor.TIMER INFO SimMonitor | 70.000 | 70.204 | 0.871 119.1 44.60 | 5 | 0.351 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.257 | 0.059 0.9 0.38 | 5 | 0.001 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 2.000 | 0.674 | 0.038 1.1 0.42 | 5 | 0.003 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.412 | 0.029 0.7 0.30 | 5 | 0.002 | -TimingAuditor.TIMER INFO DetectorsMonitor | 16.000 | 12.187 | 0.204 24.9 8.89 | 5 | 0.061 | -TimingAuditor.TIMER INFO VeloGaussMoni | 8.000 | 4.960 | 0.034 12.9 4.77 | 5 | 0.025 | -TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 1.177 | 0.016 2.5 0.95 | 5 | 0.006 | -TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.400 | 0.011 0.6 0.23 | 5 | 0.002 | -TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 2.218 | 0.006 3.5 1.35 | 5 | 0.011 | -TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 0.656 | 0.023 1.4 0.52 | 5 | 0.003 | -TimingAuditor.TIMER INFO PrsMonitor | 2.000 | 0.708 | 0.010 1.3 0.56 | 5 | 0.004 | -TimingAuditor.TIMER INFO EcalMonitor | 4.000 | 0.887 | 0.010 1.6 0.67 | 5 | 0.004 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.369 | 0.011 0.7 0.26 | 5 | 0.002 | -TimingAuditor.TIMER INFO MuonHitChecker | 2.000 | 0.687 | 0.022 1.4 0.57 | 5 | 0.003 | -TimingAuditor.TIMER INFO DataUnpackTest | 52.000 | 56.617 | 0.508 103.5 37.30 | 5 | 0.283 | -TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 0.719 | 0.018 1.6 0.57 | 5 | 0.004 | -TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 0.644 | 0.014 1.4 0.54 | 5 | 0.003 | -TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.519 | 0.011 0.9 0.35 | 5 | 0.003 | -TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 0.482 | 0.009 0.8 0.33 | 5 | 0.002 | -TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.134 | 0.020 0.5 0.21 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 0.310 | 0.007 0.7 0.29 | 5 | 0.002 | -TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.149 | 0.013 0.3 0.10 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckVeloHits | 4.000 | 4.210 | 0.005 9.0 3.22 | 5 | 0.021 | -TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.092 | 0.012 0.2 0.08 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHits | 0.000 | 1.602 | 0.005 2.6 1.04 | 5 | 0.008 | -TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.056 | 0.013 0.1 0.03 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckITHits | 0.000 | 0.927 | 0.005 1.7 0.62 | 5 | 0.005 | -TimingAuditor.TIMER INFO UnpackOTHits | 2.000 | 0.142 | 0.012 0.2 0.10 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckOTHits | 4.000 | 3.264 | 0.005 6.1 2.21 | 5 | 0.016 | -TimingAuditor.TIMER INFO UnpackRichHits | 2.000 | 0.369 | 0.014 1.0 0.37 | 5 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 0.550 | 0.015 1.4 0.54 | 5 | 0.003 | -TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.343 | 0.014 0.9 0.32 | 5 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.220 | 0.015 0.9 0.37 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckRichHits | 2.000 | 4.322 | 0.006 7.5 2.72 | 5 | 0.022 | -TimingAuditor.TIMER INFO CheckRichOpPhot | 32.000 | 29.173 | 0.007 56.0 19.88 | 5 | 0.146 | -TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 0.765 | 0.006 1.3 0.50 | 5 | 0.004 | -TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.072 | 0.006 0.2 0.09 | 5 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHits | 2.000 | 0.295 | 0.014 0.8 0.32 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 1.123 | 0.006 2.0 0.74 | 5 | 0.006 | -TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.259 | 0.013 0.6 0.22 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckPrsHits | 0.000 | 1.548 | 0.005 3.3 1.19 | 5 | 0.008 | -TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.279 | 0.014 0.6 0.23 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckEcalHits | 2.000 | 1.665 | 0.004 3.4 1.23 | 5 | 0.008 | -TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.057 | 0.013 0.1 0.04 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.237 | 0.005 0.4 0.16 | 5 | 0.001 | -TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.073 | 0.013 0.1 0.04 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHits | 2.000 | 1.628 | 0.004 3.2 1.18 | 5 | 0.008 | -TimingAuditor.TIMER INFO PrevPrevEventSeq | 34698.000 | 35475.652 | 9.409 63715.2 23040.86 | 5 | 177.378 | -TimingAuditor.TIMER INFO PrevPrevEventGaussSim | 0.000 | 0.415 | 0.261 0.8 0.23 | 5 | 0.002 | -TimingAuditor.TIMER INFO PrevPrevSimulation | 34698.000 | 35475.207 | 9.119 63714.3 23040.66 | 5 | 177.376 | -TimingAuditor.TIMER INFO MakePrevPrevSim | 34606.000 | 35382.004 | 8.398 63477.7 22961.41 | 5 | 176.910 | -TimingAuditor.TIMER INFO GenToSimPrevPrev | 6.000 | 3.018 | 0.112 5.4 2.03 | 5 | 0.015 | -TimingAuditor.TIMER INFO GiGaFlushPrevPrev | 34562.000 | 35339.617 | 7.502 63362.3 22923.22 | 5 | 176.698 | -TimingAuditor.TIMER INFO GiGaCheckEventPrevPrev | 0.000 | 0.020 | 0.007 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthPrevPrev | 2.000 | 3.436 | 0.037 5.3 2.03 | 5 | 0.017 | -TimingAuditor.TIMER INFO DetectorsHitsPrevPrev | 32.000 | 31.347 | 0.391 92.6 35.65 | 5 | 0.157 | -TimingAuditor.TIMER INFO GetPuVetoHitsPrevPrev | 0.000 | 0.119 | 0.018 0.2 0.07 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetVeloHitsPrevPrev | 2.000 | 1.495 | 0.009 2.8 1.06 | 5 | 0.007 | -TimingAuditor.TIMER INFO GetTTHitsPrevPrev | 2.000 | 1.721 | 0.009 3.3 1.26 | 5 | 0.009 | -TimingAuditor.TIMER INFO GetITHitsPrevPrev | 0.000 | 1.394 | 0.009 3.1 1.17 | 5 | 0.007 | -TimingAuditor.TIMER INFO GetOTHitsPrevPrev | 4.000 | 2.868 | 0.024 5.8 2.22 | 5 | 0.014 | -TimingAuditor.TIMER INFO RichHitsPrevPrev | 22.000 | 19.239 | 0.240 71.9 29.70 | 5 | 0.096 | -TimingAuditor.TIMER INFO GetRichHitsPrevPrev | 12.000 | 11.139 | 0.128 42.9 17.90 | 5 | 0.056 | -TimingAuditor.TIMER INFO GetRichPhotonsPrevPrev| 2.000 | 2.684 | 0.013 9.8 4.01 | 5 | 0.013 | -TimingAuditor.TIMER INFO GetRichSegmentsPrevPre| 4.000 | 2.757 | 0.013 10.4 4.29 | 5 | 0.014 | -TimingAuditor.TIMER INFO GetRichTracksPrevPrev | 2.000 | 0.677 | 0.009 1.0 0.40 | 5 | 0.003 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.100 | 0.029 0.2 0.05 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 2.000 | 1.760 | 0.019 7.5 3.22 | 5 | 0.009 | -TimingAuditor.TIMER INFO GetSpdHitsPrevPrev | 0.000 | 0.614 | 0.011 1.4 0.54 | 5 | 0.003 | -TimingAuditor.TIMER INFO GetPrsHitsPrevPrev | 0.000 | 0.580 | 0.008 0.9 0.35 | 5 | 0.003 | -TimingAuditor.TIMER INFO GetEcalHitsPrevPrev | 2.000 | 0.965 | 0.008 1.3 0.54 | 5 | 0.005 | -TimingAuditor.TIMER INFO GetHcalHitsPrevPrev | 0.000 | 0.138 | 0.008 0.2 0.08 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetMuonHitsPrevPrev | 0.000 | 2.051 | 0.010 3.3 1.22 | 5 | 0.010 | -TimingAuditor.TIMER INFO PrevPrevEventDataPacking| 4.000 | 4.372 | 0.315 13.5 5.21 | 5 | 0.022 | -TimingAuditor.TIMER INFO PackMCParticlePrevPrev | 0.000 | 0.499 | 0.032 0.9 0.31 | 5 | 0.002 | -TimingAuditor.TIMER INFO PackMCVertexPrevPrev | 0.000 | 0.338 | 0.017 0.6 0.23 | 5 | 0.002 | -TimingAuditor.TIMER INFO MCVeloHitPackerPrevPrev| 0.000 | 0.132 | 0.020 0.3 0.10 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerPrevPr| 0.000 | 0.024 | 0.016 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerPrevPrev | 0.000 | 0.052 | 0.014 0.1 0.04 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerPrevPrev | 0.000 | 0.040 | 0.013 0.1 0.02 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerPrevPrev | 0.000 | 0.070 | 0.013 0.1 0.04 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerPrevPrev| 0.000 | 0.037 | 0.015 0.1 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerPrevPrev | 0.000 | 0.092 | 0.017 0.1 0.05 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerPrevPrev | 2.000 | 0.089 | 0.015 0.2 0.06 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerPrevPrev| 0.000 | 0.129 | 0.014 0.2 0.07 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCHcalHitPackerPrevPrev| 0.000 | 0.034 | 0.014 0.1 0.02 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerPrevPrev| 0.000 | 0.206 | 0.016 0.7 0.28 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerPrevP| 0.000 | 2.052 | 0.015 8.5 3.61 | 5 | 0.010 | -TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.339 | 0.015 1.2 0.49 | 5 | 0.002 | -TimingAuditor.TIMER INFO MCRichTrackPackerPrevPr| 0.000 | 0.047 | 0.014 0.1 0.03 | 5 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorPrevPrev | 92.000 | 93.183 | 0.710 236.6 87.11 | 5 | 0.466 | -TimingAuditor.TIMER INFO GiGaGetPrevPrevEvent | 0.000 | 0.381 | 0.042 1.0 0.45 | 5 | 0.002 | -TimingAuditor.TIMER INFO PrevPrevMCTruthMonitor | 4.000 | 0.624 | 0.016 1.4 0.53 | 5 | 0.003 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgPrevPrev | 0.000 | 0.350 | 0.023 0.9 0.34 | 5 | 0.002 | -TimingAuditor.TIMER INFO DetectorsMonitorPrevPrev| 10.000 | 12.796 | 0.140 32.5 11.98 | 5 | 0.064 | -TimingAuditor.TIMER INFO VeloGaussMoniPrevPrev | 4.000 | 4.742 | 0.018 14.5 5.65 | 5 | 0.024 | -TimingAuditor.TIMER INFO TTHitMonitorPrevPrev | 0.000 | 1.036 | 0.010 2.6 0.99 | 5 | 0.005 | -TimingAuditor.TIMER INFO ITHitMonitorPrevPrev | 0.000 | 0.545 | 0.007 1.5 0.60 | 5 | 0.003 | -TimingAuditor.TIMER INFO OTHitMonitorPrevPrev | 2.000 | 2.490 | 0.007 5.9 2.13 | 5 | 0.012 | -TimingAuditor.TIMER INFO SpdMonitorPrevPrev | 0.000 | 0.714 | 0.013 1.6 0.55 | 5 | 0.004 | -TimingAuditor.TIMER INFO PrsMonitorPrevPrev | 0.000 | 0.942 | 0.010 1.8 0.64 | 5 | 0.005 | -TimingAuditor.TIMER INFO EcalMonitorPrevPrev | 2.000 | 1.227 | 0.010 2.6 0.93 | 5 | 0.006 | -TimingAuditor.TIMER INFO HcalMonitorPrevPrev | 0.000 | 0.269 | 0.011 0.8 0.29 | 5 | 0.001 | -TimingAuditor.TIMER INFO MuonHitCheckerPrevPrev | 2.000 | 0.690 | 0.022 1.2 0.47 | 5 | 0.003 | -TimingAuditor.TIMER INFO DataUnpackTestPrevPrev | 78.000 | 78.950 | 0.468 200.9 74.03 | 5 | 0.395 | -TimingAuditor.TIMER INFO UnpackMCVertexPrevPrev | 4.000 | 1.062 | 0.014 2.0 0.73 | 5 | 0.005 | -TimingAuditor.TIMER INFO UnpackMCParticlePrevPre| 2.000 | 0.876 | 0.012 1.9 0.71 | 5 | 0.004 | -TimingAuditor.TIMER INFO CompareMCVertexPrevPrev| 0.000 | 0.553 | 0.009 0.9 0.33 | 5 | 0.003 | -TimingAuditor.TIMER INFO CompareMCParticlePrevPr| 0.000 | 0.643 | 0.008 0.9 0.36 | 5 | 0.003 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsPrevPre| 0.000 | 0.054 | 0.018 0.1 0.03 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsPrevPrev| 0.000 | 0.279 | 0.006 0.4 0.17 | 5 | 0.001 | -TimingAuditor.TIMER INFO UnpackVeloHitsPrevPrev | 0.000 | 0.301 | 0.014 0.9 0.33 | 5 | 0.002 | -TimingAuditor.TIMER INFO CheckVeloHitsPrevPrev | 4.000 | 5.152 | 0.005 9.8 3.58 | 5 | 0.026 | -TimingAuditor.TIMER INFO UnpackTTHitsPrevPrev | 2.000 | 0.146 | 0.025 0.3 0.11 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckTTHitsPrevPrev | 0.000 | 2.006 | 0.005 3.7 1.36 | 5 | 0.010 | -TimingAuditor.TIMER INFO UnpackITHitsPrevPrev | 0.000 | 0.097 | 0.013 0.2 0.08 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsPrevPrev | 2.000 | 1.332 | 0.005 2.7 1.07 | 5 | 0.007 | -TimingAuditor.TIMER INFO UnpackOTHitsPrevPrev | 2.000 | 0.285 | 0.013 0.5 0.21 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckOTHitsPrevPrev | 4.000 | 4.432 | 0.005 7.2 2.92 | 5 | 0.022 | -TimingAuditor.TIMER INFO UnpackRichHitsPrevPrev | 0.000 | 0.761 | 0.016 2.8 1.16 | 5 | 0.004 | -TimingAuditor.TIMER INFO UnpackRichOpPhotPrevPre| 0.000 | 1.537 | 0.015 5.4 2.21 | 5 | 0.008 | -TimingAuditor.TIMER INFO UnpackRichSegmentsPrevP| 0.000 | 0.369 | 0.015 1.0 0.37 | 5 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichTracksPrevPre| 0.000 | 0.060 | 0.015 0.1 0.03 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsPrevPrev | 4.000 | 6.523 | 0.005 19.7 7.62 | 5 | 0.033 | -TimingAuditor.TIMER INFO CheckRichOpPhotPrevPrev| 44.000 | 42.014 | 0.007 125.7 48.46 | 5 | 0.210 | -TimingAuditor.TIMER INFO CheckRichSegmentsPrevPr| 0.000 | 0.773 | 0.006 1.7 0.62 | 5 | 0.004 | -TimingAuditor.TIMER INFO CheckRichTracksPrevPrev| 0.000 | 0.036 | 0.005 0.1 0.02 | 5 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsPrevPrev | 0.000 | 0.228 | 0.015 0.3 0.13 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckSpdHitsPrevPrev | 0.000 | 1.402 | 0.006 2.1 0.81 | 5 | 0.007 | -TimingAuditor.TIMER INFO UnpackPrsHitsPrevPrev | 2.000 | 0.312 | 0.013 0.5 0.19 | 5 | 0.002 | -TimingAuditor.TIMER INFO CheckPrsHitsPrevPrev | 4.000 | 2.090 | 0.005 2.9 1.18 | 5 | 0.010 | -TimingAuditor.TIMER INFO UnpackEcalHitsPrevPrev | 2.000 | 0.501 | 0.014 1.0 0.35 | 5 | 0.003 | -TimingAuditor.TIMER INFO CheckEcalHitsPrevPrev | 0.000 | 2.335 | 0.005 3.3 1.32 | 5 | 0.012 | -TimingAuditor.TIMER INFO UnpackHcalHitsPrevPrev | 0.000 | 0.078 | 0.013 0.1 0.04 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsPrevPrev | 0.000 | 0.370 | 0.005 0.6 0.23 | 5 | 0.002 | -TimingAuditor.TIMER INFO UnpackMuonHitsPrevPrev | 0.000 | 0.086 | 0.013 0.1 0.04 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsPrevPrev | 2.000 | 1.764 | 0.005 2.4 0.99 | 5 | 0.009 | -TimingAuditor.TIMER INFO NextNextEventSeq | 5158.000 | 5256.502 | 0.289 23837.0 10439.35 | 5 | 26.283 | -TimingAuditor.TIMER INFO NextNextEventGaussSim | 0.000 | 0.354 | 0.138 0.7 0.22 | 5 | 0.002 | -TimingAuditor.TIMER INFO NextNextSimulation | 8596.666 | 8760.192 | 20.749 23836.8 13111.86 | 3 | 26.281 | -TimingAuditor.TIMER INFO MakeNextNextSim | 8570.000 | 8732.648 | 17.566 23767.2 13075.26 | 3 | 26.198 | -TimingAuditor.TIMER INFO GenToSimNextNext | 6.666 | 2.503 | 0.410 4.0 1.86 | 3 | 0.008 | -TimingAuditor.TIMER INFO GiGaFlushNextNext | 8556.666 | 8720.398 | 10.656 23745.7 13067.23 | 3 | 26.161 | -TimingAuditor.TIMER INFO GiGaCheckEventNextNext | 0.000 | 0.016 | 0.014 0.0 0.00 | 3 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthNextNext | 0.000 | 1.141 | 0.235 2.2 0.97 | 3 | 0.003 | -TimingAuditor.TIMER INFO DetectorsHitsNextNext | 6.666 | 7.308 | 2.605 16.4 7.89 | 3 | 0.022 | -TimingAuditor.TIMER INFO GetPuVetoHitsNextNext | 0.000 | 0.057 | 0.030 0.1 0.04 | 3 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsNextNext | 0.000 | 0.265 | 0.020 0.6 0.34 | 3 | 0.001 | -TimingAuditor.TIMER INFO GetTTHitsNextNext | 3.333 | 0.549 | 0.014 1.0 0.50 | 3 | 0.002 | -TimingAuditor.TIMER INFO GetITHitsNextNext | 0.000 | 0.808 | 0.009 2.2 1.24 | 3 | 0.002 | -TimingAuditor.TIMER INFO GetOTHitsNextNext | 0.000 | 0.870 | 0.009 2.3 1.27 | 3 | 0.003 | -TimingAuditor.TIMER INFO RichHitsNextNext | 3.333 | 3.592 | 0.535 7.6 3.63 | 3 | 0.011 | -TimingAuditor.TIMER INFO GetRichHitsNextNext | 0.000 | 2.256 | 0.198 4.1 1.97 | 3 | 0.007 | -TimingAuditor.TIMER INFO GetRichPhotonsNextNext| 3.333 | 0.386 | 0.028 1.1 0.59 | 3 | 0.001 | -TimingAuditor.TIMER INFO GetRichSegmentsNextNex| 0.000 | 0.405 | 0.018 1.1 0.63 | 3 | 0.001 | -TimingAuditor.TIMER INFO GetRichTracksNextNext | 0.000 | 0.197 | 0.011 0.5 0.27 | 3 | 0.001 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.062 | 0.032 0.1 0.04 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.190 | 0.018 0.5 0.29 | 3 | 0.001 | -TimingAuditor.TIMER INFO GetSpdHitsNextNext | 0.000 | 0.113 | 0.017 0.2 0.10 | 3 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsNextNext | 0.000 | 0.138 | 0.008 0.3 0.14 | 3 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHitsNextNext | 0.000 | 0.366 | 0.009 0.8 0.42 | 3 | 0.001 | -TimingAuditor.TIMER INFO GetHcalHitsNextNext | 0.000 | 0.085 | 0.009 0.2 0.10 | 3 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsNextNext | 0.000 | 0.324 | 0.011 0.8 0.39 | 3 | 0.001 | -TimingAuditor.TIMER INFO NextNextEventDataPacking| 0.000 | 1.145 | 0.499 2.3 0.98 | 3 | 0.003 | -TimingAuditor.TIMER INFO PackMCParticleNextNext | 0.000 | 0.150 | 0.034 0.3 0.16 | 3 | 0.000 | -TimingAuditor.TIMER INFO PackMCVertexNextNext | 0.000 | 0.104 | 0.019 0.2 0.12 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPackerNextNext| 0.000 | 0.041 | 0.023 0.1 0.03 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerNextNe| 0.000 | 0.017 | 0.015 0.0 0.00 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerNextNext | 0.000 | 0.022 | 0.015 0.0 0.01 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerNextNext | 0.000 | 0.028 | 0.014 0.0 0.02 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerNextNext | 0.000 | 0.039 | 0.014 0.1 0.04 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerNextNext| 0.000 | 0.021 | 0.014 0.0 0.01 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerNextNext | 0.000 | 0.036 | 0.017 0.1 0.02 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerNextNext | 0.000 | 0.039 | 0.014 0.1 0.02 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerNextNext| 0.000 | 0.043 | 0.015 0.1 0.03 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPackerNextNext| 0.000 | 0.020 | 0.014 0.0 0.01 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerNextNext| 0.000 | 0.050 | 0.017 0.1 0.05 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerNextN| 0.000 | 0.236 | 0.017 0.6 0.35 | 3 | 0.001 | -TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.063 | 0.016 0.1 0.07 | 3 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPackerNextNe| 0.000 | 0.022 | 0.015 0.0 0.01 | 3 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorNextNext | 26.666 | 27.504 | 3.155 69.6 36.58 | 3 | 0.083 | -TimingAuditor.TIMER INFO GiGaGetNextNextEvent | 0.000 | 0.125 | 0.092 0.2 0.05 | 3 | 0.000 | -TimingAuditor.TIMER INFO NextNextMCTruthMonitor | 0.000 | 0.393 | 0.093 0.9 0.42 | 3 | 0.001 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgNextNext | 0.000 | 0.127 | 0.040 0.3 0.14 | 3 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitorNextNext| 6.666 | 6.952 | 1.807 15.5 7.44 | 3 | 0.021 | -TimingAuditor.TIMER INFO VeloGaussMoniNextNext | 3.333 | 1.573 | 0.204 3.6 1.78 | 3 | 0.005 | -TimingAuditor.TIMER INFO TTHitMonitorNextNext | 0.000 | 0.721 | 0.078 1.9 0.98 | 3 | 0.002 | -TimingAuditor.TIMER INFO ITHitMonitorNextNext | 0.000 | 0.547 | 0.085 1.5 0.80 | 3 | 0.002 | -TimingAuditor.TIMER INFO OTHitMonitorNextNext | 3.333 | 1.931 | 0.073 5.4 3.03 | 3 | 0.006 | -TimingAuditor.TIMER INFO SpdMonitorNextNext | 0.000 | 0.334 | 0.142 0.7 0.28 | 3 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitorNextNext | 0.000 | 0.354 | 0.144 0.7 0.32 | 3 | 0.001 | -TimingAuditor.TIMER INFO EcalMonitorNextNext | 0.000 | 0.509 | 0.125 1.1 0.52 | 3 | 0.002 | -TimingAuditor.TIMER INFO HcalMonitorNextNext | 0.000 | 0.224 | 0.103 0.4 0.16 | 3 | 0.001 | -TimingAuditor.TIMER INFO MuonHitCheckerNextNext | 0.000 | 0.597 | 0.043 1.1 0.54 | 3 | 0.002 | -TimingAuditor.TIMER INFO DataUnpackTestNextNext | 20.000 | 19.832 | 0.890 52.7 28.61 | 3 | 0.059 | -TimingAuditor.TIMER INFO UnpackMCVertexNextNext | 0.000 | 0.178 | 0.021 0.3 0.16 | 3 | 0.001 | -TimingAuditor.TIMER INFO UnpackMCParticleNextNex| 0.000 | 0.231 | 0.072 0.5 0.20 | 3 | 0.001 | -TimingAuditor.TIMER INFO CompareMCVertexNextNext| 0.000 | 0.161 | 0.010 0.4 0.21 | 3 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticleNextNe| 0.000 | 0.166 | 0.008 0.4 0.21 | 3 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsNextNex| 0.000 | 0.035 | 0.027 0.0 0.01 | 3 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsNextNext| 0.000 | 0.074 | 0.008 0.2 0.09 | 3 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHitsNextNext | 0.000 | 0.053 | 0.023 0.1 0.04 | 3 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHitsNextNext | 0.000 | 0.870 | 0.011 2.3 1.24 | 3 | 0.003 | -TimingAuditor.TIMER INFO UnpackTTHitsNextNext | 0.000 | 0.036 | 0.015 0.1 0.03 | 3 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHitsNextNext | 0.000 | 0.436 | 0.005 1.1 0.61 | 3 | 0.001 | -TimingAuditor.TIMER INFO UnpackITHitsNextNext | 0.000 | 0.037 | 0.014 0.1 0.03 | 3 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsNextNext | 3.333 | 0.644 | 0.006 1.7 0.94 | 3 | 0.002 | -TimingAuditor.TIMER INFO UnpackOTHitsNextNext | 0.000 | 0.050 | 0.013 0.1 0.05 | 3 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHitsNextNext | 3.333 | 1.061 | 0.006 3.0 1.64 | 3 | 0.003 | -TimingAuditor.TIMER INFO UnpackRichHitsNextNext | 0.000 | 0.103 | 0.023 0.2 0.11 | 3 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhotNextNex| 0.000 | 0.147 | 0.017 0.4 0.20 | 3 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichSegmentsNextN| 0.000 | 0.099 | 0.017 0.2 0.12 | 3 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichTracksNextNex| 0.000 | 0.036 | 0.022 0.1 0.02 | 3 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsNextNext | 0.000 | 1.693 | 0.007 4.8 2.70 | 3 | 0.005 | -TimingAuditor.TIMER INFO CheckRichOpPhotNextNext| 10.000 | 10.493 | 0.008 29.9 16.84 | 3 | 0.031 | -TimingAuditor.TIMER INFO CheckRichSegmentsNextNe| 0.000 | 0.253 | 0.014 0.7 0.37 | 3 | 0.001 | -TimingAuditor.TIMER INFO CheckRichTracksNextNext| 0.000 | 0.015 | 0.006 0.0 0.01 | 3 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsNextNext | 0.000 | 0.071 | 0.016 0.1 0.05 | 3 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHitsNextNext | 0.000 | 0.332 | 0.010 0.7 0.34 | 3 | 0.001 | -TimingAuditor.TIMER INFO UnpackPrsHitsNextNext | 0.000 | 0.089 | 0.013 0.1 0.07 | 3 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHitsNextNext | 0.000 | 0.506 | 0.005 1.1 0.58 | 3 | 0.002 | -TimingAuditor.TIMER INFO UnpackEcalHitsNextNext | 0.000 | 0.129 | 0.018 0.2 0.10 | 3 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHitsNextNext | 0.000 | 0.716 | 0.004 1.7 0.88 | 3 | 0.002 | -TimingAuditor.TIMER INFO UnpackHcalHitsNextNext | 0.000 | 0.041 | 0.012 0.1 0.03 | 3 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsNextNext | 0.000 | 0.151 | 0.005 0.4 0.21 | 3 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHitsNextNext | 0.000 | 0.035 | 0.017 0.0 0.02 | 3 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsNextNext | 0.000 | 0.413 | 0.005 1.0 0.51 | 3 | 0.001 | -TimingAuditor.TIMER INFO GenFSRSeq | 0.000 | 0.004 | 0.004 0.0 0.00 | 5 | 0.000 | -TimingAuditor.TIMER INFO GaussTape | 728.000 | 1451.339 | 209.144 5316.5 2169.76 | 5 | 7.257 | -TimingAuditor.TIMER INFO FSROutputStreamGaussTape | 0.000 | 0.007 | 0.004 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO EVENT LOOP | 73542.000 | 74457.539 | 21173.982 118263.6 38491.23 | 5 | 372.288 | +TimingAuditor.TIMER INFO GaussSequencer | 72774.000 | 73615.242 | 20992.840 116370.0 37886.55 | 5 | 368.076 | +TimingAuditor.TIMER INFO Generator | 278.000 | 282.635 | 10.616 1293.1 564.99 | 5 | 1.413 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 266.000 | 267.215 | 1.846 1272.4 561.99 | 5 | 1.336 | +TimingAuditor.TIMER INFO GaussGen | 2.000 | 0.556 | 0.163 1.2 0.51 | 5 | 0.003 | +TimingAuditor.TIMER INFO Generation | 264.000 | 266.182 | 1.497 1270.1 561.30 | 5 | 1.331 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 0.430 | 0.100 1.2 0.44 | 5 | 0.002 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 0.414 | 0.094 1.2 0.44 | 5 | 0.002 | +TimingAuditor.TIMER INFO GeneratorSlotPrevPrevSeq | 10.000 | 13.109 | 0.567 19.9 7.34 | 5 | 0.066 | +TimingAuditor.TIMER INFO GaussGenPrevPrev | 0.000 | 0.275 | 0.122 0.7 0.24 | 5 | 0.001 | +TimingAuditor.TIMER INFO GenerationPrevPrev | 10.000 | 12.576 | 0.281 18.9 7.15 | 5 | 0.063 | +TimingAuditor.TIMER INFO GenMonitorPrevPrev | 0.000 | 0.221 | 0.142 0.3 0.06 | 5 | 0.001 | +TimingAuditor.TIMER INFO GenMonitorAlgPrevPrev | 0.000 | 0.211 | 0.128 0.3 0.06 | 5 | 0.001 | +TimingAuditor.TIMER INFO GeneratorSlotNextNextSeq | 2.000 | 2.288 | 0.208 8.2 3.38 | 5 | 0.011 | +TimingAuditor.TIMER INFO GaussGenNextNext | 0.000 | 0.207 | 0.092 0.4 0.14 | 5 | 0.001 | +TimingAuditor.TIMER INFO GenerationNextNext | 2.000 | 1.961 | 0.044 7.7 3.30 | 5 | 0.010 | +TimingAuditor.TIMER INFO GenMonitorNextNext | 0.000 | 0.151 | 0.022 0.3 0.15 | 3 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlgNextNext | 0.000 | 0.141 | 0.016 0.3 0.14 | 3 | 0.000 | +TimingAuditor.TIMER INFO Simulation | 72496.000 | 73332.594 | 20982.213 115076.9 37528.28 | 5 | 366.663 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.008 | 0.004 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 36182.000 | 36678.465 | 28.246 63426.0 26697.50 | 5 | 183.392 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 0.560 | 0.080 1.6 0.64 | 5 | 0.003 | +TimingAuditor.TIMER INFO MainSimulation | 36182.000 | 36677.875 | 28.059 63425.2 26697.58 | 5 | 183.389 | +TimingAuditor.TIMER INFO MakeMainSim | 36102.000 | 36596.414 | 27.088 63314.5 26647.42 | 5 | 182.982 | +TimingAuditor.TIMER INFO GenToSim | 6108.000 | 6137.312 | 0.720 30677.5 13718.38 | 5 | 30.687 | +TimingAuditor.TIMER INFO GiGaFlush | 29966.000 | 30426.371 | 22.837 56444.5 22082.88 | 5 | 152.132 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.012 | 0.007 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 2.000 | 3.139 | 0.218 7.6 2.82 | 5 | 0.016 | +TimingAuditor.TIMER INFO DetectorsHits | 22.000 | 24.335 | 1.114 41.4 17.63 | 5 | 0.122 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.279 | 0.027 1.1 0.44 | 5 | 0.001 | +TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 0.997 | 0.007 1.9 0.66 | 5 | 0.005 | +TimingAuditor.TIMER INFO GetTTHits | 2.000 | 1.686 | 0.006 4.1 1.52 | 5 | 0.008 | +TimingAuditor.TIMER INFO GetITHits | 2.000 | 0.966 | 0.006 1.6 0.71 | 5 | 0.005 | +TimingAuditor.TIMER INFO GetOTHits | 2.000 | 2.418 | 0.013 4.7 1.85 | 5 | 0.012 | +TimingAuditor.TIMER INFO RichHits | 16.000 | 14.551 | 0.917 27.2 10.99 | 5 | 0.073 | +TimingAuditor.TIMER INFO GetRichHits | 8.000 | 7.841 | 0.790 14.7 5.80 | 5 | 0.039 | +TimingAuditor.TIMER INFO GetRichPhotons | 2.000 | 2.107 | 0.011 4.3 1.76 | 5 | 0.011 | +TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 2.458 | 0.011 4.7 1.96 | 5 | 0.012 | +TimingAuditor.TIMER INFO GetRichTracks | 2.000 | 0.602 | 0.012 1.0 0.40 | 5 | 0.003 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.165 | 0.027 0.5 0.21 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 4.000 | 1.267 | 0.014 2.4 1.02 | 5 | 0.006 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.282 | 0.010 0.4 0.18 | 5 | 0.001 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.306 | 0.006 0.5 0.21 | 5 | 0.002 | +TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 0.581 | 0.005 1.0 0.43 | 5 | 0.003 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.096 | 0.006 0.2 0.07 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 2.030 | 0.008 4.0 1.90 | 5 | 0.010 | +TimingAuditor.TIMER INFO MainEventDataPacking | 4.000 | 5.092 | 0.295 8.8 3.48 | 5 | 0.025 | +TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 0.485 | 0.021 1.1 0.40 | 5 | 0.002 | +TimingAuditor.TIMER INFO PackMCVertex | 2.000 | 0.269 | 0.015 0.5 0.19 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 0.571 | 0.027 1.5 0.69 | 5 | 0.003 | +TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.023 | 0.012 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.029 | 0.009 0.1 0.02 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.025 | 0.010 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.044 | 0.008 0.1 0.03 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.033 | 0.011 0.1 0.02 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.147 | 0.013 0.5 0.22 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.049 | 0.010 0.1 0.03 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.059 | 0.011 0.1 0.03 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.022 | 0.009 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.224 | 0.012 0.7 0.26 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCRichOpPhotPacker | 2.000 | 2.506 | 0.012 6.2 2.28 | 5 | 0.013 | +TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.313 | 0.011 0.7 0.27 | 5 | 0.002 | +TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.120 | 0.010 0.5 0.19 | 5 | 0.001 | +TimingAuditor.TIMER INFO SimMonitor | 80.000 | 81.444 | 0.957 124.9 52.68 | 5 | 0.407 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.132 | 0.071 0.3 0.10 | 5 | 0.001 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.427 | 0.034 0.8 0.28 | 5 | 0.002 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.517 | 0.124 0.9 0.31 | 5 | 0.003 | +TimingAuditor.TIMER INFO DetectorsMonitor | 10.000 | 7.602 | 0.236 15.2 5.48 | 5 | 0.038 | +TimingAuditor.TIMER INFO VeloGaussMoni | 4.000 | 2.661 | 0.036 6.1 2.20 | 5 | 0.013 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 0.905 | 0.013 1.9 0.84 | 5 | 0.005 | +TimingAuditor.TIMER INFO ITHitMonitor | 2.000 | 0.175 | 0.013 0.4 0.16 | 5 | 0.001 | +TimingAuditor.TIMER INFO OTHitMonitor | 2.000 | 0.952 | 0.004 2.2 0.85 | 5 | 0.005 | +TimingAuditor.TIMER INFO SpdMonitor | 2.000 | 0.530 | 0.032 1.1 0.40 | 5 | 0.003 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 0.626 | 0.016 1.0 0.45 | 5 | 0.003 | +TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 0.828 | 0.011 1.3 0.56 | 5 | 0.004 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.193 | 0.008 0.4 0.16 | 5 | 0.001 | +TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 0.638 | 0.024 1.9 0.77 | 5 | 0.003 | +TimingAuditor.TIMER INFO DataUnpackTest | 70.000 | 72.723 | 0.444 113.6 47.79 | 5 | 0.364 | +TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 0.536 | 0.017 1.0 0.34 | 5 | 0.003 | +TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 0.416 | 0.013 0.9 0.32 | 5 | 0.002 | +TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.437 | 0.011 0.7 0.26 | 5 | 0.002 | +TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 0.498 | 0.007 0.9 0.32 | 5 | 0.002 | +TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.298 | 0.021 0.9 0.38 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckPuVetoHits | 2.000 | 0.460 | 0.005 0.9 0.36 | 5 | 0.002 | +TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.122 | 0.011 0.2 0.08 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckVeloHits | 2.000 | 4.288 | 0.004 9.2 3.28 | 5 | 0.021 | +TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.054 | 0.009 0.1 0.03 | 5 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHits | 2.000 | 1.605 | 0.004 2.7 1.07 | 5 | 0.008 | +TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.032 | 0.009 0.1 0.02 | 5 | 0.000 | +TimingAuditor.TIMER INFO CheckITHits | 2.000 | 0.740 | 0.002 1.7 0.66 | 5 | 0.004 | +TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.102 | 0.008 0.2 0.07 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckOTHits | 4.000 | 3.524 | 0.003 5.7 2.32 | 5 | 0.018 | +TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 0.441 | 0.011 0.9 0.41 | 5 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichOpPhot | 2.000 | 0.772 | 0.021 1.2 0.59 | 5 | 0.004 | +TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.386 | 0.010 0.8 0.31 | 5 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.139 | 0.012 0.5 0.20 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckRichHits | 6.000 | 7.097 | 0.005 11.9 4.89 | 5 | 0.035 | +TimingAuditor.TIMER INFO CheckRichOpPhot | 44.000 | 43.089 | 0.005 72.6 29.77 | 5 | 0.215 | +TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 0.894 | 0.004 1.6 0.64 | 5 | 0.004 | +TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.060 | 0.004 0.2 0.07 | 5 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.217 | 0.012 0.6 0.22 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckSpdHits | 2.000 | 1.030 | 0.003 1.6 0.68 | 5 | 0.005 | +TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.151 | 0.008 0.2 0.10 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckPrsHits | 2.000 | 1.364 | 0.003 2.3 0.94 | 5 | 0.007 | +TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.168 | 0.009 0.3 0.10 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckEcalHits | 0.000 | 1.591 | 0.003 2.8 1.15 | 5 | 0.008 | +TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.038 | 0.009 0.1 0.02 | 5 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.262 | 0.003 0.5 0.18 | 5 | 0.001 | +TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.050 | 0.008 0.1 0.03 | 5 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHits | 2.000 | 1.539 | 0.003 2.9 1.13 | 5 | 0.008 | +TimingAuditor.TIMER INFO PrevPrevEventSeq | 31208.000 | 31449.639 | 7.937 51631.6 19517.50 | 5 | 157.248 | +TimingAuditor.TIMER INFO PrevPrevEventGaussSim | 0.000 | 0.302 | 0.149 0.6 0.15 | 5 | 0.002 | +TimingAuditor.TIMER INFO PrevPrevSimulation | 31208.000 | 31449.316 | 7.770 51631.1 19517.37 | 5 | 157.247 | +TimingAuditor.TIMER INFO MakePrevPrevSim | 31126.000 | 31366.609 | 7.207 51468.4 19462.00 | 5 | 156.833 | +TimingAuditor.TIMER INFO GenToSimPrevPrev | 6.000 | 2.712 | 0.088 4.1 1.63 | 5 | 0.014 | +TimingAuditor.TIMER INFO GiGaFlushPrevPrev | 31090.000 | 31335.283 | 6.464 51401.9 19439.90 | 5 | 156.676 | +TimingAuditor.TIMER INFO GiGaCheckEventPrevPrev | 0.000 | 0.015 | 0.004 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthPrevPrev | 0.000 | 2.825 | 0.049 4.2 1.66 | 5 | 0.014 | +TimingAuditor.TIMER INFO DetectorsHitsPrevPrev | 26.000 | 22.600 | 0.310 50.5 18.31 | 5 | 0.113 | +TimingAuditor.TIMER INFO GetPuVetoHitsPrevPrev | 0.000 | 0.073 | 0.016 0.1 0.04 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsPrevPrev | 2.000 | 1.441 | 0.007 3.6 1.31 | 5 | 0.007 | +TimingAuditor.TIMER INFO GetTTHitsPrevPrev | 0.000 | 1.355 | 0.007 2.7 1.02 | 5 | 0.007 | +TimingAuditor.TIMER INFO GetITHitsPrevPrev | 4.000 | 1.166 | 0.007 2.2 0.93 | 5 | 0.006 | +TimingAuditor.TIMER INFO GetOTHitsPrevPrev | 4.000 | 2.335 | 0.006 4.9 1.80 | 5 | 0.012 | +TimingAuditor.TIMER INFO RichHitsPrevPrev | 8.000 | 11.461 | 0.200 26.9 9.74 | 5 | 0.057 | +TimingAuditor.TIMER INFO GetRichHitsPrevPrev | 6.000 | 6.129 | 0.108 14.7 5.37 | 5 | 0.031 | +TimingAuditor.TIMER INFO GetRichPhotonsPrevPrev| 2.000 | 1.819 | 0.009 4.8 1.77 | 5 | 0.009 | +TimingAuditor.TIMER INFO GetRichSegmentsPrevPre| 0.000 | 1.759 | 0.010 3.9 1.39 | 5 | 0.009 | +TimingAuditor.TIMER INFO GetRichTracksPrevPrev | 0.000 | 0.673 | 0.007 1.2 0.43 | 5 | 0.003 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.090 | 0.025 0.1 0.04 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.891 | 0.017 2.1 0.75 | 5 | 0.004 | +TimingAuditor.TIMER INFO GetSpdHitsPrevPrev | 0.000 | 0.320 | 0.009 0.5 0.19 | 5 | 0.002 | +TimingAuditor.TIMER INFO GetPrsHitsPrevPrev | 0.000 | 0.591 | 0.006 1.2 0.43 | 5 | 0.003 | +TimingAuditor.TIMER INFO GetEcalHitsPrevPrev | 6.000 | 1.138 | 0.006 2.6 0.95 | 5 | 0.006 | +TimingAuditor.TIMER INFO GetHcalHitsPrevPrev | 0.000 | 0.162 | 0.006 0.4 0.16 | 5 | 0.001 | +TimingAuditor.TIMER INFO GetMuonHitsPrevPrev | 2.000 | 2.432 | 0.008 5.6 2.09 | 5 | 0.012 | +TimingAuditor.TIMER INFO PrevPrevEventDataPacking| 4.000 | 3.032 | 0.258 7.6 2.73 | 5 | 0.015 | +TimingAuditor.TIMER INFO PackMCParticlePrevPrev | 0.000 | 0.531 | 0.016 1.3 0.48 | 5 | 0.003 | +TimingAuditor.TIMER INFO PackMCVertexPrevPrev | 0.000 | 0.330 | 0.014 0.8 0.30 | 5 | 0.002 | +TimingAuditor.TIMER INFO MCVeloHitPackerPrevPrev| 0.000 | 0.128 | 0.017 0.4 0.16 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerPrevPr| 0.000 | 0.018 | 0.012 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerPrevPrev | 2.000 | 0.051 | 0.010 0.1 0.05 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerPrevPrev | 0.000 | 0.039 | 0.010 0.1 0.03 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerPrevPrev | 0.000 | 0.075 | 0.009 0.2 0.07 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerPrevPrev| 0.000 | 0.044 | 0.011 0.1 0.04 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerPrevPrev | 0.000 | 0.087 | 0.012 0.2 0.08 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerPrevPrev | 0.000 | 0.059 | 0.011 0.1 0.04 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerPrevPrev| 0.000 | 0.096 | 0.010 0.3 0.09 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerPrevPrev| 0.000 | 0.026 | 0.011 0.1 0.02 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerPrevPrev| 0.000 | 0.121 | 0.012 0.4 0.14 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerPrevP| 2.000 | 1.065 | 0.012 2.8 1.04 | 5 | 0.005 | +TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.178 | 0.012 0.4 0.15 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCRichTrackPackerPrevPr| 0.000 | 0.038 | 0.011 0.1 0.02 | 5 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorPrevPrev | 82.000 | 82.689 | 0.535 162.7 57.92 | 5 | 0.413 | +TimingAuditor.TIMER INFO GiGaGetPrevPrevEvent | 0.000 | 0.092 | 0.040 0.2 0.05 | 5 | 0.000 | +TimingAuditor.TIMER INFO PrevPrevMCTruthMonitor | 2.000 | 0.430 | 0.011 0.7 0.29 | 5 | 0.002 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgPrevPrev | 0.000 | 0.313 | 0.021 0.5 0.18 | 5 | 0.002 | +TimingAuditor.TIMER INFO DetectorsMonitorPrevPrev| 8.000 | 9.489 | 0.109 24.5 9.14 | 5 | 0.047 | +TimingAuditor.TIMER INFO VeloGaussMoniPrevPrev | 2.000 | 4.077 | 0.013 13.0 5.15 | 5 | 0.020 | +TimingAuditor.TIMER INFO TTHitMonitorPrevPrev | 2.000 | 0.544 | 0.008 1.3 0.50 | 5 | 0.003 | +TimingAuditor.TIMER INFO ITHitMonitorPrevPrev | 0.000 | 0.260 | 0.004 0.5 0.21 | 5 | 0.001 | +TimingAuditor.TIMER INFO OTHitMonitorPrevPrev | 2.000 | 1.028 | 0.004 1.8 0.73 | 5 | 0.005 | +TimingAuditor.TIMER INFO SpdMonitorPrevPrev | 0.000 | 0.720 | 0.012 1.7 0.62 | 5 | 0.004 | +TimingAuditor.TIMER INFO PrsMonitorPrevPrev | 0.000 | 0.893 | 0.008 1.9 0.68 | 5 | 0.004 | +TimingAuditor.TIMER INFO EcalMonitorPrevPrev | 2.000 | 1.097 | 0.008 2.2 0.78 | 5 | 0.005 | +TimingAuditor.TIMER INFO HcalMonitorPrevPrev | 0.000 | 0.233 | 0.008 0.7 0.25 | 5 | 0.001 | +TimingAuditor.TIMER INFO MuonHitCheckerPrevPrev | 0.000 | 0.551 | 0.017 1.4 0.55 | 5 | 0.003 | +TimingAuditor.TIMER INFO DataUnpackTestPrevPrev | 70.000 | 72.312 | 0.337 136.7 48.80 | 5 | 0.362 | +TimingAuditor.TIMER INFO UnpackMCVertexPrevPrev | 2.000 | 0.843 | 0.011 2.0 0.71 | 5 | 0.004 | +TimingAuditor.TIMER INFO UnpackMCParticlePrevPre| 0.000 | 0.996 | 0.010 2.3 0.90 | 5 | 0.005 | +TimingAuditor.TIMER INFO CompareMCVertexPrevPrev| 0.000 | 0.461 | 0.007 0.8 0.30 | 5 | 0.002 | +TimingAuditor.TIMER INFO CompareMCParticlePrevPr| 0.000 | 0.581 | 0.006 1.0 0.36 | 5 | 0.003 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsPrevPre| 0.000 | 0.041 | 0.014 0.1 0.02 | 5 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsPrevPrev| 0.000 | 0.248 | 0.004 0.4 0.16 | 5 | 0.001 | +TimingAuditor.TIMER INFO UnpackVeloHitsPrevPrev | 0.000 | 0.242 | 0.009 0.7 0.29 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckVeloHitsPrevPrev | 4.000 | 5.383 | 0.003 11.0 3.94 | 5 | 0.027 | +TimingAuditor.TIMER INFO UnpackTTHitsPrevPrev | 0.000 | 0.112 | 0.009 0.3 0.12 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckTTHitsPrevPrev | 4.000 | 2.154 | 0.003 4.5 1.65 | 5 | 0.011 | +TimingAuditor.TIMER INFO UnpackITHitsPrevPrev | 0.000 | 0.078 | 0.009 0.2 0.07 | 5 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsPrevPrev | 2.000 | 1.441 | 0.003 3.3 1.27 | 5 | 0.007 | +TimingAuditor.TIMER INFO UnpackOTHitsPrevPrev | 2.000 | 0.212 | 0.009 0.6 0.21 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckOTHitsPrevPrev | 2.000 | 4.680 | 0.003 9.0 3.22 | 5 | 0.023 | +TimingAuditor.TIMER INFO UnpackRichHitsPrevPrev | 0.000 | 0.429 | 0.012 1.2 0.47 | 5 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichOpPhotPrevPre| 0.000 | 0.791 | 0.012 2.5 1.00 | 5 | 0.004 | +TimingAuditor.TIMER INFO UnpackRichSegmentsPrevP| 0.000 | 0.355 | 0.011 0.9 0.33 | 5 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichTracksPrevPre| 0.000 | 0.086 | 0.012 0.2 0.07 | 5 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsPrevPrev | 8.000 | 5.910 | 0.017 10.8 3.86 | 5 | 0.030 | +TimingAuditor.TIMER INFO CheckRichOpPhotPrevPrev| 36.000 | 36.750 | 0.005 67.5 24.20 | 5 | 0.184 | +TimingAuditor.TIMER INFO CheckRichSegmentsPrevPr| 0.000 | 0.806 | 0.004 1.4 0.51 | 5 | 0.004 | +TimingAuditor.TIMER INFO CheckRichTracksPrevPrev| 0.000 | 0.037 | 0.004 0.1 0.02 | 5 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsPrevPrev | 0.000 | 0.252 | 0.012 0.5 0.19 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckSpdHitsPrevPrev | 0.000 | 1.372 | 0.004 2.2 0.85 | 5 | 0.007 | +TimingAuditor.TIMER INFO UnpackPrsHitsPrevPrev | 0.000 | 0.261 | 0.009 0.5 0.17 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckPrsHitsPrevPrev | 4.000 | 2.085 | 0.003 3.3 1.30 | 5 | 0.010 | +TimingAuditor.TIMER INFO UnpackEcalHitsPrevPrev | 2.000 | 0.366 | 0.009 0.9 0.32 | 5 | 0.002 | +TimingAuditor.TIMER INFO CheckEcalHitsPrevPrev | 4.000 | 2.309 | 0.003 3.9 1.45 | 5 | 0.012 | +TimingAuditor.TIMER INFO UnpackHcalHitsPrevPrev | 0.000 | 0.061 | 0.010 0.1 0.04 | 5 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsPrevPrev | 0.000 | 0.301 | 0.003 0.6 0.21 | 5 | 0.002 | +TimingAuditor.TIMER INFO UnpackMuonHitsPrevPrev | 0.000 | 0.106 | 0.009 0.3 0.10 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckMuonHitsPrevPrev | 0.000 | 2.230 | 0.003 4.5 1.62 | 5 | 0.011 | +TimingAuditor.TIMER INFO NextNextEventSeq | 5106.000 | 5204.451 | 0.244 20946.0 9067.40 | 5 | 26.022 | +TimingAuditor.TIMER INFO NextNextEventGaussSim | 0.000 | 0.285 | 0.112 0.5 0.14 | 5 | 0.001 | +TimingAuditor.TIMER INFO NextNextSimulation | 8510.000 | 8673.572 | 18.657 20945.9 10922.50 | 3 | 26.021 | +TimingAuditor.TIMER INFO MakeNextNextSim | 8486.666 | 8653.100 | 16.447 20898.0 10898.33 | 3 | 25.959 | +TimingAuditor.TIMER INFO GenToSimNextNext | 0.000 | 1.956 | 0.370 3.0 1.40 | 3 | 0.006 | +TimingAuditor.TIMER INFO GiGaFlushNextNext | 8480.000 | 8643.552 | 9.240 20884.1 10894.67 | 3 | 25.931 | +TimingAuditor.TIMER INFO GiGaCheckEventNextNext | 0.000 | 0.007 | 0.007 0.0 0.00 | 3 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthNextNext | 0.000 | 1.095 | 0.308 2.0 0.83 | 3 | 0.003 | +TimingAuditor.TIMER INFO DetectorsHitsNextNext | 6.666 | 5.491 | 3.337 9.8 3.69 | 3 | 0.016 | +TimingAuditor.TIMER INFO GetPuVetoHitsNextNext | 0.000 | 0.047 | 0.021 0.1 0.03 | 3 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsNextNext | 0.000 | 0.250 | 0.008 0.6 0.29 | 3 | 0.001 | +TimingAuditor.TIMER INFO GetTTHitsNextNext | 0.000 | 0.424 | 0.007 0.9 0.43 | 3 | 0.001 | +TimingAuditor.TIMER INFO GetITHitsNextNext | 0.000 | 0.312 | 0.012 0.7 0.32 | 3 | 0.001 | +TimingAuditor.TIMER INFO GetOTHitsNextNext | 3.333 | 0.591 | 0.006 0.9 0.51 | 3 | 0.002 | +TimingAuditor.TIMER INFO RichHitsNextNext | 3.333 | 2.726 | 0.790 4.2 1.74 | 3 | 0.008 | +TimingAuditor.TIMER INFO GetRichHitsNextNext | 3.333 | 1.867 | 0.328 3.1 1.40 | 3 | 0.006 | +TimingAuditor.TIMER INFO GetRichPhotonsNextNext| 0.000 | 0.220 | 0.027 0.5 0.27 | 3 | 0.001 | +TimingAuditor.TIMER INFO GetRichSegmentsNextNex| 0.000 | 0.253 | 0.014 0.6 0.34 | 3 | 0.001 | +TimingAuditor.TIMER INFO GetRichTracksNextNext | 0.000 | 0.140 | 0.009 0.3 0.16 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.046 | 0.026 0.1 0.02 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.121 | 0.014 0.3 0.17 | 3 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHitsNextNext | 0.000 | 0.092 | 0.011 0.2 0.11 | 3 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsNextNext | 0.000 | 0.129 | 0.005 0.3 0.16 | 3 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHitsNextNext | 0.000 | 0.325 | 0.006 0.7 0.38 | 3 | 0.001 | +TimingAuditor.TIMER INFO GetHcalHitsNextNext | 0.000 | 0.056 | 0.006 0.1 0.05 | 3 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsNextNext | 0.000 | 0.426 | 0.008 1.0 0.48 | 3 | 0.001 | +TimingAuditor.TIMER INFO NextNextEventDataPacking| 0.000 | 0.901 | 0.387 1.6 0.66 | 3 | 0.003 | +TimingAuditor.TIMER INFO PackMCParticleNextNext | 0.000 | 0.118 | 0.019 0.3 0.12 | 3 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertexNextNext | 0.000 | 0.094 | 0.016 0.2 0.09 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPackerNextNext| 0.000 | 0.033 | 0.018 0.1 0.02 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerNextNe| 0.000 | 0.014 | 0.012 0.0 0.00 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerNextNext | 0.000 | 0.024 | 0.018 0.0 0.01 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerNextNext | 0.000 | 0.016 | 0.012 0.0 0.00 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerNextNext | 0.000 | 0.022 | 0.009 0.0 0.01 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerNextNext| 0.000 | 0.015 | 0.010 0.0 0.01 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerNextNext | 0.000 | 0.029 | 0.013 0.1 0.02 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerNextNext | 0.000 | 0.021 | 0.010 0.0 0.01 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerNextNext| 0.000 | 0.035 | 0.015 0.1 0.02 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerNextNext| 0.000 | 0.016 | 0.011 0.0 0.01 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerNextNext| 0.000 | 0.030 | 0.012 0.1 0.02 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerNextN| 0.000 | 0.135 | 0.013 0.3 0.18 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.038 | 0.013 0.1 0.03 | 3 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPackerNextNe| 0.000 | 0.019 | 0.012 0.0 0.01 | 3 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorNextNext | 23.333 | 20.454 | 2.194 47.9 24.18 | 3 | 0.061 | +TimingAuditor.TIMER INFO GiGaGetNextNextEvent | 0.000 | 0.080 | 0.078 0.1 0.00 | 3 | 0.000 | +TimingAuditor.TIMER INFO NextNextMCTruthMonitor | 0.000 | 0.181 | 0.015 0.5 0.24 | 3 | 0.001 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgNextNext | 3.333 | 0.083 | 0.035 0.2 0.07 | 3 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitorNextNext| 3.333 | 3.847 | 1.578 7.1 2.89 | 3 | 0.012 | +TimingAuditor.TIMER INFO VeloGaussMoniNextNext | 3.333 | 1.233 | 0.141 2.7 1.29 | 3 | 0.004 | +TimingAuditor.TIMER INFO TTHitMonitorNextNext | 0.000 | 0.236 | 0.044 0.5 0.26 | 3 | 0.001 | +TimingAuditor.TIMER INFO ITHitMonitorNextNext | 0.000 | 0.161 | 0.058 0.3 0.14 | 3 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitorNextNext | 0.000 | 0.418 | 0.041 0.8 0.36 | 3 | 0.001 | +TimingAuditor.TIMER INFO SpdMonitorNextNext | 0.000 | 0.266 | 0.118 0.6 0.26 | 3 | 0.001 | +TimingAuditor.TIMER INFO PrsMonitorNextNext | 0.000 | 0.349 | 0.111 0.8 0.38 | 3 | 0.001 | +TimingAuditor.TIMER INFO EcalMonitorNextNext | 0.000 | 0.436 | 0.124 1.0 0.48 | 3 | 0.001 | +TimingAuditor.TIMER INFO HcalMonitorNextNext | 0.000 | 0.168 | 0.096 0.3 0.12 | 3 | 0.001 | +TimingAuditor.TIMER INFO MuonHitCheckerNextNext | 0.000 | 0.486 | 0.035 0.8 0.40 | 3 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestNextNext | 16.666 | 16.208 | 0.423 40.0 20.99 | 3 | 0.049 | +TimingAuditor.TIMER INFO UnpackMCVertexNextNext | 0.000 | 0.182 | 0.017 0.3 0.15 | 3 | 0.001 | +TimingAuditor.TIMER INFO UnpackMCParticleNextNex| 0.000 | 0.179 | 0.011 0.3 0.16 | 3 | 0.001 | +TimingAuditor.TIMER INFO CompareMCVertexNextNext| 0.000 | 0.156 | 0.008 0.4 0.18 | 3 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticleNextNe| 0.000 | 0.152 | 0.006 0.3 0.18 | 3 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsNextNex| 0.000 | 0.026 | 0.018 0.0 0.01 | 3 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsNextNext| 0.000 | 0.066 | 0.005 0.2 0.09 | 3 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHitsNextNext | 0.000 | 0.040 | 0.011 0.1 0.03 | 3 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHitsNextNext | 3.333 | 0.914 | 0.004 2.4 1.32 | 3 | 0.003 | +TimingAuditor.TIMER INFO UnpackTTHitsNextNext | 0.000 | 0.026 | 0.009 0.0 0.01 | 3 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHitsNextNext | 0.000 | 0.397 | 0.004 0.8 0.39 | 3 | 0.001 | +TimingAuditor.TIMER INFO UnpackITHitsNextNext | 0.000 | 0.021 | 0.010 0.0 0.01 | 3 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsNextNext | 0.000 | 0.305 | 0.003 0.7 0.38 | 3 | 0.001 | +TimingAuditor.TIMER INFO UnpackOTHitsNextNext | 0.000 | 0.050 | 0.009 0.1 0.04 | 3 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHitsNextNext | 0.000 | 0.985 | 0.003 1.8 0.90 | 3 | 0.003 | +TimingAuditor.TIMER INFO UnpackRichHitsNextNext | 0.000 | 0.067 | 0.014 0.1 0.06 | 3 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhotNextNex| 0.000 | 0.105 | 0.012 0.2 0.10 | 3 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegmentsNextN| 0.000 | 0.067 | 0.012 0.1 0.07 | 3 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracksNextNex| 0.000 | 0.024 | 0.012 0.0 0.01 | 3 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsNextNext | 0.000 | 1.316 | 0.004 3.5 1.89 | 3 | 0.004 | +TimingAuditor.TIMER INFO CheckRichOpPhotNextNext| 6.666 | 8.013 | 0.005 21.4 11.64 | 3 | 0.024 | +TimingAuditor.TIMER INFO CheckRichSegmentsNextNe| 3.333 | 0.189 | 0.004 0.5 0.24 | 3 | 0.001 | +TimingAuditor.TIMER INFO CheckRichTracksNextNext| 0.000 | 0.014 | 0.004 0.0 0.01 | 3 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsNextNext | 0.000 | 0.056 | 0.012 0.1 0.05 | 3 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHitsNextNext | 0.000 | 0.333 | 0.005 0.8 0.44 | 3 | 0.001 | +TimingAuditor.TIMER INFO UnpackPrsHitsNextNext | 0.000 | 0.073 | 0.011 0.1 0.07 | 3 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHitsNextNext | 0.000 | 0.602 | 0.003 1.5 0.83 | 3 | 0.002 | +TimingAuditor.TIMER INFO UnpackEcalHitsNextNext | 3.333 | 0.098 | 0.011 0.2 0.09 | 3 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHitsNextNext | 0.000 | 0.789 | 0.005 2.0 1.06 | 3 | 0.002 | +TimingAuditor.TIMER INFO UnpackHcalHitsNextNext | 0.000 | 0.032 | 0.010 0.1 0.02 | 3 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsNextNext | 0.000 | 0.143 | 0.004 0.3 0.17 | 3 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHitsNextNext | 0.000 | 0.026 | 0.010 0.0 0.01 | 3 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsNextNext | 0.000 | 0.474 | 0.003 1.0 0.51 | 3 | 0.001 | +TimingAuditor.TIMER INFO GenFSRSeq | 0.000 | 0.003 | 0.002 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO GaussTape | 768.000 | 840.634 | 180.952 1887.7 662.60 | 5 | 4.203 | +TimingAuditor.TIMER INFO FSROutputStreamGaussTape | 0.000 | 0.005 | 0.002 0.0 0.00 | 5 | 0.000 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 17803 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 20248 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization -RootCnvSvc INFO Disconnected data IO:D6146147-1DF1-E811-9927-02163E01BE69 [Gauss-30000000-5ev-20181126.sim] +RootCnvSvc INFO Disconnected data IO:727A113C-0837-E911-9294-02163E01C017 [Gauss-30000000-5ev-20190223.sim] XMLCatalog INFO File 'NewCatalog.xml' does not exist. New file created. *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 346 [s] Ave/Min/Max= 26.6(+- 20.4)/ 0.01/ 62.4 [s] #= 13 -ChronoStatSvc INFO Time User : Tot= 434 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 331 [s] Ave/Min/Max= 25.4(+- 19.1)/ 0.01/ 56.3 [s] #= 13 +ChronoStatSvc INFO Time User : Tot= 417 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 13 | 20524 | 1578.8 | 1131.2 | 0.0000 | 3109.0 | -******Stat****** INFO "#Hcal MCHits" | 13 | 2946 | 226.62 | 163.18 | 0.0000 | 521.00 | -******Stat****** INFO "#IT MCHits" | 13 | 2005 | 154.23 | 125.04 | 0.0000 | 411.00 | -******Stat****** INFO "#MCParticles" | 13 | 12994 | 999.54 | 714.79 | 2.0000 | 1948.0 | -******Stat****** INFO "#MCRichOpPhoto | 5 | 6411 | 1282.2 | 723.94 | 0.0000 | 2242.0 | -******Stat****** INFO "#MCRichSegment | 5 | 454 | 90.800 | 54.345 | 0.0000 | 164.00 | -******Stat****** INFO "#MCRichTracks" | 5 | 383 | 76.600 | 46.254 | 0.0000 | 139.00 | -******Stat****** INFO "#MCVertices" | 13 | 14217 | 1093.6 | 785.15 | 3.0000 | 2135.0 | -******Stat****** INFO "#Muon MCHits" | 13 | 2695 | 207.31 | 153.43 | 0.0000 | 468.00 | -******Stat****** INFO "#OT MCHits" | 13 | 6365 | 489.62 | 381.56 | 0.0000 | 1109.0 | -******Stat****** INFO "#Prs MCHits" | 13 | 17622 | 1355.5 | 1010.7 | 0.0000 | 2958.0 | -******Stat****** INFO "#Rich MCHits" | 13 | 17801 | 1369.3 | 1513.3 | 0.0000 | 6012.0 | -******Stat****** INFO "#Rich1 MCHits" | 13 | 9992 | 768.62 | 1198.6 | 0.0000 | 4769.0 | -******Stat****** INFO "#Rich2 MCHits" | 13 | 7809 | 600.69 | 464.72 | 0.0000 | 1435.0 | -******Stat****** INFO "#Spd MCHits" | 13 | 11343 | 872.54 | 617.77 | 0.0000 | 1719.0 | -******Stat****** INFO "#TT MCHits" | 13 | 2931 | 225.46 | 174.84 | 0.0000 | 563.00 | -******Stat****** INFO "#Velo MCHits" | 13 | 7638 | 587.54 | 495.22 | 0.0000 | 1518.0 | +******Stat****** INFO "#Ecal MCHits" | 13 | 20902 | 1607.8 | 1191.7 | 0.0000 | 3703.0 | +******Stat****** INFO "#Hcal MCHits" | 13 | 3005 | 231.15 | 166.04 | 0.0000 | 550.00 | +******Stat****** INFO "#IT MCHits" | 13 | 1787 | 137.46 | 142.36 | 0.0000 | 520.00 | +******Stat****** INFO "#MCParticles" | 13 | 13653 | 1050.2 | 772.25 | 2.0000 | 2387.0 | +******Stat****** INFO "#MCRichOpPhoto | 5 | 10401 | 2080.2 | 1284.5 | 0.0000 | 3506.0 | +******Stat****** INFO "#MCRichSegment | 5 | 536 | 107.20 | 66.644 | 0.0000 | 190.00 | +******Stat****** INFO "#MCRichTracks" | 5 | 418 | 83.600 | 53.418 | 0.0000 | 150.00 | +******Stat****** INFO "#MCVertices" | 13 | 15001 | 1153.9 | 851.39 | 3.0000 | 2554.0 | +******Stat****** INFO "#Muon MCHits" | 13 | 3101 | 238.54 | 199.81 | 0.0000 | 692.00 | +******Stat****** INFO "#OT MCHits" | 13 | 6652 | 511.69 | 384.57 | 0.0000 | 1235.0 | +******Stat****** INFO "#Prs MCHits" | 13 | 17474 | 1344.2 | 1018.5 | 0.0000 | 3020.0 | +******Stat****** INFO "#Rich MCHits" | 13 | 20244 | 1557.2 | 1223.7 | 0.0000 | 3509.0 | +******Stat****** INFO "#Rich1 MCHits" | 13 | 10495 | 807.31 | 642.11 | 0.0000 | 1887.0 | +******Stat****** INFO "#Rich2 MCHits" | 13 | 9749 | 749.92 | 670.42 | 0.0000 | 2158.0 | +******Stat****** INFO "#Spd MCHits" | 13 | 11549 | 888.38 | 664.23 | 0.0000 | 1883.0 | +******Stat****** INFO "#TT MCHits" | 13 | 3077 | 236.69 | 196.81 | 0.0000 | 667.00 | +******Stat****** INFO "#Velo MCHits" | 13 | 7833 | 602.54 | 507.22 | 0.0000 | 1604.0 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Sim/Gauss/tests/refs/testGauss-DEV.ref b/Sim/Gauss/tests/refs/testGauss-DEV.ref index 47595b8c2f54284d85f7c5929192e06802aab247..f84c7bd673e4ad5a64cc6eac9f7f359bbbe7f6b7 100644 --- a/Sim/Gauss/tests/refs/testGauss-DEV.ref +++ b/Sim/Gauss/tests/refs/testGauss-DEV.ref @@ -1,13 +1,13 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-Job.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-Job.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-Job.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-Job.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -27,8 +27,8 @@ RICH simulation now configured # |-Production = 'PHYS' # |-TotalCrossSection = 9.109999999999999e-24 # |-BeamPipe = 'BeamPipeOn' -# |-ReplaceWithGDML = [{'volsToReplace': [], 'gdmlFile': ''}] -# | (default: [{'volsToReplace': [], 'gdmlFile': ''}]) +# |-ReplaceWithGDML = [{'volsToReplace': [], 'gdmlFile': '', 'volsToInstrument': {}}] +# | (default: [{'volsToReplace': [], 'gdmlFile': '', 'volsToInstrument': {}}]) # |-InteractionPosition = [0.459, -0.015, 0.5] (default: [0.459, -0.015, 0.5]) # |-BeamLineAngles = [-7.5e-05, 3.5000000000000004e-05] (default: [-7.5e-05, 3.5000000000000004e-05]) # |-BunchRMS = 82.03 @@ -51,6 +51,7 @@ RICH simulation now configured # |-MergeGenFSR = False # |-Debug = False # |-BeamMomentum = 3500000.0 +# |-SplitSim = False # |-DataType = '2016' (default: '') # |-PostSimFilters = [] (default: []) # |-B1Particle = 'p' @@ -64,24 +65,24 @@ RICH simulation now configured # \----- (End of User Gauss/Gauss) ------------------------------------------------------------------- # GaussTape.ItemList = ['/Event/Gen/Header#1', '/Event/MC/Header#1', '/Event/Gen/BeamParameters#1', '/Event/Gen/Collisions#1', '/Event/pSim/MCVertices#1', '/Event/pSim/MCParticles#1', '/Event/pSim/Velo/Hits#1', '/Event/pSim/PuVeto/Hits#1', '/Event/pSim/IT/Hits#1', '/Event/pSim/OT/Hits#1', '/Event/pSim/TT/Hits#1', '/Event/pSim/Muon/Hits#1', '/Event/pSim/Spd/Hits#1', '/Event/pSim/Prs/Hits#1', '/Event/pSim/Ecal/Hits#1', '/Event/pSim/Hcal/Hits#1', '/Event/pSim/Rich/Hits#1', '/Event/pSim/Rich/OpticalPhotons#1', '/Event/pSim/Rich/Tracks#1', '/Event/pSim/Rich/Segments#1', '/Event/Link/MC/Particles2MCRichTracks#1', '/Event/Link/MC/Rich/Hits2MCRichOpticalPhotons#1'] # GaussTape.OptItemList = [] -# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20181113-3', 'SIMCOND': 'sim-20161124-1-vc-md100'} +# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20190206-3', 'SIMCOND': 'sim-20170721-1-vc-md100'} # WARNING: Latest unbound local tags on top of the latest global tags of 2016 data type(s) are added: {'DDDB': ['rich-20140220']} # WARNING: local tags in DDDB are ignored ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild37.cern.ch on Wed Nov 14 03:47:39 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 02:18:01 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' -ToolSvc.GitDDDB INFO using commit 'dddb-20181113-3' corresponding to be0330fb2a31b79da4c070bfa0c63e3f1f21c2d2 +ToolSvc.GitDDDB INFO using commit 'dddb-20190206-3' corresponding to 6ccfd930ebf64b2415358a84dd3ad48b8c4d83f7 ToolSvc.GitSIMCOND INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/SIMCOND.git' -ToolSvc.GitSIMCOND INFO using commit 'sim-20161124-1-vc-md100' corresponding to 7b54d919ab54f3a716e32ae2f90c9de6a8ec26e9 +ToolSvc.GitSIMCOND INFO using commit 'sim-20170721-1-vc-md100' corresponding to f9b3cf0aa6d9ee61d5ee0692f95e4584e52df268 DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -89,7 +90,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -173,7 +174,7 @@ RichG4TrackActionPhotOpt INFO Rich Max Mirror reflectivity R1M1 R1M2 R2M1 R2 RichG4TrackActionPhotOpt INFO Total Photon suppress factor for Aerogel Rich1Gas Rich2Gas 0.297488 0.273167 0.285066 GiGa INFO Used Tracking Action Object is GiGaTrackActionSequence/GiGa.TrackSeq GiGa INFO Used Stepping Action Object is GiGaStepActionSequence/GiGa.StepSeq -RootHistSvc INFO Writing ROOT histograms to: Gauss-30000000-5ev-20181114-histos.root +RootHistSvc INFO Writing ROOT histograms to: Gauss-30000000-5ev-20190223-histos.root HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc HistogramDataSvc INFO Added stream file:/cvmfs/lhcb.cern.ch/lib/lhcb/PARAM/ParamFiles/v8r27p1/data/gausscalo.root as GaussCalo GiGa INFO Used Event Action Object is GiGaEventActionSequence/GiGa.EventSeq @@ -242,7 +243,7 @@ RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 RndmGenSvc.Engine INFO This is the GEANT4 engine! RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> -TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. GaussSequencer INFO Member list: GaudiSequencer/Generator, GaudiSequencer/Simulation ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. Generator INFO Member list: GaudiSequencer/GeneratorSlotMainSeq @@ -313,7 +314,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 14 Nov 2018 at 03:50:07 | | + | | P Y T H H III A A Now is 23 Feb 2019 at 02:19:00 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -457,9 +458,9 @@ OTHitMonitor.MCPartic... INFO Eta cut : -1.79769e+308 < P DataUnpackTest INFO Member list: UnpackMCVertex, UnpackMCParticle, CompareMCVertex, CompareMCParticle, DataPacking::Unpack<LHCb::MCPuVetoHitPacker>/UnpackPuVetoHits, DataPacking::Check<LHCb::MCPuVetoHitPacker>/CheckPuVetoHits, DataPacking::Unpack<LHCb::MCVeloHitPacker>/UnpackVeloHits, DataPacking::Check<LHCb::MCVeloHitPacker>/CheckVeloHits, DataPacking::Unpack<LHCb::MCTTHitPacker>/UnpackTTHits, DataPacking::Check<LHCb::MCTTHitPacker>/CheckTTHits, DataPacking::Unpack<LHCb::MCITHitPacker>/UnpackITHits, DataPacking::Check<LHCb::MCITHitPacker>/CheckITHits, DataPacking::Unpack<LHCb::MCOTHitPacker>/UnpackOTHits, DataPacking::Check<LHCb::MCOTHitPacker>/CheckOTHits, DataPacking::Unpack<LHCb::MCRichHitPacker>/UnpackRichHits, DataPacking::Unpack<LHCb::MCRichOpticalPhotonPacker>/UnpackRichOpPhot, DataPacking::Unpack<LHCb::MCRichSegmentPacker>/UnpackRichSegments, DataPacking::Unpack<LHCb::MCRichTrackPacker>/UnpackRichTracks, DataPacking::Check<LHCb::MCRichHitPacker>/CheckRichHits, DataPacking::Check<LHCb::MCRichOpticalPhotonPacker>/CheckRichOpPhot, DataPacking::Check<LHCb::MCRichSegmentPacker>/CheckRichSegments, DataPacking::Check<LHCb::MCRichTrackPacker>/CheckRichTracks, DataPacking::Unpack<LHCb::MCSpdHitPacker>/UnpackSpdHits, DataPacking::Check<LHCb::MCSpdHitPacker>/CheckSpdHits, DataPacking::Unpack<LHCb::MCPrsHitPacker>/UnpackPrsHits, DataPacking::Check<LHCb::MCPrsHitPacker>/CheckPrsHits, DataPacking::Unpack<LHCb::MCEcalHitPacker>/UnpackEcalHits, DataPacking::Check<LHCb::MCEcalHitPacker>/CheckEcalHits, DataPacking::Unpack<LHCb::MCHcalHitPacker>/UnpackHcalHits, DataPacking::Check<LHCb::MCHcalHitPacker>/CheckHcalHits, DataPacking::Unpack<LHCb::MCMuonHitPacker>/UnpackMuonHits, DataPacking::Check<LHCb::MCMuonHitPacker>/CheckMuonHits GenFSRSeq INFO Member list: EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc -GaussTape INFO Data source: EventDataSvc output: DATAFILE='Gauss-30000000-5ev-20181114.sim' SVC='RootCnvSvc' OPT='REC' +GaussTape INFO Data source: EventDataSvc output: DATAFILE='Gauss-30000000-5ev-20190223.sim' SVC='RootCnvSvc' OPT='REC' FileRecordPersistencySvc INFO Added successfully Conversion service:FileRecordCnvSvc -FSROutputStreamGaussTape INFO Data source: FileRecordDataSvc output: DATAFILE='Gauss-30000000-5ev-20181114.sim' SVC='FileRecordCnvSvc' OPT='REC' +FSROutputStreamGaussTape INFO Data source: FileRecordDataSvc output: DATAFILE='Gauss-30000000-5ev-20190223.sim' SVC='FileRecordCnvSvc' OPT='REC' EventLoopMgr WARNING Unable to locate service "EventSelector" EventLoopMgr WARNING No events will be processed from external input. ApplicationMgr INFO Application Manager Initialized successfully @@ -805,23 +806,22 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm ================================================================ RichG4HistoSet2 INFO Now Booking Rich G4 Histo Set2 -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1466 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1724 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1563 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1822 GaussGen INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 1474865432, 0] PYTHIA Warning in JunctionSplitting::CheckColours: Made a gluon colour singlet; redoing colours PYTHIA Warning in StringFragmentation::fragmentToJunction: bad convergence junction rest frame MainEventGaussSim INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 1044128089, 0] -GiGa.TrackSeq.HepMCTrackWARNING GaussTrackActionHepMC:: The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown' -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 2367 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 2673 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 2571 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 2917 GaussGen INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 645125023, 0] MainEventGaussSim INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 790725412, 0] -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1920 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 2195 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 2035 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 2365 GaussGen INFO Evt 4, Run 1082, Nr. in job = 4 with seeds [1082, 4, 1010630449, 0] MainEventGaussSim INFO Evt 4, Run 1082, Nr. in job = 4 with seeds [1082, 4, 1633773475, 0] -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1266 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1433 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1023 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1166 GaussGen INFO Evt 5, Run 1082, Nr. in job = 5 with seeds [1082, 5, 1094777801, 0] MainEventGaussSim INFO Evt 5, Run 1082, Nr. in job = 5 with seeds [1082, 5, 103049051, 0] GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 2 @@ -860,26 +860,26 @@ MainEventGaussSim SUCCESS ================================================ MainEventGaussSim SUCCESS 5 events processed MainEventGaussSim SUCCESS ================================================================== GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 791.80 +-12.58 (100.00 +-0.00%) Rich2 = 1121.60 +-14.98 (100.00 +-0.00%) -GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.20 +- 0.20 ( 0.02 +-0.02%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 483.20 +- 9.83 ( 61.03 +-0.78%) Rich2 = 322.80 +- 8.03 ( 28.78 +-0.60%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 16.60 +- 1.82 ( 2.10 +-0.23%) Rich2 = 40.60 +- 2.85 ( 3.62 +-0.25%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 271.20 +- 7.36 ( 34.25 +-0.75%) Rich2 = 496.80 +- 9.97 ( 44.29 +-0.66%) -GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.20 +- 0.20 ( 0.03 +-0.03%) Rich2 = 0.20 +- 0.20 ( 0.02 +-0.02%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 707.60 +-11.90 (100.00 +-0.00%) Rich2 = 1150.40 +-15.17 (100.00 +-0.00%) +GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 501.00 +-10.01 ( 70.80 +-0.76%) Rich2 = 411.80 +- 9.08 ( 35.80 +-0.63%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 22.00 +- 2.10 ( 3.11 +-0.29%) Rich2 = 44.00 +- 2.97 ( 3.82 +-0.25%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 162.40 +- 5.70 ( 22.95 +-0.71%) Rich2 = 416.80 +- 9.13 ( 36.23 +-0.63%) +GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.60 +- 0.35 ( 0.05 +-0.03%) GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.20 +- 0.20 ( 0.02 +-0.02%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 246.60 +- 7.02 ( 21.99 +-0.55%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 85.00 +- 4.12 ( 10.74 +-0.49%) Rich2 = 110.40 +- 4.70 ( 9.84 +-0.40%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 69.40 +- 3.73 ( 8.76 +-0.45%) Rich2 = 87.00 +- 4.17 ( 7.76 +-0.36%) +GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 260.20 +- 7.21 ( 22.62 +-0.55%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 40.60 +- 2.85 ( 5.74 +-0.39%) Rich2 = 105.60 +- 4.60 ( 9.18 +-0.38%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 33.60 +- 2.59 ( 4.75 +-0.36%) Rich2 = 80.80 +- 4.02 ( 7.02 +-0.34%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 25.80 +- 2.27 ( 3.26 +-0.28%) Rich2 = 43.60 +- 2.95 ( 3.89 +-0.26%) -GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 15.60 +- 1.77 ( 2.20 +-0.25%) Rich2 = 40.00 +- 2.83 ( 3.48 +-0.24%) +GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.20 +- 0.20 ( 0.03 +-0.03%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 483.20 +- 9.83 ( 61.03 +-0.78%) Rich2Gas = 322.80 +- 8.03 ( 28.78 +-0.60%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 501.00 +-10.01 ( 70.80 +-0.76%) Rich2Gas = 411.80 +- 9.08 ( 35.80 +-0.63%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : @@ -899,98 +899,98 @@ GetRichHits INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHits INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 503.80 +- 10.04 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 583.80 +- 10.81 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 57.20 +- 3.38 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 768.00 +- 12.39 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 0.40 +- 0.28 / event -GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 22.20 +- 2.11 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 63.80 +- 3.57 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 7.40 +- 1.22 / event -GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 7.40 +- 1.22 / event -GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 0.40 +- 0.28 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 523.20 +- 10.23 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 689.00 +- 11.74 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 66.00 +- 3.63 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 579.20 +- 10.76 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 0.60 +- 0.35 / event +GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 27.00 +- 2.32 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 78.20 +- 3.95 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 8.40 +- 1.30 / event +GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 5.20 +- 1.02 / event +GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 0.60 +- 0.35 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVeloHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 3041 | 608.20 | 406.31 | 0.0000 | 1229.0 | + | "# PackedData" | 5 | 3019 | 603.80 | 406.55 | 0.0000 | 1231.0 | MCPuVetoHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 117 | 23.400 | 17.095 | 0.0000 | 50.000 | + | "# PackedData" | 5 | 117 | 23.400 | 16.681 | 0.0000 | 50.000 | MCTTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 1393 | 278.60 | 153.97 | 0.0000 | 439.00 | + | "# PackedData" | 5 | 1464 | 292.80 | 165.77 | 0.0000 | 467.00 | MCITHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 1110 | 222.00 | 135.96 | 0.0000 | 426.00 | + | "# PackedData" | 5 | 1222 | 244.40 | 147.47 | 0.0000 | 451.00 | MCOTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 3323 | 664.60 | 390.87 | 0.0000 | 1157.0 | + | "# PackedData" | 5 | 3635 | 727.00 | 489.61 | 0.0000 | 1511.0 | MCMuonHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 1317 | 263.40 | 152.31 | 0.0000 | 459.00 | + | "# PackedData" | 5 | 1362 | 272.40 | 167.14 | 0.0000 | 491.00 | MCPrsHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 10118 | 2023.6 | 1313.5 | 0.0000 | 3909.0 | + | "# PackedData" | 5 | 10574 | 2114.8 | 1361.3 | 0.0000 | 3689.0 | MCSpdHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 6260 | 1252.0 | 777.56 | 0.0000 | 2296.0 | + | "# PackedData" | 5 | 6887 | 1377.4 | 822.20 | 0.0000 | 2367.0 | MCEcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 12381 | 2476.2 | 1530.1 | 0.0000 | 4536.0 | + | "# PackedData" | 5 | 12734 | 2546.8 | 1621.8 | 0.0000 | 4573.0 | MCHcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 1625 | 325.00 | 210.50 | 0.0000 | 656.00 | + | "# PackedData" | 5 | 1577 | 315.40 | 236.54 | 0.0000 | 647.00 | MCRichHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 9567 | 1913.4 | 1425.7 | 0.0000 | 4324.0 | + | "# PackedData" | 5 | 9290 | 1858.0 | 1270.2 | 0.0000 | 3842.0 | MCRichOpPhotPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 9566 | 1913.2 | 1425.7 | 0.0000 | 4324.0 | + | "# PackedData" | 5 | 9290 | 1858.0 | 1270.2 | 0.0000 | 3842.0 | MCRichSegmentPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 506 | 101.20 | 63.616 | 0.0000 | 194.00 | + | "# PackedData" | 5 | 597 | 119.40 | 73.413 | 0.0000 | 223.00 | MCRichTrackPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 421 | 84.200 | 51.101 | 0.0000 | 154.00 | + | "# PackedData" | 5 | 489 | 97.800 | 58.758 | 0.0000 | 174.00 | VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 608.2+/-181.71 -VeloGaussMoni INFO | Number of PileUpMCHits/Event: 23.4+/-7.64513 +VeloGaussMoni INFO | Number of MCHits/Event: 603.8+/-181.817 +VeloGaussMoni INFO | Number of PileUpMCHits/Event: 23.4+/-7.45976 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 278.6 -TTHitMonitor INFO Mean beta * gamma: 1735.27 -TTHitMonitor INFO Most Probable deposited charge: 0.1579 -TTHitMonitor INFO Half Sample width 0.0572315 +TTHitMonitor INFO #hits per event: 292.8 +TTHitMonitor INFO Mean beta * gamma: 2082.79 +TTHitMonitor INFO Most Probable deposited charge: 0.154646 +TTHitMonitor INFO Half Sample width 0.0540854 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 168 | 168 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1393 | 2417236 | 1735.3 | 9358.6 | 0.0072969 | 1.4376e+05 | - | "numberHits" | 5 | 1393 | 278.60 | 153.97 | 0.0000 | 439.00 | + | "DeltaRay" | 145 | 145 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1464 | 3049203 | 2082.8 | 7450.4 | 0.27632 | 1.0189e+05 | + | "numberHits" | 5 | 1464 | 292.80 | 165.77 | 0.0000 | 467.00 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 222 -ITHitMonitor INFO Mean beta * gamma: 5156.84 -ITHitMonitor INFO Most Probable deposited charge: 0.118569 -ITHitMonitor INFO Half Sample width 0.0495069 +ITHitMonitor INFO #hits per event: 244.4 +ITHitMonitor INFO Mean beta * gamma: 5758.07 +ITHitMonitor INFO Most Probable deposited charge: 0.115603 +ITHitMonitor INFO Half Sample width 0.0445901 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 49 | 49 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1110 | 5724093 | 5156.8 | 19761. | 0.0036188 | 1.4376e+05 | - | "numberHits" | 5 | 1110 | 222.00 | 135.96 | 0.0000 | 426.00 | + | "DeltaRay" | 57 | 57 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1222 | 7036367 | 5758.1 | 16285. | 0.12815 | 1.0189e+05 | + | "numberHits" | 5 | 1222 | 244.40 | 147.47 | 0.0000 | 451.00 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 664.6 -OTHitMonitor INFO Mean beta * gamma: 2399.54 -OTHitMonitor INFO Most Probable deposited charge: 0.197616 -OTHitMonitor INFO Half Sample width 0.0774344 +OTHitMonitor INFO #hits per event: 727 +OTHitMonitor INFO Mean beta * gamma: 3428.54 +OTHitMonitor INFO Most Probable deposited charge: 0.197098 +OTHitMonitor INFO Half Sample width 0.0754219 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 204 | 204 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 3323 | 7973659 | 2399.5 | 9136.8 | 0.0023739 | 1.1522e+05 | - | "numberHits" | 5 | 3323 | 664.60 | 390.87 | 0.0000 | 1157.0 | + | "DeltaRay" | 245 | 245 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 3635 |1.246273e+07 | 3428.5 | 12067. | 0.0045202 | 1.1450e+05 | + | "numberHits" | 5 | 3635 | 727.00 | 489.61 | 0.0000 | 1511.0 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -999,374 +999,374 @@ MuonHitChecker INFO ------------------------------------------------ MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 65.000 7.800 2.200 0.000 0.000 R1 -MuonHitChecker INFO 77.600 3.000 0.000 0.000 0.000 R2 -MuonHitChecker INFO 48.000 1.400 0.000 0.000 0.000 R3 -MuonHitChecker INFO 54.600 3.000 0.800 0.000 0.000 R4 +MuonHitChecker INFO 56.800 2.800 0.000 0.400 0.000 R1 +MuonHitChecker INFO 72.400 5.000 1.600 0.800 0.800 R2 +MuonHitChecker INFO 64.400 0.600 0.800 0.000 0.000 R3 +MuonHitChecker INFO 58.000 5.400 1.000 0.800 0.800 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 245.200 15.200 3.000 0.000 0.000 allR +MuonHitChecker INFO 251.600 13.800 3.400 2.000 1.600 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 UnpackPuVetoHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 117 | 23.400 | 17.095 | 0.0000 | 50.000 | + | "# UnPackedData" | 5 | 117 | 23.400 | 16.681 | 0.0000 | 50.000 | CheckPuVetoHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 117 |-7.356086e-09 |-6.2873e-11 | 3.0154e-07 | -4.8940e-07 | 4.9805e-07 | - | "Diff. - Displacement y" | 117 |6.757403e-07 | 5.7756e-09 | 2.8765e-07 | -4.9247e-07 | 4.9263e-07 | - | "Diff. - Displacement z" | 117 |3.617945e-06 | 3.0923e-08 | 2.7628e-07 | -4.8834e-07 | 4.8951e-07 | - | "Diff. - Energy" | 117 |-5.635039e-06 |-4.8163e-08 | 5.6310e-07 | -9.9625e-07 | 9.7757e-07 | - | "Diff. - Entry Point x" | 117 |4.656618e-05 | 3.9800e-07 | 2.8783e-05 | -4.9631e-05 | 4.7269e-05 | - | "Diff. - Entry Point y" | 117 |-0.0003421618 |-2.9245e-06 | 2.9148e-05 | -4.9792e-05 | 4.8214e-05 | - | "Diff. - Entry Point z" | 117 |3.876821e-05 | 3.3135e-07 | 3.0012e-05 | -4.9335e-05 | 4.9788e-05 | - | "Diff. - Parent |P|" | 117 |-0.03952426 |-0.00033781 | 0.0028393 | -0.0049969 | 0.0046990 | - | "Diff. - TOF" | 117 |-1.498916e-06 |-1.2811e-08 | 2.8390e-06 | -4.9570e-06 | 4.9746e-06 | - | "Original - Displacement x" | 117 | -0.180636 | -0.0015439 | 0.021998 | -0.050079 | 0.13067 | - | "Original - Displacement y" | 117 | 0.1508127 | 0.0012890 | 0.021587 | -0.050103 | 0.12474 | - | "Original - Displacement z" | 117 | -35.09853 | -0.29999 | 0.00011949 | -0.30035 | -0.29942 | - | "Original - Energy" | 117 | 12.82023 | 0.10957 | 0.052800 | 0.069064 | 0.43351 | - | "Original - Entry Point x" | 117 | -198.1133 | -1.6933 | 14.972 | -36.007 | 37.932 | - | "Original - Entry Point y" | 117 | -43.48184 | -0.37164 | 15.856 | -38.737 | 39.642 | - | "Original - Entry Point z" | 117 | -31339.23 | -267.86 | 41.785 | -315.90 | -218.96 | - | "Original - Parent |P|" | 117 | 1357036 | 11599. | 12772. | 3.5104 | 54795. | - | "Original - TOF" | 117 | 112.946 | 0.96535 | 0.20066 | 0.45277 | 1.3909 | - | "Unpacked - Displacement x" | 117 | -0.180636 | -0.0015439 | 0.021998 | -0.050079 | 0.13067 | - | "Unpacked - Displacement y" | 117 | 0.150812 | 0.0012890 | 0.021587 | -0.050103 | 0.12474 | - | "Unpacked - Displacement z" | 117 | -35.09853 | -0.29999 | 0.00011945 | -0.30035 | -0.29942 | - | "Unpacked - Energy" | 117 | 12.82024 | 0.10957 | 0.052800 | 0.069064 | 0.43351 | - | "Unpacked - Entry Point x" | 117 | -198.1133 | -1.6933 | 14.972 | -36.007 | 37.932 | - | "Unpacked - Entry Point y" | 117 | -43.4815 | -0.37164 | 15.856 | -38.737 | 39.642 | - | "Unpacked - Entry Point z" | 117 | -31339.23 | -267.86 | 41.785 | -315.90 | -218.96 | - | "Unpacked - Parent |P|" | 117 | 1357036 | 11599. | 12772. | 3.5100 | 54795. | - | "Unpacked - TOF" | 117 | 112.946 | 0.96535 | 0.20066 | 0.45277 | 1.3909 | + | "Diff. - Displacement x" | 117 |1.906664e-06 | 1.6296e-08 | 2.9513e-07 | -4.9546e-07 | 4.9427e-07 | + | "Diff. - Displacement y" | 117 |-9.743974e-07 |-8.3282e-09 | 2.6959e-07 | -4.9836e-07 | 4.8439e-07 | + | "Diff. - Displacement z" | 117 |5.823719e-06 | 4.9775e-08 | 2.9498e-07 | -4.9425e-07 | 4.9397e-07 | + | "Diff. - Energy" | 117 |-1.618217e-06 |-1.3831e-08 | 5.4960e-07 | -9.8503e-07 | 9.6740e-07 | + | "Diff. - Entry Point x" | 117 |0.0001635267 | 1.3977e-06 | 2.9300e-05 | -4.9896e-05 | 4.9901e-05 | + | "Diff. - Entry Point y" | 117 |0.0001732129 | 1.4805e-06 | 2.8743e-05 | -4.9537e-05 | 4.9907e-05 | + | "Diff. - Entry Point z" | 117 |1.556707e-05 | 1.3305e-07 | 2.7797e-05 | -4.8306e-05 | 4.9788e-05 | + | "Diff. - Parent |P|" | 117 |-0.03567579 |-0.00030492 | 0.0026818 | -0.0049687 | 0.0046990 | + | "Diff. - TOF" | 117 |2.916201e-05 | 2.4925e-07 | 2.8943e-06 | -4.9554e-06 | 4.9746e-06 | + | "Original - Displacement x" | 117 | -0.6588971 | -0.0056316 | 0.029173 | -0.19019 | 0.057024 | + | "Original - Displacement y" | 117 |-0.06330797 |-0.00054109 | 0.019746 | -0.059487 | 0.057864 | + | "Original - Displacement z" | 117 | -34.46616 | -0.29458 | 0.032032 | -0.30035 | -0.033900 | + | "Original - Energy" | 117 | 12.61869 | 0.10785 | 0.079211 | 0.013485 | 0.80716 | + | "Original - Entry Point x" | 117 | -268.0628 | -2.2911 | 15.639 | -38.235 | 36.910 | + | "Original - Entry Point y" | 117 | -143.8965 | -1.2299 | 16.074 | -43.784 | 38.779 | + | "Original - Entry Point z" | 117 | -31035.78 | -265.26 | 42.103 | -316.02 | -218.95 | + | "Original - Parent |P|" | 117 | 1314900 | 11238. | 12764. | 2.2120 | 54795. | + | "Original - TOF" | 117 | 112.5456 | 0.96193 | 0.20169 | 0.45277 | 1.3908 | + | "Unpacked - Displacement x" | 117 | -0.658899 | -0.0056316 | 0.029173 | -0.19019 | 0.057024 | + | "Unpacked - Displacement y" | 117 | -0.063307 |-0.00054109 | 0.019746 | -0.059487 | 0.057864 | + | "Unpacked - Displacement z" | 117 | -34.46617 | -0.29458 | 0.032032 | -0.30035 | -0.033900 | + | "Unpacked - Energy" | 117 | 12.61869 | 0.10785 | 0.079211 | 0.013486 | 0.80716 | + | "Unpacked - Entry Point x" | 117 | -268.063 | -2.2911 | 15.639 | -38.235 | 36.910 | + | "Unpacked - Entry Point y" | 117 | -143.8967 | -1.2299 | 16.074 | -43.784 | 38.779 | + | "Unpacked - Entry Point z" | 117 | -31035.78 | -265.26 | 42.103 | -316.02 | -218.95 | + | "Unpacked - Parent |P|" | 117 | 1314900 | 11238. | 12764. | 2.2100 | 54795. | + | "Unpacked - TOF" | 117 | 112.5456 | 0.96193 | 0.20169 | 0.45277 | 1.3908 | UnpackVeloHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 3041 | 608.20 | 406.31 | 0.0000 | 1229.0 | + | "# UnPackedData" | 5 | 3019 | 603.80 | 406.55 | 0.0000 | 1231.0 | CheckVeloHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 3041 |1.542101e-05 | 5.0710e-09 | 2.8745e-07 | -4.9965e-07 | 4.9971e-07 | - | "Diff. - Displacement y" | 3041 |-4.915268e-06 |-1.6163e-09 | 2.8477e-07 | -4.9998e-07 | 4.9868e-07 | - | "Diff. - Displacement z" | 3041 |2.716515e-05 | 8.9330e-09 | 2.8969e-07 | -4.9962e-07 | 4.9990e-07 | - | "Diff. - Energy" | 3041 |4.014417e-05 | 1.3201e-08 | 5.7390e-07 | -9.9980e-07 | 9.9911e-07 | - | "Diff. - Entry Point x" | 3041 |0.001064309 | 3.4999e-07 | 2.9003e-05 | -4.9967e-05 | 4.9992e-05 | - | "Diff. - Entry Point y" | 3041 |-0.002161578 |-7.1081e-07 | 2.9096e-05 | -4.9961e-05 | 4.9984e-05 | - | "Diff. - Entry Point z" | 3041 |-0.003665278 |-1.2053e-06 | 2.8700e-05 | -4.9938e-05 | 4.9945e-05 | - | "Diff. - Parent |P|" | 3041 | 0.03738696 | 1.2294e-05 | 0.0029294 | -0.0049932 | 0.0049930 | - | "Diff. - TOF" | 3041 |-2.608255e-05 |-8.5770e-09 | 2.8710e-06 | -4.9963e-06 | 4.9994e-06 | - | "Original - Displacement x" | 3041 | 6.406692 | 0.0021068 | 0.094035 | -1.3071 | 1.4351 | - | "Original - Displacement y" | 3041 | 11.99951 | 0.0039459 | 0.11602 | -1.0809 | 3.0451 | - | "Original - Displacement z" | 3041 | 422.8564 | 0.13905 | 0.25850 | -0.30274 | 0.30111 | - | "Original - Energy" | 3041 | 472.8596 | 0.15549 | 0.51395 | 0.0023436 | 15.105 | - | "Original - Entry Point x" | 3041 | -1264.766 | -0.41590 | 16.678 | -42.748 | 44.423 | - | "Original - Entry Point y" | 3041 | 2117.311 | 0.69625 | 16.469 | -44.092 | 43.518 | - | "Original - Entry Point z" | 3041 | 661685.2 | 217.59 | 275.17 | -175.80 | 751.28 | - | "Original - Parent |P|" | 3041 |2.424434e+07 | 7972.5 | 16347. | 1.7372 | 1.6757e+05 | - | "Original - TOF" | 3041 | 2762.231 | 0.90833 | 0.75644 | 0.032460 | 3.4529 | - | "Unpacked - Displacement x" | 3041 | 6.406677 | 0.0021068 | 0.094035 | -1.3071 | 1.4351 | - | "Unpacked - Displacement y" | 3041 | 11.99951 | 0.0039459 | 0.11602 | -1.0809 | 3.0451 | - | "Unpacked - Displacement z" | 3041 | 422.8563 | 0.13905 | 0.25850 | -0.30273 | 0.30112 | - | "Unpacked - Energy" | 3041 | 472.8595 | 0.15549 | 0.51395 | 0.0023440 | 15.105 | - | "Unpacked - Entry Point x" | 3041 | -1264.767 | -0.41590 | 16.678 | -42.748 | 44.423 | - | "Unpacked - Entry Point y" | 3041 | 2117.313 | 0.69626 | 16.469 | -44.092 | 43.518 | - | "Unpacked - Entry Point z" | 3041 | 661685.2 | 217.59 | 275.17 | -175.80 | 751.28 | - | "Unpacked - Parent |P|" | 3041 |2.424434e+07 | 7972.5 | 16347. | 1.7400 | 1.6757e+05 | - | "Unpacked - TOF" | 3041 | 2762.231 | 0.90833 | 0.75644 | 0.032460 | 3.4529 | + | "Diff. - Displacement x" | 3019 |-1.752286e-05 |-5.8042e-09 | 2.9078e-07 | -4.9975e-07 | 5.0000e-07 | + | "Diff. - Displacement y" | 3019 |-9.981894e-06 |-3.3064e-09 | 2.8750e-07 | -4.9984e-07 | 4.9990e-07 | + | "Diff. - Displacement z" | 3019 |-1.736348e-05 |-5.7514e-09 | 2.8685e-07 | -4.9996e-07 | 4.9960e-07 | + | "Diff. - Energy" | 3019 |-1.290694e-05 |-4.2752e-09 | 5.7724e-07 | -9.9967e-07 | 9.9972e-07 | + | "Diff. - Entry Point x" | 3019 |0.0002605993 | 8.6320e-08 | 2.8595e-05 | -4.9981e-05 | 4.9857e-05 | + | "Diff. - Entry Point y" | 3019 |0.0008645635 | 2.8637e-07 | 2.8806e-05 | -4.9960e-05 | 4.9944e-05 | + | "Diff. - Entry Point z" | 3019 |0.001072918 | 3.5539e-07 | 2.8752e-05 | -4.9937e-05 | 4.9982e-05 | + | "Diff. - Parent |P|" | 3019 | -0.2263046 |-7.4960e-05 | 0.0028966 | -0.0049999 | 0.0049950 | + | "Diff. - TOF" | 3019 |-5.960616e-05 |-1.9744e-08 | 2.8592e-06 | -4.9995e-06 | 4.9972e-06 | + | "Original - Displacement x" | 3019 | 7.051727 | 0.0023358 | 0.086131 | -1.0991 | 1.1850 | + | "Original - Displacement y" | 3019 | 10.09407 | 0.0033435 | 0.10088 | -1.1010 | 1.3479 | + | "Original - Displacement z" | 3019 | 434.3347 | 0.14387 | 0.25785 | -0.30273 | 0.30072 | + | "Original - Energy" | 3019 | 405.7591 | 0.13440 | 0.24776 | 0.0023235 | 6.6301 | + | "Original - Entry Point x" | 3019 | 1554.855 | 0.51502 | 16.513 | -42.105 | 44.106 | + | "Original - Entry Point y" | 3019 | 2195.903 | 0.72736 | 16.149 | -43.745 | 43.259 | + | "Original - Entry Point z" | 3019 | 699868.4 | 231.82 | 284.35 | -175.80 | 751.00 | + | "Original - Parent |P|" | 3019 |2.543216e+07 | 8424.0 | 16300. | 1.5391 | 1.6757e+05 | + | "Original - TOF" | 3019 | 2859.801 | 0.94727 | 0.78302 | 0.032459 | 2.8388 | + | "Unpacked - Displacement x" | 3019 | 7.051745 | 0.0023358 | 0.086131 | -1.0991 | 1.1850 | + | "Unpacked - Displacement y" | 3019 | 10.09408 | 0.0033435 | 0.10088 | -1.1010 | 1.3479 | + | "Unpacked - Displacement z" | 3019 | 434.3347 | 0.14387 | 0.25785 | -0.30273 | 0.30072 | + | "Unpacked - Energy" | 3019 | 405.7591 | 0.13440 | 0.24776 | 0.0023240 | 6.6301 | + | "Unpacked - Entry Point x" | 3019 | 1554.855 | 0.51502 | 16.513 | -42.105 | 44.106 | + | "Unpacked - Entry Point y" | 3019 | 2195.903 | 0.72736 | 16.149 | -43.745 | 43.259 | + | "Unpacked - Entry Point z" | 3019 | 699868.4 | 231.82 | 284.35 | -175.80 | 751.00 | + | "Unpacked - Parent |P|" | 3019 |2.543216e+07 | 8424.0 | 16300. | 1.5400 | 1.6757e+05 | + | "Unpacked - TOF" | 3019 | 2859.801 | 0.94727 | 0.78302 | 0.032460 | 2.8388 | UnpackTTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 1393 | 278.60 | 153.97 | 0.0000 | 439.00 | + | "# UnPackedData" | 5 | 1464 | 292.80 | 165.77 | 0.0000 | 467.00 | CheckTTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1393 |-4.061044e-06 |-2.9153e-09 | 2.8815e-07 | -4.9984e-07 | 4.9998e-07 | - | "Diff. - Displacement y" | 1393 |5.899013e-06 | 4.2348e-09 | 2.8729e-07 | -4.9859e-07 | 4.9931e-07 | - | "Diff. - Displacement z" | 1393 |3.244373e-06 | 2.3291e-09 | 1.1045e-07 | -4.9636e-07 | 4.9636e-07 | - | "Diff. - Energy" | 1393 |1.039574e-05 | 7.4628e-09 | 5.8087e-07 | -9.9928e-07 | 9.9880e-07 | - | "Diff. - Entry Point x" | 1393 |-0.0007015163 |-5.0360e-07 | 2.8725e-05 | -4.9893e-05 | 4.9985e-05 | - | "Diff. - Entry Point y" | 1393 |-1.214897e-06 |-8.7214e-10 | 2.8774e-05 | -4.9991e-05 | 4.9969e-05 | - | "Diff. - Entry Point z" | 1393 |0.0007210676 | 5.1764e-07 | 8.1032e-06 | -4.9167e-05 | 4.9387e-05 | - | "Diff. - Parent |P|" | 1393 | 0.1468732 | 0.00010544 | 0.0028566 | -0.0049841 | 0.0049896 | - | "Diff. - TOF" | 1393 |0.0001680429 | 1.2063e-07 | 2.9203e-06 | -4.9772e-06 | 4.9910e-06 | - | "Original - Displacement x" | 1393 | -42.63964 | -0.030610 | 0.53430 | -5.0458 | 3.8424 | - | "Original - Displacement y" | 1393 | 12.87699 | 0.0092441 | 0.26941 | -2.0531 | 2.8679 | - | "Original - Displacement z" | 1393 | 366.857 | 0.26336 | 0.39256 | -0.50000 | 0.50000 | - | "Original - Energy" | 1393 | 344.5742 | 0.24736 | 0.25865 | 1.2618e-05 | 4.9162 | - | "Original - Entry Point x" | 1393 | -42615.58 | -30.593 | 312.22 | -796.13 | 778.88 | - | "Original - Entry Point y" | 1393 | -10496.31 | -7.5350 | 242.15 | -659.63 | 636.58 | - | "Original - Entry Point z" | 1393 | 3487104 | 2503.3 | 135.67 | 2322.0 | 2648.0 | - | "Original - Parent |P|" | 1393 | 5651666 | 4057.2 | 10330. | 1.4393 | 1.0205e+05 | - | "Original - TOF" | 1393 | 16341.63 | 11.731 | 6.1238 | 7.4214 | 46.555 | - | "Unpacked - Displacement x" | 1393 | -42.63964 | -0.030610 | 0.53430 | -5.0458 | 3.8424 | - | "Unpacked - Displacement y" | 1393 | 12.87698 | 0.0092441 | 0.26941 | -2.0531 | 2.8679 | - | "Unpacked - Displacement z" | 1393 | 366.857 | 0.26336 | 0.39256 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 1393 | 344.5742 | 0.24736 | 0.25865 | 1.2000e-05 | 4.9162 | - | "Unpacked - Entry Point x" | 1393 | -42615.58 | -30.593 | 312.22 | -796.13 | 778.88 | - | "Unpacked - Entry Point y" | 1393 | -10496.31 | -7.5350 | 242.15 | -659.63 | 636.58 | - | "Unpacked - Entry Point z" | 1393 | 3487104 | 2503.3 | 135.67 | 2322.0 | 2648.0 | - | "Unpacked - Parent |P|" | 1393 | 5651666 | 4057.2 | 10330. | 1.4400 | 1.0205e+05 | - | "Unpacked - TOF" | 1393 | 16341.63 | 11.731 | 6.1238 | 7.4214 | 46.555 | + | "Diff. - Displacement x" | 1464 |1.588767e-05 | 1.0852e-08 | 2.8961e-07 | -5.0000e-07 | 4.9983e-07 | + | "Diff. - Displacement y" | 1464 |4.254743e-06 | 2.9062e-09 | 2.9071e-07 | -4.9824e-07 | 4.9993e-07 | + | "Diff. - Displacement z" | 1464 |-2.190884e-06 |-1.4965e-09 | 1.0550e-07 | -4.8818e-07 | 4.8818e-07 | + | "Diff. - Energy" | 1464 |2.065187e-05 | 1.4106e-08 | 5.7874e-07 | -9.9983e-07 | 9.9878e-07 | + | "Diff. - Entry Point x" | 1464 |0.0003258145 | 2.2255e-07 | 2.9007e-05 | -4.9862e-05 | 4.9821e-05 | + | "Diff. - Entry Point y" | 1464 |0.0001937029 | 1.3231e-07 | 2.8958e-05 | -4.9913e-05 | 4.9986e-05 | + | "Diff. - Entry Point z" | 1464 |-0.0003732912 |-2.5498e-07 | 7.7790e-06 | -4.9539e-05 | 4.9529e-05 | + | "Diff. - Parent |P|" | 1464 | 0.2020011 | 0.00013798 | 0.0028723 | -0.0049847 | 0.0049897 | + | "Diff. - TOF" | 1464 |-5.315536e-05 |-3.6308e-08 | 2.8848e-06 | -4.9898e-06 | 4.9901e-06 | + | "Original - Displacement x" | 1464 | -25.2923 | -0.017276 | 0.42371 | -5.9491 | 3.3290 | + | "Original - Displacement y" | 1464 | -4.085456 | -0.0027906 | 0.21805 | -2.5392 | 1.7427 | + | "Original - Displacement z" | 1464 | 465.1481 | 0.31772 | 0.35192 | -0.50000 | 0.50000 | + | "Original - Energy" | 1464 | 348.8153 | 0.23826 | 0.27800 | 0.00028378 | 3.6689 | + | "Original - Entry Point x" | 1464 | -3495.174 | -2.3874 | 274.80 | -794.20 | 778.24 | + | "Original - Entry Point y" | 1464 | 1980.478 | 1.3528 | 221.48 | -695.78 | 652.50 | + | "Original - Entry Point z" | 1464 | 3651048 | 2493.9 | 136.31 | 2322.0 | 2648.0 | + | "Original - Parent |P|" | 1464 | 6116070 | 4177.6 | 9739.2 | 1.4350 | 1.0205e+05 | + | "Original - TOF" | 1464 | 15921.63 | 10.875 | 6.1507 | 7.4224 | 42.767 | + | "Unpacked - Displacement x" | 1464 | -25.29232 | -0.017276 | 0.42371 | -5.9491 | 3.3290 | + | "Unpacked - Displacement y" | 1464 | -4.08546 | -0.0027906 | 0.21805 | -2.5392 | 1.7427 | + | "Unpacked - Displacement z" | 1464 | 465.1481 | 0.31772 | 0.35192 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 1464 | 348.8153 | 0.23826 | 0.27800 | 0.00028400 | 3.6689 | + | "Unpacked - Entry Point x" | 1464 | -3495.175 | -2.3874 | 274.80 | -794.20 | 778.24 | + | "Unpacked - Entry Point y" | 1464 | 1980.478 | 1.3528 | 221.48 | -695.78 | 652.50 | + | "Unpacked - Entry Point z" | 1464 | 3651048 | 2493.9 | 136.31 | 2322.0 | 2648.0 | + | "Unpacked - Parent |P|" | 1464 | 6116069 | 4177.6 | 9739.2 | 1.4400 | 1.0205e+05 | + | "Unpacked - TOF" | 1464 | 15921.63 | 10.875 | 6.1507 | 7.4225 | 42.767 | UnpackITHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 1110 | 222.00 | 135.96 | 0.0000 | 426.00 | + | "# UnPackedData" | 5 | 1222 | 244.40 | 147.47 | 0.0000 | 451.00 | CheckITHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1110 |-1.457558e-05 |-1.3131e-08 | 2.9155e-07 | -4.9997e-07 | 4.9646e-07 | - | "Diff. - Displacement y" | 1110 |2.178153e-06 | 1.9623e-09 | 2.9231e-07 | -4.9915e-07 | 4.9999e-07 | - | "Diff. - Displacement z" | 1110 |2.574786e-05 | 2.3196e-08 | 2.9308e-07 | -4.9727e-07 | 4.9953e-07 | - | "Diff. - Energy" | 1110 |4.571107e-06 | 4.1181e-09 | 5.6423e-07 | -9.9703e-07 | 9.9947e-07 | - | "Diff. - Entry Point x" | 1110 |-0.0006185021 |-5.5721e-07 | 2.8298e-05 | -4.9944e-05 | 4.9898e-05 | - | "Diff. - Entry Point y" | 1110 |-0.0008466839 |-7.6278e-07 | 2.8290e-05 | -4.9959e-05 | 4.9929e-05 | - | "Diff. - Entry Point z" | 1110 |-0.002014689 |-1.8150e-06 | 2.9203e-05 | -4.9967e-05 | 4.9863e-05 | - | "Diff. - Parent |P|" | 1110 |0.001792947 | 1.6153e-06 | 0.0028685 | -0.0049971 | 0.0049901 | - | "Diff. - TOF" | 1110 |-7.859713e-05 |-7.0808e-08 | 2.8865e-06 | -4.9844e-06 | 4.9971e-06 | - | "Original - Displacement x" | 1110 | -16.50977 | -0.014874 | 0.27759 | -2.1633 | 2.3011 | - | "Original - Displacement y" | 1110 | 3.294811 | 0.0029683 | 0.16930 | -1.0973 | 3.0696 | - | "Original - Displacement z" | 1110 | 338.6035 | 0.30505 | 0.20321 | -0.41154 | 0.41861 | - | "Original - Energy" | 1110 | 254.5379 | 0.22931 | 0.46697 | 0.00017027 | 9.2836 | - | "Original - Entry Point x" | 1110 | -24159.83 | -21.766 | 271.02 | -626.38 | 640.46 | - | "Original - Entry Point y" | 1110 | -27303.55 | -24.598 | 94.362 | -203.70 | 199.78 | - | "Original - Entry Point z" | 1110 | 9226559 | 8312.2 | 554.16 | 7667.7 | 9172.1 | - | "Original - Parent |P|" | 1110 |1.202078e+07 | 10830. | 17628. | 1.4265 | 1.0204e+05 | - | "Original - TOF" | 1110 | 31226.73 | 28.132 | 2.1940 | 25.287 | 40.527 | - | "Unpacked - Displacement x" | 1110 | -16.50975 | -0.014874 | 0.27759 | -2.1633 | 2.3011 | - | "Unpacked - Displacement y" | 1110 | 3.294809 | 0.0029683 | 0.16930 | -1.0973 | 3.0696 | - | "Unpacked - Displacement z" | 1110 | 338.6034 | 0.30505 | 0.20321 | -0.41154 | 0.41861 | - | "Unpacked - Energy" | 1110 | 254.5378 | 0.22931 | 0.46697 | 0.00017000 | 9.2836 | - | "Unpacked - Entry Point x" | 1110 | -24159.83 | -21.766 | 271.02 | -626.38 | 640.46 | - | "Unpacked - Entry Point y" | 1110 | -27303.55 | -24.598 | 94.362 | -203.70 | 199.78 | - | "Unpacked - Entry Point z" | 1110 | 9226559 | 8312.2 | 554.16 | 7667.7 | 9172.1 | - | "Unpacked - Parent |P|" | 1110 |1.202078e+07 | 10830. | 17628. | 1.4300 | 1.0204e+05 | - | "Unpacked - TOF" | 1110 | 31226.73 | 28.132 | 2.1940 | 25.287 | 40.527 | + | "Diff. - Displacement x" | 1222 |4.851556e-06 | 3.9702e-09 | 2.9490e-07 | -4.9962e-07 | 4.9949e-07 | + | "Diff. - Displacement y" | 1222 |1.122727e-05 | 9.1876e-09 | 2.8422e-07 | -4.9796e-07 | 4.9950e-07 | + | "Diff. - Displacement z" | 1222 |1.789759e-05 | 1.4646e-08 | 2.8182e-07 | -4.9821e-07 | 4.9922e-07 | + | "Diff. - Energy" | 1222 |3.284337e-05 | 2.6877e-08 | 5.6874e-07 | -9.9759e-07 | 9.9981e-07 | + | "Diff. - Entry Point x" | 1222 |-0.0006432714 |-5.2641e-07 | 2.8697e-05 | -4.9989e-05 | 4.9711e-05 | + | "Diff. - Entry Point y" | 1222 |0.0004455068 | 3.6457e-07 | 2.8461e-05 | -4.9857e-05 | 4.9834e-05 | + | "Diff. - Entry Point z" | 1222 |0.0003722634 | 3.0463e-07 | 2.8361e-05 | -4.9925e-05 | 4.9943e-05 | + | "Diff. - Parent |P|" | 1222 | 0.04543011 | 3.7177e-05 | 0.0029130 | -0.0049951 | 0.0049919 | + | "Diff. - TOF" | 1222 |-1.383726e-05 |-1.1323e-08 | 2.8907e-06 | -4.9960e-06 | 4.9941e-06 | + | "Original - Displacement x" | 1222 | -26.16649 | -0.021413 | 0.21322 | -2.2451 | 0.96121 | + | "Original - Displacement y" | 1222 | -0.2522958 |-0.00020646 | 0.099853 | -0.98473 | 0.80339 | + | "Original - Displacement z" | 1222 | 384.8167 | 0.31491 | 0.18974 | -0.41335 | 0.41160 | + | "Original - Energy" | 1222 | 215.8661 | 0.17665 | 0.29017 | 0.0010166 | 4.8317 | + | "Original - Entry Point x" | 1222 | 11747 | 9.6129 | 289.46 | -641.54 | 647.47 | + | "Original - Entry Point y" | 1222 | -16324.09 | -13.359 | 101.15 | -212.01 | 218.26 | + | "Original - Entry Point z" | 1222 |1.030744e+07 | 8434.9 | 558.61 | 7667.7 | 9172.3 | + | "Original - Parent |P|" | 1222 |1.319369e+07 | 10797. | 16589. | 1.4545 | 1.0204e+05 | + | "Original - TOF" | 1222 | 35013.85 | 28.653 | 2.6285 | 25.279 | 47.823 | + | "Unpacked - Displacement x" | 1222 | -26.16649 | -0.021413 | 0.21322 | -2.2451 | 0.96121 | + | "Unpacked - Displacement y" | 1222 | -0.252307 |-0.00020647 | 0.099853 | -0.98473 | 0.80339 | + | "Unpacked - Displacement z" | 1222 | 384.8167 | 0.31491 | 0.18974 | -0.41335 | 0.41160 | + | "Unpacked - Energy" | 1222 | 215.8661 | 0.17665 | 0.29017 | 0.0010160 | 4.8317 | + | "Unpacked - Entry Point x" | 1222 | 11747 | 9.6129 | 289.46 | -641.54 | 647.47 | + | "Unpacked - Entry Point y" | 1222 | -16324.09 | -13.359 | 101.15 | -212.01 | 218.26 | + | "Unpacked - Entry Point z" | 1222 |1.030744e+07 | 8434.9 | 558.61 | 7667.7 | 9172.3 | + | "Unpacked - Parent |P|" | 1222 |1.319369e+07 | 10797. | 16589. | 1.4500 | 1.0204e+05 | + | "Unpacked - TOF" | 1222 | 35013.85 | 28.653 | 2.6285 | 25.279 | 47.823 | UnpackOTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 3323 | 664.60 | 390.87 | 0.0000 | 1157.0 | + | "# UnPackedData" | 5 | 3635 | 727.00 | 489.61 | 0.0000 | 1511.0 | CheckOTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 3323 |-3.491089e-06 |-1.0506e-09 | 2.9101e-07 | -4.9978e-07 | 4.9956e-07 | - | "Diff. - Displacement y" | 3323 |-1.043675e-05 |-3.1408e-09 | 2.9164e-07 | -4.9877e-07 | 4.9965e-07 | - | "Diff. - Displacement z" | 3323 |1.816875e-05 | 5.4676e-09 | 2.9107e-07 | -4.9988e-07 | 4.9965e-07 | - | "Diff. - Energy" | 3323 |-1.726328e-05 |-5.1951e-09 | 5.8229e-07 | -9.9990e-07 | 9.9998e-07 | - | "Diff. - Entry Point x" | 3323 |0.001501183 | 4.5176e-07 | 2.8593e-05 | -4.9997e-05 | 4.9995e-05 | - | "Diff. - Entry Point y" | 3323 |0.0005181427 | 1.5593e-07 | 2.8895e-05 | -4.9954e-05 | 4.9909e-05 | - | "Diff. - Entry Point z" | 3323 |0.004426404 | 1.3321e-06 | 2.8954e-05 | -4.9981e-05 | 4.9993e-05 | - | "Diff. - Parent |P|" | 3323 | 0.2032044 | 6.1151e-05 | 0.0028932 | -0.0049995 | 0.0049971 | - | "Diff. - TOF" | 3323 |-7.396129e-05 |-2.2257e-08 | 2.8892e-06 | -4.9997e-06 | 4.9969e-06 | - | "Original - Displacement x" | 3323 | 286.9639 | 0.086357 | 9.7951 | -107.18 | 107.19 | - | "Original - Displacement y" | 3323 | -40.86942 | -0.012299 | 6.8771 | -182.37 | 155.51 | - | "Original - Displacement z" | 3323 | 21718.5 | 6.5358 | 7.3055 | -10.949 | 10.845 | - | "Original - Energy" | 3323 | 984.9914 | 0.29642 | 0.37950 | 0.00038266 | 7.3225 | - | "Original - Entry Point x" | 3323 | -353569.4 | -106.40 | 1370.0 | -3047.6 | 2979.3 | - | "Original - Entry Point y" | 3323 | 213610.8 | 64.283 | 734.64 | -2383.6 | 2390.0 | - | "Original - Entry Point z" | 3323 |2.86712e+07 | 8628.1 | 570.78 | 7848.3 | 9414.7 | - | "Original - Parent |P|" | 3323 |1.258283e+07 | 3786.6 | 7985.8 | 1.4227 | 1.0204e+05 | - | "Original - TOF" | 3323 | 112470.4 | 33.846 | 11.157 | 25.901 | 180.50 | - | "Unpacked - Displacement x" | 3323 | 286.9639 | 0.086357 | 9.7951 | -107.18 | 107.19 | - | "Unpacked - Displacement y" | 3323 | -40.86941 | -0.012299 | 6.8771 | -182.37 | 155.51 | - | "Unpacked - Displacement z" | 3323 | 21718.5 | 6.5358 | 7.3055 | -10.949 | 10.845 | - | "Unpacked - Energy" | 3323 | 984.9914 | 0.29642 | 0.37950 | 0.00038200 | 7.3225 | - | "Unpacked - Entry Point x" | 3323 | -353569.4 | -106.40 | 1370.0 | -3047.6 | 2979.3 | - | "Unpacked - Entry Point y" | 3323 | 213610.8 | 64.283 | 734.64 | -2383.6 | 2390.0 | - | "Unpacked - Entry Point z" | 3323 |2.86712e+07 | 8628.1 | 570.78 | 7848.3 | 9414.7 | - | "Unpacked - Parent |P|" | 3323 |1.258283e+07 | 3786.6 | 7985.8 | 1.4200 | 1.0204e+05 | - | "Unpacked - TOF" | 3323 | 112470.4 | 33.846 | 11.157 | 25.901 | 180.50 | + | "Diff. - Displacement x" | 3635 |1.220198e-05 | 3.3568e-09 | 2.8786e-07 | -4.9994e-07 | 4.9961e-07 | + | "Diff. - Displacement y" | 3635 |-2.648659e-05 |-7.2865e-09 | 2.9278e-07 | -4.9974e-07 | 4.9993e-07 | + | "Diff. - Displacement z" | 3635 |-4.174668e-06 |-1.1485e-09 | 2.8810e-07 | -4.9965e-07 | 4.9988e-07 | + | "Diff. - Energy" | 3635 |6.498723e-05 | 1.7878e-08 | 5.7349e-07 | -9.9981e-07 | 9.9691e-07 | + | "Diff. - Entry Point x" | 3635 |-0.002484642 |-6.8353e-07 | 2.8826e-05 | -4.9958e-05 | 4.9974e-05 | + | "Diff. - Entry Point y" | 3635 |-0.004669225 |-1.2845e-06 | 2.9255e-05 | -4.9929e-05 | 4.9987e-05 | + | "Diff. - Entry Point z" | 3635 |0.0004289944 | 1.1802e-07 | 2.8954e-05 | -4.9987e-05 | 4.9921e-05 | + | "Diff. - Parent |P|" | 3635 | -0.2009595 |-5.5285e-05 | 0.0028928 | -0.0049963 | 0.0049977 | + | "Diff. - TOF" | 3635 |0.0002756675 | 7.5837e-08 | 2.8937e-06 | -4.9957e-06 | 4.9994e-06 | + | "Original - Displacement x" | 3635 | -1687.928 | -0.46435 | 7.4877 | -77.109 | 73.247 | + | "Original - Displacement y" | 3635 | 756.0698 | 0.20800 | 3.9555 | -40.244 | 42.799 | + | "Original - Displacement z" | 3635 | 25794.05 | 7.0960 | 6.7857 | -10.830 | 10.837 | + | "Original - Energy" | 3635 | 1155.765 | 0.31795 | 0.42796 | 0.00016037 | 6.1160 | + | "Original - Entry Point x" | 3635 | -740781.6 | -203.79 | 1303.6 | -3104.2 | 2977.5 | + | "Original - Entry Point y" | 3635 | -59217.14 | -16.291 | 666.01 | -2396.7 | 2245.1 | + | "Original - Entry Point z" | 3635 |3.14831e+07 | 8661.1 | 557.72 | 7848.3 | 9414.5 | + | "Original - Parent |P|" | 3635 |1.482391e+07 | 4078.1 | 8591.1 | 1.4262 | 1.0203e+05 | + | "Original - TOF" | 3635 | 119823.5 | 32.964 | 10.196 | 25.917 | 143.11 | + | "Unpacked - Displacement x" | 3635 | -1687.928 | -0.46435 | 7.4877 | -77.109 | 73.247 | + | "Unpacked - Displacement y" | 3635 | 756.0699 | 0.20800 | 3.9555 | -40.244 | 42.799 | + | "Unpacked - Displacement z" | 3635 | 25794.05 | 7.0960 | 6.7857 | -10.830 | 10.837 | + | "Unpacked - Energy" | 3635 | 1155.765 | 0.31795 | 0.42796 | 0.00016000 | 6.1160 | + | "Unpacked - Entry Point x" | 3635 | -740781.6 | -203.79 | 1303.6 | -3104.2 | 2977.5 | + | "Unpacked - Entry Point y" | 3635 | -59217.14 | -16.291 | 666.01 | -2396.7 | 2245.1 | + | "Unpacked - Entry Point z" | 3635 |3.14831e+07 | 8661.1 | 557.72 | 7848.3 | 9414.5 | + | "Unpacked - Parent |P|" | 3635 |1.482391e+07 | 4078.1 | 8591.1 | 1.4300 | 1.0203e+05 | + | "Unpacked - TOF" | 3635 | 119823.5 | 32.964 | 10.196 | 25.917 | 143.11 | UnpackRichHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 9567 | 1913.4 | 1425.7 | 0.0000 | 4324.0 | + | "# UnPackedData" | 5 | 9290 | 1858.0 | 1270.2 | 0.0000 | 3842.0 | UnpackRichOpPhot SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 9566 | 1913.2 | 1425.7 | 0.0000 | 4324.0 | + | "# UnPackedData" | 5 | 9290 | 1858.0 | 1270.2 | 0.0000 | 3842.0 | UnpackRichSegments SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 506 | 101.20 | 63.616 | 0.0000 | 194.00 | + | "# UnPackedData" | 5 | 597 | 119.40 | 73.413 | 0.0000 | 223.00 | UnpackRichTracks SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 421 | 84.200 | 51.101 | 0.0000 | 154.00 | + | "# UnPackedData" | 5 | 489 | 97.800 | 58.758 | 0.0000 | 174.00 | CheckRichHits SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 9567 |-0.002106519 |-2.2019e-07 | 2.1535e-05 | -0.0021065 | -6.9389e-18 | - | "Diff. - Entry Point x" | 9567 |0.0007549187 | 7.8909e-08 | 2.8709e-05 | -4.9992e-05 | 5.0000e-05 | - | "Diff. - Entry Point y" | 9567 |0.001187128 | 1.2409e-07 | 2.8840e-05 | -4.9991e-05 | 4.9992e-05 | - | "Diff. - Entry Point z" | 9567 |0.004382373 | 4.5807e-07 | 2.8924e-05 | -4.9976e-05 | 4.9998e-05 | - | "Diff. - TOF" | 9567 |6.250391e-05 | 6.5333e-09 | 2.8996e-06 | -4.9989e-06 | 4.9997e-06 | - | "Original - Energy" | 9567 | 598.0979 | 0.062517 | 4.1584 | 0.020000 | 406.78 | - | "Original - Entry Point x" | 9567 | -7927881 | -828.67 | 2957.3 | -4150.5 | 4150.5 | - | "Original - Entry Point y" | 9567 | -962279.1 | -100.58 | 816.10 | -1390.1 | 1391.5 | - | "Original - Entry Point z" | 9567 |6.703359e+07 | 7006.8 | 4519.1 | 1331.6 | 11095. | - | "Original - TOF" | 9567 | 320362.1 | 33.486 | 21.578 | 6.9664 | 139.33 | - | "Unpacked - Energy" | 9567 | 598.1 | 0.062517 | 4.1584 | 0.020000 | 406.78 | - | "Unpacked - Entry Point x" | 9567 | -7927881 | -828.67 | 2957.3 | -4150.5 | 4150.5 | - | "Unpacked - Entry Point y" | 9567 | -962279.1 | -100.58 | 816.10 | -1390.1 | 1391.5 | - | "Unpacked - Entry Point z" | 9567 |6.703359e+07 | 7006.8 | 4519.1 | 1331.6 | 11095. | - | "Unpacked - TOF" | 9567 | 320362.1 | 33.486 | 21.578 | 6.9664 | 139.33 | + | "Diff. - Energy" | 9290 |-6.446232e-14 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 9290 |-0.0001660096 |-1.7870e-08 | 2.8972e-05 | -4.9983e-05 | 5.0000e-05 | + | "Diff. - Entry Point y" | 9290 |-0.0005127326 |-5.5192e-08 | 2.9003e-05 | -4.9987e-05 | 4.9979e-05 | + | "Diff. - Entry Point z" | 9290 |0.001734152 | 1.8667e-07 | 2.8767e-05 | -4.9996e-05 | 4.9997e-05 | + | "Diff. - TOF" | 9290 |0.0002373242 | 2.5546e-08 | 2.8735e-06 | -4.9989e-06 | 4.9985e-06 | + | "Original - Energy" | 9290 | 185.8 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 9290 | 6417018 | 690.74 | 3062.9 | -4150.5 | 4150.7 | + | "Original - Entry Point y" | 9290 | 331795 | 35.715 | 803.79 | -1391.6 | 1391.8 | + | "Original - Entry Point z" | 9290 |6.793077e+07 | 7312.2 | 4494.5 | 1329.9 | 11095. | + | "Original - TOF" | 9290 | 326047.7 | 35.097 | 20.977 | 6.5197 | 177.76 | + | "Unpacked - Energy" | 9290 | 185.8 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 9290 | 6417018 | 690.74 | 3062.9 | -4150.5 | 4150.7 | + | "Unpacked - Entry Point y" | 9290 | 331795 | 35.715 | 803.79 | -1391.6 | 1391.8 | + | "Unpacked - Entry Point z" | 9290 |6.793077e+07 | 7312.2 | 4494.5 | 1329.9 | 11095. | + | "Unpacked - TOF" | 9290 | 326047.7 | 35.097 | 20.977 | 6.5197 | 177.76 | CheckRichOpPhot SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 9566 |-0.004671762 |-4.8837e-07 | 2.8986e-05 | -4.9987e-05 | 4.9971e-05 | - | "Diff. - Emission Point y" | 9566 |0.0006075723 | 6.3514e-08 | 2.9085e-05 | -4.9985e-05 | 4.9984e-05 | - | "Diff. - Emission Point z" | 9566 |0.001884823 | 1.9703e-07 | 2.9031e-05 | -4.9976e-05 | 4.9995e-05 | - | "Diff. - Energy" | 9566 |-9.995347e-10 |-1.0449e-13 | 5.8193e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 9566 |-0.005537437 |-5.7887e-07 | 2.8791e-05 | -4.9996e-05 | 4.9966e-05 | - | "Diff. - HPD In. Point y" | 9566 |-0.001957936 |-2.0468e-07 | 2.8625e-05 | -4.9981e-05 | 4.9968e-05 | - | "Diff. - HPD In. Point z" | 9566 |-0.006074123 |-6.3497e-07 | 2.8716e-05 | -4.9997e-05 | 4.9993e-05 | - | "Diff. - HPD QW Point x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 9566 | 30021.1 | 3.1383 | 1.8349 | 0.00010357 | 6.2828 | - | "Original - Cherenkov Theta" | 9566 | 5255.471 | 0.54939 | 0.55837 | 0.0011027 | 2.9711 | - | "Original - Emission Point x" | 9566 | -7944285 | -830.47 | 2031.1 | -4010.4 | 4054.8 | - | "Original - Emission Point y" | 9566 | -1281011 | -133.91 | 486.45 | -1428.8 | 1491.8 | - | "Original - Emission Point z" | 9566 |6.541914e+07 | 6838.7 | 4477.0 | 990.24 | 11770. | - | "Original - Energy" | 9566 | 0.04138391 | 4.3261e-06 | 1.1092e-06 | 1.7559e-06 | 6.8514e-06 | - | "Original - HPD In. Point x" | 9566 | -7721002 | -807.13 | 2890.0 | -4078.8 | 4079.0 | - | "Original - HPD In. Point y" | 9566 | -903143.7 | -94.412 | 759.73 | -1287.9 | 1299.3 | - | "Original - HPD In. Point z" | 9566 |6.654577e+07 | 6956.5 | 4518.9 | 1278.3 | 11070. | - | "Original - HPD QW Point x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 9566 | 30021.1 | 3.1383 | 1.8349 | 0.00010357 | 6.2828 | - | "Unpacked - Cherenkov Theta" | 9566 | 5255.471 | 0.54939 | 0.55837 | 0.0011027 | 2.9711 | - | "Unpacked - Emission Point x" | 9566 | -7944285 | -830.47 | 2031.1 | -4010.4 | 4054.8 | - | "Unpacked - Emission Point y" | 9566 | -1281011 | -133.91 | 486.45 | -1428.8 | 1491.8 | - | "Unpacked - Emission Point z" | 9566 |6.541914e+07 | 6838.7 | 4477.0 | 990.24 | 11770. | - | "Unpacked - Energy" | 9566 | 0.04138391 | 4.3261e-06 | 1.1092e-06 | 1.7559e-06 | 6.8514e-06 | - | "Unpacked - HPD In. Point x" | 9566 | -7721002 | -807.13 | 2890.0 | -4078.8 | 4079.0 | - | "Unpacked - HPD In. Point y" | 9566 | -903143.7 | -94.412 | 759.73 | -1287.9 | 1299.3 | - | "Unpacked - HPD In. Point z" | 9566 |6.654577e+07 | 6956.5 | 4518.9 | 1278.3 | 11070. | - | "Unpacked - HPD QW Point x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 9566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 9290 |-0.002161142 |-2.3263e-07 | 2.8750e-05 | -4.9981e-05 | 4.9975e-05 | + | "Diff. - Emission Point y" | 9290 |0.001303939 | 1.4036e-07 | 2.8712e-05 | -4.9982e-05 | 5.0000e-05 | + | "Diff. - Emission Point z" | 9290 |0.005523235 | 5.9454e-07 | 2.8955e-05 | -4.9977e-05 | 4.9994e-05 | + | "Diff. - Energy" | 9290 |2.25441e-10 | 2.4267e-14 | 5.7772e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 9290 |-0.0001068704 |-1.1504e-08 | 2.8884e-05 | -5.0000e-05 | 4.9993e-05 | + | "Diff. - HPD In. Point y" | 9290 |0.003563534 | 3.8359e-07 | 2.9056e-05 | -4.9977e-05 | 4.9997e-05 | + | "Diff. - HPD In. Point z" | 9290 |-0.0007544045 |-8.1206e-08 | 2.8913e-05 | -4.9961e-05 | 4.9992e-05 | + | "Diff. - HPD QW Point x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 9290 | 29678.7 | 3.1947 | 1.8150 | 0.00024312 | 6.2830 | + | "Original - Cherenkov Theta" | 9290 | 4568.45 | 0.49176 | 0.56926 | 0.0069003 | 3.0044 | + | "Original - Emission Point x" | 9290 | 4941487 | 531.91 | 2038.6 | -3998.4 | 4054.4 | + | "Original - Emission Point y" | 9290 | 386566.2 | 41.611 | 461.94 | -1432.1 | 1445.7 | + | "Original - Emission Point z" | 9290 |6.619593e+07 | 7125.5 | 4446.2 | 990.01 | 11806. | + | "Original - Energy" | 9290 | 0.0398685 | 4.2916e-06 | 1.0859e-06 | 1.7523e-06 | 6.8571e-06 | + | "Original - HPD In. Point x" | 9290 | 6269547 | 674.87 | 2993.5 | -4078.8 | 4077.9 | + | "Original - HPD In. Point y" | 9290 | 303411.8 | 32.660 | 748.73 | -1316.7 | 1312.1 | + | "Original - HPD In. Point z" | 9290 |6.745463e+07 | 7261.0 | 4492.6 | 1260.3 | 11071. | + | "Original - HPD QW Point x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 9290 | 29678.7 | 3.1947 | 1.8150 | 0.00024312 | 6.2830 | + | "Unpacked - Cherenkov Theta" | 9290 | 4568.45 | 0.49176 | 0.56926 | 0.0069003 | 3.0044 | + | "Unpacked - Emission Point x" | 9290 | 4941487 | 531.91 | 2038.6 | -3998.4 | 4054.4 | + | "Unpacked - Emission Point y" | 9290 | 386566.2 | 41.611 | 461.94 | -1432.1 | 1445.7 | + | "Unpacked - Emission Point z" | 9290 |6.619593e+07 | 7125.5 | 4446.2 | 990.01 | 11806. | + | "Unpacked - Energy" | 9290 | 0.0398685 | 4.2915e-06 | 1.0859e-06 | 1.7523e-06 | 6.8571e-06 | + | "Unpacked - HPD In. Point x" | 9290 | 6269547 | 674.87 | 2993.5 | -4078.8 | 4077.9 | + | "Unpacked - HPD In. Point y" | 9290 | 303411.8 | 32.660 | 748.73 | -1316.7 | 1312.1 | + | "Unpacked - HPD In. Point z" | 9290 |6.745463e+07 | 7261.0 | 4492.6 | 1260.3 | 11071. | + | "Unpacked - HPD QW Point x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 9290 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegments SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 506 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 597 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 6260 | 1252.0 | 777.56 | 0.0000 | 2296.0 | + | "# UnPackedData" | 5 | 6887 | 1377.4 | 822.20 | 0.0000 | 2367.0 | CheckSpdHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 6260 |-0.000867099 |-1.3851e-07 | 2.8925e-05 | -4.9980e-05 | 4.9991e-05 | - | "Diff. - TOF" | 6260 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 6260 | 3456.245 | 0.55212 | 1.5889 | 5.6724e-06 | 40.127 | - | "Original - TOF" | 6260 | 9733 | 1.5548 | 1.7230 | -1.0000 | 11.000 | - | "Unpacked - Energy" | 6260 | 3456.246 | 0.55212 | 1.5889 | 0.0000 | 40.127 | - | "Unpacked - TOF" | 6260 | 9733 | 1.5548 | 1.7230 | -1.0000 | 11.000 | + | "Diff. - Energy" | 6887 |-0.0001101352 |-1.5992e-08 | 2.9076e-05 | -4.9994e-05 | 4.9987e-05 | + | "Diff. - TOF" | 6887 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 6887 | 3657.248 | 0.53104 | 1.4738 | 5.9156e-07 | 29.822 | + | "Original - TOF" | 6887 | 10682 | 1.5510 | 1.7143 | -1.0000 | 10.000 | + | "Unpacked - Energy" | 6887 | 3657.248 | 0.53104 | 1.4738 | 0.0000 | 29.822 | + | "Unpacked - TOF" | 6887 | 10682 | 1.5510 | 1.7143 | -1.0000 | 10.000 | UnpackPrsHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 10118 | 2023.6 | 1313.5 | 0.0000 | 3909.0 | + | "# UnPackedData" | 5 | 10574 | 2114.8 | 1361.3 | 0.0000 | 3689.0 | CheckPrsHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 10118 |-0.004337772 |-4.2872e-07 | 2.8825e-05 | -4.9979e-05 | 4.9996e-05 | - | "Diff. - TOF" | 10118 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 10118 | 10603.66 | 1.0480 | 4.2416 | 3.1705e-06 | 99.993 | - | "Original - TOF" | 10118 | 15460 | 1.5280 | 1.6993 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 10118 | 10603.67 | 1.0480 | 4.2416 | 0.0000 | 99.993 | - | "Unpacked - TOF" | 10118 | 15460 | 1.5280 | 1.6993 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 10574 | 0.00556142 | 5.2595e-07 | 2.8951e-05 | -4.9990e-05 | 4.9996e-05 | + | "Diff. - TOF" | 10574 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 10574 | 11062.23 | 1.0462 | 4.2291 | 4.1781e-06 | 139.87 | + | "Original - TOF" | 10574 | 16190 | 1.5311 | 1.7026 | -1.0000 | 6.0000 | + | "Unpacked - Energy" | 10574 | 11062.22 | 1.0462 | 4.2291 | 0.0000 | 139.87 | + | "Unpacked - TOF" | 10574 | 16190 | 1.5311 | 1.7026 | -1.0000 | 6.0000 | UnpackEcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 12381 | 2476.2 | 1530.1 | 0.0000 | 4536.0 | + | "# UnPackedData" | 5 | 12734 | 2546.8 | 1621.8 | 0.0000 | 4573.0 | CheckEcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 12381 |0.003299884 | 2.6653e-07 | 2.8862e-05 | -4.9993e-05 | 4.9988e-05 | - | "Diff. - TOF" | 12381 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 12381 | 169987.3 | 13.730 | 87.246 | 8.1885e-05 | 4469.8 | - | "Original - TOF" | 12381 | 1507 | 0.12172 | 0.34639 | 0.0000 | 4.0000 | - | "Unpacked - Energy" | 12381 | 169987.3 | 13.730 | 87.246 | 0.00010000 | 4469.8 | - | "Unpacked - TOF" | 12381 | 1507 | 0.12172 | 0.34639 | 0.0000 | 4.0000 | + | "Diff. - Energy" | 12734 |-0.00154586 |-1.2140e-07 | 2.8882e-05 | -4.9996e-05 | 4.9990e-05 | + | "Diff. - TOF" | 12734 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 12734 | 166344.4 | 13.063 | 68.376 | 2.5381e-09 | 2545.6 | + | "Original - TOF" | 12734 | 1579 | 0.12400 | 0.37568 | 0.0000 | 7.0000 | + | "Unpacked - Energy" | 12734 | 166344.4 | 13.063 | 68.376 | 0.0000 | 2545.6 | + | "Unpacked - TOF" | 12734 | 1579 | 0.12400 | 0.37568 | 0.0000 | 7.0000 | UnpackHcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 1625 | 325.00 | 210.50 | 0.0000 | 656.00 | + | "# UnPackedData" | 5 | 1577 | 315.40 | 236.54 | 0.0000 | 647.00 | CheckHcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1625 |-0.0009504637 |-5.8490e-07 | 2.8952e-05 | -4.9916e-05 | 4.9878e-05 | - | "Diff. - TOF" | 1625 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1625 | 13954.56 | 8.5874 | 27.936 | 0.00032496 | 488.06 | - | "Original - TOF" | 1625 | 275 | 0.16923 | 0.50381 | -1.0000 | 3.0000 | - | "Unpacked - Energy" | 1625 | 13954.56 | 8.5874 | 27.936 | 0.00030000 | 488.06 | - | "Unpacked - TOF" | 1625 | 275 | 0.16923 | 0.50381 | -1.0000 | 3.0000 | + | "Diff. - Energy" | 1577 |-0.001026206 |-6.5073e-07 | 2.8532e-05 | -5.0000e-05 | 4.9919e-05 | + | "Diff. - TOF" | 1577 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1577 | 19210.88 | 12.182 | 48.832 | 1.6936e-05 | 870.87 | + | "Original - TOF" | 1577 | 173 | 0.10970 | 0.49089 | -1.0000 | 2.0000 | + | "Unpacked - Energy" | 1577 | 19210.88 | 12.182 | 48.832 | 0.0000 | 870.87 | + | "Unpacked - TOF" | 1577 | 173 | 0.10970 | 0.49089 | -1.0000 | 2.0000 | UnpackMuonHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 1317 | 263.40 | 152.31 | 0.0000 | 459.00 | + | "# UnPackedData" | 5 | 1362 | 272.40 | 167.14 | 0.0000 | 491.00 | CheckMuonHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1317 |-4.625935e-06 |-3.5125e-09 | 2.9526e-07 | -4.9983e-07 | 4.9966e-07 | - | "Diff. - Displacement y" | 1317 |3.205071e-05 | 2.4336e-08 | 2.8709e-07 | -4.9971e-07 | 4.9998e-07 | - | "Diff. - Displacement z" | 1317 |8.013062e-06 | 6.0843e-09 | 2.8145e-07 | -4.9984e-07 | 4.9991e-07 | - | "Diff. - Energy" | 1317 |-9.993968e-06 |-7.5884e-09 | 5.8416e-07 | -9.9983e-07 | 9.9941e-07 | - | "Diff. - Entry Point x" | 1317 |-0.001277252 |-9.6982e-07 | 2.8836e-05 | -4.9946e-05 | 4.9965e-05 | - | "Diff. - Entry Point y" | 1317 |-0.001584372 |-1.2030e-06 | 2.8494e-05 | -4.9979e-05 | 4.9996e-05 | - | "Diff. - Entry Point z" | 1317 |-0.001599663 |-1.2146e-06 | 2.8952e-05 | -4.9989e-05 | 4.9925e-05 | - | "Diff. - Parent |P|" | 1317 | 0.2252786 | 0.00017105 | 0.0029436 | -0.0049964 | 0.0049984 | - | "Diff. - TOF" | 1317 |0.0001145063 | 8.6945e-08 | 2.9195e-06 | -4.9964e-06 | 4.9971e-06 | - | "Original - Displacement x" | 1317 | -197.8059 | -0.15019 | 3.4775 | -32.234 | 16.829 | - | "Original - Displacement y" | 1317 | 13.31069 | 0.010107 | 3.5099 | -51.044 | 52.541 | - | "Original - Displacement z" | 1317 | 4930.383 | 3.7436 | 2.5334 | -5.0217 | 5.0913 | - | "Original - Energy" | 1317 | 2.606316 | 0.0019790 | 0.0037585 | 2.5583e-05 | 0.063963 | - | "Original - Entry Point x" | 1317 | -95138.93 | -72.239 | 1428.7 | -4631.5 | 3885.2 | - | "Original - Entry Point y" | 1317 | 15173.03 | 11.521 | 861.14 | -4067.9 | 3115.6 | - | "Original - Entry Point z" | 1317 |1.628814e+07 | 12368. | 860.98 | 11953. | 16546. | - | "Original - Parent |P|" | 1317 | 3495578 | 2654.2 | 7571.7 | 1.4257 | 1.0198e+05 | - | "Original - TOF" | 1317 | 56380.2 | 42.810 | 4.8537 | 39.558 | 116.85 | - | "Unpacked - Displacement x" | 1317 | -197.8059 | -0.15019 | 3.4775 | -32.234 | 16.829 | - | "Unpacked - Displacement y" | 1317 | 13.31066 | 0.010107 | 3.5099 | -51.044 | 52.541 | - | "Unpacked - Displacement z" | 1317 | 4930.383 | 3.7436 | 2.5334 | -5.0217 | 5.0913 | - | "Unpacked - Energy" | 1317 | 2.606326 | 0.0019790 | 0.0037585 | 2.6000e-05 | 0.063962 | - | "Unpacked - Entry Point x" | 1317 | -95138.92 | -72.239 | 1428.7 | -4631.5 | 3885.2 | - | "Unpacked - Entry Point y" | 1317 | 15173.03 | 11.521 | 861.14 | -4067.9 | 3115.6 | - | "Unpacked - Entry Point z" | 1317 |1.628814e+07 | 12368. | 860.98 | 11953. | 16546. | - | "Unpacked - Parent |P|" | 1317 | 3495577 | 2654.2 | 7571.7 | 1.4300 | 1.0198e+05 | - | "Unpacked - TOF" | 1317 | 56380.2 | 42.810 | 4.8537 | 39.558 | 116.85 | + | "Diff. - Displacement x" | 1362 |1.10619e-05 | 8.1218e-09 | 2.9219e-07 | -4.9962e-07 | 4.9906e-07 | + | "Diff. - Displacement y" | 1362 |-1.23918e-06 |-9.0982e-10 | 2.9472e-07 | -4.9977e-07 | 4.9792e-07 | + | "Diff. - Displacement z" | 1362 |-9.685556e-06 |-7.1113e-09 | 2.8611e-07 | -4.9974e-07 | 4.9970e-07 | + | "Diff. - Energy" | 1362 |-2.532709e-05 |-1.8596e-08 | 5.8245e-07 | -9.9957e-07 | 9.9565e-07 | + | "Diff. - Entry Point x" | 1362 |-0.001520402 |-1.1163e-06 | 2.8801e-05 | -4.9872e-05 | 4.9979e-05 | + | "Diff. - Entry Point y" | 1362 |-0.00196792 |-1.4449e-06 | 2.8737e-05 | -4.9875e-05 | 4.9968e-05 | + | "Diff. - Entry Point z" | 1362 |0.002115753 | 1.5534e-06 | 2.8822e-05 | -4.9802e-05 | 4.9927e-05 | + | "Diff. - Parent |P|" | 1362 | 0.06385315 | 4.6882e-05 | 0.0028665 | -0.0049955 | 0.0049919 | + | "Diff. - TOF" | 1362 |4.020107e-06 | 2.9516e-09 | 2.8987e-06 | -4.9927e-06 | 4.9946e-06 | + | "Original - Displacement x" | 1362 | -288.829 | -0.21206 | 5.5907 | -63.201 | 115.72 | + | "Original - Displacement y" | 1362 | 323.0621 | 0.23720 | 6.6030 | -35.259 | 140.98 | + | "Original - Displacement z" | 1362 | 5301.073 | 3.8921 | 2.4162 | -5.1056 | 5.0987 | + | "Original - Energy" | 1362 | 2.930939 | 0.0021519 | 0.0052697 | 1.9652e-05 | 0.16142 | + | "Original - Entry Point x" | 1362 | -98336.55 | -72.200 | 1475.8 | -4668.6 | 4674.5 | + | "Original - Entry Point y" | 1362 | -89843.89 | -65.965 | 902.28 | -3960.6 | 3087.7 | + | "Original - Entry Point z" | 1362 |1.691965e+07 | 12423. | 1046.4 | 11952. | 18741. | + | "Original - Parent |P|" | 1362 | 3904682 | 2866.9 | 7853.5 | 1.4967 | 1.0201e+05 | + | "Original - TOF" | 1362 | 58557.38 | 42.994 | 5.4115 | 39.626 | 83.942 | + | "Unpacked - Displacement x" | 1362 | -288.829 | -0.21206 | 5.5907 | -63.201 | 115.72 | + | "Unpacked - Displacement y" | 1362 | 323.0621 | 0.23720 | 6.6030 | -35.259 | 140.98 | + | "Unpacked - Displacement z" | 1362 | 5301.073 | 3.8921 | 2.4162 | -5.1056 | 5.0987 | + | "Unpacked - Energy" | 1362 | 2.930964 | 0.0021520 | 0.0052697 | 2.0000e-05 | 0.16142 | + | "Unpacked - Entry Point x" | 1362 | -98336.55 | -72.200 | 1475.8 | -4668.6 | 4674.5 | + | "Unpacked - Entry Point y" | 1362 | -89843.89 | -65.965 | 902.28 | -3960.6 | 3087.7 | + | "Unpacked - Entry Point z" | 1362 |1.691965e+07 | 12423. | 1046.4 | 11952. | 18741. | + | "Unpacked - Parent |P|" | 1362 | 3904682 | 2866.9 | 7853.5 | 1.5000 | 1.0201e+05 | + | "Unpacked - TOF" | 1362 | 58557.38 | 42.994 | 5.4115 | 39.626 | 83.942 | GaussTape INFO Events output: 5 FSROutputStreamGaussTape INFO Set up File Summary Record FSROutputStreamGaussTape INFO Events output: 1 @@ -1376,12 +1376,12 @@ MainEventGaussSim.Mai...SUCCESS Booked 4 Histogram(s) : 1D=4 MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 6530.876 | 1306.2 | 68.612 | 1169.5 | 1344.2 | + | "Total Memory/MB" | 5 | 6495.792 | 1299.2 | 65.392 | 1168.8 | 1335.2 | GaussGen.GaussGenMemory SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 6530.876 | 1306.2 | 68.612 | 1169.5 | 1344.2 | + | "Total Memory/MB" | 5 | 6495.792 | 1299.2 | 65.392 | 1168.8 | 1335.2 | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. ToolSvc.SequencerTime... INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | @@ -1415,146 +1415,144 @@ ToolSvc.SequencerTime... INFO ------------------------------------------------ | | *------- End PYTHIA Error and Warning Messages Statistics ------------------------------------------------------* TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 32956.000 | 37816.000 | 15.350 74349.1 28235.51 | 5 | 189.080 | -TimingAuditor.TIMER INFO GaussSequencer | 32536.000 | 36871.832 | 14.651 70943.8 27087.76 | 5 | 184.359 | -TimingAuditor.TIMER INFO Generator | 326.000 | 474.328 | 0.784 1342.5 638.84 | 5 | 2.372 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 326.000 | 474.321 | 0.779 1342.5 638.84 | 5 | 2.372 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 0.314 | 0.160 0.9 0.31 | 5 | 0.002 | -TimingAuditor.TIMER INFO Generation | 326.000 | 473.291 | 0.566 1338.9 637.69 | 5 | 2.366 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 0.681 | 0.029 2.6 1.10 | 5 | 0.003 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 0.671 | 0.021 2.6 1.10 | 5 | 0.003 | -TimingAuditor.TIMER INFO Simulation | 32210.000 | 36397.488 | 13.856 69601.4 26518.76 | 5 | 181.987 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.006 | 0.006 0.0 0.00 | 5 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 32210.000 | 36397.473 | 13.842 69601.3 26518.76 | 5 | 181.987 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 0.294 | 0.101 0.8 0.28 | 5 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 32210.000 | 36397.164 | 13.729 69600.5 26518.54 | 5 | 181.986 | -TimingAuditor.TIMER INFO MakeMainSim | 32124.000 | 36311.039 | 13.116 69501.4 26468.92 | 5 | 181.555 | -TimingAuditor.TIMER INFO GenToSim | 5972.000 | 7294.639 | 1.526 36451.4 16299.10 | 5 | 36.473 | -TimingAuditor.TIMER INFO GiGaFlush | 26126.000 | 28990.434 | 10.122 52485.6 18988.53 | 5 | 144.952 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.007 | 0.007 0.0 0.00 | 5 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 2.000 | 3.316 | 0.167 5.4 2.08 | 5 | 0.017 | -TimingAuditor.TIMER INFO DetectorsHits | 20.000 | 19.342 | 0.986 46.3 17.02 | 5 | 0.097 | -TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.112 | 0.023 0.4 0.14 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetVeloHits | 4.000 | 0.754 | 0.009 1.4 0.53 | 5 | 0.004 | -TimingAuditor.TIMER INFO GetTTHits | 0.000 | 0.740 | 0.007 1.1 0.43 | 5 | 0.004 | -TimingAuditor.TIMER INFO GetITHits | 2.000 | 0.410 | 0.008 0.7 0.24 | 5 | 0.002 | -TimingAuditor.TIMER INFO GetOTHits | 2.000 | 1.433 | 0.007 2.4 0.89 | 5 | 0.007 | -TimingAuditor.TIMER INFO RichHits | 10.000 | 12.944 | 0.865 35.5 13.60 | 5 | 0.065 | -TimingAuditor.TIMER INFO GetRichHits | 4.000 | 6.988 | 0.764 19.7 7.51 | 5 | 0.035 | -TimingAuditor.TIMER INFO GetRichPhotons | 2.000 | 1.809 | 0.012 5.2 2.06 | 5 | 0.009 | -TimingAuditor.TIMER INFO GetRichSegments | 2.000 | 2.095 | 0.011 5.7 2.23 | 5 | 0.010 | -TimingAuditor.TIMER INFO GetRichTracks | 2.000 | 0.663 | 0.009 1.0 0.42 | 5 | 0.003 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.121 | 0.027 0.3 0.13 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 1.211 | 0.017 3.7 1.46 | 5 | 0.006 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.284 | 0.010 0.5 0.19 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.470 | 0.007 1.0 0.36 | 5 | 0.002 | -TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 0.891 | 0.007 1.6 0.61 | 5 | 0.004 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.121 | 0.007 0.3 0.09 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetMuonHits | 2.000 | 1.124 | 0.008 2.1 0.77 | 5 | 0.006 | -TimingAuditor.TIMER INFO MainEventDataPacking | 4.000 | 3.237 | 0.269 6.7 2.63 | 5 | 0.016 | -TimingAuditor.TIMER INFO PackMCParticle | 2.000 | 0.472 | 0.020 0.8 0.31 | 5 | 0.002 | -TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.308 | 0.015 0.5 0.20 | 5 | 0.002 | -TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 0.141 | 0.019 0.4 0.18 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.020 | 0.014 0.0 0.00 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.034 | 0.012 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.030 | 0.012 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.063 | 0.012 0.1 0.03 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPacker | 2.000 | 0.035 | 0.013 0.1 0.02 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.133 | 0.014 0.4 0.15 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.064 | 0.012 0.1 0.04 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.090 | 0.012 0.2 0.07 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.025 | 0.012 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.158 | 0.014 0.4 0.15 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 1.302 | 0.015 3.9 1.53 | 5 | 0.007 | -TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.209 | 0.014 0.5 0.19 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.082 | 0.014 0.3 0.12 | 5 | 0.000 | -TimingAuditor.TIMER INFO SimMonitor | 86.000 | 86.113 | 0.604 175.0 63.85 | 5 | 0.431 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.115 | 0.044 0.3 0.11 | 5 | 0.001 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.425 | 0.012 0.7 0.25 | 5 | 0.002 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.446 | 0.027 0.9 0.33 | 5 | 0.002 | -TimingAuditor.TIMER INFO DetectorsMonitor | 6.000 | 6.248 | 0.115 12.7 4.72 | 5 | 0.031 | -TimingAuditor.TIMER INFO VeloGaussMoni | 4.000 | 2.115 | 0.016 6.0 2.30 | 5 | 0.011 | -TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 0.350 | 0.009 0.8 0.28 | 5 | 0.002 | -TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.180 | 0.005 0.3 0.11 | 5 | 0.001 | -TimingAuditor.TIMER INFO OTHitMonitor | 2.000 | 0.486 | 0.005 0.8 0.31 | 5 | 0.002 | -TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 0.559 | 0.012 1.0 0.40 | 5 | 0.003 | -TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 0.838 | 0.008 1.4 0.59 | 5 | 0.004 | -TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 1.032 | 0.009 1.7 0.68 | 5 | 0.005 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.203 | 0.008 0.4 0.15 | 5 | 0.001 | -TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 0.440 | 0.016 0.9 0.36 | 5 | 0.002 | -TimingAuditor.TIMER INFO DataUnpackTest | 80.000 | 78.852 | 0.389 164.9 59.98 | 5 | 0.394 | -TimingAuditor.TIMER INFO UnpackMCVertex | 2.000 | 0.748 | 0.013 1.6 0.61 | 5 | 0.004 | -TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 0.684 | 0.011 1.4 0.51 | 5 | 0.003 | -TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.478 | 0.009 0.7 0.29 | 5 | 0.002 | -TimingAuditor.TIMER INFO CompareMCParticle | 2.000 | 0.784 | 0.007 1.8 0.63 | 5 | 0.004 | -TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.091 | 0.018 0.3 0.13 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHits | 2.000 | 0.264 | 0.006 0.5 0.20 | 5 | 0.001 | -TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.134 | 0.012 0.3 0.11 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckVeloHits | 4.000 | 4.233 | 0.005 8.6 3.17 | 5 | 0.021 | -TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.073 | 0.011 0.1 0.05 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHits | 2.000 | 1.932 | 0.004 3.0 1.19 | 5 | 0.010 | -TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.057 | 0.012 0.1 0.03 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckITHits | 0.000 | 1.573 | 0.004 3.0 1.07 | 5 | 0.008 | -TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.146 | 0.011 0.3 0.10 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckOTHits | 8.000 | 4.600 | 0.004 8.0 3.02 | 5 | 0.023 | -TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 0.387 | 0.013 0.9 0.37 | 5 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 0.707 | 0.015 1.7 0.75 | 5 | 0.004 | -TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.336 | 0.013 0.7 0.29 | 5 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.114 | 0.029 0.3 0.13 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckRichHits | 6.000 | 7.139 | 0.006 16.2 5.98 | 5 | 0.036 | -TimingAuditor.TIMER INFO CheckRichOpPhot | 44.000 | 42.813 | 0.006 97.2 35.83 | 5 | 0.214 | -TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 0.781 | 0.006 1.5 0.54 | 5 | 0.004 | -TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.052 | 0.005 0.1 0.05 | 5 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.250 | 0.014 0.5 0.22 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 1.604 | 0.005 2.9 1.10 | 5 | 0.008 | -TimingAuditor.TIMER INFO UnpackPrsHits | 2.000 | 0.287 | 0.012 0.7 0.26 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckPrsHits | 2.000 | 2.573 | 0.005 5.0 1.88 | 5 | 0.013 | -TimingAuditor.TIMER INFO UnpackEcalHits | 2.000 | 0.348 | 0.012 0.8 0.30 | 5 | 0.002 | -TimingAuditor.TIMER INFO CheckEcalHits | 2.000 | 3.104 | 0.005 5.6 2.12 | 5 | 0.016 | -TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.065 | 0.012 0.1 0.05 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.408 | 0.004 0.8 0.29 | 5 | 0.002 | -TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.069 | 0.011 0.1 0.04 | 5 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHits | 2.000 | 1.846 | 0.004 3.2 1.18 | 5 | 0.009 | -TimingAuditor.TIMER INFO GenFSRSeq | 0.000 | 0.003 | 0.003 0.0 0.00 | 5 | 0.000 | -TimingAuditor.TIMER INFO GaussTape | 420.000 | 943.034 | 0.546 3400.2 1394.16 | 5 | 4.715 | -TimingAuditor.TIMER INFO FSROutputStreamGaussTape | 0.000 | 0.003 | 0.003 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO EVENT LOOP | 47498.000 | 49706.465 | 16.265 79087.6 33436.22 | 5 | 248.532 | +TimingAuditor.TIMER INFO GaussSequencer | 47064.000 | 49144.758 | 14.459 78442.4 32978.69 | 5 | 245.724 | +TimingAuditor.TIMER INFO Generator | 332.000 | 343.863 | 1.191 1349.5 575.08 | 5 | 1.719 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 332.000 | 343.851 | 1.180 1349.5 575.08 | 5 | 1.719 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 0.608 | 0.204 1.1 0.46 | 5 | 0.003 | +TimingAuditor.TIMER INFO Generation | 332.000 | 342.676 | 0.881 1346.9 574.23 | 5 | 1.713 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 0.521 | 0.068 1.4 0.52 | 5 | 0.003 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 0.500 | 0.062 1.4 0.51 | 5 | 0.003 | +TimingAuditor.TIMER INFO Simulation | 46732.000 | 48800.871 | 13.259 78141.0 32638.47 | 5 | 244.004 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.010 | 0.004 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 46732.000 | 48800.848 | 13.245 78141.0 32638.46 | 5 | 244.004 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.159 | 0.113 3.0 1.34 | 5 | 0.006 | +TimingAuditor.TIMER INFO MainSimulation | 46732.000 | 48799.668 | 13.120 78137.9 32637.40 | 5 | 243.998 | +TimingAuditor.TIMER INFO MakeMainSim | 46646.000 | 48703.145 | 12.592 77940.5 32567.03 | 5 | 243.516 | +TimingAuditor.TIMER INFO GenToSim | 6082.000 | 6178.427 | 1.816 30871.2 13803.69 | 5 | 30.892 | +TimingAuditor.TIMER INFO GiGaFlush | 40530.000 | 42487.098 | 9.252 77868.2 29073.18 | 5 | 212.436 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.018 | 0.005 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 4.000 | 4.509 | 0.152 8.6 3.15 | 5 | 0.023 | +TimingAuditor.TIMER INFO DetectorsHits | 26.000 | 27.612 | 1.093 50.8 20.68 | 5 | 0.138 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.194 | 0.019 0.6 0.24 | 5 | 0.001 | +TimingAuditor.TIMER INFO GetVeloHits | 4.000 | 0.985 | 0.007 1.9 0.68 | 5 | 0.005 | +TimingAuditor.TIMER INFO GetTTHits | 0.000 | 1.927 | 0.006 3.5 1.36 | 5 | 0.010 | +TimingAuditor.TIMER INFO GetITHits | 2.000 | 1.665 | 0.006 2.8 1.14 | 5 | 0.008 | +TimingAuditor.TIMER INFO GetOTHits | 0.000 | 2.966 | 0.006 5.3 2.14 | 5 | 0.015 | +TimingAuditor.TIMER INFO RichHits | 18.000 | 15.777 | 0.988 31.8 13.38 | 5 | 0.079 | +TimingAuditor.TIMER INFO GetRichHits | 10.000 | 9.766 | 0.896 18.7 8.46 | 5 | 0.049 | +TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 1.737 | 0.011 4.3 1.65 | 5 | 0.009 | +TimingAuditor.TIMER INFO GetRichSegments | 4.000 | 2.072 | 0.010 4.6 1.80 | 5 | 0.010 | +TimingAuditor.TIMER INFO GetRichTracks | 4.000 | 0.797 | 0.007 1.3 0.56 | 5 | 0.004 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.187 | 0.024 0.5 0.19 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 1.110 | 0.015 2.9 1.12 | 5 | 0.006 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.361 | 0.009 0.5 0.23 | 5 | 0.002 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.502 | 0.006 0.9 0.35 | 5 | 0.003 | +TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 1.047 | 0.005 1.7 0.71 | 5 | 0.005 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.126 | 0.005 0.2 0.11 | 5 | 0.001 | +TimingAuditor.TIMER INFO GetMuonHits | 2.000 | 1.941 | 0.007 3.2 1.21 | 5 | 0.010 | +TimingAuditor.TIMER INFO MainEventDataPacking | 4.000 | 5.332 | 0.237 12.6 5.12 | 5 | 0.027 | +TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 0.678 | 0.017 1.4 0.50 | 5 | 0.003 | +TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.383 | 0.012 0.6 0.24 | 5 | 0.002 | +TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 1.399 | 0.015 5.1 2.19 | 5 | 0.007 | +TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.023 | 0.010 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.049 | 0.008 0.1 0.03 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.031 | 0.009 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPacker | 2.000 | 0.071 | 0.008 0.2 0.06 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.039 | 0.010 0.1 0.02 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.182 | 0.011 0.6 0.23 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.069 | 0.010 0.1 0.05 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.107 | 0.010 0.2 0.08 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.026 | 0.009 0.1 0.02 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.260 | 0.011 0.8 0.31 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCRichOpPhotPacker | 2.000 | 1.362 | 0.011 3.7 1.47 | 5 | 0.007 | +TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.370 | 0.010 0.8 0.38 | 5 | 0.002 | +TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.124 | 0.010 0.5 0.19 | 5 | 0.001 | +TimingAuditor.TIMER INFO SimMonitor | 86.000 | 96.505 | 0.507 197.4 74.48 | 5 | 0.483 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.131 | 0.054 0.3 0.10 | 5 | 0.001 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.621 | 0.013 1.3 0.50 | 5 | 0.003 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 2.000 | 0.495 | 0.026 0.8 0.36 | 5 | 0.002 | +TimingAuditor.TIMER INFO DetectorsMonitor | 10.000 | 10.762 | 0.109 24.6 9.29 | 5 | 0.054 | +TimingAuditor.TIMER INFO VeloGaussMoni | 2.000 | 3.133 | 0.016 8.1 3.03 | 5 | 0.016 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 2.143 | 0.007 7.6 3.14 | 5 | 0.011 | +TimingAuditor.TIMER INFO ITHitMonitor | 2.000 | 0.305 | 0.003 0.5 0.18 | 5 | 0.002 | +TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 1.263 | 0.004 2.7 1.06 | 5 | 0.006 | +TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 0.685 | 0.012 1.2 0.47 | 5 | 0.003 | +TimingAuditor.TIMER INFO PrsMonitor | 2.000 | 0.852 | 0.006 1.3 0.58 | 5 | 0.004 | +TimingAuditor.TIMER INFO EcalMonitor | 4.000 | 1.183 | 0.008 2.0 0.80 | 5 | 0.006 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.218 | 0.007 0.4 0.14 | 5 | 0.001 | +TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 0.888 | 0.017 1.7 0.63 | 5 | 0.004 | +TimingAuditor.TIMER INFO DataUnpackTest | 74.000 | 84.453 | 0.291 181.9 67.41 | 5 | 0.422 | +TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 2.565 | 0.013 10.4 4.41 | 5 | 0.013 | +TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 3.786 | 0.009 16.2 6.97 | 5 | 0.019 | +TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 2.160 | 0.007 8.7 3.66 | 5 | 0.011 | +TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 0.776 | 0.006 1.4 0.56 | 5 | 0.004 | +TimingAuditor.TIMER INFO UnpackPuVetoHits | 2.000 | 3.133 | 0.014 15.0 6.66 | 5 | 0.016 | +TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 0.564 | 0.004 1.6 0.66 | 5 | 0.003 | +TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.150 | 0.009 0.4 0.13 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckVeloHits | 4.000 | 4.285 | 0.003 9.5 3.53 | 5 | 0.021 | +TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.083 | 0.008 0.2 0.06 | 5 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHits | 0.000 | 1.908 | 0.002 3.1 1.21 | 5 | 0.010 | +TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.062 | 0.007 0.1 0.04 | 5 | 0.000 | +TimingAuditor.TIMER INFO CheckITHits | 2.000 | 1.583 | 0.003 2.9 1.06 | 5 | 0.008 | +TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.169 | 0.008 0.4 0.15 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckOTHits | 6.000 | 4.863 | 0.003 10.5 3.81 | 5 | 0.024 | +TimingAuditor.TIMER INFO UnpackRichHits | 2.000 | 0.435 | 0.010 0.8 0.38 | 5 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 0.740 | 0.011 1.7 0.68 | 5 | 0.004 | +TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.389 | 0.009 0.8 0.33 | 5 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.159 | 0.011 0.5 0.20 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckRichHits | 6.000 | 6.327 | 0.004 13.3 4.90 | 5 | 0.032 | +TimingAuditor.TIMER INFO CheckRichOpPhot | 40.000 | 39.173 | 0.004 81.0 29.98 | 5 | 0.196 | +TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 0.913 | 0.004 1.6 0.63 | 5 | 0.005 | +TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.072 | 0.004 0.2 0.08 | 5 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.315 | 0.010 0.6 0.23 | 5 | 0.002 | +TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 1.598 | 0.003 2.6 1.03 | 5 | 0.008 | +TimingAuditor.TIMER INFO UnpackPrsHits | 4.000 | 0.312 | 0.008 0.6 0.24 | 5 | 0.002 | +TimingAuditor.TIMER INFO CheckPrsHits | 0.000 | 2.311 | 0.003 4.0 1.65 | 5 | 0.012 | +TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.353 | 0.009 0.7 0.25 | 5 | 0.002 | +TimingAuditor.TIMER INFO CheckEcalHits | 2.000 | 2.683 | 0.003 4.8 1.89 | 5 | 0.013 | +TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.054 | 0.008 0.1 0.04 | 5 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHits | 2.000 | 0.336 | 0.003 0.7 0.28 | 5 | 0.002 | +TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.074 | 0.008 0.1 0.05 | 5 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHits | 4.000 | 1.787 | 0.002 3.2 1.20 | 5 | 0.009 | +TimingAuditor.TIMER INFO GenFSRSeq | 0.000 | 0.002 | 0.002 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO GaussTape | 432.000 | 560.287 | 0.789 1504.3 579.37 | 5 | 2.801 | +TimingAuditor.TIMER INFO FSROutputStreamGaussTape | 0.000 | 0.003 | 0.002 0.0 0.00 | 5 | 0.000 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -GiGa.TrackSeq.HepMCTrackSUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.HepMCTrackSUCCESS #WARNINGS = 1 Message = 'The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown'' GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 9572 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 9290 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization -RootCnvSvc INFO Disconnected data IO:EE797A2A-B7E7-E811-91BF-02163E01BFAC [Gauss-30000000-5ev-20181114.sim] +RootCnvSvc INFO Disconnected data IO:727A113C-0837-E911-9294-02163E01C017 [Gauss-30000000-5ev-20190223.sim] *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 131 [s] Ave/Min/Max= 26.1(+- 15.1)/ 0.01/ 47 [s] #= 5 -ChronoStatSvc INFO Time User : Tot= 240 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 203 [s] Ave/Min/Max= 40.5(+- 25)/ 0.01/ 75.5 [s] #= 5 +ChronoStatSvc INFO Time User : Tot= 319 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 5 | 12381 | 2476.2 | 1530.1 | 0.0000 | 4536.0 | -******Stat****** INFO "#Hcal MCHits" | 5 | 1625 | 325.00 | 210.50 | 0.0000 | 656.00 | -******Stat****** INFO "#IT MCHits" | 5 | 1110 | 222.00 | 135.96 | 0.0000 | 426.00 | -******Stat****** INFO "#MCParticles" | 5 | 7021 | 1404.2 | 797.76 | 2.0000 | 2367.0 | -******Stat****** INFO "#MCRichOpPhoto | 5 | 9566 | 1913.2 | 1425.7 | 0.0000 | 4324.0 | -******Stat****** INFO "#MCRichSegment | 5 | 506 | 101.20 | 63.616 | 0.0000 | 194.00 | -******Stat****** INFO "#MCRichTracks" | 5 | 421 | 84.200 | 51.101 | 0.0000 | 154.00 | -******Stat****** INFO "#MCVertices" | 5 | 8028 | 1605.6 | 905.41 | 3.0000 | 2673.0 | -******Stat****** INFO "#Muon MCHits" | 5 | 1317 | 263.40 | 152.31 | 0.0000 | 459.00 | -******Stat****** INFO "#OT MCHits" | 5 | 3323 | 664.60 | 390.87 | 0.0000 | 1157.0 | -******Stat****** INFO "#Prs MCHits" | 5 | 10118 | 2023.6 | 1313.5 | 0.0000 | 3909.0 | -******Stat****** INFO "#Rich MCHits" | 5 | 9567 | 1913.4 | 1425.7 | 0.0000 | 4324.0 | -******Stat****** INFO "#Rich1 MCHits" | 5 | 3959 | 791.80 | 720.66 | 0.0000 | 1937.0 | -******Stat****** INFO "#Rich2 MCHits" | 5 | 5608 | 1121.6 | 826.79 | 0.0000 | 2387.0 | -******Stat****** INFO "#Spd MCHits" | 5 | 6260 | 1252.0 | 777.56 | 0.0000 | 2296.0 | -******Stat****** INFO "#TT MCHits" | 5 | 1393 | 278.60 | 153.97 | 0.0000 | 439.00 | -******Stat****** INFO "#Velo MCHits" | 5 | 3041 | 608.20 | 406.31 | 0.0000 | 1229.0 | +******Stat****** INFO "#Ecal MCHits" | 5 | 12734 | 2546.8 | 1621.8 | 0.0000 | 4573.0 | +******Stat****** INFO "#Hcal MCHits" | 5 | 1577 | 315.40 | 236.54 | 0.0000 | 647.00 | +******Stat****** INFO "#IT MCHits" | 5 | 1222 | 244.40 | 147.47 | 0.0000 | 451.00 | +******Stat****** INFO "#MCParticles" | 5 | 7194 | 1438.8 | 882.05 | 2.0000 | 2571.0 | +******Stat****** INFO "#MCRichOpPhoto | 5 | 9290 | 1858.0 | 1270.2 | 0.0000 | 3842.0 | +******Stat****** INFO "#MCRichSegment | 5 | 597 | 119.40 | 73.413 | 0.0000 | 223.00 | +******Stat****** INFO "#MCRichTracks" | 5 | 489 | 97.800 | 58.758 | 0.0000 | 174.00 | +******Stat****** INFO "#MCVertices" | 5 | 8273 | 1654.6 | 1009.2 | 3.0000 | 2917.0 | +******Stat****** INFO "#Muon MCHits" | 5 | 1362 | 272.40 | 167.14 | 0.0000 | 491.00 | +******Stat****** INFO "#OT MCHits" | 5 | 3635 | 727.00 | 489.61 | 0.0000 | 1511.0 | +******Stat****** INFO "#Prs MCHits" | 5 | 10574 | 2114.8 | 1361.3 | 0.0000 | 3689.0 | +******Stat****** INFO "#Rich MCHits" | 5 | 9290 | 1858.0 | 1270.2 | 0.0000 | 3842.0 | +******Stat****** INFO "#Rich1 MCHits" | 5 | 3538 | 707.60 | 698.30 | 0.0000 | 2010.0 | +******Stat****** INFO "#Rich2 MCHits" | 5 | 5752 | 1150.4 | 655.67 | 0.0000 | 1832.0 | +******Stat****** INFO "#Spd MCHits" | 5 | 6887 | 1377.4 | 822.20 | 0.0000 | 2367.0 | +******Stat****** INFO "#TT MCHits" | 5 | 1464 | 292.80 | 165.77 | 0.0000 | 467.00 | +******Stat****** INFO "#Velo MCHits" | 5 | 3019 | 603.80 | 406.55 | 0.0000 | 1231.0 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Sim/Gauss/tests/refs/testGauss-Upgrade-Baseline-25ns.ref b/Sim/Gauss/tests/refs/testGauss-Upgrade-Baseline-25ns.ref index f3b7500dfdf92d8f0e2ada66cc13c8466cb82521..1b5fd90a4d1ecc2323e7bcbd81de6fb538512281 100644 --- a/Sim/Gauss/tests/refs/testGauss-Upgrade-Baseline-25ns.ref +++ b/Sim/Gauss/tests/refs/testGauss-Upgrade-Baseline-25ns.ref @@ -1,23 +1,23 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-Upgrade.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Beam7000GeV-md100-nu7.6-HorExtAngle.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Beam7000GeV-md100-nu7.6-HorExtAngle.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-Upgrade-Baseline.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-Upgrade-Baseline.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-Upgrade.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-Upgrade.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam7000GeV-md100-nu7.6-HorExtAngle.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam7000GeV-md100-nu7.6-HorExtAngle.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-Upgrade-Baseline.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-Upgrade-Baseline.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-Upgrade.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/10000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/10000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/G4PL_FTFP_BERT_EmNoCuts.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/G4PL_FTFP_BERT_EmNoCuts.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-1evt.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-1evt.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/EnableSpillover-25ns.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/EnableSpillover-25ns.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Conditions/IgnoreCaliboffDB_LHCBv38r7.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Conditions/IgnoreCaliboffDB_LHCBv38r7.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/G4PL_FTFP_BERT_EmNoCuts.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/G4PL_FTFP_BERT_EmNoCuts.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-1evt.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-1evt.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/EnableSpillover-25ns.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/EnableSpillover-25ns.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Conditions/IgnoreCaliboffDB_LHCBv38r7.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Conditions/IgnoreCaliboffDB_LHCBv38r7.py' # applying configuration of Gauss Ecut value = 5.0 @@ -78,8 +78,8 @@ Upgrade RICH simulation now configured # GaussTape.OptItemList = ['/Event/PrevPrev/Gen/Header#1', '/Event/PrevPrev/MC/Header#1', '/Event/Prev/Gen/Header#1', '/Event/Prev/MC/Header#1', '/Event/Next/Gen/Header#1', '/Event/Next/MC/Header#1', '/Event/NextNext/Gen/Header#1', '/Event/NextNext/MC/Header#1', '/Event/Gen/HepMCEvents#1', '/Event/PrevPrev/Gen/Collisions#1', '/Event/Prev/Gen/Collisions#1', '/Event/Next/Gen/Collisions#1', '/Event/NextNext/Gen/Collisions#1', '/Event/PrevPrev/pSim/MCVertices#1', '/Event/Prev/pSim/MCVertices#1', '/Event/Next/pSim/MCVertices#1', '/Event/NextNext/pSim/MCVertices#1', '/Event/PrevPrev/pSim/MCParticles#1', '/Event/Prev/pSim/MCParticles#1', '/Event/Next/pSim/MCParticles#1', '/Event/NextNext/pSim/MCParticles#1', '/Event/PrevPrev/pSim/VP/Hits#1', '/Event/PrevPrev/pSim/FT/Hits#1', '/Event/PrevPrev/pSim/UT/Hits#1', '/Event/PrevPrev/pSim/Muon/Hits#1', '/Event/PrevPrev/pSim/Ecal/Hits#1', '/Event/PrevPrev/pSim/Hcal/Hits#1', '/Event/PrevPrev/pSim/Rich/Hits#1', '/Event/PrevPrev/pSim/Rich/OpticalPhotons#1', '/Event/PrevPrev/pSim/Rich/Tracks#1', '/Event/PrevPrev/pSim/Rich/Segments#1', '/Event/Link/PrevPrev/MC/Particles2MCRichTracks#1', '/Event/Link/PrevPrev/MC/Rich/Hits2MCRichOpticalPhotons#1', '/Event/Prev/pSim/VP/Hits#1', '/Event/Prev/pSim/FT/Hits#1', '/Event/Prev/pSim/UT/Hits#1', '/Event/Prev/pSim/Muon/Hits#1', '/Event/Prev/pSim/Ecal/Hits#1', '/Event/Prev/pSim/Hcal/Hits#1', '/Event/Prev/pSim/Rich/Hits#1', '/Event/Prev/pSim/Rich/OpticalPhotons#1', '/Event/Prev/pSim/Rich/Tracks#1', '/Event/Prev/pSim/Rich/Segments#1', '/Event/Link/Prev/MC/Particles2MCRichTracks#1', '/Event/Link/Prev/MC/Rich/Hits2MCRichOpticalPhotons#1', '/Event/Next/pSim/VP/Hits#1', '/Event/Next/pSim/FT/Hits#1', '/Event/Next/pSim/UT/Hits#1', '/Event/Next/pSim/Muon/Hits#1', '/Event/Next/pSim/Ecal/Hits#1', '/Event/Next/pSim/Hcal/Hits#1', '/Event/Next/pSim/Rich/Hits#1', '/Event/Next/pSim/Rich/OpticalPhotons#1', '/Event/Next/pSim/Rich/Tracks#1', '/Event/Next/pSim/Rich/Segments#1', '/Event/Link/Next/MC/Particles2MCRichTracks#1', '/Event/Link/Next/MC/Rich/Hits2MCRichOpticalPhotons#1', '/Event/NextNext/pSim/VP/Hits#1', '/Event/NextNext/pSim/FT/Hits#1', '/Event/NextNext/pSim/UT/Hits#1', '/Event/NextNext/pSim/Muon/Hits#1', '/Event/NextNext/pSim/Ecal/Hits#1', '/Event/NextNext/pSim/Hcal/Hits#1', '/Event/NextNext/pSim/Rich/Hits#1', '/Event/NextNext/pSim/Rich/OpticalPhotons#1', '/Event/NextNext/pSim/Rich/Tracks#1', '/Event/NextNext/pSim/Rich/Segments#1', '/Event/Link/NextNext/MC/Particles2MCRichTracks#1', '/Event/Link/NextNext/MC/Rich/Hits2MCRichOpticalPhotons#1'] ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 06:10:15 2018 + Welcome to Gauss version v53r1-release + running on lbbuild17.cern.ch on Sun Feb 24 05:56:05 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' @@ -90,7 +90,7 @@ DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -98,7 +98,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -233,9 +233,9 @@ RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 RndmGenSvc.Engine INFO This is the GEANT4 engine! RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> -TimingAuditor.TIMER INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. GaussSequencer INFO Member list: GaudiSequencer/Generator, GaudiSequencer/Simulation -ToolSvc.SequencerTime... INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. Generator INFO Member list: GaudiSequencer/GeneratorSlotMainSeq, GaudiSequencer/GeneratorSlotPrevPrevSeq, GaudiSequencer/GeneratorSlotPrevSeq, GaudiSequencer/GeneratorSlotNextSeq, GaudiSequencer/GeneratorSlotNextNextSeq GeneratorSlotMainSeq INFO Member list: GenInit/GaussGen, Generation, GaudiSequencer/GenMonitor GaussGen SUCCESS ================================================================== @@ -304,7 +304,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 06:11:17 | | + | | P Y T H H III A A Now is 24 Feb 2019 at 05:57:05 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -967,65 +967,20 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm ================================================================ RichG4HistoSet2 INFO Now Booking Rich Ckv G4 Histo Set2 RichG4HistoSet2 INFO End booking Rich G4 Histo set2 -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 10888 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 12159 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 11051 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 12453 PrevPrevEventGaussSim INFO Evt 1, Run 1, Nr. in job = 1 with seeds [1, 1, 111083353, 0] -GiGa.TrackSeq.HepMCTrackWARNING GaussTrackActionHepMC:: The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown' -GiGa.TrackSeq.HepMCTrackWARNING GaussTrackActionHepMC:: The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown' -GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 6598 -GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 7371 +GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 6375 +GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 7251 PrevEventGaussSim INFO Evt 1, Run 1, Nr. in job = 1 with seeds [1, 1, 1855376552, 0] -======================================================================= -====== Pre-compound/De-excitation Physics Parameters ======== -======================================================================= -Type of pre-compound inverse x-section 3 -Pre-compound model active 1 -Pre-compound low energy (MeV) 0.1 -Type of de-excitation inverse x-section 3 -Type of de-excitation factory Evaporation -Number of de-excitation channels 8 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 1e+05 -Level density (1/MeV) 0.1 -Time limit for long lived isomeres (ns) 1e+12 -Internal e- conversion flag 1 -Store e- internal conversion data 0 -Electron internal conversion ID 2 -Correlated gamma emission flag 0 -Max 2J for sampling of angular correlations 10 -======================================================================= - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : had012 - issued by : G4HadronicProcess:CheckResult() -Warning: Bad energy non-conservation detected, will re-sample the interaction - Process / Model: lambdaInelastic / FTFP - Primary: lambda (3122), E= 33642.1, target nucleus (13, 27) - E(initial - final) = 1882.82 MeV. - -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -GiGaGetPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 9200 -GiGaGetPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 10267 +GiGaGetPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 9088 +GiGaGetPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 10114 NextEventGaussSim INFO Evt 1, Run 1, Nr. in job = 1 with seeds [1, 1, 1961715997, 0] -GiGaGetNextEvent INFO Number of extracted MCParticles 'MC/Particles' 6116 -GiGaGetNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 6413 +GiGaGetNextEvent INFO Number of extracted MCParticles 'MC/Particles' 6087 +GiGaGetNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 6331 NextNextEventGaussSim INFO Evt 1, Run 1, Nr. in job = 1 with seeds [1, 1, 1343867981, 0] - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : had012 - issued by : G4HadronicProcess:CheckResult() -Warning: Bad energy non-conservation detected, will re-sample the interaction - Process / Model: anti_neutronInelastic / FTFP - Primary: anti_neutron (-2112), E= 3023.07, target nucleus (6, 12) - E(initial - final) = 1889.89 MeV. - -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - -GiGaGetNextNextEvent INFO Number of extracted MCParticles 'MC/Particles' 5349 -GiGaGetNextNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 5936 +GiGaGetNextNextEvent INFO Number of extracted MCParticles 'MC/Particles' 5444 +GiGaGetNextNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 6177 ApplicationMgr INFO Application Manager Stopped successfully GaussGen SUCCESS ================================================================== GaussGen SUCCESS 1 events processed @@ -1176,1862 +1131,1866 @@ MainEventGaussSim SUCCESS ================================================ MainEventGaussSim SUCCESS 1 events processed MainEventGaussSim SUCCESS ================================================================== GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 5317.00 +-72.92 (100.00 +-0.00%) Rich2 = 2959.00 +-54.40 (100.00 +-0.00%) -GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 19.00 +- 4.36 ( 0.36 +-0.08%) Rich2 = 26.00 +- 5.10 ( 0.88 +-0.17%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 4610.00 +-67.90 ( 86.70 +-0.47%) Rich2 = 1697.00 +-41.19 ( 57.35 +-0.91%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 503.00 +-22.43 ( 9.46 +-0.40%) Rich2 = 405.00 +-20.12 ( 13.69 +-0.63%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 5278.00 +-72.65 (100.00 +-0.00%) Rich2 = 3607.00 +-60.06 (100.00 +-0.00%) +GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 16.00 +- 4.00 ( 0.30 +-0.08%) Rich2 = 28.00 +- 5.29 ( 0.78 +-0.15%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 4596.00 +-67.79 ( 87.08 +-0.46%) Rich2 = 2418.00 +-49.17 ( 67.04 +-0.78%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 419.00 +-20.47 ( 7.94 +-0.37%) Rich2 = 382.00 +-19.54 ( 10.59 +-0.51%) GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 13.00 +- 3.61 ( 0.24 +-0.07%) Rich2 = 6.00 +- 2.45 ( 0.20 +-0.08%) +GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 8.00 +- 2.83 ( 0.15 +-0.05%) Rich2 = 2.00 +- 1.41 ( 0.06 +-0.04%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Charged Track hits : Rich1 = 19.00 +- 4.36 ( 0.36 +-0.08%) Rich2 = 26.00 +- 5.10 ( 0.88 +-0.17%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 345.00 +-18.57 ( 11.66 +-0.59%) +GetRichHits INFO Av. # Charged Track hits : Rich1 = 16.00 +- 4.00 ( 0.30 +-0.08%) Rich2 = 28.00 +- 5.29 ( 0.78 +-0.15%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 377.00 +-19.42 ( 10.45 +-0.51%) GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits C4F10 = 4610.00 +-67.90 ( 86.70 +-0.47%) CF4 = 1697.00 +-41.19 ( 57.35 +-0.91%) +GetRichHits INFO Av. # Signal CK MCRichHits C4F10 = 4596.00 +-67.79 ( 87.08 +-0.46%) CF4 = 2418.00 +-49.17 ( 67.04 +-0.78%) GetRichHits INFO Av. # MCParticle-less hits C4F10 = 0.00 +- 0.00 ( 0.00 +-0.00%) CF4 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 4610.00 +- 67.90 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 2042.00 +- 45.19 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 908.00 +- 30.13 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 19.00 +- 4.36 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : PMTQuartzWin = 652.00 +- 25.53 / event -GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 178.00 +- 13.34 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 277.00 +- 16.64 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 90.00 +- 9.49 / event -GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 11.00 +- 3.32 / event -GetRichSegments INFO Av. # MCRichSegments : PMTQuartzWin = 34.00 +- 5.83 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 4596.00 +- 67.79 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 2795.00 +- 52.87 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 801.00 +- 28.30 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 10.00 +- 3.16 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : PMTQuartzWin = 639.00 +- 25.28 / event +GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 171.00 +- 13.08 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 352.00 +- 18.76 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 69.00 +- 8.31 / event +GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 4.00 +- 2.00 / event +GetRichSegments INFO Av. # MCRichSegments : PMTQuartzWin = 35.00 +- 5.92 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVPHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 3112 | 3112.0 | 0.0000 | 3112.0 | 3112.0 | + | "# PackedData" | 1 | 3007 | 3007.0 | 0.0000 | 3007.0 | 3007.0 | MCUTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2106 | 2106.0 | 0.0000 | 2106.0 | 2106.0 | + | "# PackedData" | 1 | 1894 | 1894.0 | 0.0000 | 1894.0 | 1894.0 | MCFTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 4709 | 4709.0 | 0.0000 | 4709.0 | 4709.0 | + | "# PackedData" | 1 | 5686 | 5686.0 | 0.0000 | 5686.0 | 5686.0 | MCMuonHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 250 | 250.00 | 0.0000 | 250.00 | 250.00 | + | "# PackedData" | 1 | 185 | 185.00 | 0.0000 | 185.00 | 185.00 | MCEcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 11997 | 11997. | 0.0000 | 11997. | 11997. | + | "# PackedData" | 1 | 13330 | 13330. | 0.0000 | 13330. | 13330. | MCHcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2042 | 2042.0 | 0.0000 | 2042.0 | 2042.0 | + | "# PackedData" | 1 | 2186 | 2186.0 | 0.0000 | 2186.0 | 2186.0 | MCRichHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 8276 | 8276.0 | 0.0000 | 8276.0 | 8276.0 | + | "# PackedData" | 1 | 8885 | 8885.0 | 0.0000 | 8885.0 | 8885.0 | MCRichOpPhotPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 8231 | 8231.0 | 0.0000 | 8231.0 | 8231.0 | + | "# PackedData" | 1 | 8841 | 8841.0 | 0.0000 | 8841.0 | 8841.0 | MCRichSegmentPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 590 | 590.00 | 0.0000 | 590.00 | 590.00 | + | "# PackedData" | 1 | 631 | 631.00 | 0.0000 | 631.00 | 631.00 | MCRichTrackPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 480 | 480.00 | 0.0000 | 480.00 | 480.00 | + | "# PackedData" | 1 | 535 | 535.00 | 0.0000 | 535.00 | 535.00 | VPGaussMoni INFO ------------------------------------------------------ VPGaussMoni INFO - VPGaussMoni table - VPGaussMoni INFO ------------------------------------------------------ -VPGaussMoni INFO Number of MCHits/Event: 3112+/-0 +VPGaussMoni INFO Number of MCHits/Event: 3007+/-0 VPGaussMoni INFO ------------------------------------------------------ UTHitMonitor INFO *** Summary *** -UTHitMonitor INFO #hits per event: 2106 -UTHitMonitor INFO Mean beta * gamma: 538.663 -UTHitMonitor INFO Most Probable deposited charge: 0.0791995 -UTHitMonitor INFO Half Sample width 0.037746 +UTHitMonitor INFO #hits per event: 1894 +UTHitMonitor INFO Mean beta * gamma: 601.413 +UTHitMonitor INFO Most Probable deposited charge: 0.0790096 +UTHitMonitor INFO Half Sample width 0.0356232 UTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 UTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 239 | 239 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 2106 | 1134424 | 538.66 | 2407.0 | 0.0039185 | 42156. | - | "numberHits" | 1 | 2106 | 2106.0 | 0.0000 | 2106.0 | 2106.0 | + | "DeltaRay" | 156 | 156 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1894 | 1139076 | 601.41 | 2036.2 | 0.19335 | 23733. | + | "numberHits" | 1 | 1894 | 1894.0 | 0.0000 | 1894.0 | 1894.0 | FTHitMonitor INFO *** Summary *** -FTHitMonitor INFO #hits per event: 4709 -FTHitMonitor INFO Mean beta * gamma: 2353.1 -FTHitMonitor INFO Most Probable deposited charge: 0.243474 -FTHitMonitor INFO Half Sample width 0.0873553 +FTHitMonitor INFO #hits per event: 5686 +FTHitMonitor INFO Mean beta * gamma: 1703.62 +FTHitMonitor INFO Most Probable deposited charge: 0.242619 +FTHitMonitor INFO Half Sample width 0.0900091 FTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 FTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 317 | 317 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 4709 |1.108073e+07 | 2353.1 | 16448. | 0.0071678 | 2.3007e+05 | - | "numberHits" | 1 | 4709 | 4709.0 | 0.0000 | 4709.0 | 4709.0 | + | "DeltaRay" | 406 | 406 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 5686 | 9686798 | 1703.6 | 7250.2 | 0.0015269 | 1.4285e+05 | + | "numberHits" | 1 | 5686 | 5686.0 | 0.0000 | 5686.0 | 5686.0 | EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 HcalMonitor SUCCESS Booked 16 Histogram(s) : 1D=16 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 41.000 8.000 4.000 14.000 0.000 R1 -MuonHitChecker INFO 66.000 15.000 10.000 5.000 0.000 R2 -MuonHitChecker INFO 22.000 5.000 4.000 5.000 0.000 R3 -MuonHitChecker INFO 25.000 12.000 8.000 6.000 0.000 R4 +MuonHitChecker INFO 32.000 15.000 8.000 14.000 0.000 R1 +MuonHitChecker INFO 17.000 15.000 4.000 10.000 0.000 R2 +MuonHitChecker INFO 15.000 5.000 6.000 4.000 0.000 R3 +MuonHitChecker INFO 40.000 0.000 0.000 0.000 0.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 154.000 40.000 26.000 30.000 0.000 allR +MuonHitChecker INFO 104.000 35.000 18.000 28.000 0.000 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 UnpackVPHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 3112 | 3112.0 | 0.0000 | 3112.0 | 3112.0 | + | "# UnPackedData" | 1 | 3007 | 3007.0 | 0.0000 | 3007.0 | 3007.0 | CheckVPHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 3112 |5.924073e-06 | 1.9036e-09 | 2.8924e-07 | -4.9960e-07 | 4.9972e-07 | - | "Diff. - Displacement y" | 3112 |-1.784148e-05 |-5.7331e-09 | 2.8823e-07 | -4.9994e-07 | 4.9850e-07 | - | "Diff. - Displacement z" | 3112 |4.862168e-06 | 1.5624e-09 | 5.0815e-08 | -4.9917e-07 | 4.9917e-07 | - | "Diff. - Energy" | 3112 |-0.0001046761 |-3.3636e-08 | 5.8133e-07 | -9.9887e-07 | 9.9950e-07 | - | "Diff. - Entry Point x" | 3112 |-0.0002153155 |-6.9189e-08 | 2.9007e-05 | -5.0000e-05 | 4.9971e-05 | - | "Diff. - Entry Point y" | 3112 |0.0006707228 | 2.1553e-07 | 2.8937e-05 | -4.9979e-05 | 4.9990e-05 | - | "Diff. - Entry Point z" | 3112 |0.0005259248 | 1.6900e-07 | 3.3849e-06 | -3.4686e-05 | 4.8674e-05 | - | "Diff. - Parent |P|" | 3112 | -0.1823459 |-5.8594e-05 | 0.0028689 | -0.0049969 | 0.0049970 | - | "Diff. - TOF" | 3112 |-0.0001478618 |-4.7513e-08 | 2.8794e-06 | -4.9968e-06 | 4.9878e-06 | - | "Original - Displacement x" | 3112 | 1.645652 | 0.00052881 | 0.080228 | -1.9893 | 1.5040 | - | "Original - Displacement y" | 3112 | -4.56919 | -0.0014682 | 0.066781 | -1.0480 | 1.6094 | - | "Original - Displacement z" | 3112 | 228.33 | 0.073371 | 0.18439 | -0.20000 | 0.20000 | - | "Original - Energy" | 3112 | 293.464 | 0.094301 | 0.19363 | 0.00010339 | 4.8687 | - | "Original - Entry Point x" | 3112 | 6219.252 | 1.9985 | 15.252 | -47.023 | 48.662 | - | "Original - Entry Point y" | 3112 | -1761.485 | -0.56603 | 14.682 | -47.272 | 47.170 | - | "Original - Entry Point z" | 3112 | 410410.3 | 131.88 | 274.25 | -288.18 | 750.48 | - | "Original - Parent |P|" | 3112 |3.052618e+07 | 9809.2 | 20022. | 1.5491 | 2.5114e+05 | - | "Original - TOF" | 3112 | 2703.075 | 0.86860 | 1.3392 | 0.026161 | 32.896 | - | "Unpacked - Displacement x" | 3112 | 1.645646 | 0.00052881 | 0.080228 | -1.9893 | 1.5040 | - | "Unpacked - Displacement y" | 3112 | -4.569172 | -0.0014682 | 0.066781 | -1.0480 | 1.6094 | - | "Unpacked - Displacement z" | 3112 | 228.33 | 0.073371 | 0.18439 | -0.20000 | 0.20000 | - | "Unpacked - Energy" | 3112 | 293.4641 | 0.094301 | 0.19363 | 0.00010400 | 4.8687 | - | "Unpacked - Entry Point x" | 3112 | 6219.253 | 1.9985 | 15.252 | -47.023 | 48.662 | - | "Unpacked - Entry Point y" | 3112 | -1761.486 | -0.56603 | 14.682 | -47.272 | 47.170 | - | "Unpacked - Entry Point z" | 3112 | 410410.3 | 131.88 | 274.25 | -288.18 | 750.48 | - | "Unpacked - Parent |P|" | 3112 |3.052618e+07 | 9809.2 | 20022. | 1.5500 | 2.5114e+05 | - | "Unpacked - TOF" | 3112 | 2703.075 | 0.86860 | 1.3392 | 0.026160 | 32.896 | + | "Diff. - Displacement x" | 3007 |1.618611e-05 | 5.3828e-09 | 2.8690e-07 | -4.9965e-07 | 4.9987e-07 | + | "Diff. - Displacement y" | 3007 |-2.109277e-05 |-7.0146e-09 | 2.8845e-07 | -4.9998e-07 | 4.9967e-07 | + | "Diff. - Displacement z" | 3007 |1.517432e-06 | 5.0463e-10 | 3.5623e-08 | -4.7104e-07 | 4.2240e-07 | + | "Diff. - Energy" | 3007 |-1.17689e-05 |-3.9138e-09 | 5.7904e-07 | -9.9846e-07 | 9.9944e-07 | + | "Diff. - Entry Point x" | 3007 |-0.0004587326 |-1.5255e-07 | 2.8924e-05 | -4.9954e-05 | 4.9983e-05 | + | "Diff. - Entry Point y" | 3007 | 0.00376966 | 1.2536e-06 | 2.9113e-05 | -4.9888e-05 | 4.9972e-05 | + | "Diff. - Entry Point z" | 3007 |0.0001989815 | 6.6173e-08 | 2.9331e-06 | -4.7744e-05 | 4.8073e-05 | + | "Diff. - Parent |P|" | 3007 | -0.2689197 |-8.9431e-05 | 0.0029090 | -0.0049994 | 0.0049997 | + | "Diff. - TOF" | 3007 |-0.0001637141 |-5.4444e-08 | 2.8896e-06 | -4.9937e-06 | 4.9990e-06 | + | "Original - Displacement x" | 3007 | 0.9301432 | 0.00030933 | 0.083869 | -1.0228 | 1.5559 | + | "Original - Displacement y" | 3007 | -0.4768491 |-0.00015858 | 0.063850 | -0.80154 | 1.1721 | + | "Original - Displacement z" | 3007 | 208.3566 | 0.069291 | 0.18627 | -0.20000 | 0.20000 | + | "Original - Energy" | 3007 | 319.2724 | 0.10618 | 0.44142 | 0.00066039 | 11.373 | + | "Original - Entry Point x" | 3007 | 4626.573 | 1.5386 | 14.982 | -46.941 | 48.695 | + | "Original - Entry Point y" | 3007 | 109.5736 | 0.036439 | 14.644 | -45.425 | 48.931 | + | "Original - Entry Point z" | 3007 | 413635.1 | 137.56 | 284.55 | -288.04 | 750.48 | + | "Original - Parent |P|" | 3007 |2.995513e+07 | 9961.8 | 19280. | 1.5829 | 2.5114e+05 | + | "Original - TOF" | 3007 | 2744.823 | 0.91281 | 1.5526 | 0.026161 | 30.881 | + | "Unpacked - Displacement x" | 3007 | 0.930127 | 0.00030932 | 0.083869 | -1.0228 | 1.5559 | + | "Unpacked - Displacement y" | 3007 | -0.476828 |-0.00015857 | 0.063850 | -0.80154 | 1.1721 | + | "Unpacked - Displacement z" | 3007 | 208.3566 | 0.069291 | 0.18627 | -0.20000 | 0.20000 | + | "Unpacked - Energy" | 3007 | 319.2724 | 0.10618 | 0.44142 | 0.00066000 | 11.373 | + | "Unpacked - Entry Point x" | 3007 | 4626.574 | 1.5386 | 14.982 | -46.941 | 48.695 | + | "Unpacked - Entry Point y" | 3007 | 109.5698 | 0.036438 | 14.644 | -45.425 | 48.931 | + | "Unpacked - Entry Point z" | 3007 | 413635.1 | 137.56 | 284.55 | -288.04 | 750.48 | + | "Unpacked - Parent |P|" | 3007 |2.995513e+07 | 9961.8 | 19280. | 1.5800 | 2.5114e+05 | + | "Unpacked - TOF" | 3007 | 2744.823 | 0.91281 | 1.5526 | 0.026160 | 30.881 | UnpackUTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2106 | 2106.0 | 0.0000 | 2106.0 | 2106.0 | + | "# UnPackedData" | 1 | 1894 | 1894.0 | 0.0000 | 1894.0 | 1894.0 | CheckUTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 2106 |-4.864743e-06 |-2.3099e-09 | 2.8693e-07 | -4.9868e-07 | 4.9950e-07 | - | "Diff. - Displacement y" | 2106 |-1.106044e-05 |-5.2519e-09 | 2.9120e-07 | -4.9975e-07 | 4.9895e-07 | - | "Diff. - Displacement z" | 2106 |-1.069643e-06 |-5.0790e-10 | 8.3071e-08 | -4.9511e-07 | 4.9571e-07 | - | "Diff. - Energy" | 2106 |-2.201472e-06 |-1.0453e-09 | 5.7954e-07 | -9.9999e-07 | 9.9773e-07 | - | "Diff. - Entry Point x" | 2106 |0.0003955369 | 1.8781e-07 | 2.9002e-05 | -5.0000e-05 | 4.9981e-05 | - | "Diff. - Entry Point y" | 2106 |-0.003923117 |-1.8628e-06 | 2.8735e-05 | -4.9956e-05 | 4.9878e-05 | - | "Diff. - Entry Point z" | 2106 |-0.0002287421 |-1.0861e-07 | 6.9498e-06 | -4.9539e-05 | 4.9873e-05 | - | "Diff. - Parent |P|" | 2106 | 0.1161576 | 5.5156e-05 | 0.0028580 | -0.0049982 | 0.0049990 | - | "Diff. - TOF" | 2106 |-2.969532e-05 |-1.4100e-08 | 2.8764e-06 | -4.9993e-06 | 4.9986e-06 | - | "Original - Displacement x" | 2106 | 57.93615 | 0.027510 | 0.32359 | -3.4004 | 4.8120 | - | "Original - Displacement y" | 2106 | 16.16853 | 0.0076774 | 0.20672 | -2.4465 | 2.7429 | - | "Original - Displacement z" | 2106 | 174.9321 | 0.083064 | 0.22740 | -0.25000 | 0.25000 | - | "Original - Energy" | 2106 | 332.2655 | 0.15777 | 0.40529 | 0.0011022 | 11.616 | - | "Original - Entry Point x" | 2106 | 51568.57 | 24.487 | 390.14 | -896.96 | 878.55 | - | "Original - Entry Point y" | 2106 | 29374.09 | 13.948 | 267.34 | -668.34 | 670.28 | - | "Original - Entry Point z" | 2106 | 5292347 | 2513.0 | 135.22 | 2320.2 | 2649.8 | - | "Original - Parent |P|" | 2106 | 7418039 | 3522.3 | 12169. | 1.4238 | 1.7381e+05 | - | "Original - TOF" | 2106 | 28867.78 | 13.707 | 8.4801 | 7.4645 | 83.869 | - | "Unpacked - Displacement x" | 2106 | 57.93615 | 0.027510 | 0.32359 | -3.4004 | 4.8120 | - | "Unpacked - Displacement y" | 2106 | 16.16854 | 0.0076774 | 0.20672 | -2.4465 | 2.7429 | - | "Unpacked - Displacement z" | 2106 | 174.9321 | 0.083064 | 0.22740 | -0.25000 | 0.25000 | - | "Unpacked - Energy" | 2106 | 332.2655 | 0.15777 | 0.40529 | 0.0011020 | 11.616 | - | "Unpacked - Entry Point x" | 2106 | 51568.57 | 24.487 | 390.14 | -896.96 | 878.55 | - | "Unpacked - Entry Point y" | 2106 | 29374.09 | 13.948 | 267.34 | -668.34 | 670.28 | - | "Unpacked - Entry Point z" | 2106 | 5292347 | 2513.0 | 135.22 | 2320.2 | 2649.8 | - | "Unpacked - Parent |P|" | 2106 | 7418039 | 3522.3 | 12169. | 1.4200 | 1.7381e+05 | - | "Unpacked - TOF" | 2106 | 28867.78 | 13.707 | 8.4801 | 7.4645 | 83.869 | + | "Diff. - Displacement x" | 1894 |-2.676579e-05 |-1.4132e-08 | 2.8673e-07 | -4.9974e-07 | 4.9968e-07 | + | "Diff. - Displacement y" | 1894 |1.728613e-05 | 9.1268e-09 | 2.8578e-07 | -4.9982e-07 | 4.9886e-07 | + | "Diff. - Displacement z" | 1894 |-2.098311e-06 |-1.1079e-09 | 7.4320e-08 | -4.8846e-07 | 4.8846e-07 | + | "Diff. - Energy" | 1894 |6.631135e-06 | 3.5011e-09 | 5.7252e-07 | -9.9940e-07 | 9.9967e-07 | + | "Diff. - Entry Point x" | 1894 |0.001457293 | 7.6943e-07 | 2.8740e-05 | -4.9998e-05 | 4.9972e-05 | + | "Diff. - Entry Point y" | 1894 |-0.0005299534 |-2.7981e-07 | 2.8865e-05 | -4.9956e-05 | 4.9992e-05 | + | "Diff. - Entry Point z" | 1894 |-0.0001179841 |-6.2294e-08 | 6.0422e-06 | -4.9635e-05 | 4.8855e-05 | + | "Diff. - Parent |P|" | 1894 | 0.01293378 | 6.8288e-06 | 0.0028368 | -0.0049873 | 0.0049844 | + | "Diff. - TOF" | 1894 |3.594962e-05 | 1.8981e-08 | 2.8667e-06 | -4.9815e-06 | 4.9996e-06 | + | "Original - Displacement x" | 1894 | 8.718072 | 0.0046030 | 0.48704 | -10.058 | 3.9861 | + | "Original - Displacement y" | 1894 | 3.005554 | 0.0015869 | 0.23325 | -4.9746 | 2.3720 | + | "Original - Displacement z" | 1894 | 159.358 | 0.084138 | 0.22913 | -0.25000 | 0.25000 | + | "Original - Energy" | 1894 | 278.9406 | 0.14728 | 0.21917 | 0.00024766 | 4.2155 | + | "Original - Entry Point x" | 1894 | 86604.06 | 45.725 | 387.45 | -894.80 | 881.74 | + | "Original - Entry Point y" | 1894 | 4065.446 | 2.1465 | 261.01 | -672.81 | 672.75 | + | "Original - Entry Point z" | 1894 | 4753639 | 2509.8 | 135.41 | 2320.2 | 2649.8 | + | "Original - Parent |P|" | 1894 | 7360526 | 3886.2 | 11575. | 1.4534 | 1.7381e+05 | + | "Original - TOF" | 1894 | 25650 | 13.543 | 8.7279 | 7.4644 | 112.93 | + | "Unpacked - Displacement x" | 1894 | 8.718099 | 0.0046030 | 0.48704 | -10.058 | 3.9861 | + | "Unpacked - Displacement y" | 1894 | 3.005537 | 0.0015869 | 0.23325 | -4.9746 | 2.3720 | + | "Unpacked - Displacement z" | 1894 | 159.358 | 0.084138 | 0.22913 | -0.25000 | 0.25000 | + | "Unpacked - Energy" | 1894 | 278.9406 | 0.14728 | 0.21917 | 0.00024800 | 4.2155 | + | "Unpacked - Entry Point x" | 1894 | 86604.06 | 45.725 | 387.45 | -894.80 | 881.74 | + | "Unpacked - Entry Point y" | 1894 | 4065.446 | 2.1465 | 261.01 | -672.81 | 672.75 | + | "Unpacked - Entry Point z" | 1894 | 4753639 | 2509.8 | 135.41 | 2320.2 | 2649.8 | + | "Unpacked - Parent |P|" | 1894 | 7360526 | 3886.2 | 11575. | 1.4500 | 1.7381e+05 | + | "Unpacked - TOF" | 1894 | 25650 | 13.543 | 8.7279 | 7.4644 | 112.93 | UnpackFTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 4709 | 4709.0 | 0.0000 | 4709.0 | 4709.0 | + | "# UnPackedData" | 1 | 5686 | 5686.0 | 0.0000 | 5686.0 | 5686.0 | CheckFTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 4709 |5.386296e-06 | 1.1438e-09 | 2.8531e-07 | -4.9990e-07 | 4.9923e-07 | - | "Diff. - Displacement y" | 4709 |4.417171e-07 | 9.3803e-11 | 2.8919e-07 | -4.9998e-07 | 4.9999e-07 | - | "Diff. - Displacement z" | 4709 |2.165919e-05 | 4.5995e-09 | 2.8429e-07 | -4.9991e-07 | 4.9991e-07 | - | "Diff. - Energy" | 4709 |-2.392651e-05 |-5.0810e-09 | 5.7088e-07 | -9.9939e-07 | 9.9953e-07 | - | "Diff. - Entry Point x" | 4709 |-0.001426847 |-3.0300e-07 | 2.8938e-05 | -4.9998e-05 | 4.9929e-05 | - | "Diff. - Entry Point y" | 4709 |-0.002613665 |-5.5504e-07 | 2.8872e-05 | -4.9999e-05 | 4.9996e-05 | - | "Diff. - Entry Point z" | 4709 |-0.002482239 |-5.2713e-07 | 2.9051e-05 | -4.9976e-05 | 4.9998e-05 | - | "Diff. - Parent |P|" | 4709 | 0.3241034 | 6.8826e-05 | 0.0028773 | -0.0049995 | 0.0049993 | - | "Diff. - TOF" | 4709 |0.000251537 | 5.3416e-08 | 2.9184e-06 | -4.9967e-06 | 4.9960e-06 | - | "Original - Displacement x" | 4709 | -178.8204 | -0.037974 | 1.6497 | -40.467 | 34.184 | - | "Original - Displacement y" | 4709 | 27.33753 | 0.0058054 | 0.83270 | -38.356 | 8.7612 | - | "Original - Displacement z" | 4709 | 4126.235 | 0.87624 | 0.86658 | -1.3209 | 1.3316 | - | "Original - Energy" | 4709 | 2004.662 | 0.42571 | 0.60350 | 5.3255e-05 | 12.791 | - | "Original - Entry Point x" | 4709 | 60930.57 | 12.939 | 1158.0 | -3127.3 | 3313.6 | - | "Original - Entry Point y" | 4709 | 267043.9 | 56.709 | 618.08 | -2411.0 | 2424.2 | - | "Original - Entry Point z" | 4709 |4.046185e+07 | 8592.4 | 568.90 | 7818.9 | 9412.1 | - | "Original - Parent |P|" | 4709 |2.312372e+07 | 4910.5 | 14002. | 1.4256 | 1.7380e+05 | - | "Original - TOF" | 4709 | 156504.9 | 33.235 | 19.767 | 25.834 | 516.06 | - | "Unpacked - Displacement x" | 4709 | -178.8204 | -0.037974 | 1.6497 | -40.467 | 34.184 | - | "Unpacked - Displacement y" | 4709 | 27.33753 | 0.0058054 | 0.83270 | -38.356 | 8.7612 | - | "Unpacked - Displacement z" | 4709 | 4126.235 | 0.87624 | 0.86658 | -1.3209 | 1.3316 | - | "Unpacked - Energy" | 4709 | 2004.662 | 0.42571 | 0.60350 | 5.4000e-05 | 12.791 | - | "Unpacked - Entry Point x" | 4709 | 60930.58 | 12.939 | 1158.0 | -3127.3 | 3313.6 | - | "Unpacked - Entry Point y" | 4709 | 267043.9 | 56.709 | 618.08 | -2411.0 | 2424.2 | - | "Unpacked - Entry Point z" | 4709 |4.046185e+07 | 8592.4 | 568.90 | 7818.9 | 9412.1 | - | "Unpacked - Parent |P|" | 4709 |2.312372e+07 | 4910.5 | 14002. | 1.4300 | 1.7380e+05 | - | "Unpacked - TOF" | 4709 | 156504.9 | 33.235 | 19.767 | 25.834 | 516.06 | + | "Diff. - Displacement x" | 5686 |-1.945554e-05 |-3.4217e-09 | 2.8916e-07 | -4.9997e-07 | 4.9975e-07 | + | "Diff. - Displacement y" | 5686 |-7.395315e-06 |-1.3006e-09 | 2.9054e-07 | -4.9942e-07 | 4.9961e-07 | + | "Diff. - Displacement z" | 5686 |-4.379908e-06 |-7.7030e-10 | 2.8945e-07 | -4.9979e-07 | 4.9998e-07 | + | "Diff. - Energy" | 5686 |-7.513411e-07 |-1.3214e-10 | 5.7914e-07 | -9.9991e-07 | 9.9992e-07 | + | "Diff. - Entry Point x" | 5686 |-0.004611982 |-8.1111e-07 | 2.8931e-05 | -4.9974e-05 | 4.9993e-05 | + | "Diff. - Entry Point y" | 5686 |0.001253953 | 2.2053e-07 | 2.8714e-05 | -4.9986e-05 | 4.9980e-05 | + | "Diff. - Entry Point z" | 5686 |-0.0009939653 |-1.7481e-07 | 2.8802e-05 | -4.9961e-05 | 4.9981e-05 | + | "Diff. - Parent |P|" | 5686 | 0.2751456 | 4.8390e-05 | 0.0028748 | -0.0049992 | 0.0049987 | + | "Diff. - TOF" | 5686 |-5.352793e-05 |-9.4140e-09 | 2.8719e-06 | -4.9997e-06 | 4.9957e-06 | + | "Original - Displacement x" | 5686 | -171.0265 | -0.030079 | 1.1710 | -12.420 | 23.404 | + | "Original - Displacement y" | 5686 | 134.916 | 0.023728 | 0.81059 | -5.2993 | 33.327 | + | "Original - Displacement z" | 5686 | 5033.948 | 0.88532 | 0.84329 | -1.3104 | 1.3170 | + | "Original - Energy" | 5686 | 2424.784 | 0.42645 | 0.75465 | 0.00012369 | 20.900 | + | "Original - Entry Point x" | 5686 | 401799.4 | 70.665 | 1146.9 | -3157.9 | 3235.2 | + | "Original - Entry Point y" | 5686 | 172313 | 30.305 | 637.66 | -2402.0 | 2402.7 | + | "Original - Entry Point z" | 5686 |4.900541e+07 | 8618.6 | 569.27 | 7819.3 | 9412.1 | + | "Original - Parent |P|" | 5686 |2.520363e+07 | 4432.6 | 10770. | 1.4233 | 1.7380e+05 | + | "Original - TOF" | 5686 | 182883.1 | 32.164 | 11.312 | 25.832 | 279.70 | + | "Unpacked - Displacement x" | 5686 | -171.0265 | -0.030079 | 1.1710 | -12.420 | 23.404 | + | "Unpacked - Displacement y" | 5686 | 134.916 | 0.023728 | 0.81059 | -5.2993 | 33.327 | + | "Unpacked - Displacement z" | 5686 | 5033.948 | 0.88532 | 0.84329 | -1.3104 | 1.3170 | + | "Unpacked - Energy" | 5686 | 2424.784 | 0.42645 | 0.75465 | 0.00012400 | 20.900 | + | "Unpacked - Entry Point x" | 5686 | 401799.4 | 70.665 | 1146.9 | -3157.9 | 3235.2 | + | "Unpacked - Entry Point y" | 5686 | 172313 | 30.305 | 637.66 | -2402.0 | 2402.7 | + | "Unpacked - Entry Point z" | 5686 |4.900541e+07 | 8618.6 | 569.27 | 7819.3 | 9412.1 | + | "Unpacked - Parent |P|" | 5686 |2.520363e+07 | 4432.6 | 10770. | 1.4200 | 1.7380e+05 | + | "Unpacked - TOF" | 5686 | 182883.1 | 32.164 | 11.312 | 25.832 | 279.70 | UnpackRichHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 8276 | 8276.0 | 0.0000 | 8276.0 | 8276.0 | + | "# UnPackedData" | 1 | 8885 | 8885.0 | 0.0000 | 8885.0 | 8885.0 | UnpackRichOpPhot SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 8231 | 8231.0 | 0.0000 | 8231.0 | 8231.0 | + | "# UnPackedData" | 1 | 8841 | 8841.0 | 0.0000 | 8841.0 | 8841.0 | UnpackRichSegments SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 590 | 590.00 | 0.0000 | 590.00 | 590.00 | + | "# UnPackedData" | 1 | 631 | 631.00 | 0.0000 | 631.00 | 631.00 | UnpackRichTracks SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 480 | 480.00 | 0.0000 | 480.00 | 480.00 | + | "# UnPackedData" | 1 | 535 | 535.00 | 0.0000 | 535.00 | 535.00 | CheckRichHits SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 8276 |-0.02100238 |-2.5377e-06 | 0.00020288 | -0.0048505 | 0.0042739 | - | "Diff. - Entry Point x" | 8276 |-0.0006876402 |-8.3088e-08 | 2.8966e-05 | -4.9963e-05 | 4.9998e-05 | - | "Diff. - Entry Point y" | 8276 |0.001094056 | 1.3220e-07 | 2.9114e-05 | -4.9996e-05 | 4.9994e-05 | - | "Diff. - Entry Point z" | 8276 |0.001394619 | 1.6851e-07 | 2.8613e-05 | -4.9979e-05 | 4.9998e-05 | - | "Diff. - TOF" | 8276 |-1.033045e-06 |-1.2482e-10 | 2.8920e-06 | -4.9981e-06 | 4.9992e-06 | - | "Original - Energy" | 8276 | 16818.31 | 2.0322 | 39.707 | 0.020000 | 1000.1 | - | "Original - Entry Point x" | 8276 | 3354784 | 405.36 | 2312.3 | -4075.9 | 4074.4 | - | "Original - Entry Point y" | 8276 | -1252033 | -151.28 | 1098.2 | -1653.6 | 1639.2 | - | "Original - Entry Point z" | 8276 |4.09821e+07 | 4951.9 | 4329.7 | 1269.7 | 11074. | - | "Original - TOF" | 8276 | 225162.6 | 27.207 | 20.880 | 7.0362 | 142.16 | - | "Unpacked - Energy" | 8276 | 16818.33 | 2.0322 | 39.707 | 0.020000 | 1000.1 | - | "Unpacked - Entry Point x" | 8276 | 3354784 | 405.36 | 2312.3 | -4075.9 | 4074.4 | - | "Unpacked - Entry Point y" | 8276 | -1252033 | -151.28 | 1098.2 | -1653.6 | 1639.2 | - | "Unpacked - Entry Point z" | 8276 |4.09821e+07 | 4951.9 | 4329.7 | 1269.7 | 11074. | - | "Unpacked - TOF" | 8276 | 225162.6 | 27.207 | 20.880 | 7.0362 | 142.16 | + | "Diff. - Energy" | 8885 |-0.0009758269 |-1.0983e-07 | 0.00022369 | -0.0047789 | 0.0049757 | + | "Diff. - Entry Point x" | 8885 |-0.0004519999 |-5.0872e-08 | 2.9084e-05 | -4.9992e-05 | 4.9985e-05 | + | "Diff. - Entry Point y" | 8885 |-0.0006480516 |-7.2938e-08 | 2.8930e-05 | -4.9988e-05 | 4.9991e-05 | + | "Diff. - Entry Point z" | 8885 | 0.00264384 | 2.9756e-07 | 2.8848e-05 | -4.9990e-05 | 4.9999e-05 | + | "Diff. - TOF" | 8885 |-8.419452e-05 |-9.4760e-09 | 2.9044e-06 | -4.9974e-06 | 4.9984e-06 | + | "Original - Energy" | 8885 | 20476 | 2.3046 | 42.740 | 0.020000 | 1000.6 | + | "Original - Entry Point x" | 8885 | 2102933 | 236.68 | 2475.3 | -4073.1 | 4074.0 | + | "Original - Entry Point y" | 8885 | -144273.8 | -16.238 | 1078.5 | -1651.9 | 1649.5 | + | "Original - Entry Point z" | 8885 |4.793203e+07 | 5394.7 | 4462.6 | 1272.4 | 11076. | + | "Original - TOF" | 8885 | 254424.8 | 28.635 | 19.280 | 7.0903 | 125.97 | + | "Unpacked - Energy" | 8885 | 20476 | 2.3046 | 42.740 | 0.020000 | 1000.6 | + | "Unpacked - Entry Point x" | 8885 | 2102933 | 236.68 | 2475.3 | -4073.1 | 4074.0 | + | "Unpacked - Entry Point y" | 8885 | -144273.8 | -16.238 | 1078.5 | -1651.9 | 1649.5 | + | "Unpacked - Entry Point z" | 8885 |4.793203e+07 | 5394.7 | 4462.6 | 1272.4 | 11076. | + | "Unpacked - TOF" | 8885 | 254424.8 | 28.635 | 19.280 | 7.0903 | 125.97 | CheckRichOpPhot SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 8231 |0.003573214 | 4.3412e-07 | 2.9048e-05 | -4.9995e-05 | 4.9989e-05 | - | "Diff. - Emission Point y" | 8231 |0.005417527 | 6.5819e-07 | 2.9003e-05 | -4.9977e-05 | 4.9979e-05 | - | "Diff. - Emission Point z" | 8231 |-0.0004119669 |-5.0051e-08 | 2.8939e-05 | -4.9996e-05 | 4.9988e-05 | - | "Diff. - Energy" | 8231 |2.172555e-10 | 2.6395e-14 | 5.7808e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 8231 |0.001109041 | 1.3474e-07 | 2.9045e-05 | -4.9985e-05 | 4.9998e-05 | - | "Diff. - HPD In. Point y" | 8231 | 0.00165246 | 2.0076e-07 | 2.8772e-05 | -4.9979e-05 | 4.9999e-05 | - | "Diff. - HPD In. Point z" | 8231 |-0.0006764182 |-8.2179e-08 | 2.9194e-05 | -4.9967e-05 | 4.9987e-05 | - | "Diff. - HPD QW Point x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 8231 | 26025.21 | 3.1619 | 1.8280 | 0.00060487 | 6.2832 | - | "Original - Cherenkov Theta" | 8231 | 2030.107 | 0.24664 | 0.41393 | 0.010305 | 2.8594 | - | "Original - Emission Point x" | 8231 | 1637051 | 198.89 | 1488.5 | -4064.2 | 4021.1 | - | "Original - Emission Point y" | 8231 | -712910.9 | -86.613 | 410.69 | -2453.2 | 3071.5 | - | "Original - Emission Point z" | 8231 |3.887704e+07 | 4723.2 | 4340.8 | 861.03 | 11753. | - | "Original - Energy" | 8231 | 0.03071904 | 3.7321e-06 | 7.6775e-07 | 1.8287e-06 | 6.1457e-06 | - | "Original - HPD In. Point x" | 8231 | 3339470 | 405.72 | 2303.1 | -4065.1 | 4065.7 | - | "Original - HPD In. Point y" | 8231 | -1236687 | -150.25 | 1092.5 | -1645.1 | 1630.8 | - | "Original - HPD In. Point z" | 8231 |4.062608e+07 | 4935.7 | 4326.5 | 1264.4 | 11069. | - | "Original - HPD QW Point x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 8231 | 26025.21 | 3.1619 | 1.8280 | 0.00060487 | 6.2832 | - | "Unpacked - Cherenkov Theta" | 8231 | 2030.107 | 0.24664 | 0.41393 | 0.010305 | 2.8594 | - | "Unpacked - Emission Point x" | 8231 | 1637051 | 198.89 | 1488.5 | -4064.2 | 4021.1 | - | "Unpacked - Emission Point y" | 8231 | -712910.9 | -86.613 | 410.69 | -2453.2 | 3071.5 | - | "Unpacked - Emission Point z" | 8231 |3.887704e+07 | 4723.2 | 4340.8 | 861.03 | 11753. | - | "Unpacked - Energy" | 8231 | 0.03071904 | 3.7321e-06 | 7.6775e-07 | 1.8287e-06 | 6.1457e-06 | - | "Unpacked - HPD In. Point x" | 8231 | 3339470 | 405.72 | 2303.1 | -4065.1 | 4065.7 | - | "Unpacked - HPD In. Point y" | 8231 | -1236687 | -150.25 | 1092.5 | -1645.1 | 1630.8 | - | "Unpacked - HPD In. Point z" | 8231 |4.062608e+07 | 4935.7 | 4326.5 | 1264.4 | 11069. | - | "Unpacked - HPD QW Point x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 8841 |-0.00401921 |-4.5461e-07 | 2.8796e-05 | -4.9943e-05 | 4.9982e-05 | + | "Diff. - Emission Point y" | 8841 |-0.00226894 |-2.5664e-07 | 2.9154e-05 | -4.9998e-05 | 4.9984e-05 | + | "Diff. - Emission Point z" | 8841 |-0.002417456 |-2.7344e-07 | 2.8898e-05 | -4.9993e-05 | 4.9975e-05 | + | "Diff. - Energy" | 8841 |-4.774847e-10 |-5.4008e-14 | 5.8024e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 8841 |0.0009141311 | 1.0340e-07 | 2.9015e-05 | -4.9992e-05 | 4.9994e-05 | + | "Diff. - HPD In. Point y" | 8841 |0.001203301 | 1.3610e-07 | 2.9068e-05 | -4.9977e-05 | 4.9997e-05 | + | "Diff. - HPD In. Point z" | 8841 |-0.001611445 |-1.8227e-07 | 2.9084e-05 | -4.9998e-05 | 4.9992e-05 | + | "Diff. - HPD QW Point x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 8841 | 27852.69 | 3.1504 | 1.8350 | 0.00068473 | 6.2825 | + | "Original - Cherenkov Theta" | 8841 | 1967.722 | 0.22257 | 0.39729 | 0.0080912 | 2.8587 | + | "Original - Emission Point x" | 8841 | 1584277 | 179.20 | 1317.9 | -4040.4 | 4039.8 | + | "Original - Emission Point y" | 8841 | -427540.6 | -48.359 | 445.26 | -3002.9 | 2612.5 | + | "Original - Emission Point z" | 8841 |4.566858e+07 | 5165.5 | 4463.3 | 826.38 | 11664. | + | "Original - Energy" | 8841 | 0.03303274 | 3.7363e-06 | 7.6482e-07 | 1.8054e-06 | 6.1423e-06 | + | "Original - HPD In. Point x" | 8841 | 2039735 | 230.71 | 2467.1 | -4064.4 | 4065.3 | + | "Original - HPD In. Point y" | 8841 | -131156.5 | -14.835 | 1072.8 | -1643.4 | 1641.1 | + | "Original - HPD In. Point z" | 8841 |4.755606e+07 | 5379.0 | 4460.2 | 1267.1 | 11072. | + | "Original - HPD QW Point x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 8841 | 27852.69 | 3.1504 | 1.8350 | 0.00068473 | 6.2825 | + | "Unpacked - Cherenkov Theta" | 8841 | 1967.722 | 0.22257 | 0.39729 | 0.0080912 | 2.8587 | + | "Unpacked - Emission Point x" | 8841 | 1584277 | 179.20 | 1317.9 | -4040.4 | 4039.8 | + | "Unpacked - Emission Point y" | 8841 | -427540.6 | -48.359 | 445.26 | -3002.9 | 2612.5 | + | "Unpacked - Emission Point z" | 8841 |4.566858e+07 | 5165.5 | 4463.3 | 826.38 | 11664. | + | "Unpacked - Energy" | 8841 | 0.03303275 | 3.7363e-06 | 7.6482e-07 | 1.8054e-06 | 6.1423e-06 | + | "Unpacked - HPD In. Point x" | 8841 | 2039735 | 230.71 | 2467.1 | -4064.4 | 4065.3 | + | "Unpacked - HPD In. Point y" | 8841 | -131156.5 | -14.835 | 1072.8 | -1643.4 | 1641.1 | + | "Unpacked - HPD In. Point z" | 8841 |4.755606e+07 | 5379.0 | 4460.2 | 1267.1 | 11072. | + | "Unpacked - HPD QW Point x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 8841 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegments SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackEcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 11997 | 11997. | 0.0000 | 11997. | 11997. | + | "# UnPackedData" | 1 | 13330 | 13330. | 0.0000 | 13330. | 13330. | CheckEcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 11997 |0.0005777465 | 4.8158e-08 | 2.8947e-05 | -5.0000e-05 | 4.9992e-05 | - | "Diff. - TOF" | 11997 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 11997 | 170657.2 | 14.225 | 66.415 | 3.2291e-05 | 2879.2 | - | "Original - TOF" | 11997 | 2242 | 0.18688 | 0.88691 | 0.0000 | 59.000 | - | "Unpacked - Energy" | 11997 | 170657.2 | 14.225 | 66.415 | 0.0000 | 2879.2 | - | "Unpacked - TOF" | 11997 | 2242 | 0.18688 | 0.88691 | 0.0000 | 59.000 | + | "Diff. - Energy" | 13330 |0.004984387 | 3.7392e-07 | 2.8882e-05 | -4.9997e-05 | 4.9997e-05 | + | "Diff. - TOF" | 13330 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 13330 | 192767.9 | 14.461 | 66.523 | 6.0328e-10 | 3138.5 | + | "Original - TOF" | 13330 | 2076 | 0.15574 | 0.47525 | 0.0000 | 12.000 | + | "Unpacked - Energy" | 13330 | 192767.9 | 14.461 | 66.523 | 0.0000 | 3138.5 | + | "Unpacked - TOF" | 13330 | 2076 | 0.15574 | 0.47525 | 0.0000 | 12.000 | UnpackHcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2042 | 2042.0 | 0.0000 | 2042.0 | 2042.0 | + | "# UnPackedData" | 1 | 2186 | 2186.0 | 0.0000 | 2186.0 | 2186.0 | CheckHcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 2042 |0.001439686 | 7.0504e-07 | 2.8792e-05 | -4.9995e-05 | 4.9984e-05 | - | "Diff. - TOF" | 2042 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 2042 | 21903.79 | 10.727 | 39.327 | 0.00022612 | 803.60 | - | "Original - TOF" | 2042 | 345 | 0.16895 | 0.47705 | -1.0000 | 3.0000 | - | "Unpacked - Energy" | 2042 | 21903.78 | 10.727 | 39.327 | 0.00020000 | 803.60 | - | "Unpacked - TOF" | 2042 | 345 | 0.16895 | 0.47705 | -1.0000 | 3.0000 | + | "Diff. - Energy" | 2186 |0.001862638 | 8.5208e-07 | 2.9189e-05 | -4.9942e-05 | 4.9922e-05 | + | "Diff. - TOF" | 2186 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 2186 | 22541.53 | 10.312 | 37.614 | 3.5462e-05 | 911.27 | + | "Original - TOF" | 2186 | 331 | 0.15142 | 0.46707 | -1.0000 | 4.0000 | + | "Unpacked - Energy" | 2186 | 22541.53 | 10.312 | 37.614 | 0.0000 | 911.27 | + | "Unpacked - TOF" | 2186 | 331 | 0.15142 | 0.46707 | -1.0000 | 4.0000 | UnpackMuonHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 250 | 250.00 | 0.0000 | 250.00 | 250.00 | + | "# UnPackedData" | 1 | 185 | 185.00 | 0.0000 | 185.00 | 185.00 | CheckMuonHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 250 |1.974846e-06 | 7.8994e-09 | 2.8646e-07 | -4.9858e-07 | 4.9814e-07 | - | "Diff. - Displacement y" | 250 |-6.497127e-07 |-2.5989e-09 | 2.9496e-07 | -4.9508e-07 | 4.9287e-07 | - | "Diff. - Displacement z" | 250 |-1.667071e-06 |-6.6683e-09 | 2.8159e-07 | -4.9117e-07 | 4.9942e-07 | - | "Diff. - Energy" | 250 |-1.263551e-05 |-5.0542e-08 | 5.8406e-07 | -9.8059e-07 | 9.6797e-07 | - | "Diff. - Entry Point x" | 250 |-0.0001176315 |-4.7053e-07 | 2.6549e-05 | -4.9493e-05 | 4.8285e-05 | - | "Diff. - Entry Point y" | 250 |-0.0004394209 |-1.7577e-06 | 2.7697e-05 | -4.9442e-05 | 4.9912e-05 | - | "Diff. - Entry Point z" | 250 |-0.0002752042 |-1.1008e-06 | 2.9882e-05 | -4.9705e-05 | 4.9949e-05 | - | "Diff. - Parent |P|" | 250 |0.009168555 | 3.6674e-05 | 0.0029525 | -0.0049981 | 0.0049032 | - | "Diff. - TOF" | 250 |1.801344e-05 | 7.2054e-08 | 2.9742e-06 | -4.9547e-06 | 4.9677e-06 | - | "Original - Displacement x" | 250 | 111.4841 | 0.44594 | 4.9338 | -26.834 | 34.737 | - | "Original - Displacement y" | 250 | -142.6242 | -0.57050 | 4.2707 | -36.386 | 14.739 | - | "Original - Displacement z" | 250 | 982.604 | 3.9304 | 2.9426 | -5.1311 | 5.0403 | - | "Original - Energy" | 250 | 0.6508874 | 0.0026035 | 0.0041026 | 0.00013489 | 0.034311 | - | "Original - Entry Point x" | 250 | 117497.7 | 469.99 | 1818.4 | -4687.2 | 4596.7 | - | "Original - Entry Point y" | 250 | 10601.35 | 42.405 | 808.75 | -2248.7 | 3396.4 | - | "Original - Entry Point z" | 250 | 4045073 | 16180. | 1278.5 | 15094. | 19036. | - | "Original - Parent |P|" | 250 | 265840.5 | 1063.4 | 1419.3 | 1.4314 | 5680.8 | - | "Original - TOF" | 250 | 13979.99 | 55.920 | 5.4967 | 50.662 | 88.539 | - | "Unpacked - Displacement x" | 250 | 111.4841 | 0.44594 | 4.9338 | -26.834 | 34.737 | - | "Unpacked - Displacement y" | 250 | -142.6242 | -0.57050 | 4.2707 | -36.386 | 14.739 | - | "Unpacked - Displacement z" | 250 | 982.604 | 3.9304 | 2.9426 | -5.1311 | 5.0403 | - | "Unpacked - Energy" | 250 | 0.6509 | 0.0026036 | 0.0041026 | 0.00013400 | 0.034312 | - | "Unpacked - Entry Point x" | 250 | 117497.7 | 469.99 | 1818.4 | -4687.2 | 4596.7 | - | "Unpacked - Entry Point y" | 250 | 10601.35 | 42.405 | 808.75 | -2248.7 | 3396.4 | - | "Unpacked - Entry Point z" | 250 | 4045073 | 16180. | 1278.5 | 15094. | 19036. | - | "Unpacked - Parent |P|" | 250 | 265840.5 | 1063.4 | 1419.3 | 1.4300 | 5680.8 | - | "Unpacked - TOF" | 250 | 13979.99 | 55.920 | 5.4967 | 50.662 | 88.539 | + | "Diff. - Displacement x" | 185 |5.401559e-06 | 2.9198e-08 | 3.1451e-07 | -4.8777e-07 | 4.9922e-07 | + | "Diff. - Displacement y" | 185 |-1.525739e-06 |-8.2472e-09 | 3.0227e-07 | -4.8165e-07 | 4.9714e-07 | + | "Diff. - Displacement z" | 185 |4.121929e-07 | 2.2281e-09 | 3.0074e-07 | -4.9605e-07 | 4.9870e-07 | + | "Diff. - Energy" | 185 |-1.072225e-05 |-5.7958e-08 | 5.6399e-07 | -9.8528e-07 | 9.9737e-07 | + | "Diff. - Entry Point x" | 185 |8.502033e-05 | 4.5957e-07 | 2.8665e-05 | -4.9496e-05 | 4.8891e-05 | + | "Diff. - Entry Point y" | 185 |0.0005714403 | 3.0889e-06 | 2.9323e-05 | -4.9320e-05 | 4.9956e-05 | + | "Diff. - Entry Point z" | 185 |5.538515e-06 | 2.9938e-08 | 2.7531e-05 | -4.9632e-05 | 4.9741e-05 | + | "Diff. - Parent |P|" | 185 | 0.00689769 | 3.7285e-05 | 0.0028925 | -0.0049284 | 0.0049432 | + | "Diff. - TOF" | 185 |2.791914e-05 | 1.5091e-07 | 2.7953e-06 | -4.8556e-06 | 4.9930e-06 | + | "Original - Displacement x" | 185 | 150.8478 | 0.81539 | 3.6147 | -16.000 | 14.194 | + | "Original - Displacement y" | 185 | 81.7299 | 0.44178 | 5.6723 | -8.3308 | 44.820 | + | "Original - Displacement z" | 185 | 667.4711 | 3.6080 | 3.1226 | -5.0190 | 5.1614 | + | "Original - Energy" | 185 | 0.5789653 | 0.0031295 | 0.0050003 | 0.00011615 | 0.042927 | + | "Original - Entry Point x" | 185 | -49221.68 | -266.06 | 1193.1 | -3525.3 | 2149.3 | + | "Original - Entry Point y" | 185 | 60741.12 | 328.33 | 1640.4 | -3895.0 | 3950.1 | + | "Original - Entry Point z" | 185 | 3018326 | 16315. | 1365.1 | 15088. | 19039. | + | "Original - Parent |P|" | 185 | 316153.5 | 1708.9 | 3310.4 | 1.4897 | 13665. | + | "Original - TOF" | 185 | 10449.22 | 56.482 | 5.0698 | 50.380 | 85.747 | + | "Unpacked - Displacement x" | 185 | 150.8478 | 0.81539 | 3.6147 | -16.000 | 14.194 | + | "Unpacked - Displacement y" | 185 | 81.7299 | 0.44178 | 5.6723 | -8.3308 | 44.820 | + | "Unpacked - Displacement z" | 185 | 667.4711 | 3.6080 | 3.1226 | -5.0190 | 5.1614 | + | "Unpacked - Energy" | 185 | 0.578976 | 0.0031296 | 0.0050003 | 0.00011600 | 0.042926 | + | "Unpacked - Entry Point x" | 185 | -49221.68 | -266.06 | 1193.1 | -3525.3 | 2149.3 | + | "Unpacked - Entry Point y" | 185 | 60741.12 | 328.33 | 1640.4 | -3895.0 | 3950.1 | + | "Unpacked - Entry Point z" | 185 | 3018326 | 16315. | 1365.1 | 15088. | 19039. | + | "Unpacked - Parent |P|" | 185 | 316153.5 | 1708.9 | 3310.4 | 1.4900 | 13665. | + | "Unpacked - TOF" | 185 | 10449.22 | 56.482 | 5.0698 | 50.380 | 85.747 | PrevPrevEventGaussSim SUCCESS ================================================================== PrevPrevEventGaussSim SUCCESS 1 events processed PrevPrevEventGaussSim SUCCESS ================================================================== GetRichHitsPrevPrev INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsPrevPrev INFO Av. # MCRichHits : Rich1 = 4454.00 +-66.74 (100.00 +-0.00%) Rich2 = 3413.00 +-58.42 (100.00 +-0.00%) -GetRichHitsPrevPrev INFO Av. # Invalid radiator hits : Rich1 = 10.00 +- 3.16 ( 0.22 +-0.07%) Rich2 = 26.00 +- 5.10 ( 0.76 +-0.15%) -GetRichHitsPrevPrev INFO Av. # Signal Hits : Rich1 = 3855.00 +-62.09 ( 86.55 +-0.51%) Rich2 = 2020.00 +-44.94 ( 59.19 +-0.84%) -GetRichHitsPrevPrev INFO Av. # Gas Quartz CK hits : Rich1 = 325.00 +-18.03 ( 7.30 +-0.39%) Rich2 = 525.00 +-22.91 ( 15.38 +-0.62%) +GetRichHitsPrevPrev INFO Av. # MCRichHits : Rich1 = 5243.00 +-72.41 (100.00 +-0.00%) Rich2 = 2386.00 +-48.85 (100.00 +-0.00%) +GetRichHitsPrevPrev INFO Av. # Invalid radiator hits : Rich1 = 20.00 +- 4.47 ( 0.38 +-0.09%) Rich2 = 11.00 +- 3.32 ( 0.46 +-0.14%) +GetRichHitsPrevPrev INFO Av. # Signal Hits : Rich1 = 4362.00 +-66.05 ( 83.20 +-0.52%) Rich2 = 1686.00 +-41.06 ( 70.66 +-0.93%) +GetRichHitsPrevPrev INFO Av. # Gas Quartz CK hits : Rich1 = 485.00 +-22.02 ( 9.25 +-0.40%) Rich2 = 246.00 +-15.68 ( 10.31 +-0.62%) GetRichHitsPrevPrev INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsPrevPrev INFO Av. # Nitrogen CK hits : Rich1 = 5.00 +- 2.24 ( 0.11 +-0.05%) Rich2 = 2.00 +- 1.41 ( 0.06 +-0.04%) +GetRichHitsPrevPrev INFO Av. # Nitrogen CK hits : Rich1 = 17.00 +- 4.12 ( 0.32 +-0.08%) Rich2 = 4.00 +- 2.00 ( 0.17 +-0.08%) GetRichHitsPrevPrev INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsPrevPrev INFO Av. # Charged Track hits : Rich1 = 10.00 +- 3.16 ( 0.22 +-0.07%) Rich2 = 26.00 +- 5.10 ( 0.76 +-0.15%) -GetRichHitsPrevPrev INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 320.00 +-17.89 ( 9.38 +-0.50%) +GetRichHitsPrevPrev INFO Av. # Charged Track hits : Rich1 = 20.00 +- 4.47 ( 0.38 +-0.09%) Rich2 = 11.00 +- 3.32 ( 0.46 +-0.14%) +GetRichHitsPrevPrev INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 219.00 +-14.80 ( 9.18 +-0.59%) GetRichHitsPrevPrev INFO Av. # All HPD reflection hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsPrevPrev INFO Av. # Signal CK MCRichHits C4F10 = 3855.00 +-62.09 ( 86.55 +-0.51%) CF4 = 2020.00 +-44.94 ( 59.19 +-0.84%) +GetRichHitsPrevPrev INFO Av. # Signal CK MCRichHits C4F10 = 4362.00 +-66.05 ( 83.20 +-0.52%) CF4 = 1686.00 +-41.06 ( 70.66 +-0.93%) GetRichHitsPrevPrev INFO Av. # MCParticle-less hits C4F10 = 0.00 +- 0.00 ( 0.00 +-0.00%) CF4 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : Rich1Gas = 3855.00 +- 62.09 / event -GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : Rich2Gas = 2340.00 +- 48.37 / event -GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 850.00 +- 29.15 / event -GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : Nitrogen = 7.00 +- 2.65 / event -GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : PMTQuartzWin = 779.00 +- 27.91 / event -GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : Rich1Gas = 136.00 +- 11.66 / event -GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : Rich2Gas = 245.00 +- 15.65 / event -GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : GasQuartzWin = 65.00 +- 8.06 / event -GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : Nitrogen = 2.00 +- 1.41 / event -GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : PMTQuartzWin = 42.00 +- 6.48 / event +GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : Rich1Gas = 4362.00 +- 66.05 / event +GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : Rich2Gas = 1905.00 +- 43.65 / event +GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 731.00 +- 27.04 / event +GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : Nitrogen = 21.00 +- 4.58 / event +GetRichPhotonsPrevPrev INFO Av. # MCRichOpticalPhotons : PMTQuartzWin = 579.00 +- 24.06 / event +GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : Rich1Gas = 147.00 +- 12.12 / event +GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : Rich2Gas = 212.00 +- 14.56 / event +GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : GasQuartzWin = 58.00 +- 7.62 / event +GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : Nitrogen = 9.00 +- 3.00 / event +GetRichSegmentsPrevPrev INFO Av. # MCRichSegments : PMTQuartzWin = 29.00 +- 5.39 / event GetRichTracksPrevPrev INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVPHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2199 | 2199.0 | 0.0000 | 2199.0 | 2199.0 | + | "# PackedData" | 1 | 2242 | 2242.0 | 0.0000 | 2242.0 | 2242.0 | MCUTHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1318 | 1318.0 | 0.0000 | 1318.0 | 1318.0 | + | "# PackedData" | 1 | 1050 | 1050.0 | 0.0000 | 1050.0 | 1050.0 | MCFTHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 3553 | 3553.0 | 0.0000 | 3553.0 | 3553.0 | + | "# PackedData" | 1 | 3327 | 3327.0 | 0.0000 | 3327.0 | 3327.0 | MCMuonHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 145 | 145.00 | 0.0000 | 145.00 | 145.00 | + | "# PackedData" | 1 | 197 | 197.00 | 0.0000 | 197.00 | 197.00 | MCEcalHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 10234 | 10234. | 0.0000 | 10234. | 10234. | + | "# PackedData" | 1 | 11129 | 11129. | 0.0000 | 11129. | 11129. | MCHcalHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1799 | 1799.0 | 0.0000 | 1799.0 | 1799.0 | + | "# PackedData" | 1 | 1723 | 1723.0 | 0.0000 | 1723.0 | 1723.0 | MCRichHitPackerPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 7867 | 7867.0 | 0.0000 | 7867.0 | 7867.0 | + | "# PackedData" | 1 | 7629 | 7629.0 | 0.0000 | 7629.0 | 7629.0 | MCRichOpPhotPackerPre...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 7831 | 7831.0 | 0.0000 | 7831.0 | 7831.0 | + | "# PackedData" | 1 | 7598 | 7598.0 | 0.0000 | 7598.0 | 7598.0 | MCRichSegmentPackerPr...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 490 | 490.00 | 0.0000 | 490.00 | 490.00 | + | "# PackedData" | 1 | 455 | 455.00 | 0.0000 | 455.00 | 455.00 | MCRichTrackPackerPrev...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 384 | 384.00 | 0.0000 | 384.00 | 384.00 | + | "# PackedData" | 1 | 352 | 352.00 | 0.0000 | 352.00 | 352.00 | VPGaussMoniPrevPrev INFO ------------------------------------------------------ VPGaussMoniPrevPrev INFO - VPGaussMoni table - VPGaussMoniPrevPrev INFO ------------------------------------------------------ -VPGaussMoniPrevPrev INFO Number of MCHits/Event: 2199+/-0 +VPGaussMoniPrevPrev INFO Number of MCHits/Event: 2242+/-0 VPGaussMoniPrevPrev INFO ------------------------------------------------------ UTHitMonitorPrevPrev INFO *** Summary *** -UTHitMonitorPrevPrev INFO #hits per event: 1318 -UTHitMonitorPrevPrev INFO Mean beta * gamma: 2086.84 -UTHitMonitorPrevPrev INFO Most Probable deposited charge: 0.0759144 -UTHitMonitorPrevPrev INFO Half Sample width 0.0269026 +UTHitMonitorPrevPrev INFO #hits per event: 1050 +UTHitMonitorPrevPrev INFO Mean beta * gamma: 2570.45 +UTHitMonitorPrevPrev INFO Most Probable deposited charge: 0.074596 +UTHitMonitorPrevPrev INFO Half Sample width 0.0200415 UTHitMonitorPrevPrev SUCCESS Booked 7 Histogram(s) : 1D=7 UTHitMonitorPrevPrev SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 116 | 116 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1318 | 2750450 | 2086.8 | 8212.6 | 0.013157 | 74862. | - | "numberHits" | 1 | 1318 | 1318.0 | 0.0000 | 1318.0 | 1318.0 | + | "DeltaRay" | 82 | 82 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1050 | 2698973 | 2570.5 | 11984. | 0.20865 | 1.3780e+05 | + | "numberHits" | 1 | 1050 | 1050.0 | 0.0000 | 1050.0 | 1050.0 | FTHitMonitorPrevPrev INFO *** Summary *** -FTHitMonitorPrevPrev INFO #hits per event: 3553 -FTHitMonitorPrevPrev INFO Mean beta * gamma: 3344.27 -FTHitMonitorPrevPrev INFO Most Probable deposited charge: 0.240045 -FTHitMonitorPrevPrev INFO Half Sample width 0.0917691 +FTHitMonitorPrevPrev INFO #hits per event: 3327 +FTHitMonitorPrevPrev INFO Mean beta * gamma: 3873.98 +FTHitMonitorPrevPrev INFO Most Probable deposited charge: 0.238678 +FTHitMonitorPrevPrev INFO Half Sample width 0.0842253 FTHitMonitorPrevPrev SUCCESS Booked 9 Histogram(s) : 1D=9 FTHitMonitorPrevPrev SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 240 | 240 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 3553 |1.188219e+07 | 3344.3 | 14189. | 0.0038272 | 1.4421e+05 | - | "numberHits" | 1 | 3553 | 3553.0 | 0.0000 | 3553.0 | 3553.0 | + | "DeltaRay" | 284 | 284 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 3327 |1.288874e+07 | 3874.0 | 13927. | 0.016481 | 1.3780e+05 | + | "numberHits" | 1 | 3327 | 3327.0 | 0.0000 | 3327.0 | 3327.0 | EcalMonitorPrevPrev SUCCESS Booked 19 Histogram(s) : 1D=19 HcalMonitorPrevPrev SUCCESS Booked 16 Histogram(s) : 1D=16 MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrevPrev INFO Muon Monitoring Table MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrevPrev INFO M1 M2 M3 M4 M5 -MuonHitCheckerPrevPrev INFO 41.000 8.000 4.000 14.000 0.000 R1 -MuonHitCheckerPrevPrev INFO 66.000 15.000 10.000 5.000 0.000 R2 -MuonHitCheckerPrevPrev INFO 22.000 5.000 4.000 5.000 0.000 R3 -MuonHitCheckerPrevPrev INFO 25.000 12.000 8.000 6.000 0.000 R4 +MuonHitCheckerPrevPrev INFO 32.000 15.000 8.000 14.000 0.000 R1 +MuonHitCheckerPrevPrev INFO 17.000 15.000 4.000 10.000 0.000 R2 +MuonHitCheckerPrevPrev INFO 15.000 5.000 6.000 4.000 0.000 R3 +MuonHitCheckerPrevPrev INFO 40.000 0.000 0.000 0.000 0.000 R4 MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrevPrev INFO ------- Integrated over regions --------------------------- MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- -MuonHitCheckerPrevPrev INFO 154.000 40.000 26.000 30.000 0.000 allR +MuonHitCheckerPrevPrev INFO 104.000 35.000 18.000 28.000 0.000 allR MuonHitCheckerPrevPrev INFO number of hits generated outside gaps volume 0 +CompareMCVertexPrevPrev SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 +CompareMCVertexPrevPrev SUCCESS #WARNINGS = 3 Message = 'Packed MCVertex info truncated. Set DEBUG OutputLevel for details' UnpackVPHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2199 | 2199.0 | 0.0000 | 2199.0 | 2199.0 | + | "# UnPackedData" | 1 | 2242 | 2242.0 | 0.0000 | 2242.0 | 2242.0 | CheckVPHitsPrevPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 2199 |5.913696e-06 | 2.6893e-09 | 2.8754e-07 | -4.9997e-07 | 4.9980e-07 | - | "Diff. - Displacement y" | 2199 |-2.828089e-05 |-1.2861e-08 | 2.8884e-07 | -4.9992e-07 | 4.9954e-07 | - | "Diff. - Displacement z" | 2199 |-7.798919e-07 |-3.5466e-10 | 2.5971e-08 | -4.6434e-07 | 3.8272e-07 | - | "Diff. - Energy" | 2199 |-9.471309e-06 |-4.3071e-09 | 5.8388e-07 | -9.9817e-07 | 9.9854e-07 | - | "Diff. - Entry Point x" | 2199 | 0.00058991 | 2.6826e-07 | 2.8964e-05 | -4.9952e-05 | 4.9999e-05 | - | "Diff. - Entry Point y" | 2199 |-0.002054676 |-9.3437e-07 | 2.8911e-05 | -4.9995e-05 | 4.9993e-05 | - | "Diff. - Entry Point z" | 2199 |-4.746061e-05 |-2.1583e-08 | 2.2910e-06 | -4.3241e-05 | 4.0954e-05 | - | "Diff. - Parent |P|" | 2199 | 0.1915482 | 8.7107e-05 | 0.0029328 | -0.0049932 | 0.0050000 | - | "Diff. - TOF" | 2199 |-8.467179e-05 |-3.8505e-08 | 2.8824e-06 | -4.9997e-06 | 4.9978e-06 | - | "Original - Displacement x" | 2199 | 0.4219839 | 0.00019190 | 0.057681 | -0.79345 | 0.58549 | - | "Original - Displacement y" | 2199 | 0.1626117 | 7.3948e-05 | 0.078450 | -2.1385 | 0.88350 | - | "Original - Displacement z" | 2199 | 97.2476 | 0.044224 | 0.19410 | -0.20000 | 0.20000 | - | "Original - Energy" | 2199 | 211.4641 | 0.096164 | 0.19765 | 0.0015173 | 3.8676 | - | "Original - Entry Point x" | 2199 | -454.3308 | -0.20661 | 14.128 | -44.931 | 49.399 | - | "Original - Entry Point y" | 2199 | 5076.116 | 2.3084 | 14.929 | -48.176 | 46.541 | - | "Original - Entry Point z" | 2199 | 362156.8 | 164.69 | 297.16 | -287.98 | 750.48 | - | "Original - Parent |P|" | 2199 |2.269174e+07 | 10319. | 17079. | 1.6637 | 1.8524e+05 | - | "Original - TOF" | 2199 | 1943.914 | 0.88400 | 0.66761 | 0.021804 | 3.8499 | - | "Unpacked - Displacement x" | 2199 | 0.421978 | 0.00019190 | 0.057681 | -0.79346 | 0.58549 | - | "Unpacked - Displacement y" | 2199 | 0.16264 | 7.3961e-05 | 0.078450 | -2.1385 | 0.88350 | - | "Unpacked - Displacement z" | 2199 | 97.2476 | 0.044224 | 0.19410 | -0.20000 | 0.20000 | - | "Unpacked - Energy" | 2199 | 211.4641 | 0.096164 | 0.19765 | 0.0015180 | 3.8676 | - | "Unpacked - Entry Point x" | 2199 | -454.3314 | -0.20661 | 14.128 | -44.931 | 49.399 | - | "Unpacked - Entry Point y" | 2199 | 5076.118 | 2.3084 | 14.929 | -48.176 | 46.541 | - | "Unpacked - Entry Point z" | 2199 | 362156.8 | 164.69 | 297.16 | -287.98 | 750.48 | - | "Unpacked - Parent |P|" | 2199 |2.269174e+07 | 10319. | 17079. | 1.6600 | 1.8524e+05 | - | "Unpacked - TOF" | 2199 | 1943.914 | 0.88400 | 0.66761 | 0.021800 | 3.8499 | + | "Diff. - Displacement x" | 2242 |-2.093383e-05 |-9.3371e-09 | 2.8713e-07 | -4.9997e-07 | 4.9961e-07 | + | "Diff. - Displacement y" | 2242 |2.299842e-05 | 1.0258e-08 | 2.8893e-07 | -4.9887e-07 | 4.9979e-07 | + | "Diff. - Displacement z" | 2242 |-2.873353e-06 |-1.2816e-09 | 4.6519e-08 | -4.7736e-07 | 4.8129e-07 | + | "Diff. - Energy" | 2242 |-1.444968e-06 |-6.4450e-10 | 5.6437e-07 | -9.9809e-07 | 9.9998e-07 | + | "Diff. - Entry Point x" | 2242 |0.0007309574 | 3.2603e-07 | 2.8939e-05 | -4.9974e-05 | 4.9977e-05 | + | "Diff. - Entry Point y" | 2242 |-0.002061158 |-9.1934e-07 | 2.9099e-05 | -4.9988e-05 | 4.9983e-05 | + | "Diff. - Entry Point z" | 2242 |0.0007099704 | 3.1667e-07 | 4.4599e-06 | -4.9757e-05 | 4.9985e-05 | + | "Diff. - Parent |P|" | 2242 | 0.09811865 | 4.3764e-05 | 0.0029085 | -0.0049957 | 0.0049947 | + | "Diff. - TOF" | 2242 |-0.0001800223 |-8.0295e-08 | 2.9165e-06 | -4.9971e-06 | 4.9913e-06 | + | "Original - Displacement x" | 2242 | 1.049059 | 0.00046791 | 0.054800 | -0.78533 | 0.58562 | + | "Original - Displacement y" | 2242 | -0.828769 |-0.00036966 | 0.075661 | -2.0866 | 0.78566 | + | "Original - Displacement z" | 2242 | 113.1149 | 0.050453 | 0.19152 | -0.20000 | 0.20000 | + | "Original - Energy" | 2242 | 248.1661 | 0.11069 | 0.50875 | 0.00022292 | 15.384 | + | "Original - Entry Point x" | 2242 | -176.7487 | -0.078835 | 14.206 | -46.586 | 46.867 | + | "Original - Entry Point y" | 2242 | 3207.046 | 1.4304 | 15.053 | -48.506 | 46.700 | + | "Original - Entry Point z" | 2242 | 375852.4 | 167.64 | 290.49 | -287.98 | 750.57 | + | "Original - Parent |P|" | 2242 |2.250399e+07 | 10037. | 17005. | 2.1139 | 1.8524e+05 | + | "Original - TOF" | 2242 | 1928.397 | 0.86012 | 0.65341 | 0.021802 | 2.5442 | + | "Unpacked - Displacement x" | 2242 | 1.04908 | 0.00046792 | 0.054800 | -0.78533 | 0.58562 | + | "Unpacked - Displacement y" | 2242 | -0.828792 |-0.00036967 | 0.075661 | -2.0866 | 0.78567 | + | "Unpacked - Displacement z" | 2242 | 113.1149 | 0.050453 | 0.19152 | -0.20000 | 0.20000 | + | "Unpacked - Energy" | 2242 | 248.1661 | 0.11069 | 0.50875 | 0.00022200 | 15.384 | + | "Unpacked - Entry Point x" | 2242 | -176.7494 | -0.078836 | 14.206 | -46.586 | 46.867 | + | "Unpacked - Entry Point y" | 2242 | 3207.048 | 1.4304 | 15.053 | -48.506 | 46.700 | + | "Unpacked - Entry Point z" | 2242 | 375852.4 | 167.64 | 290.49 | -287.98 | 750.57 | + | "Unpacked - Parent |P|" | 2242 |2.250399e+07 | 10037. | 17005. | 2.1100 | 1.8524e+05 | + | "Unpacked - TOF" | 2242 | 1928.397 | 0.86012 | 0.65341 | 0.021800 | 2.5442 | UnpackUTHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1318 | 1318.0 | 0.0000 | 1318.0 | 1318.0 | + | "# UnPackedData" | 1 | 1050 | 1050.0 | 0.0000 | 1050.0 | 1050.0 | CheckUTHitsPrevPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1318 |-9.747533e-06 |-7.3957e-09 | 2.8746e-07 | -4.9778e-07 | 4.9892e-07 | - | "Diff. - Displacement y" | 1318 |1.100503e-05 | 8.3498e-09 | 2.8614e-07 | -4.9912e-07 | 4.9926e-07 | - | "Diff. - Displacement z" | 1318 |5.183412e-07 | 3.9328e-10 | 7.3704e-08 | -4.9717e-07 | 4.9717e-07 | - | "Diff. - Energy" | 1318 |-4.926733e-05 |-3.7380e-08 | 5.7409e-07 | -9.9477e-07 | 9.9968e-07 | - | "Diff. - Entry Point x" | 1318 |-0.0001361274 |-1.0328e-07 | 2.8618e-05 | -4.9921e-05 | 4.9978e-05 | - | "Diff. - Entry Point y" | 1318 |-0.0006207225 |-4.7096e-07 | 2.9129e-05 | -4.9687e-05 | 4.9895e-05 | - | "Diff. - Entry Point z" | 1318 |0.000642495 | 4.8748e-07 | 5.2712e-06 | -4.7287e-05 | 4.9348e-05 | - | "Diff. - Parent |P|" | 1318 | 0.05257875 | 3.9893e-05 | 0.0028867 | -0.0049847 | 0.0049977 | - | "Diff. - TOF" | 1318 |7.967533e-05 | 6.0452e-08 | 2.9277e-06 | -4.9972e-06 | 4.9972e-06 | - | "Original - Displacement x" | 1318 | 14.16437 | 0.010747 | 0.25732 | -1.6596 | 5.3466 | - | "Original - Displacement y" | 1318 | -4.816537 | -0.0036544 | 0.13135 | -1.8460 | 0.98696 | - | "Original - Displacement z" | 1318 | 224.8186 | 0.17058 | 0.17479 | -0.25000 | 0.25000 | - | "Original - Energy" | 1318 | 181.2229 | 0.13750 | 0.34059 | 0.0020065 | 10.598 | - | "Original - Entry Point x" | 1318 | 2195.012 | 1.6654 | 311.97 | -807.50 | 882.14 | - | "Original - Entry Point y" | 1318 | 24621.35 | 18.681 | 245.73 | -668.18 | 669.02 | - | "Original - Entry Point z" | 1318 | 3289471 | 2495.8 | 136.39 | 2320.2 | 2649.8 | - | "Original - Parent |P|" | 1318 | 7285674 | 5527.8 | 13015. | 1.4385 | 1.2882e+05 | - | "Original - TOF" | 1318 | 14050.58 | 10.661 | 5.7971 | 7.3928 | 48.117 | - | "Unpacked - Displacement x" | 1318 | 14.16438 | 0.010747 | 0.25732 | -1.6596 | 5.3466 | - | "Unpacked - Displacement y" | 1318 | -4.816548 | -0.0036544 | 0.13135 | -1.8460 | 0.98696 | - | "Unpacked - Displacement z" | 1318 | 224.8186 | 0.17058 | 0.17479 | -0.25000 | 0.25000 | - | "Unpacked - Energy" | 1318 | 181.2229 | 0.13750 | 0.34059 | 0.0020060 | 10.598 | - | "Unpacked - Entry Point x" | 1318 | 2195.012 | 1.6654 | 311.97 | -807.50 | 882.14 | - | "Unpacked - Entry Point y" | 1318 | 24621.35 | 18.681 | 245.73 | -668.18 | 669.02 | - | "Unpacked - Entry Point z" | 1318 | 3289471 | 2495.8 | 136.39 | 2320.2 | 2649.8 | - | "Unpacked - Parent |P|" | 1318 | 7285674 | 5527.8 | 13015. | 1.4400 | 1.2882e+05 | - | "Unpacked - TOF" | 1318 | 14050.58 | 10.661 | 5.7971 | 7.3928 | 48.117 | + | "Diff. - Displacement x" | 1050 |9.682633e-06 | 9.2216e-09 | 2.9018e-07 | -4.9949e-07 | 4.9967e-07 | + | "Diff. - Displacement y" | 1050 |8.920951e-06 | 8.4961e-09 | 2.8622e-07 | -4.9568e-07 | 4.9994e-07 | + | "Diff. - Displacement z" | 1050 |-7.160685e-07 |-6.8197e-10 | 5.5912e-08 | -4.7061e-07 | 4.6471e-07 | + | "Diff. - Energy" | 1050 |-1.492393e-05 |-1.4213e-08 | 5.7379e-07 | -9.9897e-07 | 9.9951e-07 | + | "Diff. - Entry Point x" | 1050 |0.0004303739 | 4.0988e-07 | 2.9060e-05 | -4.9832e-05 | 4.9987e-05 | + | "Diff. - Entry Point y" | 1050 |0.001103654 | 1.0511e-06 | 2.8461e-05 | -4.9665e-05 | 4.9952e-05 | + | "Diff. - Entry Point z" | 1050 |-2.969627e-05 |-2.8282e-08 | 4.7029e-06 | -4.4094e-05 | 4.4959e-05 | + | "Diff. - Parent |P|" | 1050 |-0.01320514 |-1.2576e-05 | 0.0028883 | -0.0049875 | 0.0049980 | + | "Diff. - TOF" | 1050 |1.404177e-05 | 1.3373e-08 | 2.9057e-06 | -4.9983e-06 | 4.9958e-06 | + | "Original - Displacement x" | 1050 | -19.32114 | -0.018401 | 0.15006 | -2.3036 | 0.94631 | + | "Original - Displacement y" | 1050 | 11.33635 | 0.010797 | 0.10824 | -0.71458 | 1.3770 | + | "Original - Displacement z" | 1050 | 211.8912 | 0.20180 | 0.14074 | -0.25000 | 0.25000 | + | "Original - Energy" | 1050 | 118.9065 | 0.11324 | 0.15914 | 0.00058328 | 2.6235 | + | "Original - Entry Point x" | 1050 | 3610.614 | 3.4387 | 289.36 | -839.59 | 836.81 | + | "Original - Entry Point y" | 1050 | 36053.81 | 34.337 | 226.12 | -671.07 | 669.24 | + | "Original - Entry Point z" | 1050 | 2613426 | 2489.0 | 136.60 | 2320.2 | 2649.8 | + | "Original - Parent |P|" | 1050 | 7552914 | 7193.3 | 15141. | 1.4256 | 1.2882e+05 | + | "Original - TOF" | 1050 | 9904.778 | 9.4331 | 3.3847 | 7.3929 | 32.083 | + | "Unpacked - Displacement x" | 1050 | -19.32115 | -0.018401 | 0.15006 | -2.3036 | 0.94631 | + | "Unpacked - Displacement y" | 1050 | 11.33634 | 0.010797 | 0.10824 | -0.71458 | 1.3770 | + | "Unpacked - Displacement z" | 1050 | 211.8912 | 0.20180 | 0.14074 | -0.25000 | 0.25000 | + | "Unpacked - Energy" | 1050 | 118.9065 | 0.11324 | 0.15914 | 0.00058400 | 2.6235 | + | "Unpacked - Entry Point x" | 1050 | 3610.614 | 3.4387 | 289.36 | -839.59 | 836.81 | + | "Unpacked - Entry Point y" | 1050 | 36053.81 | 34.337 | 226.12 | -671.07 | 669.24 | + | "Unpacked - Entry Point z" | 1050 | 2613426 | 2489.0 | 136.60 | 2320.2 | 2649.8 | + | "Unpacked - Parent |P|" | 1050 | 7552914 | 7193.3 | 15141. | 1.4300 | 1.2882e+05 | + | "Unpacked - TOF" | 1050 | 9904.778 | 9.4331 | 3.3847 | 7.3929 | 32.083 | UnpackFTHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 3553 | 3553.0 | 0.0000 | 3553.0 | 3553.0 | + | "# UnPackedData" | 1 | 3327 | 3327.0 | 0.0000 | 3327.0 | 3327.0 | CheckFTHitsPrevPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 3553 |-1.726175e-05 |-4.8584e-09 | 2.8515e-07 | -4.9986e-07 | 4.9981e-07 | - | "Diff. - Displacement y" | 3553 |9.195149e-07 | 2.5880e-10 | 2.8795e-07 | -4.9999e-07 | 4.9969e-07 | - | "Diff. - Displacement z" | 3553 |1.545983e-05 | 4.3512e-09 | 2.9125e-07 | -4.9994e-07 | 4.9985e-07 | - | "Diff. - Energy" | 3553 |9.277549e-06 | 2.6112e-09 | 5.7409e-07 | -9.9990e-07 | 9.9961e-07 | - | "Diff. - Entry Point x" | 3553 |-0.001028717 |-2.8953e-07 | 2.8769e-05 | -4.9988e-05 | 4.9981e-05 | - | "Diff. - Entry Point y" | 3553 |-0.003715226 |-1.0457e-06 | 2.8919e-05 | -4.9981e-05 | 4.9999e-05 | - | "Diff. - Entry Point z" | 3553 |-0.001201823 |-3.3826e-07 | 2.8790e-05 | -4.9928e-05 | 4.9948e-05 | - | "Diff. - Parent |P|" | 3553 | 0.08788845 | 2.4736e-05 | 0.0028585 | -0.0049984 | 0.0049985 | - | "Diff. - TOF" | 3553 |-2.665055e-05 |-7.5009e-09 | 2.8787e-06 | -4.9893e-06 | 4.9881e-06 | - | "Original - Displacement x" | 3553 | -309.7709 | -0.087186 | 2.1948 | -83.540 | 10.999 | - | "Original - Displacement y" | 3553 | -201.5988 | -0.056740 | 1.0749 | -40.607 | 5.0600 | - | "Original - Displacement z" | 3553 | 3438.426 | 0.96775 | 0.75929 | -1.3917 | 1.3130 | - | "Original - Energy" | 3553 | 1695.029 | 0.47707 | 0.79239 | 0.00037758 | 19.493 | - | "Original - Entry Point x" | 3553 | 104086.9 | 29.295 | 1140.0 | -3190.3 | 3192.4 | - | "Original - Entry Point y" | 3553 | 290527.1 | 81.770 | 672.72 | -2205.5 | 2398.8 | - | "Original - Entry Point z" | 3553 |3.069466e+07 | 8639.1 | 574.32 | 7818.8 | 9410.9 | - | "Original - Parent |P|" | 3553 |2.07396e+07 | 5837.2 | 12892. | 1.4261 | 1.2881e+05 | - | "Original - TOF" | 3553 | 113608.9 | 31.975 | 9.2138 | 25.733 | 181.71 | - | "Unpacked - Displacement x" | 3553 | -309.7709 | -0.087186 | 2.1948 | -83.540 | 10.999 | - | "Unpacked - Displacement y" | 3553 | -201.5988 | -0.056740 | 1.0749 | -40.607 | 5.0600 | - | "Unpacked - Displacement z" | 3553 | 3438.426 | 0.96775 | 0.75929 | -1.3917 | 1.3130 | - | "Unpacked - Energy" | 3553 | 1695.029 | 0.47707 | 0.79239 | 0.00037800 | 19.493 | - | "Unpacked - Entry Point x" | 3553 | 104086.9 | 29.295 | 1140.0 | -3190.3 | 3192.4 | - | "Unpacked - Entry Point y" | 3553 | 290527.2 | 81.770 | 672.72 | -2205.5 | 2398.8 | - | "Unpacked - Entry Point z" | 3553 |3.069466e+07 | 8639.1 | 574.32 | 7818.8 | 9410.9 | - | "Unpacked - Parent |P|" | 3553 |2.07396e+07 | 5837.2 | 12892. | 1.4300 | 1.2881e+05 | - | "Unpacked - TOF" | 3553 | 113608.9 | 31.975 | 9.2138 | 25.733 | 181.71 | + | "Diff. - Displacement x" | 3327 |-7.165293e-06 |-2.1537e-09 | 2.8911e-07 | -4.9934e-07 | 4.9993e-07 | + | "Diff. - Displacement y" | 3327 |-1.020141e-06 |-3.0662e-10 | 2.8846e-07 | -4.9915e-07 | 4.9998e-07 | + | "Diff. - Displacement z" | 3327 |-1.009929e-05 |-3.0356e-09 | 2.8367e-07 | -4.9999e-07 | 4.9975e-07 | + | "Diff. - Energy" | 3327 |-3.248329e-06 |-9.7635e-10 | 5.7681e-07 | -1.0000e-06 | 9.9956e-07 | + | "Diff. - Entry Point x" | 3327 |-0.001750416 |-5.2612e-07 | 2.9282e-05 | -4.9990e-05 | 4.9977e-05 | + | "Diff. - Entry Point y" | 3327 |0.003356419 | 1.0088e-06 | 2.8687e-05 | -4.9994e-05 | 4.9944e-05 | + | "Diff. - Entry Point z" | 3327 |0.002044324 | 6.1446e-07 | 2.9178e-05 | -4.9903e-05 | 4.9996e-05 | + | "Diff. - Parent |P|" | 3327 | -0.1032788 |-3.1043e-05 | 0.0029284 | -0.0049995 | 0.0049989 | + | "Diff. - TOF" | 3327 |-0.0002366776 |-7.1138e-08 | 2.8856e-06 | -4.9986e-06 | 4.9990e-06 | + | "Original - Displacement x" | 3327 | -26.49839 | -0.0079646 | 1.1989 | -13.714 | 18.596 | + | "Original - Displacement y" | 3327 | -44.69699 | -0.013435 | 0.77854 | -32.901 | 5.9272 | + | "Original - Displacement z" | 3327 | 2993.214 | 0.89967 | 0.83510 | -1.4185 | 1.3126 | + | "Original - Energy" | 3327 | 1276.39 | 0.38365 | 0.52497 | 0.00097940 | 10.891 | + | "Original - Entry Point x" | 3327 | 40745.08 | 12.247 | 1050.4 | -3175.6 | 3358.1 | + | "Original - Entry Point y" | 3327 | 253196.9 | 76.104 | 633.51 | -2394.6 | 2361.8 | + | "Original - Entry Point z" | 3327 |2.861263e+07 | 8600.1 | 570.77 | 7818.0 | 9410.9 | + | "Original - Parent |P|" | 3327 |2.034904e+07 | 6116.3 | 13529. | 1.4260 | 1.2882e+05 | + | "Original - TOF" | 3327 | 107080.8 | 32.185 | 19.789 | 25.732 | 613.50 | + | "Unpacked - Displacement x" | 3327 | -26.49838 | -0.0079646 | 1.1989 | -13.714 | 18.596 | + | "Unpacked - Displacement y" | 3327 | -44.69699 | -0.013435 | 0.77854 | -32.901 | 5.9272 | + | "Unpacked - Displacement z" | 3327 | 2993.214 | 0.89967 | 0.83510 | -1.4185 | 1.3126 | + | "Unpacked - Energy" | 3327 | 1276.39 | 0.38365 | 0.52497 | 0.00098000 | 10.891 | + | "Unpacked - Entry Point x" | 3327 | 40745.08 | 12.247 | 1050.4 | -3175.6 | 3358.1 | + | "Unpacked - Entry Point y" | 3327 | 253196.9 | 76.104 | 633.51 | -2394.6 | 2361.8 | + | "Unpacked - Entry Point z" | 3327 |2.861263e+07 | 8600.1 | 570.77 | 7818.0 | 9410.9 | + | "Unpacked - Parent |P|" | 3327 |2.034904e+07 | 6116.3 | 13529. | 1.4300 | 1.2882e+05 | + | "Unpacked - TOF" | 3327 | 107080.8 | 32.185 | 19.789 | 25.732 | 613.50 | UnpackRichHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 7867 | 7867.0 | 0.0000 | 7867.0 | 7867.0 | + | "# UnPackedData" | 1 | 7629 | 7629.0 | 0.0000 | 7629.0 | 7629.0 | UnpackRichOpPhotPrevPrevSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 7831 | 7831.0 | 0.0000 | 7831.0 | 7831.0 | + | "# UnPackedData" | 1 | 7598 | 7598.0 | 0.0000 | 7598.0 | 7598.0 | UnpackRichSegmentsPre...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 490 | 490.00 | 0.0000 | 490.00 | 490.00 | + | "# UnPackedData" | 1 | 455 | 455.00 | 0.0000 | 455.00 | 455.00 | UnpackRichTracksPrevPrevSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 384 | 384.00 | 0.0000 | 384.00 | 384.00 | + | "# UnPackedData" | 1 | 352 | 352.00 | 0.0000 | 352.00 | 352.00 | CheckRichHitsPrevPrev SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 7867 | 0.01030204 | 1.3095e-06 | 0.00017658 | -0.0043792 | 0.0043823 | - | "Diff. - Entry Point x" | 7867 |-0.00334936 |-4.2575e-07 | 2.8717e-05 | -4.9991e-05 | 4.9998e-05 | - | "Diff. - Entry Point y" | 7867 |-0.0002330777 |-2.9627e-08 | 2.8816e-05 | -4.9993e-05 | 4.9998e-05 | - | "Diff. - Entry Point z" | 7867 | 0.00126266 | 1.6050e-07 | 2.8601e-05 | -4.9995e-05 | 4.9980e-05 | - | "Diff. - TOF" | 7867 |0.0001042791 | 1.3255e-08 | 2.8610e-06 | -4.9980e-06 | 4.9991e-06 | - | "Original - Energy" | 7867 | 11898.81 | 1.5125 | 33.713 | 0.020000 | 1000.0 | - | "Original - Entry Point x" | 7867 | -3257118 | -414.02 | 2540.9 | -4073.7 | 4073.8 | - | "Original - Entry Point y" | 7867 | 1181991 | 150.25 | 1036.6 | -1653.7 | 1652.5 | - | "Original - Entry Point z" | 7867 |4.445135e+07 | 5650.4 | 4483.7 | 1269.6 | 11078. | - | "Original - TOF" | 7867 | 226281 | 28.763 | 18.981 | 7.1751 | 130.67 | - | "Unpacked - Energy" | 7867 | 11898.8 | 1.5125 | 33.713 | 0.020000 | 1000.0 | - | "Unpacked - Entry Point x" | 7867 | -3257118 | -414.02 | 2540.9 | -4073.7 | 4073.8 | - | "Unpacked - Entry Point y" | 7867 | 1181991 | 150.25 | 1036.6 | -1653.7 | 1652.5 | - | "Unpacked - Entry Point z" | 7867 |4.445135e+07 | 5650.4 | 4483.7 | 1269.6 | 11078. | - | "Unpacked - TOF" | 7867 | 226281 | 28.763 | 18.981 | 7.1751 | 130.67 | + | "Diff. - Energy" | 7629 | 0.01557465 | 2.0415e-06 | 0.00017728 | -0.0046415 | 0.0047986 | + | "Diff. - Entry Point x" | 7629 |0.002448187 | 3.2091e-07 | 2.8637e-05 | -4.9951e-05 | 4.9995e-05 | + | "Diff. - Entry Point y" | 7629 | 0.00076204 | 9.9887e-08 | 2.9105e-05 | -4.9991e-05 | 4.9998e-05 | + | "Diff. - Entry Point z" | 7629 |-0.0007981122 |-1.0462e-07 | 2.9041e-05 | -4.9972e-05 | 4.9989e-05 | + | "Diff. - TOF" | 7629 |0.0001747308 | 2.2904e-08 | 2.8920e-06 | -5.0000e-06 | 4.9976e-06 | + | "Original - Energy" | 7629 | 6416.586 | 0.84108 | 24.336 | 0.020000 | 1000.0 | + | "Original - Entry Point x" | 7629 | 1011017 | 132.52 | 2193.1 | -4073.8 | 4074.4 | + | "Original - Entry Point y" | 7629 | 1628968 | 213.52 | 1129.7 | -1654.4 | 1653.7 | + | "Original - Entry Point z" | 7629 |3.465899e+07 | 4543.1 | 4187.7 | 1268.5 | 11075. | + | "Original - TOF" | 7629 | 187266.7 | 24.547 | 17.960 | 7.1896 | 118.65 | + | "Unpacked - Energy" | 7629 | 6416.57 | 0.84108 | 24.336 | 0.020000 | 1000.0 | + | "Unpacked - Entry Point x" | 7629 | 1011017 | 132.52 | 2193.1 | -4073.8 | 4074.4 | + | "Unpacked - Entry Point y" | 7629 | 1628968 | 213.52 | 1129.7 | -1654.4 | 1653.7 | + | "Unpacked - Entry Point z" | 7629 |3.465899e+07 | 4543.1 | 4187.7 | 1268.5 | 11075. | + | "Unpacked - TOF" | 7629 | 187266.7 | 24.547 | 17.960 | 7.1896 | 118.65 | CheckRichOpPhotPrevPrev SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 7831 | 0.00230564 | 2.9442e-07 | 2.8814e-05 | -4.9994e-05 | 4.9999e-05 | - | "Diff. - Emission Point y" | 7831 |-0.001094937 |-1.3982e-07 | 2.8678e-05 | -4.9997e-05 | 4.9978e-05 | - | "Diff. - Emission Point z" | 7831 |0.000635079 | 8.1098e-08 | 2.8736e-05 | -4.9999e-05 | 4.9968e-05 | - | "Diff. - Energy" | 7831 |-4.683898e-10 |-5.9812e-14 | 5.7896e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 7831 |-0.002031385 |-2.5940e-07 | 2.8765e-05 | -4.9986e-05 | 4.9998e-05 | - | "Diff. - HPD In. Point y" | 7831 |0.001439888 | 1.8387e-07 | 2.8845e-05 | -4.9991e-05 | 4.9963e-05 | - | "Diff. - HPD In. Point z" | 7831 |0.002247254 | 2.8697e-07 | 2.8891e-05 | -4.9981e-05 | 4.9983e-05 | - | "Diff. - HPD QW Point x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 7831 | 24599.03 | 3.1412 | 1.8429 | 0.00040576 | 6.2831 | - | "Original - Cherenkov Theta" | 7831 | 1986.411 | 0.25366 | 0.40398 | 0.011264 | 2.9103 | - | "Original - Emission Point x" | 7831 | -3041747 | -388.42 | 1539.8 | -4042.6 | 4032.9 | - | "Original - Emission Point y" | 7831 | 388240.9 | 49.577 | 449.38 | -2514.5 | 2057.4 | - | "Original - Emission Point z" | 7831 |4.242994e+07 | 5418.2 | 4483.0 | 860.95 | 11676. | - | "Original - Energy" | 7831 | 0.0292616 | 3.7366e-06 | 7.6353e-07 | 1.9575e-06 | 6.1083e-06 | - | "Original - HPD In. Point x" | 7831 | -3223667 | -411.65 | 2531.9 | -4065.0 | 4065.0 | - | "Original - HPD In. Point y" | 7831 | 1178312 | 150.47 | 1031.4 | -1645.2 | 1644.0 | - | "Original - HPD In. Point z" | 7831 |4.411135e+07 | 5632.9 | 4481.8 | 1264.3 | 11070. | - | "Original - HPD QW Point x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 7831 | 24599.03 | 3.1412 | 1.8429 | 0.00040576 | 6.2831 | - | "Unpacked - Cherenkov Theta" | 7831 | 1986.411 | 0.25366 | 0.40398 | 0.011264 | 2.9103 | - | "Unpacked - Emission Point x" | 7831 | -3041747 | -388.42 | 1539.8 | -4042.6 | 4032.9 | - | "Unpacked - Emission Point y" | 7831 | 388240.9 | 49.577 | 449.38 | -2514.5 | 2057.4 | - | "Unpacked - Emission Point z" | 7831 |4.242994e+07 | 5418.2 | 4483.0 | 860.95 | 11676. | - | "Unpacked - Energy" | 7831 | 0.0292616 | 3.7366e-06 | 7.6353e-07 | 1.9575e-06 | 6.1083e-06 | - | "Unpacked - HPD In. Point x" | 7831 | -3223667 | -411.65 | 2531.9 | -4065.0 | 4065.0 | - | "Unpacked - HPD In. Point y" | 7831 | 1178312 | 150.47 | 1031.4 | -1645.2 | 1644.0 | - | "Unpacked - HPD In. Point z" | 7831 |4.411135e+07 | 5632.9 | 4481.8 | 1264.3 | 11070. | - | "Unpacked - HPD QW Point x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 7598 |-0.002333421 |-3.0711e-07 | 2.8810e-05 | -4.9997e-05 | 4.9982e-05 | + | "Diff. - Emission Point y" | 7598 |0.0006827913 | 8.9865e-08 | 2.8757e-05 | -4.9999e-05 | 4.9998e-05 | + | "Diff. - Emission Point z" | 7598 |0.002188023 | 2.8797e-07 | 2.8965e-05 | -4.9994e-05 | 4.9989e-05 | + | "Diff. - Energy" | 7598 |4.297362e-10 | 5.6559e-14 | 5.7841e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 7598 |0.001308317 | 1.7219e-07 | 2.8775e-05 | -4.9999e-05 | 4.9995e-05 | + | "Diff. - HPD In. Point y" | 7598 |0.0001531314 | 2.0154e-08 | 2.8757e-05 | -4.9987e-05 | 4.9988e-05 | + | "Diff. - HPD In. Point z" | 7598 |-0.005261229 |-6.9245e-07 | 2.8836e-05 | -4.9990e-05 | 4.9990e-05 | + | "Diff. - HPD QW Point x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 7598 | 23580.83 | 3.1036 | 1.8523 | 0.0011028 | 6.2832 | + | "Original - Cherenkov Theta" | 7598 | 1634.858 | 0.21517 | 0.37599 | 0.011401 | 2.7570 | + | "Original - Emission Point x" | 7598 | 1137248 | 149.68 | 1165.4 | -3966.7 | 4043.5 | + | "Original - Emission Point y" | 7598 | 644170.5 | 84.782 | 481.34 | -1896.9 | 2112.1 | + | "Original - Emission Point z" | 7598 |3.283638e+07 | 4321.7 | 4200.9 | 860.42 | 11703. | + | "Original - Energy" | 7598 | 0.02833035 | 3.7287e-06 | 7.6641e-07 | 1.8364e-06 | 6.0918e-06 | + | "Original - HPD In. Point x" | 7598 | 985244.2 | 129.67 | 2187.8 | -4065.1 | 4065.6 | + | "Original - HPD In. Point y" | 7598 | 1606276 | 211.41 | 1123.1 | -1645.9 | 1645.2 | + | "Original - HPD In. Point z" | 7598 |3.446756e+07 | 4536.4 | 4187.1 | 1263.2 | 11070. | + | "Original - HPD QW Point x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 7598 | 23580.83 | 3.1036 | 1.8523 | 0.0011028 | 6.2832 | + | "Unpacked - Cherenkov Theta" | 7598 | 1634.858 | 0.21517 | 0.37599 | 0.011401 | 2.7570 | + | "Unpacked - Emission Point x" | 7598 | 1137248 | 149.68 | 1165.4 | -3966.7 | 4043.5 | + | "Unpacked - Emission Point y" | 7598 | 644170.5 | 84.782 | 481.34 | -1896.9 | 2112.1 | + | "Unpacked - Emission Point z" | 7598 |3.283638e+07 | 4321.7 | 4200.9 | 860.42 | 11703. | + | "Unpacked - Energy" | 7598 | 0.02833035 | 3.7287e-06 | 7.6641e-07 | 1.8364e-06 | 6.0918e-06 | + | "Unpacked - HPD In. Point x" | 7598 | 985244.2 | 129.67 | 2187.8 | -4065.1 | 4065.6 | + | "Unpacked - HPD In. Point y" | 7598 | 1606276 | 211.41 | 1123.1 | -1645.9 | 1645.2 | + | "Unpacked - HPD In. Point z" | 7598 |3.446756e+07 | 4536.4 | 4187.1 | 1263.2 | 11070. | + | "Unpacked - HPD QW Point x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 7598 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegmentsPrev...SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 490 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 455 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackEcalHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 10234 | 10234. | 0.0000 | 10234. | 10234. | + | "# UnPackedData" | 1 | 11129 | 11129. | 0.0000 | 11129. | 11129. | CheckEcalHitsPrevPrev SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 10234 |-0.001295923 |-1.2663e-07 | 2.8750e-05 | -5.0000e-05 | 4.9996e-05 | - | "Diff. - TOF" | 10234 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 10234 | 169908.1 | 16.602 | 90.592 | 2.0153e-10 | 3536.0 | - | "Original - TOF" | 10234 | 1516 | 0.14813 | 0.66336 | 0.0000 | 37.000 | - | "Unpacked - Energy" | 10234 | 169908.1 | 16.602 | 90.592 | 0.0000 | 3536.0 | - | "Unpacked - TOF" | 10234 | 1516 | 0.14813 | 0.66336 | 0.0000 | 37.000 | + | "Diff. - Energy" | 11129 |0.0006863628 | 6.1673e-08 | 2.8877e-05 | -4.9995e-05 | 4.9992e-05 | + | "Diff. - TOF" | 11129 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 11129 | 198820.7 | 17.865 | 115.50 | 0.00012638 | 6010.4 | + | "Original - TOF" | 11129 | 1592 | 0.14305 | 0.36569 | 0.0000 | 4.0000 | + | "Unpacked - Energy" | 11129 | 198820.7 | 17.865 | 115.50 | 0.00010000 | 6010.4 | + | "Unpacked - TOF" | 11129 | 1592 | 0.14305 | 0.36569 | 0.0000 | 4.0000 | UnpackHcalHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1799 | 1799.0 | 0.0000 | 1799.0 | 1799.0 | + | "# UnPackedData" | 1 | 1723 | 1723.0 | 0.0000 | 1723.0 | 1723.0 | CheckHcalHitsPrevPrev SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1799 |0.001259306 | 7.0000e-07 | 2.8745e-05 | -4.9984e-05 | 4.9959e-05 | - | "Diff. - TOF" | 1799 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1799 | 17603.77 | 9.7853 | 32.874 | 0.00025213 | 630.10 | - | "Original - TOF" | 1799 | 174 | 0.096720 | 0.51502 | -1.0000 | 2.0000 | - | "Unpacked - Energy" | 1799 | 17603.77 | 9.7853 | 32.874 | 0.00030000 | 630.10 | - | "Unpacked - TOF" | 1799 | 174 | 0.096720 | 0.51502 | -1.0000 | 2.0000 | + | "Diff. - Energy" | 1723 |0.0001791736 | 1.0399e-07 | 2.9018e-05 | -4.9937e-05 | 4.9785e-05 | + | "Diff. - TOF" | 1723 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1723 | 16065.34 | 9.3240 | 40.189 | 0.00016650 | 1156.7 | + | "Original - TOF" | 1723 | 157 | 0.091120 | 0.51484 | -1.0000 | 2.0000 | + | "Unpacked - Energy" | 1723 | 16065.34 | 9.3240 | 40.189 | 0.00020000 | 1156.7 | + | "Unpacked - TOF" | 1723 | 157 | 0.091120 | 0.51484 | -1.0000 | 2.0000 | UnpackMuonHitsPrevPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 145 | 145.00 | 0.0000 | 145.00 | 145.00 | + | "# UnPackedData" | 1 | 197 | 197.00 | 0.0000 | 197.00 | 197.00 | CheckMuonHitsPrevPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 145 |3.434297e-06 | 2.3685e-08 | 2.7508e-07 | -4.8307e-07 | 4.8058e-07 | - | "Diff. - Displacement y" | 145 |-4.484818e-06 |-3.0930e-08 | 3.0550e-07 | -4.9966e-07 | 4.8913e-07 | - | "Diff. - Displacement z" | 145 |7.379478e-06 | 5.0893e-08 | 2.8753e-07 | -4.8952e-07 | 4.9843e-07 | - | "Diff. - Energy" | 145 |-1.250577e-05 |-8.6247e-08 | 5.5843e-07 | -9.9636e-07 | 9.8708e-07 | - | "Diff. - Entry Point x" | 145 |-0.0002057912 |-1.4192e-06 | 2.8073e-05 | -4.9462e-05 | 4.8508e-05 | - | "Diff. - Entry Point y" | 145 |-0.0002718917 |-1.8751e-06 | 2.9226e-05 | -4.8978e-05 | 4.8580e-05 | - | "Diff. - Entry Point z" | 145 |0.0006183463 | 4.2645e-06 | 2.8624e-05 | -4.8735e-05 | 4.9953e-05 | - | "Diff. - Parent |P|" | 145 | 0.02760864 | 0.00019040 | 0.0027655 | -0.0049967 | 0.0049089 | - | "Diff. - TOF" | 145 |6.38766e-05 | 4.4053e-07 | 2.9711e-06 | -4.9302e-06 | 4.9625e-06 | - | "Original - Displacement x" | 145 | 88.91458 | 0.61320 | 5.3986 | -14.085 | 27.344 | - | "Original - Displacement y" | 145 | -109.4643 | -0.75493 | 5.8799 | -19.547 | 20.666 | - | "Original - Displacement z" | 145 | 544.4517 | 3.7548 | 3.0829 | -5.0535 | 5.0565 | - | "Original - Energy" | 145 | 0.4436275 | 0.0030595 | 0.0037996 | 0.00021849 | 0.028562 | - | "Original - Entry Point x" | 145 | 15982.66 | 110.23 | 1055.7 | -2534.7 | 2407.3 | - | "Original - Entry Point y" | 145 | 9067.75 | 62.536 | 723.17 | -1583.3 | 1331.7 | - | "Original - Entry Point z" | 145 | 2295234 | 15829. | 912.18 | 15092. | 17814. | - | "Original - Parent |P|" | 145 | 148774.2 | 1026.0 | 2227.9 | 1.5570 | 11571. | - | "Original - TOF" | 145 | 7884.567 | 54.376 | 4.7082 | 50.314 | 72.162 | - | "Unpacked - Displacement x" | 145 | 88.91457 | 0.61320 | 5.3986 | -14.085 | 27.344 | - | "Unpacked - Displacement y" | 145 | -109.4643 | -0.75493 | 5.8799 | -19.547 | 20.666 | - | "Unpacked - Displacement z" | 145 | 544.4517 | 3.7548 | 3.0829 | -5.0536 | 5.0565 | - | "Unpacked - Energy" | 145 | 0.44364 | 0.0030596 | 0.0037997 | 0.00021800 | 0.028562 | - | "Unpacked - Entry Point x" | 145 | 15982.66 | 110.23 | 1055.7 | -2534.7 | 2407.3 | - | "Unpacked - Entry Point y" | 145 | 9067.751 | 62.536 | 723.17 | -1583.3 | 1331.7 | - | "Unpacked - Entry Point z" | 145 | 2295234 | 15829. | 912.18 | 15092. | 17814. | - | "Unpacked - Parent |P|" | 145 | 148774.1 | 1026.0 | 2227.9 | 1.5600 | 11571. | - | "Unpacked - TOF" | 145 | 7884.567 | 54.376 | 4.7082 | 50.314 | 72.162 | + | "Diff. - Displacement x" | 197 |3.080365e-06 | 1.5636e-08 | 2.9749e-07 | -4.8703e-07 | 4.9979e-07 | + | "Diff. - Displacement y" | 197 |1.520015e-06 | 7.7158e-09 | 2.8354e-07 | -4.9921e-07 | 4.9417e-07 | + | "Diff. - Displacement z" | 197 |2.924019e-07 | 1.4843e-09 | 2.8885e-07 | -4.9836e-07 | 4.9695e-07 | + | "Diff. - Energy" | 197 |-6.546392e-07 |-3.3230e-09 | 6.0952e-07 | -9.9976e-07 | 9.9356e-07 | + | "Diff. - Entry Point x" | 197 |-0.001313561 |-6.6678e-06 | 2.7881e-05 | -4.9502e-05 | 4.9762e-05 | + | "Diff. - Entry Point y" | 197 |-7.856828e-05 |-3.9882e-07 | 2.7653e-05 | -4.9319e-05 | 4.9607e-05 | + | "Diff. - Entry Point z" | 197 |-0.0005504566 |-2.7942e-06 | 2.7966e-05 | -4.9315e-05 | 4.9906e-05 | + | "Diff. - Parent |P|" | 197 | 0.03150592 | 0.00015993 | 0.0028006 | -0.0048100 | 0.0049740 | + | "Diff. - TOF" | 197 |2.752305e-05 | 1.3971e-07 | 2.9270e-06 | -4.9565e-06 | 4.8533e-06 | + | "Original - Displacement x" | 197 | 2.730066 | 0.013858 | 5.5602 | -35.037 | 24.397 | + | "Original - Displacement y" | 197 | 362.0522 | 1.8378 | 8.3978 | -14.934 | 77.495 | + | "Original - Displacement z" | 197 | 599.6812 | 3.0441 | 3.8156 | -5.0362 | 5.0977 | + | "Original - Energy" | 197 | 0.5895293 | 0.0029925 | 0.0046472 | 0.00018035 | 0.035526 | + | "Original - Entry Point x" | 197 | 8114.396 | 41.190 | 1216.5 | -2799.6 | 3399.4 | + | "Original - Entry Point y" | 197 | 13411.95 | 68.081 | 960.29 | -1534.7 | 4896.1 | + | "Original - Entry Point z" | 197 | 3178845 | 16136. | 1196.6 | 15096. | 19027. | + | "Original - Parent |P|" | 197 | 288846.6 | 1466.2 | 2221.2 | 1.4774 | 9542.7 | + | "Original - TOF" | 197 | 11496.79 | 58.359 | 16.441 | 50.127 | 147.47 | + | "Unpacked - Displacement x" | 197 | 2.730063 | 0.013858 | 5.5602 | -35.037 | 24.397 | + | "Unpacked - Displacement y" | 197 | 362.0522 | 1.8378 | 8.3978 | -14.934 | 77.495 | + | "Unpacked - Displacement z" | 197 | 599.6812 | 3.0441 | 3.8156 | -5.0362 | 5.0977 | + | "Unpacked - Energy" | 197 | 0.58953 | 0.0029925 | 0.0046472 | 0.00018000 | 0.035526 | + | "Unpacked - Entry Point x" | 197 | 8114.397 | 41.190 | 1216.5 | -2799.6 | 3399.4 | + | "Unpacked - Entry Point y" | 197 | 13411.95 | 68.081 | 960.29 | -1534.7 | 4896.1 | + | "Unpacked - Entry Point z" | 197 | 3178845 | 16136. | 1196.6 | 15096. | 19027. | + | "Unpacked - Parent |P|" | 197 | 288846.6 | 1466.2 | 2221.2 | 1.4800 | 9542.7 | + | "Unpacked - TOF" | 197 | 11496.79 | 58.359 | 16.441 | 50.127 | 147.47 | PrevEventGaussSim SUCCESS ================================================================== PrevEventGaussSim SUCCESS 1 events processed PrevEventGaussSim SUCCESS ================================================================== GetRichHitsPrev INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsPrev INFO Av. # MCRichHits : Rich1 = 3902.00 +-62.47 (100.00 +-0.00%) Rich2 = 2856.00 +-53.44 (100.00 +-0.00%) -GetRichHitsPrev INFO Av. # Invalid radiator hits : Rich1 = 18.00 +- 4.24 ( 0.46 +-0.11%) Rich2 = 21.00 +- 4.58 ( 0.74 +-0.16%) -GetRichHitsPrev INFO Av. # Signal Hits : Rich1 = 2803.00 +-52.94 ( 71.83 +-0.72%) Rich2 = 2024.00 +-44.99 ( 70.87 +-0.85%) -GetRichHitsPrev INFO Av. # Gas Quartz CK hits : Rich1 = 705.00 +-26.55 ( 18.07 +-0.62%) Rich2 = 189.00 +-13.75 ( 6.62 +-0.47%) +GetRichHitsPrev INFO Av. # MCRichHits : Rich1 = 3591.00 +-59.92 (100.00 +-0.00%) Rich2 = 3071.00 +-55.42 (100.00 +-0.00%) +GetRichHitsPrev INFO Av. # Invalid radiator hits : Rich1 = 18.00 +- 4.24 ( 0.50 +-0.12%) Rich2 = 13.00 +- 3.61 ( 0.42 +-0.12%) +GetRichHitsPrev INFO Av. # Signal Hits : Rich1 = 2881.00 +-53.67 ( 80.23 +-0.66%) Rich2 = 2126.00 +-46.11 ( 69.23 +-0.83%) +GetRichHitsPrev INFO Av. # Gas Quartz CK hits : Rich1 = 392.00 +-19.80 ( 10.92 +-0.52%) Rich2 = 272.00 +-16.49 ( 8.86 +-0.51%) GetRichHitsPrev INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsPrev INFO Av. # Nitrogen CK hits : Rich1 = 12.00 +- 3.46 ( 0.31 +-0.09%) Rich2 = 4.00 +- 2.00 ( 0.14 +-0.07%) +GetRichHitsPrev INFO Av. # Nitrogen CK hits : Rich1 = 9.00 +- 3.00 ( 0.25 +-0.08%) Rich2 = 1.00 +- 1.00 ( 0.03 +-0.03%) GetRichHitsPrev INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsPrev INFO Av. # Charged Track hits : Rich1 = 18.00 +- 4.24 ( 0.46 +-0.11%) Rich2 = 21.00 +- 4.58 ( 0.74 +-0.16%) -GetRichHitsPrev INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 326.00 +-18.06 ( 11.41 +-0.60%) +GetRichHitsPrev INFO Av. # Charged Track hits : Rich1 = 18.00 +- 4.24 ( 0.50 +-0.12%) Rich2 = 13.00 +- 3.61 ( 0.42 +-0.12%) +GetRichHitsPrev INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 324.00 +-18.00 ( 10.55 +-0.55%) GetRichHitsPrev INFO Av. # All HPD reflection hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsPrev INFO Av. # Signal CK MCRichHits C4F10 = 2803.00 +-52.94 ( 71.83 +-0.72%) CF4 = 2024.00 +-44.99 ( 70.87 +-0.85%) +GetRichHitsPrev INFO Av. # Signal CK MCRichHits C4F10 = 2881.00 +-53.67 ( 80.23 +-0.66%) CF4 = 2126.00 +-46.11 ( 69.23 +-0.83%) GetRichHitsPrev INFO Av. # MCParticle-less hits C4F10 = 0.00 +- 0.00 ( 0.00 +-0.00%) CF4 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichPhotonsPrev INFO Av. # MCRichOpticalPhotons : Rich1Gas = 2803.00 +- 52.94 / event -GetRichPhotonsPrev INFO Av. # MCRichOpticalPhotons : Rich2Gas = 2350.00 +- 48.48 / event -GetRichPhotonsPrev INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 894.00 +- 29.90 / event -GetRichPhotonsPrev INFO Av. # MCRichOpticalPhotons : Nitrogen = 16.00 +- 4.00 / event -GetRichPhotonsPrev INFO Av. # MCRichOpticalPhotons : PMTQuartzWin = 656.00 +- 25.61 / event -GetRichSegmentsPrev INFO Av. # MCRichSegments : Rich1Gas = 119.00 +- 10.91 / event -GetRichSegmentsPrev INFO Av. # MCRichSegments : Rich2Gas = 302.00 +- 17.38 / event -GetRichSegmentsPrev INFO Av. # MCRichSegments : GasQuartzWin = 84.00 +- 9.17 / event -GetRichSegmentsPrev INFO Av. # MCRichSegments : Nitrogen = 8.00 +- 2.83 / event +GetRichPhotonsPrev INFO Av. # MCRichOpticalPhotons : Rich1Gas = 2881.00 +- 53.67 / event +GetRichPhotonsPrev INFO Av. # MCRichOpticalPhotons : Rich2Gas = 2450.00 +- 49.50 / event +GetRichPhotonsPrev INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 664.00 +- 25.77 / event +GetRichPhotonsPrev INFO Av. # MCRichOpticalPhotons : Nitrogen = 10.00 +- 3.16 / event +GetRichPhotonsPrev INFO Av. # MCRichOpticalPhotons : PMTQuartzWin = 626.00 +- 25.02 / event +GetRichSegmentsPrev INFO Av. # MCRichSegments : Rich1Gas = 117.00 +- 10.82 / event +GetRichSegmentsPrev INFO Av. # MCRichSegments : Rich2Gas = 285.00 +- 16.88 / event +GetRichSegmentsPrev INFO Av. # MCRichSegments : GasQuartzWin = 63.00 +- 7.94 / event +GetRichSegmentsPrev INFO Av. # MCRichSegments : Nitrogen = 3.00 +- 1.73 / event GetRichSegmentsPrev INFO Av. # MCRichSegments : PMTQuartzWin = 33.00 +- 5.74 / event GetRichTracksPrev INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVPHitPackerPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2649 | 2649.0 | 0.0000 | 2649.0 | 2649.0 | + | "# PackedData" | 1 | 2625 | 2625.0 | 0.0000 | 2625.0 | 2625.0 | MCUTHitPackerPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1442 | 1442.0 | 0.0000 | 1442.0 | 1442.0 | + | "# PackedData" | 1 | 1318 | 1318.0 | 0.0000 | 1318.0 | 1318.0 | MCFTHitPackerPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 4476 | 4476.0 | 0.0000 | 4476.0 | 4476.0 | + | "# PackedData" | 1 | 4513 | 4513.0 | 0.0000 | 4513.0 | 4513.0 | MCMuonHitPackerPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 176 | 176.00 | 0.0000 | 176.00 | 176.00 | + | "# PackedData" | 1 | 194 | 194.00 | 0.0000 | 194.00 | 194.00 | MCEcalHitPackerPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 12748 | 12748. | 0.0000 | 12748. | 12748. | + | "# PackedData" | 1 | 12348 | 12348. | 0.0000 | 12348. | 12348. | MCHcalHitPackerPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1788 | 1788.0 | 0.0000 | 1788.0 | 1788.0 | + | "# PackedData" | 1 | 1895 | 1895.0 | 0.0000 | 1895.0 | 1895.0 | MCRichHitPackerPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 6758 | 6758.0 | 0.0000 | 6758.0 | 6758.0 | + | "# PackedData" | 1 | 6662 | 6662.0 | 0.0000 | 6662.0 | 6662.0 | MCRichOpPhotPackerPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 6719 | 6719.0 | 0.0000 | 6719.0 | 6719.0 | + | "# PackedData" | 1 | 6631 | 6631.0 | 0.0000 | 6631.0 | 6631.0 | MCRichSegmentPackerPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 546 | 546.00 | 0.0000 | 546.00 | 546.00 | + | "# PackedData" | 1 | 501 | 501.00 | 0.0000 | 501.00 | 501.00 | MCRichTrackPackerPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 461 | 461.00 | 0.0000 | 461.00 | 461.00 | + | "# PackedData" | 1 | 414 | 414.00 | 0.0000 | 414.00 | 414.00 | VPGaussMoniPrev INFO ------------------------------------------------------ VPGaussMoniPrev INFO - VPGaussMoni table - VPGaussMoniPrev INFO ------------------------------------------------------ -VPGaussMoniPrev INFO Number of MCHits/Event: 2649+/-0 +VPGaussMoniPrev INFO Number of MCHits/Event: 2625+/-0 VPGaussMoniPrev INFO ------------------------------------------------------ UTHitMonitorPrev INFO *** Summary *** -UTHitMonitorPrev INFO #hits per event: 1442 -UTHitMonitorPrev INFO Mean beta * gamma: 1335.91 -UTHitMonitorPrev INFO Most Probable deposited charge: 0.077444 -UTHitMonitorPrev INFO Half Sample width 0.034098 +UTHitMonitorPrev INFO #hits per event: 1318 +UTHitMonitorPrev INFO Mean beta * gamma: 782.176 +UTHitMonitorPrev INFO Most Probable deposited charge: 0.0763042 +UTHitMonitorPrev INFO Half Sample width 0.0307827 UTHitMonitorPrev SUCCESS Booked 7 Histogram(s) : 1D=7 UTHitMonitorPrev SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 120 | 120 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1442 | 1926381 | 1335.9 | 9288.2 | 0.0045715 | 1.3922e+05 | - | "numberHits" | 1 | 1442 | 1442.0 | 0.0000 | 1442.0 | 1442.0 | + | "DeltaRay" | 137 | 137 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1318 | 1030907 | 782.18 | 3045.2 | 0.17327 | 24735. | + | "numberHits" | 1 | 1318 | 1318.0 | 0.0000 | 1318.0 | 1318.0 | FTHitMonitorPrev INFO *** Summary *** -FTHitMonitorPrev INFO #hits per event: 4476 -FTHitMonitorPrev INFO Mean beta * gamma: 2467.57 -FTHitMonitorPrev INFO Most Probable deposited charge: 0.241527 -FTHitMonitorPrev INFO Half Sample width 0.0867566 +FTHitMonitorPrev INFO #hits per event: 4513 +FTHitMonitorPrev INFO Mean beta * gamma: 2353.52 +FTHitMonitorPrev INFO Most Probable deposited charge: 0.242728 +FTHitMonitorPrev INFO Half Sample width 0.0936421 FTHitMonitorPrev SUCCESS Booked 9 Histogram(s) : 1D=9 FTHitMonitorPrev SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 297 | 297 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 4476 |1.104486e+07 | 2467.6 | 9710.3 | 0.0052704 | 1.3837e+05 | - | "numberHits" | 1 | 4476 | 4476.0 | 0.0000 | 4476.0 | 4476.0 | + | "DeltaRay" | 287 | 287 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 4513 |1.062142e+07 | 2353.5 | 9285.1 | 0.0044161 | 1.3834e+05 | + | "numberHits" | 1 | 4513 | 4513.0 | 0.0000 | 4513.0 | 4513.0 | EcalMonitorPrev SUCCESS Booked 19 Histogram(s) : 1D=19 HcalMonitorPrev SUCCESS Booked 16 Histogram(s) : 1D=16 MuonHitCheckerPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrev INFO Muon Monitoring Table MuonHitCheckerPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrev INFO M1 M2 M3 M4 M5 -MuonHitCheckerPrev INFO 41.000 8.000 4.000 14.000 0.000 R1 -MuonHitCheckerPrev INFO 66.000 15.000 10.000 5.000 0.000 R2 -MuonHitCheckerPrev INFO 22.000 5.000 4.000 5.000 0.000 R3 -MuonHitCheckerPrev INFO 25.000 12.000 8.000 6.000 0.000 R4 +MuonHitCheckerPrev INFO 32.000 15.000 8.000 14.000 0.000 R1 +MuonHitCheckerPrev INFO 17.000 15.000 4.000 10.000 0.000 R2 +MuonHitCheckerPrev INFO 15.000 5.000 6.000 4.000 0.000 R3 +MuonHitCheckerPrev INFO 40.000 0.000 0.000 0.000 0.000 R4 MuonHitCheckerPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrev INFO ------- Integrated over regions --------------------------- MuonHitCheckerPrev INFO ----------------------------------------------------------------- -MuonHitCheckerPrev INFO 154.000 40.000 26.000 30.000 0.000 allR +MuonHitCheckerPrev INFO 104.000 35.000 18.000 28.000 0.000 allR MuonHitCheckerPrev INFO number of hits generated outside gaps volume 0 UnpackVPHitsPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2649 | 2649.0 | 0.0000 | 2649.0 | 2649.0 | + | "# UnPackedData" | 1 | 2625 | 2625.0 | 0.0000 | 2625.0 | 2625.0 | CheckVPHitsPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 2649 |6.175688e-06 | 2.3313e-09 | 2.8614e-07 | -4.9959e-07 | 4.9856e-07 | - | "Diff. - Displacement y" | 2649 |1.193997e-05 | 4.5073e-09 | 2.8968e-07 | -4.9933e-07 | 4.9972e-07 | - | "Diff. - Displacement z" | 2649 |1.667891e-06 | 6.2963e-10 | 4.5750e-08 | -4.7996e-07 | 4.5399e-07 | - | "Diff. - Energy" | 2649 |2.374535e-05 | 8.9639e-09 | 5.8484e-07 | -9.9956e-07 | 1.0000e-06 | - | "Diff. - Entry Point x" | 2649 |-0.0009055644 |-3.4185e-07 | 2.9003e-05 | -4.9948e-05 | 4.9997e-05 | - | "Diff. - Entry Point y" | 2649 |-0.001322273 |-4.9916e-07 | 2.8371e-05 | -4.9959e-05 | 4.9870e-05 | - | "Diff. - Entry Point z" | 2649 |-0.0005908751 |-2.2306e-07 | 4.1444e-06 | -4.1654e-05 | 4.7007e-05 | - | "Diff. - Parent |P|" | 2649 | 0.01003789 | 3.7893e-06 | 0.0029053 | -0.0049975 | 0.0049982 | - | "Diff. - TOF" | 2649 |0.0001963419 | 7.4119e-08 | 2.8619e-06 | -4.9923e-06 | 4.9988e-06 | - | "Original - Displacement x" | 2649 | 0.9528522 | 0.00035970 | 0.060094 | -1.3397 | 0.79018 | - | "Original - Displacement y" | 2649 | 7.400465 | 0.0027937 | 0.063828 | -0.46331 | 1.2046 | - | "Original - Displacement z" | 2649 | 128.3779 | 0.048463 | 0.19226 | -0.20000 | 0.20000 | - | "Original - Energy" | 2649 | 263.2781 | 0.099388 | 0.28994 | 0.0043263 | 10.375 | - | "Original - Entry Point x" | 2649 | 1246.368 | 0.47051 | 13.183 | -47.878 | 49.119 | - | "Original - Entry Point y" | 2649 | 1074.647 | 0.40568 | 15.828 | -49.529 | 48.590 | - | "Original - Entry Point z" | 2649 | 289517.9 | 109.29 | 287.35 | -287.98 | 750.48 | - | "Original - Parent |P|" | 2649 |2.76761e+07 | 10448. | 16636. | 1.4420 | 1.4198e+05 | - | "Original - TOF" | 2649 | 2283.378 | 0.86198 | 0.77943 | 0.020452 | 22.532 | - | "Unpacked - Displacement x" | 2649 | 0.952846 | 0.00035970 | 0.060094 | -1.3397 | 0.79018 | - | "Unpacked - Displacement y" | 2649 | 7.400453 | 0.0027937 | 0.063828 | -0.46331 | 1.2046 | - | "Unpacked - Displacement z" | 2649 | 128.3779 | 0.048463 | 0.19226 | -0.20000 | 0.20000 | - | "Unpacked - Energy" | 2649 | 263.2781 | 0.099388 | 0.28994 | 0.0043260 | 10.375 | - | "Unpacked - Entry Point x" | 2649 | 1246.369 | 0.47051 | 13.183 | -47.878 | 49.119 | - | "Unpacked - Entry Point y" | 2649 | 1074.649 | 0.40568 | 15.828 | -49.529 | 48.590 | - | "Unpacked - Entry Point z" | 2649 | 289517.9 | 109.29 | 287.35 | -287.98 | 750.48 | - | "Unpacked - Parent |P|" | 2649 |2.76761e+07 | 10448. | 16636. | 1.4400 | 1.4198e+05 | - | "Unpacked - TOF" | 2649 | 2283.378 | 0.86198 | 0.77943 | 0.020450 | 22.532 | + | "Diff. - Displacement x" | 2625 |-7.880736e-06 |-3.0022e-09 | 2.8920e-07 | -4.9978e-07 | 4.9897e-07 | + | "Diff. - Displacement y" | 2625 |-9.045107e-06 |-3.4458e-09 | 2.8898e-07 | -4.9955e-07 | 5.0000e-07 | + | "Diff. - Displacement z" | 2625 |-1.212076e-06 |-4.6174e-10 | 4.1502e-08 | -4.7658e-07 | 4.7658e-07 | + | "Diff. - Energy" | 2625 |-5.547634e-05 |-2.1134e-08 | 5.8036e-07 | -9.9998e-07 | 9.9754e-07 | + | "Diff. - Entry Point x" | 2625 |0.0007691076 | 2.9299e-07 | 2.9247e-05 | -4.9981e-05 | 4.9970e-05 | + | "Diff. - Entry Point y" | 2625 |-0.0004886506 |-1.8615e-07 | 2.9035e-05 | -4.9994e-05 | 4.9998e-05 | + | "Diff. - Entry Point z" | 2625 |0.000371927 | 1.4169e-07 | 2.6631e-06 | -4.9347e-05 | 4.5654e-05 | + | "Diff. - Parent |P|" | 2625 | 0.04020386 | 1.5316e-05 | 0.0029001 | -0.0049992 | 0.0049988 | + | "Diff. - TOF" | 2625 |6.914519e-05 | 2.6341e-08 | 2.8792e-06 | -4.9989e-06 | 4.9949e-06 | + | "Original - Displacement x" | 2625 | 2.24755 | 0.00085621 | 0.062242 | -0.61166 | 1.5852 | + | "Original - Displacement y" | 2625 | 4.321292 | 0.0016462 | 0.083862 | -0.97225 | 2.3683 | + | "Original - Displacement z" | 2625 | 128.9415 | 0.049121 | 0.19219 | -0.20000 | 0.20000 | + | "Original - Energy" | 2625 | 227.0189 | 0.086483 | 0.19800 | 0.00030161 | 6.2403 | + | "Original - Entry Point x" | 2625 | 1141.627 | 0.43491 | 13.173 | -47.528 | 49.110 | + | "Original - Entry Point y" | 2625 | -981.8744 | -0.37405 | 15.588 | -49.671 | 47.390 | + | "Original - Entry Point z" | 2625 | 301022.4 | 114.68 | 288.94 | -287.98 | 750.48 | + | "Original - Parent |P|" | 2625 |2.783902e+07 | 10605. | 16644. | 1.5452 | 1.4198e+05 | + | "Original - TOF" | 2625 | 2521.242 | 0.96047 | 5.6363 | 0.020479 | 287.68 | + | "Unpacked - Displacement x" | 2625 | 2.247558 | 0.00085621 | 0.062242 | -0.61166 | 1.5852 | + | "Unpacked - Displacement y" | 2625 | 4.321301 | 0.0016462 | 0.083862 | -0.97225 | 2.3683 | + | "Unpacked - Displacement z" | 2625 | 128.9415 | 0.049121 | 0.19219 | -0.20000 | 0.20000 | + | "Unpacked - Energy" | 2625 | 227.019 | 0.086483 | 0.19800 | 0.00030200 | 6.2403 | + | "Unpacked - Entry Point x" | 2625 | 1141.626 | 0.43491 | 13.173 | -47.529 | 49.110 | + | "Unpacked - Entry Point y" | 2625 | -981.8739 | -0.37405 | 15.588 | -49.670 | 47.390 | + | "Unpacked - Entry Point z" | 2625 | 301022.4 | 114.68 | 288.94 | -287.98 | 750.48 | + | "Unpacked - Parent |P|" | 2625 |2.783902e+07 | 10605. | 16644. | 1.5500 | 1.4198e+05 | + | "Unpacked - TOF" | 2625 | 2521.242 | 0.96047 | 5.6363 | 0.020480 | 287.68 | UnpackUTHitsPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1442 | 1442.0 | 0.0000 | 1442.0 | 1442.0 | + | "# UnPackedData" | 1 | 1318 | 1318.0 | 0.0000 | 1318.0 | 1318.0 | CheckUTHitsPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1442 |-1.112101e-05 |-7.7122e-09 | 2.9017e-07 | -4.9988e-07 | 4.9810e-07 | - | "Diff. - Displacement y" | 1442 |-2.250853e-05 |-1.5609e-08 | 2.8682e-07 | -4.9951e-07 | 4.9796e-07 | - | "Diff. - Displacement z" | 1442 |1.019607e-06 | 7.0708e-10 | 8.4518e-08 | -4.9115e-07 | 4.8793e-07 | - | "Diff. - Energy" | 1442 |-3.052095e-05 |-2.1166e-08 | 5.7328e-07 | -9.9946e-07 | 9.9845e-07 | - | "Diff. - Entry Point x" | 1442 |-0.001376728 |-9.5474e-07 | 2.9240e-05 | -4.9952e-05 | 4.9946e-05 | - | "Diff. - Entry Point y" | 1442 |-3.777144e-05 |-2.6194e-08 | 2.8818e-05 | -4.9988e-05 | 4.9851e-05 | - | "Diff. - Entry Point z" | 1442 |0.0003033032 | 2.1034e-07 | 6.7175e-06 | -4.9740e-05 | 4.9701e-05 | - | "Diff. - Parent |P|" | 1442 |-0.02749551 |-1.9068e-05 | 0.0028849 | -0.0049987 | 0.0049933 | - | "Diff. - TOF" | 1442 |-0.0002043331 |-1.4170e-07 | 2.8817e-06 | -4.9890e-06 | 4.9961e-06 | - | "Original - Displacement x" | 1442 | -5.803973 | -0.0040249 | 0.39814 | -10.707 | 1.8678 | - | "Original - Displacement y" | 1442 | 4.265893 | 0.0029583 | 0.25122 | -4.3832 | 6.4616 | - | "Original - Displacement z" | 1442 | 164.6501 | 0.11418 | 0.21437 | -0.25000 | 0.25000 | - | "Original - Energy" | 1442 | 238.623 | 0.16548 | 0.35537 | 0.0013424 | 7.2393 | - | "Original - Entry Point x" | 1442 | -546.5547 | -0.37903 | 360.56 | -896.43 | 896.36 | - | "Original - Entry Point y" | 1442 | -30742.87 | -21.320 | 285.59 | -672.98 | 666.65 | - | "Original - Entry Point z" | 1442 | 3592646 | 2491.4 | 137.50 | 2320.2 | 2649.8 | - | "Original - Parent |P|" | 1442 | 6065705 | 4206.5 | 11215. | 1.4425 | 1.3883e+05 | - | "Original - TOF" | 1442 | 18104.63 | 12.555 | 8.6606 | 7.6896 | 98.323 | - | "Unpacked - Displacement x" | 1442 | -5.803962 | -0.0040249 | 0.39814 | -10.707 | 1.8678 | - | "Unpacked - Displacement y" | 1442 | 4.265916 | 0.0029583 | 0.25122 | -4.3832 | 6.4616 | - | "Unpacked - Displacement z" | 1442 | 164.6501 | 0.11418 | 0.21437 | -0.25000 | 0.25000 | - | "Unpacked - Energy" | 1442 | 238.623 | 0.16548 | 0.35537 | 0.0013420 | 7.2393 | - | "Unpacked - Entry Point x" | 1442 | -546.5533 | -0.37902 | 360.56 | -896.43 | 896.36 | - | "Unpacked - Entry Point y" | 1442 | -30742.87 | -21.320 | 285.59 | -672.98 | 666.65 | - | "Unpacked - Entry Point z" | 1442 | 3592646 | 2491.4 | 137.50 | 2320.2 | 2649.8 | - | "Unpacked - Parent |P|" | 1442 | 6065705 | 4206.5 | 11215. | 1.4400 | 1.3883e+05 | - | "Unpacked - TOF" | 1442 | 18104.63 | 12.555 | 8.6606 | 7.6896 | 98.323 | + | "Diff. - Displacement x" | 1318 |6.000891e-06 | 4.5530e-09 | 2.9653e-07 | -4.9858e-07 | 4.9893e-07 | + | "Diff. - Displacement y" | 1318 |1.443342e-05 | 1.0951e-08 | 2.9130e-07 | -4.9981e-07 | 4.9981e-07 | + | "Diff. - Displacement z" | 1318 |6.376122e-07 | 4.8377e-10 | 6.8591e-08 | -4.8287e-07 | 4.9920e-07 | + | "Diff. - Energy" | 1318 |6.995279e-06 | 5.3075e-09 | 5.6736e-07 | -9.9914e-07 | 9.9469e-07 | + | "Diff. - Entry Point x" | 1318 |-0.002756054 |-2.0911e-06 | 2.9333e-05 | -4.9995e-05 | 4.9994e-05 | + | "Diff. - Entry Point y" | 1318 |9.39804e-05 | 7.1305e-08 | 2.9382e-05 | -4.9875e-05 | 4.9876e-05 | + | "Diff. - Entry Point z" | 1318 |-0.0002566005 |-1.9469e-07 | 5.3297e-06 | -4.9443e-05 | 4.5765e-05 | + | "Diff. - Parent |P|" | 1318 |-0.06374381 |-4.8364e-05 | 0.0028829 | -0.0049815 | 0.0049945 | + | "Diff. - TOF" | 1318 |-1.434779e-05 |-1.0886e-08 | 2.9328e-06 | -4.9952e-06 | 4.9970e-06 | + | "Original - Displacement x" | 1318 | -3.087467 | -0.0023425 | 0.23692 | -2.5918 | 1.5651 | + | "Original - Displacement y" | 1318 | -6.908511 | -0.0052417 | 0.14863 | -1.6154 | 1.0352 | + | "Original - Displacement z" | 1318 | 185.057 | 0.14041 | 0.20115 | -0.25000 | 0.25000 | + | "Original - Energy" | 1318 | 196.281 | 0.14892 | 0.25754 | 0.00062252 | 4.2451 | + | "Original - Entry Point x" | 1318 | 7802.486 | 5.9199 | 337.94 | -894.63 | 877.73 | + | "Original - Entry Point y" | 1318 | 3720.456 | 2.8228 | 267.94 | -653.57 | 668.24 | + | "Original - Entry Point z" | 1318 | 3297998 | 2502.3 | 135.65 | 2320.2 | 2649.8 | + | "Original - Parent |P|" | 1318 | 6068507 | 4604.3 | 11203. | 1.4610 | 1.3883e+05 | + | "Original - TOF" | 1318 | 15416.9 | 11.697 | 6.5580 | 7.6894 | 48.862 | + | "Unpacked - Displacement x" | 1318 | -3.087473 | -0.0023425 | 0.23692 | -2.5918 | 1.5651 | + | "Unpacked - Displacement y" | 1318 | -6.908525 | -0.0052417 | 0.14863 | -1.6154 | 1.0352 | + | "Unpacked - Displacement z" | 1318 | 185.057 | 0.14041 | 0.20115 | -0.25000 | 0.25000 | + | "Unpacked - Energy" | 1318 | 196.281 | 0.14892 | 0.25754 | 0.00062200 | 4.2451 | + | "Unpacked - Entry Point x" | 1318 | 7802.489 | 5.9199 | 337.94 | -894.63 | 877.73 | + | "Unpacked - Entry Point y" | 1318 | 3720.456 | 2.8228 | 267.94 | -653.57 | 668.24 | + | "Unpacked - Entry Point z" | 1318 | 3297998 | 2502.3 | 135.65 | 2320.2 | 2649.8 | + | "Unpacked - Parent |P|" | 1318 | 6068507 | 4604.3 | 11203. | 1.4600 | 1.3883e+05 | + | "Unpacked - TOF" | 1318 | 15416.9 | 11.697 | 6.5580 | 7.6894 | 48.862 | UnpackFTHitsPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 4476 | 4476.0 | 0.0000 | 4476.0 | 4476.0 | + | "# UnPackedData" | 1 | 4513 | 4513.0 | 0.0000 | 4513.0 | 4513.0 | CheckFTHitsPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 4476 |-2.174829e-05 |-4.8589e-09 | 2.8871e-07 | -4.9968e-07 | 4.9993e-07 | - | "Diff. - Displacement y" | 4476 |3.261228e-05 | 7.2860e-09 | 2.8884e-07 | -4.9997e-07 | 4.9981e-07 | - | "Diff. - Displacement z" | 4476 |2.254328e-05 | 5.0365e-09 | 2.9048e-07 | -4.9976e-07 | 4.9988e-07 | - | "Diff. - Energy" | 4476 |5.713873e-05 | 1.2766e-08 | 5.8133e-07 | -9.9990e-07 | 9.9983e-07 | - | "Diff. - Entry Point x" | 4476 |0.0004153186 | 9.2788e-08 | 2.8807e-05 | -4.9985e-05 | 4.9849e-05 | - | "Diff. - Entry Point y" | 4476 |-0.002844191 |-6.3543e-07 | 2.9202e-05 | -4.9996e-05 | 4.9912e-05 | - | "Diff. - Entry Point z" | 4476 |0.001406755 | 3.1429e-07 | 2.8915e-05 | -4.9995e-05 | 4.9974e-05 | - | "Diff. - Parent |P|" | 4476 | -0.3979588 |-8.8909e-05 | 0.0029377 | -0.0049997 | 0.0049973 | - | "Diff. - TOF" | 4476 |-0.0001937743 |-4.3292e-08 | 2.8872e-06 | -4.9992e-06 | 4.9878e-06 | - | "Original - Displacement x" | 4476 | -188.2565 | -0.042059 | 1.3516 | -38.613 | 17.468 | - | "Original - Displacement y" | 4476 | 13.96979 | 0.0031210 | 0.60663 | -6.6508 | 9.3433 | - | "Original - Displacement z" | 4476 | 4157.025 | 0.92874 | 0.80788 | -1.3156 | 1.3185 | - | "Original - Energy" | 4476 | 1863.678 | 0.41637 | 0.61950 | 0.00038675 | 10.300 | - | "Original - Entry Point x" | 4476 | 171329.1 | 38.277 | 1079.6 | -3142.9 | 3348.6 | - | "Original - Entry Point y" | 4476 | 37890.45 | 8.4652 | 690.38 | -2405.7 | 2405.1 | - | "Original - Entry Point z" | 4476 |3.845892e+07 | 8592.3 | 578.08 | 7817.2 | 9412.1 | - | "Original - Parent |P|" | 4476 |2.114034e+07 | 4723.0 | 9889.1 | 1.4257 | 97132. | - | "Original - TOF" | 4476 | 145736.1 | 32.559 | 12.950 | 26.046 | 277.05 | - | "Unpacked - Displacement x" | 4476 | -188.2565 | -0.042059 | 1.3516 | -38.613 | 17.468 | - | "Unpacked - Displacement y" | 4476 | 13.96976 | 0.0031210 | 0.60663 | -6.6508 | 9.3433 | - | "Unpacked - Displacement z" | 4476 | 4157.025 | 0.92874 | 0.80788 | -1.3156 | 1.3185 | - | "Unpacked - Energy" | 4476 | 1863.678 | 0.41637 | 0.61950 | 0.00038600 | 10.300 | - | "Unpacked - Entry Point x" | 4476 | 171329.1 | 38.277 | 1079.6 | -3142.9 | 3348.6 | - | "Unpacked - Entry Point y" | 4476 | 37890.45 | 8.4652 | 690.38 | -2405.7 | 2405.1 | - | "Unpacked - Entry Point z" | 4476 |3.845892e+07 | 8592.3 | 578.08 | 7817.2 | 9412.1 | - | "Unpacked - Parent |P|" | 4476 |2.114034e+07 | 4723.0 | 9889.1 | 1.4300 | 97132. | - | "Unpacked - TOF" | 4476 | 145736.1 | 32.559 | 12.950 | 26.046 | 277.05 | + | "Diff. - Displacement x" | 4513 |-6.815088e-06 |-1.5101e-09 | 2.8895e-07 | -4.9992e-07 | 4.9989e-07 | + | "Diff. - Displacement y" | 4513 |-5.09067e-06 |-1.1280e-09 | 2.9145e-07 | -4.9985e-07 | 4.9975e-07 | + | "Diff. - Displacement z" | 4513 |4.460221e-07 | 9.8831e-11 | 2.8636e-07 | -4.9915e-07 | 4.9980e-07 | + | "Diff. - Energy" | 4513 |-4.782574e-05 |-1.0597e-08 | 5.7874e-07 | -9.9923e-07 | 9.9952e-07 | + | "Diff. - Entry Point x" | 4513 |-0.001533193 |-3.3973e-07 | 2.8901e-05 | -4.9994e-05 | 4.9999e-05 | + | "Diff. - Entry Point y" | 4513 |-0.001678656 |-3.7196e-07 | 2.8829e-05 | -4.9976e-05 | 4.9988e-05 | + | "Diff. - Entry Point z" | 4513 |0.001577636 | 3.4958e-07 | 2.8600e-05 | -4.9975e-05 | 4.9995e-05 | + | "Diff. - Parent |P|" | 4513 | -0.1007209 |-2.2318e-05 | 0.0028986 | -0.0049972 | 0.0049983 | + | "Diff. - TOF" | 4513 |-3.458394e-05 |-7.6632e-09 | 2.8812e-06 | -4.9953e-06 | 4.9928e-06 | + | "Original - Displacement x" | 4513 | -112.8125 | -0.024997 | 1.3083 | -37.314 | 11.645 | + | "Original - Displacement y" | 4513 | 12.70486 | 0.0028152 | 0.65883 | -8.3964 | 14.064 | + | "Original - Displacement z" | 4513 | 4257.514 | 0.94339 | 0.79675 | -1.3189 | 1.3340 | + | "Original - Energy" | 4513 | 1960.858 | 0.43449 | 0.78702 | 0.00013291 | 13.989 | + | "Original - Entry Point x" | 4513 | 178350.6 | 39.519 | 1096.6 | -3163.4 | 3186.2 | + | "Original - Entry Point y" | 4513 | -195846.4 | -43.396 | 657.35 | -2408.7 | 2380.5 | + | "Original - Entry Point z" | 4513 |3.891082e+07 | 8621.9 | 568.96 | 7817.5 | 9411.4 | + | "Original - Parent |P|" | 4513 |2.284236e+07 | 5061.5 | 9972.0 | 1.4257 | 86787. | + | "Original - TOF" | 4513 | 145422.6 | 32.223 | 10.064 | 26.044 | 188.06 | + | "Unpacked - Displacement x" | 4513 | -112.8125 | -0.024997 | 1.3083 | -37.314 | 11.645 | + | "Unpacked - Displacement y" | 4513 | 12.70486 | 0.0028152 | 0.65883 | -8.3964 | 14.064 | + | "Unpacked - Displacement z" | 4513 | 4257.514 | 0.94339 | 0.79675 | -1.3189 | 1.3340 | + | "Unpacked - Energy" | 4513 | 1960.858 | 0.43449 | 0.78702 | 0.00013200 | 13.989 | + | "Unpacked - Entry Point x" | 4513 | 178350.6 | 39.519 | 1096.6 | -3163.4 | 3186.2 | + | "Unpacked - Entry Point y" | 4513 | -195846.4 | -43.396 | 657.35 | -2408.7 | 2380.5 | + | "Unpacked - Entry Point z" | 4513 |3.891082e+07 | 8621.9 | 568.96 | 7817.5 | 9411.4 | + | "Unpacked - Parent |P|" | 4513 |2.284236e+07 | 5061.5 | 9972.0 | 1.4300 | 86787. | + | "Unpacked - TOF" | 4513 | 145422.6 | 32.223 | 10.064 | 26.044 | 188.06 | UnpackRichHitsPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 6758 | 6758.0 | 0.0000 | 6758.0 | 6758.0 | + | "# UnPackedData" | 1 | 6662 | 6662.0 | 0.0000 | 6662.0 | 6662.0 | UnpackRichOpPhotPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 6719 | 6719.0 | 0.0000 | 6719.0 | 6719.0 | + | "# UnPackedData" | 1 | 6631 | 6631.0 | 0.0000 | 6631.0 | 6631.0 | UnpackRichSegmentsPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 546 | 546.00 | 0.0000 | 546.00 | 546.00 | + | "# UnPackedData" | 1 | 501 | 501.00 | 0.0000 | 501.00 | 501.00 | UnpackRichTracksPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 461 | 461.00 | 0.0000 | 461.00 | 461.00 | + | "# UnPackedData" | 1 | 414 | 414.00 | 0.0000 | 414.00 | 414.00 | CheckRichHitsPrev SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 6758 |-0.001162881 |-1.7207e-07 | 0.00021275 | -0.0049957 | 0.0049858 | - | "Diff. - Entry Point x" | 6758 |-0.0004071264 |-6.0244e-08 | 2.8639e-05 | -4.9991e-05 | 4.9990e-05 | - | "Diff. - Entry Point y" | 6758 |0.001157026 | 1.7121e-07 | 2.8625e-05 | -4.9955e-05 | 4.9984e-05 | - | "Diff. - Entry Point z" | 6758 |-0.001170674 |-1.7323e-07 | 2.8799e-05 | -4.9995e-05 | 4.9997e-05 | - | "Diff. - TOF" | 6758 |7.331131e-05 | 1.0848e-08 | 2.8789e-06 | -4.9984e-06 | 4.9995e-06 | - | "Original - Energy" | 6758 | 12502.2 | 1.8500 | 36.691 | 0.020000 | 1000.1 | - | "Original - Entry Point x" | 6758 | 2481889 | 367.25 | 2524.8 | -4073.6 | 4074.3 | - | "Original - Entry Point y" | 6758 | 547801 | 81.060 | 1071.5 | -1654.7 | 1655.6 | - | "Original - Entry Point z" | 6758 |3.730521e+07 | 5520.2 | 4475.3 | 1266.6 | 11074. | - | "Original - TOF" | 6758 | 196935.4 | 29.141 | 20.649 | 7.1644 | 295.25 | - | "Unpacked - Energy" | 6758 | 12502.2 | 1.8500 | 36.691 | 0.020000 | 1000.1 | - | "Unpacked - Entry Point x" | 6758 | 2481889 | 367.25 | 2524.8 | -4073.6 | 4074.3 | - | "Unpacked - Entry Point y" | 6758 | 547801 | 81.060 | 1071.5 | -1654.7 | 1655.6 | - | "Unpacked - Entry Point z" | 6758 |3.730521e+07 | 5520.2 | 4475.3 | 1266.6 | 11074. | - | "Unpacked - TOF" | 6758 | 196935.4 | 29.141 | 20.649 | 7.1644 | 295.25 | + | "Diff. - Energy" | 6662 |0.004647927 | 6.9768e-07 | 0.00020152 | -0.0042269 | 0.0047427 | + | "Diff. - Entry Point x" | 6662 |-0.005668169 |-8.5082e-07 | 2.8862e-05 | -4.9981e-05 | 4.9990e-05 | + | "Diff. - Entry Point y" | 6662 |-1.459855e-05 |-2.1913e-09 | 2.8764e-05 | -4.9995e-05 | 4.9998e-05 | + | "Diff. - Entry Point z" | 6662 |0.0009108295 | 1.3672e-07 | 2.8596e-05 | -4.9993e-05 | 4.9998e-05 | + | "Diff. - TOF" | 6662 |0.0002367774 | 3.5541e-08 | 2.8873e-06 | -4.9992e-06 | 4.9990e-06 | + | "Original - Energy" | 6662 | 4026.035 | 0.60433 | 19.392 | 0.020000 | 1000.1 | + | "Original - Entry Point x" | 6662 | -457294.5 | -68.642 | 2669.7 | -4073.8 | 4074.3 | + | "Original - Entry Point y" | 6662 | -218944 | -32.865 | 1028.6 | -1655.6 | 1654.7 | + | "Original - Entry Point z" | 6662 |3.911185e+07 | 5870.9 | 4493.2 | 1266.6 | 11070. | + | "Original - TOF" | 6662 | 202286.1 | 30.364 | 19.894 | 7.4675 | 127.63 | + | "Unpacked - Energy" | 6662 | 4026.03 | 0.60433 | 19.392 | 0.020000 | 1000.1 | + | "Unpacked - Entry Point x" | 6662 | -457294.5 | -68.642 | 2669.7 | -4073.8 | 4074.3 | + | "Unpacked - Entry Point y" | 6662 | -218944 | -32.865 | 1028.6 | -1655.6 | 1654.7 | + | "Unpacked - Entry Point z" | 6662 |3.911185e+07 | 5870.9 | 4493.2 | 1266.6 | 11070. | + | "Unpacked - TOF" | 6662 | 202286.1 | 30.364 | 19.894 | 7.4675 | 127.63 | CheckRichOpPhotPrev SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 6719 |-0.002360559 |-3.5133e-07 | 2.8899e-05 | -4.9997e-05 | 4.9977e-05 | - | "Diff. - Emission Point y" | 6719 |0.002604155 | 3.8758e-07 | 2.8954e-05 | -4.9977e-05 | 4.9992e-05 | - | "Diff. - Emission Point z" | 6719 |-0.001374871 |-2.0462e-07 | 2.8905e-05 | -4.9998e-05 | 4.9981e-05 | - | "Diff. - Energy" | 6719 |-6.210712e-10 |-9.2435e-14 | 5.7408e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 6719 |0.0006918746 | 1.0297e-07 | 2.8684e-05 | -4.9986e-05 | 4.9994e-05 | - | "Diff. - HPD In. Point y" | 6719 |-0.001601466 |-2.3835e-07 | 2.8848e-05 | -4.9993e-05 | 4.9985e-05 | - | "Diff. - HPD In. Point z" | 6719 |-0.001082545 |-1.6112e-07 | 2.8827e-05 | -4.9982e-05 | 4.9982e-05 | - | "Diff. - HPD QW Point x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 6719 | 21015.55 | 3.1278 | 1.8587 | 0.00050301 | 6.2822 | - | "Original - Cherenkov Theta" | 6719 | 1871.698 | 0.27857 | 0.42364 | 0.0093245 | 2.8114 | - | "Original - Emission Point x" | 6719 | 1232588 | 183.45 | 1262.4 | -4060.3 | 4010.8 | - | "Original - Emission Point y" | 6719 | 574062.4 | 85.439 | 554.66 | -2884.4 | 2392.3 | - | "Original - Emission Point z" | 6719 |3.568928e+07 | 5311.7 | 4458.0 | 860.46 | 11766. | - | "Original - Energy" | 6719 | 0.0251729 | 3.7465e-06 | 7.7334e-07 | 1.8606e-06 | 6.1535e-06 | - | "Original - HPD In. Point x" | 6719 | 2451291 | 364.83 | 2517.7 | -4064.8 | 4065.6 | - | "Original - HPD In. Point y" | 6719 | 522587 | 77.777 | 1065.8 | -1646.3 | 1647.1 | - | "Original - HPD In. Point z" | 6719 |3.70132e+07 | 5508.7 | 4474.1 | 1261.2 | 11070. | - | "Original - HPD QW Point x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 6719 | 21015.55 | 3.1278 | 1.8587 | 0.00050301 | 6.2822 | - | "Unpacked - Cherenkov Theta" | 6719 | 1871.698 | 0.27857 | 0.42364 | 0.0093245 | 2.8114 | - | "Unpacked - Emission Point x" | 6719 | 1232588 | 183.45 | 1262.4 | -4060.3 | 4010.8 | - | "Unpacked - Emission Point y" | 6719 | 574062.4 | 85.439 | 554.66 | -2884.4 | 2392.3 | - | "Unpacked - Emission Point z" | 6719 |3.568928e+07 | 5311.7 | 4458.0 | 860.46 | 11766. | - | "Unpacked - Energy" | 6719 | 0.0251729 | 3.7465e-06 | 7.7334e-07 | 1.8606e-06 | 6.1535e-06 | - | "Unpacked - HPD In. Point x" | 6719 | 2451291 | 364.83 | 2517.7 | -4064.8 | 4065.6 | - | "Unpacked - HPD In. Point y" | 6719 | 522587 | 77.777 | 1065.8 | -1646.3 | 1647.1 | - | "Unpacked - HPD In. Point z" | 6719 |3.70132e+07 | 5508.7 | 4474.1 | 1261.2 | 11070. | - | "Unpacked - HPD QW Point x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 6719 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 6631 |-0.00162424 |-2.4495e-07 | 2.9033e-05 | -4.9982e-05 | 4.9996e-05 | + | "Diff. - Emission Point y" | 6631 |-0.005462297 |-8.2375e-07 | 2.8762e-05 | -4.9985e-05 | 4.9983e-05 | + | "Diff. - Emission Point z" | 6631 | 0.00435282 | 6.5643e-07 | 2.8979e-05 | -4.9987e-05 | 4.9992e-05 | + | "Diff. - Energy" | 6631 |-5.477432e-10 |-8.2603e-14 | 5.7432e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 6631 |-0.002413813 |-3.6402e-07 | 2.8749e-05 | -4.9981e-05 | 4.9969e-05 | + | "Diff. - HPD In. Point y" | 6631 |-0.001167081 |-1.7600e-07 | 2.9007e-05 | -4.9965e-05 | 4.9982e-05 | + | "Diff. - HPD In. Point z" | 6631 |0.001565573 | 2.3610e-07 | 2.9047e-05 | -4.9965e-05 | 4.9999e-05 | + | "Diff. - HPD QW Point x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 6631 | 20986.27 | 3.1649 | 1.8141 | 0.0024246 | 6.2829 | + | "Original - Cherenkov Theta" | 6631 | 1702.012 | 0.25668 | 0.42652 | 0.011809 | 2.8336 | + | "Original - Emission Point x" | 6631 | -670867.2 | -101.17 | 1417.9 | -4006.0 | 4029.8 | + | "Original - Emission Point y" | 6631 | 78835.3 | 11.889 | 477.57 | -2796.0 | 2062.2 | + | "Original - Emission Point z" | 6631 |3.753448e+07 | 5660.5 | 4484.6 | 861.75 | 11706. | + | "Original - Energy" | 6631 | 0.02474613 | 3.7319e-06 | 7.7944e-07 | 1.8658e-06 | 6.0723e-06 | + | "Original - HPD In. Point x" | 6631 | -440080.4 | -66.367 | 2664.4 | -4065.0 | 4065.5 | + | "Original - HPD In. Point y" | 6631 | -233285 | -35.181 | 1022.3 | -1647.1 | 1646.2 | + | "Original - HPD In. Point z" | 6631 |3.890651e+07 | 5867.4 | 4493.6 | 1261.3 | 11065. | + | "Original - HPD QW Point x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 6631 | 20986.27 | 3.1649 | 1.8141 | 0.0024246 | 6.2829 | + | "Unpacked - Cherenkov Theta" | 6631 | 1702.012 | 0.25668 | 0.42652 | 0.011809 | 2.8336 | + | "Unpacked - Emission Point x" | 6631 | -670867.1 | -101.17 | 1417.9 | -4006.0 | 4029.8 | + | "Unpacked - Emission Point y" | 6631 | 78835.3 | 11.889 | 477.57 | -2796.0 | 2062.2 | + | "Unpacked - Emission Point z" | 6631 |3.753448e+07 | 5660.5 | 4484.6 | 861.75 | 11706. | + | "Unpacked - Energy" | 6631 | 0.02474613 | 3.7319e-06 | 7.7944e-07 | 1.8658e-06 | 6.0723e-06 | + | "Unpacked - HPD In. Point x" | 6631 | -440080.4 | -66.367 | 2664.4 | -4065.0 | 4065.5 | + | "Unpacked - HPD In. Point y" | 6631 | -233285 | -35.181 | 1022.3 | -1647.1 | 1646.2 | + | "Unpacked - HPD In. Point z" | 6631 |3.890651e+07 | 5867.4 | 4493.6 | 1261.3 | 11065. | + | "Unpacked - HPD QW Point x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 6631 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegmentsPrev SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 546 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 501 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackEcalHitsPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 12748 | 12748. | 0.0000 | 12748. | 12748. | + | "# UnPackedData" | 1 | 12348 | 12348. | 0.0000 | 12348. | 12348. | CheckEcalHitsPrev SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 12748 |-0.002518722 |-1.9758e-07 | 2.9055e-05 | -4.9998e-05 | 4.9995e-05 | - | "Diff. - TOF" | 12748 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 12748 | 199387 | 15.641 | 70.468 | 1.4557e-06 | 2067.2 | - | "Original - TOF" | 12748 | 1869 | 0.14661 | 0.61534 | 0.0000 | 40.000 | - | "Unpacked - Energy" | 12748 | 199387 | 15.641 | 70.468 | 0.0000 | 2067.2 | - | "Unpacked - TOF" | 12748 | 1869 | 0.14661 | 0.61534 | 0.0000 | 40.000 | + | "Diff. - Energy" | 12348 |-0.003926496 |-3.1799e-07 | 2.8849e-05 | -4.9995e-05 | 4.9997e-05 | + | "Diff. - TOF" | 12348 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 12348 | 186501.6 | 15.104 | 67.934 | 5.0921e-06 | 2309.6 | + | "Original - TOF" | 12348 | 1895 | 0.15347 | 0.47211 | 0.0000 | 18.000 | + | "Unpacked - Energy" | 12348 | 186501.6 | 15.104 | 67.934 | 0.0000 | 2309.6 | + | "Unpacked - TOF" | 12348 | 1895 | 0.15347 | 0.47211 | 0.0000 | 18.000 | UnpackHcalHitsPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1788 | 1788.0 | 0.0000 | 1788.0 | 1788.0 | + | "# UnPackedData" | 1 | 1895 | 1895.0 | 0.0000 | 1895.0 | 1895.0 | CheckHcalHitsPrev SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1788 |-0.002362119 |-1.3211e-06 | 2.8757e-05 | -4.9990e-05 | 4.9809e-05 | - | "Diff. - TOF" | 1788 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1788 | 14442.89 | 8.0777 | 24.980 | 0.00021603 | 530.15 | - | "Original - TOF" | 1788 | 319 | 0.17841 | 0.56565 | -1.0000 | 10.000 | - | "Unpacked - Energy" | 1788 | 14442.89 | 8.0777 | 24.980 | 0.00020000 | 530.15 | - | "Unpacked - TOF" | 1788 | 319 | 0.17841 | 0.56565 | -1.0000 | 10.000 | + | "Diff. - Energy" | 1895 |0.0004633254 | 2.4450e-07 | 2.9385e-05 | -4.9948e-05 | 4.9907e-05 | + | "Diff. - TOF" | 1895 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1895 | 20669.24 | 10.907 | 37.458 | 4.8623e-05 | 544.35 | + | "Original - TOF" | 1895 | 380 | 0.20053 | 0.47624 | -1.0000 | 3.0000 | + | "Unpacked - Energy" | 1895 | 20669.24 | 10.907 | 37.458 | 0.0000 | 544.35 | + | "Unpacked - TOF" | 1895 | 380 | 0.20053 | 0.47624 | -1.0000 | 3.0000 | UnpackMuonHitsPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 176 | 176.00 | 0.0000 | 176.00 | 176.00 | + | "# UnPackedData" | 1 | 194 | 194.00 | 0.0000 | 194.00 | 194.00 | CheckMuonHitsPrev SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 176 |-9.91423e-07 |-5.6331e-09 | 2.9601e-07 | -4.9724e-07 | 4.9042e-07 | - | "Diff. - Displacement y" | 176 |6.796517e-07 | 3.8617e-09 | 2.8794e-07 | -4.9934e-07 | 4.9888e-07 | - | "Diff. - Displacement z" | 176 |1.678612e-06 | 9.5376e-09 | 2.7809e-07 | -4.9180e-07 | 4.9802e-07 | - | "Diff. - Energy" | 176 |-1.115776e-05 |-6.3396e-08 | 5.6710e-07 | -9.9322e-07 | 9.5242e-07 | - | "Diff. - Entry Point x" | 176 |-0.0003877238 |-2.2030e-06 | 2.7712e-05 | -4.9925e-05 | 4.9372e-05 | - | "Diff. - Entry Point y" | 176 |-0.0003088391 |-1.7548e-06 | 2.9587e-05 | -4.9090e-05 | 4.9428e-05 | - | "Diff. - Entry Point z" | 176 |-0.0005198693 |-2.9538e-06 | 2.8474e-05 | -4.8851e-05 | 4.9828e-05 | - | "Diff. - Parent |P|" | 176 |-0.01115922 |-6.3405e-05 | 0.0029039 | -0.0049984 | 0.0049747 | - | "Diff. - TOF" | 176 |-5.99554e-06 |-3.4066e-08 | 2.9365e-06 | -4.8387e-06 | 4.9379e-06 | - | "Original - Displacement x" | 176 | 243.6474 | 1.3844 | 8.5908 | -6.5681 | 60.992 | - | "Original - Displacement y" | 176 | -106.2063 | -0.60344 | 6.5609 | -41.697 | 19.619 | - | "Original - Displacement z" | 176 | 771.8699 | 4.3856 | 2.2390 | -5.0089 | 5.0707 | - | "Original - Energy" | 176 | 0.4834748 | 0.0027470 | 0.0040973 | 0.00016173 | 0.029401 | - | "Original - Entry Point x" | 176 | -84621.33 | -480.80 | 1365.9 | -4689.8 | 2924.6 | - | "Original - Entry Point y" | 176 | 22478.35 | 127.72 | 1624.1 | -3920.8 | 4018.7 | - | "Original - Entry Point z" | 176 | 2728857 | 15505. | 567.42 | 15094. | 17739. | - | "Original - Parent |P|" | 176 | 75018.61 | 426.24 | 511.84 | 1.4469 | 2151.1 | - | "Original - TOF" | 176 | 9526.686 | 54.129 | 4.9502 | 50.772 | 82.580 | - | "Unpacked - Displacement x" | 176 | 243.6474 | 1.3844 | 8.5908 | -6.5681 | 60.992 | - | "Unpacked - Displacement y" | 176 | -106.2063 | -0.60344 | 6.5609 | -41.697 | 19.619 | - | "Unpacked - Displacement z" | 176 | 771.8699 | 4.3856 | 2.2390 | -5.0089 | 5.0707 | - | "Unpacked - Energy" | 176 | 0.483486 | 0.0027471 | 0.0040973 | 0.00016200 | 0.029402 | - | "Unpacked - Entry Point x" | 176 | -84621.33 | -480.80 | 1365.9 | -4689.8 | 2924.6 | - | "Unpacked - Entry Point y" | 176 | 22478.35 | 127.72 | 1624.1 | -3920.8 | 4018.7 | - | "Unpacked - Entry Point z" | 176 | 2728857 | 15505. | 567.42 | 15094. | 17739. | - | "Unpacked - Parent |P|" | 176 | 75018.62 | 426.24 | 511.84 | 1.4500 | 2151.1 | - | "Unpacked - TOF" | 176 | 9526.686 | 54.129 | 4.9502 | 50.772 | 82.580 | + | "Diff. - Displacement x" | 194 |6.662977e-07 | 3.4345e-09 | 2.9933e-07 | -4.9626e-07 | 4.9326e-07 | + | "Diff. - Displacement y" | 194 |-1.739659e-06 |-8.9673e-09 | 2.8513e-07 | -4.9893e-07 | 4.9747e-07 | + | "Diff. - Displacement z" | 194 |2.997112e-06 | 1.5449e-08 | 2.8537e-07 | -4.9701e-07 | 4.9981e-07 | + | "Diff. - Energy" | 194 |-8.958642e-06 |-4.6179e-08 | 5.8218e-07 | -9.9494e-07 | 9.9902e-07 | + | "Diff. - Entry Point x" | 194 |-8.263084e-05 |-4.2593e-07 | 2.9957e-05 | -4.9605e-05 | 4.9816e-05 | + | "Diff. - Entry Point y" | 194 |-0.0001931393 |-9.9556e-07 | 2.9384e-05 | -4.9956e-05 | 4.9691e-05 | + | "Diff. - Entry Point z" | 194 |0.0002570772 | 1.3251e-06 | 2.7641e-05 | -4.9652e-05 | 4.9901e-05 | + | "Diff. - Parent |P|" | 194 | -0.0104354 |-5.3791e-05 | 0.0028153 | -0.0049314 | 0.0049791 | + | "Diff. - TOF" | 194 |2.18995e-05 | 1.1288e-07 | 3.0231e-06 | -4.9911e-06 | 4.9368e-06 | + | "Original - Displacement x" | 194 | 244.2724 | 1.2591 | 8.8974 | -18.116 | 100.29 | + | "Original - Displacement y" | 194 | -56.0572 | -0.28895 | 10.186 | -119.46 | 24.309 | + | "Original - Displacement z" | 194 | 815.4446 | 4.2033 | 2.5033 | -5.0330 | 5.0876 | + | "Original - Energy" | 194 | 0.605903 | 0.0031232 | 0.0046531 | 0.00017387 | 0.038242 | + | "Original - Entry Point x" | 194 | -77927.64 | -401.69 | 1620.9 | -4814.9 | 4723.1 | + | "Original - Entry Point y" | 194 | -36440.1 | -187.84 | 1250.8 | -4062.7 | 2658.2 | + | "Original - Entry Point z" | 194 | 3054400 | 15744. | 966.74 | 15094. | 19016. | + | "Original - Parent |P|" | 194 | 277200.8 | 1428.9 | 2711.2 | 1.4788 | 11904. | + | "Original - TOF" | 194 | 10629.46 | 54.791 | 4.2711 | 50.390 | 74.515 | + | "Unpacked - Displacement x" | 194 | 244.2724 | 1.2591 | 8.8974 | -18.116 | 100.29 | + | "Unpacked - Displacement y" | 194 | -56.0572 | -0.28895 | 10.186 | -119.46 | 24.309 | + | "Unpacked - Displacement z" | 194 | 815.4446 | 4.2033 | 2.5033 | -5.0330 | 5.0876 | + | "Unpacked - Energy" | 194 | 0.605912 | 0.0031233 | 0.0046531 | 0.00017400 | 0.038242 | + | "Unpacked - Entry Point x" | 194 | -77927.64 | -401.69 | 1620.9 | -4814.9 | 4723.1 | + | "Unpacked - Entry Point y" | 194 | -36440.1 | -187.84 | 1250.8 | -4062.7 | 2658.2 | + | "Unpacked - Entry Point z" | 194 | 3054400 | 15744. | 966.74 | 15094. | 19016. | + | "Unpacked - Parent |P|" | 194 | 277200.8 | 1428.9 | 2711.2 | 1.4800 | 11904. | + | "Unpacked - TOF" | 194 | 10629.46 | 54.791 | 4.2711 | 50.390 | 74.515 | NextEventGaussSim SUCCESS ================================================================== NextEventGaussSim SUCCESS 1 events processed NextEventGaussSim SUCCESS ================================================================== GetRichHitsNext INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsNext INFO Av. # MCRichHits : Rich1 = 3903.00 +-62.47 (100.00 +-0.00%) Rich2 = 1095.00 +-33.09 (100.00 +-0.00%) -GetRichHitsNext INFO Av. # Invalid radiator hits : Rich1 = 12.00 +- 3.46 ( 0.31 +-0.09%) Rich2 = 6.00 +- 2.45 ( 0.55 +-0.22%) -GetRichHitsNext INFO Av. # Signal Hits : Rich1 = 2877.00 +-53.64 ( 73.71 +-0.70%) Rich2 = 678.00 +-26.04 ( 61.92 +-1.47%) -GetRichHitsNext INFO Av. # Gas Quartz CK hits : Rich1 = 682.00 +-26.12 ( 17.47 +-0.61%) Rich2 = 141.00 +-11.87 ( 12.88 +-1.01%) +GetRichHitsNext INFO Av. # MCRichHits : Rich1 = 3713.00 +-60.93 (100.00 +-0.00%) Rich2 = 1071.00 +-32.73 (100.00 +-0.00%) +GetRichHitsNext INFO Av. # Invalid radiator hits : Rich1 = 14.00 +- 3.74 ( 0.38 +-0.10%) Rich2 = 8.00 +- 2.83 ( 0.75 +-0.26%) +GetRichHitsNext INFO Av. # Signal Hits : Rich1 = 3116.00 +-55.82 ( 83.92 +-0.60%) Rich2 = 662.00 +-25.73 ( 61.81 +-1.48%) +GetRichHitsNext INFO Av. # Gas Quartz CK hits : Rich1 = 395.00 +-19.87 ( 10.64 +-0.51%) Rich2 = 195.00 +-13.96 ( 18.21 +-1.18%) GetRichHitsNext INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Nitrogen CK hits : Rich1 = 22.00 +- 4.69 ( 0.56 +-0.12%) Rich2 = 2.00 +- 1.41 ( 0.18 +-0.13%) +GetRichHitsNext INFO Av. # Nitrogen CK hits : Rich1 = 21.00 +- 4.58 ( 0.57 +-0.12%) Rich2 = 4.00 +- 2.00 ( 0.37 +-0.19%) GetRichHitsNext INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Charged Track hits : Rich1 = 12.00 +- 3.46 ( 0.31 +-0.09%) Rich2 = 6.00 +- 2.45 ( 0.55 +-0.22%) -GetRichHitsNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 100.00 +-10.00 ( 9.13 +-0.87%) +GetRichHitsNext INFO Av. # Charged Track hits : Rich1 = 14.00 +- 3.74 ( 0.38 +-0.10%) Rich2 = 8.00 +- 2.83 ( 0.75 +-0.26%) +GetRichHitsNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 110.00 +-10.49 ( 10.27 +-0.93%) GetRichHitsNext INFO Av. # All HPD reflection hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Signal CK MCRichHits C4F10 = 2877.00 +-53.64 ( 73.71 +-0.70%) CF4 = 678.00 +-26.04 ( 61.92 +-1.47%) +GetRichHitsNext INFO Av. # Signal CK MCRichHits C4F10 = 3116.00 +-55.82 ( 83.92 +-0.60%) CF4 = 662.00 +-25.73 ( 61.81 +-1.48%) GetRichHitsNext INFO Av. # MCParticle-less hits C4F10 = 0.00 +- 0.00 ( 0.00 +-0.00%) CF4 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 2877.00 +- 53.64 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 778.00 +- 27.89 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 823.00 +- 28.69 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Nitrogen = 24.00 +- 4.90 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : PMTQuartzWin = 478.00 +- 21.86 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : Rich1Gas = 126.00 +- 11.22 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : Rich2Gas = 95.00 +- 9.75 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : GasQuartzWin = 87.00 +- 9.33 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : Nitrogen = 7.00 +- 2.65 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : PMTQuartzWin = 24.00 +- 4.90 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 3116.00 +- 55.82 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 772.00 +- 27.78 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 590.00 +- 24.29 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Nitrogen = 25.00 +- 5.00 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : PMTQuartzWin = 259.00 +- 16.09 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : Rich1Gas = 123.00 +- 11.09 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : Rich2Gas = 93.00 +- 9.64 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : GasQuartzWin = 64.00 +- 8.00 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : Nitrogen = 9.00 +- 3.00 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : PMTQuartzWin = 16.00 +- 4.00 / event GetRichTracksNext INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVPHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2133 | 2133.0 | 0.0000 | 2133.0 | 2133.0 | + | "# PackedData" | 1 | 2157 | 2157.0 | 0.0000 | 2157.0 | 2157.0 | MCUTHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1156 | 1156.0 | 0.0000 | 1156.0 | 1156.0 | + | "# PackedData" | 1 | 942 | 942.00 | 0.0000 | 942.00 | 942.00 | MCFTHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1796 | 1796.0 | 0.0000 | 1796.0 | 1796.0 | + | "# PackedData" | 1 | 1687 | 1687.0 | 0.0000 | 1687.0 | 1687.0 | MCMuonHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 74 | 74.000 | 0.0000 | 74.000 | 74.000 | + | "# PackedData" | 1 | 84 | 84.000 | 0.0000 | 84.000 | 84.000 | MCEcalHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 5089 | 5089.0 | 0.0000 | 5089.0 | 5089.0 | + | "# PackedData" | 1 | 4976 | 4976.0 | 0.0000 | 4976.0 | 4976.0 | MCHcalHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 832 | 832.00 | 0.0000 | 832.00 | 832.00 | + | "# PackedData" | 1 | 842 | 842.00 | 0.0000 | 842.00 | 842.00 | MCRichHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 4998 | 4998.0 | 0.0000 | 4998.0 | 4998.0 | + | "# PackedData" | 1 | 4784 | 4784.0 | 0.0000 | 4784.0 | 4784.0 | MCRichOpPhotPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 4980 | 4980.0 | 0.0000 | 4980.0 | 4980.0 | + | "# PackedData" | 1 | 4762 | 4762.0 | 0.0000 | 4762.0 | 4762.0 | MCRichSegmentPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 339 | 339.00 | 0.0000 | 339.00 | 339.00 | + | "# PackedData" | 1 | 305 | 305.00 | 0.0000 | 305.00 | 305.00 | MCRichTrackPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 265 | 265.00 | 0.0000 | 265.00 | 265.00 | + | "# PackedData" | 1 | 246 | 246.00 | 0.0000 | 246.00 | 246.00 | VPGaussMoniNext INFO ------------------------------------------------------ VPGaussMoniNext INFO - VPGaussMoni table - VPGaussMoniNext INFO ------------------------------------------------------ -VPGaussMoniNext INFO Number of MCHits/Event: 2133+/-0 +VPGaussMoniNext INFO Number of MCHits/Event: 2157+/-0 VPGaussMoniNext INFO ------------------------------------------------------ UTHitMonitorNext INFO *** Summary *** -UTHitMonitorNext INFO #hits per event: 1156 -UTHitMonitorNext INFO Mean beta * gamma: 734.016 -UTHitMonitorNext INFO Most Probable deposited charge: 0.07591 -UTHitMonitorNext INFO Half Sample width 0.0284535 +UTHitMonitorNext INFO #hits per event: 942 +UTHitMonitorNext INFO Mean beta * gamma: 711.696 +UTHitMonitorNext INFO Most Probable deposited charge: 0.0731079 +UTHitMonitorNext INFO Half Sample width 0.0249252 UTHitMonitorNext SUCCESS Booked 7 Histogram(s) : 1D=7 UTHitMonitorNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 163 | 163 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1156 | 848522.2 | 734.02 | 3257.5 | 0.0033278 | 46449. | - | "numberHits" | 1 | 1156 | 1156.0 | 0.0000 | 1156.0 | 1156.0 | + | "DeltaRay" | 70 | 70 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 942 | 670417.7 | 711.70 | 2303.9 | 0.67743 | 32354. | + | "numberHits" | 1 | 942 | 942.00 | 0.0000 | 942.00 | 942.00 | FTHitMonitorNext INFO *** Summary *** -FTHitMonitorNext INFO #hits per event: 1796 -FTHitMonitorNext INFO Mean beta * gamma: 778.177 -FTHitMonitorNext INFO Most Probable deposited charge: 0.236316 -FTHitMonitorNext INFO Half Sample width 0.0796647 +FTHitMonitorNext INFO #hits per event: 1687 +FTHitMonitorNext INFO Mean beta * gamma: 1079.42 +FTHitMonitorNext INFO Most Probable deposited charge: 0.236672 +FTHitMonitorNext INFO Half Sample width 0.0712802 FTHitMonitorNext SUCCESS Booked 9 Histogram(s) : 1D=9 FTHitMonitorNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 115 | 115 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1796 | 1397606 | 778.18 | 2524.2 | 0.0055759 | 18928. | - | "numberHits" | 1 | 1796 | 1796.0 | 0.0000 | 1796.0 | 1796.0 | + | "DeltaRay" | 121 | 121 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1687 | 1820987 | 1079.4 | 4357.0 | 0.010128 | 32354. | + | "numberHits" | 1 | 1687 | 1687.0 | 0.0000 | 1687.0 | 1687.0 | EcalMonitorNext SUCCESS Booked 19 Histogram(s) : 1D=19 HcalMonitorNext SUCCESS Booked 16 Histogram(s) : 1D=16 MuonHitCheckerNext INFO ----------------------------------------------------------------- MuonHitCheckerNext INFO Muon Monitoring Table MuonHitCheckerNext INFO ----------------------------------------------------------------- MuonHitCheckerNext INFO M1 M2 M3 M4 M5 -MuonHitCheckerNext INFO 41.000 8.000 4.000 14.000 0.000 R1 -MuonHitCheckerNext INFO 66.000 15.000 10.000 5.000 0.000 R2 -MuonHitCheckerNext INFO 22.000 5.000 4.000 5.000 0.000 R3 -MuonHitCheckerNext INFO 25.000 12.000 8.000 6.000 0.000 R4 +MuonHitCheckerNext INFO 32.000 15.000 8.000 14.000 0.000 R1 +MuonHitCheckerNext INFO 17.000 15.000 4.000 10.000 0.000 R2 +MuonHitCheckerNext INFO 15.000 5.000 6.000 4.000 0.000 R3 +MuonHitCheckerNext INFO 40.000 0.000 0.000 0.000 0.000 R4 MuonHitCheckerNext INFO ----------------------------------------------------------------- MuonHitCheckerNext INFO ------- Integrated over regions --------------------------- MuonHitCheckerNext INFO ----------------------------------------------------------------- -MuonHitCheckerNext INFO 154.000 40.000 26.000 30.000 0.000 allR +MuonHitCheckerNext INFO 104.000 35.000 18.000 28.000 0.000 allR MuonHitCheckerNext INFO number of hits generated outside gaps volume 0 UnpackVPHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2133 | 2133.0 | 0.0000 | 2133.0 | 2133.0 | + | "# UnPackedData" | 1 | 2157 | 2157.0 | 0.0000 | 2157.0 | 2157.0 | CheckVPHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 2133 |-1.580256e-06 |-7.4086e-10 | 2.8990e-07 | -4.9911e-07 | 4.9954e-07 | - | "Diff. - Displacement y" | 2133 |-1.116749e-05 |-5.2356e-09 | 2.9142e-07 | -4.9975e-07 | 4.9997e-07 | - | "Diff. - Displacement z" | 2133 |-1.076499e-06 |-5.0469e-10 | 5.7983e-08 | -4.8036e-07 | 4.8036e-07 | - | "Diff. - Energy" | 2133 |-1.015121e-05 |-4.7591e-09 | 5.6721e-07 | -9.9988e-07 | 9.9784e-07 | - | "Diff. - Entry Point x" | 2133 |0.0003146566 | 1.4752e-07 | 2.8829e-05 | -5.0000e-05 | 4.9956e-05 | - | "Diff. - Entry Point y" | 2133 |-0.002467507 |-1.1568e-06 | 2.9116e-05 | -4.9975e-05 | 4.9965e-05 | - | "Diff. - Entry Point z" | 2133 |0.000235327 | 1.1033e-07 | 4.7434e-06 | -4.8659e-05 | 4.7666e-05 | - | "Diff. - Parent |P|" | 2133 | -0.1087832 |-5.1000e-05 | 0.0028908 | -0.0049860 | 0.0049872 | - | "Diff. - TOF" | 2133 |0.0001627304 | 7.6292e-08 | 2.8666e-06 | -4.9983e-06 | 4.9979e-06 | - | "Original - Displacement x" | 2133 | 0.9120174 | 0.00042757 | 0.071593 | -0.96343 | 0.70547 | - | "Original - Displacement y" | 2133 | -6.568823 | -0.0030796 | 0.069968 | -1.0018 | 0.72763 | - | "Original - Displacement z" | 2133 | 107.8973 | 0.050585 | 0.19090 | -0.20000 | 0.20000 | - | "Original - Energy" | 2133 | 237.8422 | 0.11151 | 0.30812 | 0.00017014 | 6.0776 | - | "Original - Entry Point x" | 2133 | -1883.615 | -0.88308 | 14.237 | -46.591 | 45.773 | - | "Original - Entry Point y" | 2133 | -4163.721 | -1.9520 | 15.020 | -46.387 | 49.417 | - | "Original - Entry Point z" | 2133 | 204924.7 | 96.073 | 261.97 | -288.18 | 750.48 | - | "Original - Parent |P|" | 2133 |1.444283e+07 | 6771.1 | 10939. | 1.4278 | 1.0720e+05 | - | "Original - TOF" | 2133 | 1632.507 | 0.76536 | 0.57666 | 0.017416 | 2.7682 | - | "Unpacked - Displacement x" | 2133 | 0.912019 | 0.00042758 | 0.071593 | -0.96343 | 0.70547 | - | "Unpacked - Displacement y" | 2133 | -6.568812 | -0.0030796 | 0.069968 | -1.0018 | 0.72763 | - | "Unpacked - Displacement z" | 2133 | 107.8973 | 0.050585 | 0.19090 | -0.20000 | 0.20000 | - | "Unpacked - Energy" | 2133 | 237.8422 | 0.11151 | 0.30812 | 0.00017000 | 6.0776 | - | "Unpacked - Entry Point x" | 2133 | -1883.615 | -0.88308 | 14.237 | -46.591 | 45.773 | - | "Unpacked - Entry Point y" | 2133 | -4163.718 | -1.9520 | 15.020 | -46.387 | 49.417 | - | "Unpacked - Entry Point z" | 2133 | 204924.7 | 96.073 | 261.97 | -288.18 | 750.48 | - | "Unpacked - Parent |P|" | 2133 |1.444283e+07 | 6771.1 | 10939. | 1.4300 | 1.0720e+05 | - | "Unpacked - TOF" | 2133 | 1632.506 | 0.76536 | 0.57666 | 0.017420 | 2.7682 | + | "Diff. - Displacement x" | 2157 |-2.035915e-06 |-9.4386e-10 | 2.8361e-07 | -4.9933e-07 | 4.9962e-07 | + | "Diff. - Displacement y" | 2157 |2.348059e-05 | 1.0886e-08 | 2.8517e-07 | -4.9896e-07 | 4.9947e-07 | + | "Diff. - Displacement z" | 2157 |-8.134962e-07 |-3.7714e-10 | 5.2337e-08 | -4.8193e-07 | 4.5064e-07 | + | "Diff. - Energy" | 2157 |-3.792124e-06 |-1.7581e-09 | 5.7276e-07 | -9.9709e-07 | 9.9932e-07 | + | "Diff. - Entry Point x" | 2157 |0.002743979 | 1.2721e-06 | 2.8936e-05 | -4.9871e-05 | 4.9998e-05 | + | "Diff. - Entry Point y" | 2157 |-0.000801114 |-3.7140e-07 | 2.9078e-05 | -4.9868e-05 | 4.9958e-05 | + | "Diff. - Entry Point z" | 2157 |0.0004097412 | 1.8996e-07 | 5.2134e-06 | -4.9660e-05 | 4.4932e-05 | + | "Diff. - Parent |P|" | 2157 | 0.07112293 | 3.2973e-05 | 0.0028809 | -0.0049967 | 0.0050000 | + | "Diff. - TOF" | 2157 |-0.0001732233 |-8.0307e-08 | 2.8252e-06 | -4.9976e-06 | 4.9982e-06 | + | "Original - Displacement x" | 2157 | 0.801614 | 0.00037163 | 0.066518 | -0.96001 | 0.70119 | + | "Original - Displacement y" | 2157 | -0.8741005 |-0.00040524 | 0.061838 | -0.57878 | 0.72058 | + | "Original - Displacement z" | 2157 | 120.4485 | 0.055841 | 0.18965 | -0.20000 | 0.20000 | + | "Original - Energy" | 2157 | 210.9947 | 0.097819 | 0.28906 | 0.0011279 | 10.650 | + | "Original - Entry Point x" | 2157 | -2283.619 | -1.0587 | 14.629 | -46.755 | 45.775 | + | "Original - Entry Point y" | 2157 | -1280.848 | -0.59381 | 14.923 | -46.659 | 49.383 | + | "Original - Entry Point z" | 2157 | 246082.2 | 114.09 | 277.26 | -287.98 | 750.48 | + | "Original - Parent |P|" | 2157 |1.499569e+07 | 6952.1 | 11080. | 1.4898 | 1.0720e+05 | + | "Original - TOF" | 2157 | 1782.869 | 0.82655 | 0.64726 | 0.017416 | 2.7685 | + | "Unpacked - Displacement x" | 2157 | 0.801616 | 0.00037163 | 0.066518 | -0.96001 | 0.70119 | + | "Unpacked - Displacement y" | 2157 | -0.874124 |-0.00040525 | 0.061838 | -0.57878 | 0.72058 | + | "Unpacked - Displacement z" | 2157 | 120.4485 | 0.055841 | 0.18965 | -0.20000 | 0.20000 | + | "Unpacked - Energy" | 2157 | 210.9947 | 0.097819 | 0.28906 | 0.0011280 | 10.650 | + | "Unpacked - Entry Point x" | 2157 | -2283.622 | -1.0587 | 14.629 | -46.755 | 45.775 | + | "Unpacked - Entry Point y" | 2157 | -1280.847 | -0.59381 | 14.923 | -46.659 | 49.383 | + | "Unpacked - Entry Point z" | 2157 | 246082.2 | 114.09 | 277.26 | -287.98 | 750.48 | + | "Unpacked - Parent |P|" | 2157 |1.499569e+07 | 6952.1 | 11080. | 1.4900 | 1.0720e+05 | + | "Unpacked - TOF" | 2157 | 1782.87 | 0.82655 | 0.64726 | 0.017420 | 2.7685 | UnpackUTHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1156 | 1156.0 | 0.0000 | 1156.0 | 1156.0 | + | "# UnPackedData" | 1 | 942 | 942.00 | 0.0000 | 942.00 | 942.00 | CheckUTHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1156 |1.451511e-06 | 1.2556e-09 | 2.8694e-07 | -4.9903e-07 | 4.9980e-07 | - | "Diff. - Displacement y" | 1156 |-1.325126e-05 |-1.1463e-08 | 2.8700e-07 | -4.9942e-07 | 4.9888e-07 | - | "Diff. - Displacement z" | 1156 |7.211815e-07 | 6.2386e-10 | 7.6574e-08 | -4.6182e-07 | 4.9464e-07 | - | "Diff. - Energy" | 1156 |-9.651811e-06 |-8.3493e-09 | 5.7993e-07 | -9.9677e-07 | 9.9996e-07 | - | "Diff. - Entry Point x" | 1156 |0.0001646738 | 1.4245e-07 | 2.8782e-05 | -4.9954e-05 | 4.9974e-05 | - | "Diff. - Entry Point y" | 1156 |-0.0002851149 |-2.4664e-07 | 2.9000e-05 | -4.9858e-05 | 4.9982e-05 | - | "Diff. - Entry Point z" | 1156 |-0.0001502403 |-1.2997e-07 | 6.4369e-06 | -4.5926e-05 | 4.6893e-05 | - | "Diff. - Parent |P|" | 1156 | -0.1570396 |-0.00013585 | 0.0027993 | -0.0049956 | 0.0049989 | - | "Diff. - TOF" | 1156 |0.0001245444 | 1.0774e-07 | 2.9051e-06 | -4.9986e-06 | 4.9931e-06 | - | "Original - Displacement x" | 1156 | 10.3718 | 0.0089721 | 0.35731 | -5.5220 | 4.3124 | - | "Original - Displacement y" | 1156 | 4.50555 | 0.0038975 | 0.20060 | -1.2368 | 3.6719 | - | "Original - Displacement z" | 1156 | 166.7693 | 0.14426 | 0.19636 | -0.25000 | 0.25000 | - | "Original - Energy" | 1156 | 155.7758 | 0.13475 | 0.19695 | 0.0032632 | 2.7465 | - | "Original - Entry Point x" | 1156 | 8320.771 | 7.1979 | 355.82 | -866.39 | 861.82 | - | "Original - Entry Point y" | 1156 | -17912.37 | -15.495 | 277.71 | -669.99 | 673.16 | - | "Original - Entry Point z" | 1156 | 2891825 | 2501.6 | 136.10 | 2320.2 | 2649.8 | - | "Original - Parent |P|" | 1156 | 2702671 | 2338.0 | 5481.7 | 1.4607 | 59499. | - | "Original - TOF" | 1156 | 13030.69 | 11.272 | 4.8805 | 7.4544 | 35.169 | - | "Unpacked - Displacement x" | 1156 | 10.3718 | 0.0089721 | 0.35731 | -5.5220 | 4.3124 | - | "Unpacked - Displacement y" | 1156 | 4.505563 | 0.0038975 | 0.20060 | -1.2368 | 3.6719 | - | "Unpacked - Displacement z" | 1156 | 166.7693 | 0.14426 | 0.19636 | -0.25000 | 0.25000 | - | "Unpacked - Energy" | 1156 | 155.7759 | 0.13475 | 0.19695 | 0.0032640 | 2.7465 | - | "Unpacked - Entry Point x" | 1156 | 8320.771 | 7.1979 | 355.82 | -866.39 | 861.82 | - | "Unpacked - Entry Point y" | 1156 | -17912.37 | -15.495 | 277.71 | -669.99 | 673.16 | - | "Unpacked - Entry Point z" | 1156 | 2891825 | 2501.6 | 136.10 | 2320.2 | 2649.8 | - | "Unpacked - Parent |P|" | 1156 | 2702671 | 2338.0 | 5481.7 | 1.4600 | 59499. | - | "Unpacked - TOF" | 1156 | 13030.69 | 11.272 | 4.8805 | 7.4544 | 35.169 | + | "Diff. - Displacement x" | 942 |-1.79435e-06 |-1.9048e-09 | 2.9341e-07 | -4.9986e-07 | 4.9944e-07 | + | "Diff. - Displacement y" | 942 |8.685578e-06 | 9.2204e-09 | 2.8899e-07 | -4.9966e-07 | 4.9946e-07 | + | "Diff. - Displacement z" | 942 |4.902689e-07 | 5.2046e-10 | 5.6752e-08 | -4.7265e-07 | 4.7265e-07 | + | "Diff. - Energy" | 942 |1.18259e-05 | 1.2554e-08 | 5.7811e-07 | -9.9853e-07 | 9.9413e-07 | + | "Diff. - Entry Point x" | 942 |0.001620844 | 1.7206e-06 | 2.8403e-05 | -4.9906e-05 | 4.9949e-05 | + | "Diff. - Entry Point y" | 942 |0.0006646362 | 7.0556e-07 | 2.8763e-05 | -4.9874e-05 | 4.9887e-05 | + | "Diff. - Entry Point z" | 942 |9.910786e-06 | 1.0521e-08 | 3.6761e-06 | -4.2332e-05 | 4.4254e-05 | + | "Diff. - Parent |P|" | 942 |-0.06178768 |-6.5592e-05 | 0.0028855 | -0.0049890 | 0.0049933 | + | "Diff. - TOF" | 942 |5.426179e-05 | 5.7603e-08 | 2.8698e-06 | -4.9901e-06 | 4.9999e-06 | + | "Original - Displacement x" | 942 | -0.2790518 |-0.00029623 | 0.16791 | -1.9536 | 0.89901 | + | "Original - Displacement y" | 942 | -3.558775 | -0.0037779 | 0.10599 | -1.0053 | 0.67612 | + | "Original - Displacement z" | 942 | 172.3634 | 0.18298 | 0.16495 | -0.25000 | 0.25000 | + | "Original - Energy" | 942 | 102.5556 | 0.10887 | 0.096173 | 0.0036452 | 1.2966 | + | "Original - Entry Point x" | 942 | -7453.735 | -7.9127 | 300.05 | -858.36 | 861.53 | + | "Original - Entry Point y" | 942 | 19986.64 | 21.217 | 276.62 | -669.84 | 674.01 | + | "Original - Entry Point z" | 942 | 2345828 | 2490.3 | 137.40 | 2320.2 | 2649.8 | + | "Original - Parent |P|" | 942 | 2851573 | 3027.1 | 6794.4 | 1.4238 | 59498. | + | "Original - TOF" | 942 | 9350.461 | 9.9262 | 4.0312 | 7.4597 | 38.025 | + | "Unpacked - Displacement x" | 942 | -0.27905 |-0.00029623 | 0.16791 | -1.9536 | 0.89902 | + | "Unpacked - Displacement y" | 942 | -3.558784 | -0.0037779 | 0.10599 | -1.0053 | 0.67612 | + | "Unpacked - Displacement z" | 942 | 172.3634 | 0.18298 | 0.16495 | -0.25000 | 0.25000 | + | "Unpacked - Energy" | 942 | 102.5556 | 0.10887 | 0.096173 | 0.0036460 | 1.2966 | + | "Unpacked - Entry Point x" | 942 | -7453.736 | -7.9127 | 300.05 | -858.36 | 861.53 | + | "Unpacked - Entry Point y" | 942 | 19986.64 | 21.217 | 276.62 | -669.84 | 674.01 | + | "Unpacked - Entry Point z" | 942 | 2345828 | 2490.3 | 137.40 | 2320.2 | 2649.8 | + | "Unpacked - Parent |P|" | 942 | 2851573 | 3027.1 | 6794.4 | 1.4200 | 59498. | + | "Unpacked - TOF" | 942 | 9350.461 | 9.9262 | 4.0312 | 7.4597 | 38.025 | UnpackFTHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1796 | 1796.0 | 0.0000 | 1796.0 | 1796.0 | + | "# UnPackedData" | 1 | 1687 | 1687.0 | 0.0000 | 1687.0 | 1687.0 | CheckFTHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1796 |-4.679024e-06 |-2.6052e-09 | 2.8921e-07 | -4.9999e-07 | 4.9780e-07 | - | "Diff. - Displacement y" | 1796 |-1.180482e-05 |-6.5728e-09 | 2.9014e-07 | -4.9945e-07 | 4.9965e-07 | - | "Diff. - Displacement z" | 1796 |1.446921e-05 | 8.0564e-09 | 2.8833e-07 | -4.9878e-07 | 4.9988e-07 | - | "Diff. - Energy" | 1796 |-6.421345e-06 |-3.5754e-09 | 5.6562e-07 | -9.9934e-07 | 9.9838e-07 | - | "Diff. - Entry Point x" | 1796 |-0.001118606 |-6.2283e-07 | 2.8882e-05 | -4.9973e-05 | 4.9904e-05 | - | "Diff. - Entry Point y" | 1796 |0.001012766 | 5.6390e-07 | 2.8894e-05 | -4.9991e-05 | 4.9994e-05 | - | "Diff. - Entry Point z" | 1796 |-0.001068358 |-5.9485e-07 | 2.9137e-05 | -4.9987e-05 | 4.9986e-05 | - | "Diff. - Parent |P|" | 1796 | -0.1495192 |-8.3251e-05 | 0.0029015 | -0.0049957 | 0.0049986 | - | "Diff. - TOF" | 1796 |-3.855424e-05 |-2.1467e-08 | 2.8754e-06 | -4.9899e-06 | 4.9998e-06 | - | "Original - Displacement x" | 1796 | -39.33696 | -0.021903 | 0.89426 | -6.1660 | 11.372 | - | "Original - Displacement y" | 1796 | -3.034568 | -0.0016896 | 0.62813 | -6.2470 | 7.6061 | - | "Original - Displacement z" | 1796 | 1818.672 | 1.0126 | 0.72336 | -1.3225 | 1.3130 | - | "Original - Energy" | 1796 | 772.0028 | 0.42985 | 0.66574 | 8.1282e-05 | 9.4010 | - | "Original - Entry Point x" | 1796 | -213879.2 | -119.09 | 1216.6 | -3247.8 | 2979.1 | - | "Original - Entry Point y" | 1796 | 21612.86 | 12.034 | 775.03 | -2414.7 | 2419.5 | - | "Original - Entry Point z" | 1796 |1.552803e+07 | 8645.9 | 564.78 | 7819.4 | 9411.0 | - | "Original - Parent |P|" | 1796 | 9401904 | 5234.9 | 8787.0 | 1.4364 | 59479. | - | "Original - TOF" | 1796 | 58555.15 | 32.603 | 14.403 | 25.836 | 344.80 | - | "Unpacked - Displacement x" | 1796 | -39.33695 | -0.021903 | 0.89426 | -6.1660 | 11.372 | - | "Unpacked - Displacement y" | 1796 | -3.034556 | -0.0016896 | 0.62813 | -6.2470 | 7.6061 | - | "Unpacked - Displacement z" | 1796 | 1818.672 | 1.0126 | 0.72336 | -1.3225 | 1.3130 | - | "Unpacked - Energy" | 1796 | 772.0029 | 0.42985 | 0.66574 | 8.2000e-05 | 9.4010 | - | "Unpacked - Entry Point x" | 1796 | -213879.2 | -119.09 | 1216.6 | -3247.8 | 2979.1 | - | "Unpacked - Entry Point y" | 1796 | 21612.86 | 12.034 | 775.03 | -2414.7 | 2419.5 | - | "Unpacked - Entry Point z" | 1796 |1.552803e+07 | 8645.9 | 564.78 | 7819.4 | 9411.0 | - | "Unpacked - Parent |P|" | 1796 | 9401904 | 5234.9 | 8787.0 | 1.4400 | 59479. | - | "Unpacked - TOF" | 1796 | 58555.15 | 32.603 | 14.403 | 25.836 | 344.80 | + | "Diff. - Displacement x" | 1687 |1.558938e-05 | 9.2409e-09 | 2.8128e-07 | -4.9978e-07 | 4.9881e-07 | + | "Diff. - Displacement y" | 1687 |5.366415e-06 | 3.1810e-09 | 2.8774e-07 | -4.9990e-07 | 4.9980e-07 | + | "Diff. - Displacement z" | 1687 |-6.92311e-06 |-4.1038e-09 | 2.8841e-07 | -4.9996e-07 | 4.9765e-07 | + | "Diff. - Energy" | 1687 |1.268126e-05 | 7.5170e-09 | 5.7533e-07 | -9.9968e-07 | 9.9956e-07 | + | "Diff. - Entry Point x" | 1687 |0.0007003285 | 4.1513e-07 | 2.7953e-05 | -4.9997e-05 | 4.9791e-05 | + | "Diff. - Entry Point y" | 1687 |-0.0002280116 |-1.3516e-07 | 2.8987e-05 | -4.9973e-05 | 4.9760e-05 | + | "Diff. - Entry Point z" | 1687 |-0.0008167889 |-4.8417e-07 | 2.8361e-05 | -4.9994e-05 | 4.9991e-05 | + | "Diff. - Parent |P|" | 1687 | 0.0461313 | 2.7345e-05 | 0.0028708 | -0.0049887 | 0.0049961 | + | "Diff. - TOF" | 1687 |0.0001360557 | 8.0650e-08 | 2.8864e-06 | -4.9969e-06 | 4.9983e-06 | + | "Original - Displacement x" | 1687 | -201.7854 | -0.11961 | 0.94372 | -18.473 | 5.0585 | + | "Original - Displacement y" | 1687 | -12.71194 | -0.0075352 | 0.72941 | -17.936 | 8.4108 | + | "Original - Displacement z" | 1687 | 1672.307 | 0.99129 | 0.74723 | -1.3093 | 1.3303 | + | "Original - Energy" | 1687 | 604.4681 | 0.35831 | 0.41577 | 0.00036062 | 6.2405 | + | "Original - Entry Point x" | 1687 | -224098.4 | -132.84 | 1186.6 | -3157.3 | 3111.1 | + | "Original - Entry Point y" | 1687 | 113151.4 | 67.073 | 751.65 | -2415.7 | 2429.5 | + | "Original - Entry Point z" | 1687 |1.458882e+07 | 8647.8 | 561.98 | 7821.3 | 9411.0 | + | "Original - Parent |P|" | 1687 | 9771802 | 5792.4 | 9235.1 | 1.4229 | 59477. | + | "Original - TOF" | 1687 | 53433.8 | 31.674 | 7.9929 | 25.903 | 88.281 | + | "Unpacked - Displacement x" | 1687 | -201.7854 | -0.11961 | 0.94372 | -18.473 | 5.0585 | + | "Unpacked - Displacement y" | 1687 | -12.71195 | -0.0075352 | 0.72941 | -17.936 | 8.4108 | + | "Unpacked - Displacement z" | 1687 | 1672.307 | 0.99129 | 0.74723 | -1.3093 | 1.3303 | + | "Unpacked - Energy" | 1687 | 604.4681 | 0.35831 | 0.41577 | 0.00036000 | 6.2405 | + | "Unpacked - Entry Point x" | 1687 | -224098.4 | -132.84 | 1186.6 | -3157.3 | 3111.1 | + | "Unpacked - Entry Point y" | 1687 | 113151.4 | 67.073 | 751.65 | -2415.7 | 2429.5 | + | "Unpacked - Entry Point z" | 1687 |1.458882e+07 | 8647.8 | 561.98 | 7821.3 | 9411.0 | + | "Unpacked - Parent |P|" | 1687 | 9771802 | 5792.4 | 9235.1 | 1.4200 | 59477. | + | "Unpacked - TOF" | 1687 | 53433.8 | 31.674 | 7.9929 | 25.903 | 88.281 | UnpackRichHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 4998 | 4998.0 | 0.0000 | 4998.0 | 4998.0 | + | "# UnPackedData" | 1 | 4784 | 4784.0 | 0.0000 | 4784.0 | 4784.0 | UnpackRichOpPhotNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 4980 | 4980.0 | 0.0000 | 4980.0 | 4980.0 | + | "# UnPackedData" | 1 | 4762 | 4762.0 | 0.0000 | 4762.0 | 4762.0 | UnpackRichSegmentsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 339 | 339.00 | 0.0000 | 339.00 | 339.00 | + | "# UnPackedData" | 1 | 305 | 305.00 | 0.0000 | 305.00 | 305.00 | UnpackRichTracksNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 265 | 265.00 | 0.0000 | 265.00 | 265.00 | + | "# UnPackedData" | 1 | 246 | 246.00 | 0.0000 | 246.00 | 246.00 | CheckRichHitsNext SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 4998 |0.006503223 | 1.3012e-06 | 0.00017319 | -0.0049405 | 0.0042995 | - | "Diff. - Entry Point x" | 4998 |0.001718939 | 3.4393e-07 | 2.8987e-05 | -4.9987e-05 | 4.9997e-05 | - | "Diff. - Entry Point y" | 4998 |-0.001515125 |-3.0315e-07 | 2.8842e-05 | -4.9980e-05 | 4.9987e-05 | - | "Diff. - Entry Point z" | 4998 |-0.0003387854 |-6.7784e-08 | 2.8981e-05 | -4.9966e-05 | 4.9997e-05 | - | "Diff. - TOF" | 4998 |1.510053e-05 | 3.0213e-09 | 2.8591e-06 | -4.9979e-06 | 4.9954e-06 | - | "Original - Energy" | 4998 | 3964.797 | 0.79328 | 24.706 | 0.020000 | 1000.1 | - | "Original - Entry Point x" | 4998 | -1099030 | -219.89 | 1836.8 | -4073.9 | 4073.2 | - | "Original - Entry Point y" | 4998 | -485475.1 | -97.134 | 1217.2 | -1654.6 | 1651.0 | - | "Original - Entry Point z" | 4998 |1.845826e+07 | 3693.1 | 3735.1 | 1268.2 | 11072. | - | "Original - TOF" | 4998 | 104405.8 | 20.890 | 16.218 | 7.2744 | 124.55 | - | "Unpacked - Energy" | 4998 | 3964.79 | 0.79328 | 24.706 | 0.020000 | 1000.1 | - | "Unpacked - Entry Point x" | 4998 | -1099030 | -219.89 | 1836.8 | -4073.9 | 4073.2 | - | "Unpacked - Entry Point y" | 4998 | -485475.1 | -97.134 | 1217.2 | -1654.6 | 1651.0 | - | "Unpacked - Entry Point z" | 4998 |1.845826e+07 | 3693.1 | 3735.1 | 1268.2 | 11072. | - | "Unpacked - TOF" | 4998 | 104405.8 | 20.890 | 16.218 | 7.2744 | 124.55 | + | "Diff. - Energy" | 4784 | 0.02115565 | 4.4222e-06 | 0.00023708 | -0.0042790 | 0.0049719 | + | "Diff. - Entry Point x" | 4784 |-0.0006240148 |-1.3044e-07 | 2.8912e-05 | -4.9993e-05 | 4.9971e-05 | + | "Diff. - Entry Point y" | 4784 |0.002666341 | 5.5735e-07 | 2.8784e-05 | -4.9992e-05 | 4.9954e-05 | + | "Diff. - Entry Point z" | 4784 |0.0004164425 | 8.7049e-08 | 2.8756e-05 | -4.9937e-05 | 4.9996e-05 | + | "Diff. - TOF" | 4784 |-0.000131675 |-2.7524e-08 | 2.8872e-06 | -4.9998e-06 | 4.9988e-06 | + | "Original - Energy" | 4784 | 4422.241 | 0.92438 | 25.586 | 0.020000 | 1000.1 | + | "Original - Entry Point x" | 4784 | 1822604 | 380.98 | 1828.2 | -4073.4 | 4073.9 | + | "Original - Entry Point y" | 4784 | -265384.4 | -55.473 | 1217.5 | -1655.7 | 1638.8 | + | "Original - Entry Point z" | 4784 |1.785935e+07 | 3733.1 | 3760.4 | 1266.4 | 11076. | + | "Original - TOF" | 4784 | 101588.4 | 21.235 | 16.027 | 7.2247 | 145.35 | + | "Unpacked - Energy" | 4784 | 4422.22 | 0.92438 | 25.586 | 0.020000 | 1000.1 | + | "Unpacked - Entry Point x" | 4784 | 1822604 | 380.98 | 1828.2 | -4073.4 | 4073.9 | + | "Unpacked - Entry Point y" | 4784 | -265384.4 | -55.473 | 1217.5 | -1655.7 | 1638.8 | + | "Unpacked - Entry Point z" | 4784 |1.785935e+07 | 3733.1 | 3760.4 | 1266.4 | 11076. | + | "Unpacked - TOF" | 4784 | 101588.4 | 21.235 | 16.027 | 7.2247 | 145.35 | CheckRichOpPhotNext SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 4980 |0.002700632 | 5.4230e-07 | 2.8950e-05 | -4.9996e-05 | 4.9998e-05 | - | "Diff. - Emission Point y" | 4980 |-0.001412498 |-2.8363e-07 | 2.8659e-05 | -4.9941e-05 | 4.9990e-05 | - | "Diff. - Emission Point z" | 4980 |0.001485943 | 2.9838e-07 | 2.9231e-05 | -4.9994e-05 | 4.9998e-05 | - | "Diff. - Energy" | 4980 |-8.318466e-10 |-1.6704e-13 | 5.7614e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 4980 |0.001610627 | 3.2342e-07 | 2.9096e-05 | -4.9987e-05 | 4.9997e-05 | - | "Diff. - HPD In. Point y" | 4980 |0.001281473 | 2.5732e-07 | 2.8862e-05 | -4.9996e-05 | 4.9955e-05 | - | "Diff. - HPD In. Point z" | 4980 | 0.0001414 | 2.8394e-08 | 2.8818e-05 | -4.9971e-05 | 4.9982e-05 | - | "Diff. - HPD QW Point x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 4980 | 15867.91 | 3.1863 | 1.8828 | 0.0011070 | 6.2795 | - | "Original - Cherenkov Theta" | 4980 | 1347.368 | 0.27056 | 0.38095 | 0.013532 | 2.6467 | - | "Original - Emission Point x" | 4980 | -1066686 | -214.19 | 1074.6 | -3999.3 | 3936.2 | - | "Original - Emission Point y" | 4980 | 324148.7 | 65.090 | 577.82 | -1837.0 | 2569.8 | - | "Original - Emission Point z" | 4980 |1.736966e+07 | 3487.9 | 3755.6 | 863.80 | 11573. | - | "Original - Energy" | 4980 | 0.01859902 | 3.7347e-06 | 7.8015e-07 | 1.8504e-06 | 6.1370e-06 | - | "Original - HPD In. Point x" | 4980 | -1075315 | -215.93 | 1831.6 | -4065.2 | 4064.5 | - | "Original - HPD In. Point y" | 4980 | -487719.7 | -97.936 | 1210.0 | -1646.1 | 1642.5 | - | "Original - HPD In. Point z" | 4980 |1.834626e+07 | 3684.0 | 3732.5 | 1262.8 | 11067. | - | "Original - HPD QW Point x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 4980 | 15867.91 | 3.1863 | 1.8828 | 0.0011070 | 6.2795 | - | "Unpacked - Cherenkov Theta" | 4980 | 1347.368 | 0.27056 | 0.38095 | 0.013532 | 2.6467 | - | "Unpacked - Emission Point x" | 4980 | -1066686 | -214.19 | 1074.6 | -3999.3 | 3936.2 | - | "Unpacked - Emission Point y" | 4980 | 324148.7 | 65.090 | 577.82 | -1837.0 | 2569.8 | - | "Unpacked - Emission Point z" | 4980 |1.736966e+07 | 3487.9 | 3755.6 | 863.80 | 11573. | - | "Unpacked - Energy" | 4980 | 0.01859902 | 3.7347e-06 | 7.8015e-07 | 1.8504e-06 | 6.1370e-06 | - | "Unpacked - HPD In. Point x" | 4980 | -1075315 | -215.93 | 1831.6 | -4065.2 | 4064.5 | - | "Unpacked - HPD In. Point y" | 4980 | -487719.7 | -97.936 | 1210.0 | -1646.1 | 1642.5 | - | "Unpacked - HPD In. Point z" | 4980 |1.834626e+07 | 3684.0 | 3732.5 | 1262.8 | 11067. | - | "Unpacked - HPD QW Point x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 4980 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 4762 |0.002171485 | 4.5600e-07 | 2.8949e-05 | -4.9966e-05 | 4.9972e-05 | + | "Diff. - Emission Point y" | 4762 |-0.001193121 |-2.5055e-07 | 2.9121e-05 | -4.9991e-05 | 4.9956e-05 | + | "Diff. - Emission Point z" | 4762 |-0.0008004358 |-1.6809e-07 | 2.8600e-05 | -4.9996e-05 | 4.9998e-05 | + | "Diff. - Energy" | 4762 |-4.520189e-10 |-9.4922e-14 | 5.7796e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 4762 |0.0003102425 | 6.5150e-08 | 2.8903e-05 | -4.9993e-05 | 4.9995e-05 | + | "Diff. - HPD In. Point y" | 4762 |-0.0006255323 |-1.3136e-07 | 2.8952e-05 | -4.9990e-05 | 4.9952e-05 | + | "Diff. - HPD In. Point z" | 4762 |-0.000490184 |-1.0294e-07 | 2.8866e-05 | -4.9983e-05 | 4.9998e-05 | + | "Diff. - HPD QW Point x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 4762 | 15621.81 | 3.2805 | 1.8631 | 0.00041743 | 6.2827 | + | "Original - Cherenkov Theta" | 4762 | 992.3707 | 0.20839 | 0.34154 | 0.015147 | 2.9307 | + | "Original - Emission Point x" | 4762 | 1321174 | 277.44 | 1070.7 | -3939.2 | 4026.9 | + | "Original - Emission Point y" | 4762 | -75629.26 | -15.882 | 478.86 | -2807.9 | 2080.6 | + | "Original - Emission Point z" | 4762 |1.677314e+07 | 3522.3 | 3781.9 | 861.17 | 11787. | + | "Original - Energy" | 4762 | 0.01785158 | 3.7488e-06 | 7.6901e-07 | 1.7874e-06 | 6.0555e-06 | + | "Original - HPD In. Point x" | 4762 | 1792267 | 376.37 | 1822.0 | -4064.6 | 4065.2 | + | "Original - HPD In. Point y" | 4762 | -264570.9 | -55.559 | 1210.2 | -1647.2 | 1630.3 | + | "Original - HPD In. Point z" | 4762 |1.772756e+07 | 3722.7 | 3756.7 | 1261.1 | 11071. | + | "Original - HPD QW Point x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 4762 | 15621.81 | 3.2805 | 1.8631 | 0.00041743 | 6.2827 | + | "Unpacked - Cherenkov Theta" | 4762 | 992.3707 | 0.20839 | 0.34154 | 0.015147 | 2.9307 | + | "Unpacked - Emission Point x" | 4762 | 1321174 | 277.44 | 1070.7 | -3939.2 | 4026.9 | + | "Unpacked - Emission Point y" | 4762 | -75629.26 | -15.882 | 478.86 | -2807.9 | 2080.6 | + | "Unpacked - Emission Point z" | 4762 |1.677314e+07 | 3522.3 | 3781.9 | 861.17 | 11787. | + | "Unpacked - Energy" | 4762 | 0.01785158 | 3.7488e-06 | 7.6901e-07 | 1.7874e-06 | 6.0555e-06 | + | "Unpacked - HPD In. Point x" | 4762 | 1792267 | 376.37 | 1822.0 | -4064.6 | 4065.2 | + | "Unpacked - HPD In. Point y" | 4762 | -264570.9 | -55.559 | 1210.2 | -1647.2 | 1630.3 | + | "Unpacked - HPD In. Point z" | 4762 |1.772756e+07 | 3722.7 | 3756.7 | 1261.1 | 11071. | + | "Unpacked - HPD QW Point x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 4762 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegmentsNext SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 339 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 305 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackEcalHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 5089 | 5089.0 | 0.0000 | 5089.0 | 5089.0 | + | "# UnPackedData" | 1 | 4976 | 4976.0 | 0.0000 | 4976.0 | 4976.0 | CheckEcalHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 5089 |-0.002756034 |-5.4157e-07 | 2.9069e-05 | -4.9998e-05 | 5.0000e-05 | - | "Diff. - TOF" | 5089 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 5089 | 69732.11 | 13.703 | 54.393 | 4.7439e-05 | 1359.5 | - | "Original - TOF" | 5089 | 946 | 0.18589 | 0.44553 | 0.0000 | 7.0000 | - | "Unpacked - Energy" | 5089 | 69732.12 | 13.703 | 54.393 | 0.0000 | 1359.5 | - | "Unpacked - TOF" | 5089 | 946 | 0.18589 | 0.44553 | 0.0000 | 7.0000 | + | "Diff. - Energy" | 4976 |9.099989e-05 | 1.8288e-08 | 2.8855e-05 | -4.9958e-05 | 4.9984e-05 | + | "Diff. - TOF" | 4976 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 4976 | 76828.38 | 15.440 | 63.051 | 0.00014076 | 1496.6 | + | "Original - TOF" | 4976 | 898 | 0.18047 | 0.44558 | 0.0000 | 9.0000 | + | "Unpacked - Energy" | 4976 | 76828.38 | 15.440 | 63.051 | 0.00010000 | 1496.6 | + | "Unpacked - TOF" | 4976 | 898 | 0.18047 | 0.44558 | 0.0000 | 9.0000 | UnpackHcalHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 832 | 832.00 | 0.0000 | 832.00 | 832.00 | + | "# UnPackedData" | 1 | 842 | 842.00 | 0.0000 | 842.00 | 842.00 | CheckHcalHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 832 |0.002133773 | 2.5646e-06 | 2.8826e-05 | -4.9893e-05 | 4.9867e-05 | - | "Diff. - TOF" | 832 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 832 | 7911.536 | 9.5091 | 29.829 | 9.4615e-05 | 578.37 | - | "Original - TOF" | 832 | 144 | 0.17308 | 0.45080 | -1.0000 | 2.0000 | - | "Unpacked - Energy" | 832 | 7911.534 | 9.5091 | 29.829 | 0.00010000 | 578.37 | - | "Unpacked - TOF" | 832 | 144 | 0.17308 | 0.45080 | -1.0000 | 2.0000 | + | "Diff. - Energy" | 842 |0.001036193 | 1.2306e-06 | 2.9521e-05 | -4.9988e-05 | 4.9898e-05 | + | "Diff. - TOF" | 842 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 842 | 8135.736 | 9.6624 | 30.661 | 0.00014253 | 476.40 | + | "Original - TOF" | 842 | 157 | 0.18646 | 0.45161 | -1.0000 | 2.0000 | + | "Unpacked - Energy" | 842 | 8135.735 | 9.6624 | 30.661 | 0.00010000 | 476.40 | + | "Unpacked - TOF" | 842 | 157 | 0.18646 | 0.45161 | -1.0000 | 2.0000 | UnpackMuonHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 74 | 74.000 | 0.0000 | 74.000 | 74.000 | + | "# UnPackedData" | 1 | 84 | 84.000 | 0.0000 | 84.000 | 84.000 | CheckMuonHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 74 |-4.978093e-08 |-6.7272e-10 | 2.6206e-07 | -4.7411e-07 | 4.9882e-07 | - | "Diff. - Displacement y" | 74 |1.140078e-06 | 1.5406e-08 | 2.7327e-07 | -4.9463e-07 | 4.8194e-07 | - | "Diff. - Displacement z" | 74 |-4.848264e-06 |-6.5517e-08 | 2.8531e-07 | -4.8876e-07 | 4.8986e-07 | - | "Diff. - Energy" | 74 |-5.823359e-06 |-7.8694e-08 | 6.0651e-07 | -9.9877e-07 | 9.9225e-07 | - | "Diff. - Entry Point x" | 74 |-0.0001009334 |-1.3640e-06 | 2.8388e-05 | -4.8124e-05 | 4.9675e-05 | - | "Diff. - Entry Point y" | 74 |1.969645e-05 | 2.6617e-07 | 2.9563e-05 | -4.9732e-05 | 4.8645e-05 | - | "Diff. - Entry Point z" | 74 |-0.0002112212 |-2.8543e-06 | 2.7442e-05 | -4.8310e-05 | 4.8379e-05 | - | "Diff. - Parent |P|" | 74 |-0.004321516 |-5.8399e-05 | 0.0027171 | -0.0048988 | 0.0047700 | - | "Diff. - TOF" | 74 |5.752961e-06 | 7.7743e-08 | 2.9742e-06 | -4.8286e-06 | 4.8756e-06 | - | "Original - Displacement x" | 74 | 48.87347 | 0.66045 | 5.5541 | -21.630 | 15.786 | - | "Original - Displacement y" | 74 | -52.02974 | -0.70310 | 3.1292 | -8.4401 | 14.784 | - | "Original - Displacement z" | 74 | 287.7954 | 3.8891 | 2.8293 | -5.0304 | 5.0252 | - | "Original - Energy" | 74 | 0.2621962 | 0.0035432 | 0.0066445 | 6.7518e-05 | 0.041822 | - | "Original - Entry Point x" | 74 | -77744.09 | -1050.6 | 2468.8 | -5860.2 | 2864.9 | - | "Original - Entry Point y" | 74 | 64150.57 | 866.90 | 1749.5 | -1552.0 | 4773.5 | - | "Original - Entry Point z" | 74 | 1180553 | 15953. | 1216.8 | 15093. | 18843. | - | "Original - Parent |P|" | 74 | 185091.1 | 2501.2 | 8494.6 | 1.7327 | 37951. | - | "Original - TOF" | 74 | 4449.551 | 60.129 | 14.317 | 50.742 | 99.767 | - | "Unpacked - Displacement x" | 74 | 48.87347 | 0.66045 | 5.5541 | -21.630 | 15.786 | - | "Unpacked - Displacement y" | 74 | -52.02974 | -0.70310 | 3.1292 | -8.4401 | 14.784 | - | "Unpacked - Displacement z" | 74 | 287.7954 | 3.8891 | 2.8293 | -5.0304 | 5.0252 | - | "Unpacked - Energy" | 74 | 0.262202 | 0.0035433 | 0.0066445 | 6.8000e-05 | 0.041822 | - | "Unpacked - Entry Point x" | 74 | -77744.09 | -1050.6 | 2468.8 | -5860.2 | 2864.9 | - | "Unpacked - Entry Point y" | 74 | 64150.57 | 866.90 | 1749.5 | -1552.0 | 4773.5 | - | "Unpacked - Entry Point z" | 74 | 1180553 | 15953. | 1216.8 | 15093. | 18843. | - | "Unpacked - Parent |P|" | 74 | 185091.1 | 2501.2 | 8494.6 | 1.7300 | 37951. | - | "Unpacked - TOF" | 74 | 4449.551 | 60.129 | 14.317 | 50.742 | 99.767 | + | "Diff. - Displacement x" | 84 |-3.373192e-07 |-4.0157e-09 | 2.9568e-07 | -4.8591e-07 | 4.8614e-07 | + | "Diff. - Displacement y" | 84 |4.717421e-07 | 5.6160e-09 | 2.7819e-07 | -4.9381e-07 | 4.9301e-07 | + | "Diff. - Displacement z" | 84 |3.883177e-06 | 4.6228e-08 | 2.8791e-07 | -4.7516e-07 | 4.9966e-07 | + | "Diff. - Energy" | 84 |-1.234754e-05 |-1.4699e-07 | 6.0470e-07 | -9.8283e-07 | 9.9344e-07 | + | "Diff. - Entry Point x" | 84 |-0.0002683332 |-3.1944e-06 | 2.9702e-05 | -4.9723e-05 | 4.9029e-05 | + | "Diff. - Entry Point y" | 84 |0.0001910329 | 2.2742e-06 | 2.7081e-05 | -4.7835e-05 | 4.8747e-05 | + | "Diff. - Entry Point z" | 84 |-3.30728e-05 |-3.9372e-07 | 2.7349e-05 | -4.5837e-05 | 4.6688e-05 | + | "Diff. - Parent |P|" | 84 |0.003638953 | 4.3321e-05 | 0.0031860 | -0.0049967 | 0.0048049 | + | "Diff. - TOF" | 84 |-1.186643e-05 |-1.4127e-07 | 2.9967e-06 | -4.9499e-06 | 4.9977e-06 | + | "Original - Displacement x" | 84 | 63.13358 | 0.75159 | 3.2154 | -6.1482 | 16.721 | + | "Original - Displacement y" | 84 | -46.10801 | -0.54890 | 6.7925 | -45.757 | 28.239 | + | "Original - Displacement z" | 84 | 386.7431 | 4.6041 | 1.6486 | -4.9751 | 5.1017 | + | "Original - Energy" | 84 | 0.1814037 | 0.0021596 | 0.0025063 | 5.1038e-05 | 0.016209 | + | "Original - Entry Point x" | 84 | 51310.31 | 610.84 | 757.78 | -600.22 | 4647.7 | + | "Original - Entry Point y" | 84 | 6982.53 | 83.125 | 1049.3 | -2461.5 | 3876.1 | + | "Original - Entry Point z" | 84 | 1292492 | 15387. | 345.24 | 15097. | 16629. | + | "Original - Parent |P|" | 84 | 51384.67 | 611.72 | 1101.8 | 1.5740 | 5037.0 | + | "Original - TOF" | 84 | 4418.244 | 52.598 | 3.2733 | 50.863 | 78.435 | + | "Unpacked - Displacement x" | 84 | 63.13358 | 0.75159 | 3.2154 | -6.1482 | 16.721 | + | "Unpacked - Displacement y" | 84 | -46.10801 | -0.54890 | 6.7925 | -45.757 | 28.239 | + | "Unpacked - Displacement z" | 84 | 386.7431 | 4.6041 | 1.6486 | -4.9751 | 5.1017 | + | "Unpacked - Energy" | 84 | 0.181416 | 0.0021597 | 0.0025064 | 5.2000e-05 | 0.016210 | + | "Unpacked - Entry Point x" | 84 | 51310.31 | 610.84 | 757.78 | -600.22 | 4647.7 | + | "Unpacked - Entry Point y" | 84 | 6982.53 | 83.125 | 1049.3 | -2461.5 | 3876.1 | + | "Unpacked - Entry Point z" | 84 | 1292492 | 15387. | 345.24 | 15097. | 16629. | + | "Unpacked - Parent |P|" | 84 | 51384.67 | 611.72 | 1101.8 | 1.5700 | 5037.1 | + | "Unpacked - TOF" | 84 | 4418.244 | 52.598 | 3.2733 | 50.863 | 78.435 | NextNextEventGaussSim SUCCESS ================================================================== NextNextEventGaussSim SUCCESS 1 events processed NextNextEventGaussSim SUCCESS ================================================================== GetRichHitsNextNext INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsNextNext INFO Av. # MCRichHits : Rich1 = 1998.00 +-44.70 (100.00 +-0.00%) Rich2 = 1897.00 +-43.55 (100.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Invalid radiator hits : Rich1 = 6.00 +- 2.45 ( 0.30 +-0.12%) Rich2 = 16.00 +- 4.00 ( 0.84 +-0.21%) -GetRichHitsNextNext INFO Av. # Signal Hits : Rich1 = 1630.00 +-40.37 ( 81.58 +-0.87%) Rich2 = 1033.00 +-32.14 ( 54.45 +-1.14%) -GetRichHitsNextNext INFO Av. # Gas Quartz CK hits : Rich1 = 166.00 +-12.88 ( 8.31 +-0.62%) Rich2 = 327.00 +-18.08 ( 17.24 +-0.87%) +GetRichHitsNextNext INFO Av. # MCRichHits : Rich1 = 2086.00 +-45.67 (100.00 +-0.00%) Rich2 = 1813.00 +-42.58 (100.00 +-0.00%) +GetRichHitsNextNext INFO Av. # Invalid radiator hits : Rich1 = 4.00 +- 2.00 ( 0.19 +-0.10%) Rich2 = 15.00 +- 3.87 ( 0.83 +-0.21%) +GetRichHitsNextNext INFO Av. # Signal Hits : Rich1 = 1938.00 +-44.02 ( 92.91 +-0.56%) Rich2 = 1132.00 +-33.65 ( 62.44 +-1.14%) +GetRichHitsNextNext INFO Av. # Gas Quartz CK hits : Rich1 = 84.00 +- 9.17 ( 4.03 +-0.43%) Rich2 = 210.00 +-14.49 ( 11.58 +-0.75%) GetRichHitsNextNext INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Nitrogen CK hits : Rich1 = 4.00 +- 2.00 ( 0.20 +-0.10%) Rich2 = 3.00 +- 1.73 ( 0.16 +-0.09%) +GetRichHitsNextNext INFO Av. # Nitrogen CK hits : Rich1 = 9.00 +- 3.00 ( 0.43 +-0.14%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Charged Track hits : Rich1 = 6.00 +- 2.45 ( 0.30 +-0.12%) Rich2 = 16.00 +- 4.00 ( 0.84 +-0.21%) -GetRichHitsNextNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 199.00 +-14.11 ( 10.49 +-0.70%) +GetRichHitsNextNext INFO Av. # Charged Track hits : Rich1 = 4.00 +- 2.00 ( 0.19 +-0.10%) Rich2 = 15.00 +- 3.87 ( 0.83 +-0.21%) +GetRichHitsNextNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 227.00 +-15.07 ( 12.52 +-0.78%) GetRichHitsNextNext INFO Av. # All HPD reflection hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Signal CK MCRichHits C4F10 = 1630.00 +-40.37 ( 81.58 +-0.87%) CF4 = 1033.00 +-32.14 ( 54.45 +-1.14%) +GetRichHitsNextNext INFO Av. # Signal CK MCRichHits C4F10 = 1938.00 +-44.02 ( 92.91 +-0.56%) CF4 = 1132.00 +-33.65 ( 62.44 +-1.14%) GetRichHitsNextNext INFO Av. # MCParticle-less hits C4F10 = 0.00 +- 0.00 ( 0.00 +-0.00%) CF4 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 1630.00 +- 40.37 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 1232.00 +- 35.10 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 493.00 +- 22.20 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Nitrogen = 7.00 +- 2.65 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : PMTQuartzWin = 511.00 +- 22.61 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich1Gas = 65.00 +- 8.06 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich2Gas = 156.00 +- 12.49 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : GasQuartzWin = 43.00 +- 6.56 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : Nitrogen = 4.00 +- 2.00 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : PMTQuartzWin = 26.00 +- 5.10 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 1938.00 +- 44.02 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 1359.00 +- 36.86 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 294.00 +- 17.15 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Nitrogen = 9.00 +- 3.00 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : PMTQuartzWin = 280.00 +- 16.73 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich1Gas = 71.00 +- 8.43 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich2Gas = 182.00 +- 13.49 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : GasQuartzWin = 24.00 +- 4.90 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : Nitrogen = 3.00 +- 1.73 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : PMTQuartzWin = 13.00 +- 3.61 / event GetRichTracksNextNext INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVPHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1419 | 1419.0 | 0.0000 | 1419.0 | 1419.0 | + | "# PackedData" | 1 | 1276 | 1276.0 | 0.0000 | 1276.0 | 1276.0 | MCUTHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1056 | 1056.0 | 0.0000 | 1056.0 | 1056.0 | + | "# PackedData" | 1 | 1193 | 1193.0 | 0.0000 | 1193.0 | 1193.0 | MCFTHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2723 | 2723.0 | 0.0000 | 2723.0 | 2723.0 | + | "# PackedData" | 1 | 3208 | 3208.0 | 0.0000 | 3208.0 | 3208.0 | MCMuonHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 217 | 217.00 | 0.0000 | 217.00 | 217.00 | + | "# PackedData" | 1 | 122 | 122.00 | 0.0000 | 122.00 | 122.00 | MCEcalHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 6923 | 6923.0 | 0.0000 | 6923.0 | 6923.0 | + | "# PackedData" | 1 | 7221 | 7221.0 | 0.0000 | 7221.0 | 7221.0 | MCHcalHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1014 | 1014.0 | 0.0000 | 1014.0 | 1014.0 | + | "# PackedData" | 1 | 1029 | 1029.0 | 0.0000 | 1029.0 | 1029.0 | MCRichHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 3895 | 3895.0 | 0.0000 | 3895.0 | 3895.0 | + | "# PackedData" | 1 | 3899 | 3899.0 | 0.0000 | 3899.0 | 3899.0 | MCRichOpPhotPackerNex...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 3873 | 3873.0 | 0.0000 | 3873.0 | 3873.0 | + | "# PackedData" | 1 | 3880 | 3880.0 | 0.0000 | 3880.0 | 3880.0 | MCRichSegmentPackerNe...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 294 | 294.00 | 0.0000 | 294.00 | 294.00 | + | "# PackedData" | 1 | 293 | 293.00 | 0.0000 | 293.00 | 293.00 | MCRichTrackPackerNext...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 233 | 233.00 | 0.0000 | 233.00 | 233.00 | + | "# PackedData" | 1 | 243 | 243.00 | 0.0000 | 243.00 | 243.00 | VPGaussMoniNextNext INFO ------------------------------------------------------ VPGaussMoniNextNext INFO - VPGaussMoni table - VPGaussMoniNextNext INFO ------------------------------------------------------ -VPGaussMoniNextNext INFO Number of MCHits/Event: 1419+/-0 +VPGaussMoniNextNext INFO Number of MCHits/Event: 1276+/-0 VPGaussMoniNextNext INFO ------------------------------------------------------ UTHitMonitorNextNext INFO *** Summary *** -UTHitMonitorNextNext INFO #hits per event: 1056 -UTHitMonitorNextNext INFO Mean beta * gamma: 793.685 -UTHitMonitorNextNext INFO Most Probable deposited charge: 0.0808125 -UTHitMonitorNextNext INFO Half Sample width 0.0412537 +UTHitMonitorNextNext INFO #hits per event: 1193 +UTHitMonitorNextNext INFO Mean beta * gamma: 927.536 +UTHitMonitorNextNext INFO Most Probable deposited charge: 0.0799482 +UTHitMonitorNextNext INFO Half Sample width 0.042285 UTHitMonitorNextNext SUCCESS Booked 7 Histogram(s) : 1D=7 UTHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 109 | 109 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1056 | 838131.1 | 793.68 | 4938.2 | 0.43456 | 75524. | - | "numberHits" | 1 | 1056 | 1056.0 | 0.0000 | 1056.0 | 1056.0 | + | "DeltaRay" | 98 | 98 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1193 | 1106550 | 927.54 | 3397.2 | 0.010351 | 53941. | + | "numberHits" | 1 | 1193 | 1193.0 | 0.0000 | 1193.0 | 1193.0 | FTHitMonitorNextNext INFO *** Summary *** -FTHitMonitorNextNext INFO #hits per event: 2723 -FTHitMonitorNextNext INFO Mean beta * gamma: 1343.65 -FTHitMonitorNextNext INFO Most Probable deposited charge: 0.24732 -FTHitMonitorNextNext INFO Half Sample width 0.0957864 +FTHitMonitorNextNext INFO #hits per event: 3208 +FTHitMonitorNextNext INFO Mean beta * gamma: 2620.13 +FTHitMonitorNextNext INFO Most Probable deposited charge: 0.249298 +FTHitMonitorNextNext INFO Half Sample width 0.0998707 FTHitMonitorNextNext SUCCESS Booked 9 Histogram(s) : 1D=9 FTHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 181 | 181 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 2723 | 3658755 | 1343.6 | 4446.4 | 0.0053341 | 63370. | - | "numberHits" | 1 | 2723 | 2723.0 | 0.0000 | 2723.0 | 2723.0 | + | "DeltaRay" | 191 | 191 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 3208 | 8405362 | 2620.1 | 13237. | 0.0046491 | 1.6098e+05 | + | "numberHits" | 1 | 3208 | 3208.0 | 0.0000 | 3208.0 | 3208.0 | EcalMonitorNextNext SUCCESS Booked 19 Histogram(s) : 1D=19 HcalMonitorNextNext SUCCESS Booked 16 Histogram(s) : 1D=16 MuonHitCheckerNextNext INFO ----------------------------------------------------------------- MuonHitCheckerNextNext INFO Muon Monitoring Table MuonHitCheckerNextNext INFO ----------------------------------------------------------------- MuonHitCheckerNextNext INFO M1 M2 M3 M4 M5 -MuonHitCheckerNextNext INFO 41.000 8.000 4.000 14.000 0.000 R1 -MuonHitCheckerNextNext INFO 66.000 15.000 10.000 5.000 0.000 R2 -MuonHitCheckerNextNext INFO 22.000 5.000 4.000 5.000 0.000 R3 -MuonHitCheckerNextNext INFO 25.000 12.000 8.000 6.000 0.000 R4 +MuonHitCheckerNextNext INFO 32.000 15.000 8.000 14.000 0.000 R1 +MuonHitCheckerNextNext INFO 17.000 15.000 4.000 10.000 0.000 R2 +MuonHitCheckerNextNext INFO 15.000 5.000 6.000 4.000 0.000 R3 +MuonHitCheckerNextNext INFO 40.000 0.000 0.000 0.000 0.000 R4 MuonHitCheckerNextNext INFO ----------------------------------------------------------------- MuonHitCheckerNextNext INFO ------- Integrated over regions --------------------------- MuonHitCheckerNextNext INFO ----------------------------------------------------------------- -MuonHitCheckerNextNext INFO 154.000 40.000 26.000 30.000 0.000 allR +MuonHitCheckerNextNext INFO 104.000 35.000 18.000 28.000 0.000 allR MuonHitCheckerNextNext INFO number of hits generated outside gaps volume 0 +CompareMCVertexNextNext SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 +CompareMCVertexNextNext SUCCESS #WARNINGS = 6 Message = 'Packed MCVertex info truncated. Set DEBUG OutputLevel for details' UnpackVPHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1419 | 1419.0 | 0.0000 | 1419.0 | 1419.0 | + | "# UnPackedData" | 1 | 1276 | 1276.0 | 0.0000 | 1276.0 | 1276.0 | CheckVPHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1419 |4.424711e-06 | 3.1182e-09 | 2.9285e-07 | -4.9982e-07 | 4.9909e-07 | - | "Diff. - Displacement y" | 1419 |-9.049381e-06 |-6.3773e-09 | 2.8833e-07 | -4.9967e-07 | 4.9988e-07 | - | "Diff. - Displacement z" | 1419 |-1.589075e-06 |-1.1199e-09 | 7.0376e-08 | -4.3529e-07 | 4.2595e-07 | - | "Diff. - Energy" | 1419 |-8.522602e-06 |-6.0061e-09 | 5.7345e-07 | -9.9950e-07 | 9.9980e-07 | - | "Diff. - Entry Point x" | 1419 | 0.00269682 | 1.9005e-06 | 2.9185e-05 | -4.9932e-05 | 4.9955e-05 | - | "Diff. - Entry Point y" | 1419 |-0.000870022 |-6.1312e-07 | 2.8669e-05 | -4.9872e-05 | 4.9974e-05 | - | "Diff. - Entry Point z" | 1419 |0.000511432 | 3.6042e-07 | 6.5148e-06 | -4.5370e-05 | 4.9413e-05 | - | "Diff. - Parent |P|" | 1419 |-0.08611416 |-6.0687e-05 | 0.0028854 | -0.0049972 | 0.0049967 | - | "Diff. - TOF" | 1419 |-0.0001171712 |-8.2573e-08 | 2.8746e-06 | -4.9876e-06 | 4.9988e-06 | - | "Original - Displacement x" | 1419 | 4.713619 | 0.0033218 | 0.067421 | -0.43976 | 1.1641 | - | "Original - Displacement y" | 1419 | 6.872808 | 0.0048434 | 0.13202 | -3.0721 | 2.1996 | - | "Original - Displacement z" | 1419 | 59.18603 | 0.041710 | 0.19221 | -0.20000 | 0.20000 | - | "Original - Energy" | 1419 | 198.6399 | 0.13999 | 0.57969 | 0.0013799 | 12.213 | - | "Original - Entry Point x" | 1419 | 747.2379 | 0.52659 | 13.840 | -47.794 | 45.461 | - | "Original - Entry Point y" | 1419 | -556.1672 | -0.39194 | 14.894 | -49.363 | 45.727 | - | "Original - Entry Point z" | 1419 | 214094.1 | 150.88 | 278.10 | -287.98 | 750.48 | - | "Original - Parent |P|" | 1419 |1.103723e+07 | 7778.2 | 15058. | 1.4401 | 1.6219e+05 | - | "Original - TOF" | 1419 | 1179.039 | 0.83089 | 0.65562 | 0.027295 | 4.9564 | - | "Unpacked - Displacement x" | 1419 | 4.713615 | 0.0033218 | 0.067421 | -0.43976 | 1.1641 | - | "Unpacked - Displacement y" | 1419 | 6.872817 | 0.0048434 | 0.13202 | -3.0721 | 2.1996 | - | "Unpacked - Displacement z" | 1419 | 59.18604 | 0.041710 | 0.19221 | -0.20000 | 0.20000 | - | "Unpacked - Energy" | 1419 | 198.6399 | 0.13999 | 0.57969 | 0.0013800 | 12.213 | - | "Unpacked - Entry Point x" | 1419 | 747.2352 | 0.52659 | 13.840 | -47.794 | 45.461 | - | "Unpacked - Entry Point y" | 1419 | -556.1663 | -0.39194 | 14.894 | -49.363 | 45.727 | - | "Unpacked - Entry Point z" | 1419 | 214094.1 | 150.88 | 278.10 | -287.98 | 750.48 | - | "Unpacked - Parent |P|" | 1419 |1.103723e+07 | 7778.2 | 15058. | 1.4400 | 1.6219e+05 | - | "Unpacked - TOF" | 1419 | 1179.039 | 0.83089 | 0.65562 | 0.027290 | 4.9564 | + | "Diff. - Displacement x" | 1276 |1.166366e-06 | 9.1408e-10 | 2.9048e-07 | -4.9846e-07 | 4.9985e-07 | + | "Diff. - Displacement y" | 1276 |2.973357e-06 | 2.3302e-09 | 2.9507e-07 | -4.9887e-07 | 4.9983e-07 | + | "Diff. - Displacement z" | 1276 |7.047776e-07 | 5.5233e-10 | 3.7045e-08 | -3.8810e-07 | 4.7324e-07 | + | "Diff. - Energy" | 1276 |5.65735e-06 | 4.4337e-09 | 5.7032e-07 | -9.9857e-07 | 9.9822e-07 | + | "Diff. - Entry Point x" | 1276 |0.0009298433 | 7.2872e-07 | 2.9038e-05 | -4.9860e-05 | 4.9986e-05 | + | "Diff. - Entry Point y" | 1276 |0.0008793482 | 6.8914e-07 | 2.8397e-05 | -4.9611e-05 | 4.9961e-05 | + | "Diff. - Entry Point z" | 1276 |0.000146232 | 1.1460e-07 | 2.6345e-06 | -3.0660e-05 | 3.5959e-05 | + | "Diff. - Parent |P|" | 1276 | -0.2383595 |-0.00018680 | 0.0028910 | -0.0049978 | 0.0049919 | + | "Diff. - TOF" | 1276 |-3.445983e-05 |-2.7006e-08 | 2.8897e-06 | -4.9987e-06 | 4.9886e-06 | + | "Original - Displacement x" | 1276 | -4.417123 | -0.0034617 | 0.063469 | -0.86226 | 0.40139 | + | "Original - Displacement y" | 1276 | 0.13274 | 0.00010403 | 0.074840 | -1.2099 | 0.69419 | + | "Original - Displacement z" | 1276 | 50.18907 | 0.039333 | 0.19458 | -0.20000 | 0.20000 | + | "Original - Energy" | 1276 | 104.412 | 0.081828 | 0.089416 | 0.0015853 | 1.2848 | + | "Original - Entry Point x" | 1276 | 233.7154 | 0.18316 | 13.669 | -48.250 | 47.642 | + | "Original - Entry Point y" | 1276 | 644.2678 | 0.50491 | 15.429 | -48.786 | 49.212 | + | "Original - Entry Point z" | 1276 | 204899.8 | 160.58 | 278.57 | -287.98 | 750.48 | + | "Original - Parent |P|" | 1276 |1.112413e+07 | 8718.0 | 15797. | 1.4631 | 1.6219e+05 | + | "Original - TOF" | 1276 | 1068.202 | 0.83715 | 1.0046 | 0.027286 | 28.144 | + | "Unpacked - Displacement x" | 1276 | -4.417124 | -0.0034617 | 0.063469 | -0.86226 | 0.40139 | + | "Unpacked - Displacement y" | 1276 | 0.132737 | 0.00010403 | 0.074840 | -1.2099 | 0.69419 | + | "Unpacked - Displacement z" | 1276 | 50.18907 | 0.039333 | 0.19458 | -0.20000 | 0.20000 | + | "Unpacked - Energy" | 1276 | 104.412 | 0.081828 | 0.089416 | 0.0015860 | 1.2848 | + | "Unpacked - Entry Point x" | 1276 | 233.7145 | 0.18316 | 13.669 | -48.249 | 47.642 | + | "Unpacked - Entry Point y" | 1276 | 644.2669 | 0.50491 | 15.429 | -48.786 | 49.212 | + | "Unpacked - Entry Point z" | 1276 | 204899.8 | 160.58 | 278.57 | -287.98 | 750.48 | + | "Unpacked - Parent |P|" | 1276 |1.112413e+07 | 8718.0 | 15797. | 1.4600 | 1.6219e+05 | + | "Unpacked - TOF" | 1276 | 1068.202 | 0.83715 | 1.0046 | 0.027290 | 28.144 | UnpackUTHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1056 | 1056.0 | 0.0000 | 1056.0 | 1056.0 | + | "# UnPackedData" | 1 | 1193 | 1193.0 | 0.0000 | 1193.0 | 1193.0 | CheckUTHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1056 |5.957953e-07 | 5.6420e-10 | 2.8858e-07 | -4.9779e-07 | 4.9971e-07 | - | "Diff. - Displacement y" | 1056 |-8.744527e-06 |-8.2808e-09 | 2.9087e-07 | -4.9965e-07 | 4.9933e-07 | - | "Diff. - Displacement z" | 1056 |-1.538623e-06 |-1.4570e-09 | 7.5920e-08 | -4.5673e-07 | 4.5673e-07 | - | "Diff. - Energy" | 1056 |5.440924e-05 | 5.1524e-08 | 5.7549e-07 | -9.9924e-07 | 9.9886e-07 | - | "Diff. - Entry Point x" | 1056 |0.001370099 | 1.2974e-06 | 2.8538e-05 | -4.9913e-05 | 4.9848e-05 | - | "Diff. - Entry Point y" | 1056 |0.0001321099 | 1.2510e-07 | 2.9015e-05 | -4.9539e-05 | 4.9960e-05 | - | "Diff. - Entry Point z" | 1056 |-0.000415868 |-3.9381e-07 | 5.6392e-06 | -4.8457e-05 | 4.5719e-05 | - | "Diff. - Parent |P|" | 1056 | 0.1022405 | 9.6819e-05 | 0.0029073 | -0.0049986 | 0.0049967 | - | "Diff. - TOF" | 1056 |-9.566344e-05 |-9.0590e-08 | 2.8868e-06 | -4.9948e-06 | 4.9931e-06 | - | "Original - Displacement x" | 1056 | 34.4115 | 0.032587 | 0.39758 | -3.1114 | 6.5507 | - | "Original - Displacement y" | 1056 | -0.5227827 |-0.00049506 | 0.13353 | -0.81707 | 0.87176 | - | "Original - Displacement z" | 1056 | 71.46011 | 0.067671 | 0.23374 | -0.25000 | 0.25000 | - | "Original - Energy" | 1056 | 149.9536 | 0.14200 | 0.15781 | 0.00020761 | 2.3659 | - | "Original - Entry Point x" | 1056 | 39094.5 | 37.021 | 372.02 | -899.63 | 879.72 | - | "Original - Entry Point y" | 1056 | -2915.391 | -2.7608 | 254.53 | -668.93 | 670.44 | - | "Original - Entry Point z" | 1056 | 2649983 | 2509.5 | 135.47 | 2320.2 | 2649.8 | - | "Original - Parent |P|" | 1056 | 3711521 | 3514.7 | 11497. | 1.4274 | 1.1966e+05 | - | "Original - TOF" | 1056 | 14732.1 | 13.951 | 8.7661 | 7.2881 | 96.274 | - | "Unpacked - Displacement x" | 1056 | 34.4115 | 0.032587 | 0.39758 | -3.1114 | 6.5507 | - | "Unpacked - Displacement y" | 1056 | -0.522774 |-0.00049505 | 0.13353 | -0.81707 | 0.87176 | - | "Unpacked - Displacement z" | 1056 | 71.46011 | 0.067671 | 0.23374 | -0.25000 | 0.25000 | - | "Unpacked - Energy" | 1056 | 149.9535 | 0.14200 | 0.15781 | 0.00020800 | 2.3659 | - | "Unpacked - Entry Point x" | 1056 | 39094.5 | 37.021 | 372.02 | -899.63 | 879.72 | - | "Unpacked - Entry Point y" | 1056 | -2915.391 | -2.7608 | 254.53 | -668.93 | 670.44 | - | "Unpacked - Entry Point z" | 1056 | 2649983 | 2509.5 | 135.47 | 2320.2 | 2649.8 | - | "Unpacked - Parent |P|" | 1056 | 3711521 | 3514.7 | 11497. | 1.4300 | 1.1966e+05 | - | "Unpacked - TOF" | 1056 | 14732.1 | 13.951 | 8.7661 | 7.2881 | 96.274 | + | "Diff. - Displacement x" | 1193 |8.071844e-07 | 6.7660e-10 | 2.8587e-07 | -4.9964e-07 | 4.9976e-07 | + | "Diff. - Displacement y" | 1193 |3.570832e-06 | 2.9932e-09 | 2.8787e-07 | -4.9862e-07 | 4.9954e-07 | + | "Diff. - Displacement z" | 1193 |-6.662525e-07 |-5.5847e-10 | 8.8524e-08 | -4.9202e-07 | 4.9202e-07 | + | "Diff. - Energy" | 1193 |-3.746892e-06 |-3.1407e-09 | 5.7609e-07 | -9.9911e-07 | 9.9706e-07 | + | "Diff. - Entry Point x" | 1193 |-0.0008151673 |-6.8329e-07 | 2.8619e-05 | -4.9841e-05 | 4.9932e-05 | + | "Diff. - Entry Point y" | 1193 |0.001052281 | 8.8205e-07 | 2.9407e-05 | -4.9998e-05 | 5.0000e-05 | + | "Diff. - Entry Point z" | 1193 |-4.495617e-05 |-3.7683e-08 | 7.4281e-06 | -4.9586e-05 | 4.9997e-05 | + | "Diff. - Parent |P|" | 1193 | 0.05904694 | 4.9495e-05 | 0.0028135 | -0.0049886 | 0.0049741 | + | "Diff. - TOF" | 1193 |-6.493075e-05 |-5.4426e-08 | 2.8831e-06 | -4.9919e-06 | 4.9897e-06 | + | "Original - Displacement x" | 1193 | 65.31911 | 0.054752 | 0.36323 | -1.5836 | 3.6700 | + | "Original - Displacement y" | 1193 | -10.5533 | -0.0088460 | 0.21407 | -5.2571 | 1.8278 | + | "Original - Displacement z" | 1193 | 49.1982 | 0.041239 | 0.23770 | -0.25000 | 0.25000 | + | "Original - Energy" | 1193 | 228.8136 | 0.19180 | 0.62502 | 6.9682e-05 | 12.040 | + | "Original - Entry Point x" | 1193 | 11492.34 | 9.6331 | 391.64 | -862.59 | 890.82 | + | "Original - Entry Point y" | 1193 | -5815.949 | -4.8751 | 249.28 | -668.20 | 661.65 | + | "Original - Entry Point z" | 1193 | 3002047 | 2516.4 | 134.09 | 2320.2 | 2649.8 | + | "Original - Parent |P|" | 1193 | 3977661 | 3334.2 | 11056. | 1.4336 | 1.1967e+05 | + | "Original - TOF" | 1193 | 17235.6 | 14.447 | 8.3695 | 7.2881 | 83.508 | + | "Unpacked - Displacement x" | 1193 | 65.31911 | 0.054752 | 0.36323 | -1.5836 | 3.6700 | + | "Unpacked - Displacement y" | 1193 | -10.5533 | -0.0088460 | 0.21407 | -5.2571 | 1.8278 | + | "Unpacked - Displacement z" | 1193 | 49.1982 | 0.041239 | 0.23770 | -0.25000 | 0.25000 | + | "Unpacked - Energy" | 1193 | 228.8136 | 0.19180 | 0.62502 | 7.0000e-05 | 12.040 | + | "Unpacked - Entry Point x" | 1193 | 11492.34 | 9.6331 | 391.64 | -862.59 | 890.82 | + | "Unpacked - Entry Point y" | 1193 | -5815.95 | -4.8751 | 249.28 | -668.20 | 661.65 | + | "Unpacked - Entry Point z" | 1193 | 3002047 | 2516.4 | 134.09 | 2320.2 | 2649.8 | + | "Unpacked - Parent |P|" | 1193 | 3977661 | 3334.2 | 11056. | 1.4300 | 1.1967e+05 | + | "Unpacked - TOF" | 1193 | 17235.6 | 14.447 | 8.3695 | 7.2881 | 83.508 | UnpackFTHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2723 | 2723.0 | 0.0000 | 2723.0 | 2723.0 | + | "# UnPackedData" | 1 | 3208 | 3208.0 | 0.0000 | 3208.0 | 3208.0 | CheckFTHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 2723 |-1.955372e-05 |-7.1809e-09 | 2.9336e-07 | -4.9999e-07 | 4.9932e-07 | - | "Diff. - Displacement y" | 2723 |-3.80212e-06 |-1.3963e-09 | 2.8692e-07 | -4.9963e-07 | 4.9996e-07 | - | "Diff. - Displacement z" | 2723 |-2.333813e-05 |-8.5707e-09 | 2.8486e-07 | -4.9918e-07 | 4.9994e-07 | - | "Diff. - Energy" | 2723 |-1.772065e-05 |-6.5078e-09 | 5.7278e-07 | -9.9995e-07 | 9.9920e-07 | - | "Diff. - Entry Point x" | 2723 |0.001240205 | 4.5546e-07 | 2.8674e-05 | -4.9986e-05 | 4.9969e-05 | - | "Diff. - Entry Point y" | 2723 |-0.002443542 |-8.9737e-07 | 2.8830e-05 | -4.9959e-05 | 4.9964e-05 | - | "Diff. - Entry Point z" | 2723 |-0.002665578 |-9.7891e-07 | 2.8829e-05 | -4.9952e-05 | 4.9971e-05 | - | "Diff. - Parent |P|" | 2723 | 0.07620754 | 2.7987e-05 | 0.0028920 | -0.0049995 | 0.0049994 | - | "Diff. - TOF" | 2723 |-9.266782e-05 |-3.4032e-08 | 2.8815e-06 | -4.9973e-06 | 4.9993e-06 | - | "Original - Displacement x" | 2723 | 105.0034 | 0.038562 | 1.3464 | -14.735 | 26.923 | - | "Original - Displacement y" | 2723 | 18.23111 | 0.0066952 | 0.82905 | -9.7005 | 9.6486 | - | "Original - Displacement z" | 2723 | 2022.247 | 0.74265 | 0.97260 | -1.3283 | 1.3270 | - | "Original - Energy" | 2723 | 1144.313 | 0.42024 | 0.68552 | 0.00041977 | 13.153 | - | "Original - Entry Point x" | 2723 | 78495.1 | 28.827 | 1192.8 | -3203.1 | 3179.7 | - | "Original - Entry Point y" | 2723 | -50564.65 | -18.569 | 683.03 | -2349.4 | 2394.9 | - | "Original - Entry Point z" | 2723 |2.342161e+07 | 8601.4 | 560.35 | 7818.4 | 9412.2 | - | "Original - Parent |P|" | 2723 |1.205738e+07 | 4428.0 | 12334. | 1.4237 | 1.1966e+05 | - | "Original - TOF" | 2723 | 91681.6 | 33.669 | 11.698 | 25.656 | 144.29 | - | "Unpacked - Displacement x" | 2723 | 105.0034 | 0.038562 | 1.3464 | -14.735 | 26.923 | - | "Unpacked - Displacement y" | 2723 | 18.23111 | 0.0066952 | 0.82905 | -9.7005 | 9.6486 | - | "Unpacked - Displacement z" | 2723 | 2022.247 | 0.74265 | 0.97260 | -1.3283 | 1.3270 | - | "Unpacked - Energy" | 2723 | 1144.313 | 0.42024 | 0.68552 | 0.00042000 | 13.153 | - | "Unpacked - Entry Point x" | 2723 | 78495.1 | 28.827 | 1192.8 | -3203.1 | 3179.7 | - | "Unpacked - Entry Point y" | 2723 | -50564.65 | -18.569 | 683.03 | -2349.4 | 2394.9 | - | "Unpacked - Entry Point z" | 2723 |2.342161e+07 | 8601.4 | 560.35 | 7818.4 | 9412.2 | - | "Unpacked - Parent |P|" | 2723 |1.205738e+07 | 4428.0 | 12334. | 1.4200 | 1.1966e+05 | - | "Unpacked - TOF" | 2723 | 91681.6 | 33.669 | 11.698 | 25.656 | 144.29 | + | "Diff. - Displacement x" | 3208 |1.886552e-05 | 5.8808e-09 | 2.8992e-07 | -4.9974e-07 | 4.9989e-07 | + | "Diff. - Displacement y" | 3208 |-1.190879e-05 |-3.7122e-09 | 2.8597e-07 | -4.9998e-07 | 4.9984e-07 | + | "Diff. - Displacement z" | 3208 |1.286066e-05 | 4.0089e-09 | 2.8858e-07 | -4.9990e-07 | 4.9995e-07 | + | "Diff. - Energy" | 3208 |-5.07562e-06 |-1.5822e-09 | 5.7444e-07 | -9.9936e-07 | 9.9986e-07 | + | "Diff. - Entry Point x" | 3208 |-0.001214293 |-3.7852e-07 | 2.9096e-05 | -4.9990e-05 | 4.9953e-05 | + | "Diff. - Entry Point y" | 3208 |0.0008569796 | 2.6714e-07 | 2.9216e-05 | -4.9972e-05 | 4.9970e-05 | + | "Diff. - Entry Point z" | 3208 |-0.0002163852 |-6.7452e-08 | 2.8611e-05 | -4.9994e-05 | 4.9968e-05 | + | "Diff. - Parent |P|" | 3208 | -0.1265325 |-3.9443e-05 | 0.0028964 | -0.0049972 | 0.0049941 | + | "Diff. - TOF" | 3208 |-0.0002268739 |-7.0721e-08 | 2.8955e-06 | -4.9998e-06 | 4.9994e-06 | + | "Original - Displacement x" | 3208 | -48.30176 | -0.015057 | 1.2998 | -18.028 | 25.253 | + | "Original - Displacement y" | 3208 | 52.57095 | 0.016387 | 0.70215 | -11.697 | 13.696 | + | "Original - Displacement z" | 3208 | 2295.702 | 0.71562 | 0.99216 | -1.3132 | 1.3197 | + | "Original - Energy" | 3208 | 1347.42 | 0.42002 | 0.59696 | 8.5093e-05 | 9.4773 | + | "Original - Entry Point x" | 3208 | -306194.5 | -95.447 | 1123.2 | -3099.3 | 3186.6 | + | "Original - Entry Point y" | 3208 | -56147.09 | -17.502 | 623.33 | -2425.0 | 2391.7 | + | "Original - Entry Point z" | 3208 |2.750106e+07 | 8572.6 | 562.95 | 7818.7 | 9412.0 | + | "Original - Parent |P|" | 3208 |1.290116e+07 | 4021.6 | 11485. | 1.4236 | 1.1966e+05 | + | "Original - TOF" | 3208 | 107145.7 | 33.400 | 10.346 | 25.656 | 146.90 | + | "Unpacked - Displacement x" | 3208 | -48.30177 | -0.015057 | 1.2998 | -18.028 | 25.253 | + | "Unpacked - Displacement y" | 3208 | 52.57096 | 0.016387 | 0.70215 | -11.697 | 13.696 | + | "Unpacked - Displacement z" | 3208 | 2295.702 | 0.71562 | 0.99216 | -1.3132 | 1.3197 | + | "Unpacked - Energy" | 3208 | 1347.42 | 0.42002 | 0.59696 | 8.6000e-05 | 9.4773 | + | "Unpacked - Entry Point x" | 3208 | -306194.5 | -95.447 | 1123.2 | -3099.3 | 3186.6 | + | "Unpacked - Entry Point y" | 3208 | -56147.09 | -17.502 | 623.33 | -2425.0 | 2391.7 | + | "Unpacked - Entry Point z" | 3208 |2.750106e+07 | 8572.6 | 562.95 | 7818.7 | 9412.0 | + | "Unpacked - Parent |P|" | 3208 |1.290116e+07 | 4021.6 | 11485. | 1.4200 | 1.1966e+05 | + | "Unpacked - TOF" | 3208 | 107145.7 | 33.400 | 10.346 | 25.656 | 146.90 | UnpackRichHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 3895 | 3895.0 | 0.0000 | 3895.0 | 3895.0 | + | "# UnPackedData" | 1 | 3899 | 3899.0 | 0.0000 | 3899.0 | 3899.0 | UnpackRichOpPhotNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 3873 | 3873.0 | 0.0000 | 3873.0 | 3873.0 | + | "# UnPackedData" | 1 | 3880 | 3880.0 | 0.0000 | 3880.0 | 3880.0 | UnpackRichSegmentsNex...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 294 | 294.00 | 0.0000 | 294.00 | 294.00 | + | "# UnPackedData" | 1 | 293 | 293.00 | 0.0000 | 293.00 | 293.00 | UnpackRichTracksNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 233 | 233.00 | 0.0000 | 233.00 | 233.00 | + | "# UnPackedData" | 1 | 243 | 243.00 | 0.0000 | 243.00 | 243.00 | CheckRichHitsNextNext SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 3895 |-0.01058314 |-2.7171e-06 | 0.00021496 | -0.0048572 | 0.0049473 | - | "Diff. - Entry Point x" | 3895 |0.004088826 | 1.0498e-06 | 2.8990e-05 | -4.9957e-05 | 4.9992e-05 | - | "Diff. - Entry Point y" | 3895 |-0.0001950204 |-5.0069e-08 | 2.8988e-05 | -4.9996e-05 | 4.9983e-05 | - | "Diff. - Entry Point z" | 3895 |-0.0009349848 |-2.4005e-07 | 2.8823e-05 | -4.9970e-05 | 4.9978e-05 | - | "Diff. - TOF" | 3895 |0.0001916107 | 4.9194e-08 | 2.8650e-06 | -4.9956e-06 | 4.9918e-06 | - | "Original - Energy" | 3895 | 6520.569 | 1.6741 | 35.649 | 0.020000 | 1000.0 | - | "Original - Entry Point x" | 3895 | 762853.6 | 195.85 | 2730.9 | -4073.9 | 4074.4 | - | "Original - Entry Point y" | 3895 | -390107.1 | -100.16 | 997.76 | -1651.2 | 1635.6 | - | "Original - Entry Point z" | 3895 |2.380327e+07 | 6111.2 | 4515.2 | 1273.6 | 11075. | - | "Original - TOF" | 3895 | 119411.3 | 30.658 | 19.537 | 6.9560 | 162.75 | - | "Unpacked - Energy" | 3895 | 6520.58 | 1.6741 | 35.649 | 0.020000 | 1000.0 | - | "Unpacked - Entry Point x" | 3895 | 762853.6 | 195.85 | 2730.9 | -4073.9 | 4074.4 | - | "Unpacked - Entry Point y" | 3895 | -390107.1 | -100.16 | 997.76 | -1651.2 | 1635.6 | - | "Unpacked - Entry Point z" | 3895 |2.380327e+07 | 6111.2 | 4515.2 | 1273.6 | 11075. | - | "Unpacked - TOF" | 3895 | 119411.3 | 30.658 | 19.537 | 6.9560 | 162.75 | + | "Diff. - Energy" | 3899 | 0.01106145 | 2.8370e-06 | 0.00018675 | -0.0042307 | 0.0043098 | + | "Diff. - Entry Point x" | 3899 |-0.003212424 |-8.2391e-07 | 2.8828e-05 | -4.9978e-05 | 4.9993e-05 | + | "Diff. - Entry Point y" | 3899 |0.0004806423 | 1.2327e-07 | 2.8785e-05 | -4.9966e-05 | 5.0000e-05 | + | "Diff. - Entry Point z" | 3899 |-0.002738319 |-7.0231e-07 | 2.8905e-05 | -4.9970e-05 | 4.9991e-05 | + | "Diff. - TOF" | 3899 |-7.709866e-05 |-1.9774e-08 | 2.8964e-06 | -4.9974e-06 | 4.9980e-06 | + | "Original - Energy" | 3899 | 6214.261 | 1.5938 | 36.963 | 0.020000 | 1000.1 | + | "Original - Entry Point x" | 3899 | 331336.7 | 84.980 | 2675.9 | -4073.5 | 4074.2 | + | "Original - Entry Point y" | 3899 | -1042030 | -267.26 | 982.49 | -1655.7 | 1621.2 | + | "Original - Entry Point z" | 3899 |2.306353e+07 | 5915.2 | 4496.7 | 1266.5 | 11072. | + | "Original - TOF" | 3899 | 119844.9 | 30.737 | 19.359 | 7.0568 | 148.53 | + | "Unpacked - Energy" | 3899 | 6214.25 | 1.5938 | 36.963 | 0.020000 | 1000.1 | + | "Unpacked - Entry Point x" | 3899 | 331336.7 | 84.980 | 2675.9 | -4073.5 | 4074.2 | + | "Unpacked - Entry Point y" | 3899 | -1042030 | -267.26 | 982.49 | -1655.7 | 1621.2 | + | "Unpacked - Entry Point z" | 3899 |2.306353e+07 | 5915.2 | 4496.7 | 1266.5 | 11072. | + | "Unpacked - TOF" | 3899 | 119844.9 | 30.737 | 19.359 | 7.0568 | 148.53 | CheckRichOpPhotNextNext SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 3873 |-0.0001063966 |-2.7471e-08 | 2.8903e-05 | -4.9975e-05 | 4.9958e-05 | - | "Diff. - Emission Point y" | 3873 |-0.0003518587 |-9.0849e-08 | 2.8933e-05 | -4.9994e-05 | 4.9999e-05 | - | "Diff. - Emission Point z" | 3873 |-0.001511387 |-3.9024e-07 | 2.9373e-05 | -4.9980e-05 | 4.9997e-05 | - | "Diff. - Energy" | 3873 |9.094947e-12 | 2.3483e-15 | 5.6650e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 3873 |0.002551082 | 6.5868e-07 | 2.8963e-05 | -4.9934e-05 | 4.9957e-05 | - | "Diff. - HPD In. Point y" | 3873 |0.0008565336 | 2.2116e-07 | 2.8635e-05 | -4.9992e-05 | 4.9949e-05 | - | "Diff. - HPD In. Point z" | 3873 |0.002859146 | 7.3823e-07 | 2.8825e-05 | -4.9990e-05 | 4.9983e-05 | - | "Diff. - HPD QW Point x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 3873 | 12180.23 | 3.1449 | 1.8467 | 0.00076826 | 6.2810 | - | "Original - Cherenkov Theta" | 3873 | 1190.911 | 0.30749 | 0.44429 | 0.011028 | 3.0352 | - | "Original - Emission Point x" | 3873 | 702083.6 | 181.28 | 1864.5 | -3995.8 | 4050.9 | - | "Original - Emission Point y" | 3873 | -154033.8 | -39.771 | 475.33 | -2289.2 | 2332.8 | - | "Original - Emission Point z" | 3873 |2.272878e+07 | 5868.5 | 4523.5 | 864.92 | 11804. | - | "Original - Energy" | 3873 | 0.01451734 | 3.7483e-06 | 7.7316e-07 | 1.8388e-06 | 6.0408e-06 | - | "Original - HPD In. Point x" | 3873 | 745357.2 | 192.45 | 2721.2 | -4065.2 | 4065.7 | - | "Original - HPD In. Point y" | 3873 | -385223.3 | -99.464 | 993.03 | -1642.7 | 1627.2 | - | "Original - HPD In. Point z" | 3873 |2.360198e+07 | 6094.0 | 4515.0 | 1268.3 | 11070. | - | "Original - HPD QW Point x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 3873 | 12180.23 | 3.1449 | 1.8467 | 0.00076826 | 6.2810 | - | "Unpacked - Cherenkov Theta" | 3873 | 1190.911 | 0.30749 | 0.44429 | 0.011028 | 3.0352 | - | "Unpacked - Emission Point x" | 3873 | 702083.6 | 181.28 | 1864.5 | -3995.8 | 4050.9 | - | "Unpacked - Emission Point y" | 3873 | -154033.8 | -39.771 | 475.33 | -2289.2 | 2332.8 | - | "Unpacked - Emission Point z" | 3873 |2.272878e+07 | 5868.5 | 4523.5 | 864.92 | 11804. | - | "Unpacked - Energy" | 3873 | 0.01451734 | 3.7483e-06 | 7.7316e-07 | 1.8388e-06 | 6.0408e-06 | - | "Unpacked - HPD In. Point x" | 3873 | 745357.2 | 192.45 | 2721.2 | -4065.2 | 4065.7 | - | "Unpacked - HPD In. Point y" | 3873 | -385223.3 | -99.464 | 993.03 | -1642.7 | 1627.2 | - | "Unpacked - HPD In. Point z" | 3873 |2.360198e+07 | 6094.0 | 4515.0 | 1268.3 | 11070. | - | "Unpacked - HPD QW Point x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 3873 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 3880 |-0.0004945199 |-1.2745e-07 | 2.8812e-05 | -4.9891e-05 | 4.9991e-05 | + | "Diff. - Emission Point y" | 3880 |0.0001207072 | 3.1110e-08 | 2.8658e-05 | -4.9993e-05 | 4.9917e-05 | + | "Diff. - Emission Point z" | 3880 |0.003150366 | 8.1195e-07 | 2.8866e-05 | -4.9942e-05 | 4.9985e-05 | + | "Diff. - Energy" | 3880 |-2.103206e-10 |-5.4206e-14 | 5.8307e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 3880 |-0.001641777 |-4.2314e-07 | 2.8805e-05 | -4.9985e-05 | 4.9993e-05 | + | "Diff. - HPD In. Point y" | 3880 |0.0007923408 | 2.0421e-07 | 2.9002e-05 | -4.9993e-05 | 5.0000e-05 | + | "Diff. - HPD In. Point z" | 3880 |0.000385315 | 9.9308e-08 | 2.8801e-05 | -4.9966e-05 | 4.9983e-05 | + | "Diff. - HPD QW Point x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 3880 | 12096.07 | 3.1175 | 1.8249 | 7.8771e-05 | 6.2832 | + | "Original - Cherenkov Theta" | 3880 | 894.6277 | 0.23057 | 0.42254 | 0.015805 | 2.8263 | + | "Original - Emission Point x" | 3880 | 28339.03 | 7.3039 | 1500.1 | -3951.5 | 4062.1 | + | "Original - Emission Point y" | 3880 | -244332.4 | -62.972 | 356.01 | -2809.8 | 2460.4 | + | "Original - Emission Point z" | 3880 |2.200544e+07 | 5671.5 | 4493.7 | 864.73 | 11693. | + | "Original - Energy" | 3880 | 0.01451887 | 3.7420e-06 | 7.6557e-07 | 1.7904e-06 | 6.1773e-06 | + | "Original - HPD In. Point x" | 3880 | 326921.4 | 84.258 | 2665.6 | -4064.8 | 4065.4 | + | "Original - HPD In. Point y" | 3880 | -1029468 | -265.33 | 978.07 | -1647.2 | 1612.8 | + | "Original - HPD In. Point z" | 3880 |2.287479e+07 | 5895.6 | 4495.6 | 1261.1 | 11068. | + | "Original - HPD QW Point x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 3880 | 12096.07 | 3.1175 | 1.8249 | 7.8771e-05 | 6.2832 | + | "Unpacked - Cherenkov Theta" | 3880 | 894.6277 | 0.23057 | 0.42254 | 0.015805 | 2.8263 | + | "Unpacked - Emission Point x" | 3880 | 28339.03 | 7.3039 | 1500.1 | -3951.5 | 4062.1 | + | "Unpacked - Emission Point y" | 3880 | -244332.4 | -62.972 | 356.01 | -2809.8 | 2460.4 | + | "Unpacked - Emission Point z" | 3880 |2.200544e+07 | 5671.5 | 4493.7 | 864.73 | 11693. | + | "Unpacked - Energy" | 3880 | 0.01451887 | 3.7420e-06 | 7.6557e-07 | 1.7904e-06 | 6.1773e-06 | + | "Unpacked - HPD In. Point x" | 3880 | 326921.4 | 84.258 | 2665.6 | -4064.8 | 4065.4 | + | "Unpacked - HPD In. Point y" | 3880 | -1029468 | -265.33 | 978.07 | -1647.2 | 1612.8 | + | "Unpacked - HPD In. Point z" | 3880 |2.287479e+07 | 5895.6 | 4495.6 | 1261.1 | 11068. | + | "Unpacked - HPD QW Point x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 3880 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegmentsNext...SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackEcalHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 6923 | 6923.0 | 0.0000 | 6923.0 | 6923.0 | + | "# UnPackedData" | 1 | 7221 | 7221.0 | 0.0000 | 7221.0 | 7221.0 | CheckEcalHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 6923 |0.003028728 | 4.3749e-07 | 2.9045e-05 | -4.9974e-05 | 4.9987e-05 | - | "Diff. - TOF" | 6923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 6923 | 99533.78 | 14.377 | 69.394 | 4.5029e-05 | 1750.9 | - | "Original - TOF" | 6923 | 1227 | 0.17724 | 0.52271 | 0.0000 | 11.000 | - | "Unpacked - Energy" | 6923 | 99533.78 | 14.377 | 69.394 | 0.0000 | 1750.9 | - | "Unpacked - TOF" | 6923 | 1227 | 0.17724 | 0.52271 | 0.0000 | 11.000 | + | "Diff. - Energy" | 7221 |0.001806333 | 2.5015e-07 | 2.8804e-05 | -4.9998e-05 | 4.9982e-05 | + | "Diff. - TOF" | 7221 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 7221 | 105505.4 | 14.611 | 83.058 | 1.1392e-05 | 4633.5 | + | "Original - TOF" | 7221 | 1121 | 0.15524 | 0.42118 | 0.0000 | 6.0000 | + | "Unpacked - Energy" | 7221 | 105505.4 | 14.611 | 83.058 | 0.0000 | 4633.5 | + | "Unpacked - TOF" | 7221 | 1121 | 0.15524 | 0.42118 | 0.0000 | 6.0000 | UnpackHcalHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1014 | 1014.0 | 0.0000 | 1014.0 | 1014.0 | + | "# UnPackedData" | 1 | 1029 | 1029.0 | 0.0000 | 1029.0 | 1029.0 | CheckHcalHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1014 |0.0003316814 | 3.2710e-07 | 2.9355e-05 | -4.9872e-05 | 4.9609e-05 | - | "Diff. - TOF" | 1014 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1014 | 10137.07 | 9.9971 | 43.929 | 0.00048931 | 1178.6 | - | "Original - TOF" | 1014 | 109 | 0.10750 | 0.71009 | -1.0000 | 12.000 | - | "Unpacked - Energy" | 1014 | 10137.07 | 9.9971 | 43.929 | 0.00050000 | 1178.6 | - | "Unpacked - TOF" | 1014 | 109 | 0.10750 | 0.71009 | -1.0000 | 12.000 | + | "Diff. - Energy" | 1029 |-0.001816927 |-1.7657e-06 | 2.8431e-05 | -4.9976e-05 | 4.9995e-05 | + | "Diff. - TOF" | 1029 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1029 | 10288.3 | 9.9984 | 37.520 | 8.7403e-05 | 681.33 | + | "Original - TOF" | 1029 | 137 | 0.13314 | 0.49562 | -1.0000 | 2.0000 | + | "Unpacked - Energy" | 1029 | 10288.31 | 9.9984 | 37.520 | 0.00010000 | 681.33 | + | "Unpacked - TOF" | 1029 | 137 | 0.13314 | 0.49562 | -1.0000 | 2.0000 | UnpackMuonHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 217 | 217.00 | 0.0000 | 217.00 | 217.00 | + | "# UnPackedData" | 1 | 122 | 122.00 | 0.0000 | 122.00 | 122.00 | CheckMuonHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 217 |3.819059e-06 | 1.7599e-08 | 3.0043e-07 | -4.9282e-07 | 4.9898e-07 | - | "Diff. - Displacement y" | 217 |-4.503347e-06 |-2.0753e-08 | 2.7992e-07 | -4.9954e-07 | 4.8531e-07 | - | "Diff. - Displacement z" | 217 |-2.67742e-06 |-1.2338e-08 | 2.9303e-07 | -4.9873e-07 | 4.9675e-07 | - | "Diff. - Energy" | 217 |1.169764e-05 | 5.3906e-08 | 5.8847e-07 | -9.8596e-07 | 9.8579e-07 | - | "Diff. - Entry Point x" | 217 |0.0001285258 | 5.9228e-07 | 2.9164e-05 | -4.9834e-05 | 4.9850e-05 | - | "Diff. - Entry Point y" | 217 |-0.0001424102 |-6.5627e-07 | 2.6690e-05 | -4.9985e-05 | 4.9332e-05 | - | "Diff. - Entry Point z" | 217 |8.191225e-05 | 3.7748e-07 | 2.8837e-05 | -4.9691e-05 | 4.9916e-05 | - | "Diff. - Parent |P|" | 217 | 0.01970663 | 9.0814e-05 | 0.0028563 | -0.0049861 | 0.0049869 | - | "Diff. - TOF" | 217 |9.613919e-05 | 4.4304e-07 | 2.6969e-06 | -4.7108e-06 | 4.9249e-06 | - | "Original - Displacement x" | 217 | 70.52511 | 0.32500 | 15.330 | -152.64 | 135.24 | - | "Original - Displacement y" | 217 | 212.7245 | 0.98030 | 11.874 | -39.063 | 135.30 | - | "Original - Displacement z" | 217 | 959.0416 | 4.4195 | 2.0057 | -5.0229 | 5.0571 | - | "Original - Energy" | 217 | 0.7555317 | 0.0034817 | 0.0065381 | 0.00023846 | 0.051128 | - | "Original - Entry Point x" | 217 | 30987.64 | 142.80 | 1487.7 | -4624.6 | 4921.0 | - | "Original - Entry Point y" | 217 | 29463.77 | 135.78 | 810.25 | -3701.8 | 3876.1 | - | "Original - Entry Point z" | 217 | 3549439 | 16357. | 1314.0 | 15094. | 19034. | - | "Original - Parent |P|" | 217 | 302140.4 | 1392.4 | 2390.9 | 1.4318 | 9818.5 | - | "Original - TOF" | 217 | 12154.7 | 56.012 | 4.8952 | 49.942 | 72.639 | - | "Unpacked - Displacement x" | 217 | 70.52511 | 0.32500 | 15.330 | -152.64 | 135.24 | - | "Unpacked - Displacement y" | 217 | 212.7245 | 0.98030 | 11.874 | -39.063 | 135.30 | - | "Unpacked - Displacement z" | 217 | 959.0416 | 4.4195 | 2.0057 | -5.0229 | 5.0571 | - | "Unpacked - Energy" | 217 | 0.75552 | 0.0034817 | 0.0065381 | 0.00023800 | 0.051128 | - | "Unpacked - Entry Point x" | 217 | 30987.64 | 142.80 | 1487.7 | -4624.6 | 4921.0 | - | "Unpacked - Entry Point y" | 217 | 29463.77 | 135.78 | 810.25 | -3701.8 | 3876.1 | - | "Unpacked - Entry Point z" | 217 | 3549439 | 16357. | 1314.0 | 15094. | 19034. | - | "Unpacked - Parent |P|" | 217 | 302140.4 | 1392.4 | 2390.9 | 1.4300 | 9818.5 | - | "Unpacked - TOF" | 217 | 12154.7 | 56.012 | 4.8952 | 49.942 | 72.639 | + | "Diff. - Displacement x" | 122 |-5.088102e-06 |-4.1706e-08 | 2.8635e-07 | -4.9793e-07 | 4.7468e-07 | + | "Diff. - Displacement y" | 122 |-3.101768e-06 |-2.5424e-08 | 2.9367e-07 | -4.9777e-07 | 4.7467e-07 | + | "Diff. - Displacement z" | 122 |-5.04044e-06 |-4.1315e-08 | 3.0031e-07 | -4.9617e-07 | 4.9758e-07 | + | "Diff. - Energy" | 122 |3.71741e-06 | 3.0471e-08 | 5.6500e-07 | -9.5921e-07 | 9.9734e-07 | + | "Diff. - Entry Point x" | 122 |0.0007367898 | 6.0393e-06 | 3.0147e-05 | -4.8424e-05 | 4.9537e-05 | + | "Diff. - Entry Point y" | 122 |0.000148105 | 1.2140e-06 | 3.0765e-05 | -4.9610e-05 | 4.9606e-05 | + | "Diff. - Entry Point z" | 122 |0.0002358914 | 1.9335e-06 | 2.8577e-05 | -4.9473e-05 | 4.9853e-05 | + | "Diff. - Parent |P|" | 122 | 0.01100263 | 9.0186e-05 | 0.0030709 | -0.0048742 | 0.0049572 | + | "Diff. - TOF" | 122 |-1.44511e-06 |-1.1845e-08 | 2.8561e-06 | -4.8500e-06 | 4.9318e-06 | + | "Original - Displacement x" | 122 | -309.6925 | -2.5385 | 10.707 | -81.404 | 30.133 | + | "Original - Displacement y" | 122 | 104.3031 | 0.85494 | 8.7812 | -13.597 | 65.202 | + | "Original - Displacement z" | 122 | 410.1959 | 3.3623 | 3.5168 | -5.0477 | 5.1090 | + | "Original - Energy" | 122 | 0.3404617 | 0.0027907 | 0.0033621 | 0.00022479 | 0.025056 | + | "Original - Entry Point x" | 122 | -6892.256 | -56.494 | 1653.6 | -4831.3 | 4648.9 | + | "Original - Entry Point y" | 122 | -44527.36 | -364.98 | 914.51 | -4066.2 | 999.71 | + | "Original - Entry Point z" | 122 | 1970682 | 16153. | 1440.8 | 15092. | 19034. | + | "Original - Parent |P|" | 122 | 47304.89 | 387.75 | 604.86 | 1.4268 | 3006.0 | + | "Original - TOF" | 122 | 6913.527 | 56.668 | 6.8807 | 50.487 | 101.36 | + | "Unpacked - Displacement x" | 122 | -309.6925 | -2.5385 | 10.707 | -81.404 | 30.133 | + | "Unpacked - Displacement y" | 122 | 104.3031 | 0.85494 | 8.7812 | -13.597 | 65.202 | + | "Unpacked - Displacement z" | 122 | 410.1959 | 3.3623 | 3.5168 | -5.0477 | 5.1090 | + | "Unpacked - Energy" | 122 | 0.340458 | 0.0027906 | 0.0033620 | 0.00022400 | 0.025056 | + | "Unpacked - Entry Point x" | 122 | -6892.257 | -56.494 | 1653.6 | -4831.3 | 4648.9 | + | "Unpacked - Entry Point y" | 122 | -44527.36 | -364.98 | 914.51 | -4066.2 | 999.71 | + | "Unpacked - Entry Point z" | 122 | 1970682 | 16153. | 1440.8 | 15092. | 19034. | + | "Unpacked - Parent |P|" | 122 | 47304.88 | 387.74 | 604.86 | 1.4300 | 3006.0 | + | "Unpacked - TOF" | 122 | 6913.527 | 56.668 | 6.8807 | 50.487 | 101.36 | RootHistSvc WARNING no ROOT output file name, Histograms cannot be persistified EventLoopMgr INFO Histograms converted successfully according to request. ToolSvc INFO Removing all tools created by ToolSvc @@ -3039,54 +2998,54 @@ NextNextEventGaussSim...SUCCESS Booked 4 Histogram(s) : 1D=4 NextNextEventGaussSim...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1492.896 | 1492.9 | 0.0000 | 1492.9 | 1492.9 | + | "Total Memory/MB" | 1 | 1492.952 | 1493.0 | 0.0000 | 1493.0 | 1493.0 | NextEventGaussSim.Nex...SUCCESS Booked 4 Histogram(s) : 1D=4 NextEventGaussSim.Nex...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1453.732 | 1453.7 | 0.0000 | 1453.7 | 1453.7 | + | "Total Memory/MB" | 1 | 1453.972 | 1454.0 | 0.0000 | 1454.0 | 1454.0 | PrevEventGaussSim.Pre...SUCCESS Booked 4 Histogram(s) : 1D=4 PrevEventGaussSim.Pre...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1395.184 | 1395.2 | 0.0000 | 1395.2 | 1395.2 | + | "Total Memory/MB" | 1 | 1397.6 | 1397.6 | 0.0000 | 1397.6 | 1397.6 | PrevPrevEventGaussSim...SUCCESS Booked 4 Histogram(s) : 1D=4 PrevPrevEventGaussSim...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1347.28 | 1347.3 | 0.0000 | 1347.3 | 1347.3 | + | "Total Memory/MB" | 1 | 1350.156 | 1350.2 | 0.0000 | 1350.2 | 1350.2 | MainEventGaussSim.Mai...SUCCESS Booked 4 Histogram(s) : 1D=4 MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1183.936 | 1183.9 | 0.0000 | 1183.9 | 1183.9 | + | "Total Memory/MB" | 1 | 1184.32 | 1184.3 | 0.0000 | 1184.3 | 1184.3 | GaussGenNextNext.Gaus...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenNextNext.Gaus...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1183.636 | 1183.6 | 0.0000 | 1183.6 | 1183.6 | + | "Total Memory/MB" | 1 | 1184.016 | 1184.0 | 0.0000 | 1184.0 | 1184.0 | GaussGenNext.GaussGen...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenNext.GaussGen...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1180.412 | 1180.4 | 0.0000 | 1180.4 | 1180.4 | + | "Total Memory/MB" | 1 | 1180.832 | 1180.8 | 0.0000 | 1180.8 | 1180.8 | GaussGenPrev.GaussGen...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenPrev.GaussGen...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1176.756 | 1176.8 | 0.0000 | 1176.8 | 1176.8 | + | "Total Memory/MB" | 1 | 1175.824 | 1175.8 | 0.0000 | 1175.8 | 1175.8 | GaussGenPrevPrev.Gaus...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenPrevPrev.Gaus...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1176.756 | 1176.8 | 0.0000 | 1176.8 | 1176.8 | + | "Total Memory/MB" | 1 | 1175.692 | 1175.7 | 0.0000 | 1175.7 | 1175.7 | GaussGen.GaussGenMemory SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1176.756 | 1176.8 | 0.0000 | 1176.8 | 1176.8 | + | "Total Memory/MB" | 1 | 1175.692 | 1175.7 | 0.0000 | 1175.7 | 1175.7 | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- -ToolSvc.SequencerTime... INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. ToolSvc.SequencerTime... INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- @@ -3221,425 +3180,442 @@ ToolSvc.SequencerTime... INFO ------------------------------------------------ | | *------- End PYTHIA Error and Warning Messages Statistics ------------------------------------------------------* TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 311110.031 | 317710.375 | 317710.375 317710.4 0.00 | 1 | 317.710 | -TimingAuditor.TIMER INFO GaussSequencer | 311089.969 | 317694.969 | 317694.969 317695.0 0.00 | 1 | 317.695 | -TimingAuditor.TIMER INFO Generator | 15110.000 | 15197.115 | 15197.115 15197.1 0.00 | 1 | 15.197 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 11970.000 | 12041.262 | 12041.262 12041.3 0.00 | 1 | 12.041 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.320 | 1.320 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO Generation | 11970.000 | 12035.882 | 12035.882 12035.9 0.00 | 1 | 12.036 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 3.990 | 3.990 4.0 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 3.862 | 3.862 3.9 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GeneratorSlotPrevPrevSeq | 950.000 | 947.603 | 947.603 947.6 0.00 | 1 | 0.948 | -TimingAuditor.TIMER INFO GaussGenPrevPrev | 10.000 | 2.856 | 2.856 2.9 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GenerationPrevPrev | 940.000 | 943.457 | 943.457 943.5 0.00 | 1 | 0.943 | -TimingAuditor.TIMER INFO GenMonitorPrevPrev | 0.000 | 1.212 | 1.212 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenMonitorAlgPrevPrev | 0.000 | 1.190 | 1.190 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GeneratorSlotPrevSeq | 1180.000 | 1191.518 | 1191.518 1191.5 0.00 | 1 | 1.192 | -TimingAuditor.TIMER INFO GaussGenPrev | 0.000 | 1.854 | 1.854 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GenerationPrev | 1180.000 | 1187.865 | 1187.865 1187.9 0.00 | 1 | 1.188 | -TimingAuditor.TIMER INFO GenMonitorPrev | 0.000 | 1.721 | 1.721 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GenMonitorAlgPrev | 0.000 | 1.700 | 1.700 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GeneratorSlotNextSeq | 890.000 | 896.388 | 896.388 896.4 0.00 | 1 | 0.896 | -TimingAuditor.TIMER INFO GaussGenNext | 0.000 | 2.891 | 2.891 2.9 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GenerationNext | 890.000 | 891.882 | 891.882 891.9 0.00 | 1 | 0.892 | -TimingAuditor.TIMER INFO GenMonitorNext | 0.000 | 1.563 | 1.563 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GenMonitorAlgNext | 0.000 | 1.548 | 1.548 1.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GeneratorSlotNextNextSeq | 120.000 | 120.303 | 120.303 120.3 0.00 | 1 | 0.120 | -TimingAuditor.TIMER INFO GaussGenNextNext | 10.000 | 2.145 | 2.145 2.1 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GenerationNextNext | 110.000 | 117.504 | 117.504 117.5 0.00 | 1 | 0.118 | -TimingAuditor.TIMER INFO GenMonitorNextNext | 0.000 | 0.604 | 0.604 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenMonitorAlgNextNext | 0.000 | 0.590 | 0.590 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO Simulation | 295980.000 | 302497.812 | 302497.812 302497.8 0.00 | 1 | 302.498 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 95610.000 | 98133.672 | 98133.672 98133.7 0.00 | 1 | 98.134 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.697 | 1.697 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MainSimulation | 95610.000 | 98131.953 | 98131.953 98132.0 0.00 | 1 | 98.132 | -TimingAuditor.TIMER INFO MakeMainSim | 95200.000 | 97164.438 | 97164.438 97164.4 0.00 | 1 | 97.164 | -TimingAuditor.TIMER INFO GenToSim | 20360.000 | 20764.828 | 20764.828 20764.8 0.00 | 1 | 20.765 | -TimingAuditor.TIMER INFO GiGaFlush | 74620.000 | 76174.859 | 76174.859 76174.9 0.00 | 1 | 76.175 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.037 | 0.037 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 40.000 | 34.078 | 34.078 34.1 0.00 | 1 | 0.034 | -TimingAuditor.TIMER INFO DetectorsHits | 150.000 | 157.535 | 157.535 157.5 0.00 | 1 | 0.158 | -TimingAuditor.TIMER INFO GetVPHits | 10.000 | 7.090 | 7.090 7.1 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO GetUTHits | 10.000 | 10.294 | 10.294 10.3 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO GetFTHits | 10.000 | 19.095 | 19.095 19.1 0.00 | 1 | 0.019 | -TimingAuditor.TIMER INFO RichHits | 110.000 | 111.825 | 111.825 111.8 0.00 | 1 | 0.112 | -TimingAuditor.TIMER INFO GetRichHits | 50.000 | 47.735 | 47.735 47.7 0.00 | 1 | 0.048 | -TimingAuditor.TIMER INFO GetRichPhotons | 10.000 | 20.729 | 20.729 20.7 0.00 | 1 | 0.021 | -TimingAuditor.TIMER INFO GetRichSegments | 20.000 | 21.142 | 21.142 21.1 0.00 | 1 | 0.021 | -TimingAuditor.TIMER INFO GetRichTracks | 20.000 | 6.766 | 6.766 6.8 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 1.148 | 1.148 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 10.000 | 13.911 | 13.911 13.9 0.00 | 1 | 0.014 | -TimingAuditor.TIMER INFO GetEcalHits | 10.000 | 5.886 | 5.886 5.9 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.911 | 0.911 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 2.228 | 2.228 2.2 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MainEventDataPacking | 30.000 | 32.744 | 32.744 32.7 0.00 | 1 | 0.033 | -TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 5.173 | 5.173 5.2 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO PackMCVertex | 10.000 | 3.113 | 3.113 3.1 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO MCVPHitPacker | 0.000 | 1.595 | 1.595 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCUTHitPacker | 0.000 | 0.268 | 0.268 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCFTHitPacker | 0.000 | 0.525 | 0.525 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.062 | 0.062 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 1.786 | 1.786 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.122 | 0.122 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 1.356 | 1.356 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichOpPhotPacker | 10.000 | 15.254 | 15.254 15.3 0.00 | 1 | 0.015 | -TimingAuditor.TIMER INFO MCRichSegmentPacker | 10.000 | 2.371 | 2.371 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.784 | 0.784 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO SimMonitor | 410.000 | 967.475 | 967.475 967.5 0.00 | 1 | 0.967 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.702 | 0.702 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 4.469 | 4.469 4.5 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 549.892 | 549.892 549.9 0.00 | 1 | 0.550 | -TimingAuditor.TIMER INFO DetectorsMonitor | 70.000 | 58.834 | 58.834 58.8 0.00 | 1 | 0.059 | -TimingAuditor.TIMER INFO VPGaussMoni | 50.000 | 38.698 | 38.698 38.7 0.00 | 1 | 0.039 | -TimingAuditor.TIMER INFO UTHitMonitor | 0.000 | 3.633 | 3.633 3.6 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO FTHitMonitor | 10.000 | 6.335 | 6.335 6.3 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO EcalMonitor | 10.000 | 6.397 | 6.397 6.4 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 1.314 | 1.314 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 2.251 | 2.251 2.3 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DataUnpackTest | 340.000 | 353.471 | 353.471 353.5 0.00 | 1 | 0.353 | -TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 7.869 | 7.869 7.9 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO UnpackMCParticle | 20.000 | 10.567 | 10.567 10.6 0.00 | 1 | 0.011 | -TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 3.972 | 3.972 4.0 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 4.028 | 4.028 4.0 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackVPHits | 10.000 | 2.897 | 2.897 2.9 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO CheckVPHits | 20.000 | 22.350 | 22.350 22.4 0.00 | 1 | 0.022 | -TimingAuditor.TIMER INFO UnpackUTHits | 0.000 | 0.778 | 0.778 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckUTHits | 10.000 | 14.195 | 14.195 14.2 0.00 | 1 | 0.014 | -TimingAuditor.TIMER INFO UnpackFTHits | 0.000 | 1.561 | 1.561 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckFTHits | 30.000 | 31.930 | 31.930 31.9 0.00 | 1 | 0.032 | -TimingAuditor.TIMER INFO UnpackRichHits | 10.000 | 3.383 | 3.383 3.4 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackRichOpPhot | 10.000 | 6.072 | 6.072 6.1 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 2.593 | 2.593 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 1.409 | 1.409 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichHits | 30.000 | 27.792 | 27.792 27.8 0.00 | 1 | 0.028 | -TimingAuditor.TIMER INFO CheckRichOpPhot | 170.000 | 183.121 | 183.121 183.1 0.00 | 1 | 0.183 | -TimingAuditor.TIMER INFO CheckRichSegments | 10.000 | 4.458 | 4.458 4.5 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.587 | 0.587 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 3.287 | 3.287 3.3 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO CheckEcalHits | 10.000 | 14.205 | 14.205 14.2 0.00 | 1 | 0.014 | -TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.606 | 0.606 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckHcalHits | 10.000 | 2.289 | 2.289 2.3 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.805 | 0.805 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 1.835 | 1.835 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO PrevPrevEventSeq | 55990.000 | 57048.137 | 57048.137 57048.1 0.00 | 1 | 57.048 | -TimingAuditor.TIMER INFO PrevPrevEventGaussSim | 0.000 | 0.672 | 0.672 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrevPrevSimulation | 55990.000 | 57047.430 | 57047.430 57047.4 0.00 | 1 | 57.047 | -TimingAuditor.TIMER INFO MakePrevPrevSim | 55650.000 | 56706.152 | 56706.152 56706.2 0.00 | 1 | 56.706 | -TimingAuditor.TIMER INFO GenToSimPrevPrev | 30.000 | 47.227 | 47.227 47.2 0.00 | 1 | 0.047 | -TimingAuditor.TIMER INFO GiGaFlushPrevPrev | 55440.000 | 56478.434 | 56478.434 56478.4 0.00 | 1 | 56.478 | -TimingAuditor.TIMER INFO GiGaCheckEventPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthPrevPrev | 30.000 | 19.400 | 19.400 19.4 0.00 | 1 | 0.019 | -TimingAuditor.TIMER INFO DetectorsHitsPrevPrev | 130.000 | 139.239 | 139.239 139.2 0.00 | 1 | 0.139 | -TimingAuditor.TIMER INFO GetVPHitsPrevPrev | 0.000 | 2.649 | 2.649 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetUTHitsPrevPrev | 0.000 | 3.146 | 3.146 3.1 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetFTHitsPrevPrev | 10.000 | 7.270 | 7.270 7.3 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO RichHitsPrevPrev | 120.000 | 118.908 | 118.908 118.9 0.00 | 1 | 0.119 | -TimingAuditor.TIMER INFO GetRichHitsPrevPrev | 60.000 | 66.863 | 66.863 66.9 0.00 | 1 | 0.067 | -TimingAuditor.TIMER INFO GetRichPhotonsPrevPrev| 20.000 | 17.957 | 17.957 18.0 0.00 | 1 | 0.018 | -TimingAuditor.TIMER INFO GetRichSegmentsPrevPre| 20.000 | 17.836 | 17.836 17.8 0.00 | 1 | 0.018 | -TimingAuditor.TIMER INFO GetRichTracksPrevPrev | 10.000 | 3.598 | 3.598 3.6 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.188 | 0.188 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 10.000 | 12.280 | 12.280 12.3 0.00 | 1 | 0.012 | -TimingAuditor.TIMER INFO GetEcalHitsPrevPrev | 0.000 | 5.325 | 5.325 5.3 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO GetHcalHitsPrevPrev | 0.000 | 0.812 | 0.812 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetMuonHitsPrevPrev | 0.000 | 0.997 | 0.997 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrevPrevEventDataPacking| 20.000 | 21.697 | 21.697 21.7 0.00 | 1 | 0.022 | -TimingAuditor.TIMER INFO PackMCParticlePrevPrev | 10.000 | 2.377 | 2.377 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO PackMCVertexPrevPrev | 0.000 | 1.953 | 1.953 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCVPHitPackerPrevPrev | 0.000 | 0.306 | 0.306 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCUTHitPackerPrevPrev | 0.000 | 0.165 | 0.165 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCFTHitPackerPrevPrev | 0.000 | 0.406 | 0.406 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerPrevPrev| 0.000 | 0.046 | 0.046 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerPrevPrev| 0.000 | 0.616 | 0.616 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCHcalHitPackerPrevPrev| 0.000 | 0.120 | 0.120 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerPrevPrev| 0.000 | 0.699 | 0.699 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerPrevP| 10.000 | 13.427 | 13.427 13.4 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 1.272 | 1.272 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichTrackPackerPrevPr| 0.000 | 0.145 | 0.145 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorPrevPrev | 340.000 | 341.251 | 341.251 341.3 0.00 | 1 | 0.341 | -TimingAuditor.TIMER INFO GiGaGetPrevPrevEvent | 0.000 | 0.119 | 0.119 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevPrevMCTruthMonitor | 0.000 | 2.240 | 2.240 2.2 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgPrevPrev | 10.000 | 1.261 | 1.261 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DetectorsMonitorPrevPrev| 40.000 | 48.196 | 48.196 48.2 0.00 | 1 | 0.048 | -TimingAuditor.TIMER INFO VPGaussMoniPrevPrev | 30.000 | 34.083 | 34.083 34.1 0.00 | 1 | 0.034 | -TimingAuditor.TIMER INFO UTHitMonitorPrevPrev | 0.000 | 1.295 | 1.295 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO FTHitMonitorPrevPrev | 10.000 | 5.469 | 5.469 5.5 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO EcalMonitorPrevPrev | 0.000 | 4.717 | 4.717 4.7 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO HcalMonitorPrevPrev | 0.000 | 1.306 | 1.306 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitCheckerPrevPrev | 0.000 | 1.179 | 1.179 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTestPrevPrev | 290.000 | 289.382 | 289.382 289.4 0.00 | 1 | 0.289 | -TimingAuditor.TIMER INFO UnpackMCVertexPrevPrev | 10.000 | 4.899 | 4.899 4.9 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO UnpackMCParticlePrevPre| 10.000 | 4.826 | 4.826 4.8 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO CompareMCVertexPrevPrev| 0.000 | 2.283 | 2.283 2.3 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CompareMCParticlePrevPr| 0.000 | 3.122 | 3.122 3.1 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackVPHitsPrevPrev | 0.000 | 0.625 | 0.625 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckVPHitsPrevPrev | 20.000 | 15.250 | 15.250 15.2 0.00 | 1 | 0.015 | -TimingAuditor.TIMER INFO UnpackUTHitsPrevPrev | 0.000 | 0.477 | 0.477 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckUTHitsPrevPrev | 10.000 | 8.961 | 8.961 9.0 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO UnpackFTHitsPrevPrev | 0.000 | 1.023 | 1.023 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckFTHitsPrevPrev | 20.000 | 25.070 | 25.070 25.1 0.00 | 1 | 0.025 | -TimingAuditor.TIMER INFO UnpackRichHitsPrevPrev | 10.000 | 2.284 | 2.284 2.3 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichOpPhotPrevPre| 0.000 | 5.557 | 5.557 5.6 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO UnpackRichSegmentsPrevP| 0.000 | 1.597 | 1.597 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichTracksPrevPre| 0.000 | 0.457 | 0.457 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsPrevPrev | 30.000 | 27.246 | 27.246 27.2 0.00 | 1 | 0.027 | -TimingAuditor.TIMER INFO CheckRichOpPhotPrevPrev| 160.000 | 164.176 | 164.176 164.2 0.00 | 1 | 0.164 | -TimingAuditor.TIMER INFO CheckRichSegmentsPrevPr| 0.000 | 3.623 | 3.623 3.6 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO CheckRichTracksPrevPrev| 0.000 | 0.191 | 0.191 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackEcalHitsPrevPrev | 0.000 | 1.948 | 1.948 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckEcalHitsPrevPrev | 20.000 | 11.491 | 11.491 11.5 0.00 | 1 | 0.011 | -TimingAuditor.TIMER INFO UnpackHcalHitsPrevPrev | 0.000 | 0.451 | 0.451 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsPrevPrev | 0.000 | 1.996 | 1.996 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackMuonHitsPrevPrev | 0.000 | 0.087 | 0.087 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsPrevPrev | 0.000 | 1.069 | 1.069 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrevEventSeq | 68070.000 | 69428.195 | 69428.195 69428.2 0.00 | 1 | 69.428 | -TimingAuditor.TIMER INFO PrevEventGaussSim | 0.000 | 0.540 | 0.540 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrevSimulation | 68070.000 | 69427.617 | 69427.609 69427.6 0.00 | 1 | 69.428 | -TimingAuditor.TIMER INFO MakePrevSim | 67710.000 | 69079.984 | 69079.977 69080.0 0.00 | 1 | 69.080 | -TimingAuditor.TIMER INFO GenToSimPrev | 20.000 | 17.572 | 17.572 17.6 0.00 | 1 | 0.018 | -TimingAuditor.TIMER INFO GiGaFlushPrev | 67510.000 | 68873.523 | 68873.516 68873.5 0.00 | 1 | 68.874 | -TimingAuditor.TIMER INFO GiGaCheckEventPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthPrev | 30.000 | 25.492 | 25.492 25.5 0.00 | 1 | 0.025 | -TimingAuditor.TIMER INFO DetectorsHitsPrev | 140.000 | 137.273 | 137.273 137.3 0.00 | 1 | 0.137 | -TimingAuditor.TIMER INFO GetVPHitsPrev | 10.000 | 4.863 | 4.863 4.9 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO GetUTHitsPrev | 0.000 | 5.258 | 5.258 5.3 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO GetFTHitsPrev | 10.000 | 12.891 | 12.891 12.9 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO RichHitsPrev | 110.000 | 103.549 | 103.549 103.5 0.00 | 1 | 0.104 | -TimingAuditor.TIMER INFO GetRichHitsPrev | 50.000 | 53.031 | 53.031 53.0 0.00 | 1 | 0.053 | -TimingAuditor.TIMER INFO GetRichPhotonsPrev | 20.000 | 16.727 | 16.727 16.7 0.00 | 1 | 0.017 | -TimingAuditor.TIMER INFO GetRichSegmentsPrev | 20.000 | 15.746 | 15.746 15.7 0.00 | 1 | 0.016 | -TimingAuditor.TIMER INFO GetRichTracksPrev | 0.000 | 6.265 | 6.265 6.3 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.289 | 0.289 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 10.000 | 11.212 | 11.212 11.2 0.00 | 1 | 0.011 | -TimingAuditor.TIMER INFO GetEcalHitsPrev | 0.000 | 7.280 | 7.280 7.3 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO GetHcalHitsPrev | 0.000 | 0.924 | 0.924 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetMuonHitsPrev | 10.000 | 2.251 | 2.251 2.3 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO PrevEventDataPacking | 10.000 | 25.838 | 25.838 25.8 0.00 | 1 | 0.026 | -TimingAuditor.TIMER INFO PackMCParticlePrev | 0.000 | 4.029 | 4.029 4.0 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO PackMCVertexPrev | 0.000 | 4.680 | 4.680 4.7 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO MCVPHitPackerPrev | 0.000 | 0.592 | 0.592 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCUTHitPackerPrev | 0.000 | 0.297 | 0.297 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCFTHitPackerPrev | 0.000 | 1.309 | 1.309 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCMuonHitPackerPrev | 0.000 | 0.051 | 0.051 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerPrev | 0.000 | 0.878 | 0.878 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCHcalHitPackerPrev | 0.000 | 0.172 | 0.172 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerPrev | 0.000 | 0.659 | 0.659 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerPrev | 10.000 | 11.389 | 11.389 11.4 0.00 | 1 | 0.011 | -TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 1.325 | 1.325 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichTrackPackerPrev | 0.000 | 0.144 | 0.144 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorPrev | 360.000 | 347.606 | 347.606 347.6 0.00 | 1 | 0.348 | -TimingAuditor.TIMER INFO GiGaGetPrevEvent | 0.000 | 0.284 | 0.284 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevMCTruthMonitor | 20.000 | 3.701 | 3.701 3.7 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgPrev | 0.000 | 1.261 | 1.261 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DetectorsMonitorPrev | 50.000 | 54.824 | 54.824 54.8 0.00 | 1 | 0.055 | -TimingAuditor.TIMER INFO VPGaussMoniPrev | 30.000 | 36.763 | 36.763 36.8 0.00 | 1 | 0.037 | -TimingAuditor.TIMER INFO UTHitMonitorPrev | 0.000 | 2.935 | 2.935 2.9 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO FTHitMonitorPrev | 10.000 | 6.227 | 6.227 6.2 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO EcalMonitorPrev | 0.000 | 6.423 | 6.423 6.4 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO HcalMonitorPrev | 0.000 | 1.158 | 1.158 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitCheckerPrev | 0.000 | 1.121 | 1.121 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTestPrev | 290.000 | 287.432 | 287.432 287.4 0.00 | 1 | 0.287 | -TimingAuditor.TIMER INFO UnpackMCVertexPrev | 10.000 | 6.767 | 6.767 6.8 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO UnpackMCParticlePrev | 0.000 | 6.964 | 6.964 7.0 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO CompareMCVertexPrev | 10.000 | 3.918 | 3.918 3.9 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO CompareMCParticlePrev | 0.000 | 3.997 | 3.997 4.0 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackVPHitsPrev | 0.000 | 0.859 | 0.859 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckVPHitsPrev | 20.000 | 19.613 | 19.613 19.6 0.00 | 1 | 0.020 | -TimingAuditor.TIMER INFO UnpackUTHitsPrev | 0.000 | 0.466 | 0.466 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckUTHitsPrev | 10.000 | 9.962 | 9.962 10.0 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO UnpackFTHitsPrev | 0.000 | 1.511 | 1.511 1.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckFTHitsPrev | 30.000 | 30.743 | 30.743 30.7 0.00 | 1 | 0.031 | -TimingAuditor.TIMER INFO UnpackRichHitsPrev | 0.000 | 1.908 | 1.908 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichOpPhotPrev | 10.000 | 4.729 | 4.729 4.7 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO UnpackRichSegmentsPrev | 0.000 | 2.265 | 2.265 2.3 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichTracksPrev | 0.000 | 0.343 | 0.343 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsPrev | 20.000 | 23.300 | 23.300 23.3 0.00 | 1 | 0.023 | -TimingAuditor.TIMER INFO CheckRichOpPhotPrev | 140.000 | 143.124 | 143.124 143.1 0.00 | 1 | 0.143 | -TimingAuditor.TIMER INFO CheckRichSegmentsPrev | 0.000 | 4.554 | 4.554 4.6 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO CheckRichTracksPrev | 10.000 | 0.217 | 0.217 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackEcalHitsPrev | 0.000 | 2.639 | 2.639 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO CheckEcalHitsPrev | 10.000 | 14.986 | 14.986 15.0 0.00 | 1 | 0.015 | -TimingAuditor.TIMER INFO UnpackHcalHitsPrev | 0.000 | 0.520 | 0.520 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckHcalHitsPrev | 0.000 | 1.994 | 1.994 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackMuonHitsPrev | 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsPrev | 10.000 | 1.268 | 1.268 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextEventSeq | 33120.000 | 33834.211 | 33834.211 33834.2 0.00 | 1 | 33.834 | -TimingAuditor.TIMER INFO NextEventGaussSim | 0.000 | 0.600 | 0.600 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextSimulation | 33120.000 | 33833.562 | 33833.566 33833.6 0.00 | 1 | 33.834 | -TimingAuditor.TIMER INFO MakeNextSim | 32870.000 | 33580.098 | 33580.098 33580.1 0.00 | 1 | 33.580 | -TimingAuditor.TIMER INFO GenToSimNext | 20.000 | 22.320 | 22.320 22.3 0.00 | 1 | 0.022 | -TimingAuditor.TIMER INFO GiGaFlushNext | 32740.000 | 33449.305 | 33449.305 33449.3 0.00 | 1 | 33.449 | -TimingAuditor.TIMER INFO GiGaCheckEventNext | 0.000 | 0.043 | 0.043 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthNext | 20.000 | 20.548 | 20.548 20.5 0.00 | 1 | 0.021 | -TimingAuditor.TIMER INFO DetectorsHitsNext | 70.000 | 72.535 | 72.535 72.5 0.00 | 1 | 0.073 | -TimingAuditor.TIMER INFO GetVPHitsNext | 0.000 | 3.262 | 3.262 3.3 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetUTHitsNext | 0.000 | 3.997 | 3.997 4.0 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetFTHitsNext | 10.000 | 5.260 | 5.260 5.3 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO RichHitsNext | 50.000 | 56.375 | 56.375 56.4 0.00 | 1 | 0.056 | -TimingAuditor.TIMER INFO GetRichHitsNext | 30.000 | 27.451 | 27.451 27.5 0.00 | 1 | 0.027 | -TimingAuditor.TIMER INFO GetRichPhotonsNext | 10.000 | 9.560 | 9.560 9.6 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO GetRichSegmentsNext | 0.000 | 9.317 | 9.317 9.3 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO GetRichTracksNext | 0.000 | 3.906 | 3.906 3.9 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.258 | 0.258 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 5.685 | 5.685 5.7 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO GetEcalHitsNext | 10.000 | 2.610 | 2.610 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetHcalHitsNext | 0.000 | 0.475 | 0.475 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsNext | 0.000 | 0.414 | 0.414 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextEventDataPacking | 20.000 | 15.092 | 15.092 15.1 0.00 | 1 | 0.015 | -TimingAuditor.TIMER INFO PackMCParticleNext | 10.000 | 3.220 | 3.220 3.2 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO PackMCVertexNext | 0.000 | 2.200 | 2.200 2.2 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCVPHitPackerNext | 0.000 | 0.412 | 0.412 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCUTHitPackerNext | 0.000 | 0.149 | 0.149 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCFTHitPackerNext | 0.000 | 0.301 | 0.301 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerNext | 0.000 | 0.036 | 0.036 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerNext | 0.000 | 0.350 | 0.350 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO EVENT LOOP | 309769.969 | 340070.500 | 340070.500 340070.5 0.00 | 1 | 340.071 | +TimingAuditor.TIMER INFO GaussSequencer | 309750.031 | 340059.188 | 340059.219 340059.2 0.00 | 1 | 340.059 | +TimingAuditor.TIMER INFO Generator | 14680.000 | 14760.518 | 14760.518 14760.5 0.00 | 1 | 14.761 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 11610.000 | 11698.024 | 11698.024 11698.0 0.00 | 1 | 11.698 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.149 | 1.149 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Generation | 11610.000 | 11693.759 | 11693.759 11693.8 0.00 | 1 | 11.694 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 3.058 | 3.058 3.1 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 2.954 | 2.954 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GeneratorSlotPrevPrevSeq | 930.000 | 923.613 | 923.613 923.6 0.00 | 1 | 0.924 | +TimingAuditor.TIMER INFO GaussGenPrevPrev | 10.000 | 2.189 | 2.189 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GenerationPrevPrev | 920.000 | 920.252 | 920.252 920.3 0.00 | 1 | 0.920 | +TimingAuditor.TIMER INFO GenMonitorPrevPrev | 0.000 | 1.122 | 1.122 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenMonitorAlgPrevPrev | 0.000 | 1.108 | 1.108 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GeneratorSlotPrevSeq | 1160.000 | 1158.106 | 1158.106 1158.1 0.00 | 1 | 1.158 | +TimingAuditor.TIMER INFO GaussGenPrev | 0.000 | 1.511 | 1.511 1.5 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GenerationPrev | 1160.000 | 1154.992 | 1154.992 1155.0 0.00 | 1 | 1.155 | +TimingAuditor.TIMER INFO GenMonitorPrev | 0.000 | 1.548 | 1.548 1.5 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GenMonitorAlgPrev | 0.000 | 1.535 | 1.535 1.5 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GeneratorSlotNextSeq | 860.000 | 866.182 | 866.182 866.2 0.00 | 1 | 0.866 | +TimingAuditor.TIMER INFO GaussGenNext | 0.000 | 2.619 | 2.619 2.6 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GenerationNext | 860.000 | 862.234 | 862.234 862.2 0.00 | 1 | 0.862 | +TimingAuditor.TIMER INFO GenMonitorNext | 0.000 | 1.246 | 1.246 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenMonitorAlgNext | 0.000 | 1.232 | 1.232 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GeneratorSlotNextNextSeq | 120.000 | 114.566 | 114.566 114.6 0.00 | 1 | 0.115 | +TimingAuditor.TIMER INFO GaussGenNextNext | 0.000 | 2.156 | 2.156 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GenerationNextNext | 120.000 | 111.772 | 111.772 111.8 0.00 | 1 | 0.112 | +TimingAuditor.TIMER INFO GenMonitorNextNext | 0.000 | 0.580 | 0.580 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenMonitorAlgNextNext | 0.000 | 0.567 | 0.567 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Simulation | 295070.031 | 325298.656 | 325298.656 325298.7 0.00 | 1 | 325.299 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.026 | 0.026 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 98060.000 | 103687.117 | 103687.117 103687.1 0.00 | 1 | 103.687 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 2.265 | 2.265 2.3 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MainSimulation | 98060.000 | 103684.812 | 103684.812 103684.8 0.00 | 1 | 103.685 | +TimingAuditor.TIMER INFO MakeMainSim | 97640.000 | 103270.148 | 103270.156 103270.2 0.00 | 1 | 103.270 | +TimingAuditor.TIMER INFO GenToSim | 20110.000 | 21064.980 | 21064.980 21065.0 0.00 | 1 | 21.065 | +TimingAuditor.TIMER INFO GiGaFlush | 77300.000 | 81902.102 | 81902.102 81902.1 0.00 | 1 | 81.902 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 40.000 | 36.385 | 36.385 36.4 0.00 | 1 | 0.036 | +TimingAuditor.TIMER INFO DetectorsHits | 160.000 | 229.847 | 229.847 229.8 0.00 | 1 | 0.230 | +TimingAuditor.TIMER INFO GetVPHits | 0.000 | 6.472 | 6.472 6.5 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO GetUTHits | 10.000 | 16.220 | 16.220 16.2 0.00 | 1 | 0.016 | +TimingAuditor.TIMER INFO GetFTHits | 10.000 | 16.478 | 16.478 16.5 0.00 | 1 | 0.016 | +TimingAuditor.TIMER INFO RichHits | 130.000 | 179.345 | 179.345 179.3 0.00 | 1 | 0.179 | +TimingAuditor.TIMER INFO GetRichHits | 60.000 | 68.606 | 68.606 68.6 0.00 | 1 | 0.069 | +TimingAuditor.TIMER INFO GetRichPhotons | 20.000 | 47.519 | 47.519 47.5 0.00 | 1 | 0.048 | +TimingAuditor.TIMER INFO GetRichSegments | 20.000 | 32.349 | 32.349 32.3 0.00 | 1 | 0.032 | +TimingAuditor.TIMER INFO GetRichTracks | 10.000 | 7.544 | 7.544 7.5 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 1.697 | 1.697 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 20.000 | 20.755 | 20.755 20.8 0.00 | 1 | 0.021 | +TimingAuditor.TIMER INFO GetEcalHits | 10.000 | 7.464 | 7.464 7.5 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 1.082 | 1.082 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 2.550 | 2.550 2.5 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO MainEventDataPacking | 30.000 | 36.522 | 36.522 36.5 0.00 | 1 | 0.037 | +TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 5.239 | 5.239 5.2 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO PackMCVertex | 10.000 | 3.725 | 3.725 3.7 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO MCVPHitPacker | 0.000 | 1.576 | 1.576 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCUTHitPacker | 0.000 | 0.237 | 0.237 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCFTHitPacker | 0.000 | 0.625 | 0.625 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.051 | 0.051 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 1.399 | 1.399 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.156 | 0.156 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 1.656 | 1.656 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCRichOpPhotPacker | 20.000 | 18.706 | 18.706 18.7 0.00 | 1 | 0.019 | +TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 2.097 | 2.097 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.754 | 0.754 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SimMonitor | 420.000 | 414.637 | 414.637 414.6 0.00 | 1 | 0.415 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.385 | 0.385 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 4.191 | 4.191 4.2 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 10.000 | 3.691 | 3.691 3.7 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO DetectorsMonitor | 50.000 | 54.048 | 54.048 54.0 0.00 | 1 | 0.054 | +TimingAuditor.TIMER INFO VPGaussMoni | 30.000 | 34.738 | 34.738 34.7 0.00 | 1 | 0.035 | +TimingAuditor.TIMER INFO UTHitMonitor | 0.000 | 3.640 | 3.640 3.6 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO FTHitMonitor | 10.000 | 5.878 | 5.878 5.9 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO EcalMonitor | 10.000 | 6.488 | 6.488 6.5 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 1.288 | 1.288 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 1.840 | 1.840 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO DataUnpackTest | 360.000 | 352.222 | 352.222 352.2 0.00 | 1 | 0.352 | +TimingAuditor.TIMER INFO UnpackMCVertex | 10.000 | 7.895 | 7.895 7.9 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO UnpackMCParticle | 10.000 | 8.008 | 8.008 8.0 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 3.605 | 3.605 3.6 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO CompareMCParticle | 10.000 | 3.727 | 3.727 3.7 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackVPHits | 0.000 | 1.491 | 1.491 1.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckVPHits | 20.000 | 20.141 | 20.141 20.1 0.00 | 1 | 0.020 | +TimingAuditor.TIMER INFO UnpackUTHits | 0.000 | 0.588 | 0.588 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckUTHits | 10.000 | 12.209 | 12.209 12.2 0.00 | 1 | 0.012 | +TimingAuditor.TIMER INFO UnpackFTHits | 0.000 | 1.733 | 1.733 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO CheckFTHits | 40.000 | 37.196 | 37.196 37.2 0.00 | 1 | 0.037 | +TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 2.519 | 2.519 2.5 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackRichOpPhot | 10.000 | 5.395 | 5.395 5.4 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 2.265 | 2.265 2.3 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.852 | 0.852 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckRichHits | 30.000 | 30.180 | 30.180 30.2 0.00 | 1 | 0.030 | +TimingAuditor.TIMER INFO CheckRichOpPhot | 190.000 | 185.934 | 185.934 185.9 0.00 | 1 | 0.186 | +TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 4.651 | 4.651 4.7 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.593 | 0.593 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackEcalHits | 10.000 | 3.360 | 3.360 3.4 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO CheckEcalHits | 10.000 | 14.950 | 14.950 14.9 0.00 | 1 | 0.015 | +TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.465 | 0.465 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 2.369 | 2.369 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.085 | 0.085 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHits | 10.000 | 1.264 | 1.264 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrevPrevEventSeq | 59030.000 | 62167.664 | 62167.664 62167.7 0.00 | 1 | 62.168 | +TimingAuditor.TIMER INFO PrevPrevEventGaussSim | 0.000 | 0.664 | 0.664 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrevPrevSimulation | 59030.000 | 62166.961 | 62166.961 62167.0 0.00 | 1 | 62.167 | +TimingAuditor.TIMER INFO MakePrevPrevSim | 58700.000 | 61814.262 | 61814.258 61814.3 0.00 | 1 | 61.814 | +TimingAuditor.TIMER INFO GenToSimPrevPrev | 10.000 | 17.617 | 17.617 17.6 0.00 | 1 | 0.018 | +TimingAuditor.TIMER INFO GiGaFlushPrevPrev | 58530.000 | 61633.902 | 61633.906 61633.9 0.00 | 1 | 61.634 | +TimingAuditor.TIMER INFO GiGaCheckEventPrevPrev | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthPrevPrev | 20.000 | 17.107 | 17.107 17.1 0.00 | 1 | 0.017 | +TimingAuditor.TIMER INFO DetectorsHitsPrevPrev | 120.000 | 126.423 | 126.423 126.4 0.00 | 1 | 0.126 | +TimingAuditor.TIMER INFO GetVPHitsPrevPrev | 0.000 | 3.005 | 3.005 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetUTHitsPrevPrev | 10.000 | 4.206 | 4.206 4.2 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetFTHitsPrevPrev | 10.000 | 8.525 | 8.525 8.5 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO RichHitsPrevPrev | 100.000 | 103.751 | 103.751 103.8 0.00 | 1 | 0.104 | +TimingAuditor.TIMER INFO GetRichHitsPrevPrev | 50.000 | 56.003 | 56.003 56.0 0.00 | 1 | 0.056 | +TimingAuditor.TIMER INFO GetRichPhotonsPrevPrev| 20.000 | 16.424 | 16.424 16.4 0.00 | 1 | 0.016 | +TimingAuditor.TIMER INFO GetRichSegmentsPrevPre| 10.000 | 15.938 | 15.938 15.9 0.00 | 1 | 0.016 | +TimingAuditor.TIMER INFO GetRichTracksPrevPrev | 10.000 | 3.580 | 3.580 3.6 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.215 | 0.215 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 10.000 | 11.357 | 11.357 11.4 0.00 | 1 | 0.011 | +TimingAuditor.TIMER INFO GetEcalHitsPrevPrev | 0.000 | 5.172 | 5.172 5.2 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GetHcalHitsPrevPrev | 0.000 | 0.761 | 0.761 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetMuonHitsPrevPrev | 0.000 | 0.793 | 0.793 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrevPrevEventDataPacking| 20.000 | 18.988 | 18.988 19.0 0.00 | 1 | 0.019 | +TimingAuditor.TIMER INFO PackMCParticlePrevPrev | 10.000 | 2.038 | 2.038 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO PackMCVertexPrevPrev | 0.000 | 1.565 | 1.565 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCVPHitPackerPrevPrev | 0.000 | 0.278 | 0.278 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCUTHitPackerPrevPrev | 0.000 | 0.146 | 0.146 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCFTHitPackerPrevPrev | 0.000 | 0.321 | 0.321 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerPrevPrev| 0.000 | 0.045 | 0.045 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerPrevPrev| 0.000 | 0.587 | 0.587 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCHcalHitPackerPrevPrev| 0.000 | 0.103 | 0.103 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerPrevPrev| 0.000 | 0.533 | 0.533 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerPrevP| 10.000 | 11.957 | 11.957 12.0 0.00 | 1 | 0.012 | +TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.995 | 0.995 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichTrackPackerPrevPr| 0.000 | 0.129 | 0.129 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorPrevPrev | 330.000 | 352.675 | 352.675 352.7 0.00 | 1 | 0.353 | +TimingAuditor.TIMER INFO GiGaGetPrevPrevEvent | 0.000 | 0.178 | 0.178 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevPrevMCTruthMonitor | 0.000 | 2.166 | 2.166 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgPrevPrev | 0.000 | 1.107 | 1.107 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DetectorsMonitorPrevPrev| 50.000 | 72.360 | 72.360 72.4 0.00 | 1 | 0.072 | +TimingAuditor.TIMER INFO VPGaussMoniPrevPrev | 40.000 | 59.001 | 59.001 59.0 0.00 | 1 | 0.059 | +TimingAuditor.TIMER INFO UTHitMonitorPrevPrev | 0.000 | 1.795 | 1.795 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO FTHitMonitorPrevPrev | 10.000 | 3.668 | 3.668 3.7 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO EcalMonitorPrevPrev | 0.000 | 5.381 | 5.381 5.4 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO HcalMonitorPrevPrev | 0.000 | 1.161 | 1.161 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitCheckerPrevPrev | 0.000 | 1.141 | 1.141 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestPrevPrev | 280.000 | 276.771 | 276.771 276.8 0.00 | 1 | 0.277 | +TimingAuditor.TIMER INFO UnpackMCVertexPrevPrev | 20.000 | 4.182 | 4.182 4.2 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackMCParticlePrevPre| 0.000 | 3.904 | 3.904 3.9 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO CompareMCVertexPrevPrev| 0.000 | 4.910 | 4.910 4.9 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO CompareMCParticlePrevPr| 10.000 | 3.774 | 3.774 3.8 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackVPHitsPrevPrev | 0.000 | 0.665 | 0.665 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckVPHitsPrevPrev | 10.000 | 14.509 | 14.509 14.5 0.00 | 1 | 0.015 | +TimingAuditor.TIMER INFO UnpackUTHitsPrevPrev | 0.000 | 0.329 | 0.329 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckUTHitsPrevPrev | 10.000 | 6.989 | 6.989 7.0 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO UnpackFTHitsPrevPrev | 0.000 | 0.928 | 0.928 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckFTHitsPrevPrev | 20.000 | 21.389 | 21.389 21.4 0.00 | 1 | 0.021 | +TimingAuditor.TIMER INFO UnpackRichHitsPrevPrev | 0.000 | 1.720 | 1.720 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichOpPhotPrevPre| 0.000 | 4.368 | 4.368 4.4 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackRichSegmentsPrevP| 0.000 | 1.645 | 1.645 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichTracksPrevPre| 0.000 | 0.248 | 0.248 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsPrevPrev | 30.000 | 25.533 | 25.533 25.5 0.00 | 1 | 0.026 | +TimingAuditor.TIMER INFO CheckRichOpPhotPrevPrev| 160.000 | 159.105 | 159.105 159.1 0.00 | 1 | 0.159 | +TimingAuditor.TIMER INFO CheckRichSegmentsPrevPr| 0.000 | 3.903 | 3.903 3.9 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO CheckRichTracksPrevPrev| 0.000 | 0.168 | 0.168 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackEcalHitsPrevPrev | 0.000 | 2.006 | 2.006 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO CheckEcalHitsPrevPrev | 20.000 | 12.265 | 12.265 12.3 0.00 | 1 | 0.012 | +TimingAuditor.TIMER INFO UnpackHcalHitsPrevPrev | 0.000 | 0.391 | 0.391 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsPrevPrev | 0.000 | 1.911 | 1.911 1.9 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackMuonHitsPrevPrev | 0.000 | 0.083 | 0.083 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsPrevPrev | 0.000 | 1.320 | 1.320 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrevEventSeq | 63180.000 | 80397.953 | 80397.945 80397.9 0.00 | 1 | 80.398 | +TimingAuditor.TIMER INFO PrevEventGaussSim | 0.000 | 0.613 | 0.613 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrevSimulation | 63180.000 | 80397.297 | 80397.297 80397.3 0.00 | 1 | 80.397 | +TimingAuditor.TIMER INFO MakePrevSim | 62860.000 | 80081.281 | 80081.273 80081.3 0.00 | 1 | 80.081 | +TimingAuditor.TIMER INFO GenToSimPrev | 20.000 | 18.740 | 18.740 18.7 0.00 | 1 | 0.019 | +TimingAuditor.TIMER INFO GiGaFlushPrev | 62680.000 | 79905.742 | 79905.750 79905.8 0.00 | 1 | 79.906 | +TimingAuditor.TIMER INFO GiGaCheckEventPrev | 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthPrev | 10.000 | 20.943 | 20.943 20.9 0.00 | 1 | 0.021 | +TimingAuditor.TIMER INFO DetectorsHitsPrev | 120.000 | 117.262 | 117.262 117.3 0.00 | 1 | 0.117 | +TimingAuditor.TIMER INFO GetVPHitsPrev | 0.000 | 4.330 | 4.330 4.3 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetUTHitsPrev | 10.000 | 5.396 | 5.396 5.4 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GetFTHitsPrev | 10.000 | 10.581 | 10.581 10.6 0.00 | 1 | 0.011 | +TimingAuditor.TIMER INFO RichHitsPrev | 90.000 | 86.887 | 86.887 86.9 0.00 | 1 | 0.087 | +TimingAuditor.TIMER INFO GetRichHitsPrev | 50.000 | 46.347 | 46.347 46.3 0.00 | 1 | 0.046 | +TimingAuditor.TIMER INFO GetRichPhotonsPrev | 20.000 | 13.135 | 13.135 13.1 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO GetRichSegmentsPrev | 10.000 | 13.150 | 13.150 13.1 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO GetRichTracksPrev | 0.000 | 5.101 | 5.101 5.1 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.247 | 0.247 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 10.000 | 8.652 | 8.652 8.7 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO GetEcalHitsPrev | 10.000 | 6.173 | 6.173 6.2 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO GetHcalHitsPrev | 0.000 | 0.876 | 0.876 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetMuonHitsPrev | 0.000 | 2.839 | 2.839 2.8 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO PrevEventDataPacking | 20.000 | 18.239 | 18.239 18.2 0.00 | 1 | 0.018 | +TimingAuditor.TIMER INFO PackMCParticlePrev | 0.000 | 2.931 | 2.931 2.9 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO PackMCVertexPrev | 0.000 | 2.380 | 2.380 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCVPHitPackerPrev | 0.000 | 0.351 | 0.351 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCUTHitPackerPrev | 0.000 | 0.157 | 0.157 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCFTHitPackerPrev | 0.000 | 0.434 | 0.434 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerPrev | 0.000 | 0.046 | 0.046 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerPrev | 0.000 | 0.661 | 0.661 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCHcalHitPackerPrev | 0.000 | 0.107 | 0.107 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerPrev | 0.000 | 0.500 | 0.500 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerPrev | 20.000 | 9.216 | 9.216 9.2 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 1.060 | 1.060 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichTrackPackerPrev | 0.000 | 0.135 | 0.135 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorPrev | 320.000 | 315.994 | 315.994 316.0 0.00 | 1 | 0.316 | +TimingAuditor.TIMER INFO GiGaGetPrevEvent | 0.000 | 0.417 | 0.417 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevMCTruthMonitor | 10.000 | 3.104 | 3.104 3.1 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgPrev | 0.000 | 1.101 | 1.101 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DetectorsMonitorPrev | 40.000 | 45.365 | 45.365 45.4 0.00 | 1 | 0.045 | +TimingAuditor.TIMER INFO VPGaussMoniPrev | 30.000 | 29.770 | 29.770 29.8 0.00 | 1 | 0.030 | +TimingAuditor.TIMER INFO UTHitMonitorPrev | 0.000 | 2.271 | 2.271 2.3 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO FTHitMonitorPrev | 0.000 | 5.644 | 5.644 5.6 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO EcalMonitorPrev | 10.000 | 5.407 | 5.407 5.4 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO HcalMonitorPrev | 0.000 | 1.139 | 1.139 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitCheckerPrev | 0.000 | 0.975 | 0.975 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestPrev | 270.000 | 265.909 | 265.909 265.9 0.00 | 1 | 0.266 | +TimingAuditor.TIMER INFO UnpackMCVertexPrev | 10.000 | 5.497 | 5.497 5.5 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO UnpackMCParticlePrev | 0.000 | 5.369 | 5.369 5.4 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO CompareMCVertexPrev | 0.000 | 3.019 | 3.019 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO CompareMCParticlePrev | 0.000 | 3.160 | 3.160 3.2 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackVPHitsPrev | 0.000 | 0.723 | 0.723 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckVPHitsPrev | 20.000 | 16.958 | 16.958 17.0 0.00 | 1 | 0.017 | +TimingAuditor.TIMER INFO UnpackUTHitsPrev | 0.000 | 0.410 | 0.410 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckUTHitsPrev | 10.000 | 8.470 | 8.470 8.5 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO UnpackFTHitsPrev | 0.000 | 1.159 | 1.159 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckFTHitsPrev | 30.000 | 29.427 | 29.427 29.4 0.00 | 1 | 0.029 | +TimingAuditor.TIMER INFO UnpackRichHitsPrev | 0.000 | 1.400 | 1.400 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichOpPhotPrev | 10.000 | 3.959 | 3.959 4.0 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackRichSegmentsPrev | 0.000 | 1.285 | 1.285 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichTracksPrev | 0.000 | 0.285 | 0.285 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsPrev | 30.000 | 22.563 | 22.563 22.6 0.00 | 1 | 0.023 | +TimingAuditor.TIMER INFO CheckRichOpPhotPrev | 130.000 | 138.249 | 138.249 138.2 0.00 | 1 | 0.138 | +TimingAuditor.TIMER INFO CheckRichSegmentsPrev | 10.000 | 3.567 | 3.567 3.6 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO CheckRichTracksPrev | 0.000 | 0.175 | 0.175 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackEcalHitsPrev | 0.000 | 2.219 | 2.219 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO CheckEcalHitsPrev | 10.000 | 13.548 | 13.548 13.5 0.00 | 1 | 0.014 | +TimingAuditor.TIMER INFO UnpackHcalHitsPrev | 0.000 | 0.397 | 0.397 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsPrev | 10.000 | 2.067 | 2.067 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackMuonHitsPrev | 0.000 | 0.077 | 0.077 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsPrev | 0.000 | 1.309 | 1.309 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextEventSeq | 30950.000 | 33798.496 | 33798.496 33798.5 0.00 | 1 | 33.798 | +TimingAuditor.TIMER INFO NextEventGaussSim | 0.000 | 0.634 | 0.634 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextSimulation | 30950.000 | 33797.824 | 33797.824 33797.8 0.00 | 1 | 33.798 | +TimingAuditor.TIMER INFO MakeNextSim | 30730.000 | 33577.801 | 33577.801 33577.8 0.00 | 1 | 33.578 | +TimingAuditor.TIMER INFO GenToSimNext | 20.000 | 20.214 | 20.214 20.2 0.00 | 1 | 0.020 | +TimingAuditor.TIMER INFO GiGaFlushNext | 30620.000 | 33462.109 | 33462.109 33462.1 0.00 | 1 | 33.462 | +TimingAuditor.TIMER INFO GiGaCheckEventNext | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthNext | 20.000 | 18.642 | 18.642 18.6 0.00 | 1 | 0.019 | +TimingAuditor.TIMER INFO DetectorsHitsNext | 60.000 | 64.774 | 64.774 64.8 0.00 | 1 | 0.065 | +TimingAuditor.TIMER INFO GetVPHitsNext | 0.000 | 2.903 | 2.903 2.9 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetUTHitsNext | 0.000 | 3.385 | 3.385 3.4 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetFTHitsNext | 10.000 | 4.672 | 4.672 4.7 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO RichHitsNext | 40.000 | 50.289 | 50.289 50.3 0.00 | 1 | 0.050 | +TimingAuditor.TIMER INFO GetRichHitsNext | 20.000 | 24.663 | 24.663 24.7 0.00 | 1 | 0.025 | +TimingAuditor.TIMER INFO GetRichPhotonsNext | 10.000 | 8.316 | 8.316 8.3 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GetRichSegmentsNext | 10.000 | 8.097 | 8.097 8.1 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GetRichTracksNext | 0.000 | 3.627 | 3.627 3.6 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.219 | 0.219 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 5.152 | 5.152 5.2 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GetEcalHitsNext | 10.000 | 2.630 | 2.630 2.6 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetHcalHitsNext | 0.000 | 0.433 | 0.433 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsNext | 0.000 | 0.272 | 0.272 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextEventDataPacking | 10.000 | 11.841 | 11.841 11.8 0.00 | 1 | 0.012 | +TimingAuditor.TIMER INFO PackMCParticleNext | 0.000 | 2.266 | 2.266 2.3 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO PackMCVertexNext | 0.000 | 1.695 | 1.695 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCVPHitPackerNext | 0.000 | 0.337 | 0.337 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCUTHitPackerNext | 0.000 | 0.132 | 0.132 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCFTHitPackerNext | 0.000 | 0.275 | 0.275 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerNext | 0.000 | 0.039 | 0.039 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerNext | 0.000 | 0.288 | 0.288 0.3 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO MCHcalHitPackerNext | 0.000 | 0.074 | 0.074 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerNext | 0.000 | 0.550 | 0.550 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerNext | 10.000 | 6.454 | 6.454 6.5 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.968 | 0.968 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichTrackPackerNext | 0.000 | 0.116 | 0.116 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorNext | 250.000 | 253.429 | 253.429 253.4 0.00 | 1 | 0.253 | -TimingAuditor.TIMER INFO GiGaGetNextEvent | 0.000 | 0.143 | 0.143 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextMCTruthMonitor | 0.000 | 2.859 | 2.859 2.9 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgNext | 0.000 | 0.858 | 0.858 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DetectorsMonitorNext | 60.000 | 57.534 | 57.534 57.5 0.00 | 1 | 0.058 | -TimingAuditor.TIMER INFO VPGaussMoniNext | 40.000 | 40.117 | 40.117 40.1 0.00 | 1 | 0.040 | -TimingAuditor.TIMER INFO UTHitMonitorNext | 0.000 | 3.646 | 3.646 3.6 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO FTHitMonitorNext | 10.000 | 8.852 | 8.852 8.9 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO EcalMonitorNext | 10.000 | 2.775 | 2.775 2.8 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO HcalMonitorNext | 0.000 | 0.768 | 0.768 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitCheckerNext | 0.000 | 1.175 | 1.175 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTestNext | 190.000 | 191.933 | 191.933 191.9 0.00 | 1 | 0.192 | -TimingAuditor.TIMER INFO UnpackMCVertexNext | 0.000 | 3.754 | 3.754 3.8 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackMCParticleNext | 0.000 | 4.132 | 4.132 4.1 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO CompareMCVertexNext | 0.000 | 2.726 | 2.726 2.7 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO CompareMCParticleNext | 10.000 | 3.206 | 3.206 3.2 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackVPHitsNext | 10.000 | 0.639 | 0.639 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckVPHitsNext | 10.000 | 14.660 | 14.660 14.7 0.00 | 1 | 0.015 | -TimingAuditor.TIMER INFO UnpackUTHitsNext | 0.000 | 0.335 | 0.335 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckUTHitsNext | 10.000 | 7.965 | 7.965 8.0 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO UnpackFTHitsNext | 0.000 | 0.547 | 0.547 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckFTHitsNext | 10.000 | 12.607 | 12.607 12.6 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO UnpackRichHitsNext | 0.000 | 1.208 | 1.208 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichOpPhotNext | 0.000 | 2.851 | 2.851 2.9 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackRichSegmentsNext | 0.000 | 1.132 | 1.132 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichTracksNext | 0.000 | 0.210 | 0.210 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsNext | 20.000 | 17.482 | 17.482 17.5 0.00 | 1 | 0.017 | -TimingAuditor.TIMER INFO CheckRichOpPhotNext | 110.000 | 106.292 | 106.292 106.3 0.00 | 1 | 0.106 | -TimingAuditor.TIMER INFO CheckRichSegmentsNext | 0.000 | 3.086 | 3.086 3.1 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO CheckRichTracksNext | 0.000 | 0.123 | 0.123 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackEcalHitsNext | 0.000 | 0.945 | 0.945 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckEcalHitsNext | 10.000 | 5.688 | 5.688 5.7 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO UnpackHcalHitsNext | 0.000 | 0.208 | 0.208 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsNext | 0.000 | 0.914 | 0.914 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMuonHitsNext | 0.000 | 0.050 | 0.050 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsNext | 0.000 | 0.558 | 0.558 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextNextEventSeq | 43190.000 | 44053.520 | 44053.520 44053.5 0.00 | 1 | 44.054 | -TimingAuditor.TIMER INFO NextNextEventGaussSim | 0.000 | 0.595 | 0.595 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextNextSimulation | 43190.000 | 44052.891 | 44052.891 44052.9 0.00 | 1 | 44.053 | -TimingAuditor.TIMER INFO MakeNextNextSim | 42920.000 | 43779.863 | 43779.863 43779.9 0.00 | 1 | 43.780 | -TimingAuditor.TIMER INFO GenToSimNextNext | 10.000 | 12.499 | 12.499 12.5 0.00 | 1 | 0.012 | -TimingAuditor.TIMER INFO GiGaFlushNextNext | 42810.000 | 43669.238 | 43669.238 43669.2 0.00 | 1 | 43.669 | -TimingAuditor.TIMER INFO GiGaCheckEventNextNext | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthNextNext | 30.000 | 25.724 | 25.724 25.7 0.00 | 1 | 0.026 | -TimingAuditor.TIMER INFO DetectorsHitsNextNext | 50.000 | 59.123 | 59.123 59.1 0.00 | 1 | 0.059 | -TimingAuditor.TIMER INFO GetVPHitsNextNext | 0.000 | 2.631 | 2.631 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetUTHitsNextNext | 10.000 | 4.124 | 4.124 4.1 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetFTHitsNextNext | 0.000 | 8.558 | 8.558 8.6 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO RichHitsNextNext | 40.000 | 38.050 | 38.050 38.0 0.00 | 1 | 0.038 | -TimingAuditor.TIMER INFO GetRichHitsNextNext | 20.000 | 16.832 | 16.832 16.8 0.00 | 1 | 0.017 | -TimingAuditor.TIMER INFO GetRichPhotonsNextNext| 10.000 | 8.255 | 8.255 8.3 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO GetRichSegmentsNextNex| 0.000 | 6.385 | 6.385 6.4 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO GetRichTracksNextNext | 10.000 | 3.134 | 3.134 3.1 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.201 | 0.201 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 2.991 | 2.991 3.0 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetEcalHitsNextNext | 0.000 | 4.007 | 4.007 4.0 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetHcalHitsNextNext | 0.000 | 0.648 | 0.648 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetMuonHitsNextNext | 0.000 | 0.895 | 0.895 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextNextEventDataPacking| 20.000 | 13.017 | 13.017 13.0 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO PackMCParticleNextNext | 10.000 | 2.598 | 2.598 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO PackMCVertexNextNext | 0.000 | 1.987 | 1.987 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCVPHitPackerNextNext | 0.000 | 0.218 | 0.218 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCUTHitPackerNextNext | 0.000 | 0.123 | 0.123 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCFTHitPackerNextNext | 0.000 | 0.281 | 0.281 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerNextNext| 0.000 | 0.045 | 0.045 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerNextNext| 0.000 | 0.601 | 0.601 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCHcalHitPackerNextNext| 0.000 | 0.170 | 0.170 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerNextNext| 0.000 | 0.487 | 0.487 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerNextN| 10.000 | 4.969 | 4.969 5.0 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 1.120 | 1.120 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichTrackPackerNextNe| 0.000 | 0.122 | 0.122 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorNextNext | 270.000 | 272.987 | 272.987 273.0 0.00 | 1 | 0.273 | -TimingAuditor.TIMER INFO GiGaGetNextNextEvent | 0.000 | 0.198 | 0.198 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextNextMCTruthMonitor | 10.000 | 2.649 | 2.649 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgNextNext | 0.000 | 0.849 | 0.849 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DetectorsMonitorNextNext| 90.000 | 90.390 | 90.390 90.4 0.00 | 1 | 0.090 | -TimingAuditor.TIMER INFO VPGaussMoniNextNext | 50.000 | 66.741 | 66.741 66.7 0.00 | 1 | 0.067 | -TimingAuditor.TIMER INFO UTHitMonitorNextNext | 10.000 | 4.360 | 4.360 4.4 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO FTHitMonitorNextNext | 10.000 | 12.385 | 12.385 12.4 0.00 | 1 | 0.012 | -TimingAuditor.TIMER INFO EcalMonitorNextNext | 10.000 | 3.782 | 3.782 3.8 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO HcalMonitorNextNext | 0.000 | 0.940 | 0.940 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitCheckerNextNext | 10.000 | 1.986 | 1.986 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DataUnpackTestNextNext | 170.000 | 178.808 | 178.808 178.8 0.00 | 1 | 0.179 | -TimingAuditor.TIMER INFO UnpackMCVertexNextNext | 0.000 | 6.104 | 6.104 6.1 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO UnpackMCParticleNextNex| 0.000 | 7.998 | 7.998 8.0 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO CompareMCVertexNextNext| 10.000 | 2.030 | 2.030 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CompareMCParticleNextNe| 0.000 | 2.442 | 2.442 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackVPHitsNextNext | 0.000 | 1.124 | 1.124 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckVPHitsNextNext | 10.000 | 9.808 | 9.808 9.8 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO UnpackUTHitsNextNext | 0.000 | 0.917 | 0.917 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckUTHitsNextNext | 10.000 | 7.325 | 7.325 7.3 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO UnpackFTHitsNextNext | 10.000 | 1.536 | 1.536 1.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckFTHitsNextNext | 20.000 | 18.744 | 18.744 18.7 0.00 | 1 | 0.019 | -TimingAuditor.TIMER INFO UnpackRichHitsNextNext | 0.000 | 1.681 | 1.681 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichOpPhotNextNex| 0.000 | 4.034 | 4.034 4.0 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackRichSegmentsNextN| 0.000 | 1.596 | 1.596 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichTracksNextNex| 0.000 | 0.272 | 0.272 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsNextNext | 10.000 | 13.171 | 13.171 13.2 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO CheckRichOpPhotNextNext| 80.000 | 83.276 | 83.276 83.3 0.00 | 1 | 0.083 | -TimingAuditor.TIMER INFO CheckRichSegmentsNextNe| 10.000 | 2.194 | 2.194 2.2 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckRichTracksNextNext| 0.000 | 0.096 | 0.096 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackEcalHitsNextNext | 0.000 | 2.425 | 2.425 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckEcalHitsNextNext | 0.000 | 7.802 | 7.802 7.8 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO UnpackHcalHitsNextNext | 0.000 | 0.472 | 0.472 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsNextNext | 0.000 | 1.105 | 1.105 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMuonHitsNextNext | 0.000 | 0.144 | 0.144 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsNextNext | 10.000 | 1.740 | 1.740 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCRichHitPackerNext | 0.000 | 0.482 | 0.482 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerNext | 0.000 | 5.199 | 5.199 5.2 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 10.000 | 0.697 | 0.697 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichTrackPackerNext | 0.000 | 0.100 | 0.100 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorNext | 220.000 | 219.995 | 219.995 220.0 0.00 | 1 | 0.220 | +TimingAuditor.TIMER INFO GiGaGetNextEvent | 0.000 | 0.177 | 0.177 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextMCTruthMonitor | 10.000 | 2.312 | 2.312 2.3 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgNext | 0.000 | 0.794 | 0.794 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DetectorsMonitorNext | 30.000 | 37.632 | 37.632 37.6 0.00 | 1 | 0.038 | +TimingAuditor.TIMER INFO VPGaussMoniNext | 20.000 | 27.736 | 27.736 27.7 0.00 | 1 | 0.028 | +TimingAuditor.TIMER INFO UTHitMonitorNext | 0.000 | 1.491 | 1.491 1.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO FTHitMonitorNext | 0.000 | 3.546 | 3.546 3.5 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO EcalMonitorNext | 0.000 | 2.788 | 2.788 2.8 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO HcalMonitorNext | 10.000 | 0.829 | 0.829 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitCheckerNext | 0.000 | 1.069 | 1.069 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestNext | 180.000 | 179.015 | 179.015 179.0 0.00 | 1 | 0.179 | +TimingAuditor.TIMER INFO UnpackMCVertexNext | 10.000 | 3.633 | 3.633 3.6 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackMCParticleNext | 0.000 | 4.291 | 4.291 4.3 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO CompareMCVertexNext | 0.000 | 2.455 | 2.455 2.5 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO CompareMCParticleNext | 0.000 | 2.935 | 2.935 2.9 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackVPHitsNext | 0.000 | 0.645 | 0.645 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckVPHitsNext | 20.000 | 14.001 | 14.001 14.0 0.00 | 1 | 0.014 | +TimingAuditor.TIMER INFO UnpackUTHitsNext | 0.000 | 0.317 | 0.317 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckUTHitsNext | 10.000 | 6.064 | 6.064 6.1 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO UnpackFTHitsNext | 0.000 | 0.487 | 0.487 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckFTHitsNext | 10.000 | 10.887 | 10.887 10.9 0.00 | 1 | 0.011 | +TimingAuditor.TIMER INFO UnpackRichHitsNext | 0.000 | 1.085 | 1.085 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichOpPhotNext | 0.000 | 2.664 | 2.664 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackRichSegmentsNext | 0.000 | 0.867 | 0.867 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichTracksNext | 0.000 | 0.178 | 0.178 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsNext | 10.000 | 15.947 | 15.947 15.9 0.00 | 1 | 0.016 | +TimingAuditor.TIMER INFO CheckRichOpPhotNext | 100.000 | 100.828 | 100.828 100.8 0.00 | 1 | 0.101 | +TimingAuditor.TIMER INFO CheckRichSegmentsNext | 10.000 | 2.698 | 2.698 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO CheckRichTracksNext | 0.000 | 0.107 | 0.107 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackEcalHitsNext | 0.000 | 0.926 | 0.926 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckEcalHitsNext | 0.000 | 5.452 | 5.452 5.5 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO UnpackHcalHitsNext | 0.000 | 0.192 | 0.192 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsNext | 0.000 | 0.923 | 0.923 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackMuonHitsNext | 10.000 | 0.054 | 0.054 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsNext | 0.000 | 0.616 | 0.616 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextNextEventSeq | 43850.000 | 45247.301 | 45247.301 45247.3 0.00 | 1 | 45.247 | +TimingAuditor.TIMER INFO NextNextEventGaussSim | 0.000 | 0.597 | 0.597 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextNextSimulation | 43850.000 | 45246.641 | 45246.641 45246.6 0.00 | 1 | 45.247 | +TimingAuditor.TIMER INFO MakeNextNextSim | 43650.000 | 45045.359 | 45045.359 45045.4 0.00 | 1 | 45.045 | +TimingAuditor.TIMER INFO GenToSimNextNext | 10.000 | 10.587 | 10.587 10.6 0.00 | 1 | 0.011 | +TimingAuditor.TIMER INFO GiGaFlushNextNext | 43560.000 | 44962.246 | 44962.250 44962.2 0.00 | 1 | 44.962 | +TimingAuditor.TIMER INFO GiGaCheckEventNextNext | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthNextNext | 20.000 | 13.404 | 13.404 13.4 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO DetectorsHitsNextNext | 40.000 | 49.912 | 49.912 49.9 0.00 | 1 | 0.050 | +TimingAuditor.TIMER INFO GetVPHitsNextNext | 0.000 | 1.973 | 1.973 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetUTHitsNextNext | 0.000 | 3.696 | 3.696 3.7 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetFTHitsNextNext | 10.000 | 7.198 | 7.198 7.2 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO RichHitsNextNext | 30.000 | 31.990 | 31.990 32.0 0.00 | 1 | 0.032 | +TimingAuditor.TIMER INFO GetRichHitsNextNext | 10.000 | 14.624 | 14.624 14.6 0.00 | 1 | 0.015 | +TimingAuditor.TIMER INFO GetRichPhotonsNextNext| 10.000 | 5.536 | 5.536 5.5 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO GetRichSegmentsNextNex| 0.000 | 5.561 | 5.561 5.6 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO GetRichTracksNextNext | 0.000 | 2.985 | 2.985 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.190 | 0.190 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 10.000 | 2.915 | 2.915 2.9 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetEcalHitsNextNext | 0.000 | 3.409 | 3.409 3.4 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetHcalHitsNextNext | 0.000 | 0.488 | 0.488 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsNextNext | 0.000 | 1.007 | 1.007 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextNextEventDataPacking| 20.000 | 8.836 | 8.836 8.8 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO PackMCParticleNextNext | 0.000 | 1.814 | 1.814 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO PackMCVertexNextNext | 10.000 | 1.391 | 1.391 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCVPHitPackerNextNext | 0.000 | 0.178 | 0.178 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCUTHitPackerNextNext | 0.000 | 0.163 | 0.163 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCFTHitPackerNextNext | 0.000 | 0.348 | 0.348 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerNextNext| 0.000 | 0.035 | 0.035 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerNextNext| 0.000 | 0.375 | 0.375 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerNextNext| 0.000 | 0.079 | 0.079 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerNextNext| 0.000 | 0.315 | 0.315 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerNextN| 10.000 | 3.299 | 3.299 3.3 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.550 | 0.550 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichTrackPackerNextNe| 0.000 | 0.074 | 0.074 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorNextNext | 200.000 | 201.236 | 201.236 201.2 0.00 | 1 | 0.201 | +TimingAuditor.TIMER INFO GiGaGetNextNextEvent | 0.000 | 0.135 | 0.135 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextNextMCTruthMonitor | 0.000 | 2.006 | 2.006 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgNextNext | 0.000 | 0.659 | 0.659 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DetectorsMonitorNextNext| 40.000 | 36.502 | 36.502 36.5 0.00 | 1 | 0.037 | +TimingAuditor.TIMER INFO VPGaussMoniNextNext | 30.000 | 25.105 | 25.105 25.1 0.00 | 1 | 0.025 | +TimingAuditor.TIMER INFO UTHitMonitorNextNext | 0.000 | 1.692 | 1.692 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO FTHitMonitorNextNext | 0.000 | 4.518 | 4.518 4.5 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO EcalMonitorNextNext | 10.000 | 3.289 | 3.289 3.3 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO HcalMonitorNextNext | 0.000 | 0.815 | 0.815 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitCheckerNextNext | 0.000 | 0.945 | 0.945 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestNextNext | 160.000 | 161.855 | 161.855 161.9 0.00 | 1 | 0.162 | +TimingAuditor.TIMER INFO UnpackMCVertexNextNext | 0.000 | 3.289 | 3.289 3.3 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackMCParticleNextNex| 0.000 | 4.075 | 4.075 4.1 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO CompareMCVertexNextNext| 0.000 | 1.947 | 1.947 1.9 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO CompareMCParticleNextNe| 0.000 | 2.124 | 2.124 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackVPHitsNextNext | 0.000 | 0.389 | 0.389 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVPHitsNextNext | 10.000 | 8.180 | 8.180 8.2 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO UnpackUTHitsNextNext | 0.000 | 0.358 | 0.358 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckUTHitsNextNext | 10.000 | 7.618 | 7.618 7.6 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO UnpackFTHitsNextNext | 0.000 | 0.844 | 0.844 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckFTHitsNextNext | 20.000 | 20.548 | 20.548 20.5 0.00 | 1 | 0.021 | +TimingAuditor.TIMER INFO UnpackRichHitsNextNext | 0.000 | 0.896 | 0.896 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichOpPhotNextNex| 0.000 | 2.129 | 2.129 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichSegmentsNextN| 0.000 | 0.747 | 0.747 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichTracksNextNex| 0.000 | 0.182 | 0.182 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsNextNext | 20.000 | 13.132 | 13.132 13.1 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO CheckRichOpPhotNextNext| 80.000 | 81.305 | 81.305 81.3 0.00 | 1 | 0.081 | +TimingAuditor.TIMER INFO CheckRichSegmentsNextNe| 0.000 | 2.072 | 2.072 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO CheckRichTracksNextNext| 0.000 | 0.104 | 0.104 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackEcalHitsNextNext | 10.000 | 1.306 | 1.306 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckEcalHitsNextNext | 10.000 | 7.900 | 7.900 7.9 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO UnpackHcalHitsNextNext | 0.000 | 0.210 | 0.210 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsNextNext | 0.000 | 1.107 | 1.107 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackMuonHitsNextNext | 0.000 | 0.054 | 0.054 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsNextNext | 0.000 | 0.853 | 0.853 0.9 0.00 | 1 | 0.001 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -GiGa.TrackSeq.HepMCTrackSUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.HepMCTrackSUCCESS #WARNINGS = 2 Message = 'The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown'' GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 37608 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 37435 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 273 [s] Ave/Min/Max= 54.6(+- 15.4)/ 32.7/ 74.5 [s] #= 5 -ChronoStatSvc INFO Time User : Tot= 8.82[min] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 272 [s] Ave/Min/Max= 54.5(+- 16.1)/ 30.6/ 77.2 [s] #= 5 +ChronoStatSvc INFO Time User : Tot= 8.69[min] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#MCRichTracks" | 1 | 480 | 480.00 | 0.0000 | 480.00 | 480.00 | -******Stat****** INFO "#MCRichSegment | 1 | 590 | 590.00 | 0.0000 | 590.00 | 590.00 | -******Stat****** INFO "#MCRichOpPhoto | 1 | 8231 | 8231.0 | 0.0000 | 8231.0 | 8231.0 | -******Stat****** INFO "#Muon MCHits" | 5 | 862 | 172.40 | 60.757 | 74.000 | 250.00 | -******Stat****** INFO "#Prs MCHits" | 5 | 7475 | 1495.0 | 479.25 | 832.00 | 2042.0 | -******Stat****** INFO "#Velo MCHits" | 5 | 11512 | 2302.4 | 564.87 | 1419.0 | 3112.0 | -******Stat****** INFO "#Rich2 MCHits" | 5 | 12220 | 2444.0 | 835.82 | 1095.0 | 3413.0 | -******Stat****** INFO "#Rich1 MCHits" | 5 | 19574 | 3914.8 | 1089.2 | 1998.0 | 5317.0 | -******Stat****** INFO "#Rich MCHits" | 5 | 31794 | 6358.8 | 1675.2 | 3895.0 | 8276.0 | -******Stat****** INFO "#MCParticles" | 5 | 38151 | 7630.2 | 2080.4 | 5349.0 | 10888. | -******Stat****** INFO "#MCVertices" | 5 | 42146 | 8429.2 | 2395.4 | 5936.0 | 12159. | -******Stat****** INFO "#Spd MCHits" | 5 | 46991 | 9398.2 | 2945.1 | 5089.0 | 12748. | +******Stat****** INFO "#MCRichTracks" | 1 | 535 | 535.00 | 0.0000 | 535.00 | 535.00 | +******Stat****** INFO "#MCRichSegment | 1 | 631 | 631.00 | 0.0000 | 631.00 | 631.00 | +******Stat****** INFO "#MCRichOpPhoto | 1 | 8841 | 8841.0 | 0.0000 | 8841.0 | 8841.0 | +******Stat****** INFO "#Muon MCHits" | 5 | 782 | 156.40 | 45.399 | 84.000 | 197.00 | +******Stat****** INFO "#Prs MCHits" | 5 | 7675 | 1535.0 | 514.79 | 842.00 | 2186.0 | +******Stat****** INFO "#Velo MCHits" | 5 | 11307 | 2261.4 | 578.00 | 1276.0 | 3007.0 | +******Stat****** INFO "#Rich2 MCHits" | 5 | 11948 | 2389.6 | 896.39 | 1071.0 | 3607.0 | +******Stat****** INFO "#Rich1 MCHits" | 5 | 19911 | 3982.2 | 1190.8 | 2086.0 | 5278.0 | +******Stat****** INFO "#Rich MCHits" | 5 | 31859 | 6371.8 | 1823.0 | 3899.0 | 8885.0 | +******Stat****** INFO "#MCParticles" | 5 | 38045 | 7609.0 | 2124.2 | 5444.0 | 11051. | +******Stat****** INFO "#MCVertices" | 5 | 42326 | 8465.2 | 2444.8 | 6177.0 | 12453. | +******Stat****** INFO "#Spd MCHits" | 5 | 49004 | 9800.8 | 3182.5 | 4976.0 | 13330. | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully ApplicationMgr INFO Application Manager Terminated successfully Thanks for using LHAPDF 6.1.6. Please make sure to cite the paper: Eur.Phys.J. C75 (2015) 3, 132 (http://arxiv.org/abs/1412.7420) +======================================================================= +====== Pre-compound/De-excitation Physics Parameters ======== +======================================================================= +Type of pre-compound inverse x-section 3 +Pre-compound model active 1 +Pre-compound low energy (MeV) 0.1 +Type of de-excitation inverse x-section 3 +Type of de-excitation factory Evaporation +Number of de-excitation channels 8 +Min excitation energy (keV) 0.01 +Min energy per nucleon for multifragmentation (MeV) 1e+05 +Level density (1/MeV) 0.1 +Time limit for long lived isomeres (ns) 1e+12 +Internal e- conversion flag 1 +Store e- internal conversion data 0 +Electron internal conversion ID 2 +Correlated gamma emission flag 0 +Max 2J for sampling of angular correlations 10 +======================================================================= diff --git a/Sim/Gauss/tests/refs/testGauss-Upgrade-Baseline.ref b/Sim/Gauss/tests/refs/testGauss-Upgrade-Baseline.ref index e76fd538cd39e7f987be97def77eebf91d3b0307..76385bc51a8fbbfb4d11718c1267a42ba1d8133b 100644 --- a/Sim/Gauss/tests/refs/testGauss-Upgrade-Baseline.ref +++ b/Sim/Gauss/tests/refs/testGauss-Upgrade-Baseline.ref @@ -1,21 +1,21 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-Upgrade.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Beam7000GeV-md100-nu7.6-HorExtAngle.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Beam7000GeV-md100-nu7.6-HorExtAngle.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-Upgrade-Baseline.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-Upgrade-Baseline.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-Upgrade.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-Upgrade.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam7000GeV-md100-nu7.6-HorExtAngle.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam7000GeV-md100-nu7.6-HorExtAngle.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-Upgrade-Baseline.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-Upgrade-Baseline.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-Upgrade.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/10000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/10000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/G4PL_FTFP_BERT_EmNoCuts.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/G4PL_FTFP_BERT_EmNoCuts.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-1evt.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-1evt.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Conditions/IgnoreCaliboffDB_LHCBv38r7.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Conditions/IgnoreCaliboffDB_LHCBv38r7.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/G4PL_FTFP_BERT_EmNoCuts.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/G4PL_FTFP_BERT_EmNoCuts.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-1evt.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-1evt.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Conditions/IgnoreCaliboffDB_LHCBv38r7.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Conditions/IgnoreCaliboffDB_LHCBv38r7.py' # applying configuration of Gauss Ecut value = 5.0 @@ -76,8 +76,8 @@ Upgrade RICH simulation now configured # GaussTape.OptItemList = ['/Event/Gen/HepMCEvents#1'] ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 06:19:31 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 07:04:26 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' @@ -88,7 +88,7 @@ DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -96,7 +96,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -231,7 +231,7 @@ RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 RndmGenSvc.Engine INFO This is the GEANT4 engine! RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> -TimingAuditor.TIMER INFO This machine has a speed about 2.63 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. GaussSequencer INFO Member list: GaudiSequencer/Generator, GaudiSequencer/Simulation ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. Generator INFO Member list: GaudiSequencer/GeneratorSlotMainSeq @@ -302,7 +302,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 06:20:33 | | + | | P Y T H H III A A Now is 23 Feb 2019 at 07:05:43 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -448,8 +448,6 @@ ApplicationMgr INFO Application Manager Started successfully GaussGen INFO Evt 1, Run 1, Nr. in job = 1 with seeds [1, 1, 644571761, 0] PYTHIA Warning in SpaceShower::pT2nextQCD: weight above unity PYTHIA Warning in StringFragmentation::fragmentToJunction: bad convergence junction rest frame - PYTHIA Warning in JunctionSplitting::CheckColours: Made a gluon colour singlet; redoing colours - PYTHIA Error in BeamRemnants::setKinematics: kinematics construction failed MainEventGaussSim INFO Evt 1, Run 1, Nr. in job = 1 with seeds [1, 1, 1711122878, 0] GiGa.GiGaMgr INFO GiGaRunManager:: Geometry will be extracted from GaussGeo @@ -792,35 +790,35 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm ================================================================ RichG4HistoSet2 INFO Now Booking Rich Ckv G4 Histo Set2 RichG4HistoSet2 INFO End booking Rich G4 Histo set2 -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 10888 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 12159 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 3300 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 3837 ApplicationMgr INFO Application Manager Stopped successfully GaussGen SUCCESS ================================================================== GaussGen SUCCESS 1 events processed GaussGen SUCCESS ================================================================== Generation SUCCESS READ FSR: { Event type: 10000000 Hard Generator: Pythia8 Generation method: Generation.Inclusive DecFiles version: v31r0 njobs:1 - generator counters: AllEvt key: 0 value: 25 / EvtGenerated key: 2 value: 25 / IntGenerated key: 3 value: 199 / EvtAccepted key: 4 value: 1 / IntAccepted key: 5 value: 10 / OnebGen key: 10 value: 1 / ThreebGen key: 11 value: 0 / PromptBGen key: 12 value: 0 / OnecGen key: 13 value: 27 / ThreecGen key: 14 value: 2 / PromptCGen key: 15 value: 2 / bAndcGen key: 16 value: 1 / OnebAcc key: 17 value: 1 / ThreebAcc key: 18 value: 0 / PromptBAcc key: 19 value: 0 / OnecAcc key: 20 value: 2 / ThreecAcc key: 21 value: 0 / PromptCAcc key: 22 value: 0 / bAndcAcc key: 23 value: 1 / BeforeLevelCut key: 26 value: 1 / EvtInverted key: 28 value: 1 / B0Gen key: 30 value: 1 / antibBaryonGen key: 37 value: 1 / B0Acc key: 41 value: 1 / antibBaryonAcc key: 48 value: 1 / D0Gen key: 55 value: 2 / DsminusGen key: 60 value: 1 / cBaryonGen key: 61 value: 1 / anticBaryonGen key: 62 value: 1 / D0Acc key: 64 value: 2 / DsminusAcc key: 69 value: 1 / cBaryonAcc key: 70 value: 1 / anticBaryonAcc key: 71 value: 1 / BGen key: 75 value: 1 / BAcc key: 78 value: 1 / DGen key: 85 value: 2 / DstarGen key: 86 value: 1 / DAcc key: 88 value: 2 / DstarAcc key: 89 value: 1 / AllsubProcess key: 100 value: 199 / non-diffractive key: 201 value: 120 / A B -> A B elastic key: 202 value: 49 / A B -> X B single diffractive key: 203 value: 12 / A B -> A X single diffractive key: 204 value: 9 / A B -> X X double diffractive key: 205 value: 9 / + generator counters: AllEvt key: 0 value: 3 / EvtGenerated key: 2 value: 3 / IntGenerated key: 3 value: 16 / EvtAccepted key: 4 value: 1 / IntAccepted key: 5 value: 3 / OnebGen key: 10 value: 1 / ThreebGen key: 11 value: 0 / PromptBGen key: 12 value: 0 / OnecGen key: 13 value: 0 / ThreecGen key: 14 value: 0 / PromptCGen key: 15 value: 1 / bAndcGen key: 16 value: 0 / OnebAcc key: 17 value: 1 / ThreebAcc key: 18 value: 0 / PromptBAcc key: 19 value: 0 / OnecAcc key: 20 value: 0 / ThreecAcc key: 21 value: 0 / PromptCAcc key: 22 value: 0 / bAndcAcc key: 23 value: 0 / BeforeLevelCut key: 26 value: 1 / AfterLevelCut key: 27 value: 1 / BminusGen key: 33 value: 1 / Bs0Gen key: 34 value: 1 / BminusAcc key: 44 value: 1 / Bs0Acc key: 45 value: 1 / D0Gen key: 55 value: 1 / antiD0Gen key: 56 value: 1 / D0Acc key: 64 value: 1 / antiD0Acc key: 65 value: 1 / BstarGen key: 76 value: 2 / BstarAcc key: 79 value: 2 / DGen key: 85 value: 1 / DstarGen key: 86 value: 1 / DAcc key: 88 value: 1 / DstarAcc key: 89 value: 1 / AllsubProcess key: 100 value: 16 / non-diffractive key: 201 value: 10 / A B -> A B elastic key: 202 value: 3 / A B -> X B single diffractive key: 203 value: 1 / A B -> A X single diffractive key: 204 value: 1 / A B -> X X double diffractive key: 205 value: 1 / cross-sections: Total cross-section key: 0 value: 101.512 / non-diffractive key: 101 value: 57.1656 / A B -> A B elastic key: 102 value: 22.5806 / A B -> X B single diffractive key: 103 value: 6.44236 / A B -> A X single diffractive key: 104 value: 6.44236 / A B -> X X double diffractive key: 105 value: 8.88086 / } GenMonitorAlg INFO ======================== Generators Statistics ==================== = = -= Number of particles generated: 6017 += Number of particles generated: 1557 = Number of events: 1 -= Mean multiplicity: 6017 += Mean multiplicity: 1557 = = -= Number of pseudo stable particles generated: 2615 += Number of pseudo stable particles generated: 733 = Number of events: 1 -= Mean pseudo stable multiplicity: 2615 += Mean pseudo stable multiplicity: 733 = = -= Number of charged stable particles generated: 782 += Number of charged stable particles generated: 212 = Number of events: 1 -= Mean charged stable multiplicity: 782 += Mean charged stable multiplicity: 212 = = -= Number of charged stable particles in LHCb eta 157 += Number of charged stable particles in LHCb eta 41 = Number of events: 1 -= Mean charged stable multiplicity in LHCb eta: 157 += Mean charged stable multiplicity in LHCb eta: 41 = = =================================================================== GenMonitorAlg SUCCESS Booked 21 Histogram(s) : 1D=19 2D=2 @@ -828,374 +826,374 @@ MainEventGaussSim SUCCESS ================================================ MainEventGaussSim SUCCESS 1 events processed MainEventGaussSim SUCCESS ================================================================== GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 5317.00 +-72.92 (100.00 +-0.00%) Rich2 = 2959.00 +-54.40 (100.00 +-0.00%) -GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 19.00 +- 4.36 ( 0.36 +-0.08%) Rich2 = 26.00 +- 5.10 ( 0.88 +-0.17%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 4610.00 +-67.90 ( 86.70 +-0.47%) Rich2 = 1697.00 +-41.19 ( 57.35 +-0.91%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 503.00 +-22.43 ( 9.46 +-0.40%) Rich2 = 405.00 +-20.12 ( 13.69 +-0.63%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 2636.00 +-51.34 (100.00 +-0.00%) Rich2 = 1240.00 +-35.21 (100.00 +-0.00%) +GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 14.00 +- 3.74 ( 0.53 +-0.14%) Rich2 = 17.00 +- 4.12 ( 1.37 +-0.33%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 2281.00 +-47.76 ( 86.53 +-0.66%) Rich2 = 641.00 +-25.32 ( 51.69 +-1.42%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 128.00 +-11.31 ( 4.86 +-0.42%) Rich2 = 234.00 +-15.30 ( 18.87 +-1.11%) GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 13.00 +- 3.61 ( 0.24 +-0.07%) Rich2 = 6.00 +- 2.45 ( 0.20 +-0.08%) +GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 6.00 +- 2.45 ( 0.23 +-0.09%) Rich2 = 1.00 +- 1.00 ( 0.08 +-0.08%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Charged Track hits : Rich1 = 19.00 +- 4.36 ( 0.36 +-0.08%) Rich2 = 26.00 +- 5.10 ( 0.88 +-0.17%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 345.00 +-18.57 ( 11.66 +-0.59%) +GetRichHits INFO Av. # Charged Track hits : Rich1 = 14.00 +- 3.74 ( 0.53 +-0.14%) Rich2 = 17.00 +- 4.12 ( 1.37 +-0.33%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 193.00 +-13.89 ( 15.56 +-1.03%) GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits C4F10 = 4610.00 +-67.90 ( 86.70 +-0.47%) CF4 = 1697.00 +-41.19 ( 57.35 +-0.91%) +GetRichHits INFO Av. # Signal CK MCRichHits C4F10 = 2281.00 +-47.76 ( 86.53 +-0.66%) CF4 = 641.00 +-25.32 ( 51.69 +-1.42%) GetRichHits INFO Av. # MCParticle-less hits C4F10 = 0.00 +- 0.00 ( 0.00 +-0.00%) CF4 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 4610.00 +- 67.90 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 2042.00 +- 45.19 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 908.00 +- 30.13 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 19.00 +- 4.36 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : PMTQuartzWin = 652.00 +- 25.53 / event -GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 178.00 +- 13.34 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 277.00 +- 16.64 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 90.00 +- 9.49 / event -GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 11.00 +- 3.32 / event -GetRichSegments INFO Av. # MCRichSegments : PMTQuartzWin = 34.00 +- 5.83 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 2281.00 +- 47.76 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 834.00 +- 28.88 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 362.00 +- 19.03 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 7.00 +- 2.65 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : PMTQuartzWin = 361.00 +- 19.00 / event +GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 76.00 +- 8.72 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 108.00 +- 10.39 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 32.00 +- 5.66 / event +GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 3.00 +- 1.73 / event +GetRichSegments INFO Av. # MCRichSegments : PMTQuartzWin = 19.00 +- 4.36 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVPHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 3112 | 3112.0 | 0.0000 | 3112.0 | 3112.0 | + | "# PackedData" | 1 | 927 | 927.00 | 0.0000 | 927.00 | 927.00 | MCUTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2106 | 2106.0 | 0.0000 | 2106.0 | 2106.0 | + | "# PackedData" | 1 | 712 | 712.00 | 0.0000 | 712.00 | 712.00 | MCFTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 4709 | 4709.0 | 0.0000 | 4709.0 | 4709.0 | + | "# PackedData" | 1 | 1768 | 1768.0 | 0.0000 | 1768.0 | 1768.0 | MCMuonHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 250 | 250.00 | 0.0000 | 250.00 | 250.00 | + | "# PackedData" | 1 | 55 | 55.000 | 0.0000 | 55.000 | 55.000 | MCEcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 11997 | 11997. | 0.0000 | 11997. | 11997. | + | "# PackedData" | 1 | 4851 | 4851.0 | 0.0000 | 4851.0 | 4851.0 | MCHcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2042 | 2042.0 | 0.0000 | 2042.0 | 2042.0 | + | "# PackedData" | 1 | 473 | 473.00 | 0.0000 | 473.00 | 473.00 | MCRichHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 8276 | 8276.0 | 0.0000 | 8276.0 | 8276.0 | + | "# PackedData" | 1 | 3876 | 3876.0 | 0.0000 | 3876.0 | 3876.0 | MCRichOpPhotPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 8231 | 8231.0 | 0.0000 | 8231.0 | 8231.0 | + | "# PackedData" | 1 | 3845 | 3845.0 | 0.0000 | 3845.0 | 3845.0 | MCRichSegmentPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 590 | 590.00 | 0.0000 | 590.00 | 590.00 | + | "# PackedData" | 1 | 238 | 238.00 | 0.0000 | 238.00 | 238.00 | MCRichTrackPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 480 | 480.00 | 0.0000 | 480.00 | 480.00 | + | "# PackedData" | 1 | 187 | 187.00 | 0.0000 | 187.00 | 187.00 | VPGaussMoni INFO ------------------------------------------------------ VPGaussMoni INFO - VPGaussMoni table - VPGaussMoni INFO ------------------------------------------------------ -VPGaussMoni INFO Number of MCHits/Event: 3112+/-0 +VPGaussMoni INFO Number of MCHits/Event: 927+/-0 VPGaussMoni INFO ------------------------------------------------------ UTHitMonitor INFO *** Summary *** -UTHitMonitor INFO #hits per event: 2106 -UTHitMonitor INFO Mean beta * gamma: 538.663 -UTHitMonitor INFO Most Probable deposited charge: 0.0791995 -UTHitMonitor INFO Half Sample width 0.037746 +UTHitMonitor INFO #hits per event: 712 +UTHitMonitor INFO Mean beta * gamma: 1191.63 +UTHitMonitor INFO Most Probable deposited charge: 0.0788237 +UTHitMonitor INFO Half Sample width 0.0350284 UTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 UTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 239 | 239 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 2106 | 1134424 | 538.66 | 2407.0 | 0.0039185 | 42156. | - | "numberHits" | 1 | 2106 | 2106.0 | 0.0000 | 2106.0 | 2106.0 | + | "DeltaRay" | 66 | 66 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 712 | 848443.8 | 1191.6 | 3308.8 | 0.32567 | 31713. | + | "numberHits" | 1 | 712 | 712.00 | 0.0000 | 712.00 | 712.00 | FTHitMonitor INFO *** Summary *** -FTHitMonitor INFO #hits per event: 4709 -FTHitMonitor INFO Mean beta * gamma: 2353.1 -FTHitMonitor INFO Most Probable deposited charge: 0.243474 -FTHitMonitor INFO Half Sample width 0.0873553 +FTHitMonitor INFO #hits per event: 1768 +FTHitMonitor INFO Mean beta * gamma: 2944.99 +FTHitMonitor INFO Most Probable deposited charge: 0.250543 +FTHitMonitor INFO Half Sample width 0.101527 FTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 FTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 317 | 317 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 4709 |1.108073e+07 | 2353.1 | 16448. | 0.0071678 | 2.3007e+05 | - | "numberHits" | 1 | 4709 | 4709.0 | 0.0000 | 4709.0 | 4709.0 | + | "DeltaRay" | 172 | 172 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1768 | 5206744 | 2945.0 | 8423.5 | 0.0056931 | 53701. | + | "numberHits" | 1 | 1768 | 1768.0 | 0.0000 | 1768.0 | 1768.0 | EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 HcalMonitor SUCCESS Booked 16 Histogram(s) : 1D=16 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 41.000 8.000 4.000 14.000 0.000 R1 -MuonHitChecker INFO 66.000 15.000 10.000 5.000 0.000 R2 -MuonHitChecker INFO 22.000 5.000 4.000 5.000 0.000 R3 -MuonHitChecker INFO 25.000 12.000 8.000 6.000 0.000 R4 +MuonHitChecker INFO 2.000 4.000 1.000 3.000 0.000 R1 +MuonHitChecker INFO 6.000 0.000 1.000 1.000 0.000 R2 +MuonHitChecker INFO 14.000 4.000 5.000 8.000 0.000 R3 +MuonHitChecker INFO 6.000 0.000 0.000 0.000 0.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 154.000 40.000 26.000 30.000 0.000 allR +MuonHitChecker INFO 28.000 8.000 7.000 12.000 0.000 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 UnpackVPHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 3112 | 3112.0 | 0.0000 | 3112.0 | 3112.0 | + | "# UnPackedData" | 1 | 927 | 927.00 | 0.0000 | 927.00 | 927.00 | CheckVPHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 3112 |5.924073e-06 | 1.9036e-09 | 2.8924e-07 | -4.9960e-07 | 4.9972e-07 | - | "Diff. - Displacement y" | 3112 |-1.784148e-05 |-5.7331e-09 | 2.8823e-07 | -4.9994e-07 | 4.9850e-07 | - | "Diff. - Displacement z" | 3112 |4.862168e-06 | 1.5624e-09 | 5.0815e-08 | -4.9917e-07 | 4.9917e-07 | - | "Diff. - Energy" | 3112 |-0.0001046761 |-3.3636e-08 | 5.8133e-07 | -9.9887e-07 | 9.9950e-07 | - | "Diff. - Entry Point x" | 3112 |-0.0002153155 |-6.9189e-08 | 2.9007e-05 | -5.0000e-05 | 4.9971e-05 | - | "Diff. - Entry Point y" | 3112 |0.0006707228 | 2.1553e-07 | 2.8937e-05 | -4.9979e-05 | 4.9990e-05 | - | "Diff. - Entry Point z" | 3112 |0.0005259248 | 1.6900e-07 | 3.3849e-06 | -3.4686e-05 | 4.8674e-05 | - | "Diff. - Parent |P|" | 3112 | -0.1823459 |-5.8594e-05 | 0.0028689 | -0.0049969 | 0.0049970 | - | "Diff. - TOF" | 3112 |-0.0001478618 |-4.7513e-08 | 2.8794e-06 | -4.9968e-06 | 4.9878e-06 | - | "Original - Displacement x" | 3112 | 1.645652 | 0.00052881 | 0.080228 | -1.9893 | 1.5040 | - | "Original - Displacement y" | 3112 | -4.56919 | -0.0014682 | 0.066781 | -1.0480 | 1.6094 | - | "Original - Displacement z" | 3112 | 228.33 | 0.073371 | 0.18439 | -0.20000 | 0.20000 | - | "Original - Energy" | 3112 | 293.464 | 0.094301 | 0.19363 | 0.00010339 | 4.8687 | - | "Original - Entry Point x" | 3112 | 6219.252 | 1.9985 | 15.252 | -47.023 | 48.662 | - | "Original - Entry Point y" | 3112 | -1761.485 | -0.56603 | 14.682 | -47.272 | 47.170 | - | "Original - Entry Point z" | 3112 | 410410.3 | 131.88 | 274.25 | -288.18 | 750.48 | - | "Original - Parent |P|" | 3112 |3.052618e+07 | 9809.2 | 20022. | 1.5491 | 2.5114e+05 | - | "Original - TOF" | 3112 | 2703.075 | 0.86860 | 1.3392 | 0.026161 | 32.896 | - | "Unpacked - Displacement x" | 3112 | 1.645646 | 0.00052881 | 0.080228 | -1.9893 | 1.5040 | - | "Unpacked - Displacement y" | 3112 | -4.569172 | -0.0014682 | 0.066781 | -1.0480 | 1.6094 | - | "Unpacked - Displacement z" | 3112 | 228.33 | 0.073371 | 0.18439 | -0.20000 | 0.20000 | - | "Unpacked - Energy" | 3112 | 293.4641 | 0.094301 | 0.19363 | 0.00010400 | 4.8687 | - | "Unpacked - Entry Point x" | 3112 | 6219.253 | 1.9985 | 15.252 | -47.023 | 48.662 | - | "Unpacked - Entry Point y" | 3112 | -1761.486 | -0.56603 | 14.682 | -47.272 | 47.170 | - | "Unpacked - Entry Point z" | 3112 | 410410.3 | 131.88 | 274.25 | -288.18 | 750.48 | - | "Unpacked - Parent |P|" | 3112 |3.052618e+07 | 9809.2 | 20022. | 1.5500 | 2.5114e+05 | - | "Unpacked - TOF" | 3112 | 2703.075 | 0.86860 | 1.3392 | 0.026160 | 32.896 | + | "Diff. - Displacement x" | 927 |-5.464543e-06 |-5.8949e-09 | 2.8552e-07 | -4.9940e-07 | 4.9977e-07 | + | "Diff. - Displacement y" | 927 |-2.0145e-05 |-2.1731e-08 | 2.8192e-07 | -4.9987e-07 | 4.9957e-07 | + | "Diff. - Displacement z" | 927 |1.033719e-06 | 1.1151e-09 | 4.5681e-08 | -4.3337e-07 | 4.6332e-07 | + | "Diff. - Energy" | 927 |-1.089414e-05 |-1.1752e-08 | 5.7392e-07 | -9.9930e-07 | 9.9967e-07 | + | "Diff. - Entry Point x" | 927 |9.077503e-05 | 9.7923e-08 | 2.8978e-05 | -4.9802e-05 | 4.9924e-05 | + | "Diff. - Entry Point y" | 927 |0.0001517263 | 1.6367e-07 | 2.8655e-05 | -4.9908e-05 | 4.9981e-05 | + | "Diff. - Entry Point z" | 927 |-0.0004619723 |-4.9835e-07 | 4.7931e-06 | -4.7205e-05 | 3.9737e-05 | + | "Diff. - Parent |P|" | 927 |-0.004868329 |-5.2517e-06 | 0.0028512 | -0.0049948 | 0.0049953 | + | "Diff. - TOF" | 927 |0.0001513642 | 1.6328e-07 | 2.9157e-06 | -4.9982e-06 | 4.9808e-06 | + | "Original - Displacement x" | 927 | -1.489954 | -0.0016073 | 0.045043 | -0.36850 | 0.28933 | + | "Original - Displacement y" | 927 | -0.3243871 |-0.00034993 | 0.049987 | -0.31952 | 0.52394 | + | "Original - Displacement z" | 927 | 107.7128 | 0.11619 | 0.15994 | -0.20000 | 0.20000 | + | "Original - Energy" | 927 | 99.02933 | 0.10683 | 0.32606 | 0.0060849 | 5.2708 | + | "Original - Entry Point x" | 927 | -767.1139 | -0.82752 | 16.129 | -44.317 | 46.764 | + | "Original - Entry Point y" | 927 | 361.2708 | 0.38972 | 13.556 | -46.362 | 45.932 | + | "Original - Entry Point z" | 927 | 161330.6 | 174.04 | 280.69 | -287.98 | 750.48 | + | "Original - Parent |P|" | 927 | 7704224 | 8310.9 | 13203. | 1.8351 | 71967. | + | "Original - TOF" | 927 | 909.889 | 0.98154 | 0.73702 | 0.022656 | 3.1844 | + | "Unpacked - Displacement x" | 927 | -1.489949 | -0.0016073 | 0.045043 | -0.36850 | 0.28933 | + | "Unpacked - Displacement y" | 927 | -0.324367 |-0.00034991 | 0.049987 | -0.31952 | 0.52394 | + | "Unpacked - Displacement z" | 927 | 107.7128 | 0.11619 | 0.15994 | -0.20000 | 0.20000 | + | "Unpacked - Energy" | 927 | 99.02934 | 0.10683 | 0.32606 | 0.0060840 | 5.2708 | + | "Unpacked - Entry Point x" | 927 | -767.114 | -0.82752 | 16.129 | -44.317 | 46.764 | + | "Unpacked - Entry Point y" | 927 | 361.2706 | 0.38972 | 13.556 | -46.362 | 45.932 | + | "Unpacked - Entry Point z" | 927 | 161330.6 | 174.04 | 280.69 | -287.98 | 750.48 | + | "Unpacked - Parent |P|" | 927 | 7704224 | 8310.9 | 13203. | 1.8400 | 71967. | + | "Unpacked - TOF" | 927 | 909.8888 | 0.98154 | 0.73702 | 0.022660 | 3.1844 | UnpackUTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2106 | 2106.0 | 0.0000 | 2106.0 | 2106.0 | + | "# UnPackedData" | 1 | 712 | 712.00 | 0.0000 | 712.00 | 712.00 | CheckUTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 2106 |-4.864743e-06 |-2.3099e-09 | 2.8693e-07 | -4.9868e-07 | 4.9950e-07 | - | "Diff. - Displacement y" | 2106 |-1.106044e-05 |-5.2519e-09 | 2.9120e-07 | -4.9975e-07 | 4.9895e-07 | - | "Diff. - Displacement z" | 2106 |-1.069643e-06 |-5.0790e-10 | 8.3071e-08 | -4.9511e-07 | 4.9571e-07 | - | "Diff. - Energy" | 2106 |-2.201472e-06 |-1.0453e-09 | 5.7954e-07 | -9.9999e-07 | 9.9773e-07 | - | "Diff. - Entry Point x" | 2106 |0.0003955369 | 1.8781e-07 | 2.9002e-05 | -5.0000e-05 | 4.9981e-05 | - | "Diff. - Entry Point y" | 2106 |-0.003923117 |-1.8628e-06 | 2.8735e-05 | -4.9956e-05 | 4.9878e-05 | - | "Diff. - Entry Point z" | 2106 |-0.0002287421 |-1.0861e-07 | 6.9498e-06 | -4.9539e-05 | 4.9873e-05 | - | "Diff. - Parent |P|" | 2106 | 0.1161576 | 5.5156e-05 | 0.0028580 | -0.0049982 | 0.0049990 | - | "Diff. - TOF" | 2106 |-2.969532e-05 |-1.4100e-08 | 2.8764e-06 | -4.9993e-06 | 4.9986e-06 | - | "Original - Displacement x" | 2106 | 57.93615 | 0.027510 | 0.32359 | -3.4004 | 4.8120 | - | "Original - Displacement y" | 2106 | 16.16853 | 0.0076774 | 0.20672 | -2.4465 | 2.7429 | - | "Original - Displacement z" | 2106 | 174.9321 | 0.083064 | 0.22740 | -0.25000 | 0.25000 | - | "Original - Energy" | 2106 | 332.2655 | 0.15777 | 0.40529 | 0.0011022 | 11.616 | - | "Original - Entry Point x" | 2106 | 51568.57 | 24.487 | 390.14 | -896.96 | 878.55 | - | "Original - Entry Point y" | 2106 | 29374.09 | 13.948 | 267.34 | -668.34 | 670.28 | - | "Original - Entry Point z" | 2106 | 5292347 | 2513.0 | 135.22 | 2320.2 | 2649.8 | - | "Original - Parent |P|" | 2106 | 7418039 | 3522.3 | 12169. | 1.4238 | 1.7381e+05 | - | "Original - TOF" | 2106 | 28867.78 | 13.707 | 8.4801 | 7.4645 | 83.869 | - | "Unpacked - Displacement x" | 2106 | 57.93615 | 0.027510 | 0.32359 | -3.4004 | 4.8120 | - | "Unpacked - Displacement y" | 2106 | 16.16854 | 0.0076774 | 0.20672 | -2.4465 | 2.7429 | - | "Unpacked - Displacement z" | 2106 | 174.9321 | 0.083064 | 0.22740 | -0.25000 | 0.25000 | - | "Unpacked - Energy" | 2106 | 332.2655 | 0.15777 | 0.40529 | 0.0011020 | 11.616 | - | "Unpacked - Entry Point x" | 2106 | 51568.57 | 24.487 | 390.14 | -896.96 | 878.55 | - | "Unpacked - Entry Point y" | 2106 | 29374.09 | 13.948 | 267.34 | -668.34 | 670.28 | - | "Unpacked - Entry Point z" | 2106 | 5292347 | 2513.0 | 135.22 | 2320.2 | 2649.8 | - | "Unpacked - Parent |P|" | 2106 | 7418039 | 3522.3 | 12169. | 1.4200 | 1.7381e+05 | - | "Unpacked - TOF" | 2106 | 28867.78 | 13.707 | 8.4801 | 7.4645 | 83.869 | + | "Diff. - Displacement x" | 712 |-7.500359e-06 |-1.0534e-08 | 2.8496e-07 | -4.9923e-07 | 4.9887e-07 | + | "Diff. - Displacement y" | 712 |-1.058658e-05 |-1.4869e-08 | 2.8428e-07 | -4.9952e-07 | 4.9680e-07 | + | "Diff. - Displacement z" | 712 |1.94829e-06 | 2.7364e-09 | 8.2871e-08 | -4.9061e-07 | 4.9061e-07 | + | "Diff. - Energy" | 712 |2.74341e-05 | 3.8531e-08 | 5.6123e-07 | -9.9514e-07 | 9.8745e-07 | + | "Diff. - Entry Point x" | 712 |-9.066592e-05 |-1.2734e-07 | 2.7914e-05 | -4.9950e-05 | 4.9889e-05 | + | "Diff. - Entry Point y" | 712 |0.001568998 | 2.2036e-06 | 2.8105e-05 | -4.9831e-05 | 4.9842e-05 | + | "Diff. - Entry Point z" | 712 |0.0001509476 | 2.1201e-07 | 4.9871e-06 | -4.1872e-05 | 4.9415e-05 | + | "Diff. - Parent |P|" | 712 | -0.1682103 |-0.00023625 | 0.0028525 | -0.0049921 | 0.0049799 | + | "Diff. - TOF" | 712 |0.0002078944 | 2.9199e-07 | 2.9543e-06 | -4.9912e-06 | 4.9949e-06 | + | "Original - Displacement x" | 712 | 16.35176 | 0.022966 | 0.27118 | -2.0143 | 2.0222 | + | "Original - Displacement y" | 712 | -2.456275 | -0.0034498 | 0.11199 | -0.83719 | 1.4214 | + | "Original - Displacement z" | 712 | 63.68015 | 0.089438 | 0.22764 | -0.25000 | 0.25000 | + | "Original - Energy" | 712 | 114.7119 | 0.16111 | 0.26779 | 0.0064756 | 3.1891 | + | "Original - Entry Point x" | 712 | 11043.41 | 15.510 | 382.23 | -915.77 | 864.15 | + | "Original - Entry Point y" | 712 | 6447.602 | 9.0556 | 229.66 | -670.30 | 598.03 | + | "Original - Entry Point z" | 712 | 1782160 | 2503.0 | 135.81 | 2320.2 | 2649.8 | + | "Original - Parent |P|" | 712 | 2103341 | 2954.1 | 8229.0 | 1.4421 | 71879. | + | "Original - TOF" | 712 | 9337.916 | 13.115 | 8.4624 | 7.8327 | 82.882 | + | "Unpacked - Displacement x" | 712 | 16.35176 | 0.022966 | 0.27118 | -2.0143 | 2.0222 | + | "Unpacked - Displacement y" | 712 | -2.456264 | -0.0034498 | 0.11199 | -0.83719 | 1.4214 | + | "Unpacked - Displacement z" | 712 | 63.68015 | 0.089438 | 0.22764 | -0.25000 | 0.25000 | + | "Unpacked - Energy" | 712 | 114.7119 | 0.16111 | 0.26779 | 0.0064760 | 3.1891 | + | "Unpacked - Entry Point x" | 712 | 11043.41 | 15.510 | 382.23 | -915.77 | 864.15 | + | "Unpacked - Entry Point y" | 712 | 6447.6 | 9.0556 | 229.66 | -670.30 | 598.03 | + | "Unpacked - Entry Point z" | 712 | 1782160 | 2503.0 | 135.81 | 2320.2 | 2649.8 | + | "Unpacked - Parent |P|" | 712 | 2103341 | 2954.1 | 8229.0 | 1.4400 | 71879. | + | "Unpacked - TOF" | 712 | 9337.916 | 13.115 | 8.4624 | 7.8327 | 82.882 | UnpackFTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 4709 | 4709.0 | 0.0000 | 4709.0 | 4709.0 | + | "# UnPackedData" | 1 | 1768 | 1768.0 | 0.0000 | 1768.0 | 1768.0 | CheckFTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 4709 |5.386296e-06 | 1.1438e-09 | 2.8531e-07 | -4.9990e-07 | 4.9923e-07 | - | "Diff. - Displacement y" | 4709 |4.417171e-07 | 9.3803e-11 | 2.8919e-07 | -4.9998e-07 | 4.9999e-07 | - | "Diff. - Displacement z" | 4709 |2.165919e-05 | 4.5995e-09 | 2.8429e-07 | -4.9991e-07 | 4.9991e-07 | - | "Diff. - Energy" | 4709 |-2.392651e-05 |-5.0810e-09 | 5.7088e-07 | -9.9939e-07 | 9.9953e-07 | - | "Diff. - Entry Point x" | 4709 |-0.001426847 |-3.0300e-07 | 2.8938e-05 | -4.9998e-05 | 4.9929e-05 | - | "Diff. - Entry Point y" | 4709 |-0.002613665 |-5.5504e-07 | 2.8872e-05 | -4.9999e-05 | 4.9996e-05 | - | "Diff. - Entry Point z" | 4709 |-0.002482239 |-5.2713e-07 | 2.9051e-05 | -4.9976e-05 | 4.9998e-05 | - | "Diff. - Parent |P|" | 4709 | 0.3241034 | 6.8826e-05 | 0.0028773 | -0.0049995 | 0.0049993 | - | "Diff. - TOF" | 4709 |0.000251537 | 5.3416e-08 | 2.9184e-06 | -4.9967e-06 | 4.9960e-06 | - | "Original - Displacement x" | 4709 | -178.8204 | -0.037974 | 1.6497 | -40.467 | 34.184 | - | "Original - Displacement y" | 4709 | 27.33753 | 0.0058054 | 0.83270 | -38.356 | 8.7612 | - | "Original - Displacement z" | 4709 | 4126.235 | 0.87624 | 0.86658 | -1.3209 | 1.3316 | - | "Original - Energy" | 4709 | 2004.662 | 0.42571 | 0.60350 | 5.3255e-05 | 12.791 | - | "Original - Entry Point x" | 4709 | 60930.57 | 12.939 | 1158.0 | -3127.3 | 3313.6 | - | "Original - Entry Point y" | 4709 | 267043.9 | 56.709 | 618.08 | -2411.0 | 2424.2 | - | "Original - Entry Point z" | 4709 |4.046185e+07 | 8592.4 | 568.90 | 7818.9 | 9412.1 | - | "Original - Parent |P|" | 4709 |2.312372e+07 | 4910.5 | 14002. | 1.4256 | 1.7380e+05 | - | "Original - TOF" | 4709 | 156504.9 | 33.235 | 19.767 | 25.834 | 516.06 | - | "Unpacked - Displacement x" | 4709 | -178.8204 | -0.037974 | 1.6497 | -40.467 | 34.184 | - | "Unpacked - Displacement y" | 4709 | 27.33753 | 0.0058054 | 0.83270 | -38.356 | 8.7612 | - | "Unpacked - Displacement z" | 4709 | 4126.235 | 0.87624 | 0.86658 | -1.3209 | 1.3316 | - | "Unpacked - Energy" | 4709 | 2004.662 | 0.42571 | 0.60350 | 5.4000e-05 | 12.791 | - | "Unpacked - Entry Point x" | 4709 | 60930.58 | 12.939 | 1158.0 | -3127.3 | 3313.6 | - | "Unpacked - Entry Point y" | 4709 | 267043.9 | 56.709 | 618.08 | -2411.0 | 2424.2 | - | "Unpacked - Entry Point z" | 4709 |4.046185e+07 | 8592.4 | 568.90 | 7818.9 | 9412.1 | - | "Unpacked - Parent |P|" | 4709 |2.312372e+07 | 4910.5 | 14002. | 1.4300 | 1.7380e+05 | - | "Unpacked - TOF" | 4709 | 156504.9 | 33.235 | 19.767 | 25.834 | 516.06 | + | "Diff. - Displacement x" | 1768 |-1.56467e-05 |-8.8499e-09 | 2.8885e-07 | -4.9961e-07 | 4.9756e-07 | + | "Diff. - Displacement y" | 1768 |1.280677e-06 | 7.2436e-10 | 2.9213e-07 | -4.9969e-07 | 4.9996e-07 | + | "Diff. - Displacement z" | 1768 |1.467262e-05 | 8.2990e-09 | 2.8554e-07 | -4.9951e-07 | 4.9916e-07 | + | "Diff. - Energy" | 1768 |2.923974e-05 | 1.6538e-08 | 5.6514e-07 | -9.9948e-07 | 9.9988e-07 | + | "Diff. - Entry Point x" | 1768 |0.001639542 | 9.2734e-07 | 2.8751e-05 | -4.9966e-05 | 4.9958e-05 | + | "Diff. - Entry Point y" | 1768 |-0.002277798 |-1.2883e-06 | 2.8575e-05 | -4.9971e-05 | 4.9942e-05 | + | "Diff. - Entry Point z" | 1768 |-0.002483643 |-1.4048e-06 | 2.8902e-05 | -4.9973e-05 | 4.9977e-05 | + | "Diff. - Parent |P|" | 1768 |-0.07706017 |-4.3586e-05 | 0.0028547 | -0.0049976 | 0.0049921 | + | "Diff. - TOF" | 1768 |0.000108862 | 6.1574e-08 | 2.8941e-06 | -4.9816e-06 | 4.9962e-06 | + | "Original - Displacement x" | 1768 | -159.2137 | -0.090053 | 1.3790 | -14.408 | 22.687 | + | "Original - Displacement y" | 1768 | 49.85949 | 0.028201 | 0.64981 | -7.3531 | 15.748 | + | "Original - Displacement z" | 1768 | 1485.096 | 0.83999 | 0.86932 | -1.3119 | 1.3158 | + | "Original - Energy" | 1768 | 841.5257 | 0.47598 | 0.78544 | 0.0012233 | 9.2443 | + | "Original - Entry Point x" | 1768 | -260249.1 | -147.20 | 1328.6 | -3169.7 | 3189.3 | + | "Original - Entry Point y" | 1768 | 25371.4 | 14.350 | 561.42 | -2336.7 | 2282.4 | + | "Original - Entry Point z" | 1768 |1.522547e+07 | 8611.7 | 579.00 | 7819.2 | 9410.0 | + | "Original - Parent |P|" | 1768 | 7285997 | 4121.0 | 9021.1 | 1.4226 | 71875. | + | "Original - TOF" | 1768 | 57276.34 | 32.396 | 7.9050 | 26.201 | 119.79 | + | "Unpacked - Displacement x" | 1768 | -159.2137 | -0.090053 | 1.3790 | -14.408 | 22.687 | + | "Unpacked - Displacement y" | 1768 | 49.85949 | 0.028201 | 0.64981 | -7.3531 | 15.748 | + | "Unpacked - Displacement z" | 1768 | 1485.096 | 0.83999 | 0.86932 | -1.3119 | 1.3158 | + | "Unpacked - Energy" | 1768 | 841.5257 | 0.47598 | 0.78544 | 0.0012240 | 9.2443 | + | "Unpacked - Entry Point x" | 1768 | -260249.1 | -147.20 | 1328.6 | -3169.7 | 3189.3 | + | "Unpacked - Entry Point y" | 1768 | 25371.4 | 14.350 | 561.42 | -2336.7 | 2282.4 | + | "Unpacked - Entry Point z" | 1768 |1.522547e+07 | 8611.7 | 579.00 | 7819.2 | 9410.0 | + | "Unpacked - Parent |P|" | 1768 | 7285997 | 4121.0 | 9021.1 | 1.4200 | 71875. | + | "Unpacked - TOF" | 1768 | 57276.34 | 32.396 | 7.9050 | 26.201 | 119.79 | UnpackRichHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 8276 | 8276.0 | 0.0000 | 8276.0 | 8276.0 | + | "# UnPackedData" | 1 | 3876 | 3876.0 | 0.0000 | 3876.0 | 3876.0 | UnpackRichOpPhot SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 8231 | 8231.0 | 0.0000 | 8231.0 | 8231.0 | + | "# UnPackedData" | 1 | 3845 | 3845.0 | 0.0000 | 3845.0 | 3845.0 | UnpackRichSegments SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 590 | 590.00 | 0.0000 | 590.00 | 590.00 | + | "# UnPackedData" | 1 | 238 | 238.00 | 0.0000 | 238.00 | 238.00 | UnpackRichTracks SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 480 | 480.00 | 0.0000 | 480.00 | 480.00 | + | "# UnPackedData" | 1 | 187 | 187.00 | 0.0000 | 187.00 | 187.00 | CheckRichHits SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 8276 |-0.02100238 |-2.5377e-06 | 0.00020288 | -0.0048505 | 0.0042739 | - | "Diff. - Entry Point x" | 8276 |-0.0006876402 |-8.3088e-08 | 2.8966e-05 | -4.9963e-05 | 4.9998e-05 | - | "Diff. - Entry Point y" | 8276 |0.001094056 | 1.3220e-07 | 2.9114e-05 | -4.9996e-05 | 4.9994e-05 | - | "Diff. - Entry Point z" | 8276 |0.001394619 | 1.6851e-07 | 2.8613e-05 | -4.9979e-05 | 4.9998e-05 | - | "Diff. - TOF" | 8276 |-1.033045e-06 |-1.2482e-10 | 2.8920e-06 | -4.9981e-06 | 4.9992e-06 | - | "Original - Energy" | 8276 | 16818.31 | 2.0322 | 39.707 | 0.020000 | 1000.1 | - | "Original - Entry Point x" | 8276 | 3354784 | 405.36 | 2312.3 | -4075.9 | 4074.4 | - | "Original - Entry Point y" | 8276 | -1252033 | -151.28 | 1098.2 | -1653.6 | 1639.2 | - | "Original - Entry Point z" | 8276 |4.09821e+07 | 4951.9 | 4329.7 | 1269.7 | 11074. | - | "Original - TOF" | 8276 | 225162.6 | 27.207 | 20.880 | 7.0362 | 142.16 | - | "Unpacked - Energy" | 8276 | 16818.33 | 2.0322 | 39.707 | 0.020000 | 1000.1 | - | "Unpacked - Entry Point x" | 8276 | 3354784 | 405.36 | 2312.3 | -4075.9 | 4074.4 | - | "Unpacked - Entry Point y" | 8276 | -1252033 | -151.28 | 1098.2 | -1653.6 | 1639.2 | - | "Unpacked - Entry Point z" | 8276 |4.09821e+07 | 4951.9 | 4329.7 | 1269.7 | 11074. | - | "Unpacked - TOF" | 8276 | 225162.6 | 27.207 | 20.880 | 7.0362 | 142.16 | + | "Diff. - Energy" | 3876 |-0.008065931 |-2.0810e-06 | 0.00023630 | -0.0047123 | 0.0048643 | + | "Diff. - Entry Point x" | 3876 |0.001534712 | 3.9595e-07 | 2.9194e-05 | -4.9917e-05 | 4.9987e-05 | + | "Diff. - Entry Point y" | 3876 |-0.0004054322 |-1.0460e-07 | 2.8961e-05 | -4.9979e-05 | 4.9911e-05 | + | "Diff. - Entry Point z" | 3876 |0.0008846355 | 2.2823e-07 | 2.9023e-05 | -4.9991e-05 | 4.9996e-05 | + | "Diff. - TOF" | 3876 |-6.537519e-05 |-1.6867e-08 | 2.8980e-06 | -4.9978e-06 | 4.9973e-06 | + | "Original - Energy" | 3876 | 8470.422 | 2.1854 | 42.787 | 0.020000 | 1002.0 | + | "Original - Entry Point x" | 3876 | -575840.4 | -148.57 | 2213.5 | -4074.0 | 4074.4 | + | "Original - Entry Point y" | 3876 | 949880.8 | 245.07 | 1112.6 | -1634.1 | 1655.4 | + | "Original - Entry Point z" | 3876 |1.793371e+07 | 4626.9 | 4211.6 | 1266.9 | 11079. | + | "Original - TOF" | 3876 | 96452.53 | 24.885 | 17.827 | 7.3162 | 98.645 | + | "Unpacked - Energy" | 3876 | 8470.43 | 2.1854 | 42.787 | 0.020000 | 1002.0 | + | "Unpacked - Entry Point x" | 3876 | -575840.4 | -148.57 | 2213.5 | -4074.0 | 4074.4 | + | "Unpacked - Entry Point y" | 3876 | 949880.8 | 245.07 | 1112.6 | -1634.1 | 1655.4 | + | "Unpacked - Entry Point z" | 3876 |1.793371e+07 | 4626.9 | 4211.6 | 1266.9 | 11079. | + | "Unpacked - TOF" | 3876 | 96452.53 | 24.885 | 17.827 | 7.3162 | 98.645 | CheckRichOpPhot SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 8231 |0.003573214 | 4.3412e-07 | 2.9048e-05 | -4.9995e-05 | 4.9989e-05 | - | "Diff. - Emission Point y" | 8231 |0.005417527 | 6.5819e-07 | 2.9003e-05 | -4.9977e-05 | 4.9979e-05 | - | "Diff. - Emission Point z" | 8231 |-0.0004119669 |-5.0051e-08 | 2.8939e-05 | -4.9996e-05 | 4.9988e-05 | - | "Diff. - Energy" | 8231 |2.172555e-10 | 2.6395e-14 | 5.7808e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 8231 |0.001109041 | 1.3474e-07 | 2.9045e-05 | -4.9985e-05 | 4.9998e-05 | - | "Diff. - HPD In. Point y" | 8231 | 0.00165246 | 2.0076e-07 | 2.8772e-05 | -4.9979e-05 | 4.9999e-05 | - | "Diff. - HPD In. Point z" | 8231 |-0.0006764182 |-8.2179e-08 | 2.9194e-05 | -4.9967e-05 | 4.9987e-05 | - | "Diff. - HPD QW Point x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 8231 | 26025.21 | 3.1619 | 1.8280 | 0.00060487 | 6.2832 | - | "Original - Cherenkov Theta" | 8231 | 2030.107 | 0.24664 | 0.41393 | 0.010305 | 2.8594 | - | "Original - Emission Point x" | 8231 | 1637051 | 198.89 | 1488.5 | -4064.2 | 4021.1 | - | "Original - Emission Point y" | 8231 | -712910.9 | -86.613 | 410.69 | -2453.2 | 3071.5 | - | "Original - Emission Point z" | 8231 |3.887704e+07 | 4723.2 | 4340.8 | 861.03 | 11753. | - | "Original - Energy" | 8231 | 0.03071904 | 3.7321e-06 | 7.6775e-07 | 1.8287e-06 | 6.1457e-06 | - | "Original - HPD In. Point x" | 8231 | 3339470 | 405.72 | 2303.1 | -4065.1 | 4065.7 | - | "Original - HPD In. Point y" | 8231 | -1236687 | -150.25 | 1092.5 | -1645.1 | 1630.8 | - | "Original - HPD In. Point z" | 8231 |4.062608e+07 | 4935.7 | 4326.5 | 1264.4 | 11069. | - | "Original - HPD QW Point x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 8231 | 26025.21 | 3.1619 | 1.8280 | 0.00060487 | 6.2832 | - | "Unpacked - Cherenkov Theta" | 8231 | 2030.107 | 0.24664 | 0.41393 | 0.010305 | 2.8594 | - | "Unpacked - Emission Point x" | 8231 | 1637051 | 198.89 | 1488.5 | -4064.2 | 4021.1 | - | "Unpacked - Emission Point y" | 8231 | -712910.9 | -86.613 | 410.69 | -2453.2 | 3071.5 | - | "Unpacked - Emission Point z" | 8231 |3.887704e+07 | 4723.2 | 4340.8 | 861.03 | 11753. | - | "Unpacked - Energy" | 8231 | 0.03071904 | 3.7321e-06 | 7.6775e-07 | 1.8287e-06 | 6.1457e-06 | - | "Unpacked - HPD In. Point x" | 8231 | 3339470 | 405.72 | 2303.1 | -4065.1 | 4065.7 | - | "Unpacked - HPD In. Point y" | 8231 | -1236687 | -150.25 | 1092.5 | -1645.1 | 1630.8 | - | "Unpacked - HPD In. Point z" | 8231 |4.062608e+07 | 4935.7 | 4326.5 | 1264.4 | 11069. | - | "Unpacked - HPD QW Point x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 8231 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 3845 |0.002400439 | 6.2430e-07 | 2.8823e-05 | -4.9951e-05 | 4.9996e-05 | + | "Diff. - Emission Point y" | 3845 |0.0009953409 | 2.5887e-07 | 2.9035e-05 | -4.9934e-05 | 4.9963e-05 | + | "Diff. - Emission Point z" | 3845 |-0.001201622 |-3.1252e-07 | 2.9471e-05 | -4.9945e-05 | 4.9979e-05 | + | "Diff. - Energy" | 3845 |-3.838068e-10 |-9.9820e-14 | 5.8235e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 3845 |0.0008747227 | 2.2750e-07 | 2.9203e-05 | -4.9969e-05 | 4.9987e-05 | + | "Diff. - HPD In. Point y" | 3845 | 0.00306813 | 7.9795e-07 | 2.8676e-05 | -4.9987e-05 | 4.9993e-05 | + | "Diff. - HPD In. Point z" | 3845 |-0.00089588 |-2.3300e-07 | 2.8666e-05 | -4.9991e-05 | 4.9915e-05 | + | "Diff. - HPD QW Point x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 3845 | 11963.05 | 3.1113 | 1.8426 | 0.00035106 | 6.2821 | + | "Original - Cherenkov Theta" | 3845 | 973.5223 | 0.25319 | 0.40637 | 0.013019 | 2.8832 | + | "Original - Emission Point x" | 3845 | -666535.1 | -173.35 | 1479.9 | -3977.9 | 3973.6 | + | "Original - Emission Point y" | 3845 | 310846.4 | 80.844 | 474.76 | -2834.4 | 1547.7 | + | "Original - Emission Point z" | 3845 |1.679825e+07 | 4368.9 | 4222.3 | 860.34 | 11673. | + | "Original - Energy" | 3845 | 0.01434368 | 3.7305e-06 | 7.6647e-07 | 1.8936e-06 | 6.1435e-06 | + | "Original - HPD In. Point x" | 3845 | -537649.3 | -139.83 | 2203.1 | -4065.2 | 4065.6 | + | "Original - HPD In. Point y" | 3845 | 936975.6 | 243.69 | 1106.9 | -1625.6 | 1646.9 | + | "Original - HPD In. Point z" | 3845 |1.770626e+07 | 4605.0 | 4204.6 | 1261.5 | 11072. | + | "Original - HPD QW Point x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 3845 | 11963.05 | 3.1113 | 1.8426 | 0.00035106 | 6.2821 | + | "Unpacked - Cherenkov Theta" | 3845 | 973.5223 | 0.25319 | 0.40637 | 0.013019 | 2.8832 | + | "Unpacked - Emission Point x" | 3845 | -666535.1 | -173.35 | 1479.9 | -3977.9 | 3973.6 | + | "Unpacked - Emission Point y" | 3845 | 310846.4 | 80.844 | 474.76 | -2834.4 | 1547.7 | + | "Unpacked - Emission Point z" | 3845 |1.679825e+07 | 4368.9 | 4222.3 | 860.34 | 11673. | + | "Unpacked - Energy" | 3845 | 0.01434368 | 3.7305e-06 | 7.6647e-07 | 1.8936e-06 | 6.1435e-06 | + | "Unpacked - HPD In. Point x" | 3845 | -537649.3 | -139.83 | 2203.1 | -4065.2 | 4065.6 | + | "Unpacked - HPD In. Point y" | 3845 | 936975.6 | 243.69 | 1106.9 | -1625.6 | 1646.9 | + | "Unpacked - HPD In. Point z" | 3845 |1.770626e+07 | 4605.0 | 4204.6 | 1261.5 | 11072. | + | "Unpacked - HPD QW Point x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 3845 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegments SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 590 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 238 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackEcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 11997 | 11997. | 0.0000 | 11997. | 11997. | + | "# UnPackedData" | 1 | 4851 | 4851.0 | 0.0000 | 4851.0 | 4851.0 | CheckEcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 11997 |0.0005777465 | 4.8158e-08 | 2.8947e-05 | -5.0000e-05 | 4.9992e-05 | - | "Diff. - TOF" | 11997 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 11997 | 170657.2 | 14.225 | 66.415 | 3.2291e-05 | 2879.2 | - | "Original - TOF" | 11997 | 2242 | 0.18688 | 0.88691 | 0.0000 | 59.000 | - | "Unpacked - Energy" | 11997 | 170657.2 | 14.225 | 66.415 | 0.0000 | 2879.2 | - | "Unpacked - TOF" | 11997 | 2242 | 0.18688 | 0.88691 | 0.0000 | 59.000 | + | "Diff. - Energy" | 4851 |0.0004490381 | 9.2566e-08 | 2.8811e-05 | -4.9999e-05 | 4.9990e-05 | + | "Diff. - TOF" | 4851 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 4851 | 73068.17 | 15.062 | 70.940 | 0.00011536 | 2099.4 | + | "Original - TOF" | 4851 | 762 | 0.15708 | 0.48185 | 0.0000 | 13.000 | + | "Unpacked - Energy" | 4851 | 73068.17 | 15.062 | 70.940 | 0.00010000 | 2099.4 | + | "Unpacked - TOF" | 4851 | 762 | 0.15708 | 0.48185 | 0.0000 | 13.000 | UnpackHcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2042 | 2042.0 | 0.0000 | 2042.0 | 2042.0 | + | "# UnPackedData" | 1 | 473 | 473.00 | 0.0000 | 473.00 | 473.00 | CheckHcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 2042 |0.001439686 | 7.0504e-07 | 2.8792e-05 | -4.9995e-05 | 4.9984e-05 | - | "Diff. - TOF" | 2042 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 2042 | 21903.79 | 10.727 | 39.327 | 0.00022612 | 803.60 | - | "Original - TOF" | 2042 | 345 | 0.16895 | 0.47705 | -1.0000 | 3.0000 | - | "Unpacked - Energy" | 2042 | 21903.78 | 10.727 | 39.327 | 0.00020000 | 803.60 | - | "Unpacked - TOF" | 2042 | 345 | 0.16895 | 0.47705 | -1.0000 | 3.0000 | + | "Diff. - Energy" | 473 |-0.0006090232 |-1.2876e-06 | 2.8417e-05 | -4.9974e-05 | 4.9758e-05 | + | "Diff. - TOF" | 473 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 473 | 4264.992 | 9.0169 | 24.533 | 0.00057103 | 287.38 | + | "Original - TOF" | 473 | 94 | 0.19873 | 0.42966 | -1.0000 | 1.0000 | + | "Unpacked - Energy" | 473 | 4264.992 | 9.0169 | 24.533 | 0.00060000 | 287.38 | + | "Unpacked - TOF" | 473 | 94 | 0.19873 | 0.42966 | -1.0000 | 1.0000 | UnpackMuonHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 250 | 250.00 | 0.0000 | 250.00 | 250.00 | + | "# UnPackedData" | 1 | 55 | 55.000 | 0.0000 | 55.000 | 55.000 | CheckMuonHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 250 |1.974846e-06 | 7.8994e-09 | 2.8646e-07 | -4.9858e-07 | 4.9814e-07 | - | "Diff. - Displacement y" | 250 |-6.497127e-07 |-2.5989e-09 | 2.9496e-07 | -4.9508e-07 | 4.9287e-07 | - | "Diff. - Displacement z" | 250 |-1.667071e-06 |-6.6683e-09 | 2.8159e-07 | -4.9117e-07 | 4.9942e-07 | - | "Diff. - Energy" | 250 |-1.263551e-05 |-5.0542e-08 | 5.8406e-07 | -9.8059e-07 | 9.6797e-07 | - | "Diff. - Entry Point x" | 250 |-0.0001176315 |-4.7053e-07 | 2.6549e-05 | -4.9493e-05 | 4.8285e-05 | - | "Diff. - Entry Point y" | 250 |-0.0004394209 |-1.7577e-06 | 2.7697e-05 | -4.9442e-05 | 4.9912e-05 | - | "Diff. - Entry Point z" | 250 |-0.0002752042 |-1.1008e-06 | 2.9882e-05 | -4.9705e-05 | 4.9949e-05 | - | "Diff. - Parent |P|" | 250 |0.009168555 | 3.6674e-05 | 0.0029525 | -0.0049981 | 0.0049032 | - | "Diff. - TOF" | 250 |1.801344e-05 | 7.2054e-08 | 2.9742e-06 | -4.9547e-06 | 4.9677e-06 | - | "Original - Displacement x" | 250 | 111.4841 | 0.44594 | 4.9338 | -26.834 | 34.737 | - | "Original - Displacement y" | 250 | -142.6242 | -0.57050 | 4.2707 | -36.386 | 14.739 | - | "Original - Displacement z" | 250 | 982.604 | 3.9304 | 2.9426 | -5.1311 | 5.0403 | - | "Original - Energy" | 250 | 0.6508874 | 0.0026035 | 0.0041026 | 0.00013489 | 0.034311 | - | "Original - Entry Point x" | 250 | 117497.7 | 469.99 | 1818.4 | -4687.2 | 4596.7 | - | "Original - Entry Point y" | 250 | 10601.35 | 42.405 | 808.75 | -2248.7 | 3396.4 | - | "Original - Entry Point z" | 250 | 4045073 | 16180. | 1278.5 | 15094. | 19036. | - | "Original - Parent |P|" | 250 | 265840.5 | 1063.4 | 1419.3 | 1.4314 | 5680.8 | - | "Original - TOF" | 250 | 13979.99 | 55.920 | 5.4967 | 50.662 | 88.539 | - | "Unpacked - Displacement x" | 250 | 111.4841 | 0.44594 | 4.9338 | -26.834 | 34.737 | - | "Unpacked - Displacement y" | 250 | -142.6242 | -0.57050 | 4.2707 | -36.386 | 14.739 | - | "Unpacked - Displacement z" | 250 | 982.604 | 3.9304 | 2.9426 | -5.1311 | 5.0403 | - | "Unpacked - Energy" | 250 | 0.6509 | 0.0026036 | 0.0041026 | 0.00013400 | 0.034312 | - | "Unpacked - Entry Point x" | 250 | 117497.7 | 469.99 | 1818.4 | -4687.2 | 4596.7 | - | "Unpacked - Entry Point y" | 250 | 10601.35 | 42.405 | 808.75 | -2248.7 | 3396.4 | - | "Unpacked - Entry Point z" | 250 | 4045073 | 16180. | 1278.5 | 15094. | 19036. | - | "Unpacked - Parent |P|" | 250 | 265840.5 | 1063.4 | 1419.3 | 1.4300 | 5680.8 | - | "Unpacked - TOF" | 250 | 13979.99 | 55.920 | 5.4967 | 50.662 | 88.539 | + | "Diff. - Displacement x" | 55 |1.318891e-07 | 2.3980e-09 | 3.0437e-07 | -4.9201e-07 | 4.9017e-07 | + | "Diff. - Displacement y" | 55 |1.024466e-06 | 1.8627e-08 | 2.6780e-07 | -4.4169e-07 | 4.7461e-07 | + | "Diff. - Displacement z" | 55 |1.463476e-06 | 2.6609e-08 | 2.9124e-07 | -4.9821e-07 | 4.8907e-07 | + | "Diff. - Energy" | 55 |-5.063104e-06 |-9.2056e-08 | 5.6556e-07 | -9.4251e-07 | 9.7887e-07 | + | "Diff. - Entry Point x" | 55 |-0.0001058317 |-1.9242e-06 | 2.8369e-05 | -4.8463e-05 | 4.9631e-05 | + | "Diff. - Entry Point y" | 55 |-2.912421e-05 |-5.2953e-07 | 3.1743e-05 | -4.9381e-05 | 4.9459e-05 | + | "Diff. - Entry Point z" | 55 |-3.979412e-05 |-7.2353e-07 | 2.8024e-05 | -4.9795e-05 | 4.8135e-05 | + | "Diff. - Parent |P|" | 55 | 0.04192966 | 0.00076236 | 0.0027677 | -0.0049609 | 0.0049789 | + | "Diff. - TOF" | 55 |4.959482e-06 | 9.0172e-08 | 2.9761e-06 | -4.8508e-06 | 4.7799e-06 | + | "Original - Displacement x" | 55 | 59.66006 | 1.0847 | 3.1292 | -4.8651 | 12.768 | + | "Original - Displacement y" | 55 | 13.7729 | 0.25042 | 3.5781 | -13.425 | 11.711 | + | "Original - Displacement z" | 55 | 227.0185 | 4.1276 | 2.1098 | -5.0484 | 5.0422 | + | "Original - Energy" | 55 | 0.1409889 | 0.0025634 | 0.0038123 | 0.00027538 | 0.019159 | + | "Original - Entry Point x" | 55 | 78930.47 | 1435.1 | 1222.2 | -386.00 | 4254.9 | + | "Original - Entry Point y" | 55 | 44904.46 | 816.44 | 1120.7 | -1602.0 | 1923.8 | + | "Original - Entry Point z" | 55 | 906545.4 | 16483. | 1505.9 | 15091. | 19039. | + | "Original - Parent |P|" | 55 | 45721.11 | 831.29 | 1023.3 | 1.5819 | 3548.6 | + | "Original - TOF" | 55 | 3147.565 | 57.228 | 4.6100 | 51.349 | 66.295 | + | "Unpacked - Displacement x" | 55 | 59.66006 | 1.0847 | 3.1292 | -4.8651 | 12.768 | + | "Unpacked - Displacement y" | 55 | 13.7729 | 0.25042 | 3.5781 | -13.425 | 11.711 | + | "Unpacked - Displacement z" | 55 | 227.0185 | 4.1276 | 2.1098 | -5.0484 | 5.0422 | + | "Unpacked - Energy" | 55 | 0.140994 | 0.0025635 | 0.0038123 | 0.00027600 | 0.019158 | + | "Unpacked - Entry Point x" | 55 | 78930.47 | 1435.1 | 1222.2 | -386.00 | 4254.9 | + | "Unpacked - Entry Point y" | 55 | 44904.46 | 816.44 | 1120.7 | -1602.0 | 1923.8 | + | "Unpacked - Entry Point z" | 55 | 906545.4 | 16483. | 1505.9 | 15091. | 19039. | + | "Unpacked - Parent |P|" | 55 | 45721.07 | 831.29 | 1023.3 | 1.5800 | 3548.6 | + | "Unpacked - TOF" | 55 | 3147.565 | 57.228 | 4.6100 | 51.349 | 66.295 | RootHistSvc WARNING no ROOT output file name, Histograms cannot be persistified EventLoopMgr INFO Histograms converted successfully according to request. ToolSvc INFO Removing all tools created by ToolSvc @@ -1203,12 +1201,12 @@ MainEventGaussSim.Mai...SUCCESS Booked 4 Histogram(s) : 1D=4 MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1119.556 | 1119.6 | 0.0000 | 1119.6 | 1119.6 | + | "Total Memory/MB" | 1 | 1119.824 | 1119.8 | 0.0000 | 1119.8 | 1119.8 | GaussGen.GaussGenMemory SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1119.556 | 1119.6 | 0.0000 | 1119.6 | 1119.6 | + | "Total Memory/MB" | 1 | 1119.824 | 1119.8 | 0.0000 | 1119.8 | 1119.8 | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. ToolSvc.SequencerTime... INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | @@ -1222,13 +1220,13 @@ ToolSvc.SequencerTime... INFO ------------------------------------------------ | | | | |-----------------------------------------------------------------------------------------------------------------| | | | | - | non-diffractive 101 | 120 120 120 | 5.717e+01 4.083e-07 | - | A B -> A B elastic 102 | 49 49 49 | 2.258e+01 0.000e+00 | - | A B -> X B single diffractive 103 | 12 12 12 | 6.442e+00 0.000e+00 | - | A B -> A X single diffractive 104 | 9 9 9 | 6.442e+00 3.974e-08 | - | A B -> X X double diffractive 105 | 9 9 9 | 8.881e+00 5.620e-08 | + | non-diffractive 101 | 10 10 10 | 5.717e+01 0.000e+00 | + | A B -> A B elastic 102 | 3 3 3 | 2.258e+01 0.000e+00 | + | A B -> X B single diffractive 103 | 1 1 1 | 6.442e+00 6.442e+00 | + | A B -> A X single diffractive 104 | 1 1 1 | 6.442e+00 6.442e+00 | + | A B -> X X double diffractive 105 | 1 1 1 | 8.881e+00 8.881e+00 | | | | | - | sum | 199 199 199 | 1.015e+02 4.141e-07 | + | sum | 16 16 16 | 1.015e+02 1.272e+01 | | | *------- End PYTHIA Event and Cross Section Statistics ----------------------------------------------------------* @@ -1236,124 +1234,122 @@ ToolSvc.SequencerTime... INFO ------------------------------------------------ | | | times message | | | - | 1 Error in BeamRemnants::setKinematics: kinematics construction failed | - | 1 Warning in JunctionSplitting::CheckColours: Made a gluon colour singlet; redoing colours | | 3 Warning in MultipartonInteractions::init: maximum increased | - | 3 Warning in SpaceShower::pT2nextQCD: weight above unity | - | 13 Warning in StringFragmentation::fragmentToJunction: bad convergence junction rest frame | + | 1 Warning in SpaceShower::pT2nextQCD: weight above unity | + | 2 Warning in StringFragmentation::fragmentToJunction: bad convergence junction rest frame | | | *------- End PYTHIA Error and Warning Messages Statistics ------------------------------------------------------* TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO This machine has a speed about 2.63 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 108720.000 | 110389.398 | 110389.398 110389.4 0.00 | 1 | 110.389 | -TimingAuditor.TIMER INFO GaussSequencer | 108720.000 | 110381.930 | 110381.922 110381.9 0.00 | 1 | 110.382 | -TimingAuditor.TIMER INFO Generator | 11880.000 | 12057.387 | 12057.387 12057.4 0.00 | 1 | 12.057 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 11880.000 | 12057.380 | 12057.380 12057.4 0.00 | 1 | 12.057 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.204 | 1.204 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO Generation | 11880.000 | 12052.482 | 12052.482 12052.5 0.00 | 1 | 12.052 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 3.636 | 3.636 3.6 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 3.540 | 3.540 3.5 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO Simulation | 96840.000 | 98324.516 | 98324.516 98324.5 0.00 | 1 | 98.325 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 96840.000 | 98324.484 | 98324.492 98324.5 0.00 | 1 | 98.324 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 2.701 | 2.701 2.7 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO MainSimulation | 96840.000 | 98321.766 | 98321.766 98321.8 0.00 | 1 | 98.322 | -TimingAuditor.TIMER INFO MakeMainSim | 96430.000 | 97901.586 | 97901.578 97901.6 0.00 | 1 | 97.902 | -TimingAuditor.TIMER INFO GenToSim | 20940.000 | 21363.779 | 21363.781 21363.8 0.00 | 1 | 21.364 | -TimingAuditor.TIMER INFO GiGaFlush | 75260.000 | 76310.125 | 76310.125 76310.1 0.00 | 1 | 76.310 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 30.000 | 37.560 | 37.560 37.6 0.00 | 1 | 0.038 | -TimingAuditor.TIMER INFO DetectorsHits | 160.000 | 151.075 | 151.075 151.1 0.00 | 1 | 0.151 | -TimingAuditor.TIMER INFO GetVPHits | 10.000 | 5.438 | 5.438 5.4 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO GetUTHits | 0.000 | 7.075 | 7.075 7.1 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO GetFTHits | 20.000 | 12.204 | 12.204 12.2 0.00 | 1 | 0.012 | -TimingAuditor.TIMER INFO RichHits | 120.000 | 115.825 | 115.825 115.8 0.00 | 1 | 0.116 | -TimingAuditor.TIMER INFO GetRichHits | 50.000 | 49.882 | 49.882 49.9 0.00 | 1 | 0.050 | -TimingAuditor.TIMER INFO GetRichPhotons | 20.000 | 23.348 | 23.348 23.3 0.00 | 1 | 0.023 | -TimingAuditor.TIMER INFO GetRichSegments | 20.000 | 20.744 | 20.744 20.7 0.00 | 1 | 0.021 | -TimingAuditor.TIMER INFO GetRichTracks | 10.000 | 6.753 | 6.753 6.8 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.817 | 0.817 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 20.000 | 14.043 | 14.043 14.0 0.00 | 1 | 0.014 | -TimingAuditor.TIMER INFO GetEcalHits | 10.000 | 7.537 | 7.537 7.5 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 1.180 | 1.180 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 1.693 | 1.693 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MainEventDataPacking | 40.000 | 38.813 | 38.813 38.8 0.00 | 1 | 0.039 | -TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 5.894 | 5.894 5.9 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 4.800 | 4.800 4.8 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO MCVPHitPacker | 10.000 | 1.487 | 1.487 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCUTHitPacker | 0.000 | 0.401 | 0.401 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCFTHitPacker | 0.000 | 1.055 | 1.055 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.074 | 0.074 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 1.722 | 1.722 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.180 | 0.180 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 1.478 | 1.478 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichOpPhotPacker | 20.000 | 18.472 | 18.472 18.5 0.00 | 1 | 0.018 | -TimingAuditor.TIMER INFO MCRichSegmentPacker | 10.000 | 2.342 | 2.342 2.3 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.731 | 0.731 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO SimMonitor | 410.000 | 420.171 | 420.171 420.2 0.00 | 1 | 0.420 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.335 | 0.335 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 3.953 | 3.953 4.0 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 2.244 | 2.244 2.2 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DetectorsMonitor | 70.000 | 68.796 | 68.796 68.8 0.00 | 1 | 0.069 | -TimingAuditor.TIMER INFO VPGaussMoni | 50.000 | 49.967 | 49.967 50.0 0.00 | 1 | 0.050 | -TimingAuditor.TIMER INFO UTHitMonitor | 10.000 | 3.601 | 3.601 3.6 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO FTHitMonitor | 0.000 | 5.913 | 5.913 5.9 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO EcalMonitor | 10.000 | 5.622 | 5.622 5.6 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 1.198 | 1.198 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 2.382 | 2.382 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DataUnpackTest | 340.000 | 344.778 | 344.778 344.8 0.00 | 1 | 0.345 | -TimingAuditor.TIMER INFO UnpackMCVertex | 10.000 | 10.561 | 10.561 10.6 0.00 | 1 | 0.011 | -TimingAuditor.TIMER INFO UnpackMCParticle | 20.000 | 11.631 | 11.631 11.6 0.00 | 1 | 0.012 | -TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 3.515 | 3.515 3.5 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 3.409 | 3.409 3.4 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackVPHits | 0.000 | 2.439 | 2.439 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckVPHits | 20.000 | 20.718 | 20.718 20.7 0.00 | 1 | 0.021 | -TimingAuditor.TIMER INFO UnpackUTHits | 0.000 | 1.047 | 1.047 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckUTHits | 20.000 | 13.876 | 13.876 13.9 0.00 | 1 | 0.014 | -TimingAuditor.TIMER INFO UnpackFTHits | 0.000 | 1.859 | 1.859 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckFTHits | 30.000 | 30.990 | 30.990 31.0 0.00 | 1 | 0.031 | -TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 3.219 | 3.219 3.2 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackRichOpPhot | 10.000 | 6.670 | 6.670 6.7 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO UnpackRichSegments | 10.000 | 2.745 | 2.745 2.7 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.887 | 0.887 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichHits | 30.000 | 28.382 | 28.382 28.4 0.00 | 1 | 0.028 | -TimingAuditor.TIMER INFO CheckRichOpPhot | 170.000 | 177.109 | 177.109 177.1 0.00 | 1 | 0.177 | -TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 4.172 | 4.172 4.2 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.422 | 0.422 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackEcalHits | 10.000 | 2.487 | 2.487 2.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckEcalHits | 10.000 | 13.627 | 13.627 13.6 0.00 | 1 | 0.014 | -TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.458 | 0.458 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 2.197 | 2.197 2.2 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.096 | 0.096 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 1.670 | 1.670 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO EVENT LOOP | 48130.000 | 50371.840 | 50371.840 50371.8 0.00 | 1 | 50.372 | +TimingAuditor.TIMER INFO GaussSequencer | 48130.000 | 50364.645 | 50364.645 50364.6 0.00 | 1 | 50.365 | +TimingAuditor.TIMER INFO Generator | 2470.000 | 2480.380 | 2480.380 2480.4 0.00 | 1 | 2.480 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 2470.000 | 2480.375 | 2480.375 2480.4 0.00 | 1 | 2.480 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.067 | 1.067 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Generation | 2470.000 | 2474.112 | 2474.112 2474.1 0.00 | 1 | 2.474 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 5.154 | 5.154 5.2 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 5.119 | 5.119 5.1 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO Simulation | 45660.000 | 47884.230 | 47884.234 47884.2 0.00 | 1 | 47.884 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 45660.000 | 47884.195 | 47884.195 47884.2 0.00 | 1 | 47.884 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.846 | 1.846 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MainSimulation | 45660.000 | 47882.328 | 47882.328 47882.3 0.00 | 1 | 47.882 | +TimingAuditor.TIMER INFO MakeMainSim | 45460.000 | 47684.441 | 47684.441 47684.4 0.00 | 1 | 47.684 | +TimingAuditor.TIMER INFO GenToSim | 20270.000 | 21958.660 | 21958.660 21958.7 0.00 | 1 | 21.959 | +TimingAuditor.TIMER INFO GiGaFlush | 25110.000 | 25640.809 | 25640.807 25640.8 0.00 | 1 | 25.641 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 10.000 | 15.152 | 15.152 15.2 0.00 | 1 | 0.015 | +TimingAuditor.TIMER INFO DetectorsHits | 60.000 | 56.962 | 56.962 57.0 0.00 | 1 | 0.057 | +TimingAuditor.TIMER INFO GetVPHits | 0.000 | 3.716 | 3.716 3.7 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetUTHits | 10.000 | 7.592 | 7.592 7.6 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GetFTHits | 20.000 | 8.453 | 8.453 8.5 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO RichHits | 20.000 | 33.138 | 33.138 33.1 0.00 | 1 | 0.033 | +TimingAuditor.TIMER INFO GetRichHits | 10.000 | 12.571 | 12.571 12.6 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 7.571 | 7.571 7.6 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GetRichSegments | 10.000 | 6.391 | 6.391 6.4 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 2.409 | 2.409 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.711 | 0.711 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 3.304 | 3.304 3.3 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 2.360 | 2.360 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.213 | 0.213 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 1.356 | 1.356 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MainEventDataPacking | 10.000 | 12.589 | 12.589 12.6 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 2.057 | 2.057 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 1.327 | 1.327 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCVPHitPacker | 0.000 | 0.986 | 0.986 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCUTHitPacker | 0.000 | 0.135 | 0.135 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCFTHitPacker | 0.000 | 0.260 | 0.260 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.033 | 0.033 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.863 | 0.863 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.050 | 0.050 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.968 | 0.968 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichOpPhotPacker | 10.000 | 3.936 | 3.936 3.9 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 1.179 | 1.179 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.578 | 0.578 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SimMonitor | 200.000 | 197.858 | 197.858 197.9 0.00 | 1 | 0.198 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.393 | 0.393 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 1.181 | 1.181 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 2.009 | 2.009 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO DetectorsMonitor | 60.000 | 49.820 | 49.820 49.8 0.00 | 1 | 0.050 | +TimingAuditor.TIMER INFO VPGaussMoni | 50.000 | 39.382 | 39.382 39.4 0.00 | 1 | 0.039 | +TimingAuditor.TIMER INFO UTHitMonitor | 0.000 | 2.246 | 2.246 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO FTHitMonitor | 0.000 | 2.720 | 2.720 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 2.959 | 2.959 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.738 | 0.738 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitChecker | 10.000 | 1.653 | 1.653 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO DataUnpackTest | 140.000 | 144.404 | 144.404 144.4 0.00 | 1 | 0.144 | +TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 3.424 | 3.424 3.4 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 3.147 | 3.147 3.1 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 1.063 | 1.063 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 1.036 | 1.036 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackVPHits | 0.000 | 0.870 | 0.870 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckVPHits | 10.000 | 6.537 | 6.537 6.5 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO UnpackUTHits | 0.000 | 0.455 | 0.455 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckUTHits | 0.000 | 4.586 | 4.586 4.6 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO UnpackFTHits | 0.000 | 0.639 | 0.639 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckFTHits | 10.000 | 11.380 | 11.380 11.4 0.00 | 1 | 0.011 | +TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 1.292 | 1.292 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichOpPhot | 10.000 | 3.057 | 3.057 3.1 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackRichSegments | 10.000 | 1.425 | 1.425 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.655 | 0.655 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckRichHits | 10.000 | 12.814 | 12.814 12.8 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO CheckRichOpPhot | 80.000 | 81.151 | 81.151 81.2 0.00 | 1 | 0.081 | +TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 1.932 | 1.932 1.9 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.229 | 0.229 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 1.653 | 1.653 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO CheckEcalHits | 10.000 | 5.524 | 5.524 5.5 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.160 | 0.160 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.518 | 0.518 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.049 | 0.049 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 0.414 | 0.414 0.4 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 9803 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 4560 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 75.2 [s] #= 1 -ChronoStatSvc INFO Time User : Tot= 195 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 25.1 [s] #= 1 +ChronoStatSvc INFO Time User : Tot= 135 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Muon MCHits" | 1 | 250 | 250.00 | 0.0000 | 250.00 | 250.00 | -******Stat****** INFO "#MCRichTracks" | 1 | 480 | 480.00 | 0.0000 | 480.00 | 480.00 | -******Stat****** INFO "#MCRichSegment | 1 | 590 | 590.00 | 0.0000 | 590.00 | 590.00 | -******Stat****** INFO "#Prs MCHits" | 1 | 2042 | 2042.0 | 0.0000 | 2042.0 | 2042.0 | -******Stat****** INFO "#Rich2 MCHits" | 1 | 2959 | 2959.0 | 0.0000 | 2959.0 | 2959.0 | -******Stat****** INFO "#Velo MCHits" | 1 | 3112 | 3112.0 | 0.0000 | 3112.0 | 3112.0 | -******Stat****** INFO "#Rich1 MCHits" | 1 | 5317 | 5317.0 | 0.0000 | 5317.0 | 5317.0 | -******Stat****** INFO "#MCRichOpPhoto | 1 | 8231 | 8231.0 | 0.0000 | 8231.0 | 8231.0 | -******Stat****** INFO "#Rich MCHits" | 1 | 8276 | 8276.0 | 0.0000 | 8276.0 | 8276.0 | -******Stat****** INFO "#MCParticles" | 1 | 10888 | 10888. | 0.0000 | 10888. | 10888. | -******Stat****** INFO "#Spd MCHits" | 1 | 11997 | 11997. | 0.0000 | 11997. | 11997. | -******Stat****** INFO "#MCVertices" | 1 | 12159 | 12159. | 0.0000 | 12159. | 12159. | +******Stat****** INFO "#Muon MCHits" | 1 | 55 | 55.000 | 0.0000 | 55.000 | 55.000 | +******Stat****** INFO "#MCRichTracks" | 1 | 187 | 187.00 | 0.0000 | 187.00 | 187.00 | +******Stat****** INFO "#MCRichSegment | 1 | 238 | 238.00 | 0.0000 | 238.00 | 238.00 | +******Stat****** INFO "#Prs MCHits" | 1 | 473 | 473.00 | 0.0000 | 473.00 | 473.00 | +******Stat****** INFO "#Velo MCHits" | 1 | 927 | 927.00 | 0.0000 | 927.00 | 927.00 | +******Stat****** INFO "#Rich2 MCHits" | 1 | 1240 | 1240.0 | 0.0000 | 1240.0 | 1240.0 | +******Stat****** INFO "#Rich1 MCHits" | 1 | 2636 | 2636.0 | 0.0000 | 2636.0 | 2636.0 | +******Stat****** INFO "#MCParticles" | 1 | 3300 | 3300.0 | 0.0000 | 3300.0 | 3300.0 | +******Stat****** INFO "#MCVertices" | 1 | 3837 | 3837.0 | 0.0000 | 3837.0 | 3837.0 | +******Stat****** INFO "#MCRichOpPhoto | 1 | 3845 | 3845.0 | 0.0000 | 3845.0 | 3845.0 | +******Stat****** INFO "#Rich MCHits" | 1 | 3876 | 3876.0 | 0.0000 | 3876.0 | 3876.0 | +******Stat****** INFO "#Spd MCHits" | 1 | 4851 | 4851.0 | 0.0000 | 4851.0 | 4851.0 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully @@ -1379,4 +1375,4 @@ Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -� +3 diff --git a/Sim/Gauss/tests/refs/testGauss-config-2011-pythia6.ref b/Sim/Gauss/tests/refs/testGauss-config-2011-pythia6.ref index 4d38dffa30f9a684f74f01a7585a8fde698e3e1f..98cdb59d7824eaf5bf91c6dd1260fb5f143057af 100644 --- a/Sim/Gauss/tests/refs/testGauss-config-2011-pythia6.ref +++ b/Sim/Gauss/tests/refs/testGauss-config-2011-pythia6.ref @@ -1,25 +1,25 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2011.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2011.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2011.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/NoPacking.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/NoPacking.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2011.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2011.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2011.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2011.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/NoPacking.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/NoPacking.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2011.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/10000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/10000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia/options/Pythia.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia/options/Pythia.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia/options/Pythia.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia/options/Pythia.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -81,8 +81,8 @@ RICH simulation now configured # GaussTape.OptItemList = ['/Event/Gen/HepMCEvents#1'] ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 01:54:59 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 01:17:31 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' @@ -93,7 +93,7 @@ DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -101,7 +101,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/Simulation.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/Simulation.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -4652,7 +4652,7 @@ RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 RndmGenSvc.Engine INFO This is the GEANT4 engine! RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> -TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. GaussSequencer DEBUG Property update for OutputLevel : new value = 2 GaussSequencer DEBUG Initialize base class GaudiCommon<Algorithm> GaussSequencer DEBUG could not locate CounterSummarySvc, no counter summary will be made @@ -4825,7 +4825,7 @@ GeneratorSlotMainSeq DEBUG The tool 'ToolSvc.SequencerTimerTool' of type 'S GaussGen DEBUG Property update for OutputLevel : new value = 2 GaussGen DEBUG Initialize base class GaudiCommon<Algorithm> GaussGen DEBUG could not locate CounterSummarySvc, no counter summary will be made -GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 63 +GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 64 GaussGen DEBUG Property ['Name': Value] = 'CreateBeam':True GaussGen DEBUG Property ['Name': Value] = 'Luminosity':2.4700000e+18 GaussGen DEBUG Property ['Name': Value] = 'ZLuminousRegion':0.50000000 @@ -4845,6 +4845,7 @@ GaussGen DEBUG Property ['Name': Value] = 'BeamParameters':Gen GaussGen DEBUG Property ['Name': Value] = 'MCHeader':/Event/Gen/Header GaussGen DEBUG Property ['Name': Value] = 'RunNumber':1082 GaussGen DEBUG Property ['Name': Value] = 'FirstEventNumber':1 +GaussGen DEBUG Property ['Name': Value] = 'EvtCounter': GaussGen DEBUG Property ['Name': Value] = 'MinMemoryDelta':16 GaussGen DEBUG Property ['Name': Value] = 'MemoryPurgeLimit':-1 GaussGen DEBUG Property ['Name': Value] = 'Increment':100 @@ -5098,7 +5099,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 01:55:54 | | + | | P Y T H H III A A Now is 23 Feb 2019 at 01:18:28 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -7653,6 +7654,7 @@ GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, all entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, all entries' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), first 'HistoSize' entries' GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, downscaled' desc = 'Virtual memory (kB), downscaled entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, downscaled' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), downscaled entries' +GaussGen DEBUG using internal counter for eventNumber GaussGen DEBUG using seeds [1082, 1, 2119103972, 0] GaussGen INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 2119103972, 0] GaussGen DEBUG GenInit:: The object of type 'LHCb::GenHeader' is registered in TS at address '/Event/Gen/Header' @@ -8436,32 +8438,32 @@ GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for Sens GaussGeo.Ecal DEBUG Initialize(): CollectionName='EcalHits' for SensDet='Ecal' GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for SensDet='Hcal' GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 -GaussGeo.Spd SUCCESS #Hits= 572 #SubHits= 791 #Slots= 4678 Energy= 2.7[GeV] -GaussGeo.Prs SUCCESS #Hits= 876 #SubHits= 1262 #Slots= 7481 Energy= 7.64[GeV] -GaussGeo.Ecal SUCCESS #Hits= 2992 #SubHits= 7746 #Slots= 8898 Energy= 105[GeV] -GaussGeo.Hcal SUCCESS #Hits= 405 #SubHits= 755 #Slots= 1003 Energy= 8.02[GeV] +GaussGeo.Spd SUCCESS #Hits= 614 #SubHits= 853 #Slots= 5039 Energy= 2.75[GeV] +GaussGeo.Prs SUCCESS #Hits= 965 #SubHits= 1431 #Slots= 8506 Energy= 8.79[GeV] +GaussGeo.Ecal SUCCESS #Hits= 3014 #SubHits= 7806 #Slots= 8736 Energy= 100[GeV] +GaussGeo.Hcal SUCCESS #Hits= 467 #SubHits= 848 #Slots= 1100 Energy= 11.7[GeV] GiGaFlush DEBUG Dump G4 event object -GiGaFlush INFO GiGaUtil::DumpG4Event 0x25f49640 ************************************************** +GiGaFlush INFO GiGaUtil::DumpG4Event 0x26d57800 ************************************************** GiGaUtil::DumpG4Event EventID : 0 GiGaUtil::DumpG4Event NumberOfPrimaryVertex : 5 - GiGaUtil::DumpG4Event #StoredTrajectories : 6348 + GiGaUtil::DumpG4Event #StoredTrajectories : 6305 GiGaUtil::DumpG4Event # of Hit Collections : 16 - GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 147 - GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 3321 - GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 1201 - GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 2641 - GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 2295 - GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 1502 - GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 1604 - GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 3 + GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 165 + GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 3192 + GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 908 + GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 3669 + GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 1698 + GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 1503 + GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 1357 + GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 1 GiGaUtil::DumpG4Event Collection: ID = 8 Name = 'CaloSPHits' SD = 'CaloSP' #Hits = 0 - GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 572 - GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 876 - GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 2992 - GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 405 - GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 1011 - GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 851 - GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 2723 + GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 614 + GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 965 + GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 3014 + GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 467 + GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 1328 + GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 1165 + GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 3109 GiGaUtil::DumpG4Event GetDCofThisEvent : G4DCofThisEvent* points to NULL GiGaUtil::DumpG4Event IsAborted : 0 GiGaUtil::DumpG4Event GetUserInformation : G4VUserEventInformation* points to NULL @@ -8497,8 +8499,8 @@ GetHcalHits DEBUG GetCaloHitsAlg:: The object of type 'ObjectVecto GetMuonHits DEBUG ==> Execute GetMuonHits DEBUG GetTrackerHitsAlg:: The object of type 'ObjectVector<LHCb::MCHit>' is registered in TS at address 'MC/Muon/Hits' SimMonitor DEBUG ==> Execute -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 7134 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 7812 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 7127 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 7842 ApplicationMgr INFO Application Manager Stopped successfully GaussGen DEBUG Delete BeamForInitialization GaussGen DEBUG ==> Finalize @@ -8642,59 +8644,59 @@ GetOTHits DEBUG Services to release : GiGa GiGaKine GetOTHits DEBUG Releasing service 'GiGa' GetOTHits DEBUG Releasing service 'GiGaKine' GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 4936.00 +-70.26 (100.00 +-0.00%) Rich2 = 3106.00 +-55.73 (100.00 +-0.00%) -GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.03 +-0.03%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 2853.00 +-53.41 ( 57.80 +-0.70%) Rich2 = 1436.00 +-37.89 ( 46.23 +-0.89%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 230.00 +-15.17 ( 4.66 +-0.30%) Rich2 = 114.00 +-10.68 ( 3.67 +-0.34%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 1728.00 +-41.57 ( 35.01 +-0.68%) Rich2 = 1322.00 +-36.36 ( 42.56 +-0.89%) -GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 4.00 +- 2.00 ( 0.08 +-0.04%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 2.00 +- 1.41 ( 0.04 +-0.03%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 5367.00 +-73.26 (100.00 +-0.00%) Rich2 = 2860.00 +-53.48 (100.00 +-0.00%) +GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 2327.00 +-48.24 ( 43.36 +-0.68%) Rich2 = 2073.00 +-45.53 ( 72.48 +-0.84%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 229.00 +-15.13 ( 4.27 +-0.28%) Rich2 = 25.00 +- 5.00 ( 0.87 +-0.17%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 2714.00 +-52.10 ( 50.57 +-0.68%) Rich2 = 495.00 +-22.25 ( 17.31 +-0.71%) +GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 3.00 +- 1.73 ( 0.06 +-0.03%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 1.00 +- 1.00 ( 0.02 +-0.02%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.03 +-0.03%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 173.00 +-13.15 ( 5.57 +-0.41%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 460.00 +-21.45 ( 9.32 +-0.41%) Rich2 = 416.00 +-20.40 ( 13.39 +-0.61%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 346.00 +-18.60 ( 7.01 +-0.36%) Rich2 = 341.00 +-18.47 ( 10.98 +-0.56%) +GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 173.00 +-13.15 ( 6.05 +-0.45%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 495.00 +-22.25 ( 9.22 +-0.39%) Rich2 = 179.00 +-13.38 ( 6.26 +-0.45%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 375.00 +-19.36 ( 6.99 +-0.35%) Rich2 = 147.00 +-12.12 ( 5.14 +-0.41%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 210.00 +-14.49 ( 4.25 +-0.29%) Rich2 = 126.00 +-11.22 ( 4.06 +-0.35%) -GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 1.00 +- 1.00 ( 0.02 +-0.02%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 205.00 +-14.32 ( 3.82 +-0.26%) Rich2 = 76.00 +- 8.72 ( 2.66 +-0.30%) +GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 1.00 +- 1.00 ( 0.02 +-0.02%) Rich2 = 1.00 +- 1.00 ( 0.03 +-0.03%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 467.00 +-21.61 ( 9.46 +-0.42%) Rich1Gas = 2386.00 +-48.85 ( 48.34 +-0.71%) Rich2Gas = 1436.00 +-37.89 ( 46.23 +-0.89%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 397.00 +-19.92 ( 7.40 +-0.36%) Rich1Gas = 1930.00 +-43.93 ( 35.96 +-0.66%) Rich2Gas = 2073.00 +-45.53 ( 72.48 +-0.84%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : GetRichHits INFO tile = 0 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 1 hits = 3.00 +- 1.73 / event -GetRichHits INFO tile = 2 hits = 76.00 +- 8.72 / event -GetRichHits INFO tile = 3 hits = 16.00 +- 4.00 / event -GetRichHits INFO tile = 4 hits = 89.00 +- 9.43 / event -GetRichHits INFO tile = 5 hits = 24.00 +- 4.90 / event -GetRichHits INFO tile = 6 hits = 18.00 +- 4.24 / event +GetRichHits INFO tile = 1 hits = 4.00 +- 2.00 / event +GetRichHits INFO tile = 2 hits = 96.00 +- 9.80 / event +GetRichHits INFO tile = 3 hits = 13.00 +- 3.61 / event +GetRichHits INFO tile = 4 hits = 46.00 +- 6.78 / event +GetRichHits INFO tile = 5 hits = 5.00 +- 2.24 / event +GetRichHits INFO tile = 6 hits = 3.00 +- 1.73 / event GetRichHits INFO tile = 7 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 8 hits = 1.00 +- 1.00 / event +GetRichHits INFO tile = 8 hits = 6.00 +- 2.45 / event GetRichHits INFO tile = 9 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 10 hits = 95.00 +- 9.75 / event -GetRichHits INFO tile = 11 hits = 32.00 +- 5.66 / event -GetRichHits INFO tile = 12 hits = 106.00 +-10.30 / event -GetRichHits INFO tile = 13 hits = 8.00 +- 2.83 / event +GetRichHits INFO tile = 10 hits = 75.00 +- 8.66 / event +GetRichHits INFO tile = 11 hits = 22.00 +- 4.69 / event +GetRichHits INFO tile = 12 hits = 95.00 +- 9.75 / event +GetRichHits INFO tile = 13 hits = 11.00 +- 3.32 / event GetRichHits INFO tile = 14 hits = 13.00 +- 3.61 / event -GetRichHits INFO tile = 15 hits = 7.00 +- 2.65 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Aerogel = 488.00 +- 22.09 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 2484.00 +- 49.84 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 1669.00 +- 40.85 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 344.00 +- 18.55 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 3050.00 +- 55.23 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 4.00 +- 2.00 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : AerogelFilter = 2.00 +- 1.41 / event -GetRichSegments INFO Av. # MCRichSegments : Aerogel = 113.00 +- 10.63 / event -GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 138.00 +- 11.75 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 148.00 +- 12.17 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 51.00 +- 7.14 / event -GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 33.00 +- 5.74 / event -GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 4.00 +- 2.00 / event -GetRichSegments INFO Av. # MCRichSegments : AerogelFilter = 2.00 +- 1.41 / event +GetRichHits INFO tile = 15 hits = 18.00 +- 4.24 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Aerogel = 407.00 +- 20.17 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 2013.00 +- 44.87 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 2340.00 +- 48.37 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 254.00 +- 15.94 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 3209.00 +- 56.65 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 3.00 +- 1.73 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : AerogelFilter = 1.00 +- 1.00 / event +GetRichSegments INFO Av. # MCRichSegments : Aerogel = 88.00 +- 9.38 / event +GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 126.00 +- 11.22 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 170.00 +- 13.04 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 39.00 +- 6.24 / event +GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 37.00 +- 6.08 / event +GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 3.00 +- 1.73 / event +GetRichSegments INFO Av. # MCRichSegments : AerogelFilter = 1.00 +- 1.00 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 RichHits DEBUG Finalize base class GaudiAlgorithm RichHits DEBUG Tools to release : @@ -8738,42 +8740,42 @@ MakeMainSim DEBUG Services to release : VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 3321+/-0 -VeloGaussMoni INFO | Number of PileUpMCHits/Event: 147+/-0 +VeloGaussMoni INFO | Number of MCHits/Event: 3192+/-0 +VeloGaussMoni INFO | Number of PileUpMCHits/Event: 165+/-0 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 1201 -TTHitMonitor INFO Mean beta * gamma: 606.891 -TTHitMonitor INFO Most Probable deposited charge: 0.155202 -TTHitMonitor INFO Half Sample width 0.0518817 +TTHitMonitor INFO #hits per event: 908 +TTHitMonitor INFO Mean beta * gamma: 1052.68 +TTHitMonitor INFO Most Probable deposited charge: 0.15303 +TTHitMonitor INFO Half Sample width 0.0472792 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 114 | 114 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1201 | 728876.6 | 606.89 | 1735.5 | 0.0085327 | 16701. | - | "numberHits" | 1 | 1201 | 1201.0 | 0.0000 | 1201.0 | 1201.0 | + | "DeltaRay" | 54 | 54 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 908 | 955836.8 | 1052.7 | 4665.3 | 0.20744 | 58525. | + | "numberHits" | 1 | 908 | 908.00 | 0.0000 | 908.00 | 908.00 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 851 -ITHitMonitor INFO Mean beta * gamma: 3318.91 -ITHitMonitor INFO Most Probable deposited charge: 0.122039 -ITHitMonitor INFO Half Sample width 0.0401965 +ITHitMonitor INFO #hits per event: 1165 +ITHitMonitor INFO Mean beta * gamma: 3827.66 +ITHitMonitor INFO Most Probable deposited charge: 0.123334 +ITHitMonitor INFO Half Sample width 0.0429073 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 46 | 46 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 851 | 2824390 | 3318.9 | 8369.6 | 0.38250 | 36380. | - | "numberHits" | 1 | 851 | 851.00 | 0.0000 | 851.00 | 851.00 | + | "DeltaRay" | 61 | 61 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1165 | 4459226 | 3827.7 | 9791.4 | 0.34627 | 64812. | + | "numberHits" | 1 | 1165 | 1165.0 | 0.0000 | 1165.0 | 1165.0 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 2723 -OTHitMonitor INFO Mean beta * gamma: 833.775 -OTHitMonitor INFO Most Probable deposited charge: 0.201415 -OTHitMonitor INFO Half Sample width 0.0807003 +OTHitMonitor INFO #hits per event: 3109 +OTHitMonitor INFO Mean beta * gamma: 1249.91 +OTHitMonitor INFO Most Probable deposited charge: 0.196913 +OTHitMonitor INFO Half Sample width 0.0781003 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 241 | 241 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 2723 | 2270370 | 833.78 | 2955.6 | 0.0052502 | 36380. | - | "numberHits" | 1 | 2723 | 2723.0 | 0.0000 | 2723.0 | 2723.0 | + | "DeltaRay" | 155 | 155 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 3109 | 3885965 | 1249.9 | 3758.4 | 0.0029845 | 28184. | + | "numberHits" | 1 | 3109 | 3109.0 | 0.0000 | 3109.0 | 3109.0 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -8782,14 +8784,14 @@ MuonHitChecker INFO ------------------------------------------------ MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 194.000 34.000 5.000 3.000 1.000 R1 -MuonHitChecker INFO 224.000 37.000 0.000 3.000 1.000 R2 -MuonHitChecker INFO 198.000 1.000 0.000 1.000 0.000 R3 -MuonHitChecker INFO 297.000 11.000 0.000 1.000 0.000 R4 +MuonHitChecker INFO 212.000 45.000 30.000 14.000 3.000 R1 +MuonHitChecker INFO 286.000 101.000 7.000 12.000 2.000 R2 +MuonHitChecker INFO 274.000 25.000 11.000 7.000 0.000 R3 +MuonHitChecker INFO 272.000 18.000 4.000 5.000 0.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 913.000 83.000 5.000 8.000 2.000 allR +MuonHitChecker INFO 1044.000 189.000 52.000 38.000 5.000 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 SimMonitor DEBUG Finalize base class GaudiAlgorithm SimMonitor DEBUG Tools to release : @@ -8814,7 +8816,7 @@ MainEventGaussSim.Mai... DEBUG ==> Finalize the base class GaudiTool MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1178.4 | 1178.4 | 0.0000 | 1178.4 | 1178.4 | + | "Total Memory/MB" | 1 | 1177.064 | 1177.1 | 0.0000 | 1177.1 | 1177.1 | MainEventGaussSim.Mai... DEBUG Tools to release : MainEventGaussSim.Mai... DEBUG Services to release : Generation.BeamSpotSm... DEBUG ==> Finalize the base class GaudiTool @@ -8853,7 +8855,7 @@ GaussGen.GaussGenMemory DEBUG ==> Finalize the base class GaudiTool GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1178.4 | 1178.4 | 0.0000 | 1178.4 | 1178.4 | + | "Total Memory/MB" | 1 | 1177.064 | 1177.1 | 0.0000 | 1177.1 | 1177.1 | GaussGen.GaussGenMemory DEBUG Tools to release : GaussGen.GaussGenMemory DEBUG Services to release : ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- @@ -8873,40 +8875,40 @@ GaussGeo.MuonSDet DEBUG Services to release : GaussGeo.Hcal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 8.023705 | 8.0237 | 0.0000 | 8.0237 | 8.0237 | - | "#hits" | 1 | 405 | 405.00 | 0.0000 | 405.00 | 405.00 | - | "#subhits" | 1 | 755 | 755.00 | 0.0000 | 755.00 | 755.00 | - | "#tslots" | 1 | 1003 | 1003.0 | 0.0000 | 1003.0 | 1003.0 | + | "#energy" | 1 | 11.65009 | 11.650 | 0.0000 | 11.650 | 11.650 | + | "#hits" | 1 | 467 | 467.00 | 0.0000 | 467.00 | 467.00 | + | "#subhits" | 1 | 848 | 848.00 | 0.0000 | 848.00 | 848.00 | + | "#tslots" | 1 | 1100 | 1100.0 | 0.0000 | 1100.0 | 1100.0 | GaussGeo.Hcal DEBUG Tools to release : GaussGeo.Hcal DEBUG Services to release : HistogramDataSvc GaussGeo.Hcal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Ecal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 105.4008 | 105.40 | 0.0000 | 105.40 | 105.40 | - | "#hits" | 1 | 2992 | 2992.0 | 0.0000 | 2992.0 | 2992.0 | - | "#subhits" | 1 | 7746 | 7746.0 | 0.0000 | 7746.0 | 7746.0 | - | "#tslots" | 1 | 8898 | 8898.0 | 0.0000 | 8898.0 | 8898.0 | + | "#energy" | 1 | 100.0468 | 100.05 | 0.0000 | 100.05 | 100.05 | + | "#hits" | 1 | 3014 | 3014.0 | 0.0000 | 3014.0 | 3014.0 | + | "#subhits" | 1 | 7806 | 7806.0 | 0.0000 | 7806.0 | 7806.0 | + | "#tslots" | 1 | 8736 | 8736.0 | 0.0000 | 8736.0 | 8736.0 | GaussGeo.Ecal DEBUG Tools to release : GaussGeo.Ecal DEBUG Services to release : HistogramDataSvc GaussGeo.Ecal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Prs DEBUG ==> Finalize the base class GaudiTool GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 7.638243 | 7.6382 | 0.0000 | 7.6382 | 7.6382 | - | "#hits" | 1 | 876 | 876.00 | 0.0000 | 876.00 | 876.00 | - | "#subhits" | 1 | 1262 | 1262.0 | 0.0000 | 1262.0 | 1262.0 | - | "#tslots" | 1 | 7481 | 7481.0 | 0.0000 | 7481.0 | 7481.0 | + | "#energy" | 1 | 8.794384 | 8.7944 | 0.0000 | 8.7944 | 8.7944 | + | "#hits" | 1 | 965 | 965.00 | 0.0000 | 965.00 | 965.00 | + | "#subhits" | 1 | 1431 | 1431.0 | 0.0000 | 1431.0 | 1431.0 | + | "#tslots" | 1 | 8506 | 8506.0 | 0.0000 | 8506.0 | 8506.0 | GaussGeo.Prs DEBUG Tools to release : GaussGeo.Prs DEBUG Services to release : HistogramDataSvc GaussGeo.Prs DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Spd DEBUG ==> Finalize the base class GaudiTool GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 2.699604 | 2.6996 | 0.0000 | 2.6996 | 2.6996 | - | "#hits" | 1 | 572 | 572.00 | 0.0000 | 572.00 | 572.00 | - | "#subhits" | 1 | 791 | 791.00 | 0.0000 | 791.00 | 791.00 | - | "#tslots" | 1 | 4678 | 4678.0 | 0.0000 | 4678.0 | 4678.0 | + | "#energy" | 1 | 2.754644 | 2.7546 | 0.0000 | 2.7546 | 2.7546 | + | "#hits" | 1 | 614 | 614.00 | 0.0000 | 614.00 | 614.00 | + | "#subhits" | 1 | 853 | 853.00 | 0.0000 | 853.00 | 853.00 | + | "#tslots" | 1 | 5039 | 5039.0 | 0.0000 | 5039.0 | 5039.0 | GaussGeo.Spd DEBUG Tools to release : GaussGeo.Spd DEBUG Services to release : HistogramDataSvc GaussGeo.Spd DEBUG Releasing service 'HistogramDataSvc' @@ -8958,90 +8960,90 @@ Generation.Inclusive.... DEBUG ==> Finalize the base class GaudiTool Generation.Inclusive.... DEBUG Tools to release : Generation.Inclusive.... DEBUG Services to release : TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 187800.000 | 189163.141 | 189163.141 189163.1 0.00 | 1 | 189.163 | -TimingAuditor.TIMER INFO GaussSequencer | 187790.000 | 189154.594 | 189154.594 189154.6 0.00 | 1 | 189.155 | -TimingAuditor.TIMER INFO Generator | 1530.000 | 1551.859 | 1551.859 1551.9 0.00 | 1 | 1.552 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1530.000 | 1551.847 | 1551.847 1551.8 0.00 | 1 | 1.552 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.727 | 1.727 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO Generation | 1530.000 | 1548.203 | 1548.203 1548.2 0.00 | 1 | 1.548 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 1.870 | 1.870 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 1.779 | 1.779 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO Simulation | 186260.000 | 187602.688 | 187602.688 187602.7 0.00 | 1 | 187.603 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 186260.000 | 187602.656 | 187602.641 187602.6 0.00 | 1 | 187.603 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.185 | 1.185 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 186260.000 | 187601.422 | 187601.422 187601.4 0.00 | 1 | 187.601 | -TimingAuditor.TIMER INFO MakeMainSim | 186220.000 | 187560.484 | 187560.484 187560.5 0.00 | 1 | 187.560 | -TimingAuditor.TIMER INFO GenToSim | 42990.000 | 43190.648 | 43190.648 43190.6 0.00 | 1 | 43.191 | -TimingAuditor.TIMER INFO GiGaFlush | 143040.000 | 144175.125 | 144175.125 144175.1 0.00 | 1 | 144.175 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.040 | 0.040 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 30.000 | 25.009 | 25.009 25.0 0.00 | 1 | 0.025 | -TimingAuditor.TIMER INFO DetectorsHits | 160.000 | 169.434 | 169.434 169.4 0.00 | 1 | 0.169 | -TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 1.485 | 1.485 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 5.245 | 5.245 5.2 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO GetTTHits | 10.000 | 6.575 | 6.575 6.6 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO GetITHits | 0.000 | 4.086 | 4.086 4.1 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetOTHits | 10.000 | 7.928 | 7.928 7.9 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO RichHits | 120.000 | 127.095 | 127.095 127.1 0.00 | 1 | 0.127 | -TimingAuditor.TIMER INFO GetRichHits | 70.000 | 67.411 | 67.411 67.4 0.00 | 1 | 0.067 | -TimingAuditor.TIMER INFO GetRichPhotons | 10.000 | 18.620 | 18.620 18.6 0.00 | 1 | 0.019 | -TimingAuditor.TIMER INFO GetRichSegments | 20.000 | 21.396 | 21.396 21.4 0.00 | 1 | 0.021 | -TimingAuditor.TIMER INFO GetRichTracks | 10.000 | 5.120 | 5.120 5.1 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.766 | 0.766 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 10.000 | 13.429 | 13.429 13.4 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 1.790 | 1.790 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetPrsHits | 10.000 | 2.144 | 2.144 2.1 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 3.459 | 3.459 3.5 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.430 | 0.430 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 8.933 | 8.933 8.9 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO SimMonitor | 40.000 | 40.902 | 40.902 40.9 0.00 | 1 | 0.041 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.473 | 0.473 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 2.828 | 2.828 2.8 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 2.395 | 2.395 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DetectorsMonitor | 40.000 | 35.108 | 35.108 35.1 0.00 | 1 | 0.035 | -TimingAuditor.TIMER INFO VeloGaussMoni | 20.000 | 13.055 | 13.055 13.1 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO TTHitMonitor | 10.000 | 2.547 | 2.547 2.5 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.871 | 0.871 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 3.158 | 3.158 3.2 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 3.400 | 3.400 3.4 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO PrsMonitor | 10.000 | 3.511 | 3.511 3.5 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 4.422 | 4.422 4.4 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 1.012 | 1.012 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 3.014 | 3.014 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO EVENT LOOP | 165480.000 | 170002.594 | 170002.594 170002.6 0.00 | 1 | 170.003 | +TimingAuditor.TIMER INFO GaussSequencer | 165480.000 | 169994.828 | 169994.844 169994.8 0.00 | 1 | 169.995 | +TimingAuditor.TIMER INFO Generator | 1540.000 | 3252.782 | 3252.782 3252.8 0.00 | 1 | 3.253 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1540.000 | 3252.770 | 3252.770 3252.8 0.00 | 1 | 3.253 | +TimingAuditor.TIMER INFO GaussGen | 10.000 | 1.127 | 1.127 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Generation | 1530.000 | 3249.955 | 3249.955 3250.0 0.00 | 1 | 3.250 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 1.639 | 1.639 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 1.605 | 1.605 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO Simulation | 163940.000 | 166741.984 | 166741.984 166742.0 0.00 | 1 | 166.742 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 163940.000 | 166741.969 | 166741.969 166742.0 0.00 | 1 | 166.742 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.629 | 1.629 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MainSimulation | 163940.000 | 166740.297 | 166740.312 166740.3 0.00 | 1 | 166.740 | +TimingAuditor.TIMER INFO MakeMainSim | 163910.000 | 166683.016 | 166683.016 166683.0 0.00 | 1 | 166.683 | +TimingAuditor.TIMER INFO GenToSim | 41750.000 | 42504.816 | 42504.816 42504.8 0.00 | 1 | 42.505 | +TimingAuditor.TIMER INFO GiGaFlush | 121950.000 | 123917.570 | 123917.570 123917.6 0.00 | 1 | 123.918 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.058 | 0.058 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 30.000 | 62.093 | 62.093 62.1 0.00 | 1 | 0.062 | +TimingAuditor.TIMER INFO DetectorsHits | 180.000 | 197.687 | 197.687 197.7 0.00 | 1 | 0.198 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 1.673 | 1.673 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetVeloHits | 10.000 | 5.056 | 5.056 5.1 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GetTTHits | 0.000 | 6.824 | 6.824 6.8 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO GetITHits | 0.000 | 4.446 | 4.446 4.4 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetOTHits | 10.000 | 10.613 | 10.613 10.6 0.00 | 1 | 0.011 | +TimingAuditor.TIMER INFO RichHits | 130.000 | 141.454 | 141.454 141.5 0.00 | 1 | 0.141 | +TimingAuditor.TIMER INFO GetRichHits | 70.000 | 73.091 | 73.091 73.1 0.00 | 1 | 0.073 | +TimingAuditor.TIMER INFO GetRichPhotons | 20.000 | 18.512 | 18.512 18.5 0.00 | 1 | 0.019 | +TimingAuditor.TIMER INFO GetRichSegments | 20.000 | 25.671 | 25.671 25.7 0.00 | 1 | 0.026 | +TimingAuditor.TIMER INFO GetRichTracks | 10.000 | 4.603 | 4.603 4.6 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 5.621 | 5.621 5.6 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 10.000 | 13.652 | 13.652 13.7 0.00 | 1 | 0.014 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 1.748 | 1.748 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 2.151 | 2.151 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetEcalHits | 10.000 | 3.268 | 3.268 3.3 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetHcalHits | 10.000 | 0.448 | 0.448 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 19.808 | 19.808 19.8 0.00 | 1 | 0.020 | +TimingAuditor.TIMER INFO SimMonitor | 30.000 | 57.271 | 57.271 57.3 0.00 | 1 | 0.057 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 2.344 | 2.344 2.3 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 2.735 | 2.735 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 2.538 | 2.538 2.5 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO DetectorsMonitor | 30.000 | 49.513 | 49.513 49.5 0.00 | 1 | 0.050 | +TimingAuditor.TIMER INFO VeloGaussMoni | 10.000 | 21.813 | 21.813 21.8 0.00 | 1 | 0.022 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 6.014 | 6.014 6.0 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 1.303 | 1.303 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO OTHitMonitor | 10.000 | 4.243 | 4.243 4.2 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 3.002 | 3.002 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 3.508 | 3.508 3.5 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO EcalMonitor | 10.000 | 3.900 | 3.900 3.9 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.848 | 0.848 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 4.703 | 4.703 4.7 0.00 | 1 | 0.005 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 8043 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 8229 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 143 [s] #= 1 -ChronoStatSvc INFO Time User : Tot= 238 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 122 [s] #= 1 +ChronoStatSvc INFO Time User : Tot= 215 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 1 | 8898 | 8898.0 | 0.0000 | 8898.0 | 8898.0 | -******Stat****** INFO "#Hcal MCHits" | 1 | 1003 | 1003.0 | 0.0000 | 1003.0 | 1003.0 | -******Stat****** INFO "#IT MCHits" | 1 | 851 | 851.00 | 0.0000 | 851.00 | 851.00 | -******Stat****** INFO "#MCParticles" | 1 | 7134 | 7134.0 | 0.0000 | 7134.0 | 7134.0 | -******Stat****** INFO "#MCRichOpPhoto | 1 | 8041 | 8041.0 | 0.0000 | 8041.0 | 8041.0 | -******Stat****** INFO "#MCRichSegment | 1 | 489 | 489.00 | 0.0000 | 489.00 | 489.00 | -******Stat****** INFO "#MCRichTracks" | 1 | 357 | 357.00 | 0.0000 | 357.00 | 357.00 | -******Stat****** INFO "#MCVertices" | 1 | 7812 | 7812.0 | 0.0000 | 7812.0 | 7812.0 | -******Stat****** INFO "#Muon MCHits" | 1 | 1011 | 1011.0 | 0.0000 | 1011.0 | 1011.0 | -******Stat****** INFO "#OT MCHits" | 1 | 2723 | 2723.0 | 0.0000 | 2723.0 | 2723.0 | -******Stat****** INFO "#Prs MCHits" | 1 | 7481 | 7481.0 | 0.0000 | 7481.0 | 7481.0 | -******Stat****** INFO "#Rich MCHits" | 1 | 8042 | 8042.0 | 0.0000 | 8042.0 | 8042.0 | -******Stat****** INFO "#Rich1 MCHits" | 1 | 4936 | 4936.0 | 0.0000 | 4936.0 | 4936.0 | -******Stat****** INFO "#Rich2 MCHits" | 1 | 3106 | 3106.0 | 0.0000 | 3106.0 | 3106.0 | -******Stat****** INFO "#Spd MCHits" | 1 | 4678 | 4678.0 | 0.0000 | 4678.0 | 4678.0 | -******Stat****** INFO "#TT MCHits" | 1 | 1201 | 1201.0 | 0.0000 | 1201.0 | 1201.0 | -******Stat****** INFO "#Velo MCHits" | 1 | 3321 | 3321.0 | 0.0000 | 3321.0 | 3321.0 | +******Stat****** INFO "#Ecal MCHits" | 1 | 8736 | 8736.0 | 0.0000 | 8736.0 | 8736.0 | +******Stat****** INFO "#Hcal MCHits" | 1 | 1100 | 1100.0 | 0.0000 | 1100.0 | 1100.0 | +******Stat****** INFO "#IT MCHits" | 1 | 1165 | 1165.0 | 0.0000 | 1165.0 | 1165.0 | +******Stat****** INFO "#MCParticles" | 1 | 7127 | 7127.0 | 0.0000 | 7127.0 | 7127.0 | +******Stat****** INFO "#MCRichOpPhoto | 1 | 8227 | 8227.0 | 0.0000 | 8227.0 | 8227.0 | +******Stat****** INFO "#MCRichSegment | 1 | 464 | 464.00 | 0.0000 | 464.00 | 464.00 | +******Stat****** INFO "#MCRichTracks" | 1 | 352 | 352.00 | 0.0000 | 352.00 | 352.00 | +******Stat****** INFO "#MCVertices" | 1 | 7842 | 7842.0 | 0.0000 | 7842.0 | 7842.0 | +******Stat****** INFO "#Muon MCHits" | 1 | 1328 | 1328.0 | 0.0000 | 1328.0 | 1328.0 | +******Stat****** INFO "#OT MCHits" | 1 | 3109 | 3109.0 | 0.0000 | 3109.0 | 3109.0 | +******Stat****** INFO "#Prs MCHits" | 1 | 8506 | 8506.0 | 0.0000 | 8506.0 | 8506.0 | +******Stat****** INFO "#Rich MCHits" | 1 | 8227 | 8227.0 | 0.0000 | 8227.0 | 8227.0 | +******Stat****** INFO "#Rich1 MCHits" | 1 | 5367 | 5367.0 | 0.0000 | 5367.0 | 5367.0 | +******Stat****** INFO "#Rich2 MCHits" | 1 | 2860 | 2860.0 | 0.0000 | 2860.0 | 2860.0 | +******Stat****** INFO "#Spd MCHits" | 1 | 5039 | 5039.0 | 0.0000 | 5039.0 | 5039.0 | +******Stat****** INFO "#TT MCHits" | 1 | 908 | 908.00 | 0.0000 | 908.00 | 908.00 | +******Stat****** INFO "#Velo MCHits" | 1 | 3192 | 3192.0 | 0.0000 | 3192.0 | 3192.0 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully @@ -9067,3 +9069,4 @@ Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= +j diff --git a/Sim/Gauss/tests/refs/testGauss-config-2011-pythia8.ref b/Sim/Gauss/tests/refs/testGauss-config-2011-pythia8.ref index afed164671e43de89a0ef7f9cc2ff82c2a21c83c..b520c610d3b72c7024b58dfd86e91a059c25c2b2 100644 --- a/Sim/Gauss/tests/refs/testGauss-config-2011-pythia8.ref +++ b/Sim/Gauss/tests/refs/testGauss-config-2011-pythia8.ref @@ -1,25 +1,25 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2011.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2011.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2011.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/NoPacking.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/NoPacking.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2011.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2011.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2011.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2011.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/NoPacking.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/NoPacking.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2011.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/10000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/10000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -81,8 +81,8 @@ RICH simulation now configured # GaussTape.OptItemList = ['/Event/Gen/HepMCEvents#1'] ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 01:59:13 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 01:21:37 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' @@ -93,7 +93,7 @@ DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -101,7 +101,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/Simulation.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/Simulation.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -4825,7 +4825,7 @@ GeneratorSlotMainSeq DEBUG The tool 'ToolSvc.SequencerTimerTool' of type 'S GaussGen DEBUG Property update for OutputLevel : new value = 2 GaussGen DEBUG Initialize base class GaudiCommon<Algorithm> GaussGen DEBUG could not locate CounterSummarySvc, no counter summary will be made -GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 63 +GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 64 GaussGen DEBUG Property ['Name': Value] = 'CreateBeam':True GaussGen DEBUG Property ['Name': Value] = 'Luminosity':2.4700000e+18 GaussGen DEBUG Property ['Name': Value] = 'ZLuminousRegion':0.50000000 @@ -4845,6 +4845,7 @@ GaussGen DEBUG Property ['Name': Value] = 'BeamParameters':Gen GaussGen DEBUG Property ['Name': Value] = 'MCHeader':/Event/Gen/Header GaussGen DEBUG Property ['Name': Value] = 'RunNumber':1082 GaussGen DEBUG Property ['Name': Value] = 'FirstEventNumber':1 +GaussGen DEBUG Property ['Name': Value] = 'EvtCounter': GaussGen DEBUG Property ['Name': Value] = 'MinMemoryDelta':16 GaussGen DEBUG Property ['Name': Value] = 'MemoryPurgeLimit':-1 GaussGen DEBUG Property ['Name': Value] = 'Increment':100 @@ -5098,7 +5099,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 02:00:09 | | + | | P Y T H H III A A Now is 23 Feb 2019 at 01:22:40 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -6942,6 +6943,7 @@ GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, all entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, all entries' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), first 'HistoSize' entries' GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, downscaled' desc = 'Virtual memory (kB), downscaled entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, downscaled' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), downscaled entries' +GaussGen DEBUG using internal counter for eventNumber GaussGen DEBUG using seeds [1082, 1, 2119103972, 0] GaussGen INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 2119103972, 0] GaussGen DEBUG GenInit:: The object of type 'LHCb::GenHeader' is registered in TS at address '/Event/Gen/Header' @@ -7769,32 +7771,32 @@ GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for Sens GaussGeo.Ecal DEBUG Initialize(): CollectionName='EcalHits' for SensDet='Ecal' GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for SensDet='Hcal' GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 -GaussGeo.Spd SUCCESS #Hits= 119 #SubHits= 135 #Slots= 800 Energy= 0.549[GeV] -GaussGeo.Prs SUCCESS #Hits= 171 #SubHits= 196 #Slots= 1157 Energy= 1.13[GeV] -GaussGeo.Ecal SUCCESS #Hits= 858 #SubHits= 1139 #Slots= 1361 Energy= 15.1[GeV] -GaussGeo.Hcal SUCCESS #Hits= 152 #SubHits= 224 #Slots= 318 Energy= 3.16[GeV] +GaussGeo.Spd SUCCESS #Hits= 126 #SubHits= 152 #Slots= 897 Energy= 0.459[GeV] +GaussGeo.Prs SUCCESS #Hits= 213 #SubHits= 246 #Slots= 1455 Energy= 1.61[GeV] +GaussGeo.Ecal SUCCESS #Hits= 964 #SubHits= 1471 #Slots= 1702 Energy= 16.6[GeV] +GaussGeo.Hcal SUCCESS #Hits= 147 #SubHits= 253 #Slots= 375 Energy= 3.15[GeV] GiGaFlush DEBUG Dump G4 event object -GiGaFlush INFO GiGaUtil::DumpG4Event 0x27677ae0 ************************************************** +GiGaFlush INFO GiGaUtil::DumpG4Event 0x26f72fa0 ************************************************** GiGaUtil::DumpG4Event EventID : 0 GiGaUtil::DumpG4Event NumberOfPrimaryVertex : 3 - GiGaUtil::DumpG4Event #StoredTrajectories : 952 + GiGaUtil::DumpG4Event #StoredTrajectories : 1003 GiGaUtil::DumpG4Event # of Hit Collections : 16 GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 11 - GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 479 - GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 281 - GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 673 - GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 318 - GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 143 - GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 132 + GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 528 + GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 277 + GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 874 + GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 224 + GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 847 + GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 290 GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 3 GiGaUtil::DumpG4Event Collection: ID = 8 Name = 'CaloSPHits' SD = 'CaloSP' #Hits = 0 - GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 119 - GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 171 - GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 858 - GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 152 - GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 280 - GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 218 - GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 460 + GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 126 + GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 213 + GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 964 + GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 147 + GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 253 + GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 178 + GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 417 GiGaUtil::DumpG4Event GetDCofThisEvent : G4DCofThisEvent* points to NULL GiGaUtil::DumpG4Event IsAborted : 0 GiGaUtil::DumpG4Event GetUserInformation : G4VUserEventInformation* points to NULL @@ -7830,8 +7832,8 @@ GetHcalHits DEBUG GetCaloHitsAlg:: The object of type 'ObjectVecto GetMuonHits DEBUG ==> Execute GetMuonHits DEBUG GetTrackerHitsAlg:: The object of type 'ObjectVector<LHCb::MCHit>' is registered in TS at address 'MC/Muon/Hits' SimMonitor DEBUG ==> Execute -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1142 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1246 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1187 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1306 ApplicationMgr INFO Application Manager Stopped successfully GaussGen DEBUG Delete BeamForInitialization GaussGen DEBUG ==> Finalize @@ -7975,57 +7977,57 @@ GetOTHits DEBUG Services to release : GiGa GiGaKine GetOTHits DEBUG Releasing service 'GiGa' GetOTHits DEBUG Releasing service 'GiGaKine' GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 991.00 +-31.48 (100.00 +-0.00%) Rich2 = 275.00 +-16.58 (100.00 +-0.00%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 1098.00 +-33.14 (100.00 +-0.00%) Rich2 = 1137.00 +-33.72 (100.00 +-0.00%) GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 533.00 +-23.09 ( 53.78 +-1.58%) Rich2 = 233.00 +-15.26 ( 84.73 +-2.17%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 54.00 +- 7.35 ( 5.45 +-0.72%) Rich2 = 9.00 +- 3.00 ( 3.27 +-1.07%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 387.00 +-19.67 ( 39.05 +-1.55%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 1.00 +- 1.00 ( 0.10 +-0.10%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 512.00 +-22.63 ( 46.63 +-1.51%) Rich2 = 377.00 +-19.42 ( 33.16 +-1.40%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 78.00 +- 8.83 ( 7.10 +-0.78%) Rich2 = 43.00 +- 6.56 ( 3.78 +-0.57%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 483.00 +-21.98 ( 43.99 +-1.50%) Rich2 = 673.00 +-25.94 ( 59.19 +-1.46%) +GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 2.00 +- 1.41 ( 0.18 +-0.13%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 24.00 +- 4.90 ( 8.73 +-1.70%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 94.00 +- 9.70 ( 9.49 +-0.93%) Rich2 = 10.00 +- 3.16 ( 3.64 +-1.13%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 82.00 +- 9.06 ( 8.27 +-0.88%) Rich2 = 7.00 +- 2.65 ( 2.55 +-0.95%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 31.00 +- 5.57 ( 2.73 +-0.48%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 113.00 +-10.63 ( 10.29 +-0.92%) Rich2 = 176.00 +-13.27 ( 15.48 +-1.07%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 84.00 +- 9.17 ( 7.65 +-0.80%) Rich2 = 138.00 +-11.75 ( 12.14 +-0.97%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 22.00 +- 4.69 ( 2.22 +-0.47%) Rich2 = 8.00 +- 2.83 ( 2.91 +-1.01%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 48.00 +- 6.93 ( 4.37 +-0.62%) Rich2 = 61.00 +- 7.81 ( 5.36 +-0.67%) GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 64.00 +- 8.00 ( 6.46 +-0.78%) Rich1Gas = 469.00 +-21.66 ( 47.33 +-1.59%) Rich2Gas = 233.00 +-15.26 ( 84.73 +-2.17%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 64.00 +- 8.00 ( 5.83 +-0.71%) Rich1Gas = 448.00 +-21.17 ( 40.80 +-1.48%) Rich2Gas = 377.00 +-19.42 ( 33.16 +-1.40%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : GetRichHits INFO tile = 0 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 1 hits = 0.00 +- 0.00 / event +GetRichHits INFO tile = 1 hits = 5.00 +- 2.24 / event GetRichHits INFO tile = 2 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 3 hits = 5.00 +- 2.24 / event -GetRichHits INFO tile = 4 hits = 36.00 +- 6.00 / event +GetRichHits INFO tile = 3 hits = 0.00 +- 0.00 / event +GetRichHits INFO tile = 4 hits = 31.00 +- 5.57 / event GetRichHits INFO tile = 5 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 6 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 7 hits = 0.00 +- 0.00 / event +GetRichHits INFO tile = 7 hits = 4.00 +- 2.00 / event GetRichHits INFO tile = 8 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 9 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 10 hits = 3.00 +- 1.73 / event GetRichHits INFO tile = 11 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 12 hits = 21.00 +- 4.58 / event +GetRichHits INFO tile = 12 hits = 22.00 +- 4.69 / event GetRichHits INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 15 hits = 0.00 +- 0.00 / event GetRichPhotons INFO Av. # MCRichOpticalPhotons : Aerogel = 65.00 +- 8.06 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 484.00 +- 22.00 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 266.00 +- 16.31 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 63.00 +- 7.94 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 387.00 +- 19.67 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : AerogelFilter = 1.00 +- 1.00 / event -GetRichSegments INFO Av. # MCRichSegments : Aerogel = 14.00 +- 3.74 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 470.00 +- 21.68 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 421.00 +- 20.52 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 121.00 +- 11.00 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 1156.00 +- 34.00 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 2.00 +- 1.41 / event +GetRichSegments INFO Av. # MCRichSegments : Aerogel = 13.00 +- 3.61 / event GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 32.00 +- 5.66 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 29.00 +- 5.39 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 10.00 +- 3.16 / event -GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 3.00 +- 1.73 / event -GetRichSegments INFO Av. # MCRichSegments : AerogelFilter = 1.00 +- 1.00 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 35.00 +- 5.92 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 17.00 +- 4.12 / event +GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 10.00 +- 3.16 / event +GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 1.00 +- 1.00 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 RichHits DEBUG Finalize base class GaudiAlgorithm RichHits DEBUG Tools to release : @@ -8069,42 +8071,42 @@ MakeMainSim DEBUG Services to release : VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 479+/-0 +VeloGaussMoni INFO | Number of MCHits/Event: 528+/-0 VeloGaussMoni INFO | Number of PileUpMCHits/Event: 11+/-0 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 281 -TTHitMonitor INFO Mean beta * gamma: 919.798 -TTHitMonitor INFO Most Probable deposited charge: 0.157749 -TTHitMonitor INFO Half Sample width 0.0495794 +TTHitMonitor INFO #hits per event: 277 +TTHitMonitor INFO Mean beta * gamma: 1149.19 +TTHitMonitor INFO Most Probable deposited charge: 0.161175 +TTHitMonitor INFO Half Sample width 0.0657147 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 37 | 37 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 281 | 258463.2 | 919.80 | 2452.0 | 0.34204 | 16877. | - | "numberHits" | 1 | 281 | 281.00 | 0.0000 | 281.00 | 281.00 | + | "DeltaRay" | 20 | 20 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 277 | 318325.4 | 1149.2 | 2859.7 | 0.34996 | 22134. | + | "numberHits" | 1 | 277 | 277.00 | 0.0000 | 277.00 | 277.00 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 218 -ITHitMonitor INFO Mean beta * gamma: 392.277 -ITHitMonitor INFO Most Probable deposited charge: 0.120458 -ITHitMonitor INFO Half Sample width 0.0351853 +ITHitMonitor INFO #hits per event: 178 +ITHitMonitor INFO Mean beta * gamma: 169.052 +ITHitMonitor INFO Most Probable deposited charge: 0.123411 +ITHitMonitor INFO Half Sample width 0.042743 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 5 | 5 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 218 | 85516.45 | 392.28 | 1746.6 | 0.29680 | 14834. | - | "numberHits" | 1 | 218 | 218.00 | 0.0000 | 218.00 | 218.00 | + | "DeltaRay" | 28 | 28 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 178 | 30091.2 | 169.05 | 536.47 | 0.61908 | 5083.5 | + | "numberHits" | 1 | 178 | 178.00 | 0.0000 | 178.00 | 178.00 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 460 -OTHitMonitor INFO Mean beta * gamma: 790.779 -OTHitMonitor INFO Most Probable deposited charge: 0.205324 -OTHitMonitor INFO Half Sample width 0.0980512 +OTHitMonitor INFO #hits per event: 417 +OTHitMonitor INFO Mean beta * gamma: 1300.23 +OTHitMonitor INFO Most Probable deposited charge: 0.198668 +OTHitMonitor INFO Half Sample width 0.0795276 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 88 | 88 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 460 | 363758.5 | 790.78 | 1777.7 | 0.47532 | 6564.9 | - | "numberHits" | 1 | 460 | 460.00 | 0.0000 | 460.00 | 460.00 | + | "DeltaRay" | 14 | 14 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 417 | 542196.8 | 1300.2 | 4060.0 | 0.010022 | 22134. | + | "numberHits" | 1 | 417 | 417.00 | 0.0000 | 417.00 | 417.00 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -8113,14 +8115,14 @@ MuonHitChecker INFO ------------------------------------------------ MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 22.000 62.000 1.000 4.000 0.000 R1 -MuonHitChecker INFO 42.000 32.000 2.000 0.000 1.000 R2 -MuonHitChecker INFO 30.000 27.000 0.000 0.000 0.000 R3 -MuonHitChecker INFO 52.000 5.000 0.000 0.000 0.000 R4 +MuonHitChecker INFO 89.000 8.000 0.000 0.000 0.000 R1 +MuonHitChecker INFO 59.000 8.000 0.000 0.000 0.000 R2 +MuonHitChecker INFO 49.000 3.000 0.000 0.000 0.000 R3 +MuonHitChecker INFO 33.000 4.000 0.000 0.000 0.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 146.000 126.000 3.000 4.000 1.000 allR +MuonHitChecker INFO 230.000 23.000 0.000 0.000 0.000 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 SimMonitor DEBUG Finalize base class GaudiAlgorithm SimMonitor DEBUG Tools to release : @@ -8145,7 +8147,7 @@ MainEventGaussSim.Mai... DEBUG ==> Finalize the base class GaudiTool MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1185.984 | 1186.0 | 0.0000 | 1186.0 | 1186.0 | + | "Total Memory/MB" | 1 | 1184.896 | 1184.9 | 0.0000 | 1184.9 | 1184.9 | MainEventGaussSim.Mai... DEBUG Tools to release : MainEventGaussSim.Mai... DEBUG Services to release : Generation.BeamSpotSm... DEBUG ==> Finalize the base class GaudiTool @@ -8184,7 +8186,7 @@ GaussGen.GaussGenMemory DEBUG ==> Finalize the base class GaudiTool GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1185.984 | 1186.0 | 0.0000 | 1186.0 | 1186.0 | + | "Total Memory/MB" | 1 | 1184.896 | 1184.9 | 0.0000 | 1184.9 | 1184.9 | GaussGen.GaussGenMemory DEBUG Tools to release : GaussGen.GaussGenMemory DEBUG Services to release : ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- @@ -8204,40 +8206,40 @@ GaussGeo.MuonSDet DEBUG Services to release : GaussGeo.Hcal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 3.159771 | 3.1598 | 0.0000 | 3.1598 | 3.1598 | - | "#hits" | 1 | 152 | 152.00 | 0.0000 | 152.00 | 152.00 | - | "#subhits" | 1 | 224 | 224.00 | 0.0000 | 224.00 | 224.00 | - | "#tslots" | 1 | 318 | 318.00 | 0.0000 | 318.00 | 318.00 | + | "#energy" | 1 | 3.145566 | 3.1456 | 0.0000 | 3.1456 | 3.1456 | + | "#hits" | 1 | 147 | 147.00 | 0.0000 | 147.00 | 147.00 | + | "#subhits" | 1 | 253 | 253.00 | 0.0000 | 253.00 | 253.00 | + | "#tslots" | 1 | 375 | 375.00 | 0.0000 | 375.00 | 375.00 | GaussGeo.Hcal DEBUG Tools to release : GaussGeo.Hcal DEBUG Services to release : HistogramDataSvc GaussGeo.Hcal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Ecal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 15.05448 | 15.054 | 0.0000 | 15.054 | 15.054 | - | "#hits" | 1 | 858 | 858.00 | 0.0000 | 858.00 | 858.00 | - | "#subhits" | 1 | 1139 | 1139.0 | 0.0000 | 1139.0 | 1139.0 | - | "#tslots" | 1 | 1361 | 1361.0 | 0.0000 | 1361.0 | 1361.0 | + | "#energy" | 1 | 16.6372 | 16.637 | 0.0000 | 16.637 | 16.637 | + | "#hits" | 1 | 964 | 964.00 | 0.0000 | 964.00 | 964.00 | + | "#subhits" | 1 | 1471 | 1471.0 | 0.0000 | 1471.0 | 1471.0 | + | "#tslots" | 1 | 1702 | 1702.0 | 0.0000 | 1702.0 | 1702.0 | GaussGeo.Ecal DEBUG Tools to release : GaussGeo.Ecal DEBUG Services to release : HistogramDataSvc GaussGeo.Ecal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Prs DEBUG ==> Finalize the base class GaudiTool GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 1.132004 | 1.1320 | 0.0000 | 1.1320 | 1.1320 | - | "#hits" | 1 | 171 | 171.00 | 0.0000 | 171.00 | 171.00 | - | "#subhits" | 1 | 196 | 196.00 | 0.0000 | 196.00 | 196.00 | - | "#tslots" | 1 | 1157 | 1157.0 | 0.0000 | 1157.0 | 1157.0 | + | "#energy" | 1 | 1.612083 | 1.6121 | 0.0000 | 1.6121 | 1.6121 | + | "#hits" | 1 | 213 | 213.00 | 0.0000 | 213.00 | 213.00 | + | "#subhits" | 1 | 246 | 246.00 | 0.0000 | 246.00 | 246.00 | + | "#tslots" | 1 | 1455 | 1455.0 | 0.0000 | 1455.0 | 1455.0 | GaussGeo.Prs DEBUG Tools to release : GaussGeo.Prs DEBUG Services to release : HistogramDataSvc GaussGeo.Prs DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Spd DEBUG ==> Finalize the base class GaudiTool GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 0.5489019 | 0.54890 | 0.0000 | 0.54890 | 0.54890 | - | "#hits" | 1 | 119 | 119.00 | 0.0000 | 119.00 | 119.00 | - | "#subhits" | 1 | 135 | 135.00 | 0.0000 | 135.00 | 135.00 | - | "#tslots" | 1 | 800 | 800.00 | 0.0000 | 800.00 | 800.00 | + | "#energy" | 1 | 0.4592071 | 0.45921 | 0.0000 | 0.45921 | 0.45921 | + | "#hits" | 1 | 126 | 126.00 | 0.0000 | 126.00 | 126.00 | + | "#subhits" | 1 | 152 | 152.00 | 0.0000 | 152.00 | 152.00 | + | "#tslots" | 1 | 897 | 897.00 | 0.0000 | 897.00 | 897.00 | GaussGeo.Spd DEBUG Tools to release : GaussGeo.Spd DEBUG Services to release : HistogramDataSvc GaussGeo.Spd DEBUG Releasing service 'HistogramDataSvc' @@ -8321,87 +8323,87 @@ TimingAuditor.TIMER INFO ------------------------------------------------ TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 73070.000 | 73398.703 | 73398.703 73398.7 0.00 | 1 | 73.399 | -TimingAuditor.TIMER INFO GaussSequencer | 73070.000 | 73391.570 | 73391.570 73391.6 0.00 | 1 | 73.392 | -TimingAuditor.TIMER INFO Generator | 4760.000 | 4767.597 | 4767.597 4767.6 0.00 | 1 | 4.768 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 4760.000 | 4767.584 | 4767.584 4767.6 0.00 | 1 | 4.768 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 2.005 | 2.005 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO Generation | 4760.000 | 4763.937 | 4763.937 4763.9 0.00 | 1 | 4.764 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 1.586 | 1.586 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 1.555 | 1.555 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO Simulation | 68310.000 | 68623.906 | 68623.906 68623.9 0.00 | 1 | 68.624 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 68310.000 | 68623.875 | 68623.875 68623.9 0.00 | 1 | 68.624 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.171 | 1.171 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 68310.000 | 68622.672 | 68622.672 68622.7 0.00 | 1 | 68.623 | -TimingAuditor.TIMER INFO MakeMainSim | 68290.000 | 68604.867 | 68604.859 68604.9 0.00 | 1 | 68.605 | -TimingAuditor.TIMER INFO GenToSim | 43960.000 | 44082.152 | 44082.152 44082.2 0.00 | 1 | 44.082 | -TimingAuditor.TIMER INFO GiGaFlush | 24300.000 | 24484.213 | 24484.213 24484.2 0.00 | 1 | 24.484 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 10.000 | 13.913 | 13.913 13.9 0.00 | 1 | 0.014 | -TimingAuditor.TIMER INFO DetectorsHits | 20.000 | 24.338 | 24.338 24.3 0.00 | 1 | 0.024 | -TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.859 | 0.859 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 1.022 | 1.022 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetTTHits | 0.000 | 2.479 | 2.479 2.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetITHits | 0.000 | 2.457 | 2.457 2.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetOTHits | 10.000 | 3.176 | 3.176 3.2 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO RichHits | 10.000 | 9.828 | 9.828 9.8 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO GetRichHits | 0.000 | 4.619 | 4.619 4.6 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 1.294 | 1.294 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 1.532 | 1.532 1.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 0.988 | 0.988 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 10.000 | 0.437 | 0.437 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.669 | 0.669 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.369 | 0.369 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.479 | 0.479 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 0.546 | 0.546 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.162 | 0.162 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 2.659 | 2.659 2.7 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO SimMonitor | 20.000 | 17.788 | 17.788 17.8 0.00 | 1 | 0.018 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.266 | 0.266 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.573 | 0.573 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.678 | 0.678 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DetectorsMonitor | 20.000 | 16.207 | 16.207 16.2 0.00 | 1 | 0.016 | -TimingAuditor.TIMER INFO VeloGaussMoni | 10.000 | 7.992 | 7.992 8.0 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO TTHitMonitor | 10.000 | 1.339 | 1.339 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.863 | 0.863 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 0.737 | 0.737 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 0.982 | 0.982 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 0.891 | 0.891 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 1.070 | 1.070 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.466 | 0.466 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 1.738 | 1.738 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO EVENT LOOP | 81200.000 | 85583.180 | 85583.172 85583.2 0.00 | 1 | 85.583 | +TimingAuditor.TIMER INFO GaussSequencer | 81180.000 | 85576.492 | 85576.500 85576.5 0.00 | 1 | 85.577 | +TimingAuditor.TIMER INFO Generator | 4610.000 | 4624.427 | 4624.427 4624.4 0.00 | 1 | 4.624 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 4610.000 | 4624.413 | 4624.413 4624.4 0.00 | 1 | 4.624 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.190 | 1.190 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Generation | 4610.000 | 4622.120 | 4622.120 4622.1 0.00 | 1 | 4.622 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 1.057 | 1.057 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 1.027 | 1.027 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Simulation | 76570.000 | 80952.008 | 80952.008 80952.0 0.00 | 1 | 80.952 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 76570.000 | 80951.984 | 80951.984 80952.0 0.00 | 1 | 80.952 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.352 | 1.352 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MainSimulation | 76570.000 | 80950.609 | 80950.609 80950.6 0.00 | 1 | 80.951 | +TimingAuditor.TIMER INFO MakeMainSim | 76560.000 | 80933.195 | 80933.195 80933.2 0.00 | 1 | 80.933 | +TimingAuditor.TIMER INFO GenToSim | 41610.000 | 43232.039 | 43232.043 43232.0 0.00 | 1 | 43.232 | +TimingAuditor.TIMER INFO GiGaFlush | 34910.000 | 37651.051 | 37651.051 37651.1 0.00 | 1 | 37.651 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 20.000 | 19.447 | 19.447 19.4 0.00 | 1 | 0.019 | +TimingAuditor.TIMER INFO DetectorsHits | 20.000 | 30.491 | 30.491 30.5 0.00 | 1 | 0.030 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.599 | 0.599 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 1.039 | 1.039 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetTTHits | 0.000 | 3.818 | 3.818 3.8 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetITHits | 0.000 | 1.501 | 1.501 1.5 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetOTHits | 0.000 | 3.698 | 3.698 3.7 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO RichHits | 20.000 | 15.544 | 15.544 15.5 0.00 | 1 | 0.016 | +TimingAuditor.TIMER INFO GetRichHits | 10.000 | 7.262 | 7.262 7.3 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 2.237 | 2.237 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 2.905 | 2.905 2.9 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 1.078 | 1.078 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.492 | 0.492 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 10.000 | 1.417 | 1.417 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.414 | 0.414 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.714 | 0.714 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 0.621 | 0.621 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.147 | 0.147 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 2.240 | 2.240 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO SimMonitor | 10.000 | 17.388 | 17.388 17.4 0.00 | 1 | 0.017 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.273 | 0.273 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.555 | 0.555 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 1.132 | 1.132 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DetectorsMonitor | 10.000 | 15.358 | 15.358 15.4 0.00 | 1 | 0.015 | +TimingAuditor.TIMER INFO VeloGaussMoni | 0.000 | 6.544 | 6.544 6.5 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 1.172 | 1.172 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.284 | 0.284 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 0.764 | 0.764 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SpdMonitor | 10.000 | 1.184 | 1.184 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 1.453 | 1.453 1.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 1.613 | 1.613 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.596 | 0.596 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 1.377 | 1.377 1.4 0.00 | 1 | 0.001 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 1267 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 2235 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 24.3 [s] #= 1 -ChronoStatSvc INFO Time User : Tot= 156 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 34.9 [s] #= 1 +ChronoStatSvc INFO Time User : Tot= 163 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 1 | 1361 | 1361.0 | 0.0000 | 1361.0 | 1361.0 | -******Stat****** INFO "#Hcal MCHits" | 1 | 318 | 318.00 | 0.0000 | 318.00 | 318.00 | -******Stat****** INFO "#IT MCHits" | 1 | 218 | 218.00 | 0.0000 | 218.00 | 218.00 | -******Stat****** INFO "#MCParticles" | 1 | 1142 | 1142.0 | 0.0000 | 1142.0 | 1142.0 | -******Stat****** INFO "#MCRichOpPhoto | 1 | 1266 | 1266.0 | 0.0000 | 1266.0 | 1266.0 | -******Stat****** INFO "#MCRichSegment | 1 | 89 | 89.000 | 0.0000 | 89.000 | 89.000 | -******Stat****** INFO "#MCRichTracks" | 1 | 68 | 68.000 | 0.0000 | 68.000 | 68.000 | -******Stat****** INFO "#MCVertices" | 1 | 1246 | 1246.0 | 0.0000 | 1246.0 | 1246.0 | -******Stat****** INFO "#Muon MCHits" | 1 | 280 | 280.00 | 0.0000 | 280.00 | 280.00 | -******Stat****** INFO "#OT MCHits" | 1 | 460 | 460.00 | 0.0000 | 460.00 | 460.00 | -******Stat****** INFO "#Prs MCHits" | 1 | 1157 | 1157.0 | 0.0000 | 1157.0 | 1157.0 | -******Stat****** INFO "#Rich MCHits" | 1 | 1266 | 1266.0 | 0.0000 | 1266.0 | 1266.0 | -******Stat****** INFO "#Rich1 MCHits" | 1 | 991 | 991.00 | 0.0000 | 991.00 | 991.00 | -******Stat****** INFO "#Rich2 MCHits" | 1 | 275 | 275.00 | 0.0000 | 275.00 | 275.00 | -******Stat****** INFO "#Spd MCHits" | 1 | 800 | 800.00 | 0.0000 | 800.00 | 800.00 | -******Stat****** INFO "#TT MCHits" | 1 | 281 | 281.00 | 0.0000 | 281.00 | 281.00 | -******Stat****** INFO "#Velo MCHits" | 1 | 479 | 479.00 | 0.0000 | 479.00 | 479.00 | +******Stat****** INFO "#Ecal MCHits" | 1 | 1702 | 1702.0 | 0.0000 | 1702.0 | 1702.0 | +******Stat****** INFO "#Hcal MCHits" | 1 | 375 | 375.00 | 0.0000 | 375.00 | 375.00 | +******Stat****** INFO "#IT MCHits" | 1 | 178 | 178.00 | 0.0000 | 178.00 | 178.00 | +******Stat****** INFO "#MCParticles" | 1 | 1187 | 1187.0 | 0.0000 | 1187.0 | 1187.0 | +******Stat****** INFO "#MCRichOpPhoto | 1 | 2235 | 2235.0 | 0.0000 | 2235.0 | 2235.0 | +******Stat****** INFO "#MCRichSegment | 1 | 108 | 108.00 | 0.0000 | 108.00 | 108.00 | +******Stat****** INFO "#MCRichTracks" | 1 | 79 | 79.000 | 0.0000 | 79.000 | 79.000 | +******Stat****** INFO "#MCVertices" | 1 | 1306 | 1306.0 | 0.0000 | 1306.0 | 1306.0 | +******Stat****** INFO "#Muon MCHits" | 1 | 253 | 253.00 | 0.0000 | 253.00 | 253.00 | +******Stat****** INFO "#OT MCHits" | 1 | 417 | 417.00 | 0.0000 | 417.00 | 417.00 | +******Stat****** INFO "#Prs MCHits" | 1 | 1455 | 1455.0 | 0.0000 | 1455.0 | 1455.0 | +******Stat****** INFO "#Rich MCHits" | 1 | 2235 | 2235.0 | 0.0000 | 2235.0 | 2235.0 | +******Stat****** INFO "#Rich1 MCHits" | 1 | 1098 | 1098.0 | 0.0000 | 1098.0 | 1098.0 | +******Stat****** INFO "#Rich2 MCHits" | 1 | 1137 | 1137.0 | 0.0000 | 1137.0 | 1137.0 | +******Stat****** INFO "#Spd MCHits" | 1 | 897 | 897.00 | 0.0000 | 897.00 | 897.00 | +******Stat****** INFO "#TT MCHits" | 1 | 277 | 277.00 | 0.0000 | 277.00 | 277.00 | +******Stat****** INFO "#Velo MCHits" | 1 | 528 | 528.00 | 0.0000 | 528.00 | 528.00 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Sim/Gauss/tests/refs/testGauss-config-2012-pythia6.ref b/Sim/Gauss/tests/refs/testGauss-config-2012-pythia6.ref index 676e62ca43d67ba8e8dc3d9da2876bdce79bde1c..fc296ba7ab70ba239b72523c9d0c9dfdeb5063fe 100644 --- a/Sim/Gauss/tests/refs/testGauss-config-2012-pythia6.ref +++ b/Sim/Gauss/tests/refs/testGauss-config-2012-pythia6.ref @@ -1,25 +1,25 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2012.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2012.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2012.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/NoPacking.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/NoPacking.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2012.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2012.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2012.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2012.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/NoPacking.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/NoPacking.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2012.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/10000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/10000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia/options/Pythia.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia/options/Pythia.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia/options/Pythia.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia/options/Pythia.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -81,8 +81,8 @@ RICH simulation now configured # GaussTape.OptItemList = ['/Event/Gen/HepMCEvents#1'] ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 02:02:06 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 01:24:54 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' @@ -93,7 +93,7 @@ DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -101,7 +101,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/Simulation.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/Simulation.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -4652,7 +4652,7 @@ RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 RndmGenSvc.Engine INFO This is the GEANT4 engine! RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> -TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. GaussSequencer DEBUG Property update for OutputLevel : new value = 2 GaussSequencer DEBUG Initialize base class GaudiCommon<Algorithm> GaussSequencer DEBUG could not locate CounterSummarySvc, no counter summary will be made @@ -4705,7 +4705,7 @@ GaussSequencer DEBUG ==> Initialise GaussSequencer DEBUG Added algorithm Generator GaussSequencer DEBUG Added algorithm Simulation GaussSequencer INFO Member list: GaudiSequencer/Generator, GaudiSequencer/Simulation -ToolSvc.SequencerTime... INFO This machine has a speed about 2.63 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. GaussSequencer DEBUG Registering tool ToolSvc.SequencerTimerTool GaussSequencer DEBUG Releasing tool 'ToolSvc.SequencerTimerTool' GaussSequencer DEBUG De-Registering tool ToolSvc.SequencerTimerTool @@ -4825,7 +4825,7 @@ GeneratorSlotMainSeq DEBUG The tool 'ToolSvc.SequencerTimerTool' of type 'S GaussGen DEBUG Property update for OutputLevel : new value = 2 GaussGen DEBUG Initialize base class GaudiCommon<Algorithm> GaussGen DEBUG could not locate CounterSummarySvc, no counter summary will be made -GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 63 +GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 64 GaussGen DEBUG Property ['Name': Value] = 'CreateBeam':True GaussGen DEBUG Property ['Name': Value] = 'Luminosity':3.0200000e+18 GaussGen DEBUG Property ['Name': Value] = 'ZLuminousRegion':25.732000 @@ -4845,6 +4845,7 @@ GaussGen DEBUG Property ['Name': Value] = 'BeamParameters':Gen GaussGen DEBUG Property ['Name': Value] = 'MCHeader':/Event/Gen/Header GaussGen DEBUG Property ['Name': Value] = 'RunNumber':1082 GaussGen DEBUG Property ['Name': Value] = 'FirstEventNumber':1 +GaussGen DEBUG Property ['Name': Value] = 'EvtCounter': GaussGen DEBUG Property ['Name': Value] = 'MinMemoryDelta':16 GaussGen DEBUG Property ['Name': Value] = 'MemoryPurgeLimit':-1 GaussGen DEBUG Property ['Name': Value] = 'Increment':100 @@ -5098,7 +5099,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 02:03:04 | | + | | P Y T H H III A A Now is 23 Feb 2019 at 01:26:00 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -7653,6 +7654,7 @@ GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, all entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, all entries' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), first 'HistoSize' entries' GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, downscaled' desc = 'Virtual memory (kB), downscaled entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, downscaled' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), downscaled entries' +GaussGen DEBUG using internal counter for eventNumber GaussGen DEBUG using seeds [1082, 1, 2119103972, 0] GaussGen INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 2119103972, 0] GaussGen DEBUG GenInit:: The object of type 'LHCb::GenHeader' is registered in TS at address '/Event/Gen/Header' @@ -8451,33 +8453,33 @@ GaussGeo.Spd DEBUG Initialize(): CollectionName='SpdHits' for Sens GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for SensDet='Prs' GaussGeo.Ecal DEBUG Initialize(): CollectionName='EcalHits' for SensDet='Ecal' GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for SensDet='Hcal' -GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 -GaussGeo.Spd SUCCESS #Hits= 664 #SubHits= 927 #Slots= 5491 Energy= 3.41[GeV] -GaussGeo.Prs SUCCESS #Hits= 1000 #SubHits= 1467 #Slots= 8733 Energy= 9.2[GeV] -GaussGeo.Ecal SUCCESS #Hits= 3129 #SubHits= 9094 #Slots=10299 Energy= 137[GeV] -GaussGeo.Hcal SUCCESS #Hits= 487 #SubHits= 1143 #Slots= 1517 Energy= 16.2[GeV] +GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 1 +GaussGeo.Spd SUCCESS #Hits= 557 #SubHits= 796 #Slots= 4705 Energy= 2.81[GeV] +GaussGeo.Prs SUCCESS #Hits= 921 #SubHits= 1377 #Slots= 8174 Energy= 8.53[GeV] +GaussGeo.Ecal SUCCESS #Hits= 3267 #SubHits= 9040 #Slots=10345 Energy= 157[GeV] +GaussGeo.Hcal SUCCESS #Hits= 532 #SubHits= 1186 #Slots= 1570 Energy= 14.2[GeV] GiGaFlush DEBUG Dump G4 event object -GiGaFlush INFO GiGaUtil::DumpG4Event 0x27a04a20 ************************************************** +GiGaFlush INFO GiGaUtil::DumpG4Event 0x26519c00 ************************************************** GiGaUtil::DumpG4Event EventID : 0 GiGaUtil::DumpG4Event NumberOfPrimaryVertex : 4 - GiGaUtil::DumpG4Event #StoredTrajectories : 5048 + GiGaUtil::DumpG4Event #StoredTrajectories : 5105 GiGaUtil::DumpG4Event # of Hit Collections : 16 - GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 111 - GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 3502 - GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 1121 - GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 2442 - GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 2142 - GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 1771 - GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 2133 - GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 4 - GiGaUtil::DumpG4Event Collection: ID = 8 Name = 'CaloSPHits' SD = 'CaloSP' #Hits = 0 - GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 664 - GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 1000 - GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 3129 - GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 487 - GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 1156 - GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 734 - GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 2598 + GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 91 + GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 3353 + GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 1146 + GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 3157 + GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 1797 + GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 2126 + GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 2207 + GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 5 + GiGaUtil::DumpG4Event Collection: ID = 8 Name = 'CaloSPHits' SD = 'CaloSP' #Hits = 1 + GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 557 + GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 921 + GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 3267 + GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 532 + GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 1133 + GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 838 + GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 2828 GiGaUtil::DumpG4Event GetDCofThisEvent : G4DCofThisEvent* points to NULL GiGaUtil::DumpG4Event IsAborted : 0 GiGaUtil::DumpG4Event GetUserInformation : G4VUserEventInformation* points to NULL @@ -8512,9 +8514,10 @@ GetHcalHits DEBUG ==> Execute GetHcalHits DEBUG GetCaloHitsAlg:: The object of type 'ObjectVector<LHCb::MCCaloHit>' is registered in TS at address 'MC/Hcal/Hits' GetMuonHits DEBUG ==> Execute GetMuonHits DEBUG GetTrackerHitsAlg:: The object of type 'ObjectVector<LHCb::MCHit>' is registered in TS at address 'MC/Muon/Hits' +/dd/Structure/LHCb/Do... ERROR Gap not found! SimMonitor DEBUG ==> Execute -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 5744 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 6247 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 5838 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 6459 ApplicationMgr INFO Application Manager Stopped successfully GaussGen DEBUG Delete BeamForInitialization GaussGen DEBUG ==> Finalize @@ -8658,60 +8661,60 @@ GetOTHits DEBUG Services to release : GiGa GiGaKine GetOTHits DEBUG Releasing service 'GiGa' GetOTHits DEBUG Releasing service 'GiGaKine' GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 4584.00 +-67.71 (100.00 +-0.00%) Rich2 = 3904.00 +-62.48 (100.00 +-0.00%) -GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 2.00 +- 1.41 ( 0.04 +-0.03%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 2589.00 +-50.88 ( 56.48 +-0.73%) Rich2 = 1747.00 +-41.80 ( 44.75 +-0.80%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 236.00 +-15.36 ( 5.15 +-0.33%) Rich2 = 24.00 +- 4.90 ( 0.61 +-0.13%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 1623.00 +-40.29 ( 35.41 +-0.71%) Rich2 = 940.00 +-30.66 ( 24.08 +-0.68%) -GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 2.00 +- 1.41 ( 0.04 +-0.03%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 6.00 +- 2.45 ( 0.13 +-0.05%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 4954.00 +-70.38 (100.00 +-0.00%) Rich2 = 4333.00 +-65.83 (100.00 +-0.00%) +GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 1.00 +- 1.00 ( 0.02 +-0.02%) Rich2 = 1.00 +- 1.00 ( 0.02 +-0.02%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 2593.00 +-50.92 ( 52.34 +-0.71%) Rich2 = 1901.00 +-43.60 ( 43.87 +-0.75%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 152.00 +-12.33 ( 3.07 +-0.25%) Rich2 = 51.00 +- 7.14 ( 1.18 +-0.16%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 2078.00 +-45.59 ( 41.95 +-0.70%) Rich2 = 1291.00 +-35.93 ( 29.79 +-0.69%) +GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 3.00 +- 1.73 ( 0.06 +-0.03%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 4.00 +- 2.00 ( 0.08 +-0.04%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Charged Track hits : Rich1 = 2.00 +- 1.41 ( 0.04 +-0.03%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1123.00 +-33.51 ( 28.77 +-0.72%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 412.00 +-20.30 ( 8.99 +-0.42%) Rich2 = 330.00 +-18.17 ( 8.45 +-0.45%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 310.00 +-17.61 ( 6.76 +-0.37%) Rich2 = 275.00 +-16.58 ( 7.04 +-0.41%) +GetRichHits INFO Av. # Charged Track hits : Rich1 = 1.00 +- 1.00 ( 0.02 +-0.02%) Rich2 = 1.00 +- 1.00 ( 0.02 +-0.02%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1017.00 +-31.89 ( 23.47 +-0.64%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 541.00 +-23.26 ( 10.92 +-0.44%) Rich2 = 403.00 +-20.07 ( 9.30 +-0.44%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 432.00 +-20.78 ( 8.72 +-0.40%) Rich2 = 306.00 +-17.49 ( 7.06 +-0.39%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 173.00 +-13.15 ( 3.77 +-0.28%) Rich2 = 110.00 +-10.49 ( 2.82 +-0.26%) -GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 206.00 +-14.35 ( 4.16 +-0.28%) Rich2 = 178.00 +-13.34 ( 4.11 +-0.30%) +GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 1.00 +- 1.00 ( 0.02 +-0.02%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 354.00 +-18.81 ( 7.72 +-0.39%) Rich1Gas = 2235.00 +-47.28 ( 48.76 +-0.74%) Rich2Gas = 1747.00 +-41.80 ( 44.75 +-0.80%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 349.00 +-18.68 ( 7.04 +-0.36%) Rich1Gas = 2244.00 +-47.37 ( 45.30 +-0.71%) Rich2Gas = 1901.00 +-43.60 ( 43.87 +-0.75%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : -GetRichHits INFO tile = 0 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 1 hits = 5.00 +- 2.24 / event -GetRichHits INFO tile = 2 hits = 49.00 +- 7.00 / event -GetRichHits INFO tile = 3 hits = 8.00 +- 2.83 / event -GetRichHits INFO tile = 4 hits = 54.00 +- 7.35 / event +GetRichHits INFO tile = 0 hits = 9.00 +- 3.00 / event +GetRichHits INFO tile = 1 hits = 7.00 +- 2.65 / event +GetRichHits INFO tile = 2 hits = 82.00 +- 9.06 / event +GetRichHits INFO tile = 3 hits = 7.00 +- 2.65 / event +GetRichHits INFO tile = 4 hits = 41.00 +- 6.40 / event GetRichHits INFO tile = 5 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 6 hits = 31.00 +- 5.57 / event -GetRichHits INFO tile = 7 hits = 5.00 +- 2.24 / event +GetRichHits INFO tile = 6 hits = 12.00 +- 3.46 / event +GetRichHits INFO tile = 7 hits = 3.00 +- 1.73 / event GetRichHits INFO tile = 8 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 9 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 10 hits = 99.00 +- 9.95 / event -GetRichHits INFO tile = 11 hits = 7.00 +- 2.65 / event -GetRichHits INFO tile = 12 hits = 97.00 +- 9.85 / event +GetRichHits INFO tile = 10 hits = 86.00 +- 9.27 / event +GetRichHits INFO tile = 11 hits = 42.00 +- 6.48 / event +GetRichHits INFO tile = 12 hits = 67.00 +- 8.19 / event GetRichHits INFO tile = 13 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 14 hits = 8.00 +- 2.83 / event -GetRichHits INFO tile = 15 hits = 8.00 +- 2.83 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Aerogel = 371.00 +- 19.26 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 2343.00 +- 48.40 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 2940.00 +- 54.22 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 260.00 +- 16.12 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 2563.00 +- 50.63 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 2.00 +- 1.41 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : AerogelFilter = 6.00 +- 2.45 / event +GetRichHits INFO tile = 14 hits = 3.00 +- 1.73 / event +GetRichHits INFO tile = 15 hits = 7.00 +- 2.65 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Aerogel = 366.00 +- 19.13 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 2349.00 +- 48.47 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 2990.00 +- 54.68 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 203.00 +- 14.25 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 3369.00 +- 58.04 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 3.00 +- 1.73 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : AerogelFilter = 4.00 +- 2.00 / event GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich CO2 = 1.00 +- 1.00 / event -GetRichSegments INFO Av. # MCRichSegments : Aerogel = 90.00 +- 9.49 / event -GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 143.00 +- 11.96 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 269.00 +- 16.40 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 41.00 +- 6.40 / event -GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 22.00 +- 4.69 / event -GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 1.00 +- 1.00 / event -GetRichSegments INFO Av. # MCRichSegments : AerogelFilter = 5.00 +- 2.24 / event +GetRichSegments INFO Av. # MCRichSegments : Aerogel = 97.00 +- 9.85 / event +GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 140.00 +- 11.83 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 261.00 +- 16.16 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 37.00 +- 6.08 / event +GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 38.00 +- 6.16 / event +GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 2.00 +- 1.41 / event +GetRichSegments INFO Av. # MCRichSegments : AerogelFilter = 2.00 +- 1.41 / event GetRichSegments INFO Av. # MCRichSegments : Rich CO2 = 1.00 +- 1.00 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 RichHits DEBUG Finalize base class GaudiAlgorithm @@ -8756,42 +8759,42 @@ MakeMainSim DEBUG Services to release : VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 3502+/-0 -VeloGaussMoni INFO | Number of PileUpMCHits/Event: 111+/-0 +VeloGaussMoni INFO | Number of MCHits/Event: 3353+/-0 +VeloGaussMoni INFO | Number of PileUpMCHits/Event: 91+/-0 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 1121 -TTHitMonitor INFO Mean beta * gamma: 1242.55 -TTHitMonitor INFO Most Probable deposited charge: 0.155684 -TTHitMonitor INFO Half Sample width 0.050586 +TTHitMonitor INFO #hits per event: 1146 +TTHitMonitor INFO Mean beta * gamma: 1234.42 +TTHitMonitor INFO Most Probable deposited charge: 0.154433 +TTHitMonitor INFO Half Sample width 0.0421874 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 101 | 101 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1121 | 1392898 | 1242.5 | 4788.9 | 0.0054273 | 53002. | - | "numberHits" | 1 | 1121 | 1121.0 | 0.0000 | 1121.0 | 1121.0 | + | "DeltaRay" | 58 | 58 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1146 | 1414645 | 1234.4 | 4897.8 | 0.012450 | 52553. | + | "numberHits" | 1 | 1146 | 1146.0 | 0.0000 | 1146.0 | 1146.0 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 734 -ITHitMonitor INFO Mean beta * gamma: 2171.83 -ITHitMonitor INFO Most Probable deposited charge: 0.120417 -ITHitMonitor INFO Half Sample width 0.0448692 +ITHitMonitor INFO #hits per event: 838 +ITHitMonitor INFO Mean beta * gamma: 3599.79 +ITHitMonitor INFO Most Probable deposited charge: 0.111555 +ITHitMonitor INFO Half Sample width 0.0422629 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 43 | 43 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 734 | 1594126 | 2171.8 | 6140.3 | 0.0048080 | 31707. | - | "numberHits" | 1 | 734 | 734.00 | 0.0000 | 734.00 | 734.00 | + | "DeltaRay" | 55 | 55 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 838 | 3016628 | 3599.8 | 9101.6 | 0.25610 | 52553. | + | "numberHits" | 1 | 838 | 838.00 | 0.0000 | 838.00 | 838.00 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 2598 -OTHitMonitor INFO Mean beta * gamma: 1868.23 -OTHitMonitor INFO Most Probable deposited charge: 0.195869 -OTHitMonitor INFO Half Sample width 0.0784515 +OTHitMonitor INFO #hits per event: 2828 +OTHitMonitor INFO Mean beta * gamma: 1544.97 +OTHitMonitor INFO Most Probable deposited charge: 0.194226 +OTHitMonitor INFO Half Sample width 0.0680691 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 167 | 167 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 2598 | 4853665 | 1868.2 | 7759.5 | 0.0088890 | 1.1117e+05 | - | "numberHits" | 1 | 2598 | 2598.0 | 0.0000 | 2598.0 | 2598.0 | + | "DeltaRay" | 220 | 220 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 2828 | 4369180 | 1545.0 | 4373.5 | 0.0045234 | 29468. | + | "numberHits" | 1 | 2828 | 2828.0 | 0.0000 | 2828.0 | 2828.0 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -8800,15 +8803,15 @@ MuonHitChecker INFO ------------------------------------------------ MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 201.000 6.000 12.000 0.000 0.000 R1 -MuonHitChecker INFO 304.000 31.000 0.000 0.000 0.000 R2 -MuonHitChecker INFO 225.000 29.000 8.000 8.000 8.000 R3 -MuonHitChecker INFO 278.000 34.000 8.000 4.000 0.000 R4 +MuonHitChecker INFO 278.000 16.000 0.000 0.000 5.000 R1 +MuonHitChecker INFO 234.000 19.000 5.000 7.000 4.000 R2 +MuonHitChecker INFO 276.000 3.000 0.000 0.000 0.000 R3 +MuonHitChecker INFO 246.000 27.000 4.000 4.000 4.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 1008.000 100.000 28.000 12.000 8.000 allR -MuonHitChecker INFO number of hits generated outside gaps volume 0 +MuonHitChecker INFO 1034.000 65.000 9.000 11.000 13.000 allR +MuonHitChecker INFO number of hits generated outside gaps volume 1 SimMonitor DEBUG Finalize base class GaudiAlgorithm SimMonitor DEBUG Tools to release : SimMonitor DEBUG Services to release : @@ -8832,7 +8835,7 @@ MainEventGaussSim.Mai... DEBUG ==> Finalize the base class GaudiTool MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1178.628 | 1178.6 | 0.0000 | 1178.6 | 1178.6 | + | "Total Memory/MB" | 1 | 1177.02 | 1177.0 | 0.0000 | 1177.0 | 1177.0 | MainEventGaussSim.Mai... DEBUG Tools to release : MainEventGaussSim.Mai... DEBUG Services to release : Generation.BeamSpotSm... DEBUG ==> Finalize the base class GaudiTool @@ -8871,11 +8874,11 @@ GaussGen.GaussGenMemory DEBUG ==> Finalize the base class GaudiTool GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1178.628 | 1178.6 | 0.0000 | 1178.6 | 1178.6 | + | "Total Memory/MB" | 1 | 1177.02 | 1177.0 | 0.0000 | 1177.0 | 1177.0 | GaussGen.GaussGenMemory DEBUG Tools to release : GaussGen.GaussGenMemory DEBUG Services to release : ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- -ToolSvc.SequencerTime... INFO This machine has a speed about 2.63 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. ToolSvc.SequencerTime... INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- @@ -8891,44 +8894,44 @@ GaussGeo.MuonSDet DEBUG Services to release : GaussGeo.Hcal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 16.15039 | 16.150 | 0.0000 | 16.150 | 16.150 | - | "#hits" | 1 | 487 | 487.00 | 0.0000 | 487.00 | 487.00 | - | "#subhits" | 1 | 1143 | 1143.0 | 0.0000 | 1143.0 | 1143.0 | - | "#tslots" | 1 | 1517 | 1517.0 | 0.0000 | 1517.0 | 1517.0 | + | "#energy" | 1 | 14.21727 | 14.217 | 0.0000 | 14.217 | 14.217 | + | "#hits" | 1 | 532 | 532.00 | 0.0000 | 532.00 | 532.00 | + | "#subhits" | 1 | 1186 | 1186.0 | 0.0000 | 1186.0 | 1186.0 | + | "#tslots" | 1 | 1570 | 1570.0 | 0.0000 | 1570.0 | 1570.0 | GaussGeo.Hcal DEBUG Tools to release : GaussGeo.Hcal DEBUG Services to release : HistogramDataSvc GaussGeo.Hcal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Ecal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 137.2326 | 137.23 | 0.0000 | 137.23 | 137.23 | - | "#hits" | 1 | 3129 | 3129.0 | 0.0000 | 3129.0 | 3129.0 | - | "#subhits" | 1 | 9094 | 9094.0 | 0.0000 | 9094.0 | 9094.0 | - | "#tslots" | 1 | 10299 | 10299. | 0.0000 | 10299. | 10299. | + | "#energy" | 1 | 156.5312 | 156.53 | 0.0000 | 156.53 | 156.53 | + | "#hits" | 1 | 3267 | 3267.0 | 0.0000 | 3267.0 | 3267.0 | + | "#subhits" | 1 | 9040 | 9040.0 | 0.0000 | 9040.0 | 9040.0 | + | "#tslots" | 1 | 10345 | 10345. | 0.0000 | 10345. | 10345. | GaussGeo.Ecal DEBUG Tools to release : GaussGeo.Ecal DEBUG Services to release : HistogramDataSvc GaussGeo.Ecal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Prs DEBUG ==> Finalize the base class GaudiTool GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 9.197259 | 9.1973 | 0.0000 | 9.1973 | 9.1973 | - | "#hits" | 1 | 1000 | 1000.0 | 0.0000 | 1000.0 | 1000.0 | - | "#subhits" | 1 | 1467 | 1467.0 | 0.0000 | 1467.0 | 1467.0 | - | "#tslots" | 1 | 8733 | 8733.0 | 0.0000 | 8733.0 | 8733.0 | + | "#energy" | 1 | 8.532458 | 8.5325 | 0.0000 | 8.5325 | 8.5325 | + | "#hits" | 1 | 921 | 921.00 | 0.0000 | 921.00 | 921.00 | + | "#subhits" | 1 | 1377 | 1377.0 | 0.0000 | 1377.0 | 1377.0 | + | "#tslots" | 1 | 8174 | 8174.0 | 0.0000 | 8174.0 | 8174.0 | GaussGeo.Prs DEBUG Tools to release : GaussGeo.Prs DEBUG Services to release : HistogramDataSvc GaussGeo.Prs DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Spd DEBUG ==> Finalize the base class GaudiTool GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 3.405905 | 3.4059 | 0.0000 | 3.4059 | 3.4059 | - | "#hits" | 1 | 664 | 664.00 | 0.0000 | 664.00 | 664.00 | - | "#subhits" | 1 | 927 | 927.00 | 0.0000 | 927.00 | 927.00 | - | "#tslots" | 1 | 5491 | 5491.0 | 0.0000 | 5491.0 | 5491.0 | + | "#energy" | 1 | 2.809363 | 2.8094 | 0.0000 | 2.8094 | 2.8094 | + | "#hits" | 1 | 557 | 557.00 | 0.0000 | 557.00 | 557.00 | + | "#subhits" | 1 | 796 | 796.00 | 0.0000 | 796.00 | 796.00 | + | "#tslots" | 1 | 4705 | 4705.0 | 0.0000 | 4705.0 | 4705.0 | GaussGeo.Spd DEBUG Tools to release : GaussGeo.Spd DEBUG Services to release : HistogramDataSvc GaussGeo.Spd DEBUG Releasing service 'HistogramDataSvc' -GaussGeo.CaloSP DEBUG <#Hits>/Min/Max=( 0+- 0)/0/ 0 +GaussGeo.CaloSP DEBUG <#Hits>/Min/Max=( 1+- 0)/1/ 1 GaussGeo.CaloSP DEBUG ==> Finalize the base class GaudiTool GaussGeo.CaloSP DEBUG Tools to release : GaussGeo.CaloSP DEBUG Services to release : @@ -8976,90 +8979,90 @@ Generation.Inclusive.... DEBUG ==> Finalize the base class GaudiTool Generation.Inclusive.... DEBUG Tools to release : Generation.Inclusive.... DEBUG Services to release : TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 223030.000 | 225799.516 | 225799.516 225799.5 0.00 | 1 | 225.800 | -TimingAuditor.TIMER INFO GaussSequencer | 223020.000 | 225790.344 | 225790.344 225790.3 0.00 | 1 | 225.790 | -TimingAuditor.TIMER INFO Generator | 1600.000 | 1607.154 | 1607.154 1607.2 0.00 | 1 | 1.607 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1600.000 | 1607.141 | 1607.141 1607.1 0.00 | 1 | 1.607 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.516 | 1.516 1.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO Generation | 1600.000 | 1603.701 | 1603.701 1603.7 0.00 | 1 | 1.604 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 1.868 | 1.868 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 1.809 | 1.809 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO Simulation | 221420.000 | 224183.125 | 224183.125 224183.1 0.00 | 1 | 224.183 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 221420.000 | 224183.109 | 224183.094 224183.1 0.00 | 1 | 224.183 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.221 | 1.221 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 221420.000 | 224181.844 | 224181.844 224181.8 0.00 | 1 | 224.182 | -TimingAuditor.TIMER INFO MakeMainSim | 221370.000 | 224128.906 | 224128.906 224128.9 0.00 | 1 | 224.129 | -TimingAuditor.TIMER INFO GenToSim | 43640.000 | 43803.941 | 43803.938 43803.9 0.00 | 1 | 43.804 | -TimingAuditor.TIMER INFO GiGaFlush | 177540.000 | 180137.906 | 180137.906 180137.9 0.00 | 1 | 180.138 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 10.000 | 19.626 | 19.626 19.6 0.00 | 1 | 0.020 | -TimingAuditor.TIMER INFO DetectorsHits | 180.000 | 167.204 | 167.204 167.2 0.00 | 1 | 0.167 | -TimingAuditor.TIMER INFO GetPuVetoHits | 10.000 | 1.445 | 1.445 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 5.616 | 5.616 5.6 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO GetTTHits | 10.000 | 5.791 | 5.791 5.8 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO GetITHits | 0.000 | 4.487 | 4.487 4.5 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetOTHits | 10.000 | 9.795 | 9.795 9.8 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO RichHits | 130.000 | 121.609 | 121.609 121.6 0.00 | 1 | 0.122 | -TimingAuditor.TIMER INFO GetRichHits | 70.000 | 60.243 | 60.243 60.2 0.00 | 1 | 0.060 | -TimingAuditor.TIMER INFO GetRichPhotons | 20.000 | 19.808 | 19.808 19.8 0.00 | 1 | 0.020 | -TimingAuditor.TIMER INFO GetRichSegments | 20.000 | 21.533 | 21.533 21.5 0.00 | 1 | 0.022 | -TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 4.123 | 4.123 4.1 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.711 | 0.711 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 20.000 | 14.899 | 14.899 14.9 0.00 | 1 | 0.015 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 2.280 | 2.280 2.3 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 2.469 | 2.469 2.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetEcalHits | 10.000 | 4.752 | 4.752 4.8 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.786 | 0.786 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 7.907 | 7.907 7.9 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO SimMonitor | 50.000 | 52.904 | 52.904 52.9 0.00 | 1 | 0.053 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.417 | 0.417 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 2.519 | 2.519 2.5 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 2.273 | 2.273 2.3 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DetectorsMonitor | 50.000 | 47.606 | 47.606 47.6 0.00 | 1 | 0.048 | -TimingAuditor.TIMER INFO VeloGaussMoni | 20.000 | 13.951 | 13.951 14.0 0.00 | 1 | 0.014 | -TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 5.186 | 5.186 5.2 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO ITHitMonitor | 10.000 | 1.840 | 1.840 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO OTHitMonitor | 10.000 | 10.354 | 10.354 10.4 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 3.453 | 3.453 3.5 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 3.807 | 3.807 3.8 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO EcalMonitor | 10.000 | 4.522 | 4.522 4.5 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.967 | 0.967 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 3.354 | 3.354 3.4 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO EVENT LOOP | 230970.000 | 236254.125 | 236254.125 236254.1 0.00 | 1 | 236.254 | +TimingAuditor.TIMER INFO GaussSequencer | 230970.000 | 236247.797 | 236247.797 236247.8 0.00 | 1 | 236.248 | +TimingAuditor.TIMER INFO Generator | 1540.000 | 1549.072 | 1549.072 1549.1 0.00 | 1 | 1.549 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1540.000 | 1549.063 | 1549.063 1549.1 0.00 | 1 | 1.549 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.178 | 1.178 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Generation | 1540.000 | 1545.885 | 1545.885 1545.9 0.00 | 1 | 1.546 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 1.538 | 1.538 1.5 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 1.511 | 1.511 1.5 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO Simulation | 229430.000 | 234698.672 | 234698.672 234698.7 0.00 | 1 | 234.699 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 229430.000 | 234698.641 | 234698.641 234698.6 0.00 | 1 | 234.699 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.349 | 1.349 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MainSimulation | 229430.000 | 234697.266 | 234697.266 234697.3 0.00 | 1 | 234.697 | +TimingAuditor.TIMER INFO MakeMainSim | 229390.000 | 234657.906 | 234657.891 234657.9 0.00 | 1 | 234.658 | +TimingAuditor.TIMER INFO GenToSim | 43030.000 | 43574.816 | 43574.816 43574.8 0.00 | 1 | 43.575 | +TimingAuditor.TIMER INFO GiGaFlush | 186150.000 | 190868.625 | 190868.625 190868.6 0.00 | 1 | 190.869 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 20.000 | 20.421 | 20.421 20.4 0.00 | 1 | 0.020 | +TimingAuditor.TIMER INFO DetectorsHits | 190.000 | 193.466 | 193.466 193.5 0.00 | 1 | 0.193 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 1.055 | 1.055 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetVeloHits | 10.000 | 5.584 | 5.584 5.6 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO GetTTHits | 0.000 | 6.103 | 6.103 6.1 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO GetITHits | 10.000 | 4.967 | 4.967 5.0 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GetOTHits | 0.000 | 9.653 | 9.653 9.7 0.00 | 1 | 0.010 | +TimingAuditor.TIMER INFO RichHits | 150.000 | 148.945 | 148.945 148.9 0.00 | 1 | 0.149 | +TimingAuditor.TIMER INFO GetRichHits | 80.000 | 81.194 | 81.194 81.2 0.00 | 1 | 0.081 | +TimingAuditor.TIMER INFO GetRichPhotons | 30.000 | 21.984 | 21.984 22.0 0.00 | 1 | 0.022 | +TimingAuditor.TIMER INFO GetRichSegments | 20.000 | 23.789 | 23.789 23.8 0.00 | 1 | 0.024 | +TimingAuditor.TIMER INFO GetRichTracks | 10.000 | 3.702 | 3.702 3.7 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.783 | 0.783 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 10.000 | 17.166 | 17.166 17.2 0.00 | 1 | 0.017 | +TimingAuditor.TIMER INFO GetSpdHits | 10.000 | 1.778 | 1.778 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 1.999 | 1.999 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 3.943 | 3.943 3.9 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.610 | 0.610 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 8.564 | 8.564 8.6 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO SimMonitor | 40.000 | 39.334 | 39.334 39.3 0.00 | 1 | 0.039 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.696 | 0.696 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 2.121 | 2.121 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 10.000 | 2.547 | 2.547 2.5 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO DetectorsMonitor | 30.000 | 33.892 | 33.892 33.9 0.00 | 1 | 0.034 | +TimingAuditor.TIMER INFO VeloGaussMoni | 10.000 | 12.800 | 12.800 12.8 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 2.493 | 2.493 2.5 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.952 | 0.952 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 3.360 | 3.360 3.4 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO SpdMonitor | 10.000 | 2.536 | 2.536 2.5 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 3.435 | 3.435 3.4 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 4.361 | 4.361 4.4 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.942 | 0.942 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitChecker | 10.000 | 2.805 | 2.805 2.8 0.00 | 1 | 0.003 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 8491 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 9288 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 177 [s] #= 1 -ChronoStatSvc INFO Time User : Tot= 274 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 186 [s] #= 1 +ChronoStatSvc INFO Time User : Tot= 282 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 1 | 10299 | 10299. | 0.0000 | 10299. | 10299. | -******Stat****** INFO "#Hcal MCHits" | 1 | 1517 | 1517.0 | 0.0000 | 1517.0 | 1517.0 | -******Stat****** INFO "#IT MCHits" | 1 | 734 | 734.00 | 0.0000 | 734.00 | 734.00 | -******Stat****** INFO "#MCParticles" | 1 | 5744 | 5744.0 | 0.0000 | 5744.0 | 5744.0 | -******Stat****** INFO "#MCRichOpPhoto | 1 | 8486 | 8486.0 | 0.0000 | 8486.0 | 8486.0 | -******Stat****** INFO "#MCRichSegment | 1 | 572 | 572.00 | 0.0000 | 572.00 | 572.00 | -******Stat****** INFO "#MCRichTracks" | 1 | 432 | 432.00 | 0.0000 | 432.00 | 432.00 | -******Stat****** INFO "#MCVertices" | 1 | 6247 | 6247.0 | 0.0000 | 6247.0 | 6247.0 | -******Stat****** INFO "#Muon MCHits" | 1 | 1156 | 1156.0 | 0.0000 | 1156.0 | 1156.0 | -******Stat****** INFO "#OT MCHits" | 1 | 2598 | 2598.0 | 0.0000 | 2598.0 | 2598.0 | -******Stat****** INFO "#Prs MCHits" | 1 | 8733 | 8733.0 | 0.0000 | 8733.0 | 8733.0 | -******Stat****** INFO "#Rich MCHits" | 1 | 8488 | 8488.0 | 0.0000 | 8488.0 | 8488.0 | -******Stat****** INFO "#Rich1 MCHits" | 1 | 4584 | 4584.0 | 0.0000 | 4584.0 | 4584.0 | -******Stat****** INFO "#Rich2 MCHits" | 1 | 3904 | 3904.0 | 0.0000 | 3904.0 | 3904.0 | -******Stat****** INFO "#Spd MCHits" | 1 | 5491 | 5491.0 | 0.0000 | 5491.0 | 5491.0 | -******Stat****** INFO "#TT MCHits" | 1 | 1121 | 1121.0 | 0.0000 | 1121.0 | 1121.0 | -******Stat****** INFO "#Velo MCHits" | 1 | 3502 | 3502.0 | 0.0000 | 3502.0 | 3502.0 | +******Stat****** INFO "#Ecal MCHits" | 1 | 10345 | 10345. | 0.0000 | 10345. | 10345. | +******Stat****** INFO "#Hcal MCHits" | 1 | 1570 | 1570.0 | 0.0000 | 1570.0 | 1570.0 | +******Stat****** INFO "#IT MCHits" | 1 | 838 | 838.00 | 0.0000 | 838.00 | 838.00 | +******Stat****** INFO "#MCParticles" | 1 | 5838 | 5838.0 | 0.0000 | 5838.0 | 5838.0 | +******Stat****** INFO "#MCRichOpPhoto | 1 | 9285 | 9285.0 | 0.0000 | 9285.0 | 9285.0 | +******Stat****** INFO "#MCRichSegment | 1 | 578 | 578.00 | 0.0000 | 578.00 | 578.00 | +******Stat****** INFO "#MCRichTracks" | 1 | 421 | 421.00 | 0.0000 | 421.00 | 421.00 | +******Stat****** INFO "#MCVertices" | 1 | 6459 | 6459.0 | 0.0000 | 6459.0 | 6459.0 | +******Stat****** INFO "#Muon MCHits" | 1 | 1133 | 1133.0 | 0.0000 | 1133.0 | 1133.0 | +******Stat****** INFO "#OT MCHits" | 1 | 2828 | 2828.0 | 0.0000 | 2828.0 | 2828.0 | +******Stat****** INFO "#Prs MCHits" | 1 | 8174 | 8174.0 | 0.0000 | 8174.0 | 8174.0 | +******Stat****** INFO "#Rich MCHits" | 1 | 9287 | 9287.0 | 0.0000 | 9287.0 | 9287.0 | +******Stat****** INFO "#Rich1 MCHits" | 1 | 4954 | 4954.0 | 0.0000 | 4954.0 | 4954.0 | +******Stat****** INFO "#Rich2 MCHits" | 1 | 4333 | 4333.0 | 0.0000 | 4333.0 | 4333.0 | +******Stat****** INFO "#Spd MCHits" | 1 | 4705 | 4705.0 | 0.0000 | 4705.0 | 4705.0 | +******Stat****** INFO "#TT MCHits" | 1 | 1146 | 1146.0 | 0.0000 | 1146.0 | 1146.0 | +******Stat****** INFO "#Velo MCHits" | 1 | 3353 | 3353.0 | 0.0000 | 3353.0 | 3353.0 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully @@ -9085,3 +9088,4 @@ Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= +�~ diff --git a/Sim/Gauss/tests/refs/testGauss-config-2012-pythia8.ref b/Sim/Gauss/tests/refs/testGauss-config-2012-pythia8.ref index d24ee32e4c9e4e2ac100116588ddeea4c2ace171..505ccccdd71fa7b9fcbae58b2f666e6102902043 100644 --- a/Sim/Gauss/tests/refs/testGauss-config-2012-pythia8.ref +++ b/Sim/Gauss/tests/refs/testGauss-config-2012-pythia8.ref @@ -1,25 +1,25 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2012.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2012.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2012.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/NoPacking.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/NoPacking.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2012.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2012.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2012.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2012.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/NoPacking.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/NoPacking.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2012.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/10000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/10000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -81,8 +81,8 @@ RICH simulation now configured # GaussTape.OptItemList = ['/Event/Gen/HepMCEvents#1'] ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 02:07:04 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 01:30:15 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' @@ -93,7 +93,7 @@ DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -101,7 +101,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/Simulation.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/Simulation.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -4652,7 +4652,7 @@ RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 RndmGenSvc.Engine INFO This is the GEANT4 engine! RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> -TimingAuditor.TIMER INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. GaussSequencer DEBUG Property update for OutputLevel : new value = 2 GaussSequencer DEBUG Initialize base class GaudiCommon<Algorithm> GaussSequencer DEBUG could not locate CounterSummarySvc, no counter summary will be made @@ -4825,7 +4825,7 @@ GeneratorSlotMainSeq DEBUG The tool 'ToolSvc.SequencerTimerTool' of type 'S GaussGen DEBUG Property update for OutputLevel : new value = 2 GaussGen DEBUG Initialize base class GaudiCommon<Algorithm> GaussGen DEBUG could not locate CounterSummarySvc, no counter summary will be made -GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 63 +GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 64 GaussGen DEBUG Property ['Name': Value] = 'CreateBeam':True GaussGen DEBUG Property ['Name': Value] = 'Luminosity':3.0200000e+18 GaussGen DEBUG Property ['Name': Value] = 'ZLuminousRegion':25.732000 @@ -4845,6 +4845,7 @@ GaussGen DEBUG Property ['Name': Value] = 'BeamParameters':Gen GaussGen DEBUG Property ['Name': Value] = 'MCHeader':/Event/Gen/Header GaussGen DEBUG Property ['Name': Value] = 'RunNumber':1082 GaussGen DEBUG Property ['Name': Value] = 'FirstEventNumber':1 +GaussGen DEBUG Property ['Name': Value] = 'EvtCounter': GaussGen DEBUG Property ['Name': Value] = 'MinMemoryDelta':16 GaussGen DEBUG Property ['Name': Value] = 'MemoryPurgeLimit':-1 GaussGen DEBUG Property ['Name': Value] = 'Increment':100 @@ -5098,7 +5099,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 02:08:25 | | + | | P Y T H H III A A Now is 23 Feb 2019 at 01:31:22 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -6942,6 +6943,7 @@ GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, all entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, all entries' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), first 'HistoSize' entries' GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, downscaled' desc = 'Virtual memory (kB), downscaled entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, downscaled' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), downscaled entries' +GaussGen DEBUG using internal counter for eventNumber GaussGen DEBUG using seeds [1082, 1, 2119103972, 0] GaussGen INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 2119103972, 0] GaussGen DEBUG GenInit:: The object of type 'LHCb::GenHeader' is registered in TS at address '/Event/Gen/Header' @@ -7412,32 +7414,32 @@ GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for Sens GaussGeo.Ecal DEBUG Initialize(): CollectionName='EcalHits' for SensDet='Ecal' GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for SensDet='Hcal' GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 -GaussGeo.Spd SUCCESS #Hits= 908 #SubHits= 1225 #Slots= 7249 Energy= 4.43[GeV] -GaussGeo.Prs SUCCESS #Hits= 1199 #SubHits= 1781 #Slots=10560 Energy= 11[GeV] -GaussGeo.Ecal SUCCESS #Hits= 3619 #SubHits=11288 #Slots=13134 Energy= 208[GeV] -GaussGeo.Hcal SUCCESS #Hits= 521 #SubHits= 1324 #Slots= 1785 Energy= 15.6[GeV] +GaussGeo.Spd SUCCESS #Hits= 846 #SubHits= 1168 #Slots= 6912 Energy= 4.34[GeV] +GaussGeo.Prs SUCCESS #Hits= 1197 #SubHits= 1864 #Slots=11061 Energy= 12.4[GeV] +GaussGeo.Ecal SUCCESS #Hits= 3467 #SubHits=11149 #Slots=12653 Energy= 201[GeV] +GaussGeo.Hcal SUCCESS #Hits= 526 #SubHits= 1337 #Slots= 1803 Energy= 22.8[GeV] GiGaFlush DEBUG Dump G4 event object -GiGaFlush INFO GiGaUtil::DumpG4Event 0x28633ec0 ************************************************** +GiGaFlush INFO GiGaUtil::DumpG4Event 0x2752a390 ************************************************** GiGaUtil::DumpG4Event EventID : 0 GiGaUtil::DumpG4Event NumberOfPrimaryVertex : 4 - GiGaUtil::DumpG4Event #StoredTrajectories : 6346 + GiGaUtil::DumpG4Event #StoredTrajectories : 6696 GiGaUtil::DumpG4Event # of Hit Collections : 16 - GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 154 - GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 4097 - GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 1726 - GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 2469 - GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 2888 - GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 2112 - GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 2879 - GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 2 + GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 170 + GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 4099 + GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 1686 + GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 3255 + GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 2012 + GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 2490 + GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 3719 + GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 3 GiGaUtil::DumpG4Event Collection: ID = 8 Name = 'CaloSPHits' SD = 'CaloSP' #Hits = 0 - GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 908 - GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 1199 - GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 3619 - GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 521 - GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 1610 - GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 1047 - GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 4096 + GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 846 + GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 1197 + GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 3467 + GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 526 + GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 1637 + GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 1268 + GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 3969 GiGaUtil::DumpG4Event GetDCofThisEvent : G4DCofThisEvent* points to NULL GiGaUtil::DumpG4Event IsAborted : 0 GiGaUtil::DumpG4Event GetUserInformation : G4VUserEventInformation* points to NULL @@ -7473,8 +7475,8 @@ GetHcalHits DEBUG GetCaloHitsAlg:: The object of type 'ObjectVecto GetMuonHits DEBUG ==> Execute GetMuonHits DEBUG GetTrackerHitsAlg:: The object of type 'ObjectVector<LHCb::MCHit>' is registered in TS at address 'MC/Muon/Hits' SimMonitor DEBUG ==> Execute -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 7279 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 7997 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 7587 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 8365 ApplicationMgr INFO Application Manager Stopped successfully GaussGen DEBUG Delete BeamForInitialization GaussGen DEBUG ==> Finalize @@ -7618,57 +7620,61 @@ GetOTHits DEBUG Services to release : GiGa GiGaKine GetOTHits DEBUG Releasing service 'GiGa' GetOTHits DEBUG Releasing service 'GiGaKine' GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 5357.00 +-73.19 (100.00 +-0.00%) Rich2 = 4991.00 +-70.65 (100.00 +-0.00%) -GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 4104.00 +-64.06 ( 76.61 +-0.58%) Rich2 = 2314.00 +-48.10 ( 46.36 +-0.71%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 128.00 +-11.31 ( 2.39 +-0.21%) Rich2 = 113.00 +-10.63 ( 2.26 +-0.21%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 956.00 +-30.92 ( 17.85 +-0.52%) Rich2 = 1127.00 +-33.57 ( 22.58 +-0.59%) -GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 4.00 +- 2.00 ( 0.07 +-0.04%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 5267.00 +-72.57 (100.00 +-0.00%) Rich2 = 6209.00 +-78.80 (100.00 +-0.00%) +GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 3.00 +- 1.73 ( 0.05 +-0.03%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 3630.00 +-60.25 ( 68.92 +-0.64%) Rich2 = 2330.00 +-48.27 ( 37.53 +-0.61%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 147.00 +-12.12 ( 2.79 +-0.23%) Rich2 = 128.00 +-11.31 ( 2.06 +-0.18%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 1344.00 +-36.66 ( 25.52 +-0.60%) Rich2 = 1850.00 +-43.01 ( 29.80 +-0.58%) +GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 2.00 +- 1.41 ( 0.04 +-0.03%) Rich2 = 1.00 +- 1.00 ( 0.02 +-0.02%) +GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 5.00 +- 2.24 ( 0.09 +-0.04%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1355.00 +-36.81 ( 27.15 +-0.63%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 310.00 +-17.61 ( 5.79 +-0.32%) Rich2 = 340.00 +-18.44 ( 6.81 +-0.36%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 230.00 +-15.17 ( 4.29 +-0.28%) Rich2 = 283.00 +-16.82 ( 5.67 +-0.33%) +GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 3.00 +- 1.73 ( 0.05 +-0.03%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1805.00 +-42.49 ( 29.07 +-0.58%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 411.00 +-20.27 ( 7.80 +-0.37%) Rich2 = 662.00 +-25.73 ( 10.66 +-0.39%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 327.00 +-18.08 ( 6.21 +-0.33%) Rich2 = 492.00 +-22.18 ( 7.92 +-0.34%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 138.00 +-11.75 ( 2.58 +-0.22%) Rich2 = 110.00 +-10.49 ( 2.20 +-0.21%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 162.00 +-12.73 ( 3.08 +-0.24%) Rich2 = 286.00 +-16.91 ( 4.61 +-0.27%) GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.02 +-0.02%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 650.00 +-25.50 ( 12.13 +-0.45%) Rich1Gas = 3454.00 +-58.77 ( 64.48 +-0.65%) Rich2Gas = 2314.00 +-48.10 ( 46.36 +-0.71%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 562.00 +-23.71 ( 10.67 +-0.43%) Rich1Gas = 3068.00 +-55.39 ( 58.25 +-0.68%) Rich2Gas = 2330.00 +-48.27 ( 37.53 +-0.61%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : -GetRichHits INFO tile = 0 hits = 0.00 +- 0.00 / event +GetRichHits INFO tile = 0 hits = 4.00 +- 2.00 / event GetRichHits INFO tile = 1 hits = 3.00 +- 1.73 / event -GetRichHits INFO tile = 2 hits = 100.00 +-10.00 / event -GetRichHits INFO tile = 3 hits = 32.00 +- 5.66 / event -GetRichHits INFO tile = 4 hits = 133.00 +-11.53 / event -GetRichHits INFO tile = 5 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 6 hits = 52.00 +- 7.21 / event -GetRichHits INFO tile = 7 hits = 2.00 +- 1.41 / event -GetRichHits INFO tile = 8 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 9 hits = 0.00 +- 0.00 / event -GetRichHits INFO tile = 10 hits = 133.00 +-11.53 / event -GetRichHits INFO tile = 11 hits = 22.00 +- 4.69 / event -GetRichHits INFO tile = 12 hits = 167.00 +-12.92 / event +GetRichHits INFO tile = 2 hits = 103.00 +-10.15 / event +GetRichHits INFO tile = 3 hits = 26.00 +- 5.10 / event +GetRichHits INFO tile = 4 hits = 113.00 +-10.63 / event +GetRichHits INFO tile = 5 hits = 1.00 +- 1.00 / event +GetRichHits INFO tile = 6 hits = 17.00 +- 4.12 / event +GetRichHits INFO tile = 7 hits = 0.00 +- 0.00 / event +GetRichHits INFO tile = 8 hits = 11.00 +- 3.32 / event +GetRichHits INFO tile = 9 hits = 1.00 +- 1.00 / event +GetRichHits INFO tile = 10 hits = 98.00 +- 9.90 / event +GetRichHits INFO tile = 11 hits = 34.00 +- 5.83 / event +GetRichHits INFO tile = 12 hits = 120.00 +-10.95 / event GetRichHits INFO tile = 13 hits = 6.00 +- 2.45 / event -GetRichHits INFO tile = 14 hits = 24.00 +- 4.90 / event +GetRichHits INFO tile = 14 hits = 43.00 +- 6.56 / event GetRichHits INFO tile = 15 hits = 5.00 +- 2.24 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Aerogel = 679.00 +- 26.06 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 3590.00 +- 59.92 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 3751.00 +- 61.25 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 241.00 +- 15.52 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 2083.00 +- 45.64 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : AerogelFilter = 4.00 +- 2.00 / event -GetRichSegments INFO Av. # MCRichSegments : Aerogel = 152.00 +- 12.33 / event -GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 195.00 +- 13.96 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 389.00 +- 19.72 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 30.00 +- 5.48 / event -GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 26.00 +- 5.10 / event -GetRichSegments INFO Av. # MCRichSegments : AerogelFilter = 4.00 +- 2.00 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Aerogel = 585.00 +- 24.19 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 3183.00 +- 56.42 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 4227.00 +- 65.02 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 275.00 +- 16.58 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 3194.00 +- 56.52 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 3.00 +- 1.73 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : AerogelFilter = 5.00 +- 2.24 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich CO2 = 1.00 +- 1.00 / event +GetRichSegments INFO Av. # MCRichSegments : Aerogel = 136.00 +- 11.66 / event +GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 171.00 +- 13.08 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 401.00 +- 20.02 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 33.00 +- 5.74 / event +GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 30.00 +- 5.48 / event +GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 3.00 +- 1.73 / event +GetRichSegments INFO Av. # MCRichSegments : AerogelFilter = 5.00 +- 2.24 / event +GetRichSegments INFO Av. # MCRichSegments : Rich CO2 = 1.00 +- 1.00 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 RichHits DEBUG Finalize base class GaudiAlgorithm RichHits DEBUG Tools to release : @@ -7712,42 +7718,42 @@ MakeMainSim DEBUG Services to release : VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 4097+/-0 -VeloGaussMoni INFO | Number of PileUpMCHits/Event: 154+/-0 +VeloGaussMoni INFO | Number of MCHits/Event: 4099+/-0 +VeloGaussMoni INFO | Number of PileUpMCHits/Event: 170+/-0 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 1726 -TTHitMonitor INFO Mean beta * gamma: 2320.9 -TTHitMonitor INFO Most Probable deposited charge: 0.15495 -TTHitMonitor INFO Half Sample width 0.0540794 +TTHitMonitor INFO #hits per event: 1686 +TTHitMonitor INFO Mean beta * gamma: 1275.86 +TTHitMonitor INFO Most Probable deposited charge: 0.15765 +TTHitMonitor INFO Half Sample width 0.0554512 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 185 | 185 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1726 | 4005867 | 2320.9 | 10800. | 0.17531 | 1.5730e+05 | - | "numberHits" | 1 | 1726 | 1726.0 | 0.0000 | 1726.0 | 1726.0 | + | "DeltaRay" | 175 | 175 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1686 | 2151101 | 1275.9 | 6566.5 | 0.0070001 | 1.1135e+05 | + | "numberHits" | 1 | 1686 | 1686.0 | 0.0000 | 1686.0 | 1686.0 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 1047 -ITHitMonitor INFO Mean beta * gamma: 4433.81 -ITHitMonitor INFO Most Probable deposited charge: 0.122096 -ITHitMonitor INFO Half Sample width 0.0423048 +ITHitMonitor INFO #hits per event: 1268 +ITHitMonitor INFO Mean beta * gamma: 4364.78 +ITHitMonitor INFO Most Probable deposited charge: 0.12413 +ITHitMonitor INFO Half Sample width 0.0474332 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 26 | 26 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1047 | 4642194 | 4433.8 | 19125. | 0.21621 | 1.5730e+05 | - | "numberHits" | 1 | 1047 | 1047.0 | 0.0000 | 1047.0 | 1047.0 | + | "DeltaRay" | 73 | 73 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1268 | 5534539 | 4364.8 | 14657. | 0.19253 | 1.1135e+05 | + | "numberHits" | 1 | 1268 | 1268.0 | 0.0000 | 1268.0 | 1268.0 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 4096 -OTHitMonitor INFO Mean beta * gamma: 2071.64 -OTHitMonitor INFO Most Probable deposited charge: 0.195383 -OTHitMonitor INFO Half Sample width 0.0778978 +OTHitMonitor INFO #hits per event: 3969 +OTHitMonitor INFO Mean beta * gamma: 1124.96 +OTHitMonitor INFO Most Probable deposited charge: 0.197025 +OTHitMonitor INFO Half Sample width 0.0773735 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 269 | 269 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 4096 | 8485422 | 2071.6 | 7561.2 | 0.0042552 | 77726. | - | "numberHits" | 1 | 4096 | 4096.0 | 0.0000 | 4096.0 | 4096.0 | + | "DeltaRay" | 229 | 229 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 3969 | 4464947 | 1125.0 | 3642.4 | 0.0067047 | 29560. | + | "numberHits" | 1 | 3969 | 3969.0 | 0.0000 | 3969.0 | 3969.0 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -7756,14 +7762,14 @@ MuonHitChecker INFO ------------------------------------------------ MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 275.000 64.000 20.000 9.000 0.000 R1 -MuonHitChecker INFO 356.000 59.000 10.000 4.000 8.000 R2 -MuonHitChecker INFO 364.000 26.000 11.000 7.000 0.000 R3 -MuonHitChecker INFO 362.000 31.000 0.000 0.000 4.000 R4 +MuonHitChecker INFO 396.000 69.000 6.000 9.000 2.000 R1 +MuonHitChecker INFO 394.000 52.000 5.000 0.000 0.000 R2 +MuonHitChecker INFO 302.000 22.000 6.000 0.000 1.000 R3 +MuonHitChecker INFO 327.000 46.000 0.000 0.000 0.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 1357.000 180.000 41.000 20.000 12.000 allR +MuonHitChecker INFO 1419.000 189.000 17.000 9.000 3.000 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 SimMonitor DEBUG Finalize base class GaudiAlgorithm SimMonitor DEBUG Tools to release : @@ -7788,7 +7794,7 @@ MainEventGaussSim.Mai... DEBUG ==> Finalize the base class GaudiTool MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1186.172 | 1186.2 | 0.0000 | 1186.2 | 1186.2 | + | "Total Memory/MB" | 1 | 1184.856 | 1184.9 | 0.0000 | 1184.9 | 1184.9 | MainEventGaussSim.Mai... DEBUG Tools to release : MainEventGaussSim.Mai... DEBUG Services to release : Generation.BeamSpotSm... DEBUG ==> Finalize the base class GaudiTool @@ -7827,7 +7833,7 @@ GaussGen.GaussGenMemory DEBUG ==> Finalize the base class GaudiTool GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1186.172 | 1186.2 | 0.0000 | 1186.2 | 1186.2 | + | "Total Memory/MB" | 1 | 1184.856 | 1184.9 | 0.0000 | 1184.9 | 1184.9 | GaussGen.GaussGenMemory DEBUG Tools to release : GaussGen.GaussGenMemory DEBUG Services to release : ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- @@ -7847,40 +7853,40 @@ GaussGeo.MuonSDet DEBUG Services to release : GaussGeo.Hcal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 15.55721 | 15.557 | 0.0000 | 15.557 | 15.557 | - | "#hits" | 1 | 521 | 521.00 | 0.0000 | 521.00 | 521.00 | - | "#subhits" | 1 | 1324 | 1324.0 | 0.0000 | 1324.0 | 1324.0 | - | "#tslots" | 1 | 1785 | 1785.0 | 0.0000 | 1785.0 | 1785.0 | + | "#energy" | 1 | 22.76356 | 22.764 | 0.0000 | 22.764 | 22.764 | + | "#hits" | 1 | 526 | 526.00 | 0.0000 | 526.00 | 526.00 | + | "#subhits" | 1 | 1337 | 1337.0 | 0.0000 | 1337.0 | 1337.0 | + | "#tslots" | 1 | 1803 | 1803.0 | 0.0000 | 1803.0 | 1803.0 | GaussGeo.Hcal DEBUG Tools to release : GaussGeo.Hcal DEBUG Services to release : HistogramDataSvc GaussGeo.Hcal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Ecal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 207.9824 | 207.98 | 0.0000 | 207.98 | 207.98 | - | "#hits" | 1 | 3619 | 3619.0 | 0.0000 | 3619.0 | 3619.0 | - | "#subhits" | 1 | 11288 | 11288. | 0.0000 | 11288. | 11288. | - | "#tslots" | 1 | 13134 | 13134. | 0.0000 | 13134. | 13134. | + | "#energy" | 1 | 201.0057 | 201.01 | 0.0000 | 201.01 | 201.01 | + | "#hits" | 1 | 3467 | 3467.0 | 0.0000 | 3467.0 | 3467.0 | + | "#subhits" | 1 | 11149 | 11149. | 0.0000 | 11149. | 11149. | + | "#tslots" | 1 | 12653 | 12653. | 0.0000 | 12653. | 12653. | GaussGeo.Ecal DEBUG Tools to release : GaussGeo.Ecal DEBUG Services to release : HistogramDataSvc GaussGeo.Ecal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Prs DEBUG ==> Finalize the base class GaudiTool GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 10.98363 | 10.984 | 0.0000 | 10.984 | 10.984 | - | "#hits" | 1 | 1199 | 1199.0 | 0.0000 | 1199.0 | 1199.0 | - | "#subhits" | 1 | 1781 | 1781.0 | 0.0000 | 1781.0 | 1781.0 | - | "#tslots" | 1 | 10560 | 10560. | 0.0000 | 10560. | 10560. | + | "#energy" | 1 | 12.43222 | 12.432 | 0.0000 | 12.432 | 12.432 | + | "#hits" | 1 | 1197 | 1197.0 | 0.0000 | 1197.0 | 1197.0 | + | "#subhits" | 1 | 1864 | 1864.0 | 0.0000 | 1864.0 | 1864.0 | + | "#tslots" | 1 | 11061 | 11061. | 0.0000 | 11061. | 11061. | GaussGeo.Prs DEBUG Tools to release : GaussGeo.Prs DEBUG Services to release : HistogramDataSvc GaussGeo.Prs DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Spd DEBUG ==> Finalize the base class GaudiTool GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 4.425783 | 4.4258 | 0.0000 | 4.4258 | 4.4258 | - | "#hits" | 1 | 908 | 908.00 | 0.0000 | 908.00 | 908.00 | - | "#subhits" | 1 | 1225 | 1225.0 | 0.0000 | 1225.0 | 1225.0 | - | "#tslots" | 1 | 7249 | 7249.0 | 0.0000 | 7249.0 | 7249.0 | + | "#energy" | 1 | 4.340939 | 4.3409 | 0.0000 | 4.3409 | 4.3409 | + | "#hits" | 1 | 846 | 846.00 | 0.0000 | 846.00 | 846.00 | + | "#subhits" | 1 | 1168 | 1168.0 | 0.0000 | 1168.0 | 1168.0 | + | "#tslots" | 1 | 6912 | 6912.0 | 0.0000 | 6912.0 | 6912.0 | GaussGeo.Spd DEBUG Tools to release : GaussGeo.Spd DEBUG Services to release : HistogramDataSvc GaussGeo.Spd DEBUG Releasing service 'HistogramDataSvc' @@ -7959,90 +7965,90 @@ Generation.Inclusive.... DEBUG ==> Finalize the base class GaudiTool Generation.Inclusive.... DEBUG Tools to release : Generation.Inclusive.... DEBUG Services to release : TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 305440.000 | 310417.156 | 310417.156 310417.2 0.00 | 1 | 310.417 | -TimingAuditor.TIMER INFO GaussSequencer | 305430.031 | 310405.375 | 310405.375 310405.4 0.00 | 1 | 310.405 | -TimingAuditor.TIMER INFO Generator | 2590.000 | 2667.226 | 2667.226 2667.2 0.00 | 1 | 2.667 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 2590.000 | 2667.208 | 2667.208 2667.2 0.00 | 1 | 2.667 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.448 | 1.448 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO Generation | 2590.000 | 2662.994 | 2662.994 2663.0 0.00 | 1 | 2.663 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 2.700 | 2.700 2.7 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 2.632 | 2.632 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO Simulation | 302840.000 | 307738.094 | 307738.094 307738.1 0.00 | 1 | 307.738 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 302840.000 | 307738.062 | 307738.062 307738.1 0.00 | 1 | 307.738 | -TimingAuditor.TIMER INFO MainEventGaussSim | 10.000 | 3.025 | 3.025 3.0 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO MainSimulation | 302830.031 | 307734.969 | 307735.000 307735.0 0.00 | 1 | 307.735 | -TimingAuditor.TIMER INFO MakeMainSim | 302780.000 | 307681.750 | 307681.750 307681.8 0.00 | 1 | 307.682 | -TimingAuditor.TIMER INFO GenToSim | 42750.000 | 43596.793 | 43596.789 43596.8 0.00 | 1 | 43.597 | -TimingAuditor.TIMER INFO GiGaFlush | 259740.000 | 263798.406 | 263798.406 263798.4 0.00 | 1 | 263.798 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.040 | 0.040 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 30.000 | 31.828 | 31.828 31.8 0.00 | 1 | 0.032 | -TimingAuditor.TIMER INFO DetectorsHits | 260.000 | 254.387 | 254.387 254.4 0.00 | 1 | 0.254 | -TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 1.903 | 1.903 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetVeloHits | 10.000 | 6.765 | 6.765 6.8 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO GetTTHits | 10.000 | 8.755 | 8.755 8.8 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO GetITHits | 0.000 | 8.200 | 8.200 8.2 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO GetOTHits | 20.000 | 14.776 | 14.776 14.8 0.00 | 1 | 0.015 | -TimingAuditor.TIMER INFO RichHits | 190.000 | 187.007 | 187.007 187.0 0.00 | 1 | 0.187 | -TimingAuditor.TIMER INFO GetRichHits | 110.000 | 101.621 | 101.621 101.6 0.00 | 1 | 0.102 | -TimingAuditor.TIMER INFO GetRichPhotons | 20.000 | 27.257 | 27.257 27.3 0.00 | 1 | 0.027 | -TimingAuditor.TIMER INFO GetRichSegments | 30.000 | 29.866 | 29.866 29.9 0.00 | 1 | 0.030 | -TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 5.305 | 5.305 5.3 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.935 | 0.935 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 30.000 | 21.680 | 21.680 21.7 0.00 | 1 | 0.022 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 2.934 | 2.934 2.9 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 3.411 | 3.411 3.4 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetEcalHits | 10.000 | 6.238 | 6.238 6.2 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO GetHcalHits | 10.000 | 0.905 | 0.905 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 13.114 | 13.114 13.1 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO SimMonitor | 50.000 | 53.197 | 53.197 53.2 0.00 | 1 | 0.053 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.636 | 0.636 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 3.167 | 3.167 3.2 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 10.000 | 3.215 | 3.215 3.2 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO DetectorsMonitor | 40.000 | 46.029 | 46.029 46.0 0.00 | 1 | 0.046 | -TimingAuditor.TIMER INFO VeloGaussMoni | 10.000 | 15.271 | 15.271 15.3 0.00 | 1 | 0.015 | -TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 3.882 | 3.882 3.9 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 1.290 | 1.290 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO OTHitMonitor | 10.000 | 5.146 | 5.146 5.1 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 4.630 | 4.630 4.6 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO PrsMonitor | 10.000 | 4.762 | 4.762 4.8 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 5.563 | 5.563 5.6 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 1.166 | 1.166 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitChecker | 10.000 | 4.030 | 4.030 4.0 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO EVENT LOOP | 310520.000 | 320476.688 | 320476.656 320476.7 0.00 | 1 | 320.477 | +TimingAuditor.TIMER INFO GaussSequencer | 310520.000 | 320469.156 | 320469.156 320469.2 0.00 | 1 | 320.469 | +TimingAuditor.TIMER INFO Generator | 2530.000 | 2556.071 | 2556.071 2556.1 0.00 | 1 | 2.556 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 2530.000 | 2556.058 | 2556.058 2556.1 0.00 | 1 | 2.556 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.169 | 1.169 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Generation | 2530.000 | 2551.746 | 2551.746 2551.7 0.00 | 1 | 2.552 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 3.082 | 3.082 3.1 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 3.030 | 3.030 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO Simulation | 307990.031 | 317913.000 | 317913.000 317913.0 0.00 | 1 | 317.913 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 307990.031 | 317912.969 | 317912.969 317913.0 0.00 | 1 | 317.913 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 3.276 | 3.276 3.3 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO MainSimulation | 307990.031 | 317909.656 | 317909.656 317909.7 0.00 | 1 | 317.910 | +TimingAuditor.TIMER INFO MakeMainSim | 307950.031 | 317864.406 | 317864.438 317864.4 0.00 | 1 | 317.864 | +TimingAuditor.TIMER INFO GenToSim | 42690.000 | 44527.859 | 44527.859 44527.9 0.00 | 1 | 44.528 | +TimingAuditor.TIMER INFO GiGaFlush | 264960.000 | 273032.156 | 273032.156 273032.2 0.00 | 1 | 273.032 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.033 | 0.033 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 20.000 | 30.505 | 30.505 30.5 0.00 | 1 | 0.031 | +TimingAuditor.TIMER INFO DetectorsHits | 280.000 | 273.596 | 273.596 273.6 0.00 | 1 | 0.274 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 1.258 | 1.258 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetVeloHits | 20.000 | 6.790 | 6.790 6.8 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO GetTTHits | 0.000 | 8.425 | 8.425 8.4 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GetITHits | 10.000 | 7.365 | 7.365 7.4 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO GetOTHits | 10.000 | 14.542 | 14.542 14.5 0.00 | 1 | 0.015 | +TimingAuditor.TIMER INFO RichHits | 210.000 | 212.771 | 212.771 212.8 0.00 | 1 | 0.213 | +TimingAuditor.TIMER INFO GetRichHits | 110.000 | 114.232 | 114.232 114.2 0.00 | 1 | 0.114 | +TimingAuditor.TIMER INFO GetRichPhotons | 30.000 | 32.987 | 32.987 33.0 0.00 | 1 | 0.033 | +TimingAuditor.TIMER INFO GetRichSegments | 40.000 | 33.923 | 33.923 33.9 0.00 | 1 | 0.034 | +TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 4.700 | 4.700 4.7 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.806 | 0.806 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 30.000 | 25.788 | 25.788 25.8 0.00 | 1 | 0.026 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 2.420 | 2.420 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 2.701 | 2.701 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetEcalHits | 20.000 | 4.962 | 4.962 5.0 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.749 | 0.749 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 11.260 | 11.260 11.3 0.00 | 1 | 0.011 | +TimingAuditor.TIMER INFO SimMonitor | 40.000 | 45.193 | 45.193 45.2 0.00 | 1 | 0.045 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.445 | 0.445 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 2.616 | 2.616 2.6 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 10.000 | 2.675 | 2.675 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO DetectorsMonitor | 30.000 | 39.336 | 39.336 39.3 0.00 | 1 | 0.039 | +TimingAuditor.TIMER INFO VeloGaussMoni | 10.000 | 12.238 | 12.238 12.2 0.00 | 1 | 0.012 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 2.866 | 2.866 2.9 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 1.111 | 1.111 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO OTHitMonitor | 10.000 | 4.917 | 4.917 4.9 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 3.625 | 3.625 3.6 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 4.704 | 4.704 4.7 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO EcalMonitor | 10.000 | 5.265 | 5.265 5.3 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 1.108 | 1.108 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 3.260 | 3.260 3.3 0.00 | 1 | 0.003 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 10348 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 11474 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 260 [s] #= 1 -ChronoStatSvc INFO Time User : Tot= 389 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 265 [s] #= 1 +ChronoStatSvc INFO Time User : Tot= 392 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 1 | 13134 | 13134. | 0.0000 | 13134. | 13134. | -******Stat****** INFO "#Hcal MCHits" | 1 | 1785 | 1785.0 | 0.0000 | 1785.0 | 1785.0 | -******Stat****** INFO "#IT MCHits" | 1 | 1047 | 1047.0 | 0.0000 | 1047.0 | 1047.0 | -******Stat****** INFO "#MCParticles" | 1 | 7279 | 7279.0 | 0.0000 | 7279.0 | 7279.0 | -******Stat****** INFO "#MCRichOpPhoto | 1 | 10348 | 10348. | 0.0000 | 10348. | 10348. | -******Stat****** INFO "#MCRichSegment | 1 | 796 | 796.00 | 0.0000 | 796.00 | 796.00 | +******Stat****** INFO "#Ecal MCHits" | 1 | 12653 | 12653. | 0.0000 | 12653. | 12653. | +******Stat****** INFO "#Hcal MCHits" | 1 | 1803 | 1803.0 | 0.0000 | 1803.0 | 1803.0 | +******Stat****** INFO "#IT MCHits" | 1 | 1268 | 1268.0 | 0.0000 | 1268.0 | 1268.0 | +******Stat****** INFO "#MCParticles" | 1 | 7587 | 7587.0 | 0.0000 | 7587.0 | 7587.0 | +******Stat****** INFO "#MCRichOpPhoto | 1 | 11473 | 11473. | 0.0000 | 11473. | 11473. | +******Stat****** INFO "#MCRichSegment | 1 | 780 | 780.00 | 0.0000 | 780.00 | 780.00 | ******Stat****** INFO "#MCRichTracks" | 1 | 582 | 582.00 | 0.0000 | 582.00 | 582.00 | -******Stat****** INFO "#MCVertices" | 1 | 7997 | 7997.0 | 0.0000 | 7997.0 | 7997.0 | -******Stat****** INFO "#Muon MCHits" | 1 | 1610 | 1610.0 | 0.0000 | 1610.0 | 1610.0 | -******Stat****** INFO "#OT MCHits" | 1 | 4096 | 4096.0 | 0.0000 | 4096.0 | 4096.0 | -******Stat****** INFO "#Prs MCHits" | 1 | 10560 | 10560. | 0.0000 | 10560. | 10560. | -******Stat****** INFO "#Rich MCHits" | 1 | 10348 | 10348. | 0.0000 | 10348. | 10348. | -******Stat****** INFO "#Rich1 MCHits" | 1 | 5357 | 5357.0 | 0.0000 | 5357.0 | 5357.0 | -******Stat****** INFO "#Rich2 MCHits" | 1 | 4991 | 4991.0 | 0.0000 | 4991.0 | 4991.0 | -******Stat****** INFO "#Spd MCHits" | 1 | 7249 | 7249.0 | 0.0000 | 7249.0 | 7249.0 | -******Stat****** INFO "#TT MCHits" | 1 | 1726 | 1726.0 | 0.0000 | 1726.0 | 1726.0 | -******Stat****** INFO "#Velo MCHits" | 1 | 4097 | 4097.0 | 0.0000 | 4097.0 | 4097.0 | +******Stat****** INFO "#MCVertices" | 1 | 8365 | 8365.0 | 0.0000 | 8365.0 | 8365.0 | +******Stat****** INFO "#Muon MCHits" | 1 | 1637 | 1637.0 | 0.0000 | 1637.0 | 1637.0 | +******Stat****** INFO "#OT MCHits" | 1 | 3969 | 3969.0 | 0.0000 | 3969.0 | 3969.0 | +******Stat****** INFO "#Prs MCHits" | 1 | 11061 | 11061. | 0.0000 | 11061. | 11061. | +******Stat****** INFO "#Rich MCHits" | 1 | 11476 | 11476. | 0.0000 | 11476. | 11476. | +******Stat****** INFO "#Rich1 MCHits" | 1 | 5267 | 5267.0 | 0.0000 | 5267.0 | 5267.0 | +******Stat****** INFO "#Rich2 MCHits" | 1 | 6209 | 6209.0 | 0.0000 | 6209.0 | 6209.0 | +******Stat****** INFO "#Spd MCHits" | 1 | 6912 | 6912.0 | 0.0000 | 6912.0 | 6912.0 | +******Stat****** INFO "#TT MCHits" | 1 | 1686 | 1686.0 | 0.0000 | 1686.0 | 1686.0 | +******Stat****** INFO "#Velo MCHits" | 1 | 4099 | 4099.0 | 0.0000 | 4099.0 | 4099.0 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Sim/Gauss/tests/refs/testGauss-config-2015-epos-pAr.ref b/Sim/Gauss/tests/refs/testGauss-config-2015-epos-pAr.ref index 2f452c56abe2748b553d2e3513b68bd1515e8e4a..706f16029e954178917eebca020d67aeffbd6cd4 100644 --- a/Sim/Gauss/tests/refs/testGauss-config-2015-epos-pAr.ref +++ b/Sim/Gauss/tests/refs/testGauss-config-2015-epos-pAr.ref @@ -1,21 +1,21 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbCRMC/options/EPOS.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbCRMC/options/EPOS.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Test-pAr-Beam6500GeV-0GeV-md100-2015-fix1.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/OneFixedInteraction.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/OneFixedInteraction.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SMOG.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SMOG.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Test-pAr-Beam6500GeV-0GeV-md100-2015-fix1.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbCRMC/options/EPOS.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbCRMC/options/EPOS.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Test-pAr-Beam6500GeV-0GeV-md100-2015-fix1.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/OneFixedInteraction.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/OneFixedInteraction.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SMOG.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SMOG.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Test-pAr-Beam6500GeV-0GeV-md100-2015-fix1.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -75,19 +75,19 @@ RICH simulation now configured # \----- (End of User Gauss/Gauss) ------------------------------------------------------------------- # GaussTape.ItemList = ['/Event/Gen/Header#1', '/Event/MC/Header#1', '/Event/Gen/BeamParameters#1', '/Event/Gen/Collisions#1', '/Event/pSim/MCVertices#1', '/Event/pSim/MCParticles#1', '/Event/pSim/Velo/Hits#1', '/Event/pSim/PuVeto/Hits#1', '/Event/pSim/IT/Hits#1', '/Event/pSim/OT/Hits#1', '/Event/pSim/TT/Hits#1', '/Event/pSim/Muon/Hits#1', '/Event/pSim/Spd/Hits#1', '/Event/pSim/Prs/Hits#1', '/Event/pSim/Ecal/Hits#1', '/Event/pSim/Hcal/Hits#1', '/Event/pSim/Rich/Hits#1', '/Event/pSim/Rich/OpticalPhotons#1', '/Event/pSim/Rich/Tracks#1', '/Event/pSim/Rich/Segments#1', '/Event/Link/MC/Particles2MCRichTracks#1', '/Event/Link/MC/Rich/Hits2MCRichOpticalPhotons#1'] # GaussTape.OptItemList = ['/Event/Gen/HepMCEvents#1'] -# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20181113-3', 'SIMCOND': 'sim-20161124-1-vc-md100'} +# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20190206-3', 'SIMCOND': 'sim-20170721-1-vc-md100'} # WARNING: Latest unbound local tags on top of the latest global tags of 2016 data type(s) are added: {'DDDB': ['rich-20140220']} # WARNING: local tags in DDDB are ignored ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 02:14:29 2018 + Welcome to Gauss version v53r1-release + running on lbbuild11.cern.ch on Tue Feb 19 02:04:08 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' -ToolSvc.GitDDDB INFO using commit 'dddb-20181113-3' corresponding to be0330fb2a31b79da4c070bfa0c63e3f1f21c2d2 +ToolSvc.GitDDDB INFO using commit 'dddb-20190206-3' corresponding to 6ccfd930ebf64b2415358a84dd3ad48b8c4d83f7 ToolSvc.GitSIMCOND INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/SIMCOND.git' -ToolSvc.GitSIMCOND INFO using commit 'sim-20161124-1-vc-md100' corresponding to 7b54d919ab54f3a716e32ae2f90c9de6a8ec26e9 +ToolSvc.GitSIMCOND INFO using commit 'sim-20170721-1-vc-md100' corresponding to f9b3cf0aa6d9ee61d5ee0692f95e4584e52df268 DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml @@ -100,7 +100,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -186,7 +186,7 @@ GiGa INFO Used Tracking Action Object is GiGaTrackActionSe GiGa INFO Used Stepping Action Object is GiGaStepActionSequence/GiGa.StepSeq RootHistSvc INFO Writing ROOT histograms to: UndefinedROOTOutputFileName HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc -HistogramDataSvc INFO Added stream file:/cvmfs/lhcb.cern.ch/lib/lhcb/PARAM/ParamFiles/v8r27p1/data/gausscalo.root as GaussCalo +HistogramDataSvc INFO Added stream file:/workspace/build/PARAM/ParamFiles/v8r27p1/data/gausscalo.root as GaussCalo GiGa INFO Used Event Action Object is GiGaEventActionSequence/GiGa.EventSeq GiGa INFO Used Run Action Object is GiGaRunActionSequence/GiGa.RunSeq GaussGeo DEBUG Property update for OutputLevel : new value = 2 @@ -1674,7 +1674,7 @@ GaussGeo.Spd DEBUG Sens det shortened name GaussGeo.Spd -> Spd GaussGeo.Spd DEBUG SpdPrsSensDet::initialize() Names for G4VSensitiveDetector are: Path=/LHCb/Calo/ Name=Spd FullPathName=/LHCb/Calo/Spd GaussGeo.Spd DEBUG SpdPrsSensDet::initialize() Sensitive Detector is activated GaussGeo.Spd DEBUG The object of type 'DeCalorimeter*' has been retrieved from TS at address '/dd/Structure/LHCb/DownstreamRegion/Spd' -RFileCnv INFO opening Root file "/cvmfs/lhcb.cern.ch/lib/lhcb/PARAM/ParamFiles/v8r27p1/data/gausscalo.root" for reading +RFileCnv INFO opening Root file "/workspace/build/PARAM/ParamFiles/v8r27p1/data/gausscalo.root" for reading GaussGeo.Prs DEBUG Property update for OutputLevel : new value = 2 GaussGeo.Prs DEBUG Initialize base class GaudiCommon<AlgTool> GaussGeo.Prs DEBUG could not locate CounterSummarySvc, no counter summary will be made @@ -4825,7 +4825,7 @@ GeneratorSlotMainSeq DEBUG The tool 'ToolSvc.SequencerTimerTool' of type 'S GaussGen DEBUG Property update for OutputLevel : new value = 2 GaussGen DEBUG Initialize base class GaudiCommon<Algorithm> GaussGen DEBUG could not locate CounterSummarySvc, no counter summary will be made -GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 63 +GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 64 GaussGen DEBUG Property ['Name': Value] = 'CreateBeam':True GaussGen DEBUG Property ['Name': Value] = 'Luminosity':1.7700000e+18 GaussGen DEBUG Property ['Name': Value] = 'ZLuminousRegion':-13.130000 @@ -4845,6 +4845,7 @@ GaussGen DEBUG Property ['Name': Value] = 'BeamParameters':Gen GaussGen DEBUG Property ['Name': Value] = 'MCHeader':/Event/Gen/Header GaussGen DEBUG Property ['Name': Value] = 'RunNumber':1082 GaussGen DEBUG Property ['Name': Value] = 'FirstEventNumber':1 +GaussGen DEBUG Property ['Name': Value] = 'EvtCounter': GaussGen DEBUG Property ['Name': Value] = 'MinMemoryDelta':16 GaussGen DEBUG Property ['Name': Value] = 'MemoryPurgeLimit':-1 GaussGen DEBUG Property ['Name': Value] = 'Increment':100 @@ -5097,7 +5098,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 02:15:44 | | + | | P Y T H H III A A Now is 19 Feb 2019 at 02:05:04 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -5289,7 +5290,7 @@ Generation.MinimumBia... DEBUG Property ['Name': Value] = 'MonitorService':Mon Generation.MinimumBia... DEBUG Property ['Name': Value] = 'OutputLevel':2 Generation.MinimumBia... DEBUG Property ['Name': Value] = 'ExtraOutputs':[] Generation.MinimumBia... DEBUG Property ['Name': Value] = 'ExtraInputs':[] -Generation.MinimumBia...SUCCESS LbCRMC : Created temporary file /tmp/lbcrmc.Yukvhn for generator's parameters +Generation.MinimumBia...SUCCESS LbCRMC : Created temporary file /tmp/lbcrmc.FD9iBa for generator's parameters Generation.MinimumBia... DEBUG Releasing service 'RndmGenSvc' Generation.MinimumBia... DEBUG Property update for OutputLevel : new value = 2 Generation.MinimumBia... DEBUG Initialize base class GaudiCommon<AlgTool> @@ -6806,7 +6807,7 @@ Generation.MinimumBia...SUCCESS MC model: 0 (EPOS LHC) Generation.MinimumBia...SUCCESS Projectile id and momentum: 2212 (id), 6500 (GeV) Generation.MinimumBia...SUCCESS Target id and momentum: 1000180400 (id), -0 (GeV) Generation.MinimumBia...SUCCESS Nucleon-Nucleon center-of-mass energy: 110.45 (GeV) -Generation.MinimumBia...SUCCESS Configuration file: /tmp/lbcrmc.Yukvhn +Generation.MinimumBia...SUCCESS Configuration file: /tmp/lbcrmc.FD9iBa Generation.MinimumBia...SUCCESS _________________________________________________________________ Generation.MinimumBias DEBUG Registering tool ToolSvc.XmlCounterLogFile Generation.MinimumBia... DEBUG CRMCProduction::printRunningConditions called @@ -8506,6 +8507,7 @@ GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, all entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, all entries' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), first 'HistoSize' entries' GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, downscaled' desc = 'Virtual memory (kB), downscaled entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, downscaled' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), downscaled entries' +GaussGen DEBUG using internal counter for eventNumber GaussGen DEBUG using seeds [1082, 1, 2119103972, 0] GaussGen INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 2119103972, 0] GaussGen DEBUG GenInit:: The object of type 'LHCb::GenHeader' is registered in TS at address '/Event/Gen/Header' @@ -8523,7 +8525,7 @@ Generation DEBUG The object of type 'KeyedContainer<LHCb::GenColl GenMonitor DEBUG ==> Execute GenMonitorAlg DEBUG ==> Execute GenMonitorAlg DEBUG Monitor for CRMC -GenMonitorAlg DEBUG Event number 1 contains 61 particles +GenMonitorAlg DEBUG Event number 1 contains 59 particles Simulation DEBUG ==> Execute MainEventSeq DEBUG ==> Execute MainEventGaussSim DEBUG ==> Execute @@ -8888,32 +8890,32 @@ GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for Sens GaussGeo.Ecal DEBUG Initialize(): CollectionName='EcalHits' for SensDet='Ecal' GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for SensDet='Hcal' GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 -GaussGeo.Spd SUCCESS #Hits= 91 #SubHits= 103 #Slots= 613 Energy= 0.334[GeV] -GaussGeo.Prs SUCCESS #Hits= 137 #SubHits= 167 #Slots= 998 Energy= 0.767[GeV] -GaussGeo.Ecal SUCCESS #Hits= 553 #SubHits= 866 #Slots= 935 Energy= 9.77[GeV] -GaussGeo.Hcal SUCCESS #Hits= 53 #SubHits= 60 #Slots= 74 Energy= 0.81[GeV] +GaussGeo.Spd SUCCESS #Hits= 15 #SubHits= 25 #Slots= 148 Energy= 0.0957[GeV] +GaussGeo.Prs SUCCESS #Hits= 28 #SubHits= 35 #Slots= 204 Energy= 0.197[GeV] +GaussGeo.Ecal SUCCESS #Hits= 207 #SubHits= 238 #Slots= 308 Energy= 6.73[GeV] +GaussGeo.Hcal SUCCESS #Hits= 47 #SubHits= 54 #Slots= 78 Energy= 0.324[GeV] GiGaFlush DEBUG Dump G4 event object -GiGaFlush INFO GiGaUtil::DumpG4Event 0x20580760 ************************************************** +GiGaFlush INFO GiGaUtil::DumpG4Event 0x212315c0 ************************************************** GiGaUtil::DumpG4Event EventID : 0 GiGaUtil::DumpG4Event NumberOfPrimaryVertex : 1 - GiGaUtil::DumpG4Event #StoredTrajectories : 638 + GiGaUtil::DumpG4Event #StoredTrajectories : 95 GiGaUtil::DumpG4Event # of Hit Collections : 16 GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 0 - GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 188 - GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 257 - GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 237 - GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 82 - GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 280 - GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 155 - GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 1 + GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 65 + GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 21 + GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 7 + GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 62 + GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 51 + GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 32 + GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 0 GiGaUtil::DumpG4Event Collection: ID = 8 Name = 'CaloSPHits' SD = 'CaloSP' #Hits = 0 - GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 91 - GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 137 - GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 553 - GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 53 - GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 159 - GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 234 - GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 326 + GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 15 + GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 28 + GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 207 + GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 47 + GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 30 + GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 12 + GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 81 GiGaUtil::DumpG4Event GetDCofThisEvent : G4DCofThisEvent* points to NULL GiGaUtil::DumpG4Event IsAborted : 0 GiGaUtil::DumpG4Event GetUserInformation : G4VUserEventInformation* points to NULL @@ -8950,14 +8952,14 @@ GetMuonHits DEBUG ==> Execute GetMuonHits DEBUG GetTrackerHitsAlg:: The object of type 'ObjectVector<LHCb::MCHit>' is registered in TS at address 'MC/Muon/Hits' MainEventDataPacking DEBUG ==> Execute PackMCParticle DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Particles' -PackMCParticle DEBUG MC/Particles contains 717 MCParticles to convert. +PackMCParticle DEBUG MC/Particles contains 114 MCParticles to convert. PackMCParticle DEBUG PackMCParticle:: The object of type 'LHCb::PackedMCParticles' is registered in TS at address 'pSim/MCParticles' PackMCVertex DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Vertices' -PackMCVertex DEBUG MC/Vertices contains 932 MCVertices to convert. +PackMCVertex DEBUG MC/Vertices contains 120 MCVertices to convert. PackMCVertex DEBUG PackMCVertex:: The object of type 'LHCb::PackedMCVertices' is registered in TS at address 'pSim/MCVertices' SimMonitor DEBUG ==> Execute -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 717 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 932 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 114 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 120 ApplicationMgr INFO Application Manager Stopped successfully GaussGen DEBUG Delete BeamForInitialization GaussGen DEBUG ==> Finalize @@ -9000,21 +9002,21 @@ GenMonitorAlg DEBUG ==> Finalize GenMonitorAlg INFO ======================== Generators Statistics ==================== = = -= Number of particles generated: 61 += Number of particles generated: 59 = Number of events: 1 -= Mean multiplicity: 61 += Mean multiplicity: 59 = = -= Number of pseudo stable particles generated: 59 += Number of pseudo stable particles generated: 57 = Number of events: 1 -= Mean pseudo stable multiplicity: 59 += Mean pseudo stable multiplicity: 57 = = -= Number of charged stable particles generated: 18 += Number of charged stable particles generated: 22 = Number of events: 1 -= Mean charged stable multiplicity: 18 += Mean charged stable multiplicity: 22 = = -= Number of charged stable particles in LHCb eta 0 += Number of charged stable particles in LHCb eta 4 = Number of events: 1 -= Mean charged stable multiplicity in LHCb eta: 0 += Mean charged stable multiplicity in LHCb eta: 4 = = =================================================================== GenMonitorAlg SUCCESS Booked 21 Histogram(s) : 1D=19 2D=2 @@ -9101,26 +9103,26 @@ GetOTHits DEBUG Services to release : GiGa GiGaKine GetOTHits DEBUG Releasing service 'GiGa' GetOTHits DEBUG Releasing service 'GiGaKine' GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 319.00 +-17.86 (100.00 +-0.00%) Rich2 = 435.00 +-20.86 (100.00 +-0.00%) -GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.23 +-0.23%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 307.00 +-17.52 ( 96.24 +-1.07%) Rich2 = 178.00 +-13.34 ( 40.92 +-2.36%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 8.00 +- 2.83 ( 1.84 +-0.64%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 111.00 +-10.54 ( 25.52 +-2.09%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 69.00 +- 8.31 (100.00 +-0.00%) Rich2 = 83.00 +- 9.11 (100.00 +-0.00%) +GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 64.00 +- 8.00 ( 92.75 +-3.12%) Rich2 = 45.00 +- 6.71 ( 54.22 +-5.47%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.23 +-0.23%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 129.00 +-11.36 ( 29.66 +-2.19%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 12.00 +- 3.46 ( 3.76 +-1.07%) Rich2 = 25.00 +- 5.00 ( 5.75 +-1.12%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 8.00 +- 2.83 ( 2.51 +-0.88%) Rich2 = 17.00 +- 4.12 ( 3.91 +-0.93%) +GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 38.00 +- 6.16 ( 45.78 +-5.47%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 5.00 +- 2.24 ( 7.25 +-3.12%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 3.00 +- 1.73 ( 4.35 +-2.46%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 5.00 +- 2.24 ( 1.57 +-0.70%) Rich2 = 16.00 +- 4.00 ( 3.68 +-0.90%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 3.00 +- 1.73 ( 4.35 +-2.46%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 307.00 +-17.52 ( 96.24 +-1.07%) Rich2Gas = 178.00 +-13.34 ( 40.92 +-2.36%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 64.00 +- 8.00 ( 92.75 +-3.12%) Rich2Gas = 45.00 +- 6.71 ( 54.22 +-5.47%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : @@ -9140,14 +9142,10 @@ GetRichHits INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHits INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 319.00 +- 17.86 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 315.00 +- 17.75 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 8.00 +- 2.83 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 111.00 +- 10.54 / event -GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 14.00 +- 3.74 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 49.00 +- 7.00 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 2.00 +- 1.41 / event -GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 1.00 +- 1.00 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 69.00 +- 8.31 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 83.00 +- 9.11 / event +GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 3.00 +- 1.73 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 11.00 +- 3.32 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 RichHits DEBUG Finalize base class GaudiAlgorithm RichHits DEBUG Tools to release : @@ -9193,46 +9191,46 @@ PackMCVertex DEBUG Tools to release : PackMCVertex DEBUG Services to release : MCVeloHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 188 | 188.00 | 0.0000 | 188.00 | 188.00 | + | "# PackedData" | 1 | 65 | 65.000 | 0.0000 | 65.000 | 65.000 | MCPuVetoHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# PackedData" | 1 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | MCTTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 257 | 257.00 | 0.0000 | 257.00 | 257.00 | + | "# PackedData" | 1 | 21 | 21.000 | 0.0000 | 21.000 | 21.000 | MCITHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 234 | 234.00 | 0.0000 | 234.00 | 234.00 | + | "# PackedData" | 1 | 12 | 12.000 | 0.0000 | 12.000 | 12.000 | MCOTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 326 | 326.00 | 0.0000 | 326.00 | 326.00 | + | "# PackedData" | 1 | 81 | 81.000 | 0.0000 | 81.000 | 81.000 | MCMuonHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 159 | 159.00 | 0.0000 | 159.00 | 159.00 | + | "# PackedData" | 1 | 30 | 30.000 | 0.0000 | 30.000 | 30.000 | MCPrsHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 998 | 998.00 | 0.0000 | 998.00 | 998.00 | + | "# PackedData" | 1 | 204 | 204.00 | 0.0000 | 204.00 | 204.00 | MCSpdHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 613 | 613.00 | 0.0000 | 613.00 | 613.00 | + | "# PackedData" | 1 | 148 | 148.00 | 0.0000 | 148.00 | 148.00 | MCEcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 935 | 935.00 | 0.0000 | 935.00 | 935.00 | + | "# PackedData" | 1 | 308 | 308.00 | 0.0000 | 308.00 | 308.00 | MCHcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 74 | 74.000 | 0.0000 | 74.000 | 74.000 | + | "# PackedData" | 1 | 78 | 78.000 | 0.0000 | 78.000 | 78.000 | MCRichHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 754 | 754.00 | 0.0000 | 754.00 | 754.00 | + | "# PackedData" | 1 | 152 | 152.00 | 0.0000 | 152.00 | 152.00 | MCRichOpPhotPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 753 | 753.00 | 0.0000 | 753.00 | 753.00 | + | "# PackedData" | 1 | 152 | 152.00 | 0.0000 | 152.00 | 152.00 | MCRichSegmentPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 66 | 66.000 | 0.0000 | 66.000 | 66.000 | + | "# PackedData" | 1 | 14 | 14.000 | 0.0000 | 14.000 | 14.000 | MCRichTrackPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 60 | 60.000 | 0.0000 | 60.000 | 60.000 | + | "# PackedData" | 1 | 12 | 12.000 | 0.0000 | 12.000 | 12.000 | MainEventDataPacking DEBUG Finalize base class GaudiAlgorithm MainEventDataPacking DEBUG Tools to release : MainEventDataPacking DEBUG Services to release : @@ -9242,389 +9240,386 @@ MakeMainSim DEBUG Services to release : VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 188+/-0 +VeloGaussMoni INFO | Number of MCHits/Event: 65+/-0 VeloGaussMoni INFO | Number of PileUpMCHits/Event: 0+/-0 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 257 -TTHitMonitor INFO Mean beta * gamma: 916.408 -TTHitMonitor INFO Most Probable deposited charge: 0.190426 -TTHitMonitor INFO Half Sample width 0.112352 +TTHitMonitor INFO #hits per event: 21 +TTHitMonitor INFO Mean beta * gamma: 142.255 +TTHitMonitor INFO Most Probable deposited charge: 0.155465 +TTHitMonitor INFO Half Sample width 0.0298224 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 -TTHitMonitor SUCCESS Number of counters : 3 +TTHitMonitor SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 36 | 36 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 257 | 235516.8 | 916.41 | 2080.6 | 1.5646 | 10783. | - | "numberHits" | 1 | 257 | 257.00 | 0.0000 | 257.00 | 257.00 | + | "betaGamma" | 21 | 2987.348 | 142.25 | 473.47 | 17.068 | 2258.8 | + | "numberHits" | 1 | 21 | 21.000 | 0.0000 | 21.000 | 21.000 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 234 -ITHitMonitor INFO Mean beta * gamma: 9098.33 -ITHitMonitor INFO Most Probable deposited charge: 0.12612 -ITHitMonitor INFO Half Sample width 0.0540088 +ITHitMonitor INFO #hits per event: 12 +ITHitMonitor INFO Mean beta * gamma: 272.192 +ITHitMonitor INFO Most Probable deposited charge: 0.114493 +ITHitMonitor INFO Half Sample width 0.0164796 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 -ITHitMonitor SUCCESS Number of counters : 3 +ITHitMonitor SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 18 | 18 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 234 | 2129010 | 9098.3 | 24527. | 3.7356 | 94942. | - | "numberHits" | 1 | 234 | 234.00 | 0.0000 | 234.00 | 234.00 | + | "betaGamma" | 12 | 3266.309 | 272.19 | 0.0000 | 272.19 | 272.19 | + | "numberHits" | 1 | 12 | 12.000 | 0.0000 | 12.000 | 12.000 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 326 -OTHitMonitor INFO Mean beta * gamma: 1551.48 -OTHitMonitor INFO Most Probable deposited charge: 0.212982 -OTHitMonitor INFO Half Sample width 0.127121 +OTHitMonitor INFO #hits per event: 81 +OTHitMonitor INFO Mean beta * gamma: 1095.15 +OTHitMonitor INFO Most Probable deposited charge: 0.193025 +OTHitMonitor INFO Half Sample width 0.051206 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 -OTHitMonitor SUCCESS Number of counters : 3 +OTHitMonitor SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 13 | 13 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 326 | 505781 | 1551.5 | 5579.6 | 0.94246 | 36208. | - | "numberHits" | 1 | 326 | 326.00 | 0.0000 | 326.00 | 326.00 | + | "betaGamma" | 81 | 88706.81 | 1095.1 | 2446.4 | 0.53471 | 6690.2 | + | "numberHits" | 1 | 81 | 81.000 | 0.0000 | 81.000 | 81.000 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 -HcalMonitor SUCCESS Booked 13 Histogram(s) : 1D=13 +HcalMonitor SUCCESS Booked 16 Histogram(s) : 1D=16 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 75.000 6.000 0.000 0.000 0.000 R1 -MuonHitChecker INFO 34.000 0.000 0.000 0.000 0.000 R2 -MuonHitChecker INFO 33.000 0.000 0.000 0.000 0.000 R3 -MuonHitChecker INFO 11.000 0.000 0.000 0.000 0.000 R4 +MuonHitChecker INFO 2.000 1.000 0.000 0.000 0.000 R1 +MuonHitChecker INFO 2.000 0.000 0.000 0.000 0.000 R2 +MuonHitChecker INFO 2.000 0.000 0.000 0.000 0.000 R3 +MuonHitChecker INFO 23.000 0.000 0.000 0.000 0.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 153.000 6.000 0.000 0.000 0.000 allR +MuonHitChecker INFO 29.000 1.000 0.000 0.000 0.000 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 UnpackPuVetoHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# UnPackedData" | 1 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackVeloHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 188 | 188.00 | 0.0000 | 188.00 | 188.00 | + | "# UnPackedData" | 1 | 65 | 65.000 | 0.0000 | 65.000 | 65.000 | CheckVeloHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 188 |-3.412064e-06 |-1.8149e-08 | 2.7836e-07 | -4.9447e-07 | 4.9635e-07 | - | "Diff. - Displacement y" | 188 |9.163257e-06 | 4.8741e-08 | 2.9863e-07 | -4.9065e-07 | 4.9728e-07 | - | "Diff. - Displacement z" | 188 |3.921676e-06 | 2.0860e-08 | 2.7900e-07 | -4.9588e-07 | 4.9699e-07 | - | "Diff. - Energy" | 188 |-9.740046e-06 |-5.1809e-08 | 5.7905e-07 | -9.8766e-07 | 9.8497e-07 | - | "Diff. - Entry Point x" | 188 |-0.0002064787 |-1.0983e-06 | 2.7641e-05 | -4.9569e-05 | 4.9129e-05 | - | "Diff. - Entry Point y" | 188 |-0.0001119486 |-5.9547e-07 | 2.6963e-05 | -4.9264e-05 | 4.5159e-05 | - | "Diff. - Entry Point z" | 188 |0.0002967493 | 1.5785e-06 | 2.8065e-05 | -4.9910e-05 | 4.9761e-05 | - | "Diff. - Parent |P|" | 188 |-0.02692834 |-0.00014324 | 0.0028709 | -0.0049981 | 0.0049308 | - | "Diff. - TOF" | 188 |1.711496e-05 | 9.1037e-08 | 2.9026e-06 | -4.9215e-06 | 4.9617e-06 | - | "Original - Displacement x" | 188 | -1.889579 | -0.010051 | 0.079428 | -0.78319 | 0.20550 | - | "Original - Displacement y" | 188 | -0.3344868 | -0.0017792 | 0.053867 | -0.58825 | 0.21457 | - | "Original - Displacement z" | 188 | 53.90489 | 0.28673 | 0.050544 | 0.0096855 | 0.30025 | - | "Original - Energy" | 188 | 22.8559 | 0.12157 | 0.12647 | 0.0044297 | 1.3060 | - | "Original - Entry Point x" | 188 | 146.4102 | 0.77878 | 12.705 | -28.615 | 32.692 | - | "Original - Entry Point y" | 188 | 1047.978 | 5.5743 | 16.121 | -29.942 | 39.505 | - | "Original - Entry Point z" | 188 | 61316.21 | 326.15 | 224.91 | -10.935 | 750.98 | - | "Original - Parent |P|" | 188 | 756083.6 | 4021.7 | 3528.1 | 1.7677 | 14047. | - | "Original - TOF" | 188 | 205.973 | 1.0956 | 0.74466 | -0.024888 | 2.5104 | - | "Unpacked - Displacement x" | 188 | -1.889576 | -0.010051 | 0.079428 | -0.78319 | 0.20550 | - | "Unpacked - Displacement y" | 188 | -0.334496 | -0.0017792 | 0.053867 | -0.58825 | 0.21457 | - | "Unpacked - Displacement z" | 188 | 53.90488 | 0.28673 | 0.050544 | 0.0096850 | 0.30025 | - | "Unpacked - Energy" | 188 | 22.85591 | 0.12157 | 0.12647 | 0.0044300 | 1.3060 | - | "Unpacked - Entry Point x" | 188 | 146.4104 | 0.77878 | 12.705 | -28.615 | 32.691 | - | "Unpacked - Entry Point y" | 188 | 1047.978 | 5.5743 | 16.121 | -29.942 | 39.505 | - | "Unpacked - Entry Point z" | 188 | 61316.21 | 326.15 | 224.91 | -10.935 | 750.98 | - | "Unpacked - Parent |P|" | 188 | 756083.6 | 4021.7 | 3528.1 | 1.7700 | 14047. | - | "Unpacked - TOF" | 188 | 205.9729 | 1.0956 | 0.74465 | -0.024890 | 2.5104 | + | "Diff. - Displacement x" | 65 |1.927899e-06 | 2.9660e-08 | 2.8742e-07 | -4.7388e-07 | 4.9235e-07 | + | "Diff. - Displacement y" | 65 |8.599183e-07 | 1.3230e-08 | 2.7880e-07 | -4.9718e-07 | 4.8650e-07 | + | "Diff. - Displacement z" | 65 |-2.609585e-06 |-4.0147e-08 | 2.9395e-07 | -4.9548e-07 | 4.9317e-07 | + | "Diff. - Energy" | 65 |2.167438e-06 | 3.3345e-08 | 5.6987e-07 | -9.6856e-07 | 9.8763e-07 | + | "Diff. - Entry Point x" | 65 |0.0001199217 | 1.8449e-06 | 2.5930e-05 | -4.9636e-05 | 4.9577e-05 | + | "Diff. - Entry Point y" | 65 |2.335294e-05 | 3.5928e-07 | 2.8111e-05 | -4.9995e-05 | 4.9350e-05 | + | "Diff. - Entry Point z" | 65 |9.214619e-05 | 1.4176e-06 | 2.4603e-05 | -4.5482e-05 | 4.6691e-05 | + | "Diff. - Parent |P|" | 65 |-0.008507148 |-0.00013088 | 0.0024744 | -0.0045526 | 0.0049073 | + | "Diff. - TOF" | 65 |-1.489423e-05 |-2.2914e-07 | 2.8156e-06 | -4.7192e-06 | 4.7100e-06 | + | "Original - Displacement x" | 65 | 0.1598709 | 0.0024596 | 0.090800 | -0.33155 | 0.22142 | + | "Original - Displacement y" | 65 | -0.8543661 | -0.013144 | 0.092452 | -0.59324 | 0.21215 | + | "Original - Displacement z" | 65 | 18.24957 | 0.28076 | 0.055019 | 0.00080327 | 0.30056 | + | "Original - Energy" | 65 | 9.394336 | 0.14453 | 0.20858 | 0.020517 | 1.6428 | + | "Original - Entry Point x" | 65 | 149.6183 | 2.3018 | 12.246 | -30.367 | 34.777 | + | "Original - Entry Point y" | 65 | -329.7103 | -5.0725 | 20.106 | -41.037 | 43.447 | + | "Original - Entry Point z" | 65 | 29567.64 | 454.89 | 201.46 | 171.31 | 751.00 | + | "Original - Parent |P|" | 65 | 248928.6 | 3829.7 | 2602.3 | 2.7971 | 7522.1 | + | "Original - TOF" | 65 | 99.73589 | 1.5344 | 0.66215 | 0.58914 | 2.5109 | + | "Unpacked - Displacement x" | 65 | 0.159869 | 0.0024595 | 0.090800 | -0.33155 | 0.22142 | + | "Unpacked - Displacement y" | 65 | -0.854367 | -0.013144 | 0.092452 | -0.59324 | 0.21215 | + | "Unpacked - Displacement z" | 65 | 18.24957 | 0.28076 | 0.055019 | 0.00080300 | 0.30056 | + | "Unpacked - Energy" | 65 | 9.394334 | 0.14453 | 0.20858 | 0.020518 | 1.6428 | + | "Unpacked - Entry Point x" | 65 | 149.6182 | 2.3018 | 12.246 | -30.367 | 34.777 | + | "Unpacked - Entry Point y" | 65 | -329.7103 | -5.0725 | 20.106 | -41.037 | 43.447 | + | "Unpacked - Entry Point z" | 65 | 29567.64 | 454.89 | 201.46 | 171.31 | 751.00 | + | "Unpacked - Parent |P|" | 65 | 248928.6 | 3829.7 | 2602.3 | 2.8000 | 7522.1 | + | "Unpacked - TOF" | 65 | 99.7359 | 1.5344 | 0.66215 | 0.58914 | 2.5109 | UnpackTTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 257 | 257.00 | 0.0000 | 257.00 | 257.00 | + | "# UnPackedData" | 1 | 21 | 21.000 | 0.0000 | 21.000 | 21.000 | CheckTTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 257 |5.483877e-06 | 2.1338e-08 | 2.9438e-07 | -4.9400e-07 | 4.9888e-07 | - | "Diff. - Displacement y" | 257 |3.541327e-06 | 1.3779e-08 | 2.9049e-07 | -4.9977e-07 | 4.9341e-07 | - | "Diff. - Displacement z" | 257 |-1.283379e-06 |-4.9937e-09 | 1.4334e-07 | -4.7849e-07 | 4.7849e-07 | - | "Diff. - Energy" | 257 |5.698555e-06 | 2.2173e-08 | 5.8087e-07 | -9.9071e-07 | 9.9142e-07 | - | "Diff. - Entry Point x" | 257 |4.97983e-05 | 1.9377e-07 | 2.7618e-05 | -4.9994e-05 | 4.9930e-05 | - | "Diff. - Entry Point y" | 257 |-0.0002666119 |-1.0374e-06 | 2.8260e-05 | -4.9936e-05 | 4.9845e-05 | - | "Diff. - Entry Point z" | 257 |-9.602596e-05 |-3.7364e-07 | 1.0207e-05 | -4.9292e-05 | 4.7478e-05 | - | "Diff. - Parent |P|" | 257 |-0.01718871 |-6.6882e-05 | 0.0030557 | -0.0049938 | 0.0049534 | - | "Diff. - TOF" | 257 |-3.08185e-05 |-1.1992e-07 | 2.8310e-06 | -4.9591e-06 | 4.9643e-06 | - | "Original - Displacement x" | 257 | 67.01551 | 0.26076 | 2.0954 | -2.4020 | 32.025 | - | "Original - Displacement y" | 257 | -5.828967 | -0.022681 | 0.30501 | -2.7461 | 1.0504 | - | "Original - Displacement z" | 257 | 0.4876587 | 0.0018975 | 0.46084 | -0.50000 | 0.50000 | - | "Original - Energy" | 257 | 85.97312 | 0.33453 | 0.79747 | 5.8894e-05 | 12.250 | - | "Original - Entry Point x" | 257 | -5617.641 | -21.859 | 428.50 | -767.08 | 767.89 | - | "Original - Entry Point y" | 257 | 19344.16 | 75.269 | 224.14 | -593.90 | 635.39 | - | "Original - Entry Point z" | 257 | 646712.3 | 2516.4 | 132.48 | 2322.0 | 2648.0 | - | "Original - Parent |P|" | 257 | 171875.5 | 668.78 | 1889.3 | 1.4506 | 11453. | - | "Original - TOF" | 257 | 4407.125 | 17.148 | 9.3387 | 7.7490 | 49.530 | - | "Unpacked - Displacement x" | 257 | 67.01551 | 0.26076 | 2.0954 | -2.4020 | 32.025 | - | "Unpacked - Displacement y" | 257 | -5.828971 | -0.022681 | 0.30501 | -2.7461 | 1.0504 | - | "Unpacked - Displacement z" | 257 | 0.48766 | 0.0018975 | 0.46084 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 257 | 85.97311 | 0.33453 | 0.79747 | 5.8000e-05 | 12.250 | - | "Unpacked - Entry Point x" | 257 | -5617.641 | -21.859 | 428.50 | -767.08 | 767.89 | - | "Unpacked - Entry Point y" | 257 | 19344.16 | 75.269 | 224.14 | -593.90 | 635.39 | - | "Unpacked - Entry Point z" | 257 | 646712.3 | 2516.4 | 132.48 | 2322.0 | 2648.0 | - | "Unpacked - Parent |P|" | 257 | 171875.5 | 668.78 | 1889.3 | 1.4500 | 11453. | - | "Unpacked - TOF" | 257 | 4407.125 | 17.148 | 9.3387 | 7.7490 | 49.530 | + | "Diff. - Displacement x" | 21 |-1.552508e-06 |-7.3929e-08 | 3.0446e-07 | -4.8997e-07 | 4.6986e-07 | + | "Diff. - Displacement y" | 21 |-1.3618e-06 |-6.4848e-08 | 2.8735e-07 | -4.9370e-07 | 4.9355e-07 | + | "Diff. - Displacement z" | 21 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Energy" | 21 |3.811883e-06 | 1.8152e-07 | 5.9981e-07 | -9.2185e-07 | 9.7746e-07 | + | "Diff. - Entry Point x" | 21 |6.529152e-05 | 3.1091e-06 | 2.4856e-05 | -4.8587e-05 | 4.4134e-05 | + | "Diff. - Entry Point y" | 21 |-0.0002612751 |-1.2442e-05 | 1.7457e-05 | -4.8320e-05 | 1.6442e-05 | + | "Diff. - Entry Point z" | 21 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent |P|" | 21 |0.008336653 | 0.00039698 | 0.0032083 | -0.0045047 | 0.0049916 | + | "Diff. - TOF" | 21 |-7.368344e-06 |-3.5087e-07 | 2.8808e-06 | -4.6806e-06 | 4.5572e-06 | + | "Original - Displacement x" | 21 |-4.555251e-05 |-2.1692e-06 | 0.0093172 | -0.010725 | 0.021279 | + | "Original - Displacement y" | 21 | 0.1685366 | 0.0080256 | 0.043012 | -0.030176 | 0.079007 | + | "Original - Displacement z" | 21 | 10.5 | 0.50000 | 0.0000 | 0.50000 | 0.50000 | + | "Original - Energy" | 21 | 3.841432 | 0.18293 | 0.047403 | 0.13581 | 0.33426 | + | "Original - Entry Point x" | 21 | -1.788835 | -0.085183 | 34.501 | -50.553 | 44.082 | + | "Original - Entry Point y" | 21 | 776.161 | 36.960 | 202.99 | -154.37 | 393.14 | + | "Original - Entry Point z" | 21 | 52330.5 | 2491.9 | 137.55 | 2322.0 | 2647.5 | + | "Original - Parent |P|" | 21 | 102383 | 4875.4 | 2079.5 | 1107.9 | 7509.2 | + | "Original - TOF" | 21 | 175.3118 | 8.3482 | 0.46395 | 7.7567 | 8.9405 | + | "Unpacked - Displacement x" | 21 | -4.4e-05 |-2.0952e-06 | 0.0093171 | -0.010725 | 0.021279 | + | "Unpacked - Displacement y" | 21 | 0.168538 | 0.0080256 | 0.043012 | -0.030176 | 0.079007 | + | "Unpacked - Displacement z" | 21 | 10.5 | 0.50000 | 0.0000 | 0.50000 | 0.50000 | + | "Unpacked - Energy" | 21 | 3.841428 | 0.18293 | 0.047403 | 0.13581 | 0.33426 | + | "Unpacked - Entry Point x" | 21 | -1.7889 | -0.085186 | 34.501 | -50.553 | 44.082 | + | "Unpacked - Entry Point y" | 21 | 776.1613 | 36.960 | 202.99 | -154.37 | 393.14 | + | "Unpacked - Entry Point z" | 21 | 52330.5 | 2491.9 | 137.55 | 2322.0 | 2647.5 | + | "Unpacked - Parent |P|" | 21 | 102383 | 4875.4 | 2079.5 | 1107.9 | 7509.2 | + | "Unpacked - TOF" | 21 | 175.3118 | 8.3482 | 0.46395 | 7.7567 | 8.9405 | UnpackITHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 234 | 234.00 | 0.0000 | 234.00 | 234.00 | + | "# UnPackedData" | 1 | 12 | 12.000 | 0.0000 | 12.000 | 12.000 | CheckITHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 234 |-3.584198e-06 |-1.5317e-08 | 2.9308e-07 | -4.9742e-07 | 4.9745e-07 | - | "Diff. - Displacement y" | 234 |1.748423e-07 | 7.4719e-10 | 2.8274e-07 | -4.9753e-07 | 4.9660e-07 | - | "Diff. - Displacement z" | 234 |3.252697e-06 | 1.3900e-08 | 2.7895e-07 | -4.8866e-07 | 4.9970e-07 | - | "Diff. - Energy" | 234 |-1.282307e-05 |-5.4799e-08 | 5.8651e-07 | -9.8729e-07 | 9.9814e-07 | - | "Diff. - Entry Point x" | 234 |-0.0002535877 |-1.0837e-06 | 2.9762e-05 | -4.9640e-05 | 4.9670e-05 | - | "Diff. - Entry Point y" | 234 |-5.774906e-05 |-2.4679e-07 | 2.8253e-05 | -4.9360e-05 | 4.9618e-05 | - | "Diff. - Entry Point z" | 234 |-0.0004731862 |-2.0222e-06 | 2.8483e-05 | -4.9625e-05 | 4.8811e-05 | - | "Diff. - Parent |P|" | 234 |0.007274739 | 3.1089e-05 | 0.0030703 | -0.0049948 | 0.0049205 | - | "Diff. - TOF" | 234 |-5.185863e-06 |-2.2162e-08 | 2.7730e-06 | -4.9497e-06 | 4.9402e-06 | - | "Original - Displacement x" | 234 | -33.82633 | -0.14456 | 0.88514 | -11.824 | 1.0715 | - | "Original - Displacement y" | 234 | -2.765376 | -0.011818 | 0.31112 | -4.1443 | 1.3038 | - | "Original - Displacement z" | 234 | 55.4366 | 0.23691 | 0.29026 | -0.42473 | 0.41157 | - | "Original - Energy" | 234 | 49.24178 | 0.21043 | 0.39182 | 0.0033954 | 5.4521 | - | "Original - Entry Point x" | 234 | -7270.788 | -31.072 | 327.46 | -634.02 | 606.29 | - | "Original - Entry Point y" | 234 | 9325.73 | 39.854 | 70.172 | -183.69 | 199.72 | - | "Original - Entry Point z" | 234 | 1919140 | 8201.5 | 518.34 | 7667.9 | 9088.8 | - | "Original - Parent |P|" | 234 | 1441422 | 6159.9 | 11671. | 1.4403 | 40901. | - | "Original - TOF" | 234 | 6810.837 | 29.106 | 4.3437 | 25.584 | 63.404 | - | "Unpacked - Displacement x" | 234 | -33.82633 | -0.14456 | 0.88514 | -11.824 | 1.0715 | - | "Unpacked - Displacement y" | 234 | -2.765376 | -0.011818 | 0.31112 | -4.1443 | 1.3038 | - | "Unpacked - Displacement z" | 234 | 55.4366 | 0.23691 | 0.29026 | -0.42473 | 0.41157 | - | "Unpacked - Energy" | 234 | 49.24179 | 0.21043 | 0.39182 | 0.0033960 | 5.4521 | - | "Unpacked - Entry Point x" | 234 | -7270.788 | -31.072 | 327.46 | -634.02 | 606.29 | - | "Unpacked - Entry Point y" | 234 | 9325.73 | 39.854 | 70.172 | -183.69 | 199.72 | - | "Unpacked - Entry Point z" | 234 | 1919140 | 8201.5 | 518.34 | 7667.9 | 9088.8 | - | "Unpacked - Parent |P|" | 234 | 1441422 | 6159.9 | 11671. | 1.4400 | 40901. | - | "Unpacked - TOF" | 234 | 6810.837 | 29.106 | 4.3437 | 25.584 | 63.404 | + | "Diff. - Displacement x" | 12 |-1.345822e-07 |-1.1215e-08 | 3.1297e-07 | -4.7751e-07 | 4.9243e-07 | + | "Diff. - Displacement y" | 12 |-2.669022e-06 |-2.2242e-07 | 1.8102e-07 | -4.4992e-07 | 1.1691e-07 | + | "Diff. - Displacement z" | 12 |-3.060429e-06 |-2.5504e-07 | 4.6905e-08 | -3.4087e-07 | -1.7729e-07 | + | "Diff. - Energy" | 12 |1.275428e-06 | 1.0629e-07 | 4.6858e-07 | -7.9713e-07 | 8.1364e-07 | + | "Diff. - Entry Point x" | 12 |0.000150211 | 1.2518e-05 | 2.7327e-05 | -4.9252e-05 | 4.7018e-05 | + | "Diff. - Entry Point y" | 12 |-0.000123361 |-1.0280e-05 | 2.5667e-05 | -4.6943e-05 | 3.0021e-05 | + | "Diff. - Entry Point z" | 12 |-6.549419e-05 |-5.4578e-06 | 2.8480e-05 | -4.6797e-05 | 3.6744e-05 | + | "Diff. - Parent |P|" | 12 |-0.0001283936 |-1.0699e-05 | 0.0028652 | -0.0049651 | 0.0040788 | + | "Diff. - TOF" | 12 |1.751967e-06 | 1.4600e-07 | 2.9967e-06 | -4.9384e-06 | 4.4491e-06 | + | "Original - Displacement x" | 12 | 0.1763119 | 0.014693 | 0.00034831 | 0.014226 | 0.015084 | + | "Original - Displacement y" | 12 | 0.01029033 | 0.00085753 | 1.3025e-05 | 0.00083369 | 0.00087912 | + | "Original - Displacement z" | 12 | 4.917669 | 0.40981 | 4.7513e-08 | 0.40981 | 0.40981 | + | "Original - Energy" | 12 | 1.683267 | 0.14027 | 0.043826 | 0.11025 | 0.27312 | + | "Original - Entry Point x" | 12 | 1811.601 | 150.97 | 20.064 | 125.69 | 176.57 | + | "Original - Entry Point y" | 12 | 44.12188 | 3.6768 | 1.1655 | 2.1973 | 5.1534 | + | "Original - Entry Point z" | 12 | 100509.9 | 8375.8 | 558.39 | 7668.1 | 9084.6 | + | "Original - Parent |P|" | 12 | 455317.8 | 37943. | 2.1525 | 37940. | 37946. | + | "Original - TOF" | 12 | 335.342 | 27.945 | 1.8638 | 25.583 | 30.311 | + | "Unpacked - Displacement x" | 12 | 0.176312 | 0.014693 | 0.00034822 | 0.014226 | 0.015084 | + | "Unpacked - Displacement y" | 12 | 0.010293 | 0.00085775 | 1.2969e-05 | 0.00083400 | 0.00087900 | + | "Unpacked - Displacement z" | 12 | 4.917672 | 0.40981 | 6.0834e-09 | 0.40981 | 0.40981 | + | "Unpacked - Energy" | 12 | 1.683266 | 0.14027 | 0.043826 | 0.11025 | 0.27312 | + | "Unpacked - Entry Point x" | 12 | 1811.601 | 150.97 | 20.064 | 125.69 | 176.57 | + | "Unpacked - Entry Point y" | 12 | 44.122 | 3.6768 | 1.1654 | 2.1973 | 5.1534 | + | "Unpacked - Entry Point z" | 12 | 100509.9 | 8375.8 | 558.39 | 7668.1 | 9084.6 | + | "Unpacked - Parent |P|" | 12 | 455317.8 | 37943. | 2.1527 | 37940. | 37946. | + | "Unpacked - TOF" | 12 | 335.342 | 27.945 | 1.8638 | 25.583 | 30.311 | UnpackOTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 326 | 326.00 | 0.0000 | 326.00 | 326.00 | + | "# UnPackedData" | 1 | 81 | 81.000 | 0.0000 | 81.000 | 81.000 | CheckOTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 326 |-3.505042e-06 |-1.0752e-08 | 2.8771e-07 | -4.9548e-07 | 4.9767e-07 | - | "Diff. - Displacement y" | 326 |-4.484382e-06 |-1.3756e-08 | 2.9764e-07 | -4.9773e-07 | 4.9417e-07 | - | "Diff. - Displacement z" | 326 |-4.343229e-06 |-1.3323e-08 | 2.8837e-07 | -4.9148e-07 | 4.9992e-07 | - | "Diff. - Energy" | 326 |-3.402126e-06 |-1.0436e-08 | 5.7645e-07 | -9.8858e-07 | 9.9761e-07 | - | "Diff. - Entry Point x" | 326 |0.0002671124 | 8.1936e-07 | 2.7350e-05 | -4.9747e-05 | 4.9908e-05 | - | "Diff. - Entry Point y" | 326 |0.0003809371 | 1.1685e-06 | 2.9891e-05 | -4.9968e-05 | 4.9900e-05 | - | "Diff. - Entry Point z" | 326 |0.0002371862 | 7.2757e-07 | 3.0326e-05 | -4.9489e-05 | 4.9932e-05 | - | "Diff. - Parent |P|" | 326 |-0.05791701 |-0.00017766 | 0.0028152 | -0.0049980 | 0.0049970 | - | "Diff. - TOF" | 326 |4.675631e-05 | 1.4342e-07 | 2.9630e-06 | -4.9289e-06 | 4.9784e-06 | - | "Original - Displacement x" | 326 | -881.2933 | -2.7034 | 13.337 | -66.350 | 84.458 | - | "Original - Displacement y" | 326 | -446.5835 | -1.3699 | 6.7572 | -45.774 | 42.334 | - | "Original - Displacement z" | 326 | 839.5179 | 2.5752 | 9.4119 | -10.842 | 10.774 | - | "Original - Energy" | 326 | 101.9272 | 0.31266 | 0.21303 | 0.00011970 | 1.7210 | - | "Original - Entry Point x" | 326 | -111705.6 | -342.66 | 1146.3 | -2914.5 | 2961.3 | - | "Original - Entry Point y" | 326 | -19809.34 | -60.765 | 544.78 | -2030.9 | 2056.4 | - | "Original - Entry Point z" | 326 | 2779215 | 8525.2 | 532.16 | 7849.5 | 9409.7 | - | "Original - Parent |P|" | 326 | 361761 | 1109.7 | 2179.5 | 1.4265 | 11433. | - | "Original - TOF" | 326 | 11390.33 | 34.940 | 9.2461 | 26.241 | 73.908 | - | "Unpacked - Displacement x" | 326 | -881.2933 | -2.7034 | 13.337 | -66.350 | 84.458 | - | "Unpacked - Displacement y" | 326 | -446.5835 | -1.3699 | 6.7572 | -45.774 | 42.334 | - | "Unpacked - Displacement z" | 326 | 839.5179 | 2.5752 | 9.4119 | -10.842 | 10.774 | - | "Unpacked - Energy" | 326 | 101.9272 | 0.31266 | 0.21303 | 0.00012000 | 1.7210 | - | "Unpacked - Entry Point x" | 326 | -111705.6 | -342.66 | 1146.3 | -2914.5 | 2961.3 | - | "Unpacked - Entry Point y" | 326 | -19809.34 | -60.765 | 544.78 | -2030.9 | 2056.4 | - | "Unpacked - Entry Point z" | 326 | 2779215 | 8525.2 | 532.16 | 7849.5 | 9409.7 | - | "Unpacked - Parent |P|" | 326 | 361761.1 | 1109.7 | 2179.5 | 1.4300 | 11433. | - | "Unpacked - TOF" | 326 | 11390.33 | 34.940 | 9.2461 | 26.241 | 73.908 | + | "Diff. - Displacement x" | 81 |6.335627e-07 | 7.8218e-09 | 2.9955e-07 | -4.8884e-07 | 4.9988e-07 | + | "Diff. - Displacement y" | 81 |1.570842e-06 | 1.9393e-08 | 2.8555e-07 | -4.8638e-07 | 4.9324e-07 | + | "Diff. - Displacement z" | 81 |-1.309934e-06 |-1.6172e-08 | 2.9718e-07 | -4.9690e-07 | 4.9696e-07 | + | "Diff. - Energy" | 81 |-8.026419e-06 |-9.9092e-08 | 6.0269e-07 | -9.9336e-07 | 9.7732e-07 | + | "Diff. - Entry Point x" | 81 |4.614255e-05 | 5.6966e-07 | 2.7895e-05 | -4.9562e-05 | 4.9691e-05 | + | "Diff. - Entry Point y" | 81 |-4.577058e-06 |-5.6507e-08 | 2.8786e-05 | -4.8552e-05 | 4.8620e-05 | + | "Diff. - Entry Point z" | 81 |-0.0001191614 |-1.4711e-06 | 2.7321e-05 | -4.7184e-05 | 3.9591e-05 | + | "Diff. - Parent |P|" | 81 |-0.01800647 |-0.00022230 | 0.0028348 | -0.0049499 | 0.0049933 | + | "Diff. - TOF" | 81 |-2.054081e-05 |-2.5359e-07 | 3.2572e-06 | -4.8921e-06 | 4.9710e-06 | + | "Original - Displacement x" | 81 | -153.0183 | -1.8891 | 3.5022 | -6.6169 | 8.3429 | + | "Original - Displacement y" | 81 | -30.24775 | -0.37343 | 2.0685 | -5.7157 | 7.1977 | + | "Original - Displacement z" | 81 | 474.3073 | 5.8556 | 8.6174 | -10.751 | 10.736 | + | "Original - Energy" | 81 | 31.18504 | 0.38500 | 0.49547 | 0.032268 | 2.7831 | + | "Original - Entry Point x" | 81 | -80960.61 | -999.51 | 1204.2 | -2898.7 | 1003.2 | + | "Original - Entry Point y" | 81 | 29092.04 | 359.16 | 871.39 | -1714.5 | 1963.4 | + | "Original - Entry Point z" | 81 | 702480.3 | 8672.6 | 547.14 | 7853.8 | 9414.6 | + | "Original - Parent |P|" | 81 | 265048.8 | 3272.2 | 2535.9 | 1.4774 | 7503.6 | + | "Original - TOF" | 81 | 2941.07 | 36.310 | 15.346 | 26.307 | 80.628 | + | "Unpacked - Displacement x" | 81 | -153.0183 | -1.8891 | 3.5022 | -6.6168 | 8.3429 | + | "Unpacked - Displacement y" | 81 | -30.24776 | -0.37343 | 2.0685 | -5.7157 | 7.1977 | + | "Unpacked - Displacement z" | 81 | 474.3073 | 5.8556 | 8.6174 | -10.751 | 10.736 | + | "Unpacked - Energy" | 81 | 31.18504 | 0.38500 | 0.49547 | 0.032268 | 2.7831 | + | "Unpacked - Entry Point x" | 81 | -80960.61 | -999.51 | 1204.2 | -2898.7 | 1003.2 | + | "Unpacked - Entry Point y" | 81 | 29092.04 | 359.16 | 871.39 | -1714.5 | 1963.4 | + | "Unpacked - Entry Point z" | 81 | 702480.3 | 8672.6 | 547.14 | 7853.8 | 9414.6 | + | "Unpacked - Parent |P|" | 81 | 265048.8 | 3272.2 | 2535.9 | 1.4800 | 7503.6 | + | "Unpacked - TOF" | 81 | 2941.07 | 36.310 | 15.346 | 26.307 | 80.628 | UnpackRichHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 754 | 754.00 | 0.0000 | 754.00 | 754.00 | + | "# UnPackedData" | 1 | 152 | 152.00 | 0.0000 | 152.00 | 152.00 | UnpackRichOpPhot SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 753 | 753.00 | 0.0000 | 753.00 | 753.00 | + | "# UnPackedData" | 1 | 152 | 152.00 | 0.0000 | 152.00 | 152.00 | UnpackRichSegments SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 66 | 66.000 | 0.0000 | 66.000 | 66.000 | + | "# UnPackedData" | 1 | 14 | 14.000 | 0.0000 | 14.000 | 14.000 | UnpackRichTracks SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 60 | 60.000 | 0.0000 | 60.000 | 60.000 | + | "# UnPackedData" | 1 | 12 | 12.000 | 0.0000 | 12.000 | 12.000 | CheckRichHits SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 754 |-0.001563098 |-2.0731e-06 | 5.6887e-05 | -0.0015631 | -6.9389e-18 | - | "Diff. - Entry Point x" | 754 |0.0009123072 | 1.2100e-06 | 2.8420e-05 | -4.9735e-05 | 4.9992e-05 | - | "Diff. - Entry Point y" | 754 |-0.0003253005 |-4.3143e-07 | 2.8904e-05 | -4.9785e-05 | 4.9643e-05 | - | "Diff. - Entry Point z" | 754 |-0.00150047 |-1.9900e-06 | 2.9792e-05 | -4.9812e-05 | 4.9998e-05 | - | "Diff. - TOF" | 754 |8.577805e-05 | 1.1376e-07 | 2.8500e-06 | -4.9958e-06 | 4.9704e-06 | - | "Original - Energy" | 754 | 41.50844 | 0.055051 | 0.96183 | 0.020000 | 26.448 | - | "Original - Entry Point x" | 754 | 497533.2 | 659.86 | 2963.4 | -4149.9 | 4150.2 | - | "Original - Entry Point y" | 754 | 211329.9 | 280.28 | 781.43 | -1319.3 | 1316.9 | - | "Original - Entry Point z" | 754 | 5228757 | 6934.7 | 4544.9 | 1469.2 | 11093. | - | "Original - TOF" | 754 | 26616.09 | 35.300 | 20.961 | 11.688 | 92.654 | - | "Unpacked - Energy" | 754 | 41.51 | 0.055053 | 0.96189 | 0.020000 | 26.450 | - | "Unpacked - Entry Point x" | 754 | 497533.2 | 659.86 | 2963.4 | -4149.9 | 4150.2 | - | "Unpacked - Entry Point y" | 754 | 211329.9 | 280.28 | 781.43 | -1319.3 | 1316.9 | - | "Unpacked - Entry Point z" | 754 | 5228757 | 6934.7 | 4544.9 | 1469.2 | 11093. | - | "Unpacked - TOF" | 754 | 26616.09 | 35.300 | 20.961 | 11.688 | 92.654 | + | "Diff. - Energy" | 152 |-1.054712e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 152 |-0.0003372714 |-2.2189e-06 | 2.8912e-05 | -4.9709e-05 | 4.9135e-05 | + | "Diff. - Entry Point y" | 152 |-6.116473e-06 |-4.0240e-08 | 2.7585e-05 | -4.8312e-05 | 4.9956e-05 | + | "Diff. - Entry Point z" | 152 |-0.0005334675 |-3.5097e-06 | 2.8613e-05 | -4.9824e-05 | 4.9208e-05 | + | "Diff. - TOF" | 152 |-7.583736e-06 |-4.9893e-08 | 2.8505e-06 | -4.9508e-06 | 4.8792e-06 | + | "Original - Energy" | 152 | 3.04 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 152 | 77280.59 | 508.42 | 2904.4 | -4150.5 | 4147.5 | + | "Original - Entry Point y" | 152 | -70128.9 | -461.37 | 735.86 | -1282.9 | 1319.5 | + | "Original - Entry Point z" | 152 | 1010120 | 6645.5 | 4593.0 | 1469.5 | 11091. | + | "Original - TOF" | 152 | 5824.787 | 38.321 | 25.956 | 11.743 | 114.95 | + | "Unpacked - Energy" | 152 | 3.04 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 152 | 77280.59 | 508.42 | 2904.4 | -4150.5 | 4147.5 | + | "Unpacked - Entry Point y" | 152 | -70128.9 | -461.37 | 735.86 | -1282.9 | 1319.5 | + | "Unpacked - Entry Point z" | 152 | 1010120 | 6645.5 | 4593.0 | 1469.5 | 11091. | + | "Unpacked - TOF" | 152 | 5824.787 | 38.321 | 25.956 | 11.743 | 114.95 | CheckRichOpPhot SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 753 |-0.000587071 |-7.7964e-07 | 2.8682e-05 | -4.9907e-05 | 4.9916e-05 | - | "Diff. - Emission Point y" | 753 |-0.00117651 |-1.5624e-06 | 2.9166e-05 | -4.9990e-05 | 4.9973e-05 | - | "Diff. - Emission Point z" | 753 |-0.0002201713 |-2.9239e-07 | 2.9141e-05 | -4.9933e-05 | 4.9756e-05 | - | "Diff. - Energy" | 753 |-4.206413e-12 |-5.5862e-15 | 5.6328e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 753 |0.0001444652 | 1.9185e-07 | 2.9222e-05 | -4.9792e-05 | 4.9737e-05 | - | "Diff. - HPD In. Point y" | 753 |-0.0001816254 |-2.4120e-07 | 2.8811e-05 | -4.9838e-05 | 4.9730e-05 | - | "Diff. - HPD In. Point z" | 753 |-0.001812379 |-2.4069e-06 | 2.8027e-05 | -4.9884e-05 | 4.9911e-05 | - | "Diff. - HPD QW Point x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 753 | 2304.695 | 3.0607 | 1.8320 | 0.0083935 | 6.2774 | - | "Original - Cherenkov Theta" | 753 | 281.6639 | 0.37406 | 0.58932 | 0.020046 | 2.8095 | - | "Original - Emission Point x" | 753 | 512067 | 680.04 | 1569.1 | -3528.6 | 3992.9 | - | "Original - Emission Point y" | 753 | 55396.51 | 73.568 | 177.64 | -967.05 | 1029.9 | - | "Original - Emission Point z" | 753 | 5068899 | 6731.6 | 4540.8 | 1003.3 | 11535. | - | "Original - Energy" | 753 |0.003220809 | 4.2773e-06 | 1.0904e-06 | 1.7675e-06 | 6.7610e-06 | - | "Original - HPD In. Point x" | 753 | 480447.7 | 638.04 | 2893.5 | -4068.8 | 4073.8 | - | "Original - HPD In. Point y" | 753 | 198828 | 264.05 | 727.36 | -1213.3 | 1223.7 | - | "Original - HPD In. Point z" | 753 | 5181577 | 6881.2 | 4548.6 | 1421.4 | 11069. | - | "Original - HPD QW Point x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 753 | 2304.695 | 3.0607 | 1.8320 | 0.0083935 | 6.2774 | - | "Unpacked - Cherenkov Theta" | 753 | 281.6639 | 0.37406 | 0.58932 | 0.020046 | 2.8095 | - | "Unpacked - Emission Point x" | 753 | 512067 | 680.04 | 1569.1 | -3528.6 | 3992.9 | - | "Unpacked - Emission Point y" | 753 | 55396.51 | 73.568 | 177.64 | -967.05 | 1029.9 | - | "Unpacked - Emission Point z" | 753 | 5068899 | 6731.6 | 4540.8 | 1003.3 | 11535. | - | "Unpacked - Energy" | 753 |0.003220809 | 4.2773e-06 | 1.0904e-06 | 1.7675e-06 | 6.7610e-06 | - | "Unpacked - HPD In. Point x" | 753 | 480447.7 | 638.04 | 2893.5 | -4068.8 | 4073.8 | - | "Unpacked - HPD In. Point y" | 753 | 198828 | 264.05 | 727.36 | -1213.3 | 1223.7 | - | "Unpacked - HPD In. Point z" | 753 | 5181577 | 6881.2 | 4548.6 | 1421.4 | 11069. | - | "Unpacked - HPD QW Point x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 753 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 152 |0.0004965489 | 3.2668e-06 | 2.9175e-05 | -4.9755e-05 | 4.9224e-05 | + | "Diff. - Emission Point y" | 152 |3.50309e-05 | 2.3047e-07 | 3.0173e-05 | -4.9786e-05 | 4.9557e-05 | + | "Diff. - Emission Point z" | 152 |-0.0005914392 |-3.8910e-06 | 2.9868e-05 | -4.9763e-05 | 4.9557e-05 | + | "Diff. - Energy" | 152 |-6.059508e-11 |-3.9865e-13 | 5.8608e-12 | -1.0004e-11 | 9.5497e-12 | + | "Diff. - HPD In. Point x" | 152 |-0.0001420786 |-9.3473e-07 | 2.8380e-05 | -4.8543e-05 | 4.9779e-05 | + | "Diff. - HPD In. Point y" | 152 |-0.0003531551 |-2.3234e-06 | 2.9167e-05 | -4.9894e-05 | 4.9156e-05 | + | "Diff. - HPD In. Point z" | 152 |5.321585e-06 | 3.5010e-08 | 2.9303e-05 | -4.9769e-05 | 4.9689e-05 | + | "Diff. - HPD QW Point x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 152 | 437.542 | 2.8786 | 1.7553 | 0.0011896 | 6.2810 | + | "Original - Cherenkov Theta" | 152 | 59.74884 | 0.39308 | 0.73079 | 0.023064 | 2.5729 | + | "Original - Emission Point x" | 152 | -13373.74 | -87.985 | 634.06 | -2400.0 | 1422.2 | + | "Original - Emission Point y" | 152 | -6528.16 | -42.948 | 294.67 | -1030.9 | 1095.1 | + | "Original - Emission Point z" | 152 | 971210.5 | 6389.5 | 4474.9 | 992.51 | 11407. | + | "Original - Energy" | 152 |0.000645803 | 4.2487e-06 | 1.0330e-06 | 1.8400e-06 | 6.2246e-06 | + | "Original - HPD In. Point x" | 152 | 75627.39 | 497.55 | 2838.2 | -4068.9 | 4059.6 | + | "Original - HPD In. Point y" | 152 | -64550.4 | -424.67 | 684.77 | -1188.0 | 1230.2 | + | "Original - HPD In. Point z" | 152 | 1002724 | 6596.9 | 4589.6 | 1429.2 | 11059. | + | "Original - HPD QW Point x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 152 | 437.542 | 2.8786 | 1.7553 | 0.0011896 | 6.2810 | + | "Unpacked - Cherenkov Theta" | 152 | 59.74884 | 0.39308 | 0.73079 | 0.023064 | 2.5729 | + | "Unpacked - Emission Point x" | 152 | -13373.74 | -87.985 | 634.06 | -2400.0 | 1422.2 | + | "Unpacked - Emission Point y" | 152 | -6528.16 | -42.948 | 294.67 | -1030.9 | 1095.1 | + | "Unpacked - Emission Point z" | 152 | 971210.5 | 6389.5 | 4474.9 | 992.51 | 11407. | + | "Unpacked - Energy" | 152 |0.000645803 | 4.2487e-06 | 1.0330e-06 | 1.8400e-06 | 6.2246e-06 | + | "Unpacked - HPD In. Point x" | 152 | 75627.39 | 497.55 | 2838.2 | -4068.9 | 4059.6 | + | "Unpacked - HPD In. Point y" | 152 | -64550.4 | -424.67 | 684.77 | -1188.0 | 1230.2 | + | "Unpacked - HPD In. Point z" | 152 | 1002724 | 6596.9 | 4589.6 | 1429.2 | 11059. | + | "Unpacked - HPD QW Point x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 152 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegments SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 66 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 613 | 613.00 | 0.0000 | 613.00 | 613.00 | + | "# UnPackedData" | 1 | 148 | 148.00 | 0.0000 | 148.00 | 148.00 | CheckSpdHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 613 |0.0002714474 | 4.4282e-07 | 2.9392e-05 | -4.9802e-05 | 4.9934e-05 | - | "Diff. - TOF" | 613 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 613 | 334.4699 | 0.54563 | 2.0658 | 1.1536e-05 | 41.672 | - | "Original - TOF" | 613 | 932 | 1.5204 | 1.6997 | -1.0000 | 4.0000 | - | "Unpacked - Energy" | 613 | 334.4696 | 0.54563 | 2.0658 | 0.0000 | 41.672 | - | "Unpacked - TOF" | 613 | 932 | 1.5204 | 1.6997 | -1.0000 | 4.0000 | + | "Diff. - Energy" | 148 |-0.0003193298 |-2.1576e-06 | 2.8963e-05 | -4.9743e-05 | 4.9902e-05 | + | "Diff. - TOF" | 148 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 148 | 95.65958 | 0.64635 | 1.7216 | 0.00010751 | 16.585 | + | "Original - TOF" | 148 | 227 | 1.5338 | 1.6942 | -1.0000 | 4.0000 | + | "Unpacked - Energy" | 148 | 95.6599 | 0.64635 | 1.7216 | 0.00010000 | 16.585 | + | "Unpacked - TOF" | 148 | 227 | 1.5338 | 1.6942 | -1.0000 | 4.0000 | UnpackPrsHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 998 | 998.00 | 0.0000 | 998.00 | 998.00 | + | "# UnPackedData" | 1 | 204 | 204.00 | 0.0000 | 204.00 | 204.00 | CheckPrsHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 998 |0.0001150593 | 1.1529e-07 | 2.8727e-05 | -4.9986e-05 | 4.9744e-05 | - | "Diff. - TOF" | 998 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 998 | 767.0055 | 0.76854 | 2.7877 | 3.4681e-06 | 40.043 | - | "Original - TOF" | 998 | 1513 | 1.5160 | 1.7056 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 998 | 767.0054 | 0.76854 | 2.7877 | 0.0000 | 40.043 | - | "Unpacked - TOF" | 998 | 1513 | 1.5160 | 1.7056 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 204 |0.0005385385 | 2.6399e-06 | 2.8611e-05 | -4.9608e-05 | 4.9191e-05 | + | "Diff. - TOF" | 204 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 204 | 197.2279 | 0.96680 | 2.8349 | 2.2028e-06 | 24.538 | + | "Original - TOF" | 204 | 321 | 1.5735 | 1.6773 | -1.0000 | 4.0000 | + | "Unpacked - Energy" | 204 | 197.2274 | 0.96680 | 2.8349 | 0.0000 | 24.538 | + | "Unpacked - TOF" | 204 | 321 | 1.5735 | 1.6773 | -1.0000 | 4.0000 | UnpackEcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 935 | 935.00 | 0.0000 | 935.00 | 935.00 | + | "# UnPackedData" | 1 | 308 | 308.00 | 0.0000 | 308.00 | 308.00 | CheckEcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 935 |0.0007076559 | 7.5685e-07 | 2.9031e-05 | -4.9944e-05 | 4.9801e-05 | - | "Diff. - TOF" | 935 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 935 | 9769.174 | 10.448 | 48.525 | 0.00034838 | 1024.0 | - | "Original - TOF" | 935 | 70 | 0.074866 | 0.26318 | 0.0000 | 1.0000 | - | "Unpacked - Energy" | 935 | 9769.173 | 10.448 | 48.525 | 0.00030000 | 1024.0 | - | "Unpacked - TOF" | 935 | 70 | 0.074866 | 0.26318 | 0.0000 | 1.0000 | + | "Diff. - Energy" | 308 |-0.000307091 |-9.9705e-07 | 2.8382e-05 | -4.9878e-05 | 4.9641e-05 | + | "Diff. - TOF" | 308 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 308 | 6731.009 | 21.854 | 125.47 | 0.00054195 | 1855.5 | + | "Original - TOF" | 308 | 88 | 0.28571 | 0.50599 | 0.0000 | 2.0000 | + | "Unpacked - Energy" | 308 | 6731.009 | 21.854 | 125.47 | 0.00050000 | 1855.5 | + | "Unpacked - TOF" | 308 | 88 | 0.28571 | 0.50599 | 0.0000 | 2.0000 | UnpackHcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 74 | 74.000 | 0.0000 | 74.000 | 74.000 | + | "# UnPackedData" | 1 | 78 | 78.000 | 0.0000 | 78.000 | 78.000 | CheckHcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 74 |0.0002759852 | 3.7295e-06 | 3.0071e-05 | -4.9933e-05 | 4.9505e-05 | - | "Diff. - TOF" | 74 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 74 | 809.6129 | 10.941 | 34.237 | 0.0022327 | 275.46 | - | "Original - TOF" | 74 | 8 | 0.10811 | 0.42131 | -1.0000 | 1.0000 | - | "Unpacked - Energy" | 74 | 809.6126 | 10.941 | 34.237 | 0.0022000 | 275.46 | - | "Unpacked - TOF" | 74 | 8 | 0.10811 | 0.42131 | -1.0000 | 1.0000 | + | "Diff. - Energy" | 78 |0.000190188 | 2.4383e-06 | 3.1529e-05 | -4.9798e-05 | 4.9200e-05 | + | "Diff. - TOF" | 78 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 78 | 323.6827 | 4.1498 | 6.2729 | 0.0010578 | 30.438 | + | "Original - TOF" | 78 | 12 | 0.15385 | 0.53294 | -1.0000 | 1.0000 | + | "Unpacked - Energy" | 78 | 323.6825 | 4.1498 | 6.2729 | 0.0011000 | 30.438 | + | "Unpacked - TOF" | 78 | 12 | 0.15385 | 0.53294 | -1.0000 | 1.0000 | UnpackMuonHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 159 | 159.00 | 0.0000 | 159.00 | 159.00 | + | "# UnPackedData" | 1 | 30 | 30.000 | 0.0000 | 30.000 | 30.000 | CheckMuonHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 159 |-5.503117e-06 |-3.4611e-08 | 2.8870e-07 | -4.9599e-07 | 4.9729e-07 | - | "Diff. - Displacement y" | 159 |-3.219311e-06 |-2.0247e-08 | 2.8182e-07 | -4.9454e-07 | 4.9469e-07 | - | "Diff. - Displacement z" | 159 |5.305267e-07 | 3.3366e-09 | 2.9661e-07 | -4.9760e-07 | 4.9160e-07 | - | "Diff. - Energy" | 159 |4.458109e-06 | 2.8038e-08 | 6.0847e-07 | -9.9046e-07 | 9.8584e-07 | - | "Diff. - Entry Point x" | 159 |0.0002873898 | 1.8075e-06 | 2.9039e-05 | -4.9151e-05 | 4.9147e-05 | - | "Diff. - Entry Point y" | 159 |0.0003252386 | 2.0455e-06 | 3.0495e-05 | -4.9799e-05 | 4.9534e-05 | - | "Diff. - Entry Point z" | 159 |0.0005302473 | 3.3349e-06 | 2.9999e-05 | -4.9585e-05 | 4.9918e-05 | - | "Diff. - Parent |P|" | 159 |-0.04886267 |-0.00030731 | 0.0029931 | -0.0049169 | 0.0049764 | - | "Diff. - TOF" | 159 |6.74738e-05 | 4.2436e-07 | 2.8271e-06 | -4.6930e-06 | 4.9678e-06 | - | "Original - Displacement x" | 159 | -5.871239 | -0.036926 | 5.2364 | -33.874 | 46.715 | - | "Original - Displacement y" | 159 | 45.24582 | 0.28456 | 1.9479 | -5.4125 | 11.757 | - | "Original - Displacement z" | 159 | 609.5674 | 3.8338 | 1.4547 | -4.9886 | 5.0424 | - | "Original - Energy" | 159 | 0.2517985 | 0.0015836 | 0.0020924 | 1.2927e-05 | 0.015222 | - | "Original - Entry Point x" | 159 | -16967.14 | -106.71 | 899.71 | -2766.5 | 3241.8 | - | "Original - Entry Point y" | 159 | 5676.296 | 35.700 | 641.90 | -2232.5 | 3028.8 | - | "Original - Entry Point z" | 159 | 1947864 | 12251. | 615.04 | 11953. | 15338. | - | "Original - Parent |P|" | 159 | 256104.6 | 1610.7 | 5412.6 | 1.5494 | 37322. | - | "Original - TOF" | 159 | 6613.748 | 41.596 | 2.9506 | 39.889 | 55.600 | - | "Unpacked - Displacement x" | 159 | -5.871233 | -0.036926 | 5.2364 | -33.874 | 46.715 | - | "Unpacked - Displacement y" | 159 | 45.24582 | 0.28456 | 1.9479 | -5.4125 | 11.757 | - | "Unpacked - Displacement z" | 159 | 609.5674 | 3.8338 | 1.4547 | -4.9886 | 5.0424 | - | "Unpacked - Energy" | 159 | 0.251794 | 0.0015836 | 0.0020924 | 1.2000e-05 | 0.015222 | - | "Unpacked - Entry Point x" | 159 | -16967.14 | -106.71 | 899.71 | -2766.5 | 3241.8 | - | "Unpacked - Entry Point y" | 159 | 5676.295 | 35.700 | 641.90 | -2232.5 | 3028.8 | - | "Unpacked - Entry Point z" | 159 | 1947864 | 12251. | 615.04 | 11953. | 15338. | - | "Unpacked - Parent |P|" | 159 | 256104.6 | 1610.7 | 5412.6 | 1.5500 | 37322. | - | "Unpacked - TOF" | 159 | 6613.748 | 41.596 | 2.9506 | 39.889 | 55.600 | + | "Diff. - Displacement x" | 30 |-8.850561e-07 |-2.9502e-08 | 2.7842e-07 | -4.7586e-07 | 4.9570e-07 | + | "Diff. - Displacement y" | 30 |-4.493088e-07 |-1.4977e-08 | 2.5978e-07 | -4.4040e-07 | 4.7673e-07 | + | "Diff. - Displacement z" | 30 |1.884414e-06 | 6.2814e-08 | 2.6804e-07 | -4.5739e-07 | 4.9871e-07 | + | "Diff. - Energy" | 30 |7.126186e-06 | 2.3754e-07 | 5.7091e-07 | -9.0131e-07 | 9.8198e-07 | + | "Diff. - Entry Point x" | 30 |-0.0001238771 |-4.1292e-06 | 3.0061e-05 | -4.7843e-05 | 4.9008e-05 | + | "Diff. - Entry Point y" | 30 |-0.0001144796 |-3.8160e-06 | 2.5204e-05 | -4.7291e-05 | 4.6285e-05 | + | "Diff. - Entry Point z" | 30 |0.0001613631 | 5.3788e-06 | 2.8490e-05 | -4.3778e-05 | 4.8944e-05 | + | "Diff. - Parent |P|" | 30 | 0.02300802 | 0.00076693 | 0.0030167 | -0.0046717 | 0.0048775 | + | "Diff. - TOF" | 30 |1.046945e-05 | 3.4898e-07 | 2.9059e-06 | -4.9469e-06 | 4.9814e-06 | + | "Original - Displacement x" | 30 | -26.75362 | -0.89179 | 2.4877 | -10.399 | 3.8279 | + | "Original - Displacement y" | 30 | 17.34544 | 0.57818 | 4.1605 | -3.9044 | 21.455 | + | "Original - Displacement z" | 30 | 109.2954 | 3.6432 | 3.0059 | -4.9997 | 5.0773 | + | "Original - Energy" | 30 | 0.05868313 | 0.0019561 | 0.0016588 | 0.00025620 | 0.0072476 | + | "Original - Entry Point x" | 30 | -39187.36 | -1306.2 | 1751.8 | -2694.5 | 2065.3 | + | "Original - Entry Point y" | 30 | 4047.279 | 134.91 | 1007.4 | -2066.7 | 1928.3 | + | "Original - Entry Point z" | 30 | 367381 | 12246. | 598.45 | 11962. | 15394. | + | "Original - Parent |P|" | 30 | 115914.9 | 3863.8 | 9322.1 | 2.1138 | 37691. | + | "Original - TOF" | 30 | 1310.02 | 43.667 | 4.0524 | 40.462 | 62.806 | + | "Unpacked - Displacement x" | 30 | -26.75362 | -0.89179 | 2.4877 | -10.399 | 3.8279 | + | "Unpacked - Displacement y" | 30 | 17.34544 | 0.57818 | 4.1605 | -3.9044 | 21.455 | + | "Unpacked - Displacement z" | 30 | 109.2954 | 3.6432 | 3.0059 | -4.9997 | 5.0773 | + | "Unpacked - Energy" | 30 | 0.058676 | 0.0019559 | 0.0016589 | 0.00025600 | 0.0072480 | + | "Unpacked - Entry Point x" | 30 | -39187.36 | -1306.2 | 1751.8 | -2694.5 | 2065.3 | + | "Unpacked - Entry Point y" | 30 | 4047.279 | 134.91 | 1007.4 | -2066.7 | 1928.3 | + | "Unpacked - Entry Point z" | 30 | 367381 | 12246. | 598.45 | 11962. | 15394. | + | "Unpacked - Parent |P|" | 30 | 115914.8 | 3863.8 | 9322.1 | 2.1100 | 37691. | + | "Unpacked - TOF" | 30 | 1310.02 | 43.667 | 4.0524 | 40.462 | 62.806 | SimMonitor DEBUG Finalize base class GaudiAlgorithm SimMonitor DEBUG Tools to release : SimMonitor DEBUG Services to release : @@ -9648,7 +9643,7 @@ MainEventGaussSim.Mai... DEBUG ==> Finalize the base class GaudiTool MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 2100.604 | 2100.6 | 0.0000 | 2100.6 | 2100.6 | + | "Total Memory/MB" | 1 | 2100.304 | 2100.3 | 0.0000 | 2100.3 | 2100.3 | MainEventGaussSim.Mai... DEBUG Tools to release : MainEventGaussSim.Mai... DEBUG Services to release : Generation.FlatZSmear... DEBUG ==> Finalize the base class GaudiTool @@ -9675,7 +9670,7 @@ GaussGen.GaussGenMemory DEBUG ==> Finalize the base class GaudiTool GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 2100.56 | 2100.6 | 0.0000 | 2100.6 | 2100.6 | + | "Total Memory/MB" | 1 | 2100.26 | 2100.3 | 0.0000 | 2100.3 | 2100.3 | GaussGen.GaussGenMemory DEBUG Tools to release : GaussGen.GaussGenMemory DEBUG Services to release : ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- @@ -9695,40 +9690,40 @@ GaussGeo.MuonSDet DEBUG Services to release : GaussGeo.Hcal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 0.8096129 | 0.80961 | 0.0000 | 0.80961 | 0.80961 | - | "#hits" | 1 | 53 | 53.000 | 0.0000 | 53.000 | 53.000 | - | "#subhits" | 1 | 60 | 60.000 | 0.0000 | 60.000 | 60.000 | - | "#tslots" | 1 | 74 | 74.000 | 0.0000 | 74.000 | 74.000 | + | "#energy" | 1 | 0.3236827 | 0.32368 | 0.0000 | 0.32368 | 0.32368 | + | "#hits" | 1 | 47 | 47.000 | 0.0000 | 47.000 | 47.000 | + | "#subhits" | 1 | 54 | 54.000 | 0.0000 | 54.000 | 54.000 | + | "#tslots" | 1 | 78 | 78.000 | 0.0000 | 78.000 | 78.000 | GaussGeo.Hcal DEBUG Tools to release : GaussGeo.Hcal DEBUG Services to release : HistogramDataSvc GaussGeo.Hcal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Ecal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 9.769174 | 9.7692 | 0.0000 | 9.7692 | 9.7692 | - | "#hits" | 1 | 553 | 553.00 | 0.0000 | 553.00 | 553.00 | - | "#subhits" | 1 | 866 | 866.00 | 0.0000 | 866.00 | 866.00 | - | "#tslots" | 1 | 935 | 935.00 | 0.0000 | 935.00 | 935.00 | + | "#energy" | 1 | 6.731009 | 6.7310 | 0.0000 | 6.7310 | 6.7310 | + | "#hits" | 1 | 207 | 207.00 | 0.0000 | 207.00 | 207.00 | + | "#subhits" | 1 | 238 | 238.00 | 0.0000 | 238.00 | 238.00 | + | "#tslots" | 1 | 308 | 308.00 | 0.0000 | 308.00 | 308.00 | GaussGeo.Ecal DEBUG Tools to release : GaussGeo.Ecal DEBUG Services to release : HistogramDataSvc GaussGeo.Ecal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Prs DEBUG ==> Finalize the base class GaudiTool GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 0.7670055 | 0.76701 | 0.0000 | 0.76701 | 0.76701 | - | "#hits" | 1 | 137 | 137.00 | 0.0000 | 137.00 | 137.00 | - | "#subhits" | 1 | 167 | 167.00 | 0.0000 | 167.00 | 167.00 | - | "#tslots" | 1 | 998 | 998.00 | 0.0000 | 998.00 | 998.00 | + | "#energy" | 1 | 0.1972279 | 0.19723 | 0.0000 | 0.19723 | 0.19723 | + | "#hits" | 1 | 28 | 28.000 | 0.0000 | 28.000 | 28.000 | + | "#subhits" | 1 | 35 | 35.000 | 0.0000 | 35.000 | 35.000 | + | "#tslots" | 1 | 204 | 204.00 | 0.0000 | 204.00 | 204.00 | GaussGeo.Prs DEBUG Tools to release : GaussGeo.Prs DEBUG Services to release : HistogramDataSvc GaussGeo.Prs DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Spd DEBUG ==> Finalize the base class GaudiTool GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 0.3344699 | 0.33447 | 0.0000 | 0.33447 | 0.33447 | - | "#hits" | 1 | 91 | 91.000 | 0.0000 | 91.000 | 91.000 | - | "#subhits" | 1 | 103 | 103.00 | 0.0000 | 103.00 | 103.00 | - | "#tslots" | 1 | 613 | 613.00 | 0.0000 | 613.00 | 613.00 | + | "#energy" | 1 | 0.09565958 | 0.095660 | 0.0000 | 0.095660 | 0.095660 | + | "#hits" | 1 | 15 | 15.000 | 0.0000 | 15.000 | 15.000 | + | "#subhits" | 1 | 25 | 25.000 | 0.0000 | 25.000 | 25.000 | + | "#tslots" | 1 | 148 | 148.00 | 0.0000 | 148.00 | 148.00 | GaussGeo.Spd DEBUG Tools to release : GaussGeo.Spd DEBUG Services to release : HistogramDataSvc GaussGeo.Spd DEBUG Releasing service 'HistogramDataSvc' @@ -9777,139 +9772,139 @@ TimingAuditor.TIMER INFO ------------------------------------------------ TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 53470.000 | 57024.938 | 57024.938 57024.9 0.00 | 1 | 57.025 | -TimingAuditor.TIMER INFO GaussSequencer | 53460.000 | 57016.949 | 57016.949 57016.9 0.00 | 1 | 57.017 | -TimingAuditor.TIMER INFO Generator | 1260.000 | 1294.437 | 1294.437 1294.4 0.00 | 1 | 1.294 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1260.000 | 1294.423 | 1294.423 1294.4 0.00 | 1 | 1.294 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.770 | 1.770 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO Generation | 1260.000 | 1291.777 | 1291.777 1291.8 0.00 | 1 | 1.292 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 0.683 | 0.683 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 0.650 | 0.650 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO BoostForEpos | 0.000 | 0.137 | 0.137 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO Simulation | 52200.000 | 55722.457 | 55722.453 55722.5 0.00 | 1 | 55.722 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 52200.000 | 55722.426 | 55722.426 55722.4 0.00 | 1 | 55.722 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 0.800 | 0.800 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 52200.000 | 55721.605 | 55721.602 55721.6 0.00 | 1 | 55.722 | -TimingAuditor.TIMER INFO MakeMainSim | 52150.000 | 55666.562 | 55666.562 55666.6 0.00 | 1 | 55.667 | -TimingAuditor.TIMER INFO GenToSim | 30520.000 | 31074.473 | 31074.473 31074.5 0.00 | 1 | 31.074 | -TimingAuditor.TIMER INFO GiGaFlush | 21600.000 | 24550.652 | 24550.652 24550.7 0.00 | 1 | 24.551 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 0.000 | 7.629 | 7.629 7.6 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO DetectorsHits | 20.000 | 21.592 | 21.592 21.6 0.00 | 1 | 0.022 | -TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.166 | 0.166 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 0.959 | 0.959 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetTTHits | 10.000 | 2.988 | 2.988 3.0 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetITHits | 0.000 | 1.711 | 1.711 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetOTHits | 0.000 | 2.447 | 2.447 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO RichHits | 10.000 | 6.862 | 6.862 6.9 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO GetRichHits | 0.000 | 2.558 | 2.558 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 1.453 | 1.453 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 1.161 | 1.161 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichTracks | 10.000 | 0.803 | 0.803 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.418 | 0.418 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.338 | 0.338 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.395 | 0.395 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.314 | 0.314 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 0.400 | 0.400 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.067 | 0.067 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 5.161 | 5.161 5.2 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO MainEventDataPacking | 10.000 | 11.931 | 11.931 11.9 0.00 | 1 | 0.012 | -TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 1.107 | 1.107 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.501 | 0.501 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 0.763 | 0.763 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.045 | 0.045 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPacker | 10.000 | 3.627 | 3.627 3.6 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.086 | 0.086 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.049 | 0.049 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.059 | 0.059 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 2.381 | 2.381 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.072 | 0.072 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.081 | 0.081 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.036 | 0.036 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.888 | 0.888 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 0.795 | 0.795 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.748 | 0.748 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.449 | 0.449 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitor | 50.000 | 55.015 | 55.015 55.0 0.00 | 1 | 0.055 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.274 | 0.274 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.364 | 0.364 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.521 | 0.521 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DetectorsMonitor | 10.000 | 15.020 | 15.020 15.0 0.00 | 1 | 0.015 | -TimingAuditor.TIMER INFO VeloGaussMoni | 10.000 | 8.944 | 8.944 8.9 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 1.115 | 1.115 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.290 | 0.290 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 0.386 | 0.386 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 0.950 | 0.950 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 0.793 | 0.793 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 0.909 | 0.909 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.349 | 0.349 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 1.186 | 1.186 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTest | 40.000 | 38.754 | 38.754 38.8 0.00 | 1 | 0.039 | -TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 0.692 | 0.692 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 0.564 | 0.564 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.294 | 0.294 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticle | 10.000 | 0.435 | 0.435 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.357 | 0.357 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 0.128 | 0.128 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.238 | 0.238 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHits | 0.000 | 1.751 | 1.751 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.098 | 0.098 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHits | 0.000 | 1.673 | 1.673 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.094 | 0.094 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHits | 0.000 | 1.562 | 1.562 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.104 | 0.104 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHits | 0.000 | 2.107 | 2.107 2.1 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 0.597 | 0.597 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 0.803 | 0.803 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.636 | 0.636 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.480 | 0.480 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHits | 10.000 | 2.880 | 2.880 2.9 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO CheckRichOpPhot | 10.000 | 16.665 | 16.665 16.7 0.00 | 1 | 0.017 | -TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 0.876 | 0.876 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.208 | 0.208 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.652 | 0.652 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 0.830 | 0.830 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.190 | 0.190 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHits | 0.000 | 1.084 | 1.084 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.191 | 0.191 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHits | 0.000 | 0.967 | 0.967 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.036 | 0.036 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.090 | 0.090 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.074 | 0.074 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHits | 10.000 | 1.102 | 1.102 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO EVENT LOOP | 36970.000 | 37295.980 | 37295.980 37296.0 0.00 | 1 | 37.296 | +TimingAuditor.TIMER INFO GaussSequencer | 36970.000 | 37291.574 | 37291.574 37291.6 0.00 | 1 | 37.292 | +TimingAuditor.TIMER INFO Generator | 1240.000 | 1259.681 | 1259.681 1259.7 0.00 | 1 | 1.260 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1240.000 | 1259.671 | 1259.671 1259.7 0.00 | 1 | 1.260 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 0.927 | 0.927 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Generation | 1240.000 | 1257.356 | 1257.356 1257.4 0.00 | 1 | 1.257 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 1.252 | 1.252 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 1.231 | 1.231 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO BoostForEpos | 0.000 | 0.095 | 0.095 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO Simulation | 35730.000 | 36031.859 | 36031.859 36031.9 0.00 | 1 | 36.032 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 35730.000 | 36031.840 | 36031.840 36031.8 0.00 | 1 | 36.032 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 0.539 | 0.539 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MainSimulation | 35730.000 | 36031.281 | 36031.281 36031.3 0.00 | 1 | 36.031 | +TimingAuditor.TIMER INFO MakeMainSim | 35720.000 | 36012.281 | 36012.281 36012.3 0.00 | 1 | 36.012 | +TimingAuditor.TIMER INFO GenToSim | 30190.000 | 30438.562 | 30438.562 30438.6 0.00 | 1 | 30.439 | +TimingAuditor.TIMER INFO GiGaFlush | 5520.000 | 5548.384 | 5548.384 5548.4 0.00 | 1 | 5.548 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 0.000 | 2.057 | 2.057 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO DetectorsHits | 10.000 | 6.880 | 6.880 6.9 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.101 | 0.101 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 0.413 | 0.413 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetTTHits | 0.000 | 2.246 | 2.246 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetITHits | 0.000 | 0.192 | 0.192 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetOTHits | 0.000 | 0.583 | 0.583 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO RichHits | 0.000 | 2.293 | 2.293 2.3 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetRichHits | 0.000 | 1.021 | 1.021 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 0.149 | 0.149 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 0.389 | 0.389 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 0.304 | 0.304 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.257 | 0.257 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.116 | 0.116 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.150 | 0.150 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.075 | 0.075 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 0.103 | 0.103 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.038 | 0.038 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 0.629 | 0.629 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MainEventDataPacking | 0.000 | 16.320 | 16.320 16.3 0.00 | 1 | 0.016 | +TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 0.437 | 0.437 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.203 | 0.203 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 2.745 | 2.745 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.248 | 0.248 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 11.527 | 11.527 11.5 0.00 | 1 | 0.012 | +TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 0.301 | 0.301 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.316 | 0.316 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.276 | 0.276 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitor | 10.000 | 18.990 | 18.990 19.0 0.00 | 1 | 0.019 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.182 | 0.182 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.116 | 0.116 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.280 | 0.280 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitor | 0.000 | 8.725 | 8.725 8.7 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO VeloGaussMoni | 0.000 | 3.638 | 3.638 3.6 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 2.156 | 2.156 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.137 | 0.137 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 0.172 | 0.172 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 0.534 | 0.534 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 0.399 | 0.399 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 0.475 | 0.475 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.309 | 0.309 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 0.848 | 0.848 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTest | 10.000 | 9.637 | 9.637 9.6 0.00 | 1 | 0.010 | +TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 0.245 | 0.245 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 0.197 | 0.197 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.107 | 0.107 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 0.180 | 0.180 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.234 | 0.234 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 0.082 | 0.082 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.074 | 0.074 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHits | 0.000 | 0.745 | 0.745 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHits | 0.000 | 0.162 | 0.162 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHits | 0.000 | 0.101 | 0.101 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHits | 0.000 | 0.544 | 0.544 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 0.231 | 0.231 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhot | 10.000 | 0.237 | 0.237 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.297 | 0.297 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.258 | 0.258 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHits | 0.000 | 0.602 | 0.602 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckRichOpPhot | 0.000 | 3.374 | 3.374 3.4 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 0.197 | 0.197 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.073 | 0.073 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.236 | 0.236 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 0.251 | 0.251 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.044 | 0.044 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHits | 0.000 | 0.236 | 0.236 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.056 | 0.056 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHits | 0.000 | 0.315 | 0.315 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.084 | 0.084 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 0.238 | 0.238 0.2 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 753 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 152 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization -Generation.MinimumBia...SUCCESS LbCRMC : Cleanup: removing CRMC temporary options file /tmp/lbcrmc.Yukvhn +Generation.MinimumBia...SUCCESS LbCRMC : Cleanup: removing CRMC temporary options file /tmp/lbcrmc.FD9iBa *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 21.6 [s] #= 1 -ChronoStatSvc INFO Time User : Tot= 103 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 5.51 [s] #= 1 +ChronoStatSvc INFO Time User : Tot= 79.7 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 1 | 935 | 935.00 | 0.0000 | 935.00 | 935.00 | -******Stat****** INFO "#Hcal MCHits" | 1 | 74 | 74.000 | 0.0000 | 74.000 | 74.000 | -******Stat****** INFO "#IT MCHits" | 1 | 234 | 234.00 | 0.0000 | 234.00 | 234.00 | -******Stat****** INFO "#MCParticles" | 1 | 717 | 717.00 | 0.0000 | 717.00 | 717.00 | -******Stat****** INFO "#MCRichOpPhoto | 1 | 753 | 753.00 | 0.0000 | 753.00 | 753.00 | -******Stat****** INFO "#MCRichSegment | 1 | 66 | 66.000 | 0.0000 | 66.000 | 66.000 | -******Stat****** INFO "#MCRichTracks" | 1 | 60 | 60.000 | 0.0000 | 60.000 | 60.000 | -******Stat****** INFO "#MCVertices" | 1 | 932 | 932.00 | 0.0000 | 932.00 | 932.00 | -******Stat****** INFO "#Muon MCHits" | 1 | 159 | 159.00 | 0.0000 | 159.00 | 159.00 | -******Stat****** INFO "#OT MCHits" | 1 | 326 | 326.00 | 0.0000 | 326.00 | 326.00 | -******Stat****** INFO "#Prs MCHits" | 1 | 998 | 998.00 | 0.0000 | 998.00 | 998.00 | -******Stat****** INFO "#Rich MCHits" | 1 | 754 | 754.00 | 0.0000 | 754.00 | 754.00 | -******Stat****** INFO "#Rich1 MCHits" | 1 | 319 | 319.00 | 0.0000 | 319.00 | 319.00 | -******Stat****** INFO "#Rich2 MCHits" | 1 | 435 | 435.00 | 0.0000 | 435.00 | 435.00 | -******Stat****** INFO "#Spd MCHits" | 1 | 613 | 613.00 | 0.0000 | 613.00 | 613.00 | -******Stat****** INFO "#TT MCHits" | 1 | 257 | 257.00 | 0.0000 | 257.00 | 257.00 | -******Stat****** INFO "#Velo MCHits" | 1 | 188 | 188.00 | 0.0000 | 188.00 | 188.00 | +******Stat****** INFO "#Ecal MCHits" | 1 | 308 | 308.00 | 0.0000 | 308.00 | 308.00 | +******Stat****** INFO "#Hcal MCHits" | 1 | 78 | 78.000 | 0.0000 | 78.000 | 78.000 | +******Stat****** INFO "#IT MCHits" | 1 | 12 | 12.000 | 0.0000 | 12.000 | 12.000 | +******Stat****** INFO "#MCParticles" | 1 | 114 | 114.00 | 0.0000 | 114.00 | 114.00 | +******Stat****** INFO "#MCRichOpPhoto | 1 | 152 | 152.00 | 0.0000 | 152.00 | 152.00 | +******Stat****** INFO "#MCRichSegment | 1 | 14 | 14.000 | 0.0000 | 14.000 | 14.000 | +******Stat****** INFO "#MCRichTracks" | 1 | 12 | 12.000 | 0.0000 | 12.000 | 12.000 | +******Stat****** INFO "#MCVertices" | 1 | 120 | 120.00 | 0.0000 | 120.00 | 120.00 | +******Stat****** INFO "#Muon MCHits" | 1 | 30 | 30.000 | 0.0000 | 30.000 | 30.000 | +******Stat****** INFO "#OT MCHits" | 1 | 81 | 81.000 | 0.0000 | 81.000 | 81.000 | +******Stat****** INFO "#Prs MCHits" | 1 | 204 | 204.00 | 0.0000 | 204.00 | 204.00 | +******Stat****** INFO "#Rich MCHits" | 1 | 152 | 152.00 | 0.0000 | 152.00 | 152.00 | +******Stat****** INFO "#Rich1 MCHits" | 1 | 69 | 69.000 | 0.0000 | 69.000 | 69.000 | +******Stat****** INFO "#Rich2 MCHits" | 1 | 83 | 83.000 | 0.0000 | 83.000 | 83.000 | +******Stat****** INFO "#Spd MCHits" | 1 | 148 | 148.00 | 0.0000 | 148.00 | 148.00 | +******Stat****** INFO "#TT MCHits" | 1 | 21 | 21.000 | 0.0000 | 21.000 | 21.000 | +******Stat****** INFO "#Velo MCHits" | 1 | 65 | 65.000 | 0.0000 | 65.000 | 65.000 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully @@ -9933,4 +9928,3 @@ Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -H diff --git a/Sim/Gauss/tests/refs/testGauss-config-2015-pythia8.ref b/Sim/Gauss/tests/refs/testGauss-config-2015-pythia8.ref index 76b2ba132406a184f630fe6a9adf2482fce49477..782a2f836ddf074760d32bad835e8e7c5963013e 100644 --- a/Sim/Gauss/tests/refs/testGauss-config-2015-pythia8.ref +++ b/Sim/Gauss/tests/refs/testGauss-config-2015-pythia8.ref @@ -1,25 +1,25 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2015.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Beam6500GeV-md100-2015-nu1.6.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Beam6500GeV-md100-2015-nu1.6.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/EnableSpillover-25ns.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/EnableSpillover-25ns.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2015.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2015.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2015.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2015.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam6500GeV-md100-2015-nu1.6.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam6500GeV-md100-2015-nu1.6.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/EnableSpillover-25ns.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/EnableSpillover-25ns.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2015.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2015.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2015.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -82,8 +82,8 @@ RICH simulation now configured # WARNING: local tags in DDDB are ignored ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 02:16:59 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 01:39:49 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' @@ -94,7 +94,7 @@ DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -102,7 +102,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -4653,7 +4653,7 @@ RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 RndmGenSvc.Engine INFO This is the GEANT4 engine! RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> -TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. GaussSequencer DEBUG Property update for OutputLevel : new value = 2 GaussSequencer DEBUG Initialize base class GaudiCommon<Algorithm> GaussSequencer DEBUG could not locate CounterSummarySvc, no counter summary will be made @@ -4830,7 +4830,7 @@ GeneratorSlotMainSeq DEBUG The tool 'ToolSvc.SequencerTimerTool' of type 'S GaussGen DEBUG Property update for OutputLevel : new value = 2 GaussGen DEBUG Initialize base class GaudiCommon<Algorithm> GaussGen DEBUG could not locate CounterSummarySvc, no counter summary will be made -GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 63 +GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 64 GaussGen DEBUG Property ['Name': Value] = 'CreateBeam':True GaussGen DEBUG Property ['Name': Value] = 'Luminosity':1.7700000e+18 GaussGen DEBUG Property ['Name': Value] = 'ZLuminousRegion':8.6400000 @@ -4850,6 +4850,7 @@ GaussGen DEBUG Property ['Name': Value] = 'BeamParameters':Gen GaussGen DEBUG Property ['Name': Value] = 'MCHeader':/Event/Gen/Header GaussGen DEBUG Property ['Name': Value] = 'RunNumber':1082 GaussGen DEBUG Property ['Name': Value] = 'FirstEventNumber':1 +GaussGen DEBUG Property ['Name': Value] = 'EvtCounter': GaussGen DEBUG Property ['Name': Value] = 'MinMemoryDelta':16 GaussGen DEBUG Property ['Name': Value] = 'MemoryPurgeLimit':-1 GaussGen DEBUG Property ['Name': Value] = 'Increment':100 @@ -5103,7 +5104,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 02:17:57 | | + | | P Y T H H III A A Now is 23 Feb 2019 at 01:40:58 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -7264,6 +7265,7 @@ GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, all entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, all entries' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), first 'HistoSize' entries' GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, downscaled' desc = 'Virtual memory (kB), downscaled entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, downscaled' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), downscaled entries' +GaussGen DEBUG using internal counter for eventNumber GaussGen DEBUG using seeds [1082, 1, 2119103972, 0] GaussGen INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 2119103972, 0] GaussGen DEBUG GenInit:: The object of type 'LHCb::GenHeader' is registered in TS at address '/Event/Gen/Header' @@ -7655,32 +7657,32 @@ GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for Sens GaussGeo.Ecal DEBUG Initialize(): CollectionName='EcalHits' for SensDet='Ecal' GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for SensDet='Hcal' GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 -GaussGeo.Spd SUCCESS #Hits= 269 #SubHits= 386 #Slots= 2300 Energy= 1.24[GeV] -GaussGeo.Prs SUCCESS #Hits= 368 #SubHits= 594 #Slots= 3538 Energy= 3.58[GeV] -GaussGeo.Ecal SUCCESS #Hits= 1673 #SubHits= 3654 #Slots= 4049 Energy= 53[GeV] -GaussGeo.Hcal SUCCESS #Hits= 187 #SubHits= 267 #Slots= 344 Energy= 3.11[GeV] +GaussGeo.Spd SUCCESS #Hits= 218 #SubHits= 299 #Slots= 1776 Energy= 0.873[GeV] +GaussGeo.Prs SUCCESS #Hits= 299 #SubHits= 420 #Slots= 2500 Energy= 2.37[GeV] +GaussGeo.Ecal SUCCESS #Hits= 1397 #SubHits= 2537 #Slots= 2843 Energy= 43.8[GeV] +GaussGeo.Hcal SUCCESS #Hits= 189 #SubHits= 287 #Slots= 385 Energy= 5.38[GeV] GiGaFlush DEBUG Dump G4 event object -GiGaFlush INFO GiGaUtil::DumpG4Event 0x2650f570 ************************************************** +GiGaFlush INFO GiGaUtil::DumpG4Event 0x262881f0 ************************************************** GiGaUtil::DumpG4Event EventID : 0 GiGaUtil::DumpG4Event NumberOfPrimaryVertex : 2 - GiGaUtil::DumpG4Event #StoredTrajectories : 1694 + GiGaUtil::DumpG4Event #StoredTrajectories : 1595 GiGaUtil::DumpG4Event # of Hit Collections : 16 - GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 43 - GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 714 - GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 308 - GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 269 - GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 385 - GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 620 - GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 641 - GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 4 + GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 47 + GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 663 + GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 278 + GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 260 + GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 310 + GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 768 + GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 1130 + GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 2 GiGaUtil::DumpG4Event Collection: ID = 8 Name = 'CaloSPHits' SD = 'CaloSP' #Hits = 0 - GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 269 - GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 368 - GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 1673 - GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 187 - GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 385 - GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 345 - GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 951 + GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 218 + GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 299 + GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 1397 + GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 189 + GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 363 + GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 298 + GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 752 GiGaUtil::DumpG4Event GetDCofThisEvent : G4DCofThisEvent* points to NULL GiGaUtil::DumpG4Event IsAborted : 0 GiGaUtil::DumpG4Event GetUserInformation : G4VUserEventInformation* points to NULL @@ -7717,14 +7719,14 @@ GetMuonHits DEBUG ==> Execute GetMuonHits DEBUG GetTrackerHitsAlg:: The object of type 'ObjectVector<LHCb::MCHit>' is registered in TS at address 'MC/Muon/Hits' MainEventDataPacking DEBUG ==> Execute PackMCParticle DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Particles' -PackMCParticle DEBUG MC/Particles contains 1944 MCParticles to convert. +PackMCParticle DEBUG MC/Particles contains 1829 MCParticles to convert. PackMCParticle DEBUG PackMCParticle:: The object of type 'LHCb::PackedMCParticles' is registered in TS at address 'pSim/MCParticles' PackMCVertex DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Vertices' -PackMCVertex DEBUG MC/Vertices contains 2205 MCVertices to convert. +PackMCVertex DEBUG MC/Vertices contains 2089 MCVertices to convert. PackMCVertex DEBUG PackMCVertex:: The object of type 'LHCb::PackedMCVertices' is registered in TS at address 'pSim/MCVertices' SimMonitor DEBUG ==> Execute -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1944 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 2205 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1829 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 2089 PrevPrevEventGaussSim INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 1086029981, 0] GaussGeo.Spd DEBUG Initialize(): CollectionName='SpdHits' for SensDet='Spd' GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for SensDet='Prs' @@ -7733,31 +7735,31 @@ GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for Sen GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 1.236539 | 1.2365 | 0.0000 | 1.2365 | 1.2365 | - | "#hits" | 1 | 269 | 269.00 | 0.0000 | 269.00 | 269.00 | - | "#subhits" | 1 | 386 | 386.00 | 0.0000 | 386.00 | 386.00 | - | "#tslots" | 1 | 2300 | 2300.0 | 0.0000 | 2300.0 | 2300.0 | + | "#energy" | 1 | 0.8726474 | 0.87265 | 0.0000 | 0.87265 | 0.87265 | + | "#hits" | 1 | 218 | 218.00 | 0.0000 | 218.00 | 218.00 | + | "#subhits" | 1 | 299 | 299.00 | 0.0000 | 299.00 | 299.00 | + | "#tslots" | 1 | 1776 | 1776.0 | 0.0000 | 1776.0 | 1776.0 | GaussGeo.Spd SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 3.583154 | 3.5832 | 0.0000 | 3.5832 | 3.5832 | - | "#hits" | 1 | 368 | 368.00 | 0.0000 | 368.00 | 368.00 | - | "#subhits" | 1 | 594 | 594.00 | 0.0000 | 594.00 | 594.00 | - | "#tslots" | 1 | 3538 | 3538.0 | 0.0000 | 3538.0 | 3538.0 | + | "#energy" | 1 | 2.369281 | 2.3693 | 0.0000 | 2.3693 | 2.3693 | + | "#hits" | 1 | 299 | 299.00 | 0.0000 | 299.00 | 299.00 | + | "#subhits" | 1 | 420 | 420.00 | 0.0000 | 420.00 | 420.00 | + | "#tslots" | 1 | 2500 | 2500.0 | 0.0000 | 2500.0 | 2500.0 | GaussGeo.Prs SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 52.98887 | 52.989 | 0.0000 | 52.989 | 52.989 | - | "#hits" | 1 | 1673 | 1673.0 | 0.0000 | 1673.0 | 1673.0 | - | "#subhits" | 1 | 3654 | 3654.0 | 0.0000 | 3654.0 | 3654.0 | - | "#tslots" | 1 | 4049 | 4049.0 | 0.0000 | 4049.0 | 4049.0 | + | "#energy" | 1 | 43.84411 | 43.844 | 0.0000 | 43.844 | 43.844 | + | "#hits" | 1 | 1397 | 1397.0 | 0.0000 | 1397.0 | 1397.0 | + | "#subhits" | 1 | 2537 | 2537.0 | 0.0000 | 2537.0 | 2537.0 | + | "#tslots" | 1 | 2843 | 2843.0 | 0.0000 | 2843.0 | 2843.0 | GaussGeo.Ecal SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 3.108303 | 3.1083 | 0.0000 | 3.1083 | 3.1083 | - | "#hits" | 1 | 187 | 187.00 | 0.0000 | 187.00 | 187.00 | - | "#subhits" | 1 | 267 | 267.00 | 0.0000 | 267.00 | 267.00 | - | "#tslots" | 1 | 344 | 344.00 | 0.0000 | 344.00 | 344.00 | + | "#energy" | 1 | 5.379959 | 5.3800 | 0.0000 | 5.3800 | 5.3800 | + | "#hits" | 1 | 189 | 189.00 | 0.0000 | 189.00 | 189.00 | + | "#subhits" | 1 | 287 | 287.00 | 0.0000 | 287.00 | 287.00 | + | "#tslots" | 1 | 385 | 385.00 | 0.0000 | 385.00 | 385.00 | GaussGeo.Hcal SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 5 GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 4 @@ -7769,31 +7771,31 @@ GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for Sen GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 2 | 1.236539 | 0.61827 | 0.61827 | 0.0000 | 1.2365 | - | "#hits" | 2 | 269 | 134.50 | 134.50 | 0.0000 | 269.00 | - | "#subhits" | 2 | 386 | 193.00 | 193.00 | 0.0000 | 386.00 | - | "#tslots" | 2 | 2300 | 1150.0 | 1150.0 | 0.0000 | 2300.0 | + | "#energy" | 2 | 0.8726474 | 0.43632 | 0.43632 | 0.0000 | 0.87265 | + | "#hits" | 2 | 218 | 109.00 | 109.00 | 0.0000 | 218.00 | + | "#subhits" | 2 | 299 | 149.50 | 149.50 | 0.0000 | 299.00 | + | "#tslots" | 2 | 1776 | 888.00 | 888.00 | 0.0000 | 1776.0 | GaussGeo.Spd SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 2 | 3.583154 | 1.7916 | 1.7916 | 0.0000 | 3.5832 | - | "#hits" | 2 | 368 | 184.00 | 184.00 | 0.0000 | 368.00 | - | "#subhits" | 2 | 594 | 297.00 | 297.00 | 0.0000 | 594.00 | - | "#tslots" | 2 | 3538 | 1769.0 | 1769.0 | 0.0000 | 3538.0 | + | "#energy" | 2 | 2.369281 | 1.1846 | 1.1846 | 0.0000 | 2.3693 | + | "#hits" | 2 | 299 | 149.50 | 149.50 | 0.0000 | 299.00 | + | "#subhits" | 2 | 420 | 210.00 | 210.00 | 0.0000 | 420.00 | + | "#tslots" | 2 | 2500 | 1250.0 | 1250.0 | 0.0000 | 2500.0 | GaussGeo.Prs SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 2 | 52.98887 | 26.494 | 26.494 | 0.0000 | 52.989 | - | "#hits" | 2 | 1673 | 836.50 | 836.50 | 0.0000 | 1673.0 | - | "#subhits" | 2 | 3654 | 1827.0 | 1827.0 | 0.0000 | 3654.0 | - | "#tslots" | 2 | 4049 | 2024.5 | 2024.5 | 0.0000 | 4049.0 | + | "#energy" | 2 | 43.84411 | 21.922 | 21.922 | 0.0000 | 43.844 | + | "#hits" | 2 | 1397 | 698.50 | 698.50 | 0.0000 | 1397.0 | + | "#subhits" | 2 | 2537 | 1268.5 | 1268.5 | 0.0000 | 2537.0 | + | "#tslots" | 2 | 2843 | 1421.5 | 1421.5 | 0.0000 | 2843.0 | GaussGeo.Ecal SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 2 | 3.108303 | 1.5542 | 1.5542 | 0.0000 | 3.1083 | - | "#hits" | 2 | 187 | 93.500 | 93.500 | 0.0000 | 187.00 | - | "#subhits" | 2 | 267 | 133.50 | 133.50 | 0.0000 | 267.00 | - | "#tslots" | 2 | 344 | 172.00 | 172.00 | 0.0000 | 344.00 | + | "#energy" | 2 | 5.379959 | 2.6900 | 2.6900 | 0.0000 | 5.3800 | + | "#hits" | 2 | 189 | 94.500 | 94.500 | 0.0000 | 189.00 | + | "#subhits" | 2 | 287 | 143.50 | 143.50 | 0.0000 | 287.00 | + | "#tslots" | 2 | 385 | 192.50 | 192.50 | 0.0000 | 385.00 | GaussGeo.Hcal SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GiGaGetPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 5 GiGaGetPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 4 @@ -7805,72 +7807,70 @@ GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for Sen GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 3 | 1.236539 | 0.41218 | 0.58291 | 0.0000 | 1.2365 | - | "#hits" | 3 | 269 | 89.667 | 126.81 | 0.0000 | 269.00 | - | "#subhits" | 3 | 386 | 128.67 | 181.96 | 0.0000 | 386.00 | - | "#tslots" | 3 | 2300 | 766.67 | 1084.2 | 0.0000 | 2300.0 | -GaussGeo.Spd SUCCESS #Hits= 74 #SubHits= 95 #Slots= 558 Energy= 0.336[GeV] + | "#energy" | 3 | 0.8726474 | 0.29088 | 0.41137 | 0.0000 | 0.87265 | + | "#hits" | 3 | 218 | 72.667 | 102.77 | 0.0000 | 218.00 | + | "#subhits" | 3 | 299 | 99.667 | 140.95 | 0.0000 | 299.00 | + | "#tslots" | 3 | 1776 | 592.00 | 837.21 | 0.0000 | 1776.0 | +GaussGeo.Spd SUCCESS #Hits= 77 #SubHits= 100 #Slots= 595 Energy= 0.288[GeV] GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 3 | 3.583154 | 1.1944 | 1.6891 | 0.0000 | 3.5832 | - | "#hits" | 3 | 368 | 122.67 | 173.48 | 0.0000 | 368.00 | - | "#subhits" | 3 | 594 | 198.00 | 280.01 | 0.0000 | 594.00 | - | "#tslots" | 3 | 3538 | 1179.3 | 1667.8 | 0.0000 | 3538.0 | -GaussGeo.Prs SUCCESS #Hits= 115 #SubHits= 136 #Slots= 808 Energy= 0.882[GeV] + | "#energy" | 3 | 2.369281 | 0.78976 | 1.1169 | 0.0000 | 2.3693 | + | "#hits" | 3 | 299 | 99.667 | 140.95 | 0.0000 | 299.00 | + | "#subhits" | 3 | 420 | 140.00 | 197.99 | 0.0000 | 420.00 | + | "#tslots" | 3 | 2500 | 833.33 | 1178.5 | 0.0000 | 2500.0 | +GaussGeo.Prs SUCCESS #Hits= 98 #SubHits= 137 #Slots= 817 Energy= 0.872[GeV] GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 3 | 52.98887 | 17.663 | 24.979 | 0.0000 | 52.989 | - | "#hits" | 3 | 1673 | 557.67 | 788.66 | 0.0000 | 1673.0 | - | "#subhits" | 3 | 3654 | 1218.0 | 1722.5 | 0.0000 | 3654.0 | - | "#tslots" | 3 | 4049 | 1349.7 | 1908.7 | 0.0000 | 4049.0 | -GaussGeo.Ecal SUCCESS #Hits= 777 #SubHits= 994 #Slots= 1211 Energy= 14.3[GeV] + | "#energy" | 3 | 43.84411 | 14.615 | 20.668 | 0.0000 | 43.844 | + | "#hits" | 3 | 1397 | 465.67 | 658.55 | 0.0000 | 1397.0 | + | "#subhits" | 3 | 2537 | 845.67 | 1196.0 | 0.0000 | 2537.0 | + | "#tslots" | 3 | 2843 | 947.67 | 1340.2 | 0.0000 | 2843.0 | +GaussGeo.Ecal SUCCESS #Hits= 641 #SubHits= 889 #Slots= 1055 Energy= 9.89[GeV] GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 3 | 3.108303 | 1.0361 | 1.4653 | 0.0000 | 3.1083 | - | "#hits" | 3 | 187 | 62.333 | 88.153 | 0.0000 | 187.00 | - | "#subhits" | 3 | 267 | 89.000 | 125.87 | 0.0000 | 267.00 | - | "#tslots" | 3 | 344 | 114.67 | 162.16 | 0.0000 | 344.00 | -GaussGeo.Hcal SUCCESS #Hits= 105 #SubHits= 123 #Slots= 163 Energy= 1.35[GeV] -GiGaGetNextEvent INFO Number of extracted MCParticles 'MC/Particles' 873 -GiGaGetNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 865 + | "#energy" | 3 | 5.379959 | 1.7933 | 2.5361 | 0.0000 | 5.3800 | + | "#hits" | 3 | 189 | 63.000 | 89.095 | 0.0000 | 189.00 | + | "#subhits" | 3 | 287 | 95.667 | 135.29 | 0.0000 | 287.00 | + | "#tslots" | 3 | 385 | 128.33 | 181.49 | 0.0000 | 385.00 | +GaussGeo.Hcal SUCCESS #Hits= 93 #SubHits= 124 #Slots= 174 Energy= 2.84[GeV] +GiGaGetNextEvent INFO Number of extracted MCParticles 'MC/Particles' 858 +GiGaGetNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 913 NextNextEventGaussSim INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 1769989743, 0] GaussGeo.Spd DEBUG Initialize(): CollectionName='SpdHits' for SensDet='Spd' GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for SensDet='Prs' GaussGeo.Ecal DEBUG Initialize(): CollectionName='EcalHits' for SensDet='Ecal' GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for SensDet='Hcal' -GiGa.TrackSeq.HepMCTrackWARNING GaussTrackActionHepMC:: The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown' -GiGa.TrackSeq.HepMCTrackWARNING GaussTrackActionHepMC:: The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown' GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 4 | 1.572045 | 0.39301 | 0.50591 | 0.0000 | 1.2365 | - | "#hits" | 4 | 343 | 85.750 | 110.03 | 0.0000 | 269.00 | - | "#subhits" | 4 | 481 | 120.25 | 158.26 | 0.0000 | 386.00 | - | "#tslots" | 4 | 2858 | 714.50 | 943.31 | 0.0000 | 2300.0 | -GaussGeo.Spd SUCCESS #Hits= 61 #SubHits= 77 #Slots= 458 Energy= 0.215[GeV] + | "#energy" | 4 | 1.160704 | 0.29018 | 0.35626 | 0.0000 | 0.87265 | + | "#hits" | 4 | 295 | 73.750 | 89.018 | 0.0000 | 218.00 | + | "#subhits" | 4 | 399 | 99.750 | 122.07 | 0.0000 | 299.00 | + | "#tslots" | 4 | 2371 | 592.75 | 725.05 | 0.0000 | 1776.0 | +GaussGeo.Spd SUCCESS #Hits= 49 #SubHits= 57 #Slots= 341 Energy= 0.226[GeV] GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 4 | 4.46525 | 1.1163 | 1.4691 | 0.0000 | 3.5832 | - | "#hits" | 4 | 483 | 120.75 | 150.27 | 0.0000 | 368.00 | - | "#subhits" | 4 | 730 | 182.50 | 243.98 | 0.0000 | 594.00 | - | "#tslots" | 4 | 4346 | 1086.5 | 1453.3 | 0.0000 | 3538.0 | -GaussGeo.Prs SUCCESS #Hits= 128 #SubHits= 154 #Slots= 908 Energy= 0.926[GeV] + | "#energy" | 4 | 3.240831 | 0.81021 | 0.96790 | 0.0000 | 2.3693 | + | "#hits" | 4 | 397 | 99.250 | 122.07 | 0.0000 | 299.00 | + | "#subhits" | 4 | 557 | 139.25 | 171.47 | 0.0000 | 420.00 | + | "#tslots" | 4 | 3317 | 829.25 | 1020.6 | 0.0000 | 2500.0 | +GaussGeo.Prs SUCCESS #Hits= 78 #SubHits= 95 #Slots= 566 Energy= 0.716[GeV] GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 4 | 67.29551 | 16.824 | 21.681 | 0.0000 | 52.989 | - | "#hits" | 4 | 2450 | 612.50 | 689.57 | 0.0000 | 1673.0 | - | "#subhits" | 4 | 4648 | 1162.0 | 1494.9 | 0.0000 | 3654.0 | - | "#tslots" | 4 | 5260 | 1315.0 | 1654.1 | 0.0000 | 4049.0 | -GaussGeo.Ecal SUCCESS #Hits= 727 #SubHits= 995 #Slots= 1135 Energy= 15.3[GeV] + | "#energy" | 4 | 53.73727 | 13.434 | 18.016 | 0.0000 | 43.844 | + | "#hits" | 4 | 2038 | 509.50 | 575.35 | 0.0000 | 1397.0 | + | "#subhits" | 4 | 3426 | 856.50 | 1035.9 | 0.0000 | 2537.0 | + | "#tslots" | 4 | 3898 | 974.50 | 1161.6 | 0.0000 | 2843.0 | +GaussGeo.Ecal SUCCESS #Hits= 526 #SubHits= 648 #Slots= 748 Energy= 12.7[GeV] GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 4 | 4.458107 | 1.1145 | 1.2762 | 0.0000 | 3.1083 | - | "#hits" | 4 | 292 | 73.000 | 78.546 | 0.0000 | 187.00 | - | "#subhits" | 4 | 390 | 97.500 | 109.99 | 0.0000 | 267.00 | - | "#tslots" | 4 | 507 | 126.75 | 141.99 | 0.0000 | 344.00 | -GaussGeo.Hcal SUCCESS #Hits= 85 #SubHits= 95 #Slots= 122 Energy= 1.12[GeV] -GiGaGetNextNextEvent INFO Number of extracted MCParticles 'MC/Particles' 506 -GiGaGetNextNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 564 + | "#energy" | 4 | 8.218616 | 2.0547 | 2.2425 | 0.0000 | 5.3800 | + | "#hits" | 4 | 282 | 70.500 | 78.245 | 0.0000 | 189.00 | + | "#subhits" | 4 | 411 | 102.75 | 117.81 | 0.0000 | 287.00 | + | "#tslots" | 4 | 559 | 139.75 | 158.41 | 0.0000 | 385.00 | +GaussGeo.Hcal SUCCESS #Hits= 80 #SubHits= 96 #Slots= 121 Energy= 2.26[GeV] +GiGaGetNextNextEvent INFO Number of extracted MCParticles 'MC/Particles' 479 +GiGaGetNextNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 513 ApplicationMgr INFO Application Manager Stopped successfully GaussGen DEBUG Delete BeamForInitialization GaussGen DEBUG ==> Finalize @@ -8130,26 +8130,26 @@ GetOTHits DEBUG Services to release : GiGa GiGaKine GetOTHits DEBUG Releasing service 'GiGa' GetOTHits DEBUG Releasing service 'GiGaKine' GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 654.00 +-25.57 (100.00 +-0.00%) Rich2 = 1261.00 +-35.51 (100.00 +-0.00%) -GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.08 +-0.08%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 440.00 +-20.98 ( 67.28 +-1.83%) Rich2 = 667.00 +-25.83 ( 52.89 +-1.41%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 10.00 +- 3.16 ( 1.53 +-0.48%) Rich2 = 14.00 +- 3.74 ( 1.11 +-0.30%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 192.00 +-13.86 ( 29.36 +-1.78%) Rich2 = 192.00 +-13.86 ( 15.23 +-1.01%) -GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 570.00 +-23.87 (100.00 +-0.00%) Rich2 = 1898.00 +-43.57 (100.00 +-0.00%) +GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 531.00 +-23.04 ( 93.16 +-1.06%) Rich2 = 758.00 +-27.53 ( 39.94 +-1.12%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 8.00 +- 2.83 ( 0.42 +-0.15%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 13.00 +- 3.61 ( 2.28 +-0.63%) Rich2 = 772.00 +-27.78 ( 40.67 +-1.13%) +GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.05 +-0.05%) GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.08 +-0.08%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 360.00 +-18.97 ( 28.55 +-1.27%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 79.00 +- 8.89 ( 12.08 +-1.27%) Rich2 = 79.00 +- 8.89 ( 6.26 +-0.68%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 60.00 +- 7.75 ( 9.17 +-1.13%) Rich2 = 59.00 +- 7.68 ( 4.68 +-0.59%) +GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 323.00 +-17.97 ( 17.02 +-0.86%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 27.00 +- 5.20 ( 4.74 +-0.89%) Rich2 = 199.00 +-14.11 ( 10.48 +-0.70%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 22.00 +- 4.69 ( 3.86 +-0.81%) Rich2 = 161.00 +-12.69 ( 8.48 +-0.64%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 24.00 +- 4.90 ( 3.67 +-0.74%) Rich2 = 38.00 +- 6.16 ( 3.01 +-0.48%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 11.00 +- 3.32 ( 1.93 +-0.58%) Rich2 = 67.00 +- 8.19 ( 3.53 +-0.42%) GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 440.00 +-20.98 ( 67.28 +-1.83%) Rich2Gas = 667.00 +-25.83 ( 52.89 +-1.41%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 531.00 +-23.04 ( 93.16 +-1.06%) Rich2Gas = 758.00 +-27.53 ( 39.94 +-1.12%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : @@ -8169,14 +8169,16 @@ GetRichHits INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHits INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 452.00 +- 21.26 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 1054.00 +- 32.47 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 24.00 +- 4.90 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 384.00 +- 19.60 / event -GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 29.00 +- 5.39 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 107.00 +- 10.34 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 5.00 +- 2.24 / event -GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 4.00 +- 2.00 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 557.00 +- 23.60 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 1117.00 +- 33.42 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 8.00 +- 2.83 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 785.00 +- 28.02 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 1.00 +- 1.00 / event +GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 30.00 +- 5.48 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 89.00 +- 9.43 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 3.00 +- 1.73 / event +GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 10.00 +- 3.16 / event +GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 1.00 +- 1.00 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 RichHits DEBUG Finalize base class GaudiAlgorithm RichHits DEBUG Tools to release : @@ -8222,46 +8224,46 @@ PackMCVertex DEBUG Tools to release : PackMCVertex DEBUG Services to release : MCVeloHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 714 | 714.00 | 0.0000 | 714.00 | 714.00 | + | "# PackedData" | 1 | 663 | 663.00 | 0.0000 | 663.00 | 663.00 | MCPuVetoHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 43 | 43.000 | 0.0000 | 43.000 | 43.000 | + | "# PackedData" | 1 | 47 | 47.000 | 0.0000 | 47.000 | 47.000 | MCTTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 308 | 308.00 | 0.0000 | 308.00 | 308.00 | + | "# PackedData" | 1 | 278 | 278.00 | 0.0000 | 278.00 | 278.00 | MCITHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 345 | 345.00 | 0.0000 | 345.00 | 345.00 | + | "# PackedData" | 1 | 298 | 298.00 | 0.0000 | 298.00 | 298.00 | MCOTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 951 | 951.00 | 0.0000 | 951.00 | 951.00 | + | "# PackedData" | 1 | 752 | 752.00 | 0.0000 | 752.00 | 752.00 | MCMuonHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 385 | 385.00 | 0.0000 | 385.00 | 385.00 | + | "# PackedData" | 1 | 363 | 363.00 | 0.0000 | 363.00 | 363.00 | MCPrsHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 3538 | 3538.0 | 0.0000 | 3538.0 | 3538.0 | + | "# PackedData" | 1 | 2500 | 2500.0 | 0.0000 | 2500.0 | 2500.0 | MCSpdHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2300 | 2300.0 | 0.0000 | 2300.0 | 2300.0 | + | "# PackedData" | 1 | 1776 | 1776.0 | 0.0000 | 1776.0 | 1776.0 | MCEcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 4049 | 4049.0 | 0.0000 | 4049.0 | 4049.0 | + | "# PackedData" | 1 | 2843 | 2843.0 | 0.0000 | 2843.0 | 2843.0 | MCHcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 344 | 344.00 | 0.0000 | 344.00 | 344.00 | + | "# PackedData" | 1 | 385 | 385.00 | 0.0000 | 385.00 | 385.00 | MCRichHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1915 | 1915.0 | 0.0000 | 1915.0 | 1915.0 | + | "# PackedData" | 1 | 2468 | 2468.0 | 0.0000 | 2468.0 | 2468.0 | MCRichOpPhotPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1914 | 1914.0 | 0.0000 | 1914.0 | 1914.0 | + | "# PackedData" | 1 | 2468 | 2468.0 | 0.0000 | 2468.0 | 2468.0 | MCRichSegmentPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 145 | 145.00 | 0.0000 | 145.00 | 145.00 | + | "# PackedData" | 1 | 133 | 133.00 | 0.0000 | 133.00 | 133.00 | MCRichTrackPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 130 | 130.00 | 0.0000 | 130.00 | 130.00 | + | "# PackedData" | 1 | 116 | 116.00 | 0.0000 | 116.00 | 116.00 | MainEventDataPacking DEBUG Finalize base class GaudiAlgorithm MainEventDataPacking DEBUG Tools to release : MainEventDataPacking DEBUG Services to release : @@ -8271,42 +8273,42 @@ MakeMainSim DEBUG Services to release : VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 714+/-0 -VeloGaussMoni INFO | Number of PileUpMCHits/Event: 43+/-0 +VeloGaussMoni INFO | Number of MCHits/Event: 663+/-0 +VeloGaussMoni INFO | Number of PileUpMCHits/Event: 47+/-0 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 308 -TTHitMonitor INFO Mean beta * gamma: 3727.93 -TTHitMonitor INFO Most Probable deposited charge: 0.153753 -TTHitMonitor INFO Half Sample width 0.0461056 +TTHitMonitor INFO #hits per event: 278 +TTHitMonitor INFO Mean beta * gamma: 1133.32 +TTHitMonitor INFO Most Probable deposited charge: 0.154272 +TTHitMonitor INFO Half Sample width 0.0644695 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 47 | 47 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 308 | 1148202 | 3727.9 | 20543. | 0.0095704 | 1.6154e+05 | - | "numberHits" | 1 | 308 | 308.00 | 0.0000 | 308.00 | 308.00 | + | "DeltaRay" | 42 | 42 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 278 | 315062.9 | 1133.3 | 3016.6 | 0.0041242 | 24163. | + | "numberHits" | 1 | 278 | 278.00 | 0.0000 | 278.00 | 278.00 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 345 -ITHitMonitor INFO Mean beta * gamma: 2495.55 -ITHitMonitor INFO Most Probable deposited charge: 0.116336 -ITHitMonitor INFO Half Sample width 0.0449239 +ITHitMonitor INFO #hits per event: 298 +ITHitMonitor INFO Mean beta * gamma: 2830.79 +ITHitMonitor INFO Most Probable deposited charge: 0.124779 +ITHitMonitor INFO Half Sample width 0.0364856 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 15 | 15 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 345 | 860964.2 | 2495.5 | 10808. | 0.0054476 | 1.6154e+05 | - | "numberHits" | 1 | 345 | 345.00 | 0.0000 | 345.00 | 345.00 | + | "DeltaRay" | 24 | 24 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 298 | 843574.6 | 2830.8 | 9322.5 | 0.22023 | 60770. | + | "numberHits" | 1 | 298 | 298.00 | 0.0000 | 298.00 | 298.00 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 951 -OTHitMonitor INFO Mean beta * gamma: 3678.45 -OTHitMonitor INFO Most Probable deposited charge: 0.196862 -OTHitMonitor INFO Half Sample width 0.0830083 +OTHitMonitor INFO #hits per event: 752 +OTHitMonitor INFO Mean beta * gamma: 4860.09 +OTHitMonitor INFO Most Probable deposited charge: 0.196934 +OTHitMonitor INFO Half Sample width 0.0708135 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 50 | 50 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 951 | 3498210 | 3678.5 | 20302. | 0.013513 | 1.6154e+05 | - | "numberHits" | 1 | 951 | 951.00 | 0.0000 | 951.00 | 951.00 | + | "DeltaRay" | 42 | 42 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 752 | 3654789 | 4860.1 | 15044. | 0.035222 | 1.2414e+05 | + | "numberHits" | 1 | 752 | 752.00 | 0.0000 | 752.00 | 752.00 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -8315,374 +8317,374 @@ MuonHitChecker INFO ------------------------------------------------ MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 110.000 0.000 7.000 0.000 0.000 R1 -MuonHitChecker INFO 122.000 0.000 4.000 0.000 2.000 R2 -MuonHitChecker INFO 74.000 0.000 0.000 0.000 0.000 R3 -MuonHitChecker INFO 66.000 0.000 0.000 0.000 0.000 R4 +MuonHitChecker INFO 72.000 12.000 4.000 10.000 8.000 R1 +MuonHitChecker INFO 126.000 10.000 0.000 0.000 2.000 R2 +MuonHitChecker INFO 69.000 1.000 0.000 0.000 3.000 R3 +MuonHitChecker INFO 44.000 1.000 1.000 0.000 0.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 372.000 0.000 11.000 0.000 2.000 allR +MuonHitChecker INFO 311.000 24.000 5.000 10.000 13.000 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 UnpackPuVetoHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 43 | 43.000 | 0.0000 | 43.000 | 43.000 | + | "# UnPackedData" | 1 | 47 | 47.000 | 0.0000 | 47.000 | 47.000 | CheckPuVetoHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 43 |-3.452523e-06 |-8.0291e-08 | 3.0553e-07 | -4.9399e-07 | 4.7447e-07 | - | "Diff. - Displacement y" | 43 |8.523299e-07 | 1.9822e-08 | 3.0445e-07 | -4.8566e-07 | 4.6952e-07 | - | "Diff. - Displacement z" | 43 |2.408799e-06 | 5.6019e-08 | 3.0763e-07 | -4.8685e-07 | 4.7967e-07 | - | "Diff. - Energy" | 43 |2.39416e-07 | 5.5678e-09 | 5.9233e-07 | -9.5604e-07 | 9.1199e-07 | - | "Diff. - Entry Point x" | 43 |6.289872e-06 | 1.4628e-07 | 2.8782e-05 | -4.7516e-05 | 4.5465e-05 | - | "Diff. - Entry Point y" | 43 |0.0002918699 | 6.7877e-06 | 2.5350e-05 | -4.4083e-05 | 4.6508e-05 | - | "Diff. - Entry Point z" | 43 |-0.0002061631 |-4.7945e-06 | 2.9825e-05 | -4.9596e-05 | 4.9780e-05 | - | "Diff. - Parent |P|" | 43 |-0.001328665 |-3.0899e-05 | 0.0027676 | -0.0048650 | 0.0045854 | - | "Diff. - TOF" | 43 |2.303889e-05 | 5.3579e-07 | 3.0850e-06 | -4.9955e-06 | 4.9415e-06 | - | "Original - Displacement x" | 43 | 0.5628155 | 0.013089 | 0.073632 | -0.028263 | 0.48099 | - | "Original - Displacement y" | 43 | 0.1204739 | 0.0028017 | 0.014204 | -0.036441 | 0.029072 | - | "Original - Displacement z" | 43 | -11.99622 | -0.27898 | 0.096407 | -0.30012 | 0.30307 | - | "Original - Energy" | 43 | 4.599294 | 0.10696 | 0.048046 | 0.037271 | 0.36365 | - | "Original - Entry Point x" | 43 | 162.878 | 3.7879 | 14.291 | -26.955 | 35.863 | - | "Original - Entry Point y" | 43 | 115.979 | 2.6972 | 13.531 | -28.125 | 28.981 | - | "Original - Entry Point z" | 43 | -11857.01 | -275.74 | 40.636 | -316.06 | -218.99 | - | "Original - Parent |P|" | 43 | 419075.5 | 9745.9 | 13680. | 5.2679 | 54233. | - | "Original - TOF" | 43 | 42.18364 | 0.98101 | 0.21223 | 0.73125 | 1.9882 | - | "Unpacked - Displacement x" | 43 | 0.562819 | 0.013089 | 0.073632 | -0.028263 | 0.48100 | - | "Unpacked - Displacement y" | 43 | 0.120473 | 0.0028017 | 0.014204 | -0.036441 | 0.029072 | - | "Unpacked - Displacement z" | 43 | -11.99622 | -0.27898 | 0.096407 | -0.30012 | 0.30307 | - | "Unpacked - Energy" | 43 | 4.599294 | 0.10696 | 0.048046 | 0.037270 | 0.36365 | - | "Unpacked - Entry Point x" | 43 | 162.878 | 3.7879 | 14.291 | -26.955 | 35.864 | - | "Unpacked - Entry Point y" | 43 | 115.9787 | 2.6972 | 13.531 | -28.125 | 28.981 | - | "Unpacked - Entry Point z" | 43 | -11857.01 | -275.74 | 40.636 | -316.06 | -218.99 | - | "Unpacked - Parent |P|" | 43 | 419075.5 | 9745.9 | 13680. | 5.2700 | 54233. | - | "Unpacked - TOF" | 43 | 42.18362 | 0.98101 | 0.21223 | 0.73125 | 1.9882 | + | "Diff. - Displacement x" | 47 |1.266843e-06 | 2.6954e-08 | 2.8081e-07 | -4.9347e-07 | 4.6024e-07 | + | "Diff. - Displacement y" | 47 |5.376017e-07 | 1.1438e-08 | 2.9258e-07 | -4.9782e-07 | 4.6730e-07 | + | "Diff. - Displacement z" | 47 |-3.058763e-07 |-6.5080e-09 | 2.8906e-07 | -4.6224e-07 | 4.9180e-07 | + | "Diff. - Energy" | 47 |4.571464e-06 | 9.7265e-08 | 6.2664e-07 | -9.8808e-07 | 9.5059e-07 | + | "Diff. - Entry Point x" | 47 |0.0002233447 | 4.7520e-06 | 2.4171e-05 | -4.4291e-05 | 4.8039e-05 | + | "Diff. - Entry Point y" | 47 |-0.0001565906 |-3.3317e-06 | 2.7228e-05 | -4.8537e-05 | 4.9687e-05 | + | "Diff. - Entry Point z" | 47 |-0.0006020365 |-1.2809e-05 | 3.0317e-05 | -4.9444e-05 | 4.7110e-05 | + | "Diff. - Parent |P|" | 47 |-0.01158968 |-0.00024659 | 0.0027556 | -0.0047490 | 0.0046163 | + | "Diff. - TOF" | 47 |-5.928518e-05 |-1.2614e-06 | 3.3413e-06 | -4.9201e-06 | 4.5220e-06 | + | "Original - Displacement x" | 47 | -2.217289 | -0.047176 | 0.15421 | -0.71400 | 0.023406 | + | "Original - Displacement y" | 47 | 2.791005 | 0.059383 | 0.36633 | -0.053099 | 2.5328 | + | "Original - Displacement z" | 47 | -9.182514 | -0.19537 | 0.16767 | -0.30012 | 0.27354 | + | "Original - Energy" | 47 | 37.39103 | 0.79555 | 1.7915 | 0.0059020 | 9.0476 | + | "Original - Entry Point x" | 47 | 213.6073 | 4.5448 | 16.271 | -34.029 | 23.603 | + | "Original - Entry Point y" | 47 | 142.8801 | 3.0400 | 11.488 | -28.033 | 28.448 | + | "Original - Entry Point z" | 47 | -13287.06 | -282.70 | 39.932 | -316.05 | -218.99 | + | "Original - Parent |P|" | 47 | 393433.6 | 8370.9 | 13545. | 148.42 | 54234. | + | "Original - TOF" | 47 | 47.94133 | 1.0200 | 0.25215 | 0.73125 | 2.0343 | + | "Unpacked - Displacement x" | 47 | -2.21729 | -0.047176 | 0.15421 | -0.71400 | 0.023406 | + | "Unpacked - Displacement y" | 47 | 2.791004 | 0.059383 | 0.36633 | -0.053099 | 2.5328 | + | "Unpacked - Displacement z" | 47 | -9.182514 | -0.19537 | 0.16767 | -0.30012 | 0.27354 | + | "Unpacked - Energy" | 47 | 37.39102 | 0.79555 | 1.7915 | 0.0059020 | 9.0476 | + | "Unpacked - Entry Point x" | 47 | 213.6071 | 4.5448 | 16.271 | -34.029 | 23.603 | + | "Unpacked - Entry Point y" | 47 | 142.8803 | 3.0400 | 11.488 | -28.033 | 28.448 | + | "Unpacked - Entry Point z" | 47 | -13287.05 | -282.70 | 39.932 | -316.05 | -218.99 | + | "Unpacked - Parent |P|" | 47 | 393433.6 | 8370.9 | 13545. | 148.42 | 54234. | + | "Unpacked - TOF" | 47 | 47.94139 | 1.0200 | 0.25215 | 0.73125 | 2.0343 | UnpackVeloHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 714 | 714.00 | 0.0000 | 714.00 | 714.00 | + | "# UnPackedData" | 1 | 663 | 663.00 | 0.0000 | 663.00 | 663.00 | CheckVeloHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 714 |2.832598e-06 | 3.9672e-09 | 2.8829e-07 | -4.9868e-07 | 4.9773e-07 | - | "Diff. - Displacement y" | 714 |2.280917e-06 | 3.1946e-09 | 2.8602e-07 | -4.9956e-07 | 4.9848e-07 | - | "Diff. - Displacement z" | 714 |3.798085e-06 | 5.3194e-09 | 2.8011e-07 | -4.9838e-07 | 4.9891e-07 | - | "Diff. - Energy" | 714 |-7.989879e-06 |-1.1190e-08 | 5.9279e-07 | -9.9531e-07 | 9.9978e-07 | - | "Diff. - Entry Point x" | 714 |0.0008400004 | 1.1765e-06 | 2.9091e-05 | -4.9962e-05 | 4.9937e-05 | - | "Diff. - Entry Point y" | 714 |5.42008e-05 | 7.5911e-08 | 2.9239e-05 | -4.9993e-05 | 4.9934e-05 | - | "Diff. - Entry Point z" | 714 |0.0003305633 | 4.6297e-07 | 2.8944e-05 | -4.9987e-05 | 4.9968e-05 | - | "Diff. - Parent |P|" | 714 |-0.00250487 |-3.5082e-06 | 0.0029382 | -0.0049878 | 0.0049645 | - | "Diff. - TOF" | 714 |-3.652762e-05 |-5.1159e-08 | 2.9759e-06 | -4.9650e-06 | 4.9907e-06 | - | "Original - Displacement x" | 714 | 6.374532 | 0.0089279 | 0.11540 | -0.42951 | 1.1286 | - | "Original - Displacement y" | 714 | 0.3074613 | 0.00043062 | 0.11231 | -1.0629 | 0.86477 | - | "Original - Displacement z" | 714 | 107.97 | 0.15122 | 0.25345 | -0.30036 | 0.30047 | - | "Original - Energy" | 714 | 90.86247 | 0.12726 | 0.11981 | 0.0090648 | 1.2773 | - | "Original - Entry Point x" | 714 | 704.6899 | 0.98696 | 15.579 | -42.495 | 43.968 | - | "Original - Entry Point y" | 714 | 2236.39 | 3.1322 | 16.364 | -42.926 | 42.477 | - | "Original - Entry Point z" | 714 | 158022.4 | 221.32 | 288.56 | -175.78 | 751.17 | - | "Original - Parent |P|" | 714 | 5773943 | 8086.8 | 15236. | 3.6450 | 94265. | - | "Original - TOF" | 714 | 643.6632 | 0.90149 | 0.76837 | 0.032946 | 2.5103 | - | "Unpacked - Displacement x" | 714 | 6.374529 | 0.0089279 | 0.11540 | -0.42951 | 1.1286 | - | "Unpacked - Displacement y" | 714 | 0.307459 | 0.00043061 | 0.11231 | -1.0629 | 0.86477 | - | "Unpacked - Displacement z" | 714 | 107.97 | 0.15122 | 0.25345 | -0.30036 | 0.30047 | - | "Unpacked - Energy" | 714 | 90.86247 | 0.12726 | 0.11981 | 0.0090640 | 1.2773 | - | "Unpacked - Entry Point x" | 714 | 704.6891 | 0.98696 | 15.579 | -42.495 | 43.968 | - | "Unpacked - Entry Point y" | 714 | 2236.39 | 3.1322 | 16.364 | -42.926 | 42.477 | - | "Unpacked - Entry Point z" | 714 | 158022.4 | 221.32 | 288.56 | -175.78 | 751.17 | - | "Unpacked - Parent |P|" | 714 | 5773943 | 8086.8 | 15236. | 3.6500 | 94265. | - | "Unpacked - TOF" | 714 | 643.6632 | 0.90149 | 0.76837 | 0.032950 | 2.5103 | + | "Diff. - Displacement x" | 663 |-7.812141e-07 |-1.1783e-09 | 2.8869e-07 | -4.9753e-07 | 4.9950e-07 | + | "Diff. - Displacement y" | 663 |7.527677e-06 | 1.1354e-08 | 2.9110e-07 | -4.9904e-07 | 4.9460e-07 | + | "Diff. - Displacement z" | 663 |2.16231e-06 | 3.2614e-09 | 2.9038e-07 | -4.9952e-07 | 4.9859e-07 | + | "Diff. - Energy" | 663 |-1.056332e-05 |-1.5933e-08 | 5.7509e-07 | -9.9778e-07 | 9.9013e-07 | + | "Diff. - Entry Point x" | 663 |0.0002199757 | 3.3179e-07 | 2.7847e-05 | -4.9939e-05 | 4.9879e-05 | + | "Diff. - Entry Point y" | 663 |0.0002533009 | 3.8205e-07 | 2.8606e-05 | -4.9957e-05 | 4.9770e-05 | + | "Diff. - Entry Point z" | 663 |0.001884106 | 2.8418e-06 | 2.8734e-05 | -4.9884e-05 | 4.9968e-05 | + | "Diff. - Parent |P|" | 663 | 0.02176564 | 3.2829e-05 | 0.0029113 | -0.0049922 | 0.0049960 | + | "Diff. - TOF" | 663 |5.773222e-05 | 8.7077e-08 | 2.9029e-06 | -4.9688e-06 | 4.9340e-06 | + | "Original - Displacement x" | 663 | 7.494565 | 0.011304 | 0.11694 | -0.21304 | 1.1481 | + | "Original - Displacement y" | 663 | -2.782905 | -0.0041974 | 0.11558 | -1.1388 | 0.86624 | + | "Original - Displacement z" | 663 | 111.9363 | 0.16883 | 0.24460 | -0.30036 | 0.30047 | + | "Original - Energy" | 663 | 87.19705 | 0.13152 | 0.14776 | 0.012899 | 1.4810 | + | "Original - Entry Point x" | 663 | 1086.214 | 1.6383 | 14.709 | -42.347 | 43.538 | + | "Original - Entry Point y" | 663 | 1524.465 | 2.2993 | 16.661 | -42.881 | 42.312 | + | "Original - Entry Point z" | 663 | 160607.2 | 242.24 | 286.51 | -175.78 | 751.00 | + | "Original - Parent |P|" | 663 | 5343832 | 8060.1 | 14581. | 3.0932 | 94265. | + | "Original - TOF" | 663 | 633.051 | 0.95483 | 0.78723 | 0.032913 | 2.8843 | + | "Unpacked - Displacement x" | 663 | 7.494566 | 0.011304 | 0.11694 | -0.21304 | 1.1481 | + | "Unpacked - Displacement y" | 663 | -2.782913 | -0.0041975 | 0.11558 | -1.1388 | 0.86624 | + | "Unpacked - Displacement z" | 663 | 111.9363 | 0.16883 | 0.24460 | -0.30036 | 0.30047 | + | "Unpacked - Energy" | 663 | 87.19706 | 0.13152 | 0.14776 | 0.012898 | 1.4810 | + | "Unpacked - Entry Point x" | 663 | 1086.214 | 1.6383 | 14.709 | -42.347 | 43.538 | + | "Unpacked - Entry Point y" | 663 | 1524.464 | 2.2993 | 16.661 | -42.881 | 42.312 | + | "Unpacked - Entry Point z" | 663 | 160607.2 | 242.24 | 286.51 | -175.78 | 751.00 | + | "Unpacked - Parent |P|" | 663 | 5343832 | 8060.1 | 14581. | 3.0900 | 94265. | + | "Unpacked - TOF" | 663 | 633.0509 | 0.95483 | 0.78723 | 0.032910 | 2.8843 | UnpackTTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 308 | 308.00 | 0.0000 | 308.00 | 308.00 | + | "# UnPackedData" | 1 | 278 | 278.00 | 0.0000 | 278.00 | 278.00 | CheckTTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 308 |7.075995e-06 | 2.2974e-08 | 2.9175e-07 | -4.9118e-07 | 4.9839e-07 | - | "Diff. - Displacement y" | 308 |7.507524e-06 | 2.4375e-08 | 2.8312e-07 | -4.9400e-07 | 4.9857e-07 | - | "Diff. - Displacement z" | 308 |-1.680048e-06 |-5.4547e-09 | 1.1429e-07 | -4.9418e-07 | 4.8590e-07 | - | "Diff. - Energy" | 308 |2.154994e-06 | 6.9967e-09 | 6.1270e-07 | -9.9825e-07 | 9.9646e-07 | - | "Diff. - Entry Point x" | 308 |0.0001295046 | 4.2047e-07 | 2.8950e-05 | -4.9943e-05 | 4.9570e-05 | - | "Diff. - Entry Point y" | 308 |0.0004842611 | 1.5723e-06 | 2.9133e-05 | -4.9155e-05 | 4.9761e-05 | - | "Diff. - Entry Point z" | 308 |-9.259392e-05 |-3.0063e-07 | 6.1067e-06 | -4.1680e-05 | 3.6669e-05 | - | "Diff. - Parent |P|" | 308 | 0.07645563 | 0.00024823 | 0.0028669 | -0.0049168 | 0.0049822 | - | "Diff. - TOF" | 308 |3.702192e-05 | 1.2020e-07 | 3.0220e-06 | -4.9830e-06 | 4.9850e-06 | - | "Original - Displacement x" | 308 | 0.3016521 | 0.00097939 | 0.48213 | -2.8215 | 4.6575 | - | "Original - Displacement y" | 308 | 3.941401 | 0.012797 | 0.46378 | -6.2839 | 3.4001 | - | "Original - Displacement z" | 308 | 111.2971 | 0.36135 | 0.30333 | -0.50000 | 0.50000 | - | "Original - Energy" | 308 | 79.2142 | 0.25719 | 0.48213 | 0.0027655 | 6.9371 | - | "Original - Entry Point x" | 308 | 4064.244 | 13.196 | 265.51 | -741.44 | 728.16 | - | "Original - Entry Point y" | 308 | -2195.935 | -7.1297 | 238.04 | -673.79 | 637.81 | - | "Original - Entry Point z" | 308 | 767804.3 | 2492.9 | 136.93 | 2322.0 | 2648.0 | - | "Original - Parent |P|" | 308 | 1628806 | 5288.3 | 14755. | 1.4244 | 94253. | - | "Original - TOF" | 308 | 3120.475 | 10.131 | 5.0868 | 7.6555 | 40.026 | - | "Unpacked - Displacement x" | 308 | 0.301645 | 0.00097937 | 0.48213 | -2.8215 | 4.6575 | - | "Unpacked - Displacement y" | 308 | 3.941393 | 0.012797 | 0.46378 | -6.2839 | 3.4001 | - | "Unpacked - Displacement z" | 308 | 111.2971 | 0.36135 | 0.30333 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 308 | 79.2142 | 0.25719 | 0.48213 | 0.0027660 | 6.9371 | - | "Unpacked - Entry Point x" | 308 | 4064.244 | 13.196 | 265.51 | -741.44 | 728.16 | - | "Unpacked - Entry Point y" | 308 | -2195.936 | -7.1297 | 238.04 | -673.79 | 637.81 | - | "Unpacked - Entry Point z" | 308 | 767804.3 | 2492.9 | 136.93 | 2322.0 | 2648.0 | - | "Unpacked - Parent |P|" | 308 | 1628806 | 5288.3 | 14755. | 1.4200 | 94253. | - | "Unpacked - TOF" | 308 | 3120.475 | 10.131 | 5.0868 | 7.6555 | 40.026 | + | "Diff. - Displacement x" | 278 |-9.722001e-06 |-3.4971e-08 | 2.9170e-07 | -4.9863e-07 | 4.9780e-07 | + | "Diff. - Displacement y" | 278 |3.091629e-07 | 1.1121e-09 | 2.9498e-07 | -4.9823e-07 | 4.9980e-07 | + | "Diff. - Displacement z" | 278 |-3.232194e-07 |-1.1627e-09 | 1.3477e-07 | -4.9660e-07 | 4.8876e-07 | + | "Diff. - Energy" | 278 |3.924692e-07 | 1.4118e-09 | 5.8224e-07 | -9.9997e-07 | 9.9971e-07 | + | "Diff. - Entry Point x" | 278 |-0.0004521846 |-1.6266e-06 | 2.8014e-05 | -4.9445e-05 | 4.9379e-05 | + | "Diff. - Entry Point y" | 278 |-0.001282799 |-4.6144e-06 | 2.7771e-05 | -4.9663e-05 | 4.9975e-05 | + | "Diff. - Entry Point z" | 278 |0.0004414537 | 1.5880e-06 | 1.0056e-05 | -4.6655e-05 | 4.8891e-05 | + | "Diff. - Parent |P|" | 278 |-0.002079062 |-7.4786e-06 | 0.0028499 | -0.0049680 | 0.0049559 | + | "Diff. - TOF" | 278 |-7.996159e-05 |-2.8763e-07 | 2.9252e-06 | -4.9898e-06 | 4.9446e-06 | + | "Original - Displacement x" | 278 | -2.841626 | -0.010222 | 0.29431 | -1.2815 | 1.3498 | + | "Original - Displacement y" | 278 | 8.778173 | 0.031576 | 0.26053 | -1.4581 | 2.3252 | + | "Original - Displacement z" | 278 | 80.76664 | 0.29053 | 0.35803 | -0.50000 | 0.50000 | + | "Original - Energy" | 278 | 60.08149 | 0.21612 | 0.19143 | 5.8963e-05 | 2.1079 | + | "Original - Entry Point x" | 278 | -6313.436 | -22.710 | 269.68 | -766.45 | 736.11 | + | "Original - Entry Point y" | 278 | 5538.849 | 19.924 | 269.70 | -634.89 | 619.49 | + | "Original - Entry Point z" | 278 | 691861.8 | 2488.7 | 136.12 | 2322.0 | 2647.7 | + | "Original - Parent |P|" | 278 | 1182266 | 4252.8 | 12625. | 1.5160 | 94255. | + | "Original - TOF" | 278 | 2922.929 | 10.514 | 5.7549 | 7.6565 | 48.702 | + | "Unpacked - Displacement x" | 278 | -2.841616 | -0.010222 | 0.29431 | -1.2815 | 1.3498 | + | "Unpacked - Displacement y" | 278 | 8.778173 | 0.031576 | 0.26053 | -1.4581 | 2.3252 | + | "Unpacked - Displacement z" | 278 | 80.76664 | 0.29053 | 0.35803 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 278 | 60.08149 | 0.21612 | 0.19143 | 5.8000e-05 | 2.1079 | + | "Unpacked - Entry Point x" | 278 | -6313.436 | -22.710 | 269.68 | -766.45 | 736.11 | + | "Unpacked - Entry Point y" | 278 | 5538.85 | 19.924 | 269.70 | -634.89 | 619.49 | + | "Unpacked - Entry Point z" | 278 | 691861.8 | 2488.7 | 136.12 | 2322.0 | 2647.7 | + | "Unpacked - Parent |P|" | 278 | 1182266 | 4252.8 | 12625. | 1.5200 | 94255. | + | "Unpacked - TOF" | 278 | 2922.929 | 10.514 | 5.7549 | 7.6565 | 48.702 | UnpackITHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 345 | 345.00 | 0.0000 | 345.00 | 345.00 | + | "# UnPackedData" | 1 | 298 | 298.00 | 0.0000 | 298.00 | 298.00 | CheckITHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 345 |6.560526e-07 | 1.9016e-09 | 2.6959e-07 | -4.9947e-07 | 4.9802e-07 | - | "Diff. - Displacement y" | 345 |5.38438e-06 | 1.5607e-08 | 2.8785e-07 | -4.9648e-07 | 4.9631e-07 | - | "Diff. - Displacement z" | 345 |-4.804392e-06 |-1.3926e-08 | 2.6477e-07 | -4.9886e-07 | 4.9900e-07 | - | "Diff. - Energy" | 345 |6.007718e-06 | 1.7414e-08 | 5.8950e-07 | -9.9610e-07 | 9.9722e-07 | - | "Diff. - Entry Point x" | 345 |1.128358e-06 | 3.2706e-09 | 2.9498e-05 | -4.9768e-05 | 4.9526e-05 | - | "Diff. - Entry Point y" | 345 |0.0001150154 | 3.3338e-07 | 2.8778e-05 | -4.9795e-05 | 4.9742e-05 | - | "Diff. - Entry Point z" | 345 |0.0002929484 | 8.4913e-07 | 2.9629e-05 | -4.9991e-05 | 4.9362e-05 | - | "Diff. - Parent |P|" | 345 |-0.01570711 |-4.5528e-05 | 0.0030861 | -0.0049879 | 0.0049798 | - | "Diff. - TOF" | 345 |-8.22471e-05 |-2.3840e-07 | 2.9121e-06 | -4.9629e-06 | 4.9787e-06 | - | "Original - Displacement x" | 345 | 3.433934 | 0.0099534 | 0.25366 | -1.3638 | 1.1197 | - | "Original - Displacement y" | 345 | -0.5817556 | -0.0016862 | 0.11430 | -0.62734 | 0.82414 | - | "Original - Displacement z" | 345 | 101.001 | 0.29276 | 0.21247 | -0.41043 | 0.41103 | - | "Original - Energy" | 345 | 67.32747 | 0.19515 | 0.32071 | 0.00025113 | 4.9434 | - | "Original - Entry Point x" | 345 | 17461.46 | 50.613 | 243.52 | -484.32 | 610.88 | - | "Original - Entry Point y" | 345 | 7924.781 | 22.970 | 108.10 | -204.69 | 212.39 | - | "Original - Entry Point z" | 345 | 2841546 | 8236.4 | 554.47 | 7667.7 | 9172.3 | - | "Original - Parent |P|" | 345 | 3269629 | 9477.2 | 19821. | 1.4263 | 94246. | - | "Original - TOF" | 345 | 9638.158 | 27.937 | 1.9222 | 25.533 | 32.936 | - | "Unpacked - Displacement x" | 345 | 3.433933 | 0.0099534 | 0.25366 | -1.3638 | 1.1197 | - | "Unpacked - Displacement y" | 345 | -0.581761 | -0.0016863 | 0.11430 | -0.62734 | 0.82414 | - | "Unpacked - Displacement z" | 345 | 101.001 | 0.29276 | 0.21247 | -0.41043 | 0.41103 | - | "Unpacked - Energy" | 345 | 67.32746 | 0.19515 | 0.32071 | 0.00025200 | 4.9434 | - | "Unpacked - Entry Point x" | 345 | 17461.46 | 50.613 | 243.52 | -484.32 | 610.88 | - | "Unpacked - Entry Point y" | 345 | 7924.781 | 22.970 | 108.10 | -204.69 | 212.39 | - | "Unpacked - Entry Point z" | 345 | 2841546 | 8236.4 | 554.47 | 7667.7 | 9172.3 | - | "Unpacked - Parent |P|" | 345 | 3269629 | 9477.2 | 19821. | 1.4300 | 94246. | - | "Unpacked - TOF" | 345 | 9638.158 | 27.937 | 1.9222 | 25.533 | 32.936 | + | "Diff. - Displacement x" | 298 |-1.052612e-05 |-3.5323e-08 | 2.8901e-07 | -4.9939e-07 | 4.9890e-07 | + | "Diff. - Displacement y" | 298 |-3.987858e-06 |-1.3382e-08 | 2.8018e-07 | -4.9851e-07 | 4.9787e-07 | + | "Diff. - Displacement z" | 298 |-5.209606e-06 |-1.7482e-08 | 2.9543e-07 | -4.9620e-07 | 4.9924e-07 | + | "Diff. - Energy" | 298 |-1.388693e-05 |-4.6600e-08 | 5.7477e-07 | -9.9191e-07 | 9.9441e-07 | + | "Diff. - Entry Point x" | 298 |-0.0002640014 |-8.8591e-07 | 2.9021e-05 | -4.9902e-05 | 4.9900e-05 | + | "Diff. - Entry Point y" | 298 |0.000358882 | 1.2043e-06 | 2.9045e-05 | -4.9906e-05 | 4.9891e-05 | + | "Diff. - Entry Point z" | 298 |-0.0008028247 |-2.6940e-06 | 2.8291e-05 | -4.9690e-05 | 4.9663e-05 | + | "Diff. - Parent |P|" | 298 | 0.02914154 | 9.7790e-05 | 0.0029907 | -0.0049998 | 0.0049919 | + | "Diff. - TOF" | 298 |1.849882e-05 | 6.2077e-08 | 2.8970e-06 | -4.9948e-06 | 4.9644e-06 | + | "Original - Displacement x" | 298 | -6.977354 | -0.023414 | 0.18223 | -0.58383 | 1.2152 | + | "Original - Displacement y" | 298 | 2.443665 | 0.0082002 | 0.067231 | -0.39377 | 0.44197 | + | "Original - Displacement z" | 298 | 99.4269 | 0.33365 | 0.18519 | -0.41122 | 0.41090 | + | "Original - Energy" | 298 | 64.70044 | 0.21712 | 0.42562 | 0.0021215 | 3.6122 | + | "Original - Entry Point x" | 298 | -28657.71 | -96.167 | 259.11 | -549.94 | 489.04 | + | "Original - Entry Point y" | 298 | 5648.746 | 18.956 | 87.092 | -185.97 | 210.49 | + | "Original - Entry Point z" | 298 | 2480952 | 8325.3 | 574.81 | 7667.8 | 9172.3 | + | "Original - Parent |P|" | 298 | 3585083 | 12030. | 21100. | 1.4619 | 94245. | + | "Original - TOF" | 298 | 8429.628 | 28.287 | 2.4194 | 25.516 | 36.869 | + | "Unpacked - Displacement x" | 298 | -6.977343 | -0.023414 | 0.18223 | -0.58383 | 1.2152 | + | "Unpacked - Displacement y" | 298 | 2.443669 | 0.0082002 | 0.067231 | -0.39377 | 0.44197 | + | "Unpacked - Displacement z" | 298 | 99.42691 | 0.33365 | 0.18519 | -0.41122 | 0.41090 | + | "Unpacked - Energy" | 298 | 64.70045 | 0.21712 | 0.42562 | 0.0021220 | 3.6122 | + | "Unpacked - Entry Point x" | 298 | -28657.71 | -96.167 | 259.11 | -549.94 | 489.04 | + | "Unpacked - Entry Point y" | 298 | 5648.746 | 18.956 | 87.092 | -185.97 | 210.49 | + | "Unpacked - Entry Point z" | 298 | 2480952 | 8325.3 | 574.81 | 7667.8 | 9172.3 | + | "Unpacked - Parent |P|" | 298 | 3585083 | 12030. | 21100. | 1.4600 | 94245. | + | "Unpacked - TOF" | 298 | 8429.628 | 28.287 | 2.4194 | 25.516 | 36.869 | UnpackOTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 951 | 951.00 | 0.0000 | 951.00 | 951.00 | + | "# UnPackedData" | 1 | 752 | 752.00 | 0.0000 | 752.00 | 752.00 | CheckOTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 951 |1.253144e-05 | 1.3177e-08 | 2.8278e-07 | -4.9900e-07 | 4.9285e-07 | - | "Diff. - Displacement y" | 951 |-2.209338e-07 |-2.3232e-10 | 2.9118e-07 | -4.9717e-07 | 4.9934e-07 | - | "Diff. - Displacement z" | 951 |-2.74831e-06 |-2.8899e-09 | 2.9036e-07 | -4.9932e-07 | 4.9962e-07 | - | "Diff. - Energy" | 951 |1.073534e-05 | 1.1288e-08 | 5.8001e-07 | -9.9918e-07 | 9.9868e-07 | - | "Diff. - Entry Point x" | 951 |-0.0004196031 |-4.4122e-07 | 2.8325e-05 | -4.9899e-05 | 4.9824e-05 | - | "Diff. - Entry Point y" | 951 |-0.0009273659 |-9.7515e-07 | 2.9349e-05 | -4.9893e-05 | 4.9996e-05 | - | "Diff. - Entry Point z" | 951 |-0.0002278308 |-2.3957e-07 | 2.8491e-05 | -4.9966e-05 | 4.9910e-05 | - | "Diff. - Parent |P|" | 951 |-0.06039647 |-6.3508e-05 | 0.0028714 | -0.0049837 | 0.0049716 | - | "Diff. - TOF" | 951 |-1.538104e-05 |-1.6174e-08 | 2.8604e-06 | -4.9882e-06 | 4.9894e-06 | - | "Original - Displacement x" | 951 | -1293.891 | -1.3606 | 8.1293 | -73.826 | 103.44 | - | "Original - Displacement y" | 951 | 855.8789 | 0.89998 | 7.2148 | -33.901 | 76.058 | - | "Original - Displacement z" | 951 | 7144.536 | 7.5127 | 6.5654 | -10.838 | 11.004 | - | "Original - Energy" | 951 | 316.1195 | 0.33241 | 0.43218 | 0.00056348 | 5.2261 | - | "Original - Entry Point x" | 951 | -140205.9 | -147.43 | 1211.0 | -2944.5 | 2998.3 | - | "Original - Entry Point y" | 951 | 25751.8 | 27.079 | 683.02 | -2414.2 | 2422.5 | - | "Original - Entry Point z" | 951 | 8322934 | 8751.8 | 540.93 | 7847.0 | 9414.8 | - | "Original - Parent |P|" | 951 | 3694939 | 3885.3 | 11437. | 1.4230 | 94244. | - | "Original - TOF" | 951 | 30744.59 | 32.329 | 7.5935 | 26.132 | 125.58 | - | "Unpacked - Displacement x" | 951 | -1293.891 | -1.3606 | 8.1293 | -73.826 | 103.44 | - | "Unpacked - Displacement y" | 951 | 855.8789 | 0.89998 | 7.2148 | -33.901 | 76.058 | - | "Unpacked - Displacement z" | 951 | 7144.536 | 7.5127 | 6.5654 | -10.838 | 11.004 | - | "Unpacked - Energy" | 951 | 316.1195 | 0.33241 | 0.43218 | 0.00056400 | 5.2261 | - | "Unpacked - Entry Point x" | 951 | -140205.9 | -147.43 | 1211.0 | -2944.5 | 2998.3 | - | "Unpacked - Entry Point y" | 951 | 25751.8 | 27.079 | 683.02 | -2414.2 | 2422.5 | - | "Unpacked - Entry Point z" | 951 | 8322934 | 8751.8 | 540.93 | 7847.0 | 9414.8 | - | "Unpacked - Parent |P|" | 951 | 3694939 | 3885.3 | 11437. | 1.4200 | 94244. | - | "Unpacked - TOF" | 951 | 30744.59 | 32.329 | 7.5935 | 26.132 | 125.58 | + | "Diff. - Displacement x" | 752 |2.06437e-06 | 2.7452e-09 | 2.8308e-07 | -4.9898e-07 | 4.9753e-07 | + | "Diff. - Displacement y" | 752 |7.497991e-06 | 9.9707e-09 | 2.8416e-07 | -4.9916e-07 | 4.9879e-07 | + | "Diff. - Displacement z" | 752 |8.177658e-06 | 1.0875e-08 | 3.0014e-07 | -4.9826e-07 | 4.9893e-07 | + | "Diff. - Energy" | 752 |-2.386841e-05 |-3.1740e-08 | 5.7730e-07 | -9.9777e-07 | 9.9949e-07 | + | "Diff. - Entry Point x" | 752 |-0.0005369411 |-7.1402e-07 | 2.8922e-05 | -4.9953e-05 | 4.9963e-05 | + | "Diff. - Entry Point y" | 752 |1.587462e-05 | 2.1110e-08 | 2.9332e-05 | -4.9887e-05 | 4.9985e-05 | + | "Diff. - Entry Point z" | 752 |-0.0008130295 |-1.0812e-06 | 2.8807e-05 | -4.9962e-05 | 4.9956e-05 | + | "Diff. - Parent |P|" | 752 |0.003807845 | 5.0636e-06 | 0.0028798 | -0.0049957 | 0.0049847 | + | "Diff. - TOF" | 752 |-3.373777e-05 |-4.4864e-08 | 2.9519e-06 | -4.9968e-06 | 4.9924e-06 | + | "Original - Displacement x" | 752 | -1540.127 | -2.0480 | 9.7841 | -93.628 | 82.028 | + | "Original - Displacement y" | 752 | -101.011 | -0.13432 | 3.4540 | -26.663 | 35.948 | + | "Original - Displacement z" | 752 | 5796.962 | 7.7087 | 6.2117 | -10.798 | 10.805 | + | "Original - Energy" | 752 | 200.275 | 0.26632 | 0.32121 | 0.00019410 | 5.7821 | + | "Original - Entry Point x" | 752 | -189086 | -251.44 | 1303.9 | -3014.2 | 3006.9 | + | "Original - Entry Point y" | 752 | 18689.17 | 24.853 | 631.68 | -2238.6 | 2347.3 | + | "Original - Entry Point z" | 752 | 6461528 | 8592.5 | 579.06 | 7850.2 | 9409.6 | + | "Original - Parent |P|" | 752 | 3349322 | 4453.9 | 10411. | 1.4438 | 94239. | + | "Original - TOF" | 752 | 23266.84 | 30.940 | 4.4397 | 26.132 | 63.278 | + | "Unpacked - Displacement x" | 752 | -1540.127 | -2.0480 | 9.7841 | -93.628 | 82.028 | + | "Unpacked - Displacement y" | 752 | -101.011 | -0.13432 | 3.4540 | -26.663 | 35.948 | + | "Unpacked - Displacement z" | 752 | 5796.962 | 7.7087 | 6.2117 | -10.798 | 10.805 | + | "Unpacked - Energy" | 752 | 200.275 | 0.26632 | 0.32121 | 0.00019400 | 5.7821 | + | "Unpacked - Entry Point x" | 752 | -189086 | -251.44 | 1303.9 | -3014.2 | 3006.9 | + | "Unpacked - Entry Point y" | 752 | 18689.17 | 24.853 | 631.68 | -2238.6 | 2347.3 | + | "Unpacked - Entry Point z" | 752 | 6461528 | 8592.5 | 579.06 | 7850.2 | 9409.6 | + | "Unpacked - Parent |P|" | 752 | 3349322 | 4453.9 | 10411. | 1.4400 | 94239. | + | "Unpacked - TOF" | 752 | 23266.84 | 30.940 | 4.4397 | 26.132 | 63.278 | UnpackRichHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1915 | 1915.0 | 0.0000 | 1915.0 | 1915.0 | + | "# UnPackedData" | 1 | 2468 | 2468.0 | 0.0000 | 2468.0 | 2468.0 | UnpackRichOpPhot SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1914 | 1914.0 | 0.0000 | 1914.0 | 1914.0 | + | "# UnPackedData" | 1 | 2468 | 2468.0 | 0.0000 | 2468.0 | 2468.0 | UnpackRichSegments SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 145 | 145.00 | 0.0000 | 145.00 | 145.00 | + | "# UnPackedData" | 1 | 133 | 133.00 | 0.0000 | 133.00 | 133.00 | UnpackRichTracks SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 130 | 130.00 | 0.0000 | 130.00 | 130.00 | + | "# UnPackedData" | 1 | 116 | 116.00 | 0.0000 | 116.00 | 116.00 | CheckRichHits SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1915 |-0.001218931 |-6.3652e-07 | 2.7847e-05 | -0.0012189 | -6.9389e-18 | - | "Diff. - Entry Point x" | 1915 |0.002858731 | 1.4928e-06 | 2.8966e-05 | -4.9984e-05 | 4.9971e-05 | - | "Diff. - Entry Point y" | 1915 |0.001243874 | 6.4954e-07 | 2.8990e-05 | -4.9896e-05 | 4.9876e-05 | - | "Diff. - Entry Point z" | 1915 |-0.001492938 |-7.7960e-07 | 2.8804e-05 | -4.9791e-05 | 4.9958e-05 | - | "Diff. - TOF" | 1915 |-7.006331e-05 |-3.6587e-08 | 2.8545e-06 | -4.9972e-06 | 4.9980e-06 | - | "Original - Energy" | 1915 | 44.99878 | 0.023498 | 0.15304 | 0.020000 | 6.7188 | - | "Original - Entry Point x" | 1915 | -197089.4 | -102.92 | 3269.7 | -4149.9 | 4151.0 | - | "Original - Entry Point y" | 1915 | -240966.5 | -125.83 | 763.14 | -1390.7 | 1354.5 | - | "Original - Entry Point z" | 1915 |1.462243e+07 | 7635.7 | 4354.6 | 1331.9 | 11094. | - | "Original - TOF" | 1915 | 75090.74 | 39.212 | 21.106 | 7.6830 | 144.10 | - | "Unpacked - Energy" | 1915 | 45 | 0.023499 | 0.15307 | 0.020000 | 6.7200 | - | "Unpacked - Entry Point x" | 1915 | -197089.4 | -102.92 | 3269.7 | -4149.9 | 4151.0 | - | "Unpacked - Entry Point y" | 1915 | -240966.5 | -125.83 | 763.14 | -1390.7 | 1354.5 | - | "Unpacked - Entry Point z" | 1915 |1.462243e+07 | 7635.7 | 4354.6 | 1331.9 | 11094. | - | "Unpacked - TOF" | 1915 | 75090.74 | 39.212 | 21.106 | 7.6830 | 144.10 | + | "Diff. - Energy" | 2468 |-1.712519e-14 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 2468 |-0.0001779066 |-7.2085e-08 | 2.8794e-05 | -4.9926e-05 | 4.9966e-05 | + | "Diff. - Entry Point y" | 2468 |0.0006792137 | 2.7521e-07 | 2.8976e-05 | -4.9984e-05 | 5.0000e-05 | + | "Diff. - Entry Point z" | 2468 |0.001743933 | 7.0662e-07 | 2.9181e-05 | -4.9988e-05 | 4.9996e-05 | + | "Diff. - TOF" | 2468 |-9.554166e-05 |-3.8712e-08 | 2.8855e-06 | -4.9963e-06 | 4.9912e-06 | + | "Original - Energy" | 2468 | 49.36 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 2468 | -1476815 | -598.39 | 3438.7 | -4149.9 | 4151.1 | + | "Original - Entry Point y" | 2468 | -175587.1 | -71.146 | 655.65 | -1387.9 | 1319.7 | + | "Original - Entry Point z" | 2468 |2.151537e+07 | 8717.7 | 3896.9 | 1336.8 | 11093. | + | "Original - TOF" | 2468 | 102619.4 | 41.580 | 18.135 | 7.6232 | 114.60 | + | "Unpacked - Energy" | 2468 | 49.36 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 2468 | -1476815 | -598.39 | 3438.7 | -4149.9 | 4151.1 | + | "Unpacked - Entry Point y" | 2468 | -175587.1 | -71.146 | 655.65 | -1387.9 | 1319.7 | + | "Unpacked - Entry Point z" | 2468 |2.151537e+07 | 8717.7 | 3896.9 | 1336.8 | 11093. | + | "Unpacked - TOF" | 2468 | 102619.4 | 41.580 | 18.135 | 7.6232 | 114.60 | CheckRichOpPhot SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 1914 |-0.003525946 |-1.8422e-06 | 2.8837e-05 | -4.9999e-05 | 4.9960e-05 | - | "Diff. - Emission Point y" | 1914 |0.0002738071 | 1.4305e-07 | 2.8784e-05 | -4.9913e-05 | 4.9971e-05 | - | "Diff. - Emission Point z" | 1914 |-0.002803298 |-1.4646e-06 | 2.8956e-05 | -4.9959e-05 | 4.9966e-05 | - | "Diff. - Energy" | 1914 |1.988383e-10 | 1.0389e-13 | 5.7106e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 1914 |-0.003014598 |-1.5750e-06 | 2.8487e-05 | -4.9978e-05 | 4.9851e-05 | - | "Diff. - HPD In. Point y" | 1914 |0.001091591 | 5.7032e-07 | 2.8756e-05 | -4.9990e-05 | 4.9961e-05 | - | "Diff. - HPD In. Point z" | 1914 |-0.0009556977 |-4.9932e-07 | 2.8329e-05 | -4.9997e-05 | 4.9984e-05 | - | "Diff. - HPD QW Point x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 1914 | 6108.921 | 3.1917 | 1.8243 | 0.0080433 | 6.2828 | - | "Original - Cherenkov Theta" | 1914 | 855.9138 | 0.44719 | 0.62971 | 0.0010305 | 2.8285 | - | "Original - Emission Point x" | 1914 | -395249.5 | -206.50 | 1483.6 | -4032.4 | 4051.1 | - | "Original - Emission Point y" | 1914 | -326570.3 | -170.62 | 439.54 | -1329.3 | 1434.7 | - | "Original - Emission Point z" | 1914 |1.413868e+07 | 7387.0 | 4255.1 | 990.90 | 11626. | - | "Original - Energy" | 1914 |0.008218949 | 4.2941e-06 | 1.0324e-06 | 1.7812e-06 | 6.7782e-06 | - | "Original - HPD In. Point x" | 1914 | -187334.4 | -97.876 | 3194.9 | -4078.1 | 4078.7 | - | "Original - HPD In. Point y" | 1914 | -228856.9 | -119.57 | 711.88 | -1296.9 | 1250.1 | - | "Original - HPD In. Point z" | 1914 |1.451657e+07 | 7584.4 | 4352.6 | 1275.9 | 11064. | - | "Original - HPD QW Point x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 1914 | 6108.921 | 3.1917 | 1.8243 | 0.0080433 | 6.2828 | - | "Unpacked - Cherenkov Theta" | 1914 | 855.9138 | 0.44719 | 0.62971 | 0.0010305 | 2.8285 | - | "Unpacked - Emission Point x" | 1914 | -395249.5 | -206.50 | 1483.6 | -4032.4 | 4051.1 | - | "Unpacked - Emission Point y" | 1914 | -326570.3 | -170.62 | 439.54 | -1329.3 | 1434.7 | - | "Unpacked - Emission Point z" | 1914 |1.413868e+07 | 7387.0 | 4255.1 | 990.90 | 11626. | - | "Unpacked - Energy" | 1914 |0.008218948 | 4.2941e-06 | 1.0324e-06 | 1.7812e-06 | 6.7782e-06 | - | "Unpacked - HPD In. Point x" | 1914 | -187334.4 | -97.876 | 3194.9 | -4078.1 | 4078.7 | - | "Unpacked - HPD In. Point y" | 1914 | -228856.9 | -119.57 | 711.88 | -1296.9 | 1250.1 | - | "Unpacked - HPD In. Point z" | 1914 |1.451657e+07 | 7584.4 | 4352.6 | 1275.9 | 11064. | - | "Unpacked - HPD QW Point x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 1914 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 2468 |0.0006059104 | 2.4551e-07 | 2.8797e-05 | -4.9992e-05 | 4.9992e-05 | + | "Diff. - Emission Point y" | 2468 |0.0006891659 | 2.7924e-07 | 2.8951e-05 | -4.9998e-05 | 4.9908e-05 | + | "Diff. - Emission Point z" | 2468 |0.001789486 | 7.2508e-07 | 2.8631e-05 | -4.9990e-05 | 4.9862e-05 | + | "Diff. - Energy" | 2468 |-5.045422e-10 |-2.0443e-13 | 5.8205e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 2468 |0.0006475393 | 2.6237e-07 | 2.9048e-05 | -4.9973e-05 | 4.9998e-05 | + | "Diff. - HPD In. Point y" | 2468 | 0.00176552 | 7.1536e-07 | 2.9136e-05 | -4.9957e-05 | 4.9945e-05 | + | "Diff. - HPD In. Point z" | 2468 |0.0009483611 | 3.8426e-07 | 2.9278e-05 | -4.9979e-05 | 4.9942e-05 | + | "Diff. - HPD QW Point x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 2468 | 7795.588 | 3.1587 | 1.7832 | 0.0025923 | 6.2830 | + | "Original - Cherenkov Theta" | 2468 | 1080.684 | 0.43788 | 0.53565 | 0.0020286 | 2.8345 | + | "Original - Emission Point x" | 2468 | -1125211 | -455.92 | 2316.0 | -4029.6 | 4058.2 | + | "Original - Emission Point y" | 2468 | -145938.2 | -59.132 | 341.30 | -1446.6 | 1363.9 | + | "Original - Emission Point z" | 2468 |2.095428e+07 | 8490.4 | 3871.1 | 990.59 | 11791. | + | "Original - Energy" | 2468 | 0.01060143 | 4.2956e-06 | 1.0817e-06 | 1.7958e-06 | 6.8377e-06 | + | "Original - HPD In. Point x" | 2468 | -1445470 | -585.68 | 3359.8 | -4076.3 | 4078.1 | + | "Original - HPD In. Point y" | 2468 | -170028.7 | -68.893 | 615.37 | -1291.6 | 1224.7 | + | "Original - HPD In. Point z" | 2468 |2.139147e+07 | 8667.5 | 3895.5 | 1282.6 | 11069. | + | "Original - HPD QW Point x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 2468 | 7795.588 | 3.1587 | 1.7832 | 0.0025923 | 6.2830 | + | "Unpacked - Cherenkov Theta" | 2468 | 1080.684 | 0.43788 | 0.53565 | 0.0020286 | 2.8345 | + | "Unpacked - Emission Point x" | 2468 | -1125211 | -455.92 | 2316.0 | -4029.6 | 4058.2 | + | "Unpacked - Emission Point y" | 2468 | -145938.2 | -59.132 | 341.30 | -1446.6 | 1363.9 | + | "Unpacked - Emission Point z" | 2468 |2.095428e+07 | 8490.4 | 3871.1 | 990.59 | 11791. | + | "Unpacked - Energy" | 2468 | 0.01060143 | 4.2956e-06 | 1.0817e-06 | 1.7958e-06 | 6.8377e-06 | + | "Unpacked - HPD In. Point x" | 2468 | -1445470 | -585.68 | 3359.8 | -4076.3 | 4078.1 | + | "Unpacked - HPD In. Point y" | 2468 | -170028.7 | -68.893 | 615.37 | -1291.6 | 1224.7 | + | "Unpacked - HPD In. Point z" | 2468 |2.139147e+07 | 8667.5 | 3895.5 | 1282.6 | 11069. | + | "Unpacked - HPD QW Point x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 2468 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegments SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 145 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 133 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2300 | 2300.0 | 0.0000 | 2300.0 | 2300.0 | + | "# UnPackedData" | 1 | 1776 | 1776.0 | 0.0000 | 1776.0 | 1776.0 | CheckSpdHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 2300 |0.000331516 | 1.4414e-07 | 2.8912e-05 | -4.9930e-05 | 4.9996e-05 | - | "Diff. - TOF" | 2300 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 2300 | 1236.539 | 0.53763 | 1.5142 | 5.9052e-06 | 31.003 | - | "Original - TOF" | 2300 | 3568 | 1.5513 | 1.7284 | -1.0000 | 7.0000 | - | "Unpacked - Energy" | 2300 | 1236.539 | 0.53763 | 1.5142 | 0.0000 | 31.003 | - | "Unpacked - TOF" | 2300 | 3568 | 1.5513 | 1.7284 | -1.0000 | 7.0000 | + | "Diff. - Energy" | 1776 |-0.001751989 |-9.8648e-07 | 2.9116e-05 | -4.9967e-05 | 4.9889e-05 | + | "Diff. - TOF" | 1776 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1776 | 872.6474 | 0.49136 | 1.1689 | 8.2094e-06 | 17.417 | + | "Original - TOF" | 1776 | 2736 | 1.5405 | 1.7060 | -1.0000 | 6.0000 | + | "Unpacked - Energy" | 1776 | 872.6492 | 0.49136 | 1.1689 | 0.0000 | 17.417 | + | "Unpacked - TOF" | 1776 | 2736 | 1.5405 | 1.7060 | -1.0000 | 6.0000 | UnpackPrsHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 3538 | 3538.0 | 0.0000 | 3538.0 | 3538.0 | + | "# UnPackedData" | 1 | 2500 | 2500.0 | 0.0000 | 2500.0 | 2500.0 | CheckPrsHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 3538 |0.001739294 | 4.9160e-07 | 2.9218e-05 | -4.9979e-05 | 4.9959e-05 | - | "Diff. - TOF" | 3538 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 3538 | 3583.154 | 1.0128 | 3.6350 | 9.8924e-06 | 79.573 | - | "Original - TOF" | 3538 | 5383 | 1.5215 | 1.7018 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 3538 | 3583.152 | 1.0128 | 3.6350 | 0.0000 | 79.573 | - | "Unpacked - TOF" | 3538 | 5383 | 1.5215 | 1.7018 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 2500 |-0.001503086 |-6.0123e-07 | 2.8602e-05 | -4.9970e-05 | 4.9942e-05 | + | "Diff. - TOF" | 2500 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 2500 | 2369.281 | 0.94771 | 3.6094 | 7.9914e-06 | 64.415 | + | "Original - TOF" | 2500 | 3805 | 1.5220 | 1.7010 | -1.0000 | 5.0000 | + | "Unpacked - Energy" | 2500 | 2369.282 | 0.94771 | 3.6094 | 0.0000 | 64.415 | + | "Unpacked - TOF" | 2500 | 3805 | 1.5220 | 1.7010 | -1.0000 | 5.0000 | UnpackEcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 4049 | 4049.0 | 0.0000 | 4049.0 | 4049.0 | + | "# UnPackedData" | 1 | 2843 | 2843.0 | 0.0000 | 2843.0 | 2843.0 | CheckEcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 4049 |-0.0007986052 |-1.9724e-07 | 2.8955e-05 | -4.9988e-05 | 4.9942e-05 | - | "Diff. - TOF" | 4049 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 4049 | 52988.87 | 13.087 | 81.617 | 6.2405e-05 | 4318.2 | - | "Original - TOF" | 4049 | 431 | 0.10645 | 0.32173 | 0.0000 | 3.0000 | - | "Unpacked - Energy" | 4049 | 52988.87 | 13.087 | 81.617 | 0.00010000 | 4318.2 | - | "Unpacked - TOF" | 4049 | 431 | 0.10645 | 0.32173 | 0.0000 | 3.0000 | + | "Diff. - Energy" | 2843 |-0.002445542 |-8.6020e-07 | 2.8577e-05 | -4.9969e-05 | 4.9994e-05 | + | "Diff. - TOF" | 2843 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 2843 | 43844.11 | 15.422 | 105.18 | 0.00050948 | 3043.1 | + | "Original - TOF" | 2843 | 345 | 0.12135 | 0.38028 | 0.0000 | 7.0000 | + | "Unpacked - Energy" | 2843 | 43844.11 | 15.422 | 105.18 | 0.00050000 | 3043.1 | + | "Unpacked - TOF" | 2843 | 345 | 0.12135 | 0.38028 | 0.0000 | 7.0000 | UnpackHcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 344 | 344.00 | 0.0000 | 344.00 | 344.00 | + | "# UnPackedData" | 1 | 385 | 385.00 | 0.0000 | 385.00 | 385.00 | CheckHcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 344 |-8.809844e-05 |-2.5610e-07 | 2.9615e-05 | -4.9990e-05 | 4.8916e-05 | - | "Diff. - TOF" | 344 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 344 | 3108.303 | 9.0358 | 22.775 | 0.00025233 | 213.46 | - | "Original - TOF" | 344 | 47 | 0.13663 | 0.45296 | -1.0000 | 1.0000 | - | "Unpacked - Energy" | 344 | 3108.303 | 9.0358 | 22.775 | 0.00030000 | 213.46 | - | "Unpacked - TOF" | 344 | 47 | 0.13663 | 0.45296 | -1.0000 | 1.0000 | + | "Diff. - Energy" | 385 |0.000608874 | 1.5815e-06 | 2.9184e-05 | -4.9813e-05 | 4.9812e-05 | + | "Diff. - TOF" | 385 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 385 | 5379.959 | 13.974 | 110.48 | 4.7568e-05 | 2090.1 | + | "Original - TOF" | 385 | 72 | 0.18701 | 0.49026 | -1.0000 | 2.0000 | + | "Unpacked - Energy" | 385 | 5379.959 | 13.974 | 110.48 | 0.0000 | 2090.1 | + | "Unpacked - TOF" | 385 | 72 | 0.18701 | 0.49026 | -1.0000 | 2.0000 | UnpackMuonHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 385 | 385.00 | 0.0000 | 385.00 | 385.00 | + | "# UnPackedData" | 1 | 363 | 363.00 | 0.0000 | 363.00 | 363.00 | CheckMuonHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 385 |1.176674e-05 | 3.0563e-08 | 2.8068e-07 | -4.9411e-07 | 4.9841e-07 | - | "Diff. - Displacement y" | 385 |-1.851663e-06 |-4.8095e-09 | 2.8485e-07 | -4.9532e-07 | 4.9834e-07 | - | "Diff. - Displacement z" | 385 |3.803054e-07 | 9.8781e-10 | 2.8471e-07 | -4.9990e-07 | 4.9992e-07 | - | "Diff. - Energy" | 385 |-7.649264e-06 |-1.9868e-08 | 5.5455e-07 | -9.9866e-07 | 9.8402e-07 | - | "Diff. - Entry Point x" | 385 |9.161832e-05 | 2.3797e-07 | 2.8647e-05 | -4.9873e-05 | 4.9884e-05 | - | "Diff. - Entry Point y" | 385 |0.000655634 | 1.7029e-06 | 3.0326e-05 | -4.9906e-05 | 4.9990e-05 | - | "Diff. - Entry Point z" | 385 |0.0001852466 | 4.8116e-07 | 2.8446e-05 | -4.9985e-05 | 4.9683e-05 | - | "Diff. - Parent |P|" | 385 |-0.01377138 |-3.5770e-05 | 0.0029007 | -0.0049563 | 0.0049842 | - | "Diff. - TOF" | 385 |-6.772661e-05 |-1.7591e-07 | 2.7736e-06 | -4.9425e-06 | 4.9888e-06 | - | "Original - Displacement x" | 385 | -126.0881 | -0.32750 | 6.0192 | -87.318 | 38.407 | - | "Original - Displacement y" | 385 | 43.88336 | 0.11398 | 4.3073 | -52.981 | 30.025 | - | "Original - Displacement z" | 385 | 1483.111 | 3.8522 | 2.1645 | -5.0156 | 5.0568 | - | "Original - Energy" | 385 | 0.7251044 | 0.0018834 | 0.0027523 | 2.4404e-05 | 0.026399 | - | "Original - Entry Point x" | 385 | -24060.11 | -62.494 | 1401.1 | -3791.9 | 3666.6 | - | "Original - Entry Point y" | 385 | 29095.12 | 75.572 | 697.66 | -1594.9 | 3151.1 | - | "Original - Entry Point z" | 385 | 4737367 | 12305. | 870.59 | 11955. | 18723. | - | "Original - Parent |P|" | 385 | 845887 | 2197.1 | 5782.5 | 1.4528 | 48502. | - | "Original - TOF" | 385 | 16412.01 | 42.629 | 5.9108 | 39.841 | 116.02 | - | "Unpacked - Displacement x" | 385 | -126.0881 | -0.32750 | 6.0192 | -87.318 | 38.407 | - | "Unpacked - Displacement y" | 385 | 43.88336 | 0.11398 | 4.3073 | -52.981 | 30.025 | - | "Unpacked - Displacement z" | 385 | 1483.111 | 3.8522 | 2.1645 | -5.0156 | 5.0568 | - | "Unpacked - Energy" | 385 | 0.725112 | 0.0018834 | 0.0027523 | 2.4000e-05 | 0.026398 | - | "Unpacked - Entry Point x" | 385 | -24060.11 | -62.494 | 1401.1 | -3791.9 | 3666.6 | - | "Unpacked - Entry Point y" | 385 | 29095.12 | 75.572 | 697.66 | -1594.9 | 3151.1 | - | "Unpacked - Entry Point z" | 385 | 4737367 | 12305. | 870.59 | 11955. | 18723. | - | "Unpacked - Parent |P|" | 385 | 845887 | 2197.1 | 5782.5 | 1.4500 | 48502. | - | "Unpacked - TOF" | 385 | 16412.01 | 42.629 | 5.9108 | 39.841 | 116.02 | + | "Diff. - Displacement x" | 363 |-3.863842e-06 |-1.0644e-08 | 2.8897e-07 | -4.9984e-07 | 4.9974e-07 | + | "Diff. - Displacement y" | 363 |1.649269e-06 | 4.5434e-09 | 2.7584e-07 | -4.9783e-07 | 4.9768e-07 | + | "Diff. - Displacement z" | 363 |3.897295e-06 | 1.0736e-08 | 2.8360e-07 | -4.9996e-07 | 4.9498e-07 | + | "Diff. - Energy" | 363 |-2.249905e-06 |-6.1981e-09 | 5.6957e-07 | -9.8928e-07 | 9.9294e-07 | + | "Diff. - Entry Point x" | 363 |-0.0001371426 |-3.7780e-07 | 2.7983e-05 | -4.9824e-05 | 4.9816e-05 | + | "Diff. - Entry Point y" | 363 |-0.0006356202 |-1.7510e-06 | 2.7738e-05 | -4.9813e-05 | 4.9542e-05 | + | "Diff. - Entry Point z" | 363 |0.0001935888 | 5.3330e-07 | 3.0306e-05 | -4.9658e-05 | 4.9772e-05 | + | "Diff. - Parent |P|" | 363 |-0.005369863 |-1.4793e-05 | 0.0029492 | -0.0049943 | 0.0049748 | + | "Diff. - TOF" | 363 |0.0001225452 | 3.3759e-07 | 2.8957e-06 | -4.9952e-06 | 4.9938e-06 | + | "Original - Displacement x" | 363 | -36.37761 | -0.10021 | 3.0700 | -26.610 | 14.969 | + | "Original - Displacement y" | 363 | 203.6186 | 0.56093 | 3.4007 | -17.516 | 21.473 | + | "Original - Displacement z" | 363 | 1383.19 | 3.8104 | 2.5329 | -5.0215 | 5.0732 | + | "Original - Energy" | 363 | 0.6692118 | 0.0018436 | 0.0018718 | 2.7510e-05 | 0.015253 | + | "Original - Entry Point x" | 363 | -119159.1 | -328.26 | 1104.3 | -3706.5 | 3414.0 | + | "Original - Entry Point y" | 363 | -20399.13 | -56.196 | 662.66 | -2380.7 | 2889.3 | + | "Original - Entry Point z" | 363 | 4648788 | 12807. | 1728.1 | 11953. | 19025. | + | "Original - Parent |P|" | 363 | 1059097 | 2917.6 | 9462.5 | 1.4266 | 94203. | + | "Original - TOF" | 363 | 16131.18 | 44.439 | 8.8986 | 39.831 | 100.53 | + | "Unpacked - Displacement x" | 363 | -36.3776 | -0.10021 | 3.0700 | -26.610 | 14.969 | + | "Unpacked - Displacement y" | 363 | 203.6186 | 0.56093 | 3.4007 | -17.516 | 21.473 | + | "Unpacked - Displacement z" | 363 | 1383.19 | 3.8104 | 2.5329 | -5.0215 | 5.0732 | + | "Unpacked - Energy" | 363 | 0.669214 | 0.0018436 | 0.0018719 | 2.8000e-05 | 0.015254 | + | "Unpacked - Entry Point x" | 363 | -119159.1 | -328.26 | 1104.3 | -3706.5 | 3414.0 | + | "Unpacked - Entry Point y" | 363 | -20399.12 | -56.196 | 662.66 | -2380.7 | 2889.3 | + | "Unpacked - Entry Point z" | 363 | 4648788 | 12807. | 1728.1 | 11953. | 19025. | + | "Unpacked - Parent |P|" | 363 | 1059097 | 2917.6 | 9462.5 | 1.4300 | 94203. | + | "Unpacked - TOF" | 363 | 16131.18 | 44.439 | 8.8986 | 39.831 | 100.53 | SimMonitor DEBUG Finalize base class GaudiAlgorithm SimMonitor DEBUG Tools to release : SimMonitor DEBUG Services to release : @@ -8821,14 +8823,14 @@ MuonHitCheckerPrevPrev INFO ------------------------------------------------ MuonHitCheckerPrevPrev INFO Muon Monitoring Table MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrevPrev INFO M1 M2 M3 M4 M5 -MuonHitCheckerPrevPrev INFO 110.000 0.000 7.000 0.000 0.000 R1 -MuonHitCheckerPrevPrev INFO 122.000 0.000 4.000 0.000 2.000 R2 -MuonHitCheckerPrevPrev INFO 74.000 0.000 0.000 0.000 0.000 R3 -MuonHitCheckerPrevPrev INFO 66.000 0.000 0.000 0.000 0.000 R4 +MuonHitCheckerPrevPrev INFO 72.000 12.000 4.000 10.000 8.000 R1 +MuonHitCheckerPrevPrev INFO 126.000 10.000 0.000 0.000 2.000 R2 +MuonHitCheckerPrevPrev INFO 69.000 1.000 0.000 0.000 3.000 R3 +MuonHitCheckerPrevPrev INFO 44.000 1.000 1.000 0.000 0.000 R4 MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrevPrev INFO ------- Integrated over regions --------------------------- MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- -MuonHitCheckerPrevPrev INFO 372.000 0.000 11.000 0.000 2.000 allR +MuonHitCheckerPrevPrev INFO 311.000 24.000 5.000 10.000 13.000 allR MuonHitCheckerPrevPrev INFO number of hits generated outside gaps volume 0 UnpackPuVetoHitsPrevPrevSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | @@ -9001,14 +9003,14 @@ MuonHitCheckerPrev INFO ------------------------------------------------ MuonHitCheckerPrev INFO Muon Monitoring Table MuonHitCheckerPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrev INFO M1 M2 M3 M4 M5 -MuonHitCheckerPrev INFO 110.000 0.000 7.000 0.000 0.000 R1 -MuonHitCheckerPrev INFO 122.000 0.000 4.000 0.000 2.000 R2 -MuonHitCheckerPrev INFO 74.000 0.000 0.000 0.000 0.000 R3 -MuonHitCheckerPrev INFO 66.000 0.000 0.000 0.000 0.000 R4 +MuonHitCheckerPrev INFO 72.000 12.000 4.000 10.000 8.000 R1 +MuonHitCheckerPrev INFO 126.000 10.000 0.000 0.000 2.000 R2 +MuonHitCheckerPrev INFO 69.000 1.000 0.000 0.000 3.000 R3 +MuonHitCheckerPrev INFO 44.000 1.000 1.000 0.000 0.000 R4 MuonHitCheckerPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrev INFO ------- Integrated over regions --------------------------- MuonHitCheckerPrev INFO ----------------------------------------------------------------- -MuonHitCheckerPrev INFO 372.000 0.000 11.000 0.000 2.000 allR +MuonHitCheckerPrev INFO 311.000 24.000 5.000 10.000 13.000 allR MuonHitCheckerPrev INFO number of hits generated outside gaps volume 0 UnpackPuVetoHitsPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | @@ -9056,26 +9058,26 @@ NextEventGaussSim SUCCESS ================================================ NextEventGaussSim SUCCESS 1 events processed NextEventGaussSim SUCCESS ================================================================== GetRichHitsNext INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsNext INFO Av. # MCRichHits : Rich1 = 733.00 +-27.07 (100.00 +-0.00%) Rich2 = 687.00 +-26.21 (100.00 +-0.00%) +GetRichHitsNext INFO Av. # MCRichHits : Rich1 = 419.00 +-20.47 (100.00 +-0.00%) Rich2 = 199.00 +-14.11 (100.00 +-0.00%) GetRichHitsNext INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Signal Hits : Rich1 = 384.00 +-19.60 ( 52.39 +-1.84%) Rich2 = 165.00 +-12.85 ( 24.02 +-1.63%) -GetRichHitsNext INFO Av. # Gas Quartz CK hits : Rich1 = 22.00 +- 4.69 ( 3.00 +-0.63%) Rich2 = 16.00 +- 4.00 ( 2.33 +-0.58%) -GetRichHitsNext INFO Av. # HPD Quartz CK hits : Rich1 = 307.00 +-17.52 ( 41.88 +-1.82%) Rich2 = 400.00 +-20.00 ( 58.22 +-1.88%) -GetRichHitsNext INFO Av. # Nitrogen CK hits : Rich1 = 1.00 +- 1.00 ( 0.14 +-0.14%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsNext INFO Av. # Signal Hits : Rich1 = 304.00 +-17.44 ( 72.55 +-2.18%) Rich2 = 138.00 +-11.75 ( 69.35 +-3.27%) +GetRichHitsNext INFO Av. # Gas Quartz CK hits : Rich1 = 3.00 +- 1.73 ( 0.72 +-0.41%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsNext INFO Av. # HPD Quartz CK hits : Rich1 = 101.00 +-10.05 ( 24.11 +-2.09%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsNext INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 97.00 +- 9.85 ( 14.12 +-1.33%) -GetRichHitsNext INFO Av. # All HPD reflection hits : Rich1 = 71.00 +- 8.43 ( 9.69 +-1.09%) Rich2 = 136.00 +-11.66 ( 19.80 +-1.52%) -GetRichHitsNext INFO Av. # QW/PC refl. hits : Rich1 = 57.00 +- 7.55 ( 7.78 +-0.99%) Rich2 = 116.00 +-10.77 ( 16.89 +-1.43%) +GetRichHitsNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 58.00 +- 7.62 ( 29.15 +-3.22%) +GetRichHitsNext INFO Av. # All HPD reflection hits : Rich1 = 34.00 +- 5.83 ( 8.11 +-1.33%) Rich2 = 5.00 +- 2.24 ( 2.51 +-1.11%) +GetRichHitsNext INFO Av. # QW/PC refl. hits : Rich1 = 28.00 +- 5.29 ( 6.68 +-1.22%) Rich2 = 5.00 +- 2.24 ( 2.51 +-1.11%) GetRichHitsNext INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Air/QW refl. hits : Rich1 = 23.00 +- 4.80 ( 3.14 +-0.64%) Rich2 = 35.00 +- 5.92 ( 5.09 +-0.84%) -GetRichHitsNext INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.15 +-0.15%) +GetRichHitsNext INFO Av. # Air/QW refl. hits : Rich1 = 11.00 +- 3.32 ( 2.63 +-0.78%) Rich2 = 1.00 +- 1.00 ( 0.50 +-0.50%) +GetRichHitsNext INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 384.00 +-19.60 ( 52.39 +-1.84%) Rich2Gas = 165.00 +-12.85 ( 24.02 +-1.63%) +GetRichHitsNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 304.00 +-17.44 ( 72.55 +-2.18%) Rich2Gas = 138.00 +-11.75 ( 69.35 +-3.27%) GetRichHitsNext INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Aero hits per tile : @@ -9095,98 +9097,95 @@ GetRichHitsNext INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHitsNext INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHitsNext INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHitsNext INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 403.00 +- 20.07 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 271.00 +- 16.46 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 38.00 +- 6.16 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 707.00 +- 26.59 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Nitrogen = 1.00 +- 1.00 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : Rich1Gas = 21.00 +- 4.58 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : Rich2Gas = 29.00 +- 5.39 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : GasQuartzWin = 4.00 +- 2.00 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : HPDQuartzWin = 7.00 +- 2.65 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : Nitrogen = 1.00 +- 1.00 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 315.00 +- 17.75 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 199.00 +- 14.11 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 3.00 +- 1.73 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 101.00 +- 10.05 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : Rich1Gas = 20.00 +- 4.47 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : Rich2Gas = 19.00 +- 4.36 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : GasQuartzWin = 1.00 +- 1.00 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : HPDQuartzWin = 2.00 +- 1.41 / event GetRichTracksNext INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVeloHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 685 | 685.00 | 0.0000 | 685.00 | 685.00 | + | "# PackedData" | 1 | 621 | 621.00 | 0.0000 | 621.00 | 621.00 | MCPuVetoHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# PackedData" | 1 | 36 | 36.000 | 0.0000 | 36.000 | 36.000 | MCTTHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 177 | 177.00 | 0.0000 | 177.00 | 177.00 | + | "# PackedData" | 1 | 266 | 266.00 | 0.0000 | 266.00 | 266.00 | MCITHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 51 | 51.000 | 0.0000 | 51.000 | 51.000 | + | "# PackedData" | 1 | 47 | 47.000 | 0.0000 | 47.000 | 47.000 | MCOTHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 246 | 246.00 | 0.0000 | 246.00 | 246.00 | + | "# PackedData" | 1 | 278 | 278.00 | 0.0000 | 278.00 | 278.00 | MCMuonHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 117 | 117.00 | 0.0000 | 117.00 | 117.00 | + | "# PackedData" | 1 | 134 | 134.00 | 0.0000 | 134.00 | 134.00 | MCPrsHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 808 | 808.00 | 0.0000 | 808.00 | 808.00 | + | "# PackedData" | 1 | 817 | 817.00 | 0.0000 | 817.00 | 817.00 | MCSpdHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 558 | 558.00 | 0.0000 | 558.00 | 558.00 | + | "# PackedData" | 1 | 595 | 595.00 | 0.0000 | 595.00 | 595.00 | MCEcalHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1211 | 1211.0 | 0.0000 | 1211.0 | 1211.0 | + | "# PackedData" | 1 | 1055 | 1055.0 | 0.0000 | 1055.0 | 1055.0 | MCHcalHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 163 | 163.00 | 0.0000 | 163.00 | 163.00 | + | "# PackedData" | 1 | 174 | 174.00 | 0.0000 | 174.00 | 174.00 | MCRichHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1420 | 1420.0 | 0.0000 | 1420.0 | 1420.0 | + | "# PackedData" | 1 | 618 | 618.00 | 0.0000 | 618.00 | 618.00 | MCRichOpPhotPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1420 | 1420.0 | 0.0000 | 1420.0 | 1420.0 | + | "# PackedData" | 1 | 618 | 618.00 | 0.0000 | 618.00 | 618.00 | MCRichSegmentPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 62 | 62.000 | 0.0000 | 62.000 | 62.000 | + | "# PackedData" | 1 | 42 | 42.000 | 0.0000 | 42.000 | 42.000 | MCRichTrackPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 46 | 46.000 | 0.0000 | 46.000 | 46.000 | + | "# PackedData" | 1 | 36 | 36.000 | 0.0000 | 36.000 | 36.000 | VeloGaussMoniNext INFO ------------------------------------------------------ VeloGaussMoniNext INFO - VeloGaussMoni table - VeloGaussMoniNext INFO ------------------------------------------------------ -VeloGaussMoniNext INFO | Number of MCHits/Event: 685+/-0 +VeloGaussMoniNext INFO | Number of MCHits/Event: 621+/-0 VeloGaussMoniNext INFO | Number of PileUpMCHits/Event: 36+/-0 VeloGaussMoniNext INFO ------------------------------------------------------ TTHitMonitorNext INFO *** Summary *** -TTHitMonitorNext INFO #hits per event: 177 -TTHitMonitorNext INFO Mean beta * gamma: 267.891 -TTHitMonitorNext INFO Most Probable deposited charge: 0.151817 -TTHitMonitorNext INFO Half Sample width 0.0363141 +TTHitMonitorNext INFO #hits per event: 266 +TTHitMonitorNext INFO Mean beta * gamma: 466.251 +TTHitMonitorNext INFO Most Probable deposited charge: 0.149591 +TTHitMonitorNext INFO Half Sample width 0.0453511 TTHitMonitorNext SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitorNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 19 | 19 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 177 | 47416.74 | 267.89 | 695.50 | 1.4809 | 3205.9 | - | "numberHits" | 1 | 177 | 177.00 | 0.0000 | 177.00 | 177.00 | + | "DeltaRay" | 36 | 36 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 266 | 124022.8 | 466.25 | 952.76 | 0.52235 | 4619.1 | + | "numberHits" | 1 | 266 | 266.00 | 0.0000 | 266.00 | 266.00 | ITHitMonitorNext INFO *** Summary *** -ITHitMonitorNext INFO #hits per event: 51 -ITHitMonitorNext INFO Mean beta * gamma: 310.921 -ITHitMonitorNext INFO Most Probable deposited charge: 0.118834 -ITHitMonitorNext INFO Half Sample width 0.0334994 +ITHitMonitorNext INFO #hits per event: 47 +ITHitMonitorNext INFO Mean beta * gamma: 340.058 +ITHitMonitorNext INFO Most Probable deposited charge: 0.137819 +ITHitMonitorNext INFO Half Sample width 0.0399864 ITHitMonitorNext SUCCESS Booked 9 Histogram(s) : 1D=9 -ITHitMonitorNext SUCCESS Number of counters : 3 +ITHitMonitorNext SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 5 | 5 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 51 | 15856.95 | 310.92 | 266.79 | 9.6796 | 684.49 | - | "numberHits" | 1 | 51 | 51.000 | 0.0000 | 51.000 | 51.000 | + | "betaGamma" | 47 | 15982.74 | 340.06 | 224.94 | 14.199 | 684.49 | + | "numberHits" | 1 | 47 | 47.000 | 0.0000 | 47.000 | 47.000 | OTHitMonitorNext INFO *** Summary *** -OTHitMonitorNext INFO #hits per event: 246 -OTHitMonitorNext INFO Mean beta * gamma: 402.835 -OTHitMonitorNext INFO Most Probable deposited charge: 0.195789 -OTHitMonitorNext INFO Half Sample width 0.0564315 +OTHitMonitorNext INFO #hits per event: 278 +OTHitMonitorNext INFO Mean beta * gamma: 436.742 +OTHitMonitorNext INFO Most Probable deposited charge: 0.208561 +OTHitMonitorNext INFO Half Sample width 0.0776874 OTHitMonitorNext SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitorNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 2 | 2 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 246 | 99097.36 | 402.83 | 1315.0 | 0.59038 | 5862.5 | - | "numberHits" | 1 | 246 | 246.00 | 0.0000 | 246.00 | 246.00 | + | "DeltaRay" | 13 | 13 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 278 | 121414.4 | 436.74 | 1147.9 | 0.042738 | 4619.1 | + | "numberHits" | 1 | 278 | 278.00 | 0.0000 | 278.00 | 278.00 | SpdMonitorNext SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitorNext SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitorNext SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -9195,398 +9194,398 @@ MuonHitCheckerNext INFO ------------------------------------------------ MuonHitCheckerNext INFO Muon Monitoring Table MuonHitCheckerNext INFO ----------------------------------------------------------------- MuonHitCheckerNext INFO M1 M2 M3 M4 M5 -MuonHitCheckerNext INFO 110.000 0.000 7.000 0.000 0.000 R1 -MuonHitCheckerNext INFO 122.000 0.000 4.000 0.000 2.000 R2 -MuonHitCheckerNext INFO 74.000 0.000 0.000 0.000 0.000 R3 -MuonHitCheckerNext INFO 66.000 0.000 0.000 0.000 0.000 R4 +MuonHitCheckerNext INFO 72.000 12.000 4.000 10.000 8.000 R1 +MuonHitCheckerNext INFO 126.000 10.000 0.000 0.000 2.000 R2 +MuonHitCheckerNext INFO 69.000 1.000 0.000 0.000 3.000 R3 +MuonHitCheckerNext INFO 44.000 1.000 1.000 0.000 0.000 R4 MuonHitCheckerNext INFO ----------------------------------------------------------------- MuonHitCheckerNext INFO ------- Integrated over regions --------------------------- MuonHitCheckerNext INFO ----------------------------------------------------------------- -MuonHitCheckerNext INFO 372.000 0.000 11.000 0.000 2.000 allR +MuonHitCheckerNext INFO 311.000 24.000 5.000 10.000 13.000 allR MuonHitCheckerNext INFO number of hits generated outside gaps volume 0 UnpackPuVetoHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# UnPackedData" | 1 | 36 | 36.000 | 0.0000 | 36.000 | 36.000 | CheckPuVetoHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 36 |1.450712e-06 | 4.0298e-08 | 2.9752e-07 | -3.9547e-07 | 4.7435e-07 | - | "Diff. - Displacement y" | 36 |2.028982e-06 | 5.6361e-08 | 2.8910e-07 | -4.5307e-07 | 4.8391e-07 | - | "Diff. - Displacement z" | 36 |-8.040264e-07 |-2.2334e-08 | 2.4840e-07 | -4.7543e-07 | 4.6339e-07 | - | "Diff. - Energy" | 36 |4.607525e-07 | 1.2799e-08 | 5.9792e-07 | -9.8202e-07 | 9.3286e-07 | - | "Diff. - Entry Point x" | 36 |0.0001268031 | 3.5223e-06 | 2.7088e-05 | -4.4534e-05 | 4.5842e-05 | - | "Diff. - Entry Point y" | 36 |-0.0002801882 |-7.7830e-06 | 3.2898e-05 | -4.9481e-05 | 4.9031e-05 | - | "Diff. - Entry Point z" | 36 |-1.426138e-05 |-3.9615e-07 | 3.1765e-05 | -4.9809e-05 | 4.9070e-05 | - | "Diff. - Parent |P|" | 36 |-0.01792868 |-0.00049802 | 0.0032306 | -0.0048486 | 0.0049321 | - | "Diff. - TOF" | 36 |1.385156e-05 | 3.8477e-07 | 2.7385e-06 | -4.6983e-06 | 4.8407e-06 | - | "Original - Displacement x" | 36 |-0.03507355 |-0.00097427 | 0.019303 | -0.081771 | 0.025071 | - | "Original - Displacement y" | 36 |-0.08926697 | -0.0024796 | 0.018513 | -0.051768 | 0.024460 | - | "Original - Displacement z" | 36 | -10.79933 | -0.29998 | 9.5987e-05 | -0.30015 | -0.29970 | - | "Original - Energy" | 36 | 5.141334 | 0.14281 | 0.20553 | 0.068922 | 1.3197 | - | "Original - Entry Point x" | 36 | 56.42773 | 1.5674 | 12.957 | -27.288 | 27.786 | - | "Original - Entry Point y" | 36 | -45.51298 | -1.2642 | 15.372 | -36.531 | 26.327 | - | "Original - Entry Point z" | 36 | -9617.992 | -267.17 | 41.630 | -315.89 | -218.98 | - | "Original - Parent |P|" | 36 | 402956.7 | 11193. | 9144.5 | 256.95 | 37441. | - | "Original - TOF" | 36 | 33.19776 | 0.92216 | 0.13805 | 0.75744 | 1.0886 | - | "Unpacked - Displacement x" | 36 | -0.035075 |-0.00097431 | 0.019303 | -0.081771 | 0.025071 | - | "Unpacked - Displacement y" | 36 | -0.089269 | -0.0024797 | 0.018513 | -0.051768 | 0.024460 | - | "Unpacked - Displacement z" | 36 | -10.79933 | -0.29998 | 9.5984e-05 | -0.30015 | -0.29970 | - | "Unpacked - Energy" | 36 | 5.141334 | 0.14281 | 0.20553 | 0.068922 | 1.3197 | - | "Unpacked - Entry Point x" | 36 | 56.4276 | 1.5674 | 12.957 | -27.288 | 27.786 | - | "Unpacked - Entry Point y" | 36 | -45.5127 | -1.2642 | 15.372 | -36.531 | 26.327 | - | "Unpacked - Entry Point z" | 36 | -9617.992 | -267.17 | 41.630 | -315.89 | -218.98 | - | "Unpacked - Parent |P|" | 36 | 402956.7 | 11193. | 9144.5 | 256.95 | 37441. | - | "Unpacked - TOF" | 36 | 33.19775 | 0.92216 | 0.13805 | 0.75744 | 1.0886 | + | "Diff. - Displacement x" | 36 |-1.113587e-06 |-3.0933e-08 | 2.7283e-07 | -4.9428e-07 | 3.6809e-07 | + | "Diff. - Displacement y" | 36 |1.171979e-06 | 3.2555e-08 | 3.1385e-07 | -4.6955e-07 | 4.9950e-07 | + | "Diff. - Displacement z" | 36 |-1.704872e-06 |-4.7358e-08 | 3.2022e-07 | -4.9562e-07 | 4.6332e-07 | + | "Diff. - Energy" | 36 |8.965626e-07 | 2.4905e-08 | 5.2744e-07 | -9.5568e-07 | 9.6658e-07 | + | "Diff. - Entry Point x" | 36 |-9.353774e-05 |-2.5983e-06 | 2.7099e-05 | -4.7170e-05 | 4.7033e-05 | + | "Diff. - Entry Point y" | 36 |-8.220106e-05 |-2.2834e-06 | 3.0158e-05 | -4.8197e-05 | 4.7806e-05 | + | "Diff. - Entry Point z" | 36 |0.0003863953 | 1.0733e-05 | 2.6215e-05 | -4.7777e-05 | 4.6205e-05 | + | "Diff. - Parent |P|" | 36 |0.007148463 | 0.00019857 | 0.0028159 | -0.0049828 | 0.0047550 | + | "Diff. - TOF" | 36 |-2.033528e-05 |-5.6487e-07 | 2.6744e-06 | -4.9045e-06 | 4.8444e-06 | + | "Original - Displacement x" | 36 | 0.1033399 | 0.0028706 | 0.015136 | -0.027186 | 0.032472 | + | "Original - Displacement y" | 36 |-0.08752083 | -0.0024311 | 0.017267 | -0.035909 | 0.024347 | + | "Original - Displacement z" | 36 | -10.79958 | -0.29999 | 0.00010134 | -0.30017 | -0.29970 | + | "Original - Energy" | 36 | 3.494355 | 0.097065 | 0.024008 | 0.065766 | 0.18493 | + | "Original - Entry Point x" | 36 | 123.7016 | 3.4362 | 13.721 | -27.199 | 27.862 | + | "Original - Entry Point y" | 36 | -78.67548 | -2.1854 | 15.774 | -36.830 | 26.111 | + | "Original - Entry Point z" | 36 | -9565.404 | -265.71 | 41.212 | -315.88 | -218.98 | + | "Original - Parent |P|" | 36 | 389536 | 10820. | 9065.9 | 215.12 | 37441. | + | "Original - TOF" | 36 | 32.9803 | 0.91612 | 0.13771 | 0.75744 | 1.0887 | + | "Unpacked - Displacement x" | 36 | 0.103341 | 0.0028706 | 0.015136 | -0.027186 | 0.032472 | + | "Unpacked - Displacement y" | 36 | -0.087522 | -0.0024312 | 0.017267 | -0.035909 | 0.024347 | + | "Unpacked - Displacement z" | 36 | -10.79958 | -0.29999 | 0.00010132 | -0.30017 | -0.29970 | + | "Unpacked - Energy" | 36 | 3.494354 | 0.097065 | 0.024008 | 0.065766 | 0.18493 | + | "Unpacked - Entry Point x" | 36 | 123.7017 | 3.4362 | 13.721 | -27.199 | 27.863 | + | "Unpacked - Entry Point y" | 36 | -78.6754 | -2.1854 | 15.774 | -36.830 | 26.111 | + | "Unpacked - Entry Point z" | 36 | -9565.405 | -265.71 | 41.212 | -315.88 | -218.98 | + | "Unpacked - Parent |P|" | 36 | 389536 | 10820. | 9065.9 | 215.12 | 37441. | + | "Unpacked - TOF" | 36 | 32.98032 | 0.91612 | 0.13771 | 0.75744 | 1.0887 | UnpackVeloHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 685 | 685.00 | 0.0000 | 685.00 | 685.00 | + | "# UnPackedData" | 1 | 621 | 621.00 | 0.0000 | 621.00 | 621.00 | CheckVeloHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 685 |-1.482115e-06 |-2.1637e-09 | 2.7910e-07 | -4.9905e-07 | 4.9924e-07 | - | "Diff. - Displacement y" | 685 |1.310993e-06 | 1.9139e-09 | 2.8984e-07 | -4.9959e-07 | 4.9922e-07 | - | "Diff. - Displacement z" | 685 |-9.80221e-06 |-1.4310e-08 | 2.9357e-07 | -4.9948e-07 | 4.9608e-07 | - | "Diff. - Energy" | 685 |-2.372325e-07 |-3.4632e-10 | 6.0483e-07 | -9.9906e-07 | 9.9954e-07 | - | "Diff. - Entry Point x" | 685 |-0.001169362 |-1.7071e-06 | 2.8644e-05 | -4.9993e-05 | 4.9792e-05 | - | "Diff. - Entry Point y" | 685 |-0.001216951 |-1.7766e-06 | 2.8919e-05 | -4.9806e-05 | 4.9920e-05 | - | "Diff. - Entry Point z" | 685 |-0.0008010356 |-1.1694e-06 | 2.9605e-05 | -4.9866e-05 | 4.9814e-05 | - | "Diff. - Parent |P|" | 685 |-0.01438247 |-2.0996e-05 | 0.0029587 | -0.0049977 | 0.0049822 | - | "Diff. - TOF" | 685 |7.011757e-05 | 1.0236e-07 | 2.9364e-06 | -4.9903e-06 | 4.9968e-06 | - | "Original - Displacement x" | 685 | -0.6911085 | -0.0010089 | 0.064174 | -0.53974 | 0.28936 | - | "Original - Displacement y" | 685 | 4.917604 | 0.0071790 | 0.062374 | -0.34371 | 0.52535 | - | "Original - Displacement z" | 685 | 131.8997 | 0.19255 | 0.22212 | -0.30217 | 0.30046 | - | "Original - Energy" | 685 | 100.3007 | 0.14642 | 0.46837 | 0.016172 | 10.386 | - | "Original - Entry Point x" | 685 | 873.0142 | 1.2745 | 17.103 | -42.031 | 43.660 | - | "Original - Entry Point y" | 685 | -876.4633 | -1.2795 | 17.822 | -41.404 | 42.319 | - | "Original - Entry Point z" | 685 | 139682.5 | 203.92 | 236.00 | -175.79 | 750.97 | - | "Original - Parent |P|" | 685 | 3265515 | 4767.2 | 8670.4 | 4.4164 | 79835. | - | "Original - TOF" | 685 | 561.7866 | 0.82013 | 0.64312 | 0.050542 | 2.4849 | - | "Unpacked - Displacement x" | 685 | -0.691107 | -0.0010089 | 0.064174 | -0.53974 | 0.28936 | - | "Unpacked - Displacement y" | 685 | 4.917603 | 0.0071790 | 0.062374 | -0.34371 | 0.52535 | - | "Unpacked - Displacement z" | 685 | 131.8997 | 0.19255 | 0.22212 | -0.30217 | 0.30046 | - | "Unpacked - Energy" | 685 | 100.3007 | 0.14642 | 0.46837 | 0.016172 | 10.386 | - | "Unpacked - Entry Point x" | 685 | 873.0154 | 1.2745 | 17.103 | -42.031 | 43.660 | - | "Unpacked - Entry Point y" | 685 | -876.4621 | -1.2795 | 17.822 | -41.404 | 42.319 | - | "Unpacked - Entry Point z" | 685 | 139682.5 | 203.92 | 236.00 | -175.79 | 750.98 | - | "Unpacked - Parent |P|" | 685 | 3265515 | 4767.2 | 8670.4 | 4.4200 | 79835. | - | "Unpacked - TOF" | 685 | 561.7865 | 0.82013 | 0.64312 | 0.050540 | 2.4849 | + | "Diff. - Displacement x" | 621 |-6.023525e-06 |-9.6997e-09 | 2.8382e-07 | -4.9818e-07 | 4.9825e-07 | + | "Diff. - Displacement y" | 621 |-5.200472e-06 |-8.3744e-09 | 2.8194e-07 | -4.9988e-07 | 4.9741e-07 | + | "Diff. - Displacement z" | 621 |2.564251e-06 | 4.1292e-09 | 2.9470e-07 | -4.9941e-07 | 4.9525e-07 | + | "Diff. - Energy" | 621 |-1.073803e-05 |-1.7292e-08 | 5.7477e-07 | -9.9827e-07 | 9.9735e-07 | + | "Diff. - Entry Point x" | 621 |-0.0002022082 |-3.2562e-07 | 2.9318e-05 | -4.9950e-05 | 4.9969e-05 | + | "Diff. - Entry Point y" | 621 | 0.00136259 | 2.1942e-06 | 2.9277e-05 | -4.9868e-05 | 4.9856e-05 | + | "Diff. - Entry Point z" | 621 |0.0004331922 | 6.9757e-07 | 2.8124e-05 | -4.9830e-05 | 4.9815e-05 | + | "Diff. - Parent |P|" | 621 | 0.1045819 | 0.00016841 | 0.0028268 | -0.0049915 | 0.0049984 | + | "Diff. - TOF" | 621 |8.382673e-05 | 1.3499e-07 | 2.8781e-06 | -4.9931e-06 | 4.9895e-06 | + | "Original - Displacement x" | 621 | -0.53945 |-0.00086868 | 0.065455 | -0.53933 | 0.28829 | + | "Original - Displacement y" | 621 | 1.230633 | 0.0019817 | 0.059731 | -0.34189 | 0.52373 | + | "Original - Displacement z" | 621 | 112.8769 | 0.18177 | 0.23535 | -0.30217 | 0.30046 | + | "Original - Energy" | 621 | 76.00074 | 0.12238 | 0.14218 | 0.018168 | 2.0275 | + | "Original - Entry Point x" | 621 | 531.3044 | 0.85556 | 16.928 | -41.308 | 44.260 | + | "Original - Entry Point y" | 621 | -981.6368 | -1.5807 | 17.001 | -41.836 | 42.736 | + | "Original - Entry Point z" | 621 | 125483.2 | 202.07 | 237.30 | -175.79 | 750.97 | + | "Original - Parent |P|" | 621 | 3237072 | 5212.7 | 8868.6 | 1.4549 | 79835. | + | "Original - TOF" | 621 | 496.9607 | 0.80026 | 0.64889 | 0.050527 | 2.4851 | + | "Unpacked - Displacement x" | 621 | -0.539444 |-0.00086867 | 0.065455 | -0.53933 | 0.28829 | + | "Unpacked - Displacement y" | 621 | 1.230638 | 0.0019817 | 0.059731 | -0.34188 | 0.52373 | + | "Unpacked - Displacement z" | 621 | 112.8769 | 0.18177 | 0.23535 | -0.30217 | 0.30046 | + | "Unpacked - Energy" | 621 | 76.00075 | 0.12238 | 0.14218 | 0.018168 | 2.0275 | + | "Unpacked - Entry Point x" | 621 | 531.3046 | 0.85556 | 16.928 | -41.308 | 44.260 | + | "Unpacked - Entry Point y" | 621 | -981.6382 | -1.5807 | 17.001 | -41.836 | 42.736 | + | "Unpacked - Entry Point z" | 621 | 125483.2 | 202.07 | 237.30 | -175.79 | 750.97 | + | "Unpacked - Parent |P|" | 621 | 3237072 | 5212.7 | 8868.6 | 1.4500 | 79835. | + | "Unpacked - TOF" | 621 | 496.9606 | 0.80026 | 0.64889 | 0.050530 | 2.4851 | UnpackTTHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 177 | 177.00 | 0.0000 | 177.00 | 177.00 | + | "# UnPackedData" | 1 | 266 | 266.00 | 0.0000 | 266.00 | 266.00 | CheckTTHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 177 |-3.529009e-06 |-1.9938e-08 | 2.8007e-07 | -4.8574e-07 | 4.9624e-07 | - | "Diff. - Displacement y" | 177 |-9.470688e-07 |-5.3507e-09 | 3.0665e-07 | -4.9968e-07 | 4.9998e-07 | - | "Diff. - Displacement z" | 177 |-8.327596e-07 |-4.7049e-09 | 8.0909e-08 | -4.4591e-07 | 4.4591e-07 | - | "Diff. - Energy" | 177 |-7.588898e-06 |-4.2875e-08 | 5.7029e-07 | -9.6722e-07 | 9.7337e-07 | - | "Diff. - Entry Point x" | 177 |-0.0004491985 |-2.5378e-06 | 2.8132e-05 | -4.9040e-05 | 4.9198e-05 | - | "Diff. - Entry Point y" | 177 |0.0002366855 | 1.3372e-06 | 2.7984e-05 | -4.9408e-05 | 4.9978e-05 | - | "Diff. - Entry Point z" | 177 |1.936594e-05 | 1.0941e-07 | 5.7286e-06 | -2.9054e-05 | 4.2813e-05 | - | "Diff. - Parent |P|" | 177 | 0.02550678 | 0.00014411 | 0.0029493 | -0.0049822 | 0.0049989 | - | "Diff. - TOF" | 177 |2.016133e-06 | 1.1391e-08 | 2.7265e-06 | -4.9912e-06 | 4.9565e-06 | - | "Original - Displacement x" | 177 | -3.88987 | -0.021977 | 0.15644 | -0.75550 | 1.1657 | - | "Original - Displacement y" | 177 | -1.192018 | -0.0067346 | 0.094282 | -0.38065 | 0.42856 | - | "Original - Displacement z" | 177 | 76.86793 | 0.43428 | 0.21411 | -0.50000 | 0.50000 | - | "Original - Energy" | 177 | 37.26131 | 0.21052 | 0.17773 | 0.014992 | 1.5644 | - | "Original - Entry Point x" | 177 | -11188.1 | -63.210 | 288.17 | -697.50 | 717.55 | - | "Original - Entry Point y" | 177 | 407.1239 | 2.3001 | 253.30 | -572.08 | 592.15 | - | "Original - Entry Point z" | 177 | 440270.9 | 2487.4 | 136.83 | 2322.0 | 2647.5 | - | "Original - Parent |P|" | 177 | 578172 | 3266.5 | 5794.2 | 1.4495 | 31278. | - | "Original - TOF" | 177 | 1793.907 | 10.135 | 6.8780 | 7.7202 | 38.595 | - | "Unpacked - Displacement x" | 177 | -3.889866 | -0.021977 | 0.15644 | -0.75550 | 1.1657 | - | "Unpacked - Displacement y" | 177 | -1.192017 | -0.0067346 | 0.094282 | -0.38065 | 0.42856 | - | "Unpacked - Displacement z" | 177 | 76.86793 | 0.43428 | 0.21411 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 177 | 37.26132 | 0.21052 | 0.17773 | 0.014992 | 1.5644 | - | "Unpacked - Entry Point x" | 177 | -11188.1 | -63.210 | 288.17 | -697.50 | 717.55 | - | "Unpacked - Entry Point y" | 177 | 407.1237 | 2.3001 | 253.30 | -572.08 | 592.15 | - | "Unpacked - Entry Point z" | 177 | 440270.9 | 2487.4 | 136.83 | 2322.0 | 2647.5 | - | "Unpacked - Parent |P|" | 177 | 578171.9 | 3266.5 | 5794.2 | 1.4500 | 31278. | - | "Unpacked - TOF" | 177 | 1793.907 | 10.135 | 6.8780 | 7.7202 | 38.595 | + | "Diff. - Displacement x" | 266 |-3.269317e-06 |-1.2291e-08 | 2.9964e-07 | -4.9650e-07 | 4.9647e-07 | + | "Diff. - Displacement y" | 266 |-3.345224e-06 |-1.2576e-08 | 2.7987e-07 | -4.9661e-07 | 4.9443e-07 | + | "Diff. - Displacement z" | 266 |-4.314765e-07 |-1.6221e-09 | 9.9484e-08 | -4.7387e-07 | 4.8232e-07 | + | "Diff. - Energy" | 266 |8.346249e-06 | 3.1377e-08 | 5.7616e-07 | -9.9783e-07 | 9.9927e-07 | + | "Diff. - Entry Point x" | 266 |-0.0007023701 |-2.6405e-06 | 2.9093e-05 | -4.9874e-05 | 4.8873e-05 | + | "Diff. - Entry Point y" | 266 |-0.0009878606 |-3.7138e-06 | 2.9263e-05 | -4.9775e-05 | 4.9665e-05 | + | "Diff. - Entry Point z" | 266 |4.251453e-06 | 1.5983e-08 | 5.1952e-06 | -4.7330e-05 | 3.2984e-05 | + | "Diff. - Parent |P|" | 266 | 0.08300773 | 0.00031206 | 0.0027282 | -0.0049983 | 0.0049555 | + | "Diff. - TOF" | 266 |9.605008e-05 | 3.6109e-07 | 2.9306e-06 | -4.9659e-06 | 4.9642e-06 | + | "Original - Displacement x" | 266 | -19.08268 | -0.071739 | 0.44923 | -4.2072 | 1.0306 | + | "Original - Displacement y" | 266 | -5.747121 | -0.021606 | 0.19796 | -1.7002 | 0.78339 | + | "Original - Displacement z" | 266 | 102.4795 | 0.38526 | 0.28955 | -0.50000 | 0.50000 | + | "Original - Energy" | 266 | 63.33742 | 0.23811 | 0.24852 | 0.0018828 | 2.0444 | + | "Original - Entry Point x" | 266 | -14511.01 | -54.553 | 271.05 | -718.54 | 766.39 | + | "Original - Entry Point y" | 266 | 7780.914 | 29.252 | 256.13 | -535.09 | 656.73 | + | "Original - Entry Point z" | 266 | 658511.8 | 2475.6 | 136.46 | 2322.0 | 2647.9 | + | "Original - Parent |P|" | 266 | 475762.5 | 1788.6 | 3332.6 | 1.4708 | 21901. | + | "Original - TOF" | 266 | 2526.727 | 9.4990 | 6.0275 | 7.7202 | 75.692 | + | "Unpacked - Displacement x" | 266 | -19.08268 | -0.071739 | 0.44923 | -4.2072 | 1.0306 | + | "Unpacked - Displacement y" | 266 | -5.747118 | -0.021606 | 0.19796 | -1.7002 | 0.78339 | + | "Unpacked - Displacement z" | 266 | 102.4795 | 0.38526 | 0.28955 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 266 | 63.33741 | 0.23811 | 0.24852 | 0.0018820 | 2.0444 | + | "Unpacked - Entry Point x" | 266 | -14511.01 | -54.553 | 271.05 | -718.54 | 766.39 | + | "Unpacked - Entry Point y" | 266 | 7780.915 | 29.252 | 256.13 | -535.09 | 656.73 | + | "Unpacked - Entry Point z" | 266 | 658511.8 | 2475.6 | 136.46 | 2322.0 | 2647.9 | + | "Unpacked - Parent |P|" | 266 | 475762.4 | 1788.6 | 3332.6 | 1.4700 | 21901. | + | "Unpacked - TOF" | 266 | 2526.727 | 9.4990 | 6.0275 | 7.7202 | 75.692 | UnpackITHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 51 | 51.000 | 0.0000 | 51.000 | 51.000 | + | "# UnPackedData" | 1 | 47 | 47.000 | 0.0000 | 47.000 | 47.000 | CheckITHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 51 |-4.144658e-06 |-8.1268e-08 | 2.6978e-07 | -4.9198e-07 | 4.9638e-07 | - | "Diff. - Displacement y" | 51 |-7.05889e-07 |-1.3841e-08 | 2.9942e-07 | -4.9103e-07 | 4.7924e-07 | - | "Diff. - Displacement z" | 51 |2.699775e-06 | 5.2937e-08 | 2.7471e-07 | -4.5971e-07 | 4.8930e-07 | - | "Diff. - Energy" | 51 |-6.074661e-06 |-1.1911e-07 | 6.4486e-07 | -9.9721e-07 | 9.9585e-07 | - | "Diff. - Entry Point x" | 51 |0.000296956 | 5.8227e-06 | 2.8098e-05 | -4.9471e-05 | 4.9906e-05 | - | "Diff. - Entry Point y" | 51 |-1.114338e-06 |-2.1850e-08 | 2.6681e-05 | -4.8122e-05 | 4.8342e-05 | - | "Diff. - Entry Point z" | 51 |7.720872e-05 | 1.5139e-06 | 2.8266e-05 | -4.7955e-05 | 4.8216e-05 | - | "Diff. - Parent |P|" | 51 |0.005653938 | 0.00011086 | 0.0029397 | -0.0046473 | 0.0048245 | - | "Diff. - TOF" | 51 |1.109775e-05 | 2.1760e-07 | 2.6306e-06 | -4.7740e-06 | 4.8769e-06 | - | "Original - Displacement x" | 51 | -0.7371261 | -0.014453 | 0.14876 | -0.86311 | 0.25411 | - | "Original - Displacement y" | 51 | -2.508548 | -0.049187 | 0.16284 | -0.71524 | 0.0068520 | - | "Original - Displacement z" | 51 | 16.34287 | 0.32045 | 0.21414 | -0.32051 | 0.40983 | - | "Original - Energy" | 51 | 7.48444 | 0.14675 | 0.061637 | 0.078766 | 0.38941 | - | "Original - Entry Point x" | 51 | -1440.853 | -28.252 | 179.89 | -274.52 | 361.60 | - | "Original - Entry Point y" | 51 | 2288.829 | 44.879 | 85.580 | -166.03 | 152.60 | - | "Original - Entry Point z" | 51 | 431415.2 | 8459.1 | 579.98 | 7668.1 | 9172.1 | - | "Original - Parent |P|" | 51 | 2194001 | 43020. | 37542. | 2.4912 | 95386. | - | "Original - TOF" | 51 | 1456.83 | 28.565 | 2.4613 | 25.554 | 33.742 | - | "Unpacked - Displacement x" | 51 | -0.737122 | -0.014453 | 0.14876 | -0.86311 | 0.25411 | - | "Unpacked - Displacement y" | 51 | -2.508547 | -0.049187 | 0.16284 | -0.71524 | 0.0068520 | - | "Unpacked - Displacement z" | 51 | 16.34287 | 0.32045 | 0.21414 | -0.32051 | 0.40983 | - | "Unpacked - Energy" | 51 | 7.484446 | 0.14675 | 0.061637 | 0.078766 | 0.38941 | - | "Unpacked - Entry Point x" | 51 | -1440.853 | -28.252 | 179.89 | -274.52 | 361.60 | - | "Unpacked - Entry Point y" | 51 | 2288.83 | 44.879 | 85.580 | -166.03 | 152.60 | - | "Unpacked - Entry Point z" | 51 | 431415.2 | 8459.1 | 579.98 | 7668.1 | 9172.1 | - | "Unpacked - Parent |P|" | 51 | 2194001 | 43020. | 37542. | 2.4900 | 95386. | - | "Unpacked - TOF" | 51 | 1456.83 | 28.565 | 2.4613 | 25.554 | 33.742 | + | "Diff. - Displacement x" | 47 |-7.962146e-07 |-1.6941e-08 | 3.0187e-07 | -4.8719e-07 | 4.7753e-07 | + | "Diff. - Displacement y" | 47 |5.120157e-07 | 1.0894e-08 | 2.7067e-07 | -4.8817e-07 | 4.8561e-07 | + | "Diff. - Displacement z" | 47 |-1.847745e-07 |-3.9314e-09 | 1.4955e-07 | -2.8242e-07 | 4.5133e-07 | + | "Diff. - Energy" | 47 |7.327751e-06 | 1.5591e-07 | 5.6264e-07 | -9.6535e-07 | 9.8751e-07 | + | "Diff. - Entry Point x" | 47 |0.0002513536 | 5.3479e-06 | 2.9170e-05 | -4.9978e-05 | 4.9669e-05 | + | "Diff. - Entry Point y" | 47 |-4.177689e-05 |-8.8887e-07 | 2.8317e-05 | -4.1940e-05 | 4.9815e-05 | + | "Diff. - Entry Point z" | 47 |0.0001458232 | 3.1026e-06 | 2.6760e-05 | -4.4439e-05 | 4.9120e-05 | + | "Diff. - Parent |P|" | 47 |0.003051619 | 6.4928e-05 | 0.0029824 | -0.0049654 | 0.0048336 | + | "Diff. - TOF" | 47 |4.697644e-05 | 9.9950e-07 | 2.7876e-06 | -4.7434e-06 | 4.9304e-06 | + | "Original - Displacement x" | 47 | 0.0107482 | 0.00022869 | 0.073351 | -0.24081 | 0.32703 | + | "Original - Displacement y" | 47 | 2.693251 | 0.057303 | 0.16162 | 0.00086051 | 0.68080 | + | "Original - Displacement z" | 47 | 16.70094 | 0.35534 | 0.16507 | -0.40871 | 0.41225 | + | "Original - Energy" | 47 | 9.369249 | 0.19935 | 0.27431 | 0.081879 | 2.0083 | + | "Original - Entry Point x" | 47 | -1918.721 | -40.824 | 192.48 | -433.07 | 241.05 | + | "Original - Entry Point y" | 47 | 3216.14 | 68.429 | 56.489 | -110.15 | 157.71 | + | "Original - Entry Point z" | 47 | 394213.3 | 8387.5 | 572.58 | 7672.2 | 9172.1 | + | "Original - Parent |P|" | 47 | 2218032 | 47192. | 31665. | 3.5618 | 95400. | + | "Original - TOF" | 47 | 1316.755 | 28.016 | 1.8536 | 25.569 | 30.586 | + | "Unpacked - Displacement x" | 47 | 0.010749 | 0.00022870 | 0.073351 | -0.24081 | 0.32703 | + | "Unpacked - Displacement y" | 47 | 2.69325 | 0.057303 | 0.16162 | 0.00086100 | 0.68080 | + | "Unpacked - Displacement z" | 47 | 16.70094 | 0.35534 | 0.16507 | -0.40871 | 0.41225 | + | "Unpacked - Energy" | 47 | 9.369242 | 0.19935 | 0.27431 | 0.081878 | 2.0083 | + | "Unpacked - Entry Point x" | 47 | -1918.722 | -40.824 | 192.48 | -433.07 | 241.05 | + | "Unpacked - Entry Point y" | 47 | 3216.14 | 68.429 | 56.489 | -110.15 | 157.71 | + | "Unpacked - Entry Point z" | 47 | 394213.3 | 8387.5 | 572.58 | 7672.2 | 9172.1 | + | "Unpacked - Parent |P|" | 47 | 2218032 | 47192. | 31665. | 3.5600 | 95400. | + | "Unpacked - TOF" | 47 | 1316.755 | 28.016 | 1.8536 | 25.569 | 30.586 | UnpackOTHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 246 | 246.00 | 0.0000 | 246.00 | 246.00 | + | "# UnPackedData" | 1 | 278 | 278.00 | 0.0000 | 278.00 | 278.00 | CheckOTHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 246 |-4.273751e-06 |-1.7373e-08 | 2.9105e-07 | -4.9025e-07 | 4.9513e-07 | - | "Diff. - Displacement y" | 246 |-2.458731e-06 |-9.9948e-09 | 2.8916e-07 | -4.9683e-07 | 4.9896e-07 | - | "Diff. - Displacement z" | 246 |-2.964884e-06 |-1.2052e-08 | 2.8566e-07 | -4.9903e-07 | 4.9897e-07 | - | "Diff. - Energy" | 246 |5.277016e-06 | 2.1451e-08 | 5.5280e-07 | -9.9604e-07 | 9.8974e-07 | - | "Diff. - Entry Point x" | 246 |0.0004676784 | 1.9011e-06 | 2.9187e-05 | -4.9604e-05 | 4.9884e-05 | - | "Diff. - Entry Point y" | 246 |0.000386226 | 1.5700e-06 | 2.6557e-05 | -4.8502e-05 | 4.9773e-05 | - | "Diff. - Entry Point z" | 246 |-4.380596e-05 |-1.7807e-07 | 2.8737e-05 | -4.9408e-05 | 4.9743e-05 | - | "Diff. - Parent |P|" | 246 |-0.004467955 |-1.8162e-05 | 0.0029434 | -0.0049447 | 0.0049813 | - | "Diff. - TOF" | 246 |-5.958224e-06 |-2.4220e-08 | 2.7783e-06 | -4.9619e-06 | 4.8968e-06 | - | "Original - Displacement x" | 246 | -39.36602 | -0.16002 | 5.5946 | -16.747 | 13.705 | - | "Original - Displacement y" | 246 | 93.35842 | 0.37951 | 3.7693 | -8.1211 | 23.924 | - | "Original - Displacement z" | 246 | 2271.861 | 9.2352 | 4.5504 | -10.726 | 10.738 | - | "Original - Energy" | 246 | 63.059 | 0.25634 | 0.24160 | 0.0090727 | 1.8677 | - | "Original - Entry Point x" | 246 | -40854.57 | -166.08 | 1270.9 | -2903.6 | 3009.0 | - | "Original - Entry Point y" | 246 | -45395.92 | -184.54 | 739.32 | -1734.4 | 1993.4 | - | "Original - Entry Point z" | 246 | 2120656 | 8620.6 | 549.26 | 7850.2 | 9403.0 | - | "Original - Parent |P|" | 246 | 947785.9 | 3852.8 | 3200.0 | 1.4579 | 11655. | - | "Original - TOF" | 246 | 7432.253 | 30.212 | 4.2066 | 26.224 | 57.798 | - | "Unpacked - Displacement x" | 246 | -39.36601 | -0.16002 | 5.5946 | -16.747 | 13.705 | - | "Unpacked - Displacement y" | 246 | 93.35842 | 0.37951 | 3.7693 | -8.1211 | 23.924 | - | "Unpacked - Displacement z" | 246 | 2271.861 | 9.2352 | 4.5504 | -10.726 | 10.738 | - | "Unpacked - Energy" | 246 | 63.05899 | 0.25634 | 0.24160 | 0.0090720 | 1.8677 | - | "Unpacked - Entry Point x" | 246 | -40854.57 | -166.08 | 1270.9 | -2903.6 | 3009.0 | - | "Unpacked - Entry Point y" | 246 | -45395.92 | -184.54 | 739.32 | -1734.4 | 1993.4 | - | "Unpacked - Entry Point z" | 246 | 2120656 | 8620.6 | 549.26 | 7850.2 | 9403.0 | - | "Unpacked - Parent |P|" | 246 | 947785.9 | 3852.8 | 3200.0 | 1.4600 | 11655. | - | "Unpacked - TOF" | 246 | 7432.253 | 30.212 | 4.2066 | 26.224 | 57.798 | + | "Diff. - Displacement x" | 278 |-2.031121e-07 |-7.3062e-10 | 2.8095e-07 | -4.9509e-07 | 4.9671e-07 | + | "Diff. - Displacement y" | 278 |-2.949044e-06 |-1.0608e-08 | 2.9720e-07 | -4.9985e-07 | 4.9778e-07 | + | "Diff. - Displacement z" | 278 |1.615574e-07 | 5.8114e-10 | 3.0092e-07 | -4.9970e-07 | 4.9904e-07 | + | "Diff. - Energy" | 278 |1.476222e-06 | 5.3102e-09 | 5.6564e-07 | -9.9166e-07 | 9.9281e-07 | + | "Diff. - Entry Point x" | 278 |0.0002821449 | 1.0149e-06 | 2.8480e-05 | -4.9683e-05 | 4.9933e-05 | + | "Diff. - Entry Point y" | 278 |-0.0002418718 |-8.7004e-07 | 2.8426e-05 | -4.9955e-05 | 4.9425e-05 | + | "Diff. - Entry Point z" | 278 |0.0006831262 | 2.4573e-06 | 2.9829e-05 | -4.9152e-05 | 4.9927e-05 | + | "Diff. - Parent |P|" | 278 |-0.03032556 |-0.00010908 | 0.0028809 | -0.0049943 | 0.0049461 | + | "Diff. - TOF" | 278 |1.739583e-05 | 6.2575e-08 | 2.8585e-06 | -4.9808e-06 | 4.9338e-06 | + | "Original - Displacement x" | 278 | -473.5544 | -1.7034 | 6.9606 | -48.134 | 9.9239 | + | "Original - Displacement y" | 278 | 115.9883 | 0.41722 | 4.2744 | -30.152 | 27.130 | + | "Original - Displacement z" | 278 | 2125.469 | 7.6456 | 5.9251 | -10.839 | 10.807 | + | "Original - Energy" | 278 | 74.90103 | 0.26943 | 0.29793 | 0.00063302 | 2.2480 | + | "Original - Entry Point x" | 278 | -140530.1 | -505.50 | 1399.7 | -2988.4 | 2924.8 | + | "Original - Entry Point y" | 278 | 18485.81 | 66.496 | 930.28 | -1663.2 | 2345.6 | + | "Original - Entry Point z" | 278 | 2396223 | 8619.5 | 558.44 | 7850.2 | 9412.1 | + | "Original - Parent |P|" | 278 | 778377.1 | 2799.9 | 3197.8 | 1.4314 | 11605. | + | "Original - TOF" | 278 | 8546.77 | 30.744 | 3.9494 | 26.224 | 58.240 | + | "Unpacked - Displacement x" | 278 | -473.5544 | -1.7034 | 6.9606 | -48.134 | 9.9239 | + | "Unpacked - Displacement y" | 278 | 115.9883 | 0.41722 | 4.2744 | -30.152 | 27.130 | + | "Unpacked - Displacement z" | 278 | 2125.469 | 7.6456 | 5.9251 | -10.839 | 10.807 | + | "Unpacked - Energy" | 278 | 74.90103 | 0.26943 | 0.29793 | 0.00063400 | 2.2480 | + | "Unpacked - Entry Point x" | 278 | -140530.1 | -505.50 | 1399.7 | -2988.4 | 2924.8 | + | "Unpacked - Entry Point y" | 278 | 18485.81 | 66.496 | 930.28 | -1663.2 | 2345.6 | + | "Unpacked - Entry Point z" | 278 | 2396223 | 8619.5 | 558.44 | 7850.2 | 9412.1 | + | "Unpacked - Parent |P|" | 278 | 778377.1 | 2799.9 | 3197.8 | 1.4300 | 11605. | + | "Unpacked - TOF" | 278 | 8546.77 | 30.744 | 3.9494 | 26.224 | 58.240 | UnpackRichHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1420 | 1420.0 | 0.0000 | 1420.0 | 1420.0 | + | "# UnPackedData" | 1 | 618 | 618.00 | 0.0000 | 618.00 | 618.00 | UnpackRichOpPhotNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1420 | 1420.0 | 0.0000 | 1420.0 | 1420.0 | + | "# UnPackedData" | 1 | 618 | 618.00 | 0.0000 | 618.00 | 618.00 | UnpackRichSegmentsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 62 | 62.000 | 0.0000 | 62.000 | 62.000 | + | "# UnPackedData" | 1 | 42 | 42.000 | 0.0000 | 42.000 | 42.000 | UnpackRichTracksNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 46 | 46.000 | 0.0000 | 46.000 | 46.000 | + | "# UnPackedData" | 1 | 36 | 36.000 | 0.0000 | 36.000 | 36.000 | CheckRichHitsNext SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1420 |-9.853229e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | - | "Diff. - Entry Point x" | 1420 |0.0004627654 | 3.2589e-07 | 2.8380e-05 | -4.9973e-05 | 4.9926e-05 | - | "Diff. - Entry Point y" | 1420 |-0.0008342595 |-5.8751e-07 | 2.8933e-05 | -4.9949e-05 | 4.9962e-05 | - | "Diff. - Entry Point z" | 1420 |0.0005071686 | 3.5716e-07 | 2.9158e-05 | -4.9992e-05 | 4.9947e-05 | - | "Diff. - TOF" | 1420 |-0.0002078117 |-1.4635e-07 | 2.8450e-06 | -4.9933e-06 | 4.9980e-06 | - | "Original - Energy" | 1420 | 28.4 | 0.020000 | 4.0520e-09 | 0.020000 | 0.020000 | - | "Original - Entry Point x" | 1420 | 25230.73 | 17.768 | 2766.8 | -4149.8 | 4150.7 | - | "Original - Entry Point y" | 1420 | 175661.9 | 123.71 | 950.35 | -1391.1 | 1391.8 | - | "Original - Entry Point z" | 1420 | 8601614 | 6057.5 | 4670.9 | 1331.4 | 11093. | - | "Original - TOF" | 1420 | 41712.48 | 29.375 | 21.239 | 6.7255 | 104.67 | - | "Unpacked - Energy" | 1420 | 28.4 | 0.020000 | 4.0616e-09 | 0.020000 | 0.020000 | - | "Unpacked - Entry Point x" | 1420 | 25230.73 | 17.768 | 2766.8 | -4149.8 | 4150.7 | - | "Unpacked - Entry Point y" | 1420 | 175661.9 | 123.71 | 950.35 | -1391.1 | 1391.8 | - | "Unpacked - Entry Point z" | 1420 | 8601614 | 6057.5 | 4670.9 | 1331.4 | 11093. | - | "Unpacked - TOF" | 1420 | 41712.48 | 29.375 | 21.239 | 6.7255 | 104.67 | + | "Diff. - Energy" | 618 |-4.288236e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 618 |0.0008522849 | 1.3791e-06 | 2.7252e-05 | -4.9957e-05 | 4.9913e-05 | + | "Diff. - Entry Point y" | 618 |0.0003438313 | 5.5636e-07 | 2.9192e-05 | -4.9965e-05 | 4.9788e-05 | + | "Diff. - Entry Point z" | 618 |-5.775675e-05 |-9.3458e-08 | 2.8356e-05 | -4.9921e-05 | 4.9580e-05 | + | "Diff. - TOF" | 618 |4.260439e-05 | 6.8939e-08 | 2.7811e-06 | -4.9999e-06 | 4.9973e-06 | + | "Original - Energy" | 618 | 12.36 | 0.020000 | 4.0098e-09 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 618 | -348260.5 | -563.53 | 2212.4 | -4150.4 | 4146.3 | + | "Original - Entry Point y" | 618 | -56234.99 | -90.995 | 1049.1 | -1318.7 | 1390.1 | + | "Original - Entry Point z" | 618 | 2805986 | 4540.4 | 4312.4 | 1334.0 | 11092. | + | "Original - TOF" | 618 | 15572.97 | 25.199 | 21.009 | 6.7707 | 96.525 | + | "Unpacked - Energy" | 618 | 12.36 | 0.020000 | 4.0154e-09 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 618 | -348260.5 | -563.53 | 2212.4 | -4150.4 | 4146.3 | + | "Unpacked - Entry Point y" | 618 | -56234.99 | -90.995 | 1049.1 | -1318.7 | 1390.1 | + | "Unpacked - Entry Point z" | 618 | 2805986 | 4540.4 | 4312.4 | 1334.0 | 11092. | + | "Unpacked - TOF" | 618 | 15572.97 | 25.199 | 21.009 | 6.7707 | 96.525 | CheckRichOpPhotNext SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 1420 |0.001297803 | 9.1395e-07 | 2.8836e-05 | -4.9979e-05 | 4.9996e-05 | - | "Diff. - Emission Point y" | 1420 |0.001689959 | 1.1901e-06 | 2.9840e-05 | -4.9928e-05 | 4.9997e-05 | - | "Diff. - Emission Point z" | 1420 |-0.0002022547 |-1.4243e-07 | 2.8893e-05 | -4.9986e-05 | 4.9981e-05 | - | "Diff. - Energy" | 1420 |2.127081e-10 | 1.4979e-13 | 5.8176e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 1420 |0.001010044 | 7.1130e-07 | 2.8661e-05 | -4.9810e-05 | 4.9903e-05 | - | "Diff. - HPD In. Point y" | 1420 |0.001555448 | 1.0954e-06 | 2.9210e-05 | -4.9973e-05 | 4.9953e-05 | - | "Diff. - HPD In. Point z" | 1420 |0.0009666862 | 6.8076e-07 | 2.9052e-05 | -4.9995e-05 | 4.9996e-05 | - | "Diff. - HPD QW Point x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 1420 | 4591.743 | 3.2336 | 1.8362 | 0.0010942 | 6.2724 | - | "Original - Cherenkov Theta" | 1420 | 780.5074 | 0.54965 | 0.49106 | 0.0053242 | 2.8851 | - | "Original - Emission Point x" | 1420 | 299143.2 | 210.66 | 2172.5 | -4006.7 | 3779.0 | - | "Original - Emission Point y" | 1420 | 191746.1 | 135.03 | 637.08 | -1276.7 | 1228.7 | - | "Original - Emission Point z" | 1420 | 8397116 | 5913.5 | 4641.4 | 990.81 | 11702. | - | "Original - Energy" | 1420 |0.006170717 | 4.3456e-06 | 1.1380e-06 | 1.7807e-06 | 6.8044e-06 | - | "Original - HPD In. Point x" | 1420 | 25312.81 | 17.826 | 2704.7 | -4076.6 | 4061.6 | - | "Original - HPD In. Point y" | 1420 | 149379 | 105.20 | 888.18 | -1305.0 | 1303.8 | - | "Original - HPD In. Point z" | 1420 | 8530705 | 6007.5 | 4668.1 | 1269.8 | 11069. | - | "Original - HPD QW Point x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 1420 | 4591.743 | 3.2336 | 1.8362 | 0.0010942 | 6.2724 | - | "Unpacked - Cherenkov Theta" | 1420 | 780.5074 | 0.54965 | 0.49106 | 0.0053242 | 2.8851 | - | "Unpacked - Emission Point x" | 1420 | 299143.2 | 210.66 | 2172.5 | -4006.7 | 3779.0 | - | "Unpacked - Emission Point y" | 1420 | 191746.1 | 135.03 | 637.08 | -1276.7 | 1228.7 | - | "Unpacked - Emission Point z" | 1420 | 8397116 | 5913.5 | 4641.4 | 990.81 | 11702. | - | "Unpacked - Energy" | 1420 |0.006170717 | 4.3456e-06 | 1.1380e-06 | 1.7807e-06 | 6.8044e-06 | - | "Unpacked - HPD In. Point x" | 1420 | 25312.81 | 17.826 | 2704.7 | -4076.6 | 4061.6 | - | "Unpacked - HPD In. Point y" | 1420 | 149379 | 105.20 | 888.18 | -1305.0 | 1303.8 | - | "Unpacked - HPD In. Point z" | 1420 | 8530705 | 6007.5 | 4668.1 | 1269.8 | 11069. | - | "Unpacked - HPD QW Point x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 1420 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 618 |0.001574573 | 2.5479e-06 | 2.8786e-05 | -4.9939e-05 | 4.9874e-05 | + | "Diff. - Emission Point y" | 618 |-2.572139e-05 |-4.1620e-08 | 2.9647e-05 | -4.9904e-05 | 4.9923e-05 | + | "Diff. - Emission Point z" | 618 |0.001013886 | 1.6406e-06 | 2.9459e-05 | -4.9666e-05 | 4.9835e-05 | + | "Diff. - Energy" | 618 |3.293508e-10 | 5.3293e-13 | 5.8080e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 618 |0.0004562706 | 7.3830e-07 | 2.9429e-05 | -4.9677e-05 | 4.9731e-05 | + | "Diff. - HPD In. Point y" | 618 |-0.00111126 |-1.7982e-06 | 2.8429e-05 | -4.9957e-05 | 4.9730e-05 | + | "Diff. - HPD In. Point z" | 618 |0.0004344852 | 7.0305e-07 | 2.8769e-05 | -4.9995e-05 | 4.9939e-05 | + | "Diff. - HPD QW Point x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 618 | 1850.635 | 2.9946 | 1.7719 | 0.031688 | 6.2826 | + | "Original - Cherenkov Theta" | 618 | 170.7234 | 0.27625 | 0.52212 | 0.0051030 | 2.8254 | + | "Original - Emission Point x" | 618 | -99284.12 | -160.65 | 570.67 | -2599.4 | 2716.0 | + | "Original - Emission Point y" | 618 | 4080.409 | 6.6026 | 512.61 | -1184.8 | 1207.5 | + | "Original - Emission Point z" | 618 | 2668785 | 4318.4 | 4168.1 | 991.91 | 11537. | + | "Original - Energy" | 618 |0.002646974 | 4.2831e-06 | 1.0648e-06 | 1.7702e-06 | 6.8193e-06 | + | "Original - HPD In. Point x" | 618 | -340926 | -551.66 | 2163.1 | -4075.5 | 4069.9 | + | "Original - HPD In. Point y" | 618 | -51501.2 | -83.335 | 972.97 | -1245.9 | 1314.3 | + | "Original - HPD In. Point z" | 618 | 2776232 | 4492.3 | 4308.7 | 1261.4 | 11065. | + | "Original - HPD QW Point x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 618 | 1850.635 | 2.9946 | 1.7719 | 0.031688 | 6.2826 | + | "Unpacked - Cherenkov Theta" | 618 | 170.7234 | 0.27625 | 0.52212 | 0.0051030 | 2.8254 | + | "Unpacked - Emission Point x" | 618 | -99284.12 | -160.65 | 570.67 | -2599.4 | 2716.0 | + | "Unpacked - Emission Point y" | 618 | 4080.41 | 6.6026 | 512.61 | -1184.8 | 1207.5 | + | "Unpacked - Emission Point z" | 618 | 2668785 | 4318.4 | 4168.1 | 991.91 | 11537. | + | "Unpacked - Energy" | 618 |0.002646974 | 4.2831e-06 | 1.0648e-06 | 1.7702e-06 | 6.8193e-06 | + | "Unpacked - HPD In. Point x" | 618 | -340926 | -551.66 | 2163.1 | -4075.5 | 4069.9 | + | "Unpacked - HPD In. Point y" | 618 | -51501.2 | -83.335 | 972.97 | -1245.9 | 1314.3 | + | "Unpacked - HPD In. Point z" | 618 | 2776232 | 4492.3 | 4308.7 | 1261.4 | 11065. | + | "Unpacked - HPD QW Point x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 618 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegmentsNext SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 62 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 558 | 558.00 | 0.0000 | 558.00 | 558.00 | + | "# UnPackedData" | 1 | 595 | 595.00 | 0.0000 | 595.00 | 595.00 | CheckSpdHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 558 |0.0003657482 | 6.5546e-07 | 2.9492e-05 | -4.9932e-05 | 4.9309e-05 | - | "Diff. - TOF" | 558 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 558 | 335.506 | 0.60127 | 1.6603 | 8.7617e-05 | 20.426 | - | "Original - TOF" | 558 | 887 | 1.5896 | 1.7055 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 558 | 335.5056 | 0.60126 | 1.6603 | 0.00010000 | 20.426 | - | "Unpacked - TOF" | 558 | 887 | 1.5896 | 1.7055 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 595 |-0.0003055127 |-5.1347e-07 | 2.9094e-05 | -4.9799e-05 | 4.9897e-05 | + | "Diff. - TOF" | 595 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 595 | 288.0561 | 0.48413 | 1.1587 | 5.8873e-05 | 13.361 | + | "Original - TOF" | 595 | 926 | 1.5563 | 1.7310 | -1.0000 | 7.0000 | + | "Unpacked - Energy" | 595 | 288.0564 | 0.48413 | 1.1587 | 0.00010000 | 13.361 | + | "Unpacked - TOF" | 595 | 926 | 1.5563 | 1.7310 | -1.0000 | 7.0000 | UnpackPrsHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 808 | 808.00 | 0.0000 | 808.00 | 808.00 | + | "# UnPackedData" | 1 | 817 | 817.00 | 0.0000 | 817.00 | 817.00 | CheckPrsHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 808 |-0.0002523263 |-3.1228e-07 | 2.8972e-05 | -4.9948e-05 | 4.9981e-05 | - | "Diff. - TOF" | 808 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 808 | 882.0966 | 1.0917 | 4.6678 | 3.1729e-06 | 71.606 | - | "Original - TOF" | 808 | 1237 | 1.5309 | 1.7015 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 808 | 882.0969 | 1.0917 | 4.6678 | 0.0000 | 71.606 | - | "Unpacked - TOF" | 808 | 1237 | 1.5309 | 1.7015 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 817 |0.0008290167 | 1.0147e-06 | 2.8964e-05 | -4.9846e-05 | 4.9863e-05 | + | "Diff. - TOF" | 817 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 817 | 871.5504 | 1.0668 | 3.8766 | 5.5110e-05 | 49.630 | + | "Original - TOF" | 817 | 1265 | 1.5483 | 1.7269 | -1.0000 | 7.0000 | + | "Unpacked - Energy" | 817 | 871.5496 | 1.0668 | 3.8766 | 0.00010000 | 49.630 | + | "Unpacked - TOF" | 817 | 1265 | 1.5483 | 1.7269 | -1.0000 | 7.0000 | UnpackEcalHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1211 | 1211.0 | 0.0000 | 1211.0 | 1211.0 | + | "# UnPackedData" | 1 | 1055 | 1055.0 | 0.0000 | 1055.0 | 1055.0 | CheckEcalHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1211 |-0.001091226 |-9.0109e-07 | 2.8526e-05 | -4.9960e-05 | 4.9828e-05 | - | "Diff. - TOF" | 1211 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1211 | 14306.64 | 11.814 | 50.671 | 0.00016139 | 1051.0 | - | "Original - TOF" | 1211 | 239 | 0.19736 | 0.41626 | 0.0000 | 2.0000 | - | "Unpacked - Energy" | 1211 | 14306.64 | 11.814 | 50.671 | 0.00020000 | 1051.0 | - | "Unpacked - TOF" | 1211 | 239 | 0.19736 | 0.41626 | 0.0000 | 2.0000 | + | "Diff. - Energy" | 1055 |0.0001186248 | 1.1244e-07 | 2.8896e-05 | -4.9715e-05 | 4.9963e-05 | + | "Diff. - TOF" | 1055 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1055 | 9893.154 | 9.3774 | 34.281 | 0.0014232 | 598.87 | + | "Original - TOF" | 1055 | 212 | 0.20095 | 0.53627 | 0.0000 | 6.0000 | + | "Unpacked - Energy" | 1055 | 9893.154 | 9.3774 | 34.281 | 0.0014000 | 598.87 | + | "Unpacked - TOF" | 1055 | 212 | 0.20095 | 0.53627 | 0.0000 | 6.0000 | UnpackHcalHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 163 | 163.00 | 0.0000 | 163.00 | 163.00 | + | "# UnPackedData" | 1 | 174 | 174.00 | 0.0000 | 174.00 | 174.00 | CheckHcalHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 163 |-0.0003581727 |-2.1974e-06 | 2.8948e-05 | -4.9352e-05 | 4.9319e-05 | - | "Diff. - TOF" | 163 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 163 | 1349.804 | 8.2810 | 21.815 | 0.00080008 | 211.47 | - | "Original - TOF" | 163 | 22 | 0.13497 | 0.47664 | -1.0000 | 1.0000 | - | "Unpacked - Energy" | 163 | 1349.804 | 8.2810 | 21.815 | 0.00080000 | 211.47 | - | "Unpacked - TOF" | 163 | 22 | 0.13497 | 0.47664 | -1.0000 | 1.0000 | + | "Diff. - Energy" | 174 |-0.0002977722 |-1.7113e-06 | 2.8692e-05 | -4.9231e-05 | 4.8925e-05 | + | "Diff. - TOF" | 174 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 174 | 2838.657 | 16.314 | 65.125 | 0.0016720 | 668.18 | + | "Original - TOF" | 174 | 36 | 0.20690 | 0.49452 | -1.0000 | 1.0000 | + | "Unpacked - Energy" | 174 | 2838.657 | 16.314 | 65.125 | 0.0017000 | 668.18 | + | "Unpacked - TOF" | 174 | 36 | 0.20690 | 0.49452 | -1.0000 | 1.0000 | UnpackMuonHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 117 | 117.00 | 0.0000 | 117.00 | 117.00 | + | "# UnPackedData" | 1 | 134 | 134.00 | 0.0000 | 134.00 | 134.00 | CheckMuonHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 117 |-4.980555e-06 |-4.2569e-08 | 2.8695e-07 | -4.9173e-07 | 4.7696e-07 | - | "Diff. - Displacement y" | 117 |-3.06618e-06 |-2.6207e-08 | 2.9173e-07 | -4.9639e-07 | 4.9929e-07 | - | "Diff. - Displacement z" | 117 |1.482969e-06 | 1.2675e-08 | 2.9433e-07 | -4.9917e-07 | 4.9772e-07 | - | "Diff. - Energy" | 117 |-8.787577e-06 |-7.5107e-08 | 6.1196e-07 | -9.9086e-07 | 9.9218e-07 | - | "Diff. - Entry Point x" | 117 |0.000583316 | 4.9856e-06 | 2.8998e-05 | -4.8906e-05 | 4.9976e-05 | - | "Diff. - Entry Point y" | 117 |-0.0002079699 |-1.7775e-06 | 2.9362e-05 | -4.9782e-05 | 4.7693e-05 | - | "Diff. - Entry Point z" | 117 |-0.0002814208 |-2.4053e-06 | 2.7595e-05 | -4.7608e-05 | 4.7086e-05 | - | "Diff. - Parent |P|" | 117 | 0.03024977 | 0.00025855 | 0.0028531 | -0.0049765 | 0.0049165 | - | "Diff. - TOF" | 117 |-5.45639e-06 |-4.6636e-08 | 2.9104e-06 | -4.9166e-06 | 4.9989e-06 | - | "Original - Displacement x" | 117 | 46.80593 | 0.40005 | 3.5582 | -12.552 | 27.131 | - | "Original - Displacement y" | 117 | -127.6648 | -1.0912 | 4.8300 | -49.685 | 3.2188 | - | "Original - Displacement z" | 117 | 478.7304 | 4.0917 | 2.3294 | -5.0278 | 5.0116 | - | "Original - Energy" | 117 | 0.2099692 | 0.0017946 | 0.0020467 | 8.2477e-05 | 0.011677 | - | "Original - Entry Point x" | 117 | 32534.41 | 278.07 | 1631.7 | -3340.5 | 3802.1 | - | "Original - Entry Point y" | 117 | -63834.54 | -545.59 | 1088.8 | -2929.1 | 2111.7 | - | "Original - Entry Point z" | 117 | 1518545 | 12979. | 1570.6 | 11955. | 17530. | - | "Original - Parent |P|" | 117 | 243400.1 | 2080.3 | 3508.4 | 1.4672 | 21850. | - | "Original - TOF" | 117 | 5189.679 | 44.356 | 5.3496 | 40.042 | 60.180 | - | "Unpacked - Displacement x" | 117 | 46.80593 | 0.40005 | 3.5582 | -12.552 | 27.131 | - | "Unpacked - Displacement y" | 117 | -127.6648 | -1.0912 | 4.8300 | -49.685 | 3.2188 | - | "Unpacked - Displacement z" | 117 | 478.7304 | 4.0917 | 2.3294 | -5.0278 | 5.0116 | - | "Unpacked - Energy" | 117 | 0.209978 | 0.0017947 | 0.0020467 | 8.2000e-05 | 0.011676 | - | "Unpacked - Entry Point x" | 117 | 32534.41 | 278.07 | 1631.7 | -3340.5 | 3802.1 | - | "Unpacked - Entry Point y" | 117 | -63834.54 | -545.59 | 1088.8 | -2929.1 | 2111.7 | - | "Unpacked - Entry Point z" | 117 | 1518545 | 12979. | 1570.6 | 11955. | 17530. | - | "Unpacked - Parent |P|" | 117 | 243400 | 2080.3 | 3508.4 | 1.4700 | 21850. | - | "Unpacked - TOF" | 117 | 5189.679 | 44.356 | 5.3496 | 40.042 | 60.180 | + | "Diff. - Displacement x" | 134 |2.827629e-06 | 2.1102e-08 | 2.8695e-07 | -4.6476e-07 | 4.8609e-07 | + | "Diff. - Displacement y" | 134 |-2.128235e-06 |-1.5882e-08 | 2.8273e-07 | -4.9262e-07 | 4.8487e-07 | + | "Diff. - Displacement z" | 134 |3.29798e-06 | 2.4612e-08 | 2.8741e-07 | -4.9848e-07 | 4.9543e-07 | + | "Diff. - Energy" | 134 |9.894031e-06 | 7.3836e-08 | 5.8094e-07 | -9.8364e-07 | 9.9311e-07 | + | "Diff. - Entry Point x" | 134 |-2.714397e-05 |-2.0257e-07 | 2.7872e-05 | -4.8828e-05 | 4.9438e-05 | + | "Diff. - Entry Point y" | 134 |4.283685e-05 | 3.1968e-07 | 2.9952e-05 | -4.8922e-05 | 4.9031e-05 | + | "Diff. - Entry Point z" | 134 |-3.651744e-05 |-2.7252e-07 | 2.9456e-05 | -4.9228e-05 | 4.8785e-05 | + | "Diff. - Parent |P|" | 134 |-0.06243128 |-0.00046591 | 0.0028787 | -0.0049845 | 0.0049733 | + | "Diff. - TOF" | 134 |3.412835e-05 | 2.5469e-07 | 2.9323e-06 | -4.8966e-06 | 4.9647e-06 | + | "Original - Displacement x" | 134 | 22.40802 | 0.16722 | 1.8540 | -4.0025 | 10.543 | + | "Original - Displacement y" | 134 | -28.99264 | -0.21636 | 1.2001 | -6.9606 | 2.1634 | + | "Original - Displacement z" | 134 | 605.049 | 4.5153 | 1.1614 | -3.0055 | 5.0078 | + | "Original - Energy" | 134 | 0.1924839 | 0.0014364 | 0.0014282 | 4.0820e-06 | 0.010062 | + | "Original - Entry Point x" | 134 | 42828.95 | 319.62 | 1662.6 | -3764.7 | 4111.3 | + | "Original - Entry Point y" | 134 | -7996.266 | -59.674 | 905.17 | -2242.6 | 3045.0 | + | "Original - Entry Point z" | 134 | 1711883 | 12775. | 1375.9 | 11958. | 16627. | + | "Original - Parent |P|" | 134 | 311438.2 | 2324.2 | 5348.8 | 1.6179 | 35485. | + | "Original - TOF" | 134 | 5821.797 | 43.446 | 4.9878 | 39.919 | 57.870 | + | "Unpacked - Displacement x" | 134 | 22.40802 | 0.16722 | 1.8540 | -4.0025 | 10.543 | + | "Unpacked - Displacement y" | 134 | -28.99264 | -0.21636 | 1.2001 | -6.9606 | 2.1634 | + | "Unpacked - Displacement z" | 134 | 605.049 | 4.5153 | 1.1614 | -3.0055 | 5.0078 | + | "Unpacked - Energy" | 134 | 0.192474 | 0.0014364 | 0.0014282 | 4.0000e-06 | 0.010062 | + | "Unpacked - Entry Point x" | 134 | 42828.95 | 319.62 | 1662.6 | -3764.7 | 4111.3 | + | "Unpacked - Entry Point y" | 134 | -7996.266 | -59.674 | 905.17 | -2242.6 | 3045.0 | + | "Unpacked - Entry Point z" | 134 | 1711883 | 12775. | 1375.9 | 11958. | 16627. | + | "Unpacked - Parent |P|" | 134 | 311438.3 | 2324.2 | 5348.8 | 1.6200 | 35485. | + | "Unpacked - TOF" | 134 | 5821.797 | 43.446 | 4.9878 | 39.919 | 57.870 | NextNextEventGaussSim SUCCESS ================================================================== NextNextEventGaussSim SUCCESS 1 events processed NextNextEventGaussSim SUCCESS ================================================================== GetRichHitsNextNext INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsNextNext INFO Av. # MCRichHits : Rich1 = 370.00 +-19.24 (100.00 +-0.00%) Rich2 = 347.00 +-18.63 (100.00 +-0.00%) +GetRichHitsNextNext INFO Av. # MCRichHits : Rich1 = 392.00 +-19.80 (100.00 +-0.00%) Rich2 = 510.00 +-22.58 (100.00 +-0.00%) GetRichHitsNextNext INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Signal Hits : Rich1 = 362.00 +-19.03 ( 97.84 +-0.76%) Rich2 = 235.00 +-15.33 ( 67.72 +-2.51%) -GetRichHitsNextNext INFO Av. # Gas Quartz CK hits : Rich1 = 1.00 +- 1.00 ( 0.27 +-0.27%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsNextNext INFO Av. # Signal Hits : Rich1 = 374.00 +-19.34 ( 95.41 +-1.06%) Rich2 = 208.00 +-14.42 ( 40.78 +-2.18%) +GetRichHitsNextNext INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 2.00 +- 1.41 ( 0.39 +-0.28%) +GetRichHitsNextNext INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 200.00 +-14.14 ( 39.22 +-2.16%) GetRichHitsNextNext INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 100.00 +-10.00 ( 28.82 +-2.43%) -GetRichHitsNextNext INFO Av. # All HPD reflection hits : Rich1 = 7.00 +- 2.65 ( 1.89 +-0.71%) Rich2 = 16.00 +- 4.00 ( 4.61 +-1.13%) -GetRichHitsNextNext INFO Av. # QW/PC refl. hits : Rich1 = 7.00 +- 2.65 ( 1.89 +-0.71%) Rich2 = 13.00 +- 3.61 ( 3.75 +-1.02%) +GetRichHitsNextNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 90.00 +- 9.49 ( 17.65 +-1.69%) +GetRichHitsNextNext INFO Av. # All HPD reflection hits : Rich1 = 18.00 +- 4.24 ( 4.59 +-1.06%) Rich2 = 51.00 +- 7.14 ( 10.00 +-1.33%) +GetRichHitsNextNext INFO Av. # QW/PC refl. hits : Rich1 = 15.00 +- 3.87 ( 3.83 +-0.97%) Rich2 = 42.00 +- 6.48 ( 8.24 +-1.22%) GetRichHitsNextNext INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Air/QW refl. hits : Rich1 = 1.00 +- 1.00 ( 0.27 +-0.27%) Rich2 = 7.00 +- 2.65 ( 2.02 +-0.75%) +GetRichHitsNextNext INFO Av. # Air/QW refl. hits : Rich1 = 8.00 +- 2.83 ( 2.04 +-0.71%) Rich2 = 26.00 +- 5.10 ( 5.10 +-0.97%) GetRichHitsNextNext INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 362.00 +-19.03 ( 97.84 +-0.76%) Rich2Gas = 235.00 +-15.33 ( 67.72 +-2.51%) +GetRichHitsNextNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 374.00 +-19.34 ( 95.41 +-1.06%) Rich2Gas = 208.00 +-14.42 ( 40.78 +-2.18%) GetRichHitsNextNext INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Aero hits per tile : @@ -9606,94 +9605,96 @@ GetRichHitsNextNext INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHitsNextNext INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHitsNextNext INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHitsNextNext INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 369.00 +- 19.21 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 347.00 +- 18.63 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 1.00 +- 1.00 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich1Gas = 20.00 +- 4.47 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich2Gas = 34.00 +- 5.83 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 392.00 +- 19.80 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 308.00 +- 17.55 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 2.00 +- 1.41 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 200.00 +- 14.14 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich1Gas = 16.00 +- 4.00 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich2Gas = 23.00 +- 4.80 / event GetRichSegmentsNextNext INFO Av. # MCRichSegments : GasQuartzWin = 1.00 +- 1.00 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : HPDQuartzWin = 2.00 +- 1.41 / event GetRichTracksNextNext INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVeloHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 327 | 327.00 | 0.0000 | 327.00 | 327.00 | + | "# PackedData" | 1 | 364 | 364.00 | 0.0000 | 364.00 | 364.00 | MCPuVetoHitPackerNext...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# PackedData" | 1 | 5 | 5.0000 | 0.0000 | 5.0000 | 5.0000 | MCTTHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 100 | 100.00 | 0.0000 | 100.00 | 100.00 | + | "# PackedData" | 1 | 133 | 133.00 | 0.0000 | 133.00 | 133.00 | MCITHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 103 | 103.00 | 0.0000 | 103.00 | 103.00 | + | "# PackedData" | 1 | 93 | 93.000 | 0.0000 | 93.000 | 93.000 | MCOTHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 379 | 379.00 | 0.0000 | 379.00 | 379.00 | + | "# PackedData" | 1 | 274 | 274.00 | 0.0000 | 274.00 | 274.00 | MCMuonHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 92 | 92.000 | 0.0000 | 92.000 | 92.000 | + | "# PackedData" | 1 | 71 | 71.000 | 0.0000 | 71.000 | 71.000 | MCPrsHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 908 | 908.00 | 0.0000 | 908.00 | 908.00 | + | "# PackedData" | 1 | 566 | 566.00 | 0.0000 | 566.00 | 566.00 | MCSpdHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 458 | 458.00 | 0.0000 | 458.00 | 458.00 | + | "# PackedData" | 1 | 341 | 341.00 | 0.0000 | 341.00 | 341.00 | MCEcalHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1135 | 1135.0 | 0.0000 | 1135.0 | 1135.0 | + | "# PackedData" | 1 | 748 | 748.00 | 0.0000 | 748.00 | 748.00 | MCHcalHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 122 | 122.00 | 0.0000 | 122.00 | 122.00 | + | "# PackedData" | 1 | 121 | 121.00 | 0.0000 | 121.00 | 121.00 | MCRichHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 717 | 717.00 | 0.0000 | 717.00 | 717.00 | + | "# PackedData" | 1 | 902 | 902.00 | 0.0000 | 902.00 | 902.00 | MCRichOpPhotPackerNex...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 717 | 717.00 | 0.0000 | 717.00 | 717.00 | + | "# PackedData" | 1 | 902 | 902.00 | 0.0000 | 902.00 | 902.00 | MCRichSegmentPackerNe...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 55 | 55.000 | 0.0000 | 55.000 | 55.000 | + | "# PackedData" | 1 | 42 | 42.000 | 0.0000 | 42.000 | 42.000 | MCRichTrackPackerNext...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 46 | 46.000 | 0.0000 | 46.000 | 46.000 | + | "# PackedData" | 1 | 35 | 35.000 | 0.0000 | 35.000 | 35.000 | VeloGaussMoniNextNext INFO ------------------------------------------------------ VeloGaussMoniNextNext INFO - VeloGaussMoni table - VeloGaussMoniNextNext INFO ------------------------------------------------------ -VeloGaussMoniNextNext INFO | Number of MCHits/Event: 327+/-0 +VeloGaussMoniNextNext INFO | Number of MCHits/Event: 364+/-0 VeloGaussMoniNextNext INFO | Number of PileUpMCHits/Event: 5+/-0 VeloGaussMoniNextNext INFO ------------------------------------------------------ TTHitMonitorNextNext INFO *** Summary *** -TTHitMonitorNextNext INFO #hits per event: 100 -TTHitMonitorNextNext INFO Mean beta * gamma: 4693.17 -TTHitMonitorNextNext INFO Most Probable deposited charge: 0.150177 -TTHitMonitorNextNext INFO Half Sample width 0.034025 +TTHitMonitorNextNext INFO #hits per event: 133 +TTHitMonitorNextNext INFO Mean beta * gamma: 4509.9 +TTHitMonitorNextNext INFO Most Probable deposited charge: 0.152252 +TTHitMonitorNextNext INFO Half Sample width 0.0295732 TTHitMonitorNextNext SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 11 | 11 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 100 | 469317.4 | 4693.2 | 9497.6 | 7.1293 | 44819. | - | "numberHits" | 1 | 100 | 100.00 | 0.0000 | 100.00 | 100.00 | + | "DeltaRay" | 14 | 14 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 133 | 599817 | 4509.9 | 13899. | 1.1311 | 74901. | + | "numberHits" | 1 | 133 | 133.00 | 0.0000 | 133.00 | 133.00 | ITHitMonitorNextNext INFO *** Summary *** -ITHitMonitorNextNext INFO #hits per event: 103 -ITHitMonitorNextNext INFO Mean beta * gamma: 6487.33 -ITHitMonitorNextNext INFO Most Probable deposited charge: 0.120423 -ITHitMonitorNextNext INFO Half Sample width 0.0288957 +ITHitMonitorNextNext INFO #hits per event: 93 +ITHitMonitorNextNext INFO Mean beta * gamma: 418.969 +ITHitMonitorNextNext INFO Most Probable deposited charge: 0.121325 +ITHitMonitorNextNext INFO Half Sample width 0.0236731 ITHitMonitorNextNext SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 5 | 5 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 103 | 668195.1 | 6487.3 | 14939. | 9.2242 | 44819. | - | "numberHits" | 1 | 103 | 103.00 | 0.0000 | 103.00 | 103.00 | + | "DeltaRay" | 1 | 1 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 93 | 38964.16 | 418.97 | 630.12 | 6.9879 | 2284.7 | + | "numberHits" | 1 | 93 | 93.000 | 0.0000 | 93.000 | 93.000 | OTHitMonitorNextNext INFO *** Summary *** -OTHitMonitorNextNext INFO #hits per event: 379 -OTHitMonitorNextNext INFO Mean beta * gamma: 2278 -OTHitMonitorNextNext INFO Most Probable deposited charge: 0.19508 -OTHitMonitorNextNext INFO Half Sample width 0.0623867 +OTHitMonitorNextNext INFO #hits per event: 274 +OTHitMonitorNextNext INFO Mean beta * gamma: 1615.01 +OTHitMonitorNextNext INFO Most Probable deposited charge: 0.196091 +OTHitMonitorNextNext INFO Half Sample width 0.0586691 OTHitMonitorNextNext SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 44 | 44 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 379 | 863362.8 | 2278.0 | 5295.2 | 0.48743 | 28263. | - | "numberHits" | 1 | 379 | 379.00 | 0.0000 | 379.00 | 379.00 | + | "DeltaRay" | 12 | 12 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 274 | 442511.7 | 1615.0 | 2907.7 | 1.1099 | 10264. | + | "numberHits" | 1 | 274 | 274.00 | 0.0000 | 274.00 | 274.00 | SpdMonitorNextNext SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitorNextNext SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitorNextNext SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -9702,374 +9703,374 @@ MuonHitCheckerNextNext INFO ------------------------------------------------ MuonHitCheckerNextNext INFO Muon Monitoring Table MuonHitCheckerNextNext INFO ----------------------------------------------------------------- MuonHitCheckerNextNext INFO M1 M2 M3 M4 M5 -MuonHitCheckerNextNext INFO 110.000 0.000 7.000 0.000 0.000 R1 -MuonHitCheckerNextNext INFO 122.000 0.000 4.000 0.000 2.000 R2 -MuonHitCheckerNextNext INFO 74.000 0.000 0.000 0.000 0.000 R3 -MuonHitCheckerNextNext INFO 66.000 0.000 0.000 0.000 0.000 R4 +MuonHitCheckerNextNext INFO 72.000 12.000 4.000 10.000 8.000 R1 +MuonHitCheckerNextNext INFO 126.000 10.000 0.000 0.000 2.000 R2 +MuonHitCheckerNextNext INFO 69.000 1.000 0.000 0.000 3.000 R3 +MuonHitCheckerNextNext INFO 44.000 1.000 1.000 0.000 0.000 R4 MuonHitCheckerNextNext INFO ----------------------------------------------------------------- MuonHitCheckerNextNext INFO ------- Integrated over regions --------------------------- MuonHitCheckerNextNext INFO ----------------------------------------------------------------- -MuonHitCheckerNextNext INFO 372.000 0.000 11.000 0.000 2.000 allR +MuonHitCheckerNextNext INFO 311.000 24.000 5.000 10.000 13.000 allR MuonHitCheckerNextNext INFO number of hits generated outside gaps volume 0 UnpackPuVetoHitsNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# UnPackedData" | 1 | 5 | 5.0000 | 0.0000 | 5.0000 | 5.0000 | CheckPuVetoHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 5 |-5.66521e-07 |-1.1330e-07 | 1.1385e-07 | -3.0065e-07 | 4.8798e-08 | - | "Diff. - Displacement y" | 5 |-6.544573e-07 |-1.3089e-07 | 1.2389e-07 | -2.5378e-07 | 8.7722e-08 | - | "Diff. - Displacement z" | 5 |5.861593e-07 | 1.1723e-07 | 2.2998e-07 | -9.0424e-08 | 4.6151e-07 | - | "Diff. - Energy" | 5 |-1.074273e-06 |-2.1485e-07 | 5.2631e-07 | -8.4377e-07 | 4.3284e-07 | - | "Diff. - Entry Point x" | 5 |-5.251211e-06 |-1.0502e-06 | 3.7188e-05 | -4.8031e-05 | 4.8688e-05 | - | "Diff. - Entry Point y" | 5 |-3.375827e-05 |-6.7517e-06 | 2.0956e-05 | -3.1254e-05 | 2.7123e-05 | - | "Diff. - Entry Point z" | 5 |-9.780606e-06 |-1.9561e-06 | 2.8939e-05 | -3.2603e-05 | 4.3742e-05 | - | "Diff. - Parent |P|" | 5 |0.003940404 | 0.00078808 | 0.0018541 | -0.0022347 | 0.0036077 | - | "Diff. - TOF" | 5 |5.265927e-07 | 1.0532e-07 | 3.6439e-06 | -3.6323e-06 | 4.6568e-06 | - | "Original - Displacement x" | 5 | -0.1242226 | -0.024845 | 0.016915 | -0.055864 | -0.0095381 | - | "Original - Displacement y" | 5 | 0.05817935 | 0.011636 | 0.017046 | -0.0079611 | 0.035487 | - | "Original - Displacement z" | 5 | -1.499859 | -0.29997 | 0.00014293 | -0.30014 | -0.29973 | - | "Original - Energy" | 5 | 0.5576009 | 0.11152 | 0.041634 | 0.074560 | 0.18825 | - | "Original - Entry Point x" | 5 | -81.59351 | -16.319 | 9.8214 | -32.332 | -5.1867 | - | "Original - Entry Point y" | 5 | 42.52427 | 8.5049 | 12.447 | -7.0199 | 24.602 | - | "Original - Entry Point z" | 5 | -1257.921 | -251.58 | 39.876 | -300.50 | -219.00 | - | "Original - Parent |P|" | 5 | 41767.28 | 8353.5 | 3514.2 | 1941.7 | 11566. | - | "Original - TOF" | 5 | 3.737701 | 0.74754 | 0.13041 | 0.63419 | 0.90723 | - | "Unpacked - Displacement x" | 5 | -0.124222 | -0.024844 | 0.016915 | -0.055864 | -0.0095380 | - | "Unpacked - Displacement y" | 5 | 0.05818 | 0.011636 | 0.017046 | -0.0079610 | 0.035487 | - | "Unpacked - Displacement z" | 5 | -1.49986 | -0.29997 | 0.00014279 | -0.30014 | -0.29973 | - | "Unpacked - Energy" | 5 | 0.557602 | 0.11152 | 0.041634 | 0.074560 | 0.18825 | - | "Unpacked - Entry Point x" | 5 | -81.5935 | -16.319 | 9.8213 | -32.332 | -5.1867 | - | "Unpacked - Entry Point y" | 5 | 42.5243 | 8.5049 | 12.447 | -7.0199 | 24.602 | - | "Unpacked - Entry Point z" | 5 | -1257.921 | -251.58 | 39.876 | -300.50 | -219.00 | - | "Unpacked - Parent |P|" | 5 | 41767.28 | 8353.5 | 3514.2 | 1941.7 | 11566. | - | "Unpacked - TOF" | 5 | 3.7377 | 0.74754 | 0.13041 | 0.63419 | 0.90723 | + | "Diff. - Displacement x" | 5 |-1.382362e-07 |-2.7647e-08 | 2.3506e-07 | -2.6757e-07 | 4.0241e-07 | + | "Diff. - Displacement y" | 5 |-3.54589e-07 |-7.0918e-08 | 2.9929e-07 | -4.3279e-07 | 3.9785e-07 | + | "Diff. - Displacement z" | 5 |8.588716e-07 | 1.7177e-07 | 1.5487e-07 | -8.2030e-08 | 3.4477e-07 | + | "Diff. - Energy" | 5 |1.30334e-06 | 2.6067e-07 | 5.6277e-07 | -4.8230e-07 | 8.7702e-07 | + | "Diff. - Entry Point x" | 5 |4.287076e-05 | 8.5742e-06 | 2.8111e-05 | -3.1660e-05 | 4.7585e-05 | + | "Diff. - Entry Point y" | 5 |2.40541e-05 | 4.8108e-06 | 2.8504e-05 | -3.6354e-05 | 4.8553e-05 | + | "Diff. - Entry Point z" | 5 |9.525747e-05 | 1.9051e-05 | 1.9660e-05 | -1.8695e-05 | 3.8892e-05 | + | "Diff. - Parent |P|" | 5 |0.007164566 | 0.0014329 | 0.0036063 | -0.0049064 | 0.0048679 | + | "Diff. - TOF" | 5 |-5.158287e-06 |-1.0317e-06 | 2.9166e-06 | -3.5727e-06 | 4.2605e-06 | + | "Original - Displacement x" | 5 | -0.1237361 | -0.024747 | 0.016833 | -0.055661 | -0.0095596 | + | "Original - Displacement y" | 5 | 0.05873565 | 0.011747 | 0.016989 | -0.0077103 | 0.035717 | + | "Original - Displacement z" | 5 | -1.499861 | -0.29997 | 0.00014218 | -0.30014 | -0.29973 | + | "Original - Energy" | 5 | 1.926267 | 0.38525 | 0.52753 | 0.080164 | 1.4344 | + | "Original - Entry Point x" | 5 | -81.47606 | -16.295 | 9.8069 | -32.325 | -5.1938 | + | "Original - Entry Point y" | 5 | 42.77032 | 8.5541 | 12.419 | -6.8962 | 24.673 | + | "Original - Entry Point z" | 5 | -1257.922 | -251.58 | 39.876 | -300.50 | -219.00 | + | "Original - Parent |P|" | 5 | 41765.37 | 8353.1 | 3514.0 | 1941.7 | 11565. | + | "Original - TOF" | 5 | 3.737675 | 0.74753 | 0.13040 | 0.63420 | 0.90720 | + | "Unpacked - Displacement x" | 5 | -0.123736 | -0.024747 | 0.016832 | -0.055661 | -0.0095600 | + | "Unpacked - Displacement y" | 5 | 0.058736 | 0.011747 | 0.016989 | -0.0077100 | 0.035717 | + | "Unpacked - Displacement z" | 5 | -1.499862 | -0.29997 | 0.00014211 | -0.30014 | -0.29973 | + | "Unpacked - Energy" | 5 | 1.926266 | 0.38525 | 0.52753 | 0.080164 | 1.4344 | + | "Unpacked - Entry Point x" | 5 | -81.4761 | -16.295 | 9.8069 | -32.325 | -5.1938 | + | "Unpacked - Entry Point y" | 5 | 42.7703 | 8.5541 | 12.419 | -6.8962 | 24.673 | + | "Unpacked - Entry Point z" | 5 | -1257.922 | -251.58 | 39.876 | -300.50 | -219.00 | + | "Unpacked - Parent |P|" | 5 | 41765.36 | 8353.1 | 3514.0 | 1941.7 | 11565. | + | "Unpacked - TOF" | 5 | 3.73768 | 0.74754 | 0.13040 | 0.63420 | 0.90720 | UnpackVeloHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 327 | 327.00 | 0.0000 | 327.00 | 327.00 | + | "# UnPackedData" | 1 | 364 | 364.00 | 0.0000 | 364.00 | 364.00 | CheckVeloHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 327 |-3.621482e-06 |-1.1075e-08 | 3.0078e-07 | -4.9776e-07 | 4.9845e-07 | - | "Diff. - Displacement y" | 327 |2.56276e-06 | 7.8372e-09 | 2.9060e-07 | -4.9974e-07 | 4.9287e-07 | - | "Diff. - Displacement z" | 327 |-1.417707e-06 |-4.3355e-09 | 2.9050e-07 | -4.9215e-07 | 4.9459e-07 | - | "Diff. - Energy" | 327 |1.507921e-06 | 4.6114e-09 | 5.6949e-07 | -9.9898e-07 | 9.9967e-07 | - | "Diff. - Entry Point x" | 327 |-0.0003185536 |-9.7417e-07 | 2.8843e-05 | -4.8722e-05 | 4.9522e-05 | - | "Diff. - Entry Point y" | 327 |-0.0004581413 |-1.4010e-06 | 2.8597e-05 | -4.8538e-05 | 4.9846e-05 | - | "Diff. - Entry Point z" | 327 |0.0005695493 | 1.7417e-06 | 2.9042e-05 | -4.9737e-05 | 4.9621e-05 | - | "Diff. - Parent |P|" | 327 | 0.01269595 | 3.8826e-05 | 0.0029349 | -0.0049474 | 0.0049620 | - | "Diff. - TOF" | 327 |4.184713e-05 | 1.2797e-07 | 3.1329e-06 | -4.9911e-06 | 4.9944e-06 | - | "Original - Displacement x" | 327 | -0.6509526 | -0.0019907 | 0.058435 | -0.27855 | 0.39223 | - | "Original - Displacement y" | 327 | 2.195138 | 0.0067130 | 0.072451 | -0.45034 | 0.45716 | - | "Original - Displacement z" | 327 | 68.39613 | 0.20916 | 0.20357 | -0.30057 | 0.30029 | - | "Original - Energy" | 327 | 38.67759 | 0.11828 | 0.11724 | 0.0050133 | 1.1632 | - | "Original - Entry Point x" | 327 | -448.4195 | -1.3713 | 15.749 | -36.498 | 36.422 | - | "Original - Entry Point y" | 327 | 1085.498 | 3.3196 | 14.094 | -30.721 | 39.759 | - | "Original - Entry Point z" | 327 | 119106.9 | 364.24 | 286.58 | -160.84 | 751.00 | - | "Original - Parent |P|" | 327 | 2113242 | 6462.5 | 8845.1 | 3.2822 | 50786. | - | "Original - TOF" | 327 | 453.5517 | 1.3870 | 0.85125 | 0.055288 | 2.6226 | - | "Unpacked - Displacement x" | 327 | -0.650949 | -0.0019907 | 0.058435 | -0.27855 | 0.39223 | - | "Unpacked - Displacement y" | 327 | 2.195135 | 0.0067130 | 0.072451 | -0.45034 | 0.45716 | - | "Unpacked - Displacement z" | 327 | 68.39613 | 0.20916 | 0.20357 | -0.30057 | 0.30029 | - | "Unpacked - Energy" | 327 | 38.67759 | 0.11828 | 0.11724 | 0.0050140 | 1.1632 | - | "Unpacked - Entry Point x" | 327 | -448.4192 | -1.3713 | 15.749 | -36.498 | 36.422 | - | "Unpacked - Entry Point y" | 327 | 1085.498 | 3.3196 | 14.094 | -30.721 | 39.759 | - | "Unpacked - Entry Point z" | 327 | 119106.9 | 364.24 | 286.58 | -160.84 | 751.00 | - | "Unpacked - Parent |P|" | 327 | 2113242 | 6462.5 | 8845.1 | 3.2800 | 50786. | - | "Unpacked - TOF" | 327 | 453.5516 | 1.3870 | 0.85125 | 0.055290 | 2.6226 | + | "Diff. - Displacement x" | 364 |8.007312e-06 | 2.1998e-08 | 2.8234e-07 | -4.9982e-07 | 4.9582e-07 | + | "Diff. - Displacement y" | 364 |3.045937e-07 | 8.3680e-10 | 3.0102e-07 | -4.9956e-07 | 4.9428e-07 | + | "Diff. - Displacement z" | 364 |-3.52281e-06 |-9.6780e-09 | 2.9556e-07 | -4.9952e-07 | 4.9964e-07 | + | "Diff. - Energy" | 364 |5.86513e-07 | 1.6113e-09 | 5.8033e-07 | -9.9037e-07 | 9.9892e-07 | + | "Diff. - Entry Point x" | 364 |0.0002076334 | 5.7042e-07 | 3.0138e-05 | -4.9964e-05 | 4.9809e-05 | + | "Diff. - Entry Point y" | 364 |0.0005072359 | 1.3935e-06 | 2.8339e-05 | -4.9491e-05 | 4.9867e-05 | + | "Diff. - Entry Point z" | 364 |-4.363915e-06 |-1.1989e-08 | 2.9201e-05 | -4.9940e-05 | 4.9663e-05 | + | "Diff. - Parent |P|" | 364 |-0.03806588 |-0.00010458 | 0.0029373 | -0.0049885 | 0.0049975 | + | "Diff. - TOF" | 364 |0.0001144965 | 3.1455e-07 | 2.9144e-06 | -4.9693e-06 | 4.9803e-06 | + | "Original - Displacement x" | 364 | -1.429986 | -0.0039285 | 0.068596 | -0.28528 | 0.38808 | + | "Original - Displacement y" | 364 | 2.512159 | 0.0069015 | 0.079162 | -0.45089 | 0.39587 | + | "Original - Displacement z" | 364 | 76.90606 | 0.21128 | 0.20283 | -0.30057 | 0.30039 | + | "Original - Energy" | 364 | 101.7656 | 0.27958 | 0.96597 | 0.042133 | 13.969 | + | "Original - Entry Point x" | 364 | -1534.866 | -4.2167 | 16.338 | -42.680 | 35.947 | + | "Original - Entry Point y" | 364 | 1834.15 | 5.0389 | 13.924 | -30.836 | 37.359 | + | "Original - Entry Point z" | 364 | 136530.9 | 375.08 | 284.48 | -160.84 | 751.00 | + | "Original - Parent |P|" | 364 | 2195276 | 6031.0 | 9005.5 | 1.5540 | 40241. | + | "Original - TOF" | 364 | 529.2434 | 1.4540 | 0.85277 | 0.055309 | 2.6920 | + | "Unpacked - Displacement x" | 364 | -1.429994 | -0.0039286 | 0.068596 | -0.28528 | 0.38807 | + | "Unpacked - Displacement y" | 364 | 2.512159 | 0.0069015 | 0.079162 | -0.45089 | 0.39587 | + | "Unpacked - Displacement z" | 364 | 76.90606 | 0.21128 | 0.20283 | -0.30057 | 0.30039 | + | "Unpacked - Energy" | 364 | 101.7656 | 0.27958 | 0.96597 | 0.042132 | 13.969 | + | "Unpacked - Entry Point x" | 364 | -1534.867 | -4.2167 | 16.338 | -42.680 | 35.947 | + | "Unpacked - Entry Point y" | 364 | 1834.15 | 5.0389 | 13.924 | -30.836 | 37.359 | + | "Unpacked - Entry Point z" | 364 | 136530.9 | 375.08 | 284.48 | -160.84 | 751.00 | + | "Unpacked - Parent |P|" | 364 | 2195276 | 6031.0 | 9005.5 | 1.5500 | 40241. | + | "Unpacked - TOF" | 364 | 529.2433 | 1.4540 | 0.85277 | 0.055310 | 2.6920 | UnpackTTHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 100 | 100.00 | 0.0000 | 100.00 | 100.00 | + | "# UnPackedData" | 1 | 133 | 133.00 | 0.0000 | 133.00 | 133.00 | CheckTTHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 100 |2.110606e-06 | 2.1106e-08 | 2.9120e-07 | -4.8755e-07 | 4.9673e-07 | - | "Diff. - Displacement y" | 100 |3.227915e-06 | 3.2279e-08 | 2.7960e-07 | -4.8762e-07 | 4.9552e-07 | - | "Diff. - Displacement z" | 100 |-1.387779e-17 |-1.3878e-19 | 3.0119e-09 | -2.0358e-08 | 2.0358e-08 | - | "Diff. - Energy" | 100 |1.964443e-06 | 1.9644e-08 | 5.8161e-07 | -9.9065e-07 | 9.8633e-07 | - | "Diff. - Entry Point x" | 100 |-0.0002821393 |-2.8214e-06 | 2.8686e-05 | -4.8896e-05 | 4.9663e-05 | - | "Diff. - Entry Point y" | 100 |4.125145e-05 | 4.1251e-07 | 2.8305e-05 | -4.9490e-05 | 4.8167e-05 | - | "Diff. - Entry Point z" | 100 |-7.026615e-06 |-7.0266e-08 | 5.6087e-06 | -4.3020e-05 | 3.5994e-05 | - | "Diff. - Parent |P|" | 100 | 0.01595957 | 0.00015960 | 0.0025771 | -0.0049453 | 0.0046822 | - | "Diff. - TOF" | 100 |3.883105e-05 | 3.8831e-07 | 2.8775e-06 | -4.9187e-06 | 4.9411e-06 | - | "Original - Displacement x" | 100 | 0.2820171 | 0.0028202 | 0.26771 | -0.73109 | 2.0661 | - | "Original - Displacement y" | 100 | -2.998965 | -0.029990 | 0.28761 | -2.4782 | 0.18171 | - | "Original - Displacement z" | 100 | 47 | 0.47000 | 0.14899 | -0.50000 | 0.50000 | - | "Original - Energy" | 100 | 20.94079 | 0.20941 | 0.15828 | 0.051901 | 1.2507 | - | "Original - Entry Point x" | 100 | -6019.769 | -60.198 | 194.12 | -577.26 | 405.72 | - | "Original - Entry Point y" | 100 | 3254.172 | 32.542 | 128.77 | -173.23 | 410.17 | - | "Original - Entry Point z" | 100 | 249301.3 | 2493.0 | 136.48 | 2322.0 | 2647.5 | - | "Original - Parent |P|" | 100 | 488923.9 | 4889.2 | 6427.7 | 20.088 | 25702. | - | "Original - TOF" | 100 | 869.9258 | 8.6993 | 1.3358 | 7.8459 | 16.374 | - | "Unpacked - Displacement x" | 100 | 0.282015 | 0.0028202 | 0.26771 | -0.73109 | 2.0661 | - | "Unpacked - Displacement y" | 100 | -2.998968 | -0.029990 | 0.28761 | -2.4782 | 0.18171 | - | "Unpacked - Displacement z" | 100 | 47 | 0.47000 | 0.14899 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 100 | 20.94078 | 0.20941 | 0.15828 | 0.051900 | 1.2507 | - | "Unpacked - Entry Point x" | 100 | -6019.769 | -60.198 | 194.12 | -577.26 | 405.72 | - | "Unpacked - Entry Point y" | 100 | 3254.172 | 32.542 | 128.77 | -173.23 | 410.17 | - | "Unpacked - Entry Point z" | 100 | 249301.3 | 2493.0 | 136.48 | 2322.0 | 2647.5 | - | "Unpacked - Parent |P|" | 100 | 488923.9 | 4889.2 | 6427.7 | 20.090 | 25702. | - | "Unpacked - TOF" | 100 | 869.9258 | 8.6993 | 1.3358 | 7.8460 | 16.374 | + | "Diff. - Displacement x" | 133 |-7.613435e-06 |-5.7244e-08 | 3.0022e-07 | -4.9905e-07 | 4.9034e-07 | + | "Diff. - Displacement y" | 133 |-1.184933e-06 |-8.9093e-09 | 2.7800e-07 | -4.9880e-07 | 4.9376e-07 | + | "Diff. - Displacement z" | 133 |4.988053e-07 | 3.7504e-09 | 6.2437e-08 | -3.4147e-07 | 3.5076e-07 | + | "Diff. - Energy" | 133 |5.811605e-06 | 4.3696e-08 | 5.9180e-07 | -9.9340e-07 | 9.9635e-07 | + | "Diff. - Entry Point x" | 133 |0.0001801767 | 1.3547e-06 | 2.7213e-05 | -4.9672e-05 | 4.8574e-05 | + | "Diff. - Entry Point y" | 133 |0.0002879706 | 2.1652e-06 | 3.0726e-05 | -4.9800e-05 | 4.9388e-05 | + | "Diff. - Entry Point z" | 133 |-1.836004e-05 |-1.3805e-07 | 2.9535e-06 | -1.9351e-05 | 2.0341e-05 | + | "Diff. - Parent |P|" | 133 | 0.01529487 | 0.00011500 | 0.0027028 | -0.0049910 | 0.0049013 | + | "Diff. - TOF" | 133 |-1.950888e-05 |-1.4668e-07 | 2.7639e-06 | -4.9704e-06 | 4.7167e-06 | + | "Original - Displacement x" | 133 | -1.563332 | -0.011754 | 0.16089 | -0.67921 | 0.64476 | + | "Original - Displacement y" | 133 | -1.847712 | -0.013893 | 0.12555 | -0.83565 | 0.28941 | + | "Original - Displacement z" | 133 | 58.20418 | 0.43763 | 0.22792 | -0.50000 | 0.50000 | + | "Original - Energy" | 133 | 27.44934 | 0.20639 | 0.15005 | 0.033777 | 1.1524 | + | "Original - Entry Point x" | 133 | -8219.63 | -61.802 | 237.43 | -774.45 | 405.97 | + | "Original - Entry Point y" | 133 | 1942.422 | 14.605 | 142.80 | -408.25 | 419.09 | + | "Original - Entry Point z" | 133 | 331620.1 | 2493.4 | 136.76 | 2322.0 | 2647.5 | + | "Original - Parent |P|" | 133 | 482538.4 | 3628.1 | 5125.6 | 1.7487 | 25425. | + | "Original - TOF" | 133 | 1330.706 | 10.005 | 4.3673 | 7.8460 | 27.036 | + | "Unpacked - Displacement x" | 133 | -1.563324 | -0.011754 | 0.16089 | -0.67921 | 0.64476 | + | "Unpacked - Displacement y" | 133 | -1.847711 | -0.013893 | 0.12555 | -0.83565 | 0.28941 | + | "Unpacked - Displacement z" | 133 | 58.20418 | 0.43763 | 0.22792 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 133 | 27.44933 | 0.20639 | 0.15005 | 0.033776 | 1.1524 | + | "Unpacked - Entry Point x" | 133 | -8219.63 | -61.802 | 237.43 | -774.45 | 405.97 | + | "Unpacked - Entry Point y" | 133 | 1942.422 | 14.605 | 142.80 | -408.25 | 419.09 | + | "Unpacked - Entry Point z" | 133 | 331620.1 | 2493.4 | 136.76 | 2322.0 | 2647.5 | + | "Unpacked - Parent |P|" | 133 | 482538.4 | 3628.1 | 5125.6 | 1.7500 | 25425. | + | "Unpacked - TOF" | 133 | 1330.706 | 10.005 | 4.3673 | 7.8460 | 27.036 | UnpackITHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 103 | 103.00 | 0.0000 | 103.00 | 103.00 | + | "# UnPackedData" | 1 | 93 | 93.000 | 0.0000 | 93.000 | 93.000 | CheckITHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 103 |3.044028e-06 | 2.9554e-08 | 2.8129e-07 | -4.9643e-07 | 4.9871e-07 | - | "Diff. - Displacement y" | 103 |-5.057348e-06 |-4.9100e-08 | 2.8154e-07 | -4.9455e-07 | 4.9947e-07 | - | "Diff. - Displacement z" | 103 |-3.95482e-06 |-3.8396e-08 | 2.7297e-07 | -4.9960e-07 | 4.7423e-07 | - | "Diff. - Energy" | 103 |-6.881227e-07 |-6.6808e-09 | 5.7132e-07 | -9.9794e-07 | 9.9013e-07 | - | "Diff. - Entry Point x" | 103 |0.0001375286 | 1.3352e-06 | 2.9406e-05 | -4.6905e-05 | 4.9270e-05 | - | "Diff. - Entry Point y" | 103 |0.0003824675 | 3.7133e-06 | 2.8678e-05 | -4.9164e-05 | 4.9731e-05 | - | "Diff. - Entry Point z" | 103 |0.0003965354 | 3.8499e-06 | 2.7992e-05 | -4.7405e-05 | 4.9169e-05 | - | "Diff. - Parent |P|" | 103 |-0.003690105 |-3.5826e-05 | 0.0027395 | -0.0048384 | 0.0048141 | - | "Diff. - TOF" | 103 |1.225162e-05 | 1.1895e-07 | 2.9315e-06 | -4.8142e-06 | 4.9208e-06 | - | "Original - Displacement x" | 103 | -7.526218 | -0.073070 | 0.11347 | -0.69232 | 0.017462 | - | "Original - Displacement y" | 103 | -1.870178 | -0.018157 | 0.071612 | -0.44052 | 0.012747 | - | "Original - Displacement z" | 103 | 39.47214 | 0.38322 | 0.067139 | 0.012712 | 0.40985 | - | "Original - Energy" | 103 | 15.6934 | 0.15236 | 0.11050 | 0.0083257 | 1.1129 | - | "Original - Entry Point x" | 103 | -28170.9 | -273.50 | 256.33 | -613.77 | 228.71 | - | "Original - Entry Point y" | 103 | -2255.346 | -21.897 | 71.609 | -211.91 | 154.85 | - | "Original - Entry Point z" | 103 | 864147.6 | 8389.8 | 565.78 | 7667.9 | 9170.8 | - | "Original - Parent |P|" | 103 | 1382127 | 13419. | 12932. | 3.1680 | 50704. | - | "Original - TOF" | 103 | 2917.869 | 28.329 | 1.9337 | 25.684 | 31.605 | - | "Unpacked - Displacement x" | 103 | -7.526221 | -0.073070 | 0.11347 | -0.69232 | 0.017462 | - | "Unpacked - Displacement y" | 103 | -1.870173 | -0.018157 | 0.071612 | -0.44052 | 0.012747 | - | "Unpacked - Displacement z" | 103 | 39.47215 | 0.38322 | 0.067139 | 0.012712 | 0.40985 | - | "Unpacked - Energy" | 103 | 15.6934 | 0.15236 | 0.11050 | 0.0083260 | 1.1129 | - | "Unpacked - Entry Point x" | 103 | -28170.9 | -273.50 | 256.33 | -613.77 | 228.71 | - | "Unpacked - Entry Point y" | 103 | -2255.346 | -21.897 | 71.609 | -211.91 | 154.85 | - | "Unpacked - Entry Point z" | 103 | 864147.6 | 8389.8 | 565.78 | 7667.9 | 9170.8 | - | "Unpacked - Parent |P|" | 103 | 1382127 | 13419. | 12932. | 3.1700 | 50704. | - | "Unpacked - TOF" | 103 | 2917.869 | 28.329 | 1.9337 | 25.684 | 31.605 | + | "Diff. - Displacement x" | 93 |-5.279333e-06 |-5.6767e-08 | 2.8575e-07 | -4.8667e-07 | 4.9772e-07 | + | "Diff. - Displacement y" | 93 |-2.888962e-06 |-3.1064e-08 | 3.0393e-07 | -4.9858e-07 | 4.9666e-07 | + | "Diff. - Displacement z" | 93 |6.834104e-07 | 7.3485e-09 | 3.0920e-07 | -4.8781e-07 | 4.9937e-07 | + | "Diff. - Energy" | 93 |-2.205173e-06 |-2.3712e-08 | 5.7693e-07 | -9.4660e-07 | 9.3775e-07 | + | "Diff. - Entry Point x" | 93 |0.0001938003 | 2.0839e-06 | 2.9601e-05 | -4.9425e-05 | 4.9237e-05 | + | "Diff. - Entry Point y" | 93 |-9.575837e-05 |-1.0297e-06 | 2.8951e-05 | -4.9564e-05 | 4.9521e-05 | + | "Diff. - Entry Point z" | 93 |0.0004266947 | 4.5881e-06 | 2.9302e-05 | -4.7901e-05 | 4.9167e-05 | + | "Diff. - Parent |P|" | 93 | 0.02028962 | 0.00021817 | 0.0026476 | -0.0049211 | 0.0049716 | + | "Diff. - TOF" | 93 |4.958242e-07 | 5.3314e-09 | 3.0674e-06 | -4.9733e-06 | 4.9133e-06 | + | "Original - Displacement x" | 93 | -1.469537 | -0.015801 | 0.031542 | -0.12278 | 0.037668 | + | "Original - Displacement y" | 93 |-0.08694789 |-0.00093492 | 0.0084867 | -0.077998 | 0.0059030 | + | "Original - Displacement z" | 93 | 36.21172 | 0.38937 | 0.057903 | 0.017144 | 0.40982 | + | "Original - Energy" | 93 | 14.99724 | 0.16126 | 0.15217 | 0.0037959 | 1.0716 | + | "Original - Entry Point x" | 93 | -13554.98 | -145.75 | 249.42 | -605.33 | 252.41 | + | "Original - Entry Point y" | 93 | -903.937 | -9.7198 | 58.400 | -135.78 | 65.740 | + | "Original - Entry Point z" | 93 | 780185.6 | 8389.1 | 542.46 | 7667.9 | 9167.0 | + | "Original - Parent |P|" | 93 | 1497807 | 16105. | 12616. | 3.5107 | 40193. | + | "Original - TOF" | 93 | 2614.447 | 28.112 | 1.8089 | 25.689 | 30.697 | + | "Unpacked - Displacement x" | 93 | -1.469532 | -0.015801 | 0.031542 | -0.12278 | 0.037668 | + | "Unpacked - Displacement y" | 93 | -0.086945 |-0.00093489 | 0.0084867 | -0.077998 | 0.0059030 | + | "Unpacked - Displacement z" | 93 | 36.21172 | 0.38937 | 0.057903 | 0.017144 | 0.40982 | + | "Unpacked - Energy" | 93 | 14.99724 | 0.16126 | 0.15217 | 0.0037960 | 1.0716 | + | "Unpacked - Entry Point x" | 93 | -13554.98 | -145.75 | 249.42 | -605.33 | 252.41 | + | "Unpacked - Entry Point y" | 93 | -903.9369 | -9.7198 | 58.400 | -135.78 | 65.740 | + | "Unpacked - Entry Point z" | 93 | 780185.6 | 8389.1 | 542.46 | 7667.9 | 9167.0 | + | "Unpacked - Parent |P|" | 93 | 1497807 | 16105. | 12616. | 3.5100 | 40193. | + | "Unpacked - TOF" | 93 | 2614.447 | 28.112 | 1.8089 | 25.689 | 30.697 | UnpackOTHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 379 | 379.00 | 0.0000 | 379.00 | 379.00 | + | "# UnPackedData" | 1 | 274 | 274.00 | 0.0000 | 274.00 | 274.00 | CheckOTHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 379 |7.357777e-07 | 1.9414e-09 | 2.7771e-07 | -4.9775e-07 | 4.9757e-07 | - | "Diff. - Displacement y" | 379 |9.319243e-06 | 2.4589e-08 | 3.0407e-07 | -4.9825e-07 | 4.9979e-07 | - | "Diff. - Displacement z" | 379 |2.410543e-06 | 6.3603e-09 | 2.8112e-07 | -4.9464e-07 | 4.9819e-07 | - | "Diff. - Energy" | 379 |-1.159891e-05 |-3.0604e-08 | 5.7308e-07 | -9.8605e-07 | 9.9938e-07 | - | "Diff. - Entry Point x" | 379 |0.0001221482 | 3.2229e-07 | 2.8467e-05 | -4.9924e-05 | 4.9387e-05 | - | "Diff. - Entry Point y" | 379 |4.735168e-05 | 1.2494e-07 | 2.9148e-05 | -4.9989e-05 | 4.9986e-05 | - | "Diff. - Entry Point z" | 379 |0.0006374154 | 1.6818e-06 | 2.8089e-05 | -4.9940e-05 | 4.9869e-05 | - | "Diff. - Parent |P|" | 379 |-0.03526339 |-9.3043e-05 | 0.0028673 | -0.0049931 | 0.0049908 | - | "Diff. - TOF" | 379 |-0.0001134424 |-2.9932e-07 | 2.9066e-06 | -4.9952e-06 | 4.9974e-06 | - | "Original - Displacement x" | 379 | 102.4341 | 0.27027 | 8.6126 | -57.683 | 90.370 | - | "Original - Displacement y" | 379 | 9.248594 | 0.024403 | 4.3272 | -24.799 | 43.274 | - | "Original - Displacement z" | 379 | 2549.557 | 6.7271 | 7.3718 | -10.798 | 10.886 | - | "Original - Energy" | 379 | 91.7675 | 0.24213 | 0.20211 | 0.0042070 | 1.9372 | - | "Original - Entry Point x" | 379 | -348.1428 | -0.91858 | 1412.7 | -2877.2 | 2535.6 | - | "Original - Entry Point y" | 379 | -887.5682 | -2.3419 | 478.65 | -2213.4 | 1499.2 | - | "Original - Entry Point z" | 379 | 3288843 | 8677.7 | 552.33 | 7852.9 | 9410.1 | - | "Original - Parent |P|" | 379 | 1074504 | 2835.1 | 3843.5 | 1.4854 | 16446. | - | "Original - TOF" | 379 | 12142.08 | 32.037 | 6.6807 | 26.329 | 74.132 | - | "Unpacked - Displacement x" | 379 | 102.4341 | 0.27027 | 8.6126 | -57.683 | 90.370 | - | "Unpacked - Displacement y" | 379 | 9.248585 | 0.024403 | 4.3272 | -24.799 | 43.274 | - | "Unpacked - Displacement z" | 379 | 2549.557 | 6.7271 | 7.3718 | -10.798 | 10.886 | - | "Unpacked - Energy" | 379 | 91.76751 | 0.24213 | 0.20211 | 0.0042080 | 1.9372 | - | "Unpacked - Entry Point x" | 379 | -348.1429 | -0.91858 | 1412.7 | -2877.2 | 2535.6 | - | "Unpacked - Entry Point y" | 379 | -887.5682 | -2.3419 | 478.65 | -2213.4 | 1499.2 | - | "Unpacked - Entry Point z" | 379 | 3288843 | 8677.7 | 552.33 | 7852.9 | 9410.1 | - | "Unpacked - Parent |P|" | 379 | 1074504 | 2835.1 | 3843.5 | 1.4900 | 16446. | - | "Unpacked - TOF" | 379 | 12142.08 | 32.037 | 6.6807 | 26.329 | 74.132 | + | "Diff. - Displacement x" | 274 |2.422492e-07 | 8.8412e-10 | 2.9044e-07 | -4.9829e-07 | 4.9883e-07 | + | "Diff. - Displacement y" | 274 |7.373138e-06 | 2.6909e-08 | 3.0015e-07 | -4.9942e-07 | 4.9595e-07 | + | "Diff. - Displacement z" | 274 |9.074699e-06 | 3.3119e-08 | 2.8881e-07 | -4.9923e-07 | 4.9847e-07 | + | "Diff. - Energy" | 274 |1.872531e-06 | 6.8341e-09 | 5.9135e-07 | -9.9357e-07 | 9.9875e-07 | + | "Diff. - Entry Point x" | 274 |0.0002473888 | 9.0288e-07 | 2.9532e-05 | -4.9861e-05 | 4.9508e-05 | + | "Diff. - Entry Point y" | 274 |-0.0006954569 |-2.5382e-06 | 2.7308e-05 | -4.9778e-05 | 4.9899e-05 | + | "Diff. - Entry Point z" | 274 |0.0007652113 | 2.7927e-06 | 2.9195e-05 | -4.9915e-05 | 4.9980e-05 | + | "Diff. - Parent |P|" | 274 |-0.09649847 |-0.00035218 | 0.0028426 | -0.0049977 | 0.0049776 | + | "Diff. - TOF" | 274 | 7.5002e-05 | 2.7373e-07 | 2.8606e-06 | -4.9562e-06 | 4.9822e-06 | + | "Original - Displacement x" | 274 | 325.8239 | 1.1891 | 5.9759 | -12.352 | 32.439 | + | "Original - Displacement y" | 274 | -32.5667 | -0.11886 | 3.4387 | -22.780 | 17.120 | + | "Original - Displacement z" | 274 | 2212.165 | 8.0736 | 6.1106 | -10.745 | 10.772 | + | "Original - Energy" | 274 | 62.69686 | 0.22882 | 0.095366 | 0.00067667 | 0.59891 | + | "Original - Entry Point x" | 274 | 30253.27 | 110.41 | 1558.0 | -2833.8 | 2942.8 | + | "Original - Entry Point y" | 274 | -41076.19 | -149.91 | 674.85 | -1476.7 | 1928.0 | + | "Original - Entry Point z" | 274 | 2339775 | 8539.3 | 563.14 | 7851.1 | 9405.1 | + | "Original - Parent |P|" | 274 | 833315.8 | 3041.3 | 3336.0 | 1.4397 | 25361. | + | "Original - TOF" | 274 | 8861.554 | 32.341 | 8.3667 | 26.483 | 82.009 | + | "Unpacked - Displacement x" | 274 | 325.8239 | 1.1891 | 5.9759 | -12.352 | 32.439 | + | "Unpacked - Displacement y" | 274 | -32.5667 | -0.11886 | 3.4387 | -22.780 | 17.120 | + | "Unpacked - Displacement z" | 274 | 2212.165 | 8.0736 | 6.1106 | -10.745 | 10.772 | + | "Unpacked - Energy" | 274 | 62.69686 | 0.22882 | 0.095366 | 0.00067600 | 0.59891 | + | "Unpacked - Entry Point x" | 274 | 30253.27 | 110.41 | 1558.0 | -2833.8 | 2942.8 | + | "Unpacked - Entry Point y" | 274 | -41076.19 | -149.91 | 674.85 | -1476.7 | 1928.0 | + | "Unpacked - Entry Point z" | 274 | 2339775 | 8539.3 | 563.14 | 7851.1 | 9405.1 | + | "Unpacked - Parent |P|" | 274 | 833315.9 | 3041.3 | 3336.0 | 1.4400 | 25361. | + | "Unpacked - TOF" | 274 | 8861.554 | 32.341 | 8.3667 | 26.483 | 82.009 | UnpackRichHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 717 | 717.00 | 0.0000 | 717.00 | 717.00 | + | "# UnPackedData" | 1 | 902 | 902.00 | 0.0000 | 902.00 | 902.00 | UnpackRichOpPhotNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 717 | 717.00 | 0.0000 | 717.00 | 717.00 | + | "# UnPackedData" | 1 | 902 | 902.00 | 0.0000 | 902.00 | 902.00 | UnpackRichSegmentsNex...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 55 | 55.000 | 0.0000 | 55.000 | 55.000 | + | "# UnPackedData" | 1 | 42 | 42.000 | 0.0000 | 42.000 | 42.000 | UnpackRichTracksNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 46 | 46.000 | 0.0000 | 46.000 | 46.000 | + | "# UnPackedData" | 1 | 35 | 35.000 | 0.0000 | 35.000 | 35.000 | CheckRichHitsNextNext SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 717 |-4.975187e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | - | "Diff. - Entry Point x" | 717 |0.0006155677 | 8.5853e-07 | 2.9305e-05 | -4.9851e-05 | 4.9995e-05 | - | "Diff. - Entry Point y" | 717 |-0.001468454 |-2.0481e-06 | 2.8133e-05 | -4.9917e-05 | 4.9860e-05 | - | "Diff. - Entry Point z" | 717 |0.0001250539 | 1.7441e-07 | 2.8981e-05 | -4.9855e-05 | 4.9843e-05 | - | "Diff. - TOF" | 717 |3.998531e-05 | 5.5768e-08 | 2.8780e-06 | -4.9964e-06 | 4.9948e-06 | - | "Original - Energy" | 717 | 14.34 | 0.020000 | 4.2106e-09 | 0.020000 | 0.020000 | - | "Original - Entry Point x" | 717 | -712829.7 | -994.18 | 2615.3 | -4150.4 | 4147.1 | - | "Original - Entry Point y" | 717 | 129496.9 | 180.61 | 901.43 | -1354.4 | 1319.7 | - | "Original - Entry Point z" | 717 | 4333771 | 6044.3 | 4589.5 | 1401.5 | 11094. | - | "Original - TOF" | 717 | 23521.85 | 32.806 | 21.902 | 9.8371 | 96.067 | - | "Unpacked - Energy" | 717 | 14.34 | 0.020000 | 4.2198e-09 | 0.020000 | 0.020000 | - | "Unpacked - Entry Point x" | 717 | -712829.7 | -994.18 | 2615.3 | -4150.4 | 4147.1 | - | "Unpacked - Entry Point y" | 717 | 129497 | 180.61 | 901.43 | -1354.4 | 1319.7 | - | "Unpacked - Entry Point z" | 717 | 4333771 | 6044.3 | 4589.5 | 1401.5 | 11094. | - | "Unpacked - TOF" | 717 | 23521.85 | 32.806 | 21.902 | 9.8371 | 96.067 | + | "Diff. - Energy" | 902 |-6.258882e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 902 |-0.0006511886 |-7.2194e-07 | 2.8546e-05 | -4.9959e-05 | 4.9698e-05 | + | "Diff. - Entry Point y" | 902 |0.000136018 | 1.5080e-07 | 2.9001e-05 | -4.9997e-05 | 4.9824e-05 | + | "Diff. - Entry Point z" | 902 |-5.273288e-05 |-5.8462e-08 | 2.8426e-05 | -4.9917e-05 | 4.9936e-05 | + | "Diff. - TOF" | 902 |3.663132e-05 | 4.0611e-08 | 2.8726e-06 | -4.9902e-06 | 4.9973e-06 | + | "Original - Energy" | 902 | 18.04 | 0.020000 | 4.4723e-09 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 902 | -1205219 | -1336.2 | 2666.5 | -4150.0 | 4148.5 | + | "Original - Entry Point y" | 902 | -55468.94 | -61.496 | 825.13 | -1319.6 | 1352.1 | + | "Original - Entry Point z" | 902 | 6186824 | 6859.0 | 4591.5 | 1406.3 | 11092. | + | "Original - TOF" | 902 | 29564.23 | 32.776 | 19.491 | 11.834 | 92.925 | + | "Unpacked - Energy" | 902 | 18.04 | 0.020000 | 4.4792e-09 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 902 | -1205219 | -1336.2 | 2666.5 | -4150.0 | 4148.5 | + | "Unpacked - Entry Point y" | 902 | -55468.94 | -61.496 | 825.13 | -1319.6 | 1352.1 | + | "Unpacked - Entry Point z" | 902 | 6186824 | 6859.0 | 4591.5 | 1406.3 | 11092. | + | "Unpacked - TOF" | 902 | 29564.23 | 32.776 | 19.491 | 11.834 | 92.925 | CheckRichOpPhotNextNext SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 717 | -0.001534 |-2.1395e-06 | 2.8604e-05 | -4.9910e-05 | 4.9846e-05 | - | "Diff. - Emission Point y" | 717 |-0.0003753252 |-5.2347e-07 | 2.9451e-05 | -4.9657e-05 | 4.9982e-05 | - | "Diff. - Emission Point z" | 717 |0.0002922638 | 4.0762e-07 | 2.8999e-05 | -4.9969e-05 | 4.9955e-05 | - | "Diff. - Energy" | 717 |-2.173692e-10 |-3.0316e-13 | 5.8561e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 717 |-0.0007312728 |-1.0199e-06 | 2.8721e-05 | -4.9944e-05 | 4.9992e-05 | - | "Diff. - HPD In. Point y" | 717 |-0.002076831 |-2.8966e-06 | 2.8181e-05 | -4.9960e-05 | 4.9978e-05 | - | "Diff. - HPD In. Point z" | 717 |0.0002429255 | 3.3881e-07 | 2.9014e-05 | -4.9955e-05 | 4.9997e-05 | - | "Diff. - HPD QW Point x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 717 | 2320.389 | 3.2362 | 1.8955 | 0.0074662 | 6.2770 | - | "Original - Cherenkov Theta" | 717 | 175.7012 | 0.24505 | 0.58797 | 0.0024928 | 2.8346 | - | "Original - Emission Point x" | 717 | -164309.4 | -229.16 | 738.83 | -2930.8 | 3471.7 | - | "Original - Emission Point y" | 717 | 21528.97 | 30.026 | 277.06 | -1133.9 | 883.71 | - | "Original - Emission Point z" | 717 | 4165098 | 5809.1 | 4473.0 | 1010.1 | 11577. | - | "Original - Energy" | 717 |0.003045324 | 4.2473e-06 | 1.0448e-06 | 1.8457e-06 | 6.3950e-06 | - | "Original - HPD In. Point x" | 717 | -696263.2 | -971.08 | 2556.4 | -4075.2 | 4057.3 | - | "Original - HPD In. Point y" | 717 | 119683.2 | 166.92 | 837.81 | -1253.0 | 1236.2 | - | "Original - HPD In. Point z" | 717 | 4296859 | 5992.8 | 4587.6 | 1357.0 | 11067. | - | "Original - HPD QW Point x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 717 | 2320.389 | 3.2362 | 1.8955 | 0.0074662 | 6.2770 | - | "Unpacked - Cherenkov Theta" | 717 | 175.7012 | 0.24505 | 0.58797 | 0.0024928 | 2.8346 | - | "Unpacked - Emission Point x" | 717 | -164309.4 | -229.16 | 738.83 | -2930.8 | 3471.7 | - | "Unpacked - Emission Point y" | 717 | 21528.97 | 30.026 | 277.06 | -1133.9 | 883.71 | - | "Unpacked - Emission Point z" | 717 | 4165098 | 5809.1 | 4473.0 | 1010.1 | 11577. | - | "Unpacked - Energy" | 717 |0.003045324 | 4.2473e-06 | 1.0448e-06 | 1.8457e-06 | 6.3950e-06 | - | "Unpacked - HPD In. Point x" | 717 | -696263.2 | -971.08 | 2556.4 | -4075.2 | 4057.3 | - | "Unpacked - HPD In. Point y" | 717 | 119683.2 | 166.92 | 837.81 | -1253.0 | 1236.2 | - | "Unpacked - HPD In. Point z" | 717 | 4296859 | 5992.8 | 4587.6 | 1357.0 | 11067. | - | "Unpacked - HPD QW Point x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 717 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 902 |0.0008046544 | 8.9208e-07 | 2.9321e-05 | -4.9967e-05 | 4.9633e-05 | + | "Diff. - Emission Point y" | 902 |-0.001410877 |-1.5642e-06 | 2.9269e-05 | -4.9927e-05 | 4.9841e-05 | + | "Diff. - Emission Point z" | 902 |0.0007800026 | 8.6475e-07 | 2.8087e-05 | -4.9973e-05 | 4.9917e-05 | + | "Diff. - Energy" | 902 |-2.467004e-11 |-2.7350e-14 | 5.8044e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 902 |1.894888e-05 | 2.1008e-08 | 2.9226e-05 | -4.9921e-05 | 4.9964e-05 | + | "Diff. - HPD In. Point y" | 902 |-4.664513e-05 |-5.1713e-08 | 2.8937e-05 | -4.9987e-05 | 4.9977e-05 | + | "Diff. - HPD In. Point z" | 902 | 0.00149097 | 1.6530e-06 | 2.8940e-05 | -4.9583e-05 | 4.9879e-05 | + | "Diff. - HPD QW Point x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 902 | 2833.586 | 3.1414 | 1.8819 | 0.0018898 | 6.2467 | + | "Original - Cherenkov Theta" | 902 | 316.6982 | 0.35111 | 0.53329 | 0.00061381 | 2.8314 | + | "Original - Emission Point x" | 902 | -949606.8 | -1052.8 | 1676.4 | -3781.3 | 3081.4 | + | "Original - Emission Point y" | 902 | -23768.1 | -26.350 | 111.01 | -965.07 | 743.87 | + | "Original - Emission Point z" | 902 | 6025257 | 6679.9 | 4569.7 | 990.24 | 11499. | + | "Original - Energy" | 902 |0.003873374 | 4.2942e-06 | 1.0766e-06 | 1.7656e-06 | 6.8818e-06 | + | "Original - HPD In. Point x" | 902 | -1176555 | -1304.4 | 2601.6 | -4072.4 | 4058.8 | + | "Original - HPD In. Point y" | 902 | -51912.04 | -57.552 | 764.50 | -1223.7 | 1257.4 | + | "Original - HPD In. Point z" | 902 | 6146755 | 6814.6 | 4594.7 | 1348.5 | 11069. | + | "Original - HPD QW Point x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 902 | 2833.586 | 3.1414 | 1.8819 | 0.0018898 | 6.2467 | + | "Unpacked - Cherenkov Theta" | 902 | 316.6982 | 0.35111 | 0.53329 | 0.00061381 | 2.8314 | + | "Unpacked - Emission Point x" | 902 | -949606.8 | -1052.8 | 1676.4 | -3781.3 | 3081.4 | + | "Unpacked - Emission Point y" | 902 | -23768.1 | -26.350 | 111.01 | -965.07 | 743.87 | + | "Unpacked - Emission Point z" | 902 | 6025257 | 6679.9 | 4569.7 | 990.24 | 11499. | + | "Unpacked - Energy" | 902 |0.003873374 | 4.2942e-06 | 1.0766e-06 | 1.7656e-06 | 6.8818e-06 | + | "Unpacked - HPD In. Point x" | 902 | -1176555 | -1304.4 | 2601.6 | -4072.4 | 4058.8 | + | "Unpacked - HPD In. Point y" | 902 | -51912.04 | -57.552 | 764.50 | -1223.7 | 1257.4 | + | "Unpacked - HPD In. Point z" | 902 | 6146755 | 6814.6 | 4594.7 | 1348.5 | 11069. | + | "Unpacked - HPD QW Point x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 902 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegmentsNext...SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 55 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 42 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 458 | 458.00 | 0.0000 | 458.00 | 458.00 | + | "# UnPackedData" | 1 | 341 | 341.00 | 0.0000 | 341.00 | 341.00 | CheckSpdHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 458 |0.0008605468 | 1.8789e-06 | 2.8493e-05 | -4.9936e-05 | 4.9697e-05 | - | "Diff. - TOF" | 458 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 458 | 214.6162 | 0.46859 | 1.0267 | 9.8461e-07 | 6.7937 | - | "Original - TOF" | 458 | 697 | 1.5218 | 1.6991 | -1.0000 | 4.0000 | - | "Unpacked - Energy" | 458 | 214.6153 | 0.46859 | 1.0267 | 0.0000 | 6.7937 | - | "Unpacked - TOF" | 458 | 697 | 1.5218 | 1.6991 | -1.0000 | 4.0000 | + | "Diff. - Energy" | 341 |3.437078e-05 | 1.0079e-07 | 3.0441e-05 | -4.9758e-05 | 4.9674e-05 | + | "Diff. - TOF" | 341 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 341 | 225.9938 | 0.66274 | 1.9821 | 0.00023209 | 26.643 | + | "Original - TOF" | 341 | 514 | 1.5073 | 1.7049 | -1.0000 | 4.0000 | + | "Unpacked - Energy" | 341 | 225.9938 | 0.66274 | 1.9820 | 0.00020000 | 26.642 | + | "Unpacked - TOF" | 341 | 514 | 1.5073 | 1.7049 | -1.0000 | 4.0000 | UnpackPrsHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 908 | 908.00 | 0.0000 | 908.00 | 908.00 | + | "# UnPackedData" | 1 | 566 | 566.00 | 0.0000 | 566.00 | 566.00 | CheckPrsHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 908 |0.0002480636 | 2.7320e-07 | 2.8218e-05 | -4.9842e-05 | 4.9997e-05 | - | "Diff. - TOF" | 908 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 908 | 926.2376 | 1.0201 | 3.7498 | 3.9735e-06 | 43.949 | - | "Original - TOF" | 908 | 1408 | 1.5507 | 1.6917 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 908 | 926.2374 | 1.0201 | 3.7498 | 0.0000 | 43.949 | - | "Unpacked - TOF" | 908 | 1408 | 1.5507 | 1.6917 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 566 |0.0006207549 | 1.0967e-06 | 2.9436e-05 | -4.9932e-05 | 4.9656e-05 | + | "Diff. - TOF" | 566 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 566 | 715.8604 | 1.2648 | 4.8624 | 1.4001e-05 | 64.691 | + | "Original - TOF" | 566 | 859 | 1.5177 | 1.7008 | -1.0000 | 4.0000 | + | "Unpacked - Energy" | 566 | 715.8598 | 1.2648 | 4.8624 | 0.0000 | 64.691 | + | "Unpacked - TOF" | 566 | 859 | 1.5177 | 1.7008 | -1.0000 | 4.0000 | UnpackEcalHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1135 | 1135.0 | 0.0000 | 1135.0 | 1135.0 | + | "# UnPackedData" | 1 | 748 | 748.00 | 0.0000 | 748.00 | 748.00 | CheckEcalHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1135 |0.001761317 | 1.5518e-06 | 2.9416e-05 | -4.9987e-05 | 4.9929e-05 | - | "Diff. - TOF" | 1135 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1135 | 15331.16 | 13.508 | 54.899 | 0.00021307 | 1143.4 | - | "Original - TOF" | 1135 | 148 | 0.13040 | 0.34193 | 0.0000 | 2.0000 | - | "Unpacked - Energy" | 1135 | 15331.16 | 13.508 | 54.899 | 0.00020000 | 1143.4 | - | "Unpacked - TOF" | 1135 | 148 | 0.13040 | 0.34193 | 0.0000 | 2.0000 | + | "Diff. - Energy" | 748 |0.0003821789 | 5.1093e-07 | 2.7773e-05 | -4.9880e-05 | 4.9959e-05 | + | "Diff. - TOF" | 748 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 748 | 12705.32 | 16.986 | 90.396 | 0.00032527 | 1746.3 | + | "Original - TOF" | 748 | 103 | 0.13770 | 0.34844 | 0.0000 | 2.0000 | + | "Unpacked - Energy" | 748 | 12705.32 | 16.986 | 90.396 | 0.00030000 | 1746.3 | + | "Unpacked - TOF" | 748 | 103 | 0.13770 | 0.34844 | 0.0000 | 2.0000 | UnpackHcalHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 122 | 122.00 | 0.0000 | 122.00 | 122.00 | + | "# UnPackedData" | 1 | 121 | 121.00 | 0.0000 | 121.00 | 121.00 | CheckHcalHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 122 |0.0001109169 | 9.0915e-07 | 2.8174e-05 | -4.9932e-05 | 4.9857e-05 | - | "Diff. - TOF" | 122 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 122 | 1121.641 | 9.1938 | 20.095 | 0.0027306 | 154.29 | - | "Original - TOF" | 122 | 25 | 0.20492 | 0.42346 | -1.0000 | 1.0000 | - | "Unpacked - Energy" | 122 | 1121.64 | 9.1938 | 20.095 | 0.0027000 | 154.29 | - | "Unpacked - TOF" | 122 | 25 | 0.20492 | 0.42346 | -1.0000 | 1.0000 | + | "Diff. - Energy" | 121 |-0.0001304768 |-1.0783e-06 | 2.9570e-05 | -4.7219e-05 | 4.8437e-05 | + | "Diff. - TOF" | 121 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 121 | 2264.093 | 18.712 | 45.898 | 0.00072956 | 308.51 | + | "Original - TOF" | 121 | 21 | 0.17355 | 0.42011 | -1.0000 | 1.0000 | + | "Unpacked - Energy" | 121 | 2264.093 | 18.712 | 45.898 | 0.00070000 | 308.51 | + | "Unpacked - TOF" | 121 | 21 | 0.17355 | 0.42011 | -1.0000 | 1.0000 | UnpackMuonHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 92 | 92.000 | 0.0000 | 92.000 | 92.000 | + | "# UnPackedData" | 1 | 71 | 71.000 | 0.0000 | 71.000 | 71.000 | CheckMuonHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 92 | 1.3585e-06 | 1.4766e-08 | 2.7189e-07 | -4.9287e-07 | 4.9536e-07 | - | "Diff. - Displacement y" | 92 |-1.032563e-06 |-1.1224e-08 | 2.5560e-07 | -4.9720e-07 | 4.9757e-07 | - | "Diff. - Displacement z" | 92 |-3.818657e-07 |-4.1507e-09 | 2.8860e-07 | -4.9872e-07 | 4.9883e-07 | - | "Diff. - Energy" | 92 |7.73798e-06 | 8.4108e-08 | 5.8711e-07 | -9.8041e-07 | 9.8345e-07 | - | "Diff. - Entry Point x" | 92 |-0.0002628953 |-2.8576e-06 | 2.7142e-05 | -4.9743e-05 | 4.9847e-05 | - | "Diff. - Entry Point y" | 92 |-0.0002433755 |-2.6454e-06 | 2.9608e-05 | -4.9846e-05 | 4.8725e-05 | - | "Diff. - Entry Point z" | 92 |0.0002722807 | 2.9596e-06 | 2.8539e-05 | -4.9446e-05 | 4.8235e-05 | - | "Diff. - Parent |P|" | 92 | 0.02965278 | 0.00032231 | 0.0028215 | -0.0049656 | 0.0049064 | - | "Diff. - TOF" | 92 | 3.3731e-06 | 3.6664e-08 | 2.9886e-06 | -4.8558e-06 | 4.9796e-06 | - | "Original - Displacement x" | 92 | -55.75347 | -0.60602 | 2.5150 | -10.918 | 4.1155 | - | "Original - Displacement y" | 92 | 6.77742 | 0.073668 | 1.5449 | -5.2103 | 9.7109 | - | "Original - Displacement z" | 92 | 387.7405 | 4.2146 | 2.3301 | -5.0133 | 5.0350 | - | "Original - Energy" | 92 | 0.1634977 | 0.0017771 | 0.0014903 | 0.00013377 | 0.012254 | - | "Original - Entry Point x" | 92 | -61414.18 | -667.55 | 1988.9 | -3698.4 | 3779.1 | - | "Original - Entry Point y" | 92 | 5645.771 | 61.367 | 630.44 | -2396.8 | 973.17 | - | "Original - Entry Point z" | 92 | 1116805 | 12139. | 103.64 | 11954. | 12276. | - | "Original - Parent |P|" | 92 | 311794.3 | 3389.1 | 6830.2 | 1.7806 | 40160. | - | "Original - TOF" | 92 | 3863.058 | 41.990 | 1.6194 | 39.997 | 49.384 | - | "Unpacked - Displacement x" | 92 | -55.75347 | -0.60602 | 2.5150 | -10.918 | 4.1155 | - | "Unpacked - Displacement y" | 92 | 6.777421 | 0.073668 | 1.5449 | -5.2103 | 9.7109 | - | "Unpacked - Displacement z" | 92 | 387.7405 | 4.2146 | 2.3301 | -5.0133 | 5.0350 | - | "Unpacked - Energy" | 92 | 0.16349 | 0.0017771 | 0.0014903 | 0.00013400 | 0.012254 | - | "Unpacked - Entry Point x" | 92 | -61414.18 | -667.55 | 1988.9 | -3698.4 | 3779.1 | - | "Unpacked - Entry Point y" | 92 | 5645.771 | 61.367 | 630.44 | -2396.8 | 973.17 | - | "Unpacked - Entry Point z" | 92 | 1116805 | 12139. | 103.64 | 11954. | 12276. | - | "Unpacked - Parent |P|" | 92 | 311794.3 | 3389.1 | 6830.2 | 1.7800 | 40160. | - | "Unpacked - TOF" | 92 | 3863.058 | 41.990 | 1.6194 | 39.997 | 49.384 | + | "Diff. - Displacement x" | 71 |3.631431e-06 | 5.1147e-08 | 3.1334e-07 | -4.8761e-07 | 4.9830e-07 | + | "Diff. - Displacement y" | 71 |1.374289e-07 | 1.9356e-09 | 2.9962e-07 | -4.7269e-07 | 4.8952e-07 | + | "Diff. - Displacement z" | 71 |1.820892e-06 | 2.5646e-08 | 2.9747e-07 | -4.7570e-07 | 4.9572e-07 | + | "Diff. - Energy" | 71 |-3.119156e-06 |-4.3932e-08 | 5.8335e-07 | -9.1806e-07 | 9.8141e-07 | + | "Diff. - Entry Point x" | 71 |-8.489316e-05 |-1.1957e-06 | 2.8438e-05 | -4.8613e-05 | 4.7325e-05 | + | "Diff. - Entry Point y" | 71 |-8.487052e-05 |-1.1954e-06 | 2.6972e-05 | -4.8204e-05 | 4.7452e-05 | + | "Diff. - Entry Point z" | 71 |-9.006749e-05 |-1.2686e-06 | 2.8499e-05 | -4.8712e-05 | 4.7880e-05 | + | "Diff. - Parent |P|" | 71 |-0.01670432 |-0.00023527 | 0.0030428 | -0.0048625 | 0.0049864 | + | "Diff. - TOF" | 71 |-7.74835e-06 |-1.0913e-07 | 3.0140e-06 | -4.9805e-06 | 4.8397e-06 | + | "Original - Displacement x" | 71 | 7.821791 | 0.11017 | 2.2177 | -9.9903 | 5.1084 | + | "Original - Displacement y" | 71 | -43.85698 | -0.61770 | 2.9232 | -17.832 | 4.9299 | + | "Original - Displacement z" | 71 | 285.0981 | 4.0155 | 2.3433 | -4.9942 | 5.0178 | + | "Original - Energy" | 71 | 0.1189129 | 0.0016748 | 0.0015299 | 6.3323e-05 | 0.011608 | + | "Original - Entry Point x" | 71 | 28611.26 | 402.98 | 1850.2 | -3706.5 | 3863.3 | + | "Original - Entry Point y" | 71 | -18298.86 | -257.73 | 1242.4 | -3208.0 | 2201.0 | + | "Original - Entry Point z" | 71 | 859676.8 | 12108. | 103.42 | 11955. | 12276. | + | "Original - Parent |P|" | 71 | 359527.7 | 5063.8 | 8313.9 | 1.9931 | 40158. | + | "Original - TOF" | 71 | 3033.919 | 42.731 | 3.0948 | 40.011 | 50.611 | + | "Unpacked - Displacement x" | 71 | 7.821787 | 0.11017 | 2.2177 | -9.9903 | 5.1084 | + | "Unpacked - Displacement y" | 71 | -43.85698 | -0.61770 | 2.9232 | -17.832 | 4.9299 | + | "Unpacked - Displacement z" | 71 | 285.0981 | 4.0155 | 2.3433 | -4.9942 | 5.0178 | + | "Unpacked - Energy" | 71 | 0.118916 | 0.0016749 | 0.0015299 | 6.4000e-05 | 0.011608 | + | "Unpacked - Entry Point x" | 71 | 28611.26 | 402.98 | 1850.2 | -3706.5 | 3863.3 | + | "Unpacked - Entry Point y" | 71 | -18298.86 | -257.73 | 1242.4 | -3208.0 | 2201.0 | + | "Unpacked - Entry Point z" | 71 | 859676.8 | 12108. | 103.42 | 11955. | 12276. | + | "Unpacked - Parent |P|" | 71 | 359527.7 | 5063.8 | 8313.9 | 1.9900 | 40158. | + | "Unpacked - TOF" | 71 | 3033.92 | 42.731 | 3.0948 | 40.011 | 50.611 | Simulation DEBUG Finalize base class GaudiAlgorithm Simulation DEBUG Tools to release : Simulation DEBUG Services to release : @@ -10083,50 +10084,50 @@ NextNextEventGaussSim...SUCCESS Booked 4 Histogram(s) : 1D=4 NextNextEventGaussSim...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1373.848 | 1373.8 | 0.0000 | 1373.8 | 1373.8 | + | "Total Memory/MB" | 1 | 1369.268 | 1369.3 | 0.0000 | 1369.3 | 1369.3 | NextEventGaussSim.Nex...SUCCESS Booked 4 Histogram(s) : 1D=4 NextEventGaussSim.Nex...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1364.52 | 1364.5 | 0.0000 | 1364.5 | 1364.5 | + | "Total Memory/MB" | 1 | 1360.332 | 1360.3 | 0.0000 | 1360.3 | 1360.3 | PrevEventGaussSim.Pre...SUCCESS Booked 4 Histogram(s) : 1D=4 PrevEventGaussSim.Pre...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1364.388 | 1364.4 | 0.0000 | 1364.4 | 1364.4 | + | "Total Memory/MB" | 1 | 1360.332 | 1360.3 | 0.0000 | 1360.3 | 1360.3 | PrevPrevEventGaussSim...SUCCESS Booked 4 Histogram(s) : 1D=4 PrevPrevEventGaussSim...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1364.388 | 1364.4 | 0.0000 | 1364.4 | 1364.4 | + | "Total Memory/MB" | 1 | 1360.332 | 1360.3 | 0.0000 | 1360.3 | 1360.3 | MainEventGaussSim.Mai...SUCCESS Booked 4 Histogram(s) : 1D=4 MainEventGaussSim.Mai... DEBUG ==> Finalize the base class GaudiTool MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1238.128 | 1238.1 | 0.0000 | 1238.1 | 1238.1 | + | "Total Memory/MB" | 1 | 1236.788 | 1236.8 | 0.0000 | 1236.8 | 1236.8 | MainEventGaussSim.Mai... DEBUG Tools to release : MainEventGaussSim.Mai... DEBUG Services to release : GaussGenNextNext.Gaus...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenNextNext.Gaus...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1238.128 | 1238.1 | 0.0000 | 1238.1 | 1238.1 | + | "Total Memory/MB" | 1 | 1236.788 | 1236.8 | 0.0000 | 1236.8 | 1236.8 | GaussGenNext.GaussGen...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenNext.GaussGen...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1238.128 | 1238.1 | 0.0000 | 1238.1 | 1238.1 | + | "Total Memory/MB" | 1 | 1236.788 | 1236.8 | 0.0000 | 1236.8 | 1236.8 | GaussGenPrev.GaussGen...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenPrev.GaussGen...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1238.128 | 1238.1 | 0.0000 | 1238.1 | 1238.1 | + | "Total Memory/MB" | 1 | 1236.788 | 1236.8 | 0.0000 | 1236.8 | 1236.8 | GaussGenPrevPrev.Gaus...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenPrevPrev.Gaus...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1238.128 | 1238.1 | 0.0000 | 1238.1 | 1238.1 | + | "Total Memory/MB" | 1 | 1236.788 | 1236.8 | 0.0000 | 1236.8 | 1236.8 | Generation.BeamSpotSm... DEBUG ==> Finalize the base class GaudiTool Generation.BeamSpotSm... DEBUG Tools to release : Generation.BeamSpotSm... DEBUG Services to release : @@ -10156,7 +10157,7 @@ GaussGen.GaussGenMemory DEBUG ==> Finalize the base class GaudiTool GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1238.128 | 1238.1 | 0.0000 | 1238.1 | 1238.1 | + | "Total Memory/MB" | 1 | 1236.788 | 1236.8 | 0.0000 | 1236.8 | 1236.8 | GaussGen.GaussGenMemory DEBUG Tools to release : GaussGen.GaussGenMemory DEBUG Services to release : ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- @@ -10176,40 +10177,40 @@ GaussGeo.MuonSDet DEBUG Services to release : GaussGeo.Hcal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 5 | 5.579748 | 1.1159 | 1.1415 | 0.0000 | 3.1083 | - | "#hits" | 5 | 377 | 75.400 | 70.418 | 0.0000 | 187.00 | - | "#subhits" | 5 | 485 | 97.000 | 98.385 | 0.0000 | 267.00 | - | "#tslots" | 5 | 629 | 125.80 | 127.01 | 0.0000 | 344.00 | + | "#energy" | 5 | 10.48271 | 2.0965 | 2.0075 | 0.0000 | 5.3800 | + | "#hits" | 5 | 362 | 72.400 | 70.087 | 0.0000 | 189.00 | + | "#subhits" | 5 | 507 | 101.40 | 105.41 | 0.0000 | 287.00 | + | "#tslots" | 5 | 680 | 136.00 | 141.89 | 0.0000 | 385.00 | GaussGeo.Hcal DEBUG Tools to release : GaussGeo.Hcal DEBUG Services to release : HistogramDataSvc GaussGeo.Hcal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Ecal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 5 | 82.62667 | 16.525 | 19.402 | 0.0000 | 52.989 | - | "#hits" | 5 | 3177 | 635.40 | 618.47 | 0.0000 | 1673.0 | - | "#subhits" | 5 | 5643 | 1128.6 | 1338.7 | 0.0000 | 3654.0 | - | "#tslots" | 5 | 6395 | 1279.0 | 1481.2 | 0.0000 | 4049.0 | + | "#energy" | 5 | 66.44259 | 13.289 | 16.116 | 0.0000 | 43.844 | + | "#hits" | 5 | 2564 | 512.80 | 514.65 | 0.0000 | 1397.0 | + | "#subhits" | 5 | 4074 | 814.80 | 930.28 | 0.0000 | 2537.0 | + | "#tslots" | 5 | 4646 | 929.20 | 1042.9 | 0.0000 | 2843.0 | GaussGeo.Ecal DEBUG Tools to release : GaussGeo.Ecal DEBUG Services to release : HistogramDataSvc GaussGeo.Ecal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Prs DEBUG ==> Finalize the base class GaudiTool GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 5 | 5.391488 | 1.0783 | 1.3162 | 0.0000 | 3.5832 | - | "#hits" | 5 | 611 | 122.20 | 134.44 | 0.0000 | 368.00 | - | "#subhits" | 5 | 884 | 176.80 | 218.52 | 0.0000 | 594.00 | - | "#tslots" | 5 | 5254 | 1050.8 | 1301.8 | 0.0000 | 3538.0 | + | "#energy" | 5 | 3.956692 | 0.79134 | 0.86654 | 0.0000 | 2.3693 | + | "#hits" | 5 | 475 | 95.000 | 109.51 | 0.0000 | 299.00 | + | "#subhits" | 5 | 652 | 130.40 | 154.38 | 0.0000 | 420.00 | + | "#tslots" | 5 | 3883 | 776.60 | 918.95 | 0.0000 | 2500.0 | GaussGeo.Prs DEBUG Tools to release : GaussGeo.Prs DEBUG Services to release : HistogramDataSvc GaussGeo.Prs DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Spd DEBUG ==> Finalize the base class GaudiTool GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 5 | 1.786662 | 0.35733 | 0.45809 | 0.0000 | 1.2365 | - | "#hits" | 5 | 404 | 80.800 | 98.909 | 0.0000 | 269.00 | - | "#subhits" | 5 | 558 | 111.60 | 142.60 | 0.0000 | 386.00 | - | "#tslots" | 5 | 3316 | 663.20 | 849.94 | 0.0000 | 2300.0 | + | "#energy" | 5 | 1.386697 | 0.27734 | 0.31968 | 0.0000 | 0.87265 | + | "#hits" | 5 | 344 | 68.800 | 80.233 | 0.0000 | 218.00 | + | "#subhits" | 5 | 456 | 91.200 | 110.51 | 0.0000 | 299.00 | + | "#tslots" | 5 | 2712 | 542.40 | 656.28 | 0.0000 | 1776.0 | GaussGeo.Spd DEBUG Tools to release : GaussGeo.Spd DEBUG Services to release : HistogramDataSvc GaussGeo.Spd DEBUG Releasing service 'HistogramDataSvc' @@ -10383,522 +10384,520 @@ Generation.MinimumBia... DEBUG ==> Finalize the base class GaudiTool Generation.MinimumBia... DEBUG Tools to release : Generation.MinimumBia... DEBUG Services to release : TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 124250.000 | 124840.344 | 124840.344 124840.3 0.00 | 1 | 124.840 | -TimingAuditor.TIMER INFO GaussSequencer | 124240.000 | 124826.141 | 124826.141 124826.1 0.00 | 1 | 124.826 | -TimingAuditor.TIMER INFO Generator | 1430.000 | 1440.209 | 1440.209 1440.2 0.00 | 1 | 1.440 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1390.000 | 1398.009 | 1398.009 1398.0 0.00 | 1 | 1.398 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.525 | 1.525 1.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO Generation | 1380.000 | 1394.777 | 1394.777 1394.8 0.00 | 1 | 1.395 | -TimingAuditor.TIMER INFO GenMonitor | 10.000 | 1.652 | 1.652 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GenMonitorAlg | 10.000 | 1.593 | 1.593 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GeneratorSlotPrevPrevSeq | 0.000 | 4.055 | 4.055 4.1 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GaussGenPrevPrev | 0.000 | 1.013 | 1.013 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenerationPrevPrev | 0.000 | 2.909 | 2.909 2.9 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GenMonitorPrevPrev | 0.000 | 0.098 | 0.098 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenMonitorAlgPrevPrev | 0.000 | 0.086 | 0.086 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GeneratorSlotPrevSeq | 0.000 | 1.636 | 1.636 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GaussGenPrev | 0.000 | 0.391 | 0.391 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenerationPrev | 0.000 | 1.118 | 1.118 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenMonitorPrev | 0.000 | 0.099 | 0.099 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenMonitorAlgPrev | 0.000 | 0.076 | 0.076 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GeneratorSlotNextSeq | 30.000 | 26.961 | 26.961 27.0 0.00 | 1 | 0.027 | -TimingAuditor.TIMER INFO GaussGenNext | 0.000 | 0.291 | 0.291 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenerationNext | 30.000 | 26.455 | 26.455 26.5 0.00 | 1 | 0.026 | -TimingAuditor.TIMER INFO GenMonitorNext | 0.000 | 0.174 | 0.174 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenMonitorAlgNext | 0.000 | 0.163 | 0.163 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GeneratorSlotNextNextSeq | 10.000 | 9.516 | 9.516 9.5 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO GaussGenNextNext | 0.000 | 0.541 | 0.541 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenerationNextNext | 10.000 | 8.828 | 8.828 8.8 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO GenMonitorNextNext | 0.000 | 0.105 | 0.105 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenMonitorAlgNextNext | 0.000 | 0.094 | 0.094 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO Simulation | 122810.000 | 123385.867 | 123385.859 123385.9 0.00 | 1 | 123.386 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 86030.000 | 86434.867 | 86434.867 86434.9 0.00 | 1 | 86.435 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.061 | 1.061 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 86030.000 | 86433.773 | 86433.773 86433.8 0.00 | 1 | 86.434 | -TimingAuditor.TIMER INFO MakeMainSim | 85860.000 | 86268.852 | 86268.852 86268.9 0.00 | 1 | 86.269 | -TimingAuditor.TIMER INFO GenToSim | 30760.000 | 30967.916 | 30967.918 30967.9 0.00 | 1 | 30.968 | -TimingAuditor.TIMER INFO GiGaFlush | 55050.000 | 55240.305 | 55240.305 55240.3 0.00 | 1 | 55.240 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 10.000 | 10.575 | 10.575 10.6 0.00 | 1 | 0.011 | -TimingAuditor.TIMER INFO DetectorsHits | 40.000 | 40.968 | 40.968 41.0 0.00 | 1 | 0.041 | -TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.854 | 0.854 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 1.624 | 1.624 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetTTHits | 10.000 | 3.782 | 3.782 3.8 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetITHits | 0.000 | 3.390 | 3.390 3.4 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetOTHits | 10.000 | 6.963 | 6.963 7.0 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO RichHits | 10.000 | 16.801 | 16.801 16.8 0.00 | 1 | 0.017 | -TimingAuditor.TIMER INFO GetRichHits | 0.000 | 8.323 | 8.323 8.3 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO GetRichPhotons | 10.000 | 2.426 | 2.426 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 2.575 | 2.575 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 1.538 | 1.538 1.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.535 | 0.535 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 1.108 | 1.108 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 1.081 | 1.081 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 1.105 | 1.105 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 1.726 | 1.726 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.189 | 0.189 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 3.185 | 3.185 3.2 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO MainEventDataPacking | 0.000 | 8.865 | 8.865 8.9 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 1.676 | 1.676 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.862 | 0.862 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 1.014 | 1.014 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.050 | 0.050 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.048 | 0.048 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.058 | 0.058 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.136 | 0.136 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.708 | 0.708 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.151 | 0.151 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.227 | 0.227 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.621 | 0.621 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 1.459 | 1.459 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.916 | 0.916 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.530 | 0.530 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO SimMonitor | 170.000 | 164.901 | 164.901 164.9 0.00 | 1 | 0.165 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.262 | 0.262 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 10.000 | 0.882 | 0.882 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.831 | 0.831 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DetectorsMonitor | 20.000 | 19.930 | 19.930 19.9 0.00 | 1 | 0.020 | -TimingAuditor.TIMER INFO VeloGaussMoni | 10.000 | 8.383 | 8.383 8.4 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 1.432 | 1.432 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.490 | 0.490 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 1.776 | 1.776 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 1.649 | 1.649 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 1.836 | 1.836 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 2.194 | 2.194 2.2 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.499 | 0.499 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 1.512 | 1.512 1.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DataUnpackTest | 140.000 | 142.888 | 142.888 142.9 0.00 | 1 | 0.143 | -TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 1.632 | 1.632 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 1.552 | 1.552 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.715 | 0.715 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 0.932 | 0.932 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.580 | 0.580 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckPuVetoHits | 10.000 | 1.144 | 1.144 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.226 | 0.226 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHits | 0.000 | 8.011 | 8.011 8.0 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.130 | 0.130 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHits | 10.000 | 3.479 | 3.479 3.5 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.133 | 0.133 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHits | 0.000 | 3.890 | 3.890 3.9 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.301 | 0.301 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHits | 10.000 | 10.763 | 10.763 10.8 0.00 | 1 | 0.011 | -TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 1.044 | 1.044 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichOpPhot | 10.000 | 1.462 | 1.462 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.879 | 0.879 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.534 | 0.534 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichHits | 10.000 | 11.064 | 11.064 11.1 0.00 | 1 | 0.011 | -TimingAuditor.TIMER INFO CheckRichOpPhot | 70.000 | 67.893 | 67.893 67.9 0.00 | 1 | 0.068 | -TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 1.843 | 1.843 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.191 | 0.191 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 1.337 | 1.337 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 3.891 | 3.891 3.9 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.712 | 0.712 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckPrsHits | 10.000 | 5.705 | 5.705 5.7 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.730 | 0.730 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckEcalHits | 10.000 | 6.379 | 6.379 6.4 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.091 | 0.091 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.559 | 0.559 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.143 | 0.143 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 4.368 | 4.368 4.4 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO PrevPrevEventSeq | 30.000 | 25.906 | 25.906 25.9 0.00 | 1 | 0.026 | -TimingAuditor.TIMER INFO PrevPrevEventGaussSim | 0.000 | 0.575 | 0.575 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrevPrevSimulation | 30.000 | 25.303 | 25.303 25.3 0.00 | 1 | 0.025 | -TimingAuditor.TIMER INFO MakePrevPrevSim | 20.000 | 23.029 | 23.029 23.0 0.00 | 1 | 0.023 | -TimingAuditor.TIMER INFO GenToSimPrevPrev | 0.000 | 4.011 | 4.011 4.0 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GiGaFlushPrevPrev | 20.000 | 17.446 | 17.446 17.4 0.00 | 1 | 0.017 | -TimingAuditor.TIMER INFO GiGaCheckEventPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthPrevPrev | 0.000 | 0.209 | 0.209 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsHitsPrevPrev | 0.000 | 0.734 | 0.734 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetPuVetoHitsPrevPrev | 0.000 | 0.029 | 0.029 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetTTHitsPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetITHitsPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetOTHitsPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO RichHitsPrevPrev | 0.000 | 0.486 | 0.486 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichHitsPrevPrev | 0.000 | 0.314 | 0.314 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichPhotonsPrevPrev| 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichSegmentsPrevPre| 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichTracksPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.033 | 0.033 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHitsPrevPrev | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHitsPrevPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHitsPrevPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO EVENT LOOP | 112810.000 | 117048.445 | 117048.445 117048.4 0.00 | 1 | 117.048 | +TimingAuditor.TIMER INFO GaussSequencer | 112800.000 | 117036.805 | 117036.805 117036.8 0.00 | 1 | 117.037 | +TimingAuditor.TIMER INFO Generator | 1410.000 | 1454.881 | 1454.881 1454.9 0.00 | 1 | 1.455 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1370.000 | 1386.702 | 1386.702 1386.7 0.00 | 1 | 1.387 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.359 | 1.359 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Generation | 1370.000 | 1383.573 | 1383.573 1383.6 0.00 | 1 | 1.384 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 1.714 | 1.714 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 1.673 | 1.673 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GeneratorSlotPrevPrevSeq | 0.000 | 3.479 | 3.479 3.5 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GaussGenPrevPrev | 0.000 | 0.764 | 0.764 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenerationPrevPrev | 0.000 | 2.609 | 2.609 2.6 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GenMonitorPrevPrev | 0.000 | 0.079 | 0.079 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlgPrevPrev | 0.000 | 0.070 | 0.070 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GeneratorSlotPrevSeq | 0.000 | 1.280 | 1.280 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GaussGenPrev | 0.000 | 0.271 | 0.271 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenerationPrev | 0.000 | 0.928 | 0.928 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenMonitorPrev | 0.000 | 0.059 | 0.059 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlgPrev | 0.000 | 0.051 | 0.051 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GeneratorSlotNextSeq | 30.000 | 54.460 | 54.460 54.5 0.00 | 1 | 0.054 | +TimingAuditor.TIMER INFO GaussGenNext | 0.000 | 0.243 | 0.243 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenerationNext | 30.000 | 54.006 | 54.006 54.0 0.00 | 1 | 0.054 | +TimingAuditor.TIMER INFO GenMonitorNext | 0.000 | 0.175 | 0.175 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlgNext | 0.000 | 0.166 | 0.166 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GeneratorSlotNextNextSeq | 10.000 | 8.933 | 8.933 8.9 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO GaussGenNextNext | 0.000 | 0.464 | 0.464 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenerationNextNext | 10.000 | 8.316 | 8.316 8.3 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GenMonitorNextNext | 0.000 | 0.115 | 0.115 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlgNextNext | 0.000 | 0.106 | 0.106 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO Simulation | 111390.000 | 115581.875 | 115581.867 115581.9 0.00 | 1 | 115.582 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 82870.000 | 85835.219 | 85835.219 85835.2 0.00 | 1 | 85.835 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 10.370 | 10.370 10.4 0.00 | 1 | 0.010 | +TimingAuditor.TIMER INFO MainSimulation | 82870.000 | 85824.797 | 85824.805 85824.8 0.00 | 1 | 85.825 | +TimingAuditor.TIMER INFO MakeMainSim | 82760.000 | 85709.586 | 85709.578 85709.6 0.00 | 1 | 85.710 | +TimingAuditor.TIMER INFO GenToSim | 30150.000 | 31588.848 | 31588.848 31588.8 0.00 | 1 | 31.589 | +TimingAuditor.TIMER INFO GiGaFlush | 52560.000 | 54069.016 | 54069.016 54069.0 0.00 | 1 | 54.069 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 0.000 | 6.629 | 6.629 6.6 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO DetectorsHits | 50.000 | 36.773 | 36.773 36.8 0.00 | 1 | 0.037 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.583 | 0.583 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 1.370 | 1.370 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetTTHits | 10.000 | 3.036 | 3.036 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetITHits | 0.000 | 2.364 | 2.364 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetOTHits | 0.000 | 4.147 | 4.147 4.1 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO RichHits | 20.000 | 19.185 | 19.185 19.2 0.00 | 1 | 0.019 | +TimingAuditor.TIMER INFO GetRichHits | 10.000 | 10.193 | 10.193 10.2 0.00 | 1 | 0.010 | +TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 2.431 | 2.431 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetRichSegments | 10.000 | 3.039 | 3.039 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 1.317 | 1.317 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.437 | 0.437 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 1.601 | 1.601 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.619 | 0.619 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.829 | 0.829 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetEcalHits | 10.000 | 1.105 | 1.105 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.160 | 0.160 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 3.131 | 3.131 3.1 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO MainEventDataPacking | 0.000 | 8.158 | 8.158 8.2 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 1.259 | 1.259 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.678 | 0.678 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 1.428 | 1.428 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.044 | 0.044 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.051 | 0.051 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.075 | 0.075 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.058 | 0.058 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.460 | 0.460 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.092 | 0.092 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.118 | 0.118 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.832 | 0.832 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 1.753 | 1.753 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.647 | 0.647 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.420 | 0.420 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitor | 110.000 | 115.205 | 115.205 115.2 0.00 | 1 | 0.115 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.251 | 0.251 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.785 | 0.785 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 10.000 | 0.882 | 0.882 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DetectorsMonitor | 10.000 | 16.556 | 16.556 16.6 0.00 | 1 | 0.017 | +TimingAuditor.TIMER INFO VeloGaussMoni | 0.000 | 5.865 | 5.865 5.9 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 2.443 | 2.443 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.383 | 0.383 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 0.824 | 0.824 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 1.595 | 1.595 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 1.299 | 1.299 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO EcalMonitor | 10.000 | 1.682 | 1.682 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.600 | 0.600 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 1.682 | 1.682 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO DataUnpackTest | 90.000 | 96.628 | 96.628 96.6 0.00 | 1 | 0.097 | +TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 1.245 | 1.245 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 1.178 | 1.178 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.692 | 0.692 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 0.837 | 0.837 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.468 | 0.468 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 0.883 | 0.883 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.158 | 0.158 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHits | 10.000 | 4.270 | 4.270 4.3 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.090 | 0.090 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHits | 0.000 | 1.807 | 1.807 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.086 | 0.086 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHits | 0.000 | 1.946 | 1.946 1.9 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.170 | 0.170 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHits | 10.000 | 4.859 | 4.859 4.9 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 0.838 | 0.838 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 1.090 | 1.090 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.779 | 0.779 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.499 | 0.499 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHits | 10.000 | 8.305 | 8.305 8.3 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO CheckRichOpPhot | 50.000 | 52.023 | 52.023 52.0 0.00 | 1 | 0.052 | +TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 1.277 | 1.277 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.225 | 0.225 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.651 | 0.651 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 2.093 | 2.093 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.384 | 0.384 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHits | 10.000 | 2.736 | 2.736 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.438 | 0.438 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHits | 0.000 | 2.984 | 2.984 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.082 | 0.082 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.413 | 0.413 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.100 | 0.100 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 2.417 | 2.417 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO PrevPrevEventSeq | 20.000 | 22.722 | 22.722 22.7 0.00 | 1 | 0.023 | +TimingAuditor.TIMER INFO PrevPrevEventGaussSim | 0.000 | 0.501 | 0.501 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrevPrevSimulation | 20.000 | 22.194 | 22.194 22.2 0.00 | 1 | 0.022 | +TimingAuditor.TIMER INFO MakePrevPrevSim | 20.000 | 19.928 | 19.928 19.9 0.00 | 1 | 0.020 | +TimingAuditor.TIMER INFO GenToSimPrevPrev | 10.000 | 3.238 | 3.238 3.2 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GiGaFlushPrevPrev | 10.000 | 15.268 | 15.268 15.3 0.00 | 1 | 0.015 | +TimingAuditor.TIMER INFO GiGaCheckEventPrevPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthPrevPrev | 0.000 | 0.166 | 0.166 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsHitsPrevPrev | 0.000 | 0.681 | 0.681 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetPuVetoHitsPrevPrev | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetTTHitsPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetITHitsPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetOTHitsPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO RichHitsPrevPrev | 0.000 | 0.441 | 0.441 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichHitsPrevPrev | 0.000 | 0.279 | 0.279 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichPhotonsPrevPrev| 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichSegmentsPrevPre| 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichTracksPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHitsPrevPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHitsPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO GetMuonHitsPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevPrevEventDataPacking| 0.000 | 0.436 | 0.436 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCParticlePrevPrev | 0.000 | 0.032 | 0.032 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCVertexPrevPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPackerPrevPrev| 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerPrevPr| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerPrevPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerPrevPrev| 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerPrevPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerPrevPrev | 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerPrevPrev| 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPackerPrevPrev| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerPrevPrev| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerPrevP| 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPackerPrevPr| 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorPrevPrev | 10.000 | 2.256 | 2.256 2.3 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GiGaGetPrevPrevEvent | 0.000 | 0.083 | 0.083 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevPrevMCTruthMonitor | 0.000 | 0.032 | 0.032 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgPrevPrev | 0.000 | 0.034 | 0.034 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitorPrevPrev| 10.000 | 1.571 | 1.571 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO VeloGaussMoniPrevPrev | 0.000 | 0.164 | 0.164 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO TTHitMonitorPrevPrev | 0.000 | 0.086 | 0.086 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO ITHitMonitorPrevPrev | 0.000 | 0.067 | 0.067 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitorPrevPrev | 0.000 | 0.043 | 0.043 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SpdMonitorPrevPrev | 0.000 | 0.130 | 0.130 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrsMonitorPrevPrev | 0.000 | 0.135 | 0.135 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO EcalMonitorPrevPrev | 0.000 | 0.125 | 0.125 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO HcalMonitorPrevPrev | 0.000 | 0.116 | 0.116 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MuonHitCheckerPrevPrev | 10.000 | 0.625 | 0.625 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTestPrevPrev | 0.000 | 0.490 | 0.490 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMCVertexPrevPrev | 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMCParticlePrevPre| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCVertexPrevPrev| 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticlePrevPr| 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsPrevPre| 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsPrevPrev| 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHitsPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackTTHitsPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackITHitsPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackOTHitsPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichHitsPrevPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhotPrevPre| 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichSegmentsPrevP| 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichTracksPrevPre| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichOpPhotPrevPrev| 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichSegmentsPrevPr| 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichTracksPrevPrev| 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsPrevPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPrsHitsPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackEcalHitsPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackHcalHitsPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHitsPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevEventSeq | 10.000 | 13.862 | 13.862 13.9 0.00 | 1 | 0.014 | -TimingAuditor.TIMER INFO PrevEventGaussSim | 0.000 | 0.352 | 0.352 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevSimulation | 10.000 | 13.488 | 13.488 13.5 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO MakePrevSim | 10.000 | 10.935 | 10.935 10.9 0.00 | 1 | 0.011 | -TimingAuditor.TIMER INFO GenToSimPrev | 0.000 | 0.111 | 0.111 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaFlushPrev | 10.000 | 9.929 | 9.929 9.9 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO GiGaCheckEventPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthPrev | 0.000 | 0.056 | 0.056 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsHitsPrev | 0.000 | 0.398 | 0.398 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPuVetoHitsPrev | 0.000 | 0.026 | 0.026 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetTTHitsPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetITHitsPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetOTHitsPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO RichHitsPrev | 0.000 | 0.226 | 0.226 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichHitsPrev | 0.000 | 0.062 | 0.062 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichPhotonsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichSegmentsPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichTracksPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.050 | 0.050 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHitsPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHitsPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHitsPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevEventDataPacking | 0.000 | 0.378 | 0.378 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCParticlePrev | 0.000 | 0.026 | 0.026 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCVertexPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPackerPrev | 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerPrev | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPackerPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerPrev | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerPrev | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPackerPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorPrev | 0.000 | 2.542 | 2.542 2.5 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaGetPrevEvent | 0.000 | 0.060 | 0.060 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevMCTruthMonitor | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgPrev | 0.000 | 0.029 | 0.029 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitorPrev | 0.000 | 1.766 | 1.766 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO VeloGaussMoniPrev | 0.000 | 0.184 | 0.184 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO TTHitMonitorPrev | 0.000 | 0.050 | 0.050 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO ITHitMonitorPrev | 0.000 | 0.053 | 0.053 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitorPrev | 0.000 | 0.054 | 0.054 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SpdMonitorPrev | 0.000 | 0.158 | 0.158 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrsMonitorPrev | 0.000 | 0.135 | 0.135 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO EcalMonitorPrev | 0.000 | 0.155 | 0.155 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO HcalMonitorPrev | 0.000 | 0.126 | 0.126 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MuonHitCheckerPrev | 0.000 | 0.769 | 0.769 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTestPrev | 0.000 | 0.642 | 0.642 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMCVertexPrev | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMCParticlePrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCVertexPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticlePrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsPrev | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackTTHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackITHitsPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackOTHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichHitsPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhotPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichSegmentsPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichTracksPrev | 0.000 | 0.049 | 0.049 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichOpPhotPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichSegmentsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichTracksPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPrsHitsPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackEcalHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackHcalHitsPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextEventSeq | 19320.000 | 19427.561 | 19427.561 19427.6 0.00 | 1 | 19.428 | -TimingAuditor.TIMER INFO NextEventGaussSim | 0.000 | 0.403 | 0.403 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextSimulation | 19320.000 | 19427.139 | 19427.139 19427.1 0.00 | 1 | 19.427 | -TimingAuditor.TIMER INFO MakeNextSim | 19220.000 | 19329.396 | 19329.396 19329.4 0.00 | 1 | 19.329 | -TimingAuditor.TIMER INFO GenToSimNext | 0.000 | 0.636 | 0.636 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GiGaFlushNext | 19210.000 | 19312.648 | 19312.648 19312.6 0.00 | 1 | 19.313 | -TimingAuditor.TIMER INFO GiGaCheckEventNext | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthNext | 0.000 | 1.820 | 1.820 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DetectorsHitsNext | 10.000 | 11.891 | 11.891 11.9 0.00 | 1 | 0.012 | -TimingAuditor.TIMER INFO GetPuVetoHitsNext | 0.000 | 0.087 | 0.087 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsNext | 0.000 | 0.996 | 0.996 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetTTHitsNext | 0.000 | 0.802 | 0.802 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetITHitsNext | 0.000 | 0.344 | 0.344 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetOTHitsNext | 0.000 | 0.925 | 0.925 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO RichHitsNext | 10.000 | 6.903 | 6.903 6.9 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO GetRichHitsNext | 10.000 | 3.454 | 3.454 3.5 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetRichPhotonsNext | 0.000 | 1.166 | 1.166 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichSegmentsNext | 0.000 | 1.117 | 1.117 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichTracksNext | 0.000 | 0.429 | 0.429 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.067 | 0.067 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.575 | 0.575 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetSpdHitsNext | 0.000 | 0.141 | 0.141 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsNext | 0.000 | 0.270 | 0.270 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHitsNext | 0.000 | 0.520 | 0.520 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetHcalHitsNext | 0.000 | 0.081 | 0.081 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsNext | 0.000 | 0.718 | 0.718 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextEventDataPacking | 0.000 | 2.257 | 2.257 2.3 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO PackMCParticleNext | 0.000 | 0.384 | 0.384 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCVertexNext | 0.000 | 0.287 | 0.287 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPackerNext | 0.000 | 0.122 | 0.122 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerNext | 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerNext | 0.000 | 0.032 | 0.032 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerNext | 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerNext | 0.000 | 0.041 | 0.041 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerNext | 0.000 | 0.032 | 0.032 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerNext | 0.000 | 0.075 | 0.075 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerNext | 0.000 | 0.046 | 0.046 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerNext | 0.000 | 0.065 | 0.065 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPackerNext | 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerNext | 0.000 | 0.101 | 0.101 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerNext | 0.000 | 0.699 | 0.699 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.119 | 0.119 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPackerNext | 0.000 | 0.029 | 0.029 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorNext | 100.000 | 97.719 | 97.719 97.7 0.00 | 1 | 0.098 | -TimingAuditor.TIMER INFO GiGaGetNextEvent | 0.000 | 0.115 | 0.115 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextMCTruthMonitor | 0.000 | 0.292 | 0.292 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgNext | 10.000 | 0.242 | 0.242 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitorNext | 10.000 | 12.288 | 12.288 12.3 0.00 | 1 | 0.012 | -TimingAuditor.TIMER INFO VeloGaussMoniNext | 10.000 | 7.320 | 7.320 7.3 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO TTHitMonitorNext | 0.000 | 0.421 | 0.421 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO ITHitMonitorNext | 0.000 | 0.243 | 0.243 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitorNext | 0.000 | 0.565 | 0.565 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO SpdMonitorNext | 0.000 | 0.645 | 0.645 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitorNext | 0.000 | 0.733 | 0.733 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO EcalMonitorNext | 0.000 | 0.975 | 0.975 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO HcalMonitorNext | 0.000 | 0.453 | 0.453 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MuonHitCheckerNext | 0.000 | 0.795 | 0.795 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTestNext | 80.000 | 84.731 | 84.731 84.7 0.00 | 1 | 0.085 | -TimingAuditor.TIMER INFO UnpackMCVertexNext | 0.000 | 0.536 | 0.536 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMCParticleNext | 0.000 | 0.637 | 0.637 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CompareMCVertexNext | 0.000 | 0.450 | 0.450 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticleNext | 0.000 | 0.402 | 0.402 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsNext | 0.000 | 0.048 | 0.048 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsNext | 0.000 | 0.468 | 0.468 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHitsNext | 0.000 | 0.229 | 0.229 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHitsNext | 10.000 | 7.901 | 7.901 7.9 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO UnpackTTHitsNext | 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHitsNext | 0.000 | 2.012 | 2.012 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackITHitsNext | 0.000 | 0.039 | 0.039 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsNext | 0.000 | 0.590 | 0.590 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackOTHitsNext | 0.000 | 0.139 | 0.139 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHitsNext | 10.000 | 2.831 | 2.831 2.8 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackRichHitsNext | 0.000 | 0.369 | 0.369 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhotNext | 0.000 | 0.734 | 0.734 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichSegmentsNext | 0.000 | 0.300 | 0.300 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichTracksNext | 0.000 | 0.042 | 0.042 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsNext | 0.000 | 8.011 | 8.011 8.0 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO CheckRichOpPhotNext | 60.000 | 51.198 | 51.198 51.2 0.00 | 1 | 0.051 | -TimingAuditor.TIMER INFO CheckRichSegmentsNext | 0.000 | 0.775 | 0.775 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichTracksNext | 0.000 | 0.026 | 0.026 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsNext | 0.000 | 0.155 | 0.155 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHitsNext | 0.000 | 0.972 | 0.972 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackPrsHitsNext | 0.000 | 0.163 | 0.163 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHitsNext | 0.000 | 1.340 | 1.340 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackEcalHitsNext | 0.000 | 0.237 | 0.237 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHitsNext | 0.000 | 1.957 | 1.957 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackHcalHitsNext | 0.000 | 0.045 | 0.045 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsNext | 0.000 | 0.268 | 0.268 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHitsNext | 0.000 | 0.080 | 0.080 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsNext | 0.000 | 1.378 | 1.378 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextNextEventSeq | 17420.000 | 17483.576 | 17483.574 17483.6 0.00 | 1 | 17.484 | -TimingAuditor.TIMER INFO NextNextEventGaussSim | 0.000 | 0.514 | 0.514 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextNextSimulation | 17420.000 | 17483.031 | 17483.031 17483.0 0.00 | 1 | 17.483 | -TimingAuditor.TIMER INFO MakeNextNextSim | 17350.000 | 17419.305 | 17419.303 17419.3 0.00 | 1 | 17.419 | -TimingAuditor.TIMER INFO GenToSimNextNext | 10.000 | 1.660 | 1.660 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GiGaFlushNextNext | 17330.000 | 17408.172 | 17408.172 17408.2 0.00 | 1 | 17.408 | -TimingAuditor.TIMER INFO GiGaCheckEventNextNext | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthNextNext | 0.000 | 1.036 | 1.036 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DetectorsHitsNextNext | 10.000 | 6.843 | 6.843 6.8 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO GetPuVetoHitsNextNext | 0.000 | 0.051 | 0.051 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsNextNext | 0.000 | 0.584 | 0.584 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetTTHitsNextNext | 0.000 | 0.414 | 0.414 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetITHitsNextNext | 0.000 | 0.443 | 0.443 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetOTHitsNextNext | 10.000 | 1.025 | 1.025 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO RichHitsNextNext | 0.000 | 2.755 | 2.755 2.8 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetRichHitsNextNext | 0.000 | 1.221 | 1.221 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichPhotonsNextNext| 0.000 | 0.478 | 0.478 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichSegmentsNextNex| 0.000 | 0.482 | 0.482 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichTracksNextNext | 0.000 | 0.237 | 0.237 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.055 | 0.055 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.206 | 0.206 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHitsNextNext | 0.000 | 0.127 | 0.127 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsNextNext | 0.000 | 0.268 | 0.268 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHitsNextNext | 0.000 | 0.491 | 0.491 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHitsNextNext | 0.000 | 0.052 | 0.052 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsNextNext | 0.000 | 0.502 | 0.502 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextNextEventDataPacking| 0.000 | 1.489 | 1.489 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PackMCParticleNextNext | 0.000 | 0.181 | 0.181 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCVertexNextNext | 0.000 | 0.164 | 0.164 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPackerNextNext| 0.000 | 0.117 | 0.117 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerNextNe| 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerNextNext | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerNextNext | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerNextNext | 0.000 | 0.049 | 0.049 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerNextNext| 0.000 | 0.026 | 0.026 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerNextNext | 0.000 | 0.065 | 0.065 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerNextNext | 0.000 | 0.038 | 0.038 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerNextNext| 0.000 | 0.067 | 0.067 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPackerNextNext| 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerNextNext| 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerNextN| 0.000 | 0.310 | 0.310 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.100 | 0.100 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPackerNextNe| 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorNextNext | 70.000 | 63.710 | 63.710 63.7 0.00 | 1 | 0.064 | -TimingAuditor.TIMER INFO GiGaGetNextNextEvent | 0.000 | 0.092 | 0.092 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextNextMCTruthMonitor | 0.000 | 0.385 | 0.385 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgNextNext | 0.000 | 0.144 | 0.144 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitorNextNext| 20.000 | 11.394 | 11.394 11.4 0.00 | 1 | 0.011 | -TimingAuditor.TIMER INFO VeloGaussMoniNextNext | 10.000 | 5.903 | 5.903 5.9 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO TTHitMonitorNextNext | 0.000 | 0.380 | 0.380 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO ITHitMonitorNextNext | 10.000 | 0.288 | 0.288 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitorNextNext | 0.000 | 0.519 | 0.519 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO SpdMonitorNextNext | 0.000 | 0.761 | 0.761 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitorNextNext | 0.000 | 0.935 | 0.935 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO EcalMonitorNextNext | 0.000 | 1.035 | 1.035 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO HcalMonitorNextNext | 0.000 | 0.476 | 0.476 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MuonHitCheckerNextNext | 0.000 | 0.890 | 0.890 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTestNextNext | 50.000 | 51.635 | 51.635 51.6 0.00 | 1 | 0.052 | -TimingAuditor.TIMER INFO UnpackMCVertexNextNext | 0.000 | 0.283 | 0.283 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMCParticleNextNex| 0.000 | 0.374 | 0.374 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCVertexNextNext| 0.000 | 0.200 | 0.200 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticleNextNe| 0.000 | 0.167 | 0.167 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsNextNex| 0.000 | 0.040 | 0.040 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsNextNext| 0.000 | 0.135 | 0.135 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHitsNextNext | 0.000 | 0.098 | 0.098 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHitsNextNext | 0.000 | 3.930 | 3.930 3.9 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackTTHitsNextNext | 0.000 | 0.052 | 0.052 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHitsNextNext | 10.000 | 1.232 | 1.232 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackITHitsNextNext | 0.000 | 0.052 | 0.052 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsNextNext | 0.000 | 1.414 | 1.414 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackOTHitsNextNext | 0.000 | 0.155 | 0.155 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHitsNextNext | 0.000 | 4.692 | 4.692 4.7 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO UnpackRichHitsNextNext | 0.000 | 0.211 | 0.211 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhotNextNex| 0.000 | 0.359 | 0.359 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichSegmentsNextN| 0.000 | 0.257 | 0.257 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichTracksNextNex| 0.000 | 0.053 | 0.053 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsNextNext | 10.000 | 4.385 | 4.385 4.4 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO CheckRichOpPhotNextNext| 20.000 | 26.780 | 26.780 26.8 0.00 | 1 | 0.027 | -TimingAuditor.TIMER INFO CheckRichSegmentsNextNe| 0.000 | 0.631 | 0.631 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichTracksNextNext| 0.000 | 0.029 | 0.029 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsNextNext | 0.000 | 0.154 | 0.154 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHitsNextNext | 10.000 | 0.751 | 0.751 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackPrsHitsNextNext | 0.000 | 0.177 | 0.177 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHitsNextNext | 0.000 | 1.390 | 1.390 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackEcalHitsNextNext | 0.000 | 0.220 | 0.220 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHitsNextNext | 0.000 | 1.687 | 1.687 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackHcalHitsNextNext | 0.000 | 0.050 | 0.050 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsNextNext | 0.000 | 0.186 | 0.186 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHitsNextNext | 0.000 | 0.046 | 0.046 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsNextNext | 0.000 | 1.134 | 1.134 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrevPrevEventDataPacking| 0.000 | 0.424 | 0.424 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCParticlePrevPrev | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertexPrevPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPackerPrevPrev| 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerPrevPr| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerPrevPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerPrevPrev| 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerPrevPrev | 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerPrevPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerPrevPrev| 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerPrevPrev| 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerPrevPrev| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerPrevP| 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPackerPrevPr| 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorPrevPrev | 0.000 | 2.240 | 2.240 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GiGaGetPrevPrevEvent | 0.000 | 0.063 | 0.063 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevPrevMCTruthMonitor | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgPrevPrev | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitorPrevPrev| 0.000 | 1.649 | 1.649 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO VeloGaussMoniPrevPrev | 0.000 | 0.160 | 0.160 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO TTHitMonitorPrevPrev | 0.000 | 0.052 | 0.052 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO ITHitMonitorPrevPrev | 0.000 | 0.026 | 0.026 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitorPrevPrev | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SpdMonitorPrevPrev | 0.000 | 0.121 | 0.121 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrsMonitorPrevPrev | 0.000 | 0.112 | 0.112 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO EcalMonitorPrevPrev | 0.000 | 0.114 | 0.114 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO HcalMonitorPrevPrev | 0.000 | 0.125 | 0.125 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MuonHitCheckerPrevPrev | 0.000 | 0.855 | 0.855 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestPrevPrev | 0.000 | 0.428 | 0.428 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCVertexPrevPrev | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticlePrevPre| 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertexPrevPrev| 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticlePrevPr| 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsPrevPre| 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsPrevPrev| 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHitsPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHitsPrevPrev | 0.000 | 0.003 | 0.003 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackTTHitsPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackITHitsPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackOTHitsPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHitsPrevPrev | 0.000 | 0.003 | 0.003 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichHitsPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhotPrevPre| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegmentsPrevP| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracksPrevPre| 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichOpPhotPrevPrev| 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichSegmentsPrevPr| 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichTracksPrevPrev| 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsPrevPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPrsHitsPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHitsPrevPrev | 0.000 | 0.003 | 0.003 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackEcalHitsPrevPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHitsPrevPrev | 0.000 | 0.003 | 0.003 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackHcalHitsPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHitsPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsPrevPrev | 0.000 | 0.003 | 0.003 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevEventSeq | 20.000 | 11.875 | 11.875 11.9 0.00 | 1 | 0.012 | +TimingAuditor.TIMER INFO PrevEventGaussSim | 0.000 | 0.248 | 0.248 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevSimulation | 20.000 | 11.612 | 11.612 11.6 0.00 | 1 | 0.012 | +TimingAuditor.TIMER INFO MakePrevSim | 10.000 | 9.111 | 9.111 9.1 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO GenToSimPrev | 0.000 | 0.106 | 0.106 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaFlushPrev | 10.000 | 8.216 | 8.216 8.2 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GiGaCheckEventPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthPrev | 0.000 | 0.047 | 0.047 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsHitsPrev | 0.000 | 0.422 | 0.422 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPuVetoHitsPrev | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetTTHitsPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetITHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetOTHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO RichHitsPrev | 0.000 | 0.284 | 0.284 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichHitsPrev | 0.000 | 0.056 | 0.056 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichPhotonsPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichSegmentsPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichTracksPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.124 | 0.124 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevEventDataPacking | 0.000 | 0.273 | 0.273 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCParticlePrev | 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertexPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPackerPrev | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPackerPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorPrev | 10.000 | 2.491 | 2.491 2.5 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GiGaGetPrevEvent | 0.000 | 0.061 | 0.061 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevMCTruthMonitor | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgPrev | 0.000 | 0.026 | 0.026 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitorPrev | 10.000 | 1.942 | 1.942 1.9 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO VeloGaussMoniPrev | 0.000 | 0.170 | 0.170 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO TTHitMonitorPrev | 0.000 | 0.063 | 0.063 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO ITHitMonitorPrev | 0.000 | 0.088 | 0.088 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitorPrev | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SpdMonitorPrev | 0.000 | 0.164 | 0.164 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrsMonitorPrev | 0.000 | 0.134 | 0.134 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO EcalMonitorPrev | 0.000 | 0.133 | 0.133 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO HcalMonitorPrev | 0.000 | 0.121 | 0.121 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MuonHitCheckerPrev | 10.000 | 0.962 | 0.962 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestPrev | 0.000 | 0.428 | 0.428 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCVertexPrev | 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticlePrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertexPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticlePrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsPrev | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHitsPrev | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackTTHitsPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackITHitsPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsPrev | 0.000 | 0.003 | 0.003 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackOTHitsPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHitsPrev | 0.000 | 0.003 | 0.003 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichHitsPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhotPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegmentsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracksPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichOpPhotPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichSegmentsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichTracksPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPrsHitsPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackEcalHitsPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackHcalHitsPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsPrev | 0.000 | 0.003 | 0.003 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHitsPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsPrev | 0.000 | 0.003 | 0.003 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextEventSeq | 13560.000 | 13869.464 | 13869.464 13869.5 0.00 | 1 | 13.869 | +TimingAuditor.TIMER INFO NextEventGaussSim | 0.000 | 0.301 | 0.301 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextSimulation | 13560.000 | 13869.148 | 13869.148 13869.1 0.00 | 1 | 13.869 | +TimingAuditor.TIMER INFO MakeNextSim | 13520.000 | 13828.588 | 13828.588 13828.6 0.00 | 1 | 13.829 | +TimingAuditor.TIMER INFO GenToSimNext | 0.000 | 0.497 | 0.497 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaFlushNext | 13500.000 | 13817.905 | 13817.905 13817.9 0.00 | 1 | 13.818 | +TimingAuditor.TIMER INFO GiGaCheckEventNext | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthNext | 0.000 | 1.573 | 1.573 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO DetectorsHitsNext | 20.000 | 7.202 | 7.202 7.2 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO GetPuVetoHitsNext | 0.000 | 0.066 | 0.066 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsNext | 0.000 | 0.861 | 0.861 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetTTHitsNext | 10.000 | 1.002 | 1.002 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetITHitsNext | 0.000 | 0.275 | 0.275 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetOTHitsNext | 10.000 | 0.884 | 0.884 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO RichHitsNext | 0.000 | 2.574 | 2.574 2.6 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetRichHitsNext | 0.000 | 1.190 | 1.190 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichPhotonsNext | 0.000 | 0.361 | 0.361 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichSegmentsNext | 0.000 | 0.373 | 0.373 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichTracksNext | 0.000 | 0.402 | 0.402 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.051 | 0.051 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.152 | 0.152 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHitsNext | 0.000 | 0.171 | 0.171 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsNext | 0.000 | 0.199 | 0.199 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHitsNext | 0.000 | 0.375 | 0.375 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHitsNext | 0.000 | 0.062 | 0.062 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsNext | 0.000 | 0.652 | 0.652 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextEventDataPacking | 0.000 | 1.313 | 1.313 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PackMCParticleNext | 0.000 | 0.297 | 0.297 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertexNext | 0.000 | 0.200 | 0.200 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPackerNext | 0.000 | 0.090 | 0.090 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerNext | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerNext | 0.000 | 0.039 | 0.039 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerNext | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerNext | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerNext | 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerNext | 0.000 | 0.040 | 0.040 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerNext | 0.000 | 0.032 | 0.032 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerNext | 0.000 | 0.059 | 0.059 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerNext | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerNext | 0.000 | 0.057 | 0.057 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerNext | 0.000 | 0.210 | 0.210 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.068 | 0.068 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPackerNext | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorNext | 40.000 | 40.548 | 40.548 40.5 0.00 | 1 | 0.041 | +TimingAuditor.TIMER INFO GiGaGetNextEvent | 0.000 | 0.113 | 0.113 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextMCTruthMonitor | 0.000 | 0.240 | 0.240 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgNext | 0.000 | 0.119 | 0.119 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitorNext | 10.000 | 9.227 | 9.227 9.2 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO VeloGaussMoniNext | 0.000 | 4.924 | 4.924 4.9 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO TTHitMonitorNext | 0.000 | 0.334 | 0.334 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO ITHitMonitorNext | 0.000 | 0.122 | 0.122 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitorNext | 0.000 | 0.304 | 0.304 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SpdMonitorNext | 10.000 | 0.623 | 0.623 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrsMonitorNext | 0.000 | 0.642 | 0.642 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO EcalMonitorNext | 0.000 | 0.845 | 0.845 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO HcalMonitorNext | 0.000 | 0.384 | 0.384 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MuonHitCheckerNext | 0.000 | 0.972 | 0.972 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestNext | 30.000 | 30.693 | 30.693 30.7 0.00 | 1 | 0.031 | +TimingAuditor.TIMER INFO UnpackMCVertexNext | 0.000 | 0.424 | 0.424 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticleNext | 0.000 | 0.454 | 0.454 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertexNext | 0.000 | 0.321 | 0.321 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticleNext | 0.000 | 0.285 | 0.285 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsNext | 0.000 | 0.040 | 0.040 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsNext | 0.000 | 0.291 | 0.291 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHitsNext | 0.000 | 0.140 | 0.140 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHitsNext | 0.000 | 4.051 | 4.051 4.1 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackTTHitsNext | 0.000 | 0.086 | 0.086 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHitsNext | 0.000 | 1.729 | 1.729 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackITHitsNext | 0.000 | 0.026 | 0.026 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsNext | 10.000 | 0.333 | 0.333 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackOTHitsNext | 0.000 | 0.063 | 0.063 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHitsNext | 0.000 | 1.798 | 1.798 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichHitsNext | 0.000 | 0.149 | 0.149 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhotNext | 0.000 | 0.196 | 0.196 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegmentsNext | 0.000 | 0.120 | 0.120 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracksNext | 0.000 | 0.036 | 0.036 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsNext | 0.000 | 2.064 | 2.064 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO CheckRichOpPhotNext | 10.000 | 13.004 | 13.004 13.0 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO CheckRichSegmentsNext | 0.000 | 0.322 | 0.322 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichTracksNext | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsNext | 0.000 | 0.135 | 0.135 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHitsNext | 0.000 | 0.667 | 0.667 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackPrsHitsNext | 0.000 | 0.143 | 0.143 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHitsNext | 0.000 | 0.902 | 0.902 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackEcalHitsNext | 0.000 | 0.167 | 0.167 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHitsNext | 0.000 | 1.111 | 1.111 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackHcalHitsNext | 0.000 | 0.046 | 0.046 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsNext | 0.000 | 0.187 | 0.187 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHitsNext | 0.000 | 0.043 | 0.043 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsNext | 10.000 | 0.911 | 0.911 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextNextEventSeq | 14920.000 | 15842.527 | 15842.527 15842.5 0.00 | 1 | 15.843 | +TimingAuditor.TIMER INFO NextNextEventGaussSim | 0.000 | 0.482 | 0.482 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextNextSimulation | 14920.000 | 15842.006 | 15842.006 15842.0 0.00 | 1 | 15.842 | +TimingAuditor.TIMER INFO MakeNextNextSim | 14870.000 | 15799.541 | 15799.541 15799.5 0.00 | 1 | 15.800 | +TimingAuditor.TIMER INFO GenToSimNextNext | 0.000 | 1.423 | 1.423 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GiGaFlushNextNext | 14860.000 | 15787.859 | 15787.859 15787.9 0.00 | 1 | 15.788 | +TimingAuditor.TIMER INFO GiGaCheckEventNextNext | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthNextNext | 0.000 | 1.115 | 1.115 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DetectorsHitsNextNext | 10.000 | 7.674 | 7.674 7.7 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GetPuVetoHitsNextNext | 0.000 | 0.061 | 0.061 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsNextNext | 0.000 | 0.601 | 0.601 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetTTHitsNextNext | 0.000 | 0.587 | 0.587 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetITHitsNextNext | 0.000 | 0.523 | 0.523 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetOTHitsNextNext | 0.000 | 0.821 | 0.821 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO RichHitsNextNext | 10.000 | 3.524 | 3.524 3.5 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetRichHitsNextNext | 0.000 | 1.480 | 1.480 1.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichPhotonsNextNext| 0.000 | 0.406 | 0.406 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichSegmentsNextNex| 0.000 | 0.550 | 0.550 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichTracksNextNext | 0.000 | 0.277 | 0.277 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.081 | 0.081 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 10.000 | 0.273 | 0.273 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHitsNextNext | 0.000 | 0.135 | 0.135 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsNextNext | 0.000 | 0.183 | 0.183 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHitsNextNext | 0.000 | 0.296 | 0.296 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHitsNextNext | 0.000 | 0.050 | 0.050 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsNextNext | 0.000 | 0.728 | 0.728 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextNextEventDataPacking| 0.000 | 1.322 | 1.322 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PackMCParticleNextNext | 0.000 | 0.214 | 0.214 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertexNextNext | 0.000 | 0.148 | 0.148 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPackerNextNext| 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerNextNe| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerNextNext | 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerNextNext | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerNextNext | 0.000 | 0.035 | 0.035 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerNextNext| 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerNextNext | 0.000 | 0.043 | 0.043 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerNextNext | 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerNextNext| 0.000 | 0.034 | 0.034 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerNextNext| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerNextNext| 0.000 | 0.087 | 0.087 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerNextN| 0.000 | 0.303 | 0.303 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.078 | 0.078 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPackerNextNe| 0.000 | 0.035 | 0.035 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorNextNext | 50.000 | 42.440 | 42.440 42.4 0.00 | 1 | 0.042 | +TimingAuditor.TIMER INFO GiGaGetNextNextEvent | 0.000 | 0.099 | 0.099 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextNextMCTruthMonitor | 0.000 | 0.172 | 0.172 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgNextNext | 0.000 | 0.156 | 0.156 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitorNextNext| 20.000 | 8.722 | 8.722 8.7 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO VeloGaussMoniNextNext | 10.000 | 4.726 | 4.726 4.7 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO TTHitMonitorNextNext | 0.000 | 0.257 | 0.257 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO ITHitMonitorNextNext | 0.000 | 0.190 | 0.190 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitorNextNext | 0.000 | 0.298 | 0.298 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SpdMonitorNextNext | 0.000 | 0.515 | 0.515 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrsMonitorNextNext | 0.000 | 0.567 | 0.567 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO EcalMonitorNextNext | 0.000 | 0.725 | 0.725 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO HcalMonitorNextNext | 0.000 | 0.345 | 0.345 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MuonHitCheckerNextNext | 10.000 | 0.997 | 0.997 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestNextNext | 30.000 | 33.261 | 33.261 33.3 0.00 | 1 | 0.033 | +TimingAuditor.TIMER INFO UnpackMCVertexNextNext | 0.000 | 0.252 | 0.252 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticleNextNex| 0.000 | 0.271 | 0.271 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertexNextNext| 0.000 | 0.297 | 0.297 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticleNextNe| 0.000 | 0.244 | 0.244 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsNextNex| 0.000 | 0.034 | 0.034 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsNextNext| 0.000 | 0.081 | 0.081 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHitsNextNext | 0.000 | 0.105 | 0.105 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHitsNextNext | 0.000 | 2.377 | 2.377 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackTTHitsNextNext | 0.000 | 0.045 | 0.045 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHitsNextNext | 0.000 | 0.893 | 0.893 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackITHitsNextNext | 0.000 | 0.041 | 0.041 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsNextNext | 0.000 | 0.641 | 0.641 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackOTHitsNextNext | 0.000 | 0.064 | 0.064 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHitsNextNext | 0.000 | 1.789 | 1.789 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichHitsNextNext | 0.000 | 0.188 | 0.188 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhotNextNex| 0.000 | 0.292 | 0.292 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegmentsNextN| 0.000 | 0.142 | 0.142 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracksNextNex| 0.000 | 0.037 | 0.037 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsNextNext | 0.000 | 3.039 | 3.039 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO CheckRichOpPhotNextNext| 10.000 | 18.927 | 18.927 18.9 0.00 | 1 | 0.019 | +TimingAuditor.TIMER INFO CheckRichSegmentsNextNe| 0.000 | 0.396 | 0.396 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichTracksNextNext| 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsNextNext | 0.000 | 0.080 | 0.080 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHitsNextNext | 0.000 | 0.385 | 0.385 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPrsHitsNextNext | 0.000 | 0.101 | 0.101 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHitsNextNext | 10.000 | 0.634 | 0.634 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackEcalHitsNextNext | 0.000 | 0.125 | 0.125 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHitsNextNext | 0.000 | 0.801 | 0.801 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackHcalHitsNextNext | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsNextNext | 0.000 | 0.134 | 0.134 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHitsNextNext | 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsNextNext | 0.000 | 0.505 | 0.505 0.5 0.00 | 1 | 0.001 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -GiGa.TrackSeq.HepMCTrackSUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.HepMCTrackSUCCESS #WARNINGS = 2 Message = 'The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown'' GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 4051 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 3988 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 91.6 [s] Ave/Min/Max= 18.3(+- 20.1)/ 0.01/ 55 [s] #= 5 -ChronoStatSvc INFO Time User : Tot= 335 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 80.9 [s] Ave/Min/Max= 16.2(+- 19.3)/ 0.01/ 52.5 [s] #= 5 +ChronoStatSvc INFO Time User : Tot= 319 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 5 | 6395 | 1279.0 | 1481.2 | 0.0000 | 4049.0 | -******Stat****** INFO "#Hcal MCHits" | 5 | 629 | 125.80 | 127.01 | 0.0000 | 344.00 | -******Stat****** INFO "#IT MCHits" | 5 | 499 | 99.800 | 128.40 | 0.0000 | 345.00 | -******Stat****** INFO "#MCParticles" | 5 | 3333 | 666.60 | 717.71 | 5.0000 | 1944.0 | -******Stat****** INFO "#MCRichOpPhoto | 1 | 1914 | 1914.0 | 0.0000 | 1914.0 | 1914.0 | -******Stat****** INFO "#MCRichSegment | 1 | 145 | 145.00 | 0.0000 | 145.00 | 145.00 | -******Stat****** INFO "#MCRichTracks" | 1 | 130 | 130.00 | 0.0000 | 130.00 | 130.00 | -******Stat****** INFO "#MCVertices" | 5 | 3642 | 728.40 | 809.39 | 4.0000 | 2205.0 | -******Stat****** INFO "#Muon MCHits" | 5 | 594 | 118.80 | 141.29 | 0.0000 | 385.00 | -******Stat****** INFO "#OT MCHits" | 5 | 1576 | 315.20 | 349.80 | 0.0000 | 951.00 | -******Stat****** INFO "#Prs MCHits" | 5 | 5254 | 1050.8 | 1301.8 | 0.0000 | 3538.0 | -******Stat****** INFO "#Rich MCHits" | 5 | 4052 | 810.40 | 763.41 | 0.0000 | 1915.0 | -******Stat****** INFO "#Rich1 MCHits" | 5 | 1757 | 351.40 | 311.29 | 0.0000 | 733.00 | -******Stat****** INFO "#Rich2 MCHits" | 5 | 2295 | 459.00 | 475.20 | 0.0000 | 1261.0 | -******Stat****** INFO "#Spd MCHits" | 5 | 3316 | 663.20 | 849.94 | 0.0000 | 2300.0 | -******Stat****** INFO "#TT MCHits" | 5 | 585 | 117.00 | 116.40 | 0.0000 | 308.00 | -******Stat****** INFO "#Velo MCHits" | 5 | 1726 | 345.20 | 313.09 | 0.0000 | 714.00 | +******Stat****** INFO "#Ecal MCHits" | 5 | 4646 | 929.20 | 1042.9 | 0.0000 | 2843.0 | +******Stat****** INFO "#Hcal MCHits" | 5 | 680 | 136.00 | 141.89 | 0.0000 | 385.00 | +******Stat****** INFO "#IT MCHits" | 5 | 438 | 87.600 | 110.72 | 0.0000 | 298.00 | +******Stat****** INFO "#MCParticles" | 5 | 3176 | 635.20 | 677.27 | 5.0000 | 1829.0 | +******Stat****** INFO "#MCRichOpPhoto | 1 | 2468 | 2468.0 | 0.0000 | 2468.0 | 2468.0 | +******Stat****** INFO "#MCRichSegment | 1 | 133 | 133.00 | 0.0000 | 133.00 | 133.00 | +******Stat****** INFO "#MCRichTracks" | 1 | 116 | 116.00 | 0.0000 | 116.00 | 116.00 | +******Stat****** INFO "#MCVertices" | 5 | 3523 | 704.60 | 771.80 | 4.0000 | 2089.0 | +******Stat****** INFO "#Muon MCHits" | 5 | 568 | 113.60 | 134.34 | 0.0000 | 363.00 | +******Stat****** INFO "#OT MCHits" | 5 | 1304 | 260.80 | 274.87 | 0.0000 | 752.00 | +******Stat****** INFO "#Prs MCHits" | 5 | 3883 | 776.60 | 918.95 | 0.0000 | 2500.0 | +******Stat****** INFO "#Rich MCHits" | 5 | 3988 | 797.60 | 906.17 | 0.0000 | 2468.0 | +******Stat****** INFO "#Rich1 MCHits" | 5 | 1381 | 276.20 | 233.53 | 0.0000 | 570.00 | +******Stat****** INFO "#Rich2 MCHits" | 5 | 2607 | 521.40 | 713.14 | 0.0000 | 1898.0 | +******Stat****** INFO "#Spd MCHits" | 5 | 2712 | 542.40 | 656.28 | 0.0000 | 1776.0 | +******Stat****** INFO "#TT MCHits" | 5 | 677 | 135.40 | 121.71 | 0.0000 | 278.00 | +******Stat****** INFO "#Velo MCHits" | 5 | 1648 | 329.60 | 287.93 | 0.0000 | 663.00 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Sim/Gauss/tests/refs/testGauss-config-2016-epos-Pbp.ref b/Sim/Gauss/tests/refs/testGauss-config-2016-epos-Pbp.ref index 3d43750f6bcd05ac3e0b17622e99ecf04ff50c0d..7ac6c2eb7a7bd43154cef75952d99c369116b51f 100644 --- a/Sim/Gauss/tests/refs/testGauss-config-2016-epos-Pbp.ref +++ b/Sim/Gauss/tests/refs/testGauss-config-2016-epos-Pbp.ref @@ -1,19 +1,19 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbCRMC/options/EPOS.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbCRMC/options/EPOS.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Pbp-Beam2560GeV-6500GeV-md100-pre2016-fix1.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/OneFixedInteraction.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/OneFixedInteraction.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Pbp-Beam2560GeV-6500GeV-md100-pre2016-fix1.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbCRMC/options/EPOS.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbCRMC/options/EPOS.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Pbp-Beam2560GeV-6500GeV-md100-pre2016-fix1.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/OneFixedInteraction.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/OneFixedInteraction.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Pbp-Beam2560GeV-6500GeV-md100-pre2016-fix1.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -73,24 +73,24 @@ RICH simulation now configured # \----- (End of User Gauss/Gauss) ------------------------------------------------------------------- # GaussTape.ItemList = ['/Event/Gen/Header#1', '/Event/MC/Header#1', '/Event/Gen/BeamParameters#1', '/Event/Gen/Collisions#1', '/Event/pSim/MCVertices#1', '/Event/pSim/MCParticles#1', '/Event/pSim/Velo/Hits#1', '/Event/pSim/PuVeto/Hits#1', '/Event/pSim/IT/Hits#1', '/Event/pSim/OT/Hits#1', '/Event/pSim/TT/Hits#1', '/Event/pSim/Muon/Hits#1', '/Event/pSim/Spd/Hits#1', '/Event/pSim/Prs/Hits#1', '/Event/pSim/Ecal/Hits#1', '/Event/pSim/Hcal/Hits#1', '/Event/pSim/Rich/Hits#1', '/Event/pSim/Rich/OpticalPhotons#1', '/Event/pSim/Rich/Tracks#1', '/Event/pSim/Rich/Segments#1', '/Event/Link/MC/Particles2MCRichTracks#1', '/Event/Link/MC/Rich/Hits2MCRichOpticalPhotons#1'] # GaussTape.OptItemList = ['/Event/Gen/HepMCEvents#1'] -# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20181113-3', 'SIMCOND': 'sim-20161124-1-vc-md100'} +# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20190206-3', 'SIMCOND': 'sim-20170721-1-vc-md100'} # WARNING: Latest unbound local tags on top of the latest global tags of 2016 data type(s) are added: {'DDDB': ['rich-20140220']} # WARNING: local tags in DDDB are ignored ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 02:22:56 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 01:46:11 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' -ToolSvc.GitDDDB INFO using commit 'dddb-20181113-3' corresponding to be0330fb2a31b79da4c070bfa0c63e3f1f21c2d2 +ToolSvc.GitDDDB INFO using commit 'dddb-20190206-3' corresponding to 6ccfd930ebf64b2415358a84dd3ad48b8c4d83f7 ToolSvc.GitSIMCOND INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/SIMCOND.git' -ToolSvc.GitSIMCOND INFO using commit 'sim-20161124-1-vc-md100' corresponding to 7b54d919ab54f3a716e32ae2f90c9de6a8ec26e9 +ToolSvc.GitSIMCOND INFO using commit 'sim-20170721-1-vc-md100' corresponding to f9b3cf0aa6d9ee61d5ee0692f95e4584e52df268 DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -98,7 +98,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -4649,7 +4649,7 @@ RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 RndmGenSvc.Engine INFO This is the GEANT4 engine! RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> -TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. GaussSequencer DEBUG Property update for OutputLevel : new value = 2 GaussSequencer DEBUG Initialize base class GaudiCommon<Algorithm> GaussSequencer DEBUG could not locate CounterSummarySvc, no counter summary will be made @@ -4702,7 +4702,7 @@ GaussSequencer DEBUG ==> Initialise GaussSequencer DEBUG Added algorithm Generator GaussSequencer DEBUG Added algorithm Simulation GaussSequencer INFO Member list: GaudiSequencer/Generator, GaudiSequencer/Simulation -ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. GaussSequencer DEBUG Registering tool ToolSvc.SequencerTimerTool GaussSequencer DEBUG Releasing tool 'ToolSvc.SequencerTimerTool' GaussSequencer DEBUG De-Registering tool ToolSvc.SequencerTimerTool @@ -4823,7 +4823,7 @@ GeneratorSlotMainSeq DEBUG The tool 'ToolSvc.SequencerTimerTool' of type 'S GaussGen DEBUG Property update for OutputLevel : new value = 2 GaussGen DEBUG Initialize base class GaudiCommon<Algorithm> GaussGen DEBUG could not locate CounterSummarySvc, no counter summary will be made -GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 63 +GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 64 GaussGen DEBUG Property ['Name': Value] = 'CreateBeam':True GaussGen DEBUG Property ['Name': Value] = 'Luminosity':5.4300000e+18 GaussGen DEBUG Property ['Name': Value] = 'ZLuminousRegion':-12.190000 @@ -4843,6 +4843,7 @@ GaussGen DEBUG Property ['Name': Value] = 'BeamParameters':Gen GaussGen DEBUG Property ['Name': Value] = 'MCHeader':/Event/Gen/Header GaussGen DEBUG Property ['Name': Value] = 'RunNumber':1082 GaussGen DEBUG Property ['Name': Value] = 'FirstEventNumber':1 +GaussGen DEBUG Property ['Name': Value] = 'EvtCounter': GaussGen DEBUG Property ['Name': Value] = 'MinMemoryDelta':16 GaussGen DEBUG Property ['Name': Value] = 'MemoryPurgeLimit':-1 GaussGen DEBUG Property ['Name': Value] = 'Increment':100 @@ -5095,7 +5096,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 02:23:52 | | + | | P Y T H H III A A Now is 23 Feb 2019 at 01:47:17 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -5287,7 +5288,7 @@ Generation.MinimumBia... DEBUG Property ['Name': Value] = 'MonitorService':Mon Generation.MinimumBia... DEBUG Property ['Name': Value] = 'OutputLevel':2 Generation.MinimumBia... DEBUG Property ['Name': Value] = 'ExtraOutputs':[] Generation.MinimumBia... DEBUG Property ['Name': Value] = 'ExtraInputs':[] -Generation.MinimumBia...SUCCESS LbCRMC : Created temporary file /tmp/lbcrmc.7RTadC for generator's parameters +Generation.MinimumBia...SUCCESS LbCRMC : Created temporary file /tmp/lbcrmc.DAnftx for generator's parameters Generation.MinimumBia... DEBUG Releasing service 'RndmGenSvc' Generation.MinimumBia... DEBUG Property update for OutputLevel : new value = 2 Generation.MinimumBia... DEBUG Initialize base class GaudiCommon<AlgTool> @@ -6804,7 +6805,7 @@ Generation.MinimumBia...SUCCESS MC model: 0 (EPOS LHC) Generation.MinimumBia...SUCCESS Projectile id and momentum: 1000822080 (id), 2560 (GeV) Generation.MinimumBia...SUCCESS Target id and momentum: 2212 (id), -6500 (GeV) Generation.MinimumBia...SUCCESS Nucleon-Nucleon center-of-mass energy: 8158.43 (GeV) -Generation.MinimumBia...SUCCESS Configuration file: /tmp/lbcrmc.7RTadC +Generation.MinimumBia...SUCCESS Configuration file: /tmp/lbcrmc.DAnftx Generation.MinimumBia...SUCCESS _________________________________________________________________ Generation.MinimumBias DEBUG Registering tool ToolSvc.XmlCounterLogFile Generation.MinimumBia... DEBUG CRMCProduction::printRunningConditions called @@ -8501,6 +8502,7 @@ GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, all entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, all entries' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), first 'HistoSize' entries' GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, downscaled' desc = 'Virtual memory (kB), downscaled entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, downscaled' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), downscaled entries' +GaussGen DEBUG using internal counter for eventNumber GaussGen DEBUG using seeds [1082, 1, 2119103972, 0] GaussGen INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 2119103972, 0] GaussGen DEBUG GenInit:: The object of type 'LHCb::GenHeader' is registered in TS at address '/Event/Gen/Header' @@ -8883,32 +8885,32 @@ GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for Sens GaussGeo.Ecal DEBUG Initialize(): CollectionName='EcalHits' for SensDet='Ecal' GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for SensDet='Hcal' GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 -GaussGeo.Spd SUCCESS #Hits= 416 #SubHits= 527 #Slots= 3108 Energy= 1.74[GeV] -GaussGeo.Prs SUCCESS #Hits= 630 #SubHits= 854 #Slots= 5055 Energy= 5.64[GeV] -GaussGeo.Ecal SUCCESS #Hits= 2435 #SubHits= 5461 #Slots= 6383 Energy= 81.7[GeV] -GaussGeo.Hcal SUCCESS #Hits= 314 #SubHits= 676 #Slots= 895 Energy= 9.71[GeV] +GaussGeo.Spd SUCCESS #Hits= 418 #SubHits= 583 #Slots= 3441 Energy= 2.22[GeV] +GaussGeo.Prs SUCCESS #Hits= 576 #SubHits= 812 #Slots= 4801 Energy= 4.6[GeV] +GaussGeo.Ecal SUCCESS #Hits= 2297 #SubHits= 5029 #Slots= 5973 Energy= 73[GeV] +GaussGeo.Hcal SUCCESS #Hits= 315 #SubHits= 649 #Slots= 861 Energy= 11.3[GeV] GiGaFlush DEBUG Dump G4 event object -GiGaFlush INFO GiGaUtil::DumpG4Event 0x20931510 ************************************************** +GiGaFlush INFO GiGaUtil::DumpG4Event 0x206efbd0 ************************************************** GiGaUtil::DumpG4Event EventID : 0 GiGaUtil::DumpG4Event NumberOfPrimaryVertex : 1 - GiGaUtil::DumpG4Event #StoredTrajectories : 3395 + GiGaUtil::DumpG4Event #StoredTrajectories : 3574 GiGaUtil::DumpG4Event # of Hit Collections : 16 - GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 71 - GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 1822 - GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 678 - GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 1034 - GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 1121 - GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 981 - GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 909 - GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 6 + GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 70 + GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 1666 + GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 639 + GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 1180 + GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 732 + GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 1137 + GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 1077 + GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 5 GiGaUtil::DumpG4Event Collection: ID = 8 Name = 'CaloSPHits' SD = 'CaloSP' #Hits = 0 - GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 416 - GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 630 - GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 2435 - GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 314 - GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 679 - GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 677 - GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 1785 + GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 418 + GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 576 + GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 2297 + GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 315 + GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 832 + GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 563 + GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 1693 GiGaUtil::DumpG4Event GetDCofThisEvent : G4DCofThisEvent* points to NULL GiGaUtil::DumpG4Event IsAborted : 0 GiGaUtil::DumpG4Event GetUserInformation : G4VUserEventInformation* points to NULL @@ -8945,15 +8947,15 @@ GetMuonHits DEBUG ==> Execute GetMuonHits DEBUG GetTrackerHitsAlg:: The object of type 'ObjectVector<LHCb::MCHit>' is registered in TS at address 'MC/Muon/Hits' MainEventDataPacking DEBUG ==> Execute PackMCParticle DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Particles' -PackMCParticle DEBUG MC/Particles contains 3859 MCParticles to convert. +PackMCParticle DEBUG MC/Particles contains 4089 MCParticles to convert. PackMCParticle DEBUG PackMCParticle:: The object of type 'LHCb::PackedMCParticles' is registered in TS at address 'pSim/MCParticles' PackMCVertex DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Vertices' -PackMCVertex DEBUG MC/Vertices contains 4217 MCVertices to convert. +PackMCVertex DEBUG MC/Vertices contains 4478 MCVertices to convert. PackMCVertex DEBUG PackMCVertex:: The object of type 'LHCb::PackedMCVertices' is registered in TS at address 'pSim/MCVertices' PackMCVertex DEBUG time 2.22507e-308 set to zero for vertex 286 of type Unknown SimMonitor DEBUG ==> Execute -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 3859 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 4217 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 4089 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 4478 CompareMCParticle WARNING CompareMCParticle:: Packed MCParticle info truncated. Set VERBOSE OutputLevel for details StatusCode=FAILURE ApplicationMgr INFO Application Manager Stopped successfully GaussGen DEBUG Delete BeamForInitialization @@ -9098,26 +9100,26 @@ GetOTHits DEBUG Services to release : GiGa GiGaKine GetOTHits DEBUG Releasing service 'GiGa' GetOTHits DEBUG Releasing service 'GiGaKine' GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 2155.00 +-46.42 (100.00 +-0.00%) Rich2 = 1890.00 +-43.47 (100.00 +-0.00%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 1912.00 +-43.73 (100.00 +-0.00%) Rich2 = 2214.00 +-47.05 (100.00 +-0.00%) GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 1506.00 +-38.81 ( 69.88 +-0.99%) Rich2 = 976.00 +-31.24 ( 51.64 +-1.15%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 84.00 +- 9.17 ( 3.90 +-0.42%) Rich2 = 13.00 +- 3.61 ( 0.69 +-0.19%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 504.00 +-22.45 ( 23.39 +-0.91%) Rich2 = 246.00 +-15.68 ( 13.02 +-0.77%) -GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 930.00 +-30.50 ( 48.64 +-1.14%) Rich2 = 906.00 +-30.10 ( 40.92 +-1.04%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 93.00 +- 9.64 ( 4.86 +-0.49%) Rich2 = 19.00 +- 4.36 ( 0.86 +-0.20%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 854.00 +-29.22 ( 44.67 +-1.14%) Rich2 = 703.00 +-26.51 ( 31.75 +-0.99%) +GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 3.00 +- 1.73 ( 0.16 +-0.09%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 610.00 +-24.70 ( 32.28 +-1.08%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 140.00 +-11.83 ( 6.50 +-0.53%) Rich2 = 100.00 +-10.00 ( 5.29 +-0.51%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 105.00 +-10.25 ( 4.87 +-0.46%) Rich2 = 84.00 +- 9.17 ( 4.44 +-0.47%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 552.00 +-23.49 ( 24.93 +-0.92%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 188.00 +-13.71 ( 9.83 +-0.68%) Rich2 = 178.00 +-13.34 ( 8.04 +-0.58%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 151.00 +-12.29 ( 7.90 +-0.62%) Rich2 = 128.00 +-11.31 ( 5.78 +-0.50%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 68.00 +- 8.25 ( 3.16 +-0.38%) Rich2 = 38.00 +- 6.16 ( 2.01 +-0.32%) -GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 70.00 +- 8.37 ( 3.66 +-0.43%) Rich2 = 96.00 +- 9.80 ( 4.34 +-0.43%) +GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 2.00 +- 1.41 ( 0.09 +-0.06%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 1506.00 +-38.81 ( 69.88 +-0.99%) Rich2Gas = 976.00 +-31.24 ( 51.64 +-1.15%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 930.00 +-30.50 ( 48.64 +-1.14%) Rich2Gas = 906.00 +-30.10 ( 40.92 +-1.04%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : @@ -9137,14 +9139,16 @@ GetRichHits INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHits INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 1567.00 +- 39.59 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 1631.00 +- 40.39 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 97.00 +- 9.85 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 750.00 +- 27.39 / event -GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 68.00 +- 8.25 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 175.00 +- 13.23 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 13.00 +- 3.61 / event -GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 8.00 +- 2.83 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 962.00 +- 31.02 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 1492.00 +- 38.63 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 112.00 +- 10.58 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 1557.00 +- 39.46 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 3.00 +- 1.73 / event +GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 55.00 +- 7.42 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 178.00 +- 13.34 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 18.00 +- 4.24 / event +GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 18.00 +- 4.24 / event +GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 2.00 +- 1.41 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 RichHits DEBUG Finalize base class GaudiAlgorithm RichHits DEBUG Tools to release : @@ -9192,46 +9196,46 @@ PackMCVertex SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/ PackMCVertex SUCCESS #WARNINGS = 1 Message = 'PackedVertex.tof underflow, set to 0.' MCVeloHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1822 | 1822.0 | 0.0000 | 1822.0 | 1822.0 | + | "# PackedData" | 1 | 1666 | 1666.0 | 0.0000 | 1666.0 | 1666.0 | MCPuVetoHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 71 | 71.000 | 0.0000 | 71.000 | 71.000 | + | "# PackedData" | 1 | 70 | 70.000 | 0.0000 | 70.000 | 70.000 | MCTTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 678 | 678.00 | 0.0000 | 678.00 | 678.00 | + | "# PackedData" | 1 | 639 | 639.00 | 0.0000 | 639.00 | 639.00 | MCITHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 677 | 677.00 | 0.0000 | 677.00 | 677.00 | + | "# PackedData" | 1 | 563 | 563.00 | 0.0000 | 563.00 | 563.00 | MCOTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1785 | 1785.0 | 0.0000 | 1785.0 | 1785.0 | + | "# PackedData" | 1 | 1693 | 1693.0 | 0.0000 | 1693.0 | 1693.0 | MCMuonHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 679 | 679.00 | 0.0000 | 679.00 | 679.00 | + | "# PackedData" | 1 | 832 | 832.00 | 0.0000 | 832.00 | 832.00 | MCPrsHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 5055 | 5055.0 | 0.0000 | 5055.0 | 5055.0 | + | "# PackedData" | 1 | 4801 | 4801.0 | 0.0000 | 4801.0 | 4801.0 | MCSpdHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 3108 | 3108.0 | 0.0000 | 3108.0 | 3108.0 | + | "# PackedData" | 1 | 3441 | 3441.0 | 0.0000 | 3441.0 | 3441.0 | MCEcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 6383 | 6383.0 | 0.0000 | 6383.0 | 6383.0 | + | "# PackedData" | 1 | 5973 | 5973.0 | 0.0000 | 5973.0 | 5973.0 | MCHcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 895 | 895.00 | 0.0000 | 895.00 | 895.00 | + | "# PackedData" | 1 | 861 | 861.00 | 0.0000 | 861.00 | 861.00 | MCRichHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 4045 | 4045.0 | 0.0000 | 4045.0 | 4045.0 | + | "# PackedData" | 1 | 4126 | 4126.0 | 0.0000 | 4126.0 | 4126.0 | MCRichOpPhotPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 4045 | 4045.0 | 0.0000 | 4045.0 | 4045.0 | + | "# PackedData" | 1 | 4126 | 4126.0 | 0.0000 | 4126.0 | 4126.0 | MCRichSegmentPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 264 | 264.00 | 0.0000 | 264.00 | 264.00 | + | "# PackedData" | 1 | 271 | 271.00 | 0.0000 | 271.00 | 271.00 | MCRichTrackPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 230 | 230.00 | 0.0000 | 230.00 | 230.00 | + | "# PackedData" | 1 | 228 | 228.00 | 0.0000 | 228.00 | 228.00 | MainEventDataPacking DEBUG Finalize base class GaudiAlgorithm MainEventDataPacking DEBUG Tools to release : MainEventDataPacking DEBUG Services to release : @@ -9241,42 +9245,42 @@ MakeMainSim DEBUG Services to release : VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 1822+/-0 -VeloGaussMoni INFO | Number of PileUpMCHits/Event: 71+/-0 +VeloGaussMoni INFO | Number of MCHits/Event: 1666+/-0 +VeloGaussMoni INFO | Number of PileUpMCHits/Event: 70+/-0 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 678 -TTHitMonitor INFO Mean beta * gamma: 1775.29 -TTHitMonitor INFO Most Probable deposited charge: 0.153179 -TTHitMonitor INFO Half Sample width 0.0587879 +TTHitMonitor INFO #hits per event: 639 +TTHitMonitor INFO Mean beta * gamma: 809.922 +TTHitMonitor INFO Most Probable deposited charge: 0.156442 +TTHitMonitor INFO Half Sample width 0.0626384 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 60 | 60 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 678 | 1203646 | 1775.3 | 7840.8 | 0.011269 | 72590. | - | "numberHits" | 1 | 678 | 678.00 | 0.0000 | 678.00 | 678.00 | + | "DeltaRay" | 44 | 44 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 639 | 517540 | 809.92 | 2470.4 | 0.011955 | 26336. | + | "numberHits" | 1 | 639 | 639.00 | 0.0000 | 639.00 | 639.00 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 677 -ITHitMonitor INFO Mean beta * gamma: 3250.01 -ITHitMonitor INFO Most Probable deposited charge: 0.12089 -ITHitMonitor INFO Half Sample width 0.0423736 +ITHitMonitor INFO #hits per event: 563 +ITHitMonitor INFO Mean beta * gamma: 1139.14 +ITHitMonitor INFO Most Probable deposited charge: 0.121234 +ITHitMonitor INFO Half Sample width 0.0358423 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 30 | 30 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 677 | 2200256 | 3250.0 | 12305. | 0.17242 | 72590. | - | "numberHits" | 1 | 677 | 677.00 | 0.0000 | 677.00 | 677.00 | + | "DeltaRay" | 40 | 40 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 563 | 641335.6 | 1139.1 | 6834.8 | 0.13580 | 76242. | + | "numberHits" | 1 | 563 | 563.00 | 0.0000 | 563.00 | 563.00 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 1785 -OTHitMonitor INFO Mean beta * gamma: 1185.05 -OTHitMonitor INFO Most Probable deposited charge: 0.198505 -OTHitMonitor INFO Half Sample width 0.0913482 +OTHitMonitor INFO #hits per event: 1693 +OTHitMonitor INFO Mean beta * gamma: 1621.13 +OTHitMonitor INFO Most Probable deposited charge: 0.202185 +OTHitMonitor INFO Half Sample width 0.0844028 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 112 | 112 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1785 | 2115315 | 1185.1 | 5408.4 | 0.0094843 | 52542. | - | "numberHits" | 1 | 1785 | 1785.0 | 0.0000 | 1785.0 | 1785.0 | + | "DeltaRay" | 154 | 154 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1693 | 2744574 | 1621.1 | 7461.6 | 0.0050580 | 75937. | + | "numberHits" | 1 | 1693 | 1693.0 | 0.0000 | 1693.0 | 1693.0 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -9285,376 +9289,376 @@ MuonHitChecker INFO ------------------------------------------------ MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 139.000 18.000 12.000 18.000 0.000 R1 -MuonHitChecker INFO 158.000 16.000 2.000 6.000 0.000 R2 -MuonHitChecker INFO 137.000 13.000 1.000 0.000 0.000 R3 -MuonHitChecker INFO 150.000 9.000 0.000 0.000 0.000 R4 +MuonHitChecker INFO 190.000 87.000 16.000 4.000 9.000 R1 +MuonHitChecker INFO 174.000 42.000 11.000 0.000 0.000 R2 +MuonHitChecker INFO 131.000 4.000 1.000 0.000 0.000 R3 +MuonHitChecker INFO 151.000 12.000 0.000 0.000 0.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 584.000 56.000 15.000 24.000 0.000 allR +MuonHitChecker INFO 646.000 145.000 28.000 4.000 9.000 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 CompareMCParticle SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 CompareMCParticle SUCCESS #WARNINGS = 1 Message = 'Packed MCParticle info truncated. Set VERBOSE OutputLevel for details' UnpackPuVetoHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 71 | 71.000 | 0.0000 | 71.000 | 71.000 | + | "# UnPackedData" | 1 | 70 | 70.000 | 0.0000 | 70.000 | 70.000 | CheckPuVetoHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 71 |2.137217e-06 | 3.0102e-08 | 2.8414e-07 | -4.8785e-07 | 4.9031e-07 | - | "Diff. - Displacement y" | 71 |-1.335648e-06 |-1.8812e-08 | 2.8113e-07 | -4.9015e-07 | 4.9232e-07 | - | "Diff. - Displacement z" | 71 |1.514052e-06 | 2.1325e-08 | 2.6655e-07 | -4.4078e-07 | 4.9814e-07 | - | "Diff. - Energy" | 71 |-7.310597e-07 |-1.0297e-08 | 5.7459e-07 | -9.8453e-07 | 9.9641e-07 | - | "Diff. - Entry Point x" | 71 |-0.0001972522 |-2.7782e-06 | 2.4445e-05 | -4.4952e-05 | 4.8330e-05 | - | "Diff. - Entry Point y" | 71 |-0.0003071992 |-4.3267e-06 | 2.7660e-05 | -4.9097e-05 | 4.9484e-05 | - | "Diff. - Entry Point z" | 71 |-0.0002258871 |-3.1815e-06 | 2.5259e-05 | -4.7832e-05 | 4.9328e-05 | - | "Diff. - Parent |P|" | 71 | 0.03367183 | 0.00047425 | 0.0027661 | -0.0049609 | 0.0049659 | - | "Diff. - TOF" | 71 |6.243031e-05 | 8.7930e-07 | 2.7479e-06 | -4.9384e-06 | 4.7364e-06 | - | "Original - Displacement x" | 71 | 0.1441421 | 0.0020302 | 0.026267 | -0.051536 | 0.061062 | - | "Original - Displacement y" | 71 |-0.06516034 |-0.00091775 | 0.024300 | -0.099478 | 0.048341 | - | "Original - Displacement z" | 71 | -21.29937 | -0.29999 | 0.00016609 | -0.30036 | -0.29953 | - | "Original - Energy" | 71 | 9.911033 | 0.13959 | 0.21902 | 0.070124 | 1.8393 | - | "Original - Entry Point x" | 71 | 243.0809 | 3.4237 | 19.729 | -37.388 | 42.860 | - | "Original - Entry Point y" | 71 | 47.56589 | 0.66994 | 15.563 | -38.454 | 33.177 | - | "Original - Entry Point z" | 71 | -18747.71 | -264.05 | 40.987 | -315.91 | -218.98 | - | "Original - Parent |P|" | 71 | 346900 | 4885.9 | 5662.6 | 261.65 | 36087. | - | "Original - TOF" | 71 | 57.49174 | 0.80974 | 0.13968 | 0.64063 | 1.0666 | - | "Unpacked - Displacement x" | 71 | 0.14414 | 0.0020301 | 0.026267 | -0.051536 | 0.061062 | - | "Unpacked - Displacement y" | 71 | -0.065159 |-0.00091773 | 0.024300 | -0.099478 | 0.048341 | - | "Unpacked - Displacement z" | 71 | -21.29937 | -0.29999 | 0.00016607 | -0.30036 | -0.29953 | - | "Unpacked - Energy" | 71 | 9.911034 | 0.13959 | 0.21902 | 0.070124 | 1.8393 | - | "Unpacked - Entry Point x" | 71 | 243.0811 | 3.4237 | 19.729 | -37.388 | 42.860 | - | "Unpacked - Entry Point y" | 71 | 47.5662 | 0.66995 | 15.563 | -38.454 | 33.177 | - | "Unpacked - Entry Point z" | 71 | -18747.71 | -264.05 | 40.987 | -315.91 | -218.98 | - | "Unpacked - Parent |P|" | 71 | 346900 | 4885.9 | 5662.6 | 261.65 | 36087. | - | "Unpacked - TOF" | 71 | 57.49168 | 0.80974 | 0.13968 | 0.64063 | 1.0666 | + | "Diff. - Displacement x" | 70 |-7.975877e-07 |-1.1394e-08 | 2.7058e-07 | -4.8320e-07 | 4.9860e-07 | + | "Diff. - Displacement y" | 70 |-3.749107e-06 |-5.3559e-08 | 2.6408e-07 | -4.8821e-07 | 4.9168e-07 | + | "Diff. - Displacement z" | 70 |-1.780661e-06 |-2.5438e-08 | 2.6309e-07 | -4.5965e-07 | 4.8945e-07 | + | "Diff. - Energy" | 70 |-2.127426e-06 |-3.0392e-08 | 5.2690e-07 | -9.2464e-07 | 9.8863e-07 | + | "Diff. - Entry Point x" | 70 |-0.0003142007 |-4.4886e-06 | 2.8696e-05 | -4.8944e-05 | 4.5180e-05 | + | "Diff. - Entry Point y" | 70 |-0.0004192268 |-5.9890e-06 | 2.9799e-05 | -4.9462e-05 | 4.8621e-05 | + | "Diff. - Entry Point z" | 70 |0.0004902902 | 7.0041e-06 | 2.6124e-05 | -4.7334e-05 | 4.9378e-05 | + | "Diff. - Parent |P|" | 70 |-0.004540352 |-6.4862e-05 | 0.0031202 | -0.0049379 | 0.0048109 | + | "Diff. - TOF" | 70 |2.478414e-06 | 3.5406e-08 | 2.9168e-06 | -4.8531e-06 | 4.4992e-06 | + | "Original - Displacement x" | 70 | 0.0911222 | 0.0013017 | 0.026150 | -0.051316 | 0.060855 | + | "Original - Displacement y" | 70 | 0.1668093 | 0.0023830 | 0.021965 | -0.056258 | 0.054592 | + | "Original - Displacement z" | 70 | -20.99844 | -0.29998 | 0.00017387 | -0.30036 | -0.29949 | + | "Original - Energy" | 70 | 7.284462 | 0.10406 | 0.047010 | 0.067432 | 0.38316 | + | "Original - Entry Point x" | 70 | 224.6454 | 3.2092 | 19.527 | -38.251 | 42.749 | + | "Original - Entry Point y" | 70 | 209.97 | 2.9996 | 15.289 | -37.885 | 35.214 | + | "Original - Entry Point z" | 70 | -18707.53 | -267.25 | 41.215 | -315.91 | -218.98 | + | "Original - Parent |P|" | 70 | 325994.2 | 4657.1 | 5554.1 | 230.47 | 36087. | + | "Original - TOF" | 70 | 57.60136 | 0.82288 | 0.14314 | 0.64169 | 1.1040 | + | "Unpacked - Displacement x" | 70 | 0.091123 | 0.0013018 | 0.026150 | -0.051316 | 0.060855 | + | "Unpacked - Displacement y" | 70 | 0.166813 | 0.0023830 | 0.021965 | -0.056258 | 0.054592 | + | "Unpacked - Displacement z" | 70 | -20.99843 | -0.29998 | 0.00017384 | -0.30035 | -0.29949 | + | "Unpacked - Energy" | 70 | 7.284464 | 0.10406 | 0.047010 | 0.067432 | 0.38316 | + | "Unpacked - Entry Point x" | 70 | 224.6457 | 3.2092 | 19.527 | -38.251 | 42.749 | + | "Unpacked - Entry Point y" | 70 | 209.9704 | 2.9996 | 15.289 | -37.885 | 35.214 | + | "Unpacked - Entry Point z" | 70 | -18707.53 | -267.25 | 41.215 | -315.91 | -218.98 | + | "Unpacked - Parent |P|" | 70 | 325994.2 | 4657.1 | 5554.1 | 230.47 | 36087. | + | "Unpacked - TOF" | 70 | 57.60136 | 0.82288 | 0.14314 | 0.64169 | 1.1040 | UnpackVeloHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1822 | 1822.0 | 0.0000 | 1822.0 | 1822.0 | + | "# UnPackedData" | 1 | 1666 | 1666.0 | 0.0000 | 1666.0 | 1666.0 | CheckVeloHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1822 |-1.021529e-05 |-5.6066e-09 | 2.8591e-07 | -4.9993e-07 | 4.9929e-07 | - | "Diff. - Displacement y" | 1822 |1.286299e-05 | 7.0598e-09 | 2.8724e-07 | -4.9997e-07 | 4.9983e-07 | - | "Diff. - Displacement z" | 1822 |2.054004e-06 | 1.1273e-09 | 2.8883e-07 | -4.9968e-07 | 4.9983e-07 | - | "Diff. - Energy" | 1822 |3.823984e-05 | 2.0988e-08 | 5.7819e-07 | -9.9882e-07 | 9.9869e-07 | - | "Diff. - Entry Point x" | 1822 |0.0002208762 | 1.2123e-07 | 2.9169e-05 | -4.9952e-05 | 4.9943e-05 | - | "Diff. - Entry Point y" | 1822 |-5.961074e-06 |-3.2717e-09 | 2.9166e-05 | -4.9953e-05 | 4.9921e-05 | - | "Diff. - Entry Point z" | 1822 |0.0006870477 | 3.7708e-07 | 2.8698e-05 | -4.9779e-05 | 4.9995e-05 | - | "Diff. - Parent |P|" | 1822 | 0.09428193 | 5.1746e-05 | 0.0028953 | -0.0049999 | 0.0049985 | - | "Diff. - TOF" | 1822 |-0.0001630033 |-8.9464e-08 | 2.9420e-06 | -4.9896e-06 | 4.9902e-06 | - | "Original - Displacement x" | 1822 | 6.121658 | 0.0033599 | 0.19476 | -1.8047 | 6.7205 | - | "Original - Displacement y" | 1822 | -15.58259 | -0.0085525 | 0.17007 | -4.7922 | 0.91107 | - | "Original - Displacement z" | 1822 | 279.3307 | 0.15331 | 0.24696 | -0.30136 | 0.30130 | - | "Original - Energy" | 1822 | 412.6928 | 0.22651 | 0.77659 | 0.00019991 | 11.841 | - | "Original - Entry Point x" | 1822 | 4832.019 | 2.6520 | 15.969 | -41.978 | 43.581 | - | "Original - Entry Point y" | 1822 | -1248.266 | -0.68511 | 17.775 | -43.044 | 42.822 | - | "Original - Entry Point z" | 1822 | 412511.3 | 226.41 | 290.65 | -175.79 | 751.00 | - | "Original - Parent |P|" | 1822 |1.147418e+07 | 6297.6 | 12186. | 1.5535 | 81736. | - | "Original - TOF" | 1822 | 1821.09 | 0.99950 | 0.83571 | 0.045374 | 3.1512 | - | "Unpacked - Displacement x" | 1822 | 6.121668 | 0.0033599 | 0.19476 | -1.8047 | 6.7205 | - | "Unpacked - Displacement y" | 1822 | -15.5826 | -0.0085525 | 0.17007 | -4.7922 | 0.91107 | - | "Unpacked - Displacement z" | 1822 | 279.3307 | 0.15331 | 0.24696 | -0.30136 | 0.30130 | - | "Unpacked - Energy" | 1822 | 412.6928 | 0.22651 | 0.77659 | 0.00020000 | 11.841 | - | "Unpacked - Entry Point x" | 1822 | 4832.019 | 2.6520 | 15.969 | -41.978 | 43.581 | - | "Unpacked - Entry Point y" | 1822 | -1248.266 | -0.68511 | 17.775 | -43.044 | 42.822 | - | "Unpacked - Entry Point z" | 1822 | 412511.3 | 226.41 | 290.65 | -175.79 | 751.00 | - | "Unpacked - Parent |P|" | 1822 |1.147418e+07 | 6297.6 | 12186. | 1.5500 | 81736. | - | "Unpacked - TOF" | 1822 | 1821.09 | 0.99950 | 0.83571 | 0.045370 | 3.1512 | + | "Diff. - Displacement x" | 1666 |4.48247e-06 | 2.6906e-09 | 2.9011e-07 | -4.9991e-07 | 4.9980e-07 | + | "Diff. - Displacement y" | 1666 |-2.003861e-05 |-1.2028e-08 | 2.9166e-07 | -4.9924e-07 | 4.9972e-07 | + | "Diff. - Displacement z" | 1666 |-9.968012e-06 |-5.9832e-09 | 2.8568e-07 | -4.9943e-07 | 4.9908e-07 | + | "Diff. - Energy" | 1666 |-8.459013e-06 |-5.0774e-09 | 5.6966e-07 | -9.9665e-07 | 9.9987e-07 | + | "Diff. - Entry Point x" | 1666 |0.0007242795 | 4.3474e-07 | 2.8699e-05 | -4.9669e-05 | 4.9976e-05 | + | "Diff. - Entry Point y" | 1666 |0.001856798 | 1.1145e-06 | 2.8961e-05 | -4.9995e-05 | 4.9952e-05 | + | "Diff. - Entry Point z" | 1666 |-0.0005424774 |-3.2562e-07 | 2.8963e-05 | -4.9999e-05 | 4.9884e-05 | + | "Diff. - Parent |P|" | 1666 | 0.02790945 | 1.6752e-05 | 0.0028851 | -0.0049931 | 0.0049940 | + | "Diff. - TOF" | 1666 |0.0001562099 | 9.3763e-08 | 2.8452e-06 | -4.9916e-06 | 4.9990e-06 | + | "Original - Displacement x" | 1666 | 5.676389 | 0.0034072 | 0.20797 | -0.89193 | 7.6172 | + | "Original - Displacement y" | 1666 | -6.282252 | -0.0037709 | 0.16798 | -5.4881 | 0.78684 | + | "Original - Displacement z" | 1666 | 278.1617 | 0.16696 | 0.24292 | -0.30139 | 0.30138 | + | "Original - Energy" | 1666 | 248.3932 | 0.14910 | 0.32021 | 0.0011932 | 7.6383 | + | "Original - Entry Point x" | 1666 | 3529.656 | 2.1186 | 16.082 | -42.250 | 44.859 | + | "Original - Entry Point y" | 1666 | -196.5349 | -0.11797 | 17.315 | -43.556 | 42.339 | + | "Original - Entry Point z" | 1666 | 358911.9 | 215.43 | 282.21 | -175.94 | 751.30 | + | "Original - Parent |P|" | 1666 |1.063246e+07 | 6382.0 | 12397. | 2.2501 | 81740. | + | "Original - TOF" | 1666 | 1574.663 | 0.94518 | 0.82376 | 0.045374 | 3.2387 | + | "Unpacked - Displacement x" | 1666 | 5.676385 | 0.0034072 | 0.20797 | -0.89192 | 7.6172 | + | "Unpacked - Displacement y" | 1666 | -6.282232 | -0.0037708 | 0.16798 | -5.4881 | 0.78684 | + | "Unpacked - Displacement z" | 1666 | 278.1617 | 0.16696 | 0.24292 | -0.30139 | 0.30138 | + | "Unpacked - Energy" | 1666 | 248.3932 | 0.14910 | 0.32021 | 0.0011940 | 7.6383 | + | "Unpacked - Entry Point x" | 1666 | 3529.656 | 2.1186 | 16.082 | -42.250 | 44.859 | + | "Unpacked - Entry Point y" | 1666 | -196.5368 | -0.11797 | 17.315 | -43.556 | 42.339 | + | "Unpacked - Entry Point z" | 1666 | 358911.9 | 215.43 | 282.21 | -175.94 | 751.30 | + | "Unpacked - Parent |P|" | 1666 |1.063246e+07 | 6382.0 | 12397. | 2.2500 | 81740. | + | "Unpacked - TOF" | 1666 | 1574.662 | 0.94518 | 0.82376 | 0.045370 | 3.2387 | UnpackTTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 678 | 678.00 | 0.0000 | 678.00 | 678.00 | + | "# UnPackedData" | 1 | 639 | 639.00 | 0.0000 | 639.00 | 639.00 | CheckTTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 678 |1.000199e-05 | 1.4752e-08 | 2.7944e-07 | -4.9821e-07 | 4.9744e-07 | - | "Diff. - Displacement y" | 678 |-8.528807e-06 |-1.2579e-08 | 3.0261e-07 | -4.9908e-07 | 4.9903e-07 | - | "Diff. - Displacement z" | 678 |1.750879e-06 | 2.5824e-09 | 1.2127e-07 | -4.9361e-07 | 4.9361e-07 | - | "Diff. - Energy" | 678 |-5.073464e-06 |-7.4830e-09 | 5.8383e-07 | -9.9897e-07 | 9.9592e-07 | - | "Diff. - Entry Point x" | 678 |-0.001152277 |-1.6995e-06 | 2.9313e-05 | -4.9910e-05 | 4.9947e-05 | - | "Diff. - Entry Point y" | 678 |-0.0005981513 |-8.8223e-07 | 2.8267e-05 | -4.9420e-05 | 4.9887e-05 | - | "Diff. - Entry Point z" | 678 |0.0002201902 | 3.2476e-07 | 8.9842e-06 | -4.8471e-05 | 4.9926e-05 | - | "Diff. - Parent |P|" | 678 | 0.01494248 | 2.2039e-05 | 0.0029108 | -0.0049952 | 0.0049834 | - | "Diff. - TOF" | 678 |-6.765606e-05 |-9.9788e-08 | 2.8816e-06 | -4.9830e-06 | 4.9938e-06 | - | "Original - Displacement x" | 678 | 31.76076 | 0.046845 | 0.50140 | -3.0186 | 4.8178 | - | "Original - Displacement y" | 678 | 25.65085 | 0.037833 | 0.37933 | -1.1798 | 6.7458 | - | "Original - Displacement z" | 678 | 204.0732 | 0.30099 | 0.36167 | -0.50000 | 0.50000 | - | "Original - Energy" | 678 | 232.2231 | 0.34251 | 0.99013 | 0.0015168 | 14.027 | - | "Original - Entry Point x" | 678 | 2277.722 | 3.3595 | 310.05 | -757.72 | 749.67 | - | "Original - Entry Point y" | 678 | -8786.744 | -12.960 | 239.62 | -661.52 | 648.81 | - | "Original - Entry Point z" | 678 | 1696740 | 2502.6 | 135.83 | 2322.0 | 2647.9 | - | "Original - Parent |P|" | 678 | 2914428 | 4298.6 | 11888. | 1.4228 | 81719. | - | "Original - TOF" | 678 | 7147.25 | 10.542 | 3.9514 | 7.8372 | 27.830 | - | "Unpacked - Displacement x" | 678 | 31.76075 | 0.046845 | 0.50140 | -3.0186 | 4.8178 | - | "Unpacked - Displacement y" | 678 | 25.65086 | 0.037833 | 0.37933 | -1.1798 | 6.7458 | - | "Unpacked - Displacement z" | 678 | 204.0732 | 0.30099 | 0.36167 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 678 | 232.2231 | 0.34251 | 0.99013 | 0.0015160 | 14.027 | - | "Unpacked - Entry Point x" | 678 | 2277.723 | 3.3595 | 310.05 | -757.72 | 749.67 | - | "Unpacked - Entry Point y" | 678 | -8786.744 | -12.960 | 239.62 | -661.52 | 648.81 | - | "Unpacked - Entry Point z" | 678 | 1696740 | 2502.6 | 135.83 | 2322.0 | 2647.9 | - | "Unpacked - Parent |P|" | 678 | 2914428 | 4298.6 | 11888. | 1.4200 | 81719. | - | "Unpacked - TOF" | 678 | 7147.25 | 10.542 | 3.9514 | 7.8372 | 27.830 | + | "Diff. - Displacement x" | 639 |-8.342244e-06 |-1.3055e-08 | 2.8512e-07 | -4.9812e-07 | 4.9951e-07 | + | "Diff. - Displacement y" | 639 |-5.557295e-06 |-8.6969e-09 | 2.9310e-07 | -4.9815e-07 | 4.9753e-07 | + | "Diff. - Displacement z" | 639 |-7.974344e-07 |-1.2479e-09 | 1.2217e-07 | -4.9983e-07 | 4.9983e-07 | + | "Diff. - Energy" | 639 | 1.5928e-05 | 2.4926e-08 | 5.8362e-07 | -9.9493e-07 | 9.9981e-07 | + | "Diff. - Entry Point x" | 639 |0.0005205317 | 8.1460e-07 | 2.8948e-05 | -4.9999e-05 | 4.9624e-05 | + | "Diff. - Entry Point y" | 639 |-9.04901e-05 |-1.4161e-07 | 2.8337e-05 | -4.9521e-05 | 4.9944e-05 | + | "Diff. - Entry Point z" | 639 |-0.0003915791 |-6.1280e-07 | 9.0503e-06 | -4.9377e-05 | 4.9989e-05 | + | "Diff. - Parent |P|" | 639 | 0.03779355 | 5.9145e-05 | 0.0029507 | -0.0049933 | 0.0049835 | + | "Diff. - TOF" | 639 |0.0001692378 | 2.6485e-07 | 2.8536e-06 | -4.9958e-06 | 4.9605e-06 | + | "Original - Displacement x" | 639 | 64.93268 | 0.10162 | 0.60190 | -2.7051 | 6.6919 | + | "Original - Displacement y" | 639 | -2.636548 | -0.0041261 | 0.36080 | -1.9782 | 4.1139 | + | "Original - Displacement z" | 639 | 139.72 | 0.21865 | 0.41532 | -0.50000 | 0.50000 | + | "Original - Energy" | 639 | 224.3429 | 0.35108 | 0.74288 | 0.00032013 | 8.7655 | + | "Original - Entry Point x" | 639 | 1067.296 | 1.6703 | 307.37 | -771.27 | 714.91 | + | "Original - Entry Point y" | 639 | -2412.688 | -3.7757 | 235.87 | -658.82 | 590.83 | + | "Original - Entry Point z" | 639 | 1599391 | 2503.0 | 135.28 | 2322.0 | 2648.0 | + | "Original - Parent |P|" | 639 | 2582141 | 4040.9 | 11802. | 1.4296 | 81723. | + | "Original - TOF" | 639 | 7711.281 | 12.068 | 6.0025 | 7.8372 | 36.805 | + | "Unpacked - Displacement x" | 639 | 64.93269 | 0.10162 | 0.60190 | -2.7051 | 6.6919 | + | "Unpacked - Displacement y" | 639 | -2.636542 | -0.0041260 | 0.36080 | -1.9782 | 4.1139 | + | "Unpacked - Displacement z" | 639 | 139.72 | 0.21865 | 0.41532 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 639 | 224.3429 | 0.35108 | 0.74288 | 0.00032000 | 8.7655 | + | "Unpacked - Entry Point x" | 639 | 1067.296 | 1.6703 | 307.37 | -771.27 | 714.91 | + | "Unpacked - Entry Point y" | 639 | -2412.688 | -3.7757 | 235.87 | -658.82 | 590.83 | + | "Unpacked - Entry Point z" | 639 | 1599391 | 2503.0 | 135.28 | 2322.0 | 2648.0 | + | "Unpacked - Parent |P|" | 639 | 2582141 | 4040.9 | 11802. | 1.4300 | 81723. | + | "Unpacked - TOF" | 639 | 7711.281 | 12.068 | 6.0025 | 7.8372 | 36.805 | UnpackITHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 677 | 677.00 | 0.0000 | 677.00 | 677.00 | + | "# UnPackedData" | 1 | 563 | 563.00 | 0.0000 | 563.00 | 563.00 | CheckITHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 677 |-1.007808e-06 |-1.4886e-09 | 2.8518e-07 | -4.9982e-07 | 4.9387e-07 | - | "Diff. - Displacement y" | 677 |-8.577721e-06 |-1.2670e-08 | 2.8933e-07 | -4.9166e-07 | 4.9980e-07 | - | "Diff. - Displacement z" | 677 |-1.480395e-05 |-2.1867e-08 | 2.8889e-07 | -4.9943e-07 | 4.9505e-07 | - | "Diff. - Energy" | 677 | 2.1879e-05 | 3.2318e-08 | 5.7206e-07 | -9.9550e-07 | 9.9817e-07 | - | "Diff. - Entry Point x" | 677 |0.000539697 | 7.9719e-07 | 2.8873e-05 | -4.9393e-05 | 4.9896e-05 | - | "Diff. - Entry Point y" | 677 |-0.0001565265 |-2.3121e-07 | 2.9162e-05 | -4.9821e-05 | 4.9781e-05 | - | "Diff. - Entry Point z" | 677 |-3.345751e-05 |-4.9420e-08 | 2.8871e-05 | -4.9567e-05 | 4.9895e-05 | - | "Diff. - Parent |P|" | 677 | 0.0468094 | 6.9142e-05 | 0.0029567 | -0.0049998 | 0.0049989 | - | "Diff. - TOF" | 677 |5.283082e-05 | 7.8037e-08 | 2.9112e-06 | -4.9804e-06 | 4.9977e-06 | - | "Original - Displacement x" | 677 | 3.376084 | 0.0049868 | 0.38633 | -5.4086 | 3.8057 | - | "Original - Displacement y" | 677 | -13.52384 | -0.019976 | 0.29542 | -5.7076 | 1.2238 | - | "Original - Displacement z" | 677 | 218.44 | 0.32266 | 0.18988 | -0.41152 | 0.41093 | - | "Original - Energy" | 677 | 164.6457 | 0.24320 | 0.44276 | 0.0025297 | 3.7681 | - | "Original - Entry Point x" | 677 | -17683.81 | -26.121 | 239.41 | -537.28 | 591.33 | - | "Original - Entry Point y" | 677 | -8315.103 | -12.282 | 95.958 | -215.07 | 200.59 | - | "Original - Entry Point z" | 677 | 5646363 | 8340.3 | 575.22 | 7667.7 | 9172.1 | - | "Original - Parent |P|" | 677 | 9431810 | 13932. | 18399. | 1.4699 | 81710. | - | "Original - TOF" | 677 | 19117.84 | 28.239 | 1.9791 | 25.676 | 34.774 | - | "Unpacked - Displacement x" | 677 | 3.376085 | 0.0049868 | 0.38633 | -5.4086 | 3.8057 | - | "Unpacked - Displacement y" | 677 | -13.52384 | -0.019976 | 0.29542 | -5.7076 | 1.2238 | - | "Unpacked - Displacement z" | 677 | 218.44 | 0.32266 | 0.18988 | -0.41152 | 0.41093 | - | "Unpacked - Energy" | 677 | 164.6457 | 0.24320 | 0.44276 | 0.0025300 | 3.7681 | - | "Unpacked - Entry Point x" | 677 | -17683.81 | -26.121 | 239.41 | -537.28 | 591.33 | - | "Unpacked - Entry Point y" | 677 | -8315.103 | -12.282 | 95.958 | -215.07 | 200.59 | - | "Unpacked - Entry Point z" | 677 | 5646363 | 8340.3 | 575.22 | 7667.7 | 9172.1 | - | "Unpacked - Parent |P|" | 677 | 9431810 | 13932. | 18399. | 1.4700 | 81710. | - | "Unpacked - TOF" | 677 | 19117.84 | 28.239 | 1.9791 | 25.676 | 34.774 | + | "Diff. - Displacement x" | 563 |6.167586e-07 | 1.0955e-09 | 2.8274e-07 | -4.9989e-07 | 4.9959e-07 | + | "Diff. - Displacement y" | 563 |7.443775e-08 | 1.3222e-10 | 2.8598e-07 | -4.9857e-07 | 4.9807e-07 | + | "Diff. - Displacement z" | 563 |6.224484e-06 | 1.1056e-08 | 2.9514e-07 | -4.9886e-07 | 4.9973e-07 | + | "Diff. - Energy" | 563 |1.240141e-05 | 2.2027e-08 | 5.6811e-07 | -9.8586e-07 | 9.9743e-07 | + | "Diff. - Entry Point x" | 563 |-0.0009768728 |-1.7351e-06 | 2.8613e-05 | -4.9782e-05 | 4.9998e-05 | + | "Diff. - Entry Point y" | 563 |-0.0001226861 |-2.1791e-07 | 2.8859e-05 | -4.9836e-05 | 4.9864e-05 | + | "Diff. - Entry Point z" | 563 |-3.062942e-05 |-5.4404e-08 | 2.8763e-05 | -4.9866e-05 | 4.9907e-05 | + | "Diff. - Parent |P|" | 563 |-0.05133314 |-9.1178e-05 | 0.0028306 | -0.0049779 | 0.0049871 | + | "Diff. - TOF" | 563 |8.953895e-05 | 1.5904e-07 | 2.8644e-06 | -4.9986e-06 | 4.9923e-06 | + | "Original - Displacement x" | 563 | 2.273834 | 0.0040388 | 0.29486 | -0.79931 | 5.9054 | + | "Original - Displacement y" | 563 | 0.01306507 | 2.3206e-05 | 0.13489 | -1.9258 | 0.56130 | + | "Original - Displacement z" | 563 | 199.2169 | 0.35385 | 0.12840 | -0.41674 | 0.41137 | + | "Original - Energy" | 563 | 115.8952 | 0.20585 | 0.55375 | 0.00080348 | 10.010 | + | "Original - Entry Point x" | 563 | -24844.83 | -44.129 | 267.91 | -638.86 | 633.08 | + | "Original - Entry Point y" | 563 | -12434.43 | -22.086 | 101.96 | -215.91 | 214.43 | + | "Original - Entry Point z" | 563 | 4757958 | 8451.1 | 552.41 | 7667.8 | 9172.6 | + | "Original - Parent |P|" | 563 | 9116911 | 16193. | 19764. | 1.4476 | 81709. | + | "Original - TOF" | 563 | 16036.05 | 28.483 | 2.0072 | 25.676 | 35.346 | + | "Unpacked - Displacement x" | 563 | 2.273833 | 0.0040388 | 0.29486 | -0.79930 | 5.9054 | + | "Unpacked - Displacement y" | 563 | 0.013065 | 2.3206e-05 | 0.13489 | -1.9258 | 0.56130 | + | "Unpacked - Displacement z" | 563 | 199.2169 | 0.35385 | 0.12840 | -0.41674 | 0.41137 | + | "Unpacked - Energy" | 563 | 115.8952 | 0.20585 | 0.55375 | 0.00080400 | 10.010 | + | "Unpacked - Entry Point x" | 563 | -24844.83 | -44.129 | 267.91 | -638.86 | 633.08 | + | "Unpacked - Entry Point y" | 563 | -12434.43 | -22.086 | 101.96 | -215.91 | 214.43 | + | "Unpacked - Entry Point z" | 563 | 4757958 | 8451.1 | 552.41 | 7667.8 | 9172.6 | + | "Unpacked - Parent |P|" | 563 | 9116911 | 16193. | 19764. | 1.4500 | 81709. | + | "Unpacked - TOF" | 563 | 16036.05 | 28.483 | 2.0072 | 25.676 | 35.346 | UnpackOTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1785 | 1785.0 | 0.0000 | 1785.0 | 1785.0 | + | "# UnPackedData" | 1 | 1693 | 1693.0 | 0.0000 | 1693.0 | 1693.0 | CheckOTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1785 |2.42634e-06 | 1.3593e-09 | 2.8985e-07 | -4.9971e-07 | 4.9946e-07 | - | "Diff. - Displacement y" | 1785 |3.317107e-05 | 1.8583e-08 | 2.9337e-07 | -4.9990e-07 | 4.9896e-07 | - | "Diff. - Displacement z" | 1785 |1.12347e-07 | 6.2939e-11 | 2.8702e-07 | -4.9971e-07 | 4.9883e-07 | - | "Diff. - Energy" | 1785 |3.163162e-06 | 1.7721e-09 | 5.8825e-07 | -9.9745e-07 | 9.9979e-07 | - | "Diff. - Entry Point x" | 1785 |1.974611e-05 | 1.1062e-08 | 2.8627e-05 | -4.9968e-05 | 4.9943e-05 | - | "Diff. - Entry Point y" | 1785 |0.0001640694 | 9.1916e-08 | 2.8691e-05 | -4.9908e-05 | 4.9990e-05 | - | "Diff. - Entry Point z" | 1785 |-7.19666e-05 |-4.0317e-08 | 2.8542e-05 | -4.9980e-05 | 4.9927e-05 | - | "Diff. - Parent |P|" | 1785 | -0.1574311 |-8.8197e-05 | 0.0028811 | -0.0049938 | 0.0049966 | - | "Diff. - TOF" | 1785 |3.841784e-05 | 2.1523e-08 | 2.8947e-06 | -4.9985e-06 | 4.9904e-06 | - | "Original - Displacement x" | 1785 | 1589.268 | 0.89035 | 11.975 | -129.73 | 170.58 | - | "Original - Displacement y" | 1785 | -352.0641 | -0.19723 | 7.3184 | -98.974 | 78.395 | - | "Original - Displacement z" | 1785 | 11960.42 | 6.7005 | 6.9330 | -10.845 | 11.012 | - | "Original - Energy" | 1785 | 646.0836 | 0.36195 | 0.47590 | 0.00010104 | 4.6125 | - | "Original - Entry Point x" | 1785 | 401389.4 | 224.87 | 1285.5 | -3062.5 | 3116.9 | - | "Original - Entry Point y" | 1785 | 157989.6 | 88.510 | 815.97 | -2403.3 | 2368.3 | - | "Original - Entry Point z" | 1785 |1.540386e+07 | 8629.6 | 560.73 | 7848.3 | 9414.2 | - | "Original - Parent |P|" | 1785 | 5999832 | 3361.3 | 7632.4 | 1.4361 | 77881. | - | "Original - TOF" | 1785 | 60947.24 | 34.144 | 11.485 | 26.319 | 119.83 | - | "Unpacked - Displacement x" | 1785 | 1589.268 | 0.89035 | 11.975 | -129.73 | 170.58 | - | "Unpacked - Displacement y" | 1785 | -352.0641 | -0.19723 | 7.3184 | -98.974 | 78.395 | - | "Unpacked - Displacement z" | 1785 | 11960.42 | 6.7005 | 6.9330 | -10.845 | 11.012 | - | "Unpacked - Energy" | 1785 | 646.0836 | 0.36195 | 0.47590 | 0.00010200 | 4.6125 | - | "Unpacked - Entry Point x" | 1785 | 401389.4 | 224.87 | 1285.5 | -3062.5 | 3116.9 | - | "Unpacked - Entry Point y" | 1785 | 157989.6 | 88.510 | 815.97 | -2403.3 | 2368.3 | - | "Unpacked - Entry Point z" | 1785 |1.540386e+07 | 8629.6 | 560.73 | 7848.3 | 9414.2 | - | "Unpacked - Parent |P|" | 1785 | 5999832 | 3361.3 | 7632.4 | 1.4400 | 77881. | - | "Unpacked - TOF" | 1785 | 60947.24 | 34.144 | 11.485 | 26.319 | 119.83 | + | "Diff. - Displacement x" | 1693 |-1.579802e-05 |-9.3314e-09 | 2.9369e-07 | -4.9852e-07 | 4.9968e-07 | + | "Diff. - Displacement y" | 1693 |5.677505e-06 | 3.3535e-09 | 2.9157e-07 | -4.9978e-07 | 4.9978e-07 | + | "Diff. - Displacement z" | 1693 |1.666798e-05 | 9.8452e-09 | 2.8710e-07 | -4.9944e-07 | 4.9923e-07 | + | "Diff. - Energy" | 1693 |2.931329e-05 | 1.7314e-08 | 5.7422e-07 | -9.9913e-07 | 9.9860e-07 | + | "Diff. - Entry Point x" | 1693 |-0.001841463 |-1.0877e-06 | 2.8307e-05 | -4.9950e-05 | 4.9853e-05 | + | "Diff. - Entry Point y" | 1693 |-0.0005507368 |-3.2530e-07 | 2.8796e-05 | -4.9904e-05 | 4.9861e-05 | + | "Diff. - Entry Point z" | 1693 |0.0003219424 | 1.9016e-07 | 2.8165e-05 | -4.9812e-05 | 4.9952e-05 | + | "Diff. - Parent |P|" | 1693 | 0.1048599 | 6.1937e-05 | 0.0028456 | -0.0049926 | 0.0049810 | + | "Diff. - TOF" | 1693 |-2.688573e-05 |-1.5881e-08 | 2.9306e-06 | -4.9930e-06 | 4.9986e-06 | + | "Original - Displacement x" | 1693 | 859.1229 | 0.50746 | 10.697 | -77.097 | 132.43 | + | "Original - Displacement y" | 1693 | 407.9909 | 0.24099 | 5.7523 | -70.100 | 54.357 | + | "Original - Displacement z" | 1693 | 9876.042 | 5.8335 | 7.7945 | -10.983 | 10.856 | + | "Original - Energy" | 1693 | 497.8512 | 0.29406 | 0.34797 | 0.00098470 | 5.7087 | + | "Original - Entry Point x" | 1693 | 312262.1 | 184.44 | 1260.3 | -3085.5 | 3010.1 | + | "Original - Entry Point y" | 1693 | -60398.41 | -35.675 | 790.85 | -2276.0 | 2239.0 | + | "Original - Entry Point z" | 1693 |1.462624e+07 | 8639.2 | 570.42 | 7847.9 | 9413.8 | + | "Original - Parent |P|" | 1693 | 6168523 | 3643.5 | 9131.7 | 1.4226 | 77891. | + | "Original - TOF" | 1693 | 57966.05 | 34.239 | 11.534 | 26.303 | 136.92 | + | "Unpacked - Displacement x" | 1693 | 859.1229 | 0.50746 | 10.697 | -77.097 | 132.43 | + | "Unpacked - Displacement y" | 1693 | 407.9909 | 0.24099 | 5.7523 | -70.100 | 54.357 | + | "Unpacked - Displacement z" | 1693 | 9876.042 | 5.8335 | 7.7945 | -10.983 | 10.856 | + | "Unpacked - Energy" | 1693 | 497.8512 | 0.29406 | 0.34797 | 0.00098400 | 5.7087 | + | "Unpacked - Entry Point x" | 1693 | 312262.1 | 184.44 | 1260.3 | -3085.5 | 3010.1 | + | "Unpacked - Entry Point y" | 1693 | -60398.41 | -35.675 | 790.85 | -2276.0 | 2239.0 | + | "Unpacked - Entry Point z" | 1693 |1.462624e+07 | 8639.2 | 570.42 | 7847.9 | 9413.8 | + | "Unpacked - Parent |P|" | 1693 | 6168523 | 3643.5 | 9131.7 | 1.4200 | 77891. | + | "Unpacked - TOF" | 1693 | 57966.05 | 34.239 | 11.534 | 26.303 | 136.92 | UnpackRichHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 4045 | 4045.0 | 0.0000 | 4045.0 | 4045.0 | + | "# UnPackedData" | 1 | 4126 | 4126.0 | 0.0000 | 4126.0 | 4126.0 | UnpackRichOpPhot SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 4045 | 4045.0 | 0.0000 | 4045.0 | 4045.0 | + | "# UnPackedData" | 1 | 4126 | 4126.0 | 0.0000 | 4126.0 | 4126.0 | UnpackRichSegments SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 264 | 264.00 | 0.0000 | 264.00 | 264.00 | + | "# UnPackedData" | 1 | 271 | 271.00 | 0.0000 | 271.00 | 271.00 | UnpackRichTracks SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 230 | 230.00 | 0.0000 | 230.00 | 230.00 | + | "# UnPackedData" | 1 | 228 | 228.00 | 0.0000 | 228.00 | 228.00 | CheckRichHits SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 4045 |-2.806783e-14 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | - | "Diff. - Entry Point x" | 4045 |-0.0003465044 |-8.5662e-08 | 2.8576e-05 | -4.9990e-05 | 4.9997e-05 | - | "Diff. - Entry Point y" | 4045 |0.0006537432 | 1.6162e-07 | 2.8903e-05 | -4.9986e-05 | 4.9974e-05 | - | "Diff. - Entry Point z" | 4045 |0.001499017 | 3.7059e-07 | 2.8650e-05 | -4.9940e-05 | 4.9999e-05 | - | "Diff. - TOF" | 4045 |0.0001563602 | 3.8655e-08 | 2.8932e-06 | -4.9988e-06 | 4.9993e-06 | - | "Original - Energy" | 4045 | 80.9 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | - | "Original - Entry Point x" | 4045 | 128017.7 | 31.648 | 2749.9 | -4150.3 | 4150.4 | - | "Original - Entry Point y" | 4045 | -25616.08 | -6.3328 | 939.08 | -1354.7 | 1391.5 | - | "Original - Entry Point z" | 4045 |2.385037e+07 | 5896.3 | 4579.2 | 1331.4 | 11094. | - | "Original - TOF" | 4045 | 131544.7 | 32.520 | 25.490 | 7.1453 | 174.75 | - | "Unpacked - Energy" | 4045 | 80.9 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | - | "Unpacked - Entry Point x" | 4045 | 128017.7 | 31.648 | 2749.9 | -4150.3 | 4150.4 | - | "Unpacked - Entry Point y" | 4045 | -25616.08 | -6.3328 | 939.08 | -1354.7 | 1391.5 | - | "Unpacked - Entry Point z" | 4045 |2.385037e+07 | 5896.3 | 4579.2 | 1331.4 | 11094. | - | "Unpacked - TOF" | 4045 | 131544.7 | 32.520 | 25.490 | 7.1453 | 174.75 | + | "Diff. - Energy" | 4126 |-2.862988e-14 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 4126 |-0.0008503643 |-2.0610e-07 | 2.9147e-05 | -4.9982e-05 | 4.9986e-05 | + | "Diff. - Entry Point y" | 4126 |0.0002035195 | 4.9326e-08 | 2.8476e-05 | -4.9956e-05 | 4.9989e-05 | + | "Diff. - Entry Point z" | 4126 |0.0009624579 | 2.3327e-07 | 2.9053e-05 | -4.9956e-05 | 4.9991e-05 | + | "Diff. - TOF" | 4126 |0.0002360811 | 5.7218e-08 | 2.8858e-06 | -4.9975e-06 | 4.9998e-06 | + | "Original - Energy" | 4126 | 82.52 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 4126 | 281155.9 | 68.142 | 2927.1 | -4149.8 | 4150.7 | + | "Original - Entry Point y" | 4126 | 785484.2 | 190.37 | 887.05 | -1391.3 | 1392.2 | + | "Original - Entry Point z" | 4126 |2.692781e+07 | 6526.4 | 4634.4 | 1329.7 | 11094. | + | "Original - TOF" | 4126 | 133946.5 | 32.464 | 22.736 | 6.7397 | 120.19 | + | "Unpacked - Energy" | 4126 | 82.52 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 4126 | 281155.9 | 68.142 | 2927.1 | -4149.8 | 4150.7 | + | "Unpacked - Entry Point y" | 4126 | 785484.2 | 190.37 | 887.05 | -1391.3 | 1392.2 | + | "Unpacked - Entry Point z" | 4126 |2.692781e+07 | 6526.4 | 4634.4 | 1329.7 | 11094. | + | "Unpacked - TOF" | 4126 | 133946.5 | 32.464 | 22.736 | 6.7397 | 120.19 | CheckRichOpPhot SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 4045 |-0.002980701 |-7.3689e-07 | 2.8407e-05 | -4.9996e-05 | 4.9952e-05 | - | "Diff. - Emission Point y" | 4045 |-9.384441e-05 |-2.3200e-08 | 2.8756e-05 | -4.9969e-05 | 4.9986e-05 | - | "Diff. - Emission Point z" | 4045 |0.000440951 | 1.0901e-07 | 2.8635e-05 | -4.9923e-05 | 4.9977e-05 | - | "Diff. - Energy" | 4045 | 5.6923e-10 | 1.4072e-13 | 5.8153e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 4045 |0.0004142256 | 1.0240e-07 | 2.8781e-05 | -4.9988e-05 | 4.9993e-05 | - | "Diff. - HPD In. Point y" | 4045 |-0.002648918 |-6.5486e-07 | 2.8774e-05 | -4.9986e-05 | 4.9936e-05 | - | "Diff. - HPD In. Point z" | 4045 |-0.001203284 |-2.9747e-07 | 2.8576e-05 | -4.9998e-05 | 4.9974e-05 | - | "Diff. - HPD QW Point x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 4045 | 12634.85 | 3.1236 | 1.8161 | 0.00039168 | 6.2827 | - | "Original - Cherenkov Theta" | 4045 | 1659.161 | 0.41018 | 0.61389 | 0.0095701 | 2.9309 | - | "Original - Emission Point x" | 4045 | 886441.2 | 219.14 | 1257.9 | -3782.4 | 3983.9 | - | "Original - Emission Point y" | 4045 | 496604.5 | 122.77 | 534.16 | -1463.7 | 1481.1 | - | "Original - Emission Point z" | 4045 |2.29825e+07 | 5681.7 | 4504.1 | 990.18 | 11699. | - | "Original - Energy" | 4045 | 0.01739623 | 4.3007e-06 | 1.0407e-06 | 1.7663e-06 | 6.8261e-06 | - | "Original - HPD In. Point x" | 4045 | 123154 | 30.446 | 2688.0 | -4073.8 | 4077.8 | - | "Original - HPD In. Point y" | 4045 | -15073.78 | -3.7265 | 874.28 | -1258.3 | 1304.6 | - | "Original - HPD In. Point z" | 4045 |2.363703e+07 | 5843.5 | 4578.3 | 1274.0 | 11064. | - | "Original - HPD QW Point x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 4045 | 12634.85 | 3.1236 | 1.8161 | 0.00039168 | 6.2827 | - | "Unpacked - Cherenkov Theta" | 4045 | 1659.161 | 0.41018 | 0.61389 | 0.0095701 | 2.9309 | - | "Unpacked - Emission Point x" | 4045 | 886441.2 | 219.14 | 1257.9 | -3782.4 | 3983.9 | - | "Unpacked - Emission Point y" | 4045 | 496604.5 | 122.77 | 534.16 | -1463.7 | 1481.1 | - | "Unpacked - Emission Point z" | 4045 |2.29825e+07 | 5681.7 | 4504.1 | 990.18 | 11699. | - | "Unpacked - Energy" | 4045 | 0.01739623 | 4.3007e-06 | 1.0407e-06 | 1.7663e-06 | 6.8261e-06 | - | "Unpacked - HPD In. Point x" | 4045 | 123154 | 30.446 | 2688.0 | -4073.8 | 4077.8 | - | "Unpacked - HPD In. Point y" | 4045 | -15073.77 | -3.7265 | 874.28 | -1258.3 | 1304.6 | - | "Unpacked - HPD In. Point z" | 4045 |2.363703e+07 | 5843.5 | 4578.3 | 1274.0 | 11064. | - | "Unpacked - HPD QW Point x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 4045 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 4126 |0.0004040907 | 9.7938e-08 | 2.8954e-05 | -4.9999e-05 | 4.9995e-05 | + | "Diff. - Emission Point y" | 4126 |0.0006980804 | 1.6919e-07 | 2.8723e-05 | -4.9998e-05 | 5.0000e-05 | + | "Diff. - Emission Point z" | 4126 |-0.0009739541 |-2.3605e-07 | 2.9110e-05 | -4.9989e-05 | 4.9955e-05 | + | "Diff. - Energy" | 4126 |2.353318e-11 | 5.7036e-15 | 5.8035e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 4126 |-0.0003488272 |-8.4544e-08 | 2.9021e-05 | -4.9990e-05 | 4.9945e-05 | + | "Diff. - HPD In. Point y" | 4126 | -0.0038143 |-9.2445e-07 | 2.9093e-05 | -4.9972e-05 | 4.9985e-05 | + | "Diff. - HPD In. Point z" | 4126 |0.0009176986 | 2.2242e-07 | 2.8542e-05 | -4.9999e-05 | 4.9955e-05 | + | "Diff. - HPD QW Point x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 4126 | 13094.29 | 3.1736 | 1.8432 | 0.00029291 | 6.2830 | + | "Original - Cherenkov Theta" | 4126 | 2228.855 | 0.54020 | 0.58024 | 0.012632 | 2.8453 | + | "Original - Emission Point x" | 4126 | 836352.3 | 202.70 | 1744.7 | -4007.1 | 4010.5 | + | "Original - Emission Point y" | 4126 | 828830.9 | 200.88 | 631.01 | -1498.5 | 1494.4 | + | "Original - Emission Point z" | 4126 |2.616772e+07 | 6342.2 | 4573.2 | 993.43 | 11769. | + | "Original - Energy" | 4126 | 0.0178383 | 4.3234e-06 | 1.0947e-06 | 1.7529e-06 | 6.8894e-06 | + | "Original - HPD In. Point x" | 4126 | 271134.6 | 65.714 | 2860.1 | -4078.7 | 4076.5 | + | "Original - HPD In. Point y" | 4126 | 747647.8 | 181.20 | 827.68 | -1308.7 | 1317.7 | + | "Original - HPD In. Point z" | 4126 |2.672415e+07 | 6477.0 | 4632.8 | 1259.7 | 11070. | + | "Original - HPD QW Point x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 4126 | 13094.29 | 3.1736 | 1.8432 | 0.00029291 | 6.2830 | + | "Unpacked - Cherenkov Theta" | 4126 | 2228.855 | 0.54020 | 0.58024 | 0.012632 | 2.8453 | + | "Unpacked - Emission Point x" | 4126 | 836352.3 | 202.70 | 1744.7 | -4007.1 | 4010.5 | + | "Unpacked - Emission Point y" | 4126 | 828830.9 | 200.88 | 631.01 | -1498.5 | 1494.4 | + | "Unpacked - Emission Point z" | 4126 |2.616772e+07 | 6342.2 | 4573.2 | 993.43 | 11769. | + | "Unpacked - Energy" | 4126 | 0.0178383 | 4.3234e-06 | 1.0947e-06 | 1.7529e-06 | 6.8894e-06 | + | "Unpacked - HPD In. Point x" | 4126 | 271134.6 | 65.714 | 2860.1 | -4078.7 | 4076.5 | + | "Unpacked - HPD In. Point y" | 4126 | 747647.8 | 181.20 | 827.68 | -1308.7 | 1317.7 | + | "Unpacked - HPD In. Point z" | 4126 |2.672415e+07 | 6477.0 | 4632.8 | 1259.7 | 11070. | + | "Unpacked - HPD QW Point x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 4126 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegments SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 264 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 271 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 3108 | 3108.0 | 0.0000 | 3108.0 | 3108.0 | + | "# UnPackedData" | 1 | 3441 | 3441.0 | 0.0000 | 3441.0 | 3441.0 | CheckSpdHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 3108 |0.001397095 | 4.4952e-07 | 2.8654e-05 | -4.9988e-05 | 4.9937e-05 | - | "Diff. - TOF" | 3108 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 3108 | 1736.526 | 0.55873 | 1.5907 | 6.7313e-06 | 29.017 | - | "Original - TOF" | 3108 | 4907 | 1.5788 | 1.7214 | -1.0000 | 10.000 | - | "Unpacked - Energy" | 3108 | 1736.525 | 0.55873 | 1.5907 | 0.0000 | 29.017 | - | "Unpacked - TOF" | 3108 | 4907 | 1.5788 | 1.7214 | -1.0000 | 10.000 | + | "Diff. - Energy" | 3441 |0.002055877 | 5.9747e-07 | 2.9166e-05 | -4.9963e-05 | 4.9965e-05 | + | "Diff. - TOF" | 3441 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 3441 | 2220.417 | 0.64528 | 2.6732 | 7.8722e-06 | 74.542 | + | "Original - TOF" | 3441 | 5731 | 1.6655 | 3.1812 | -1.0000 | 74.000 | + | "Unpacked - Energy" | 3441 | 2220.415 | 0.64528 | 2.6732 | 0.0000 | 74.542 | + | "Unpacked - TOF" | 3441 | 5731 | 1.6655 | 3.1812 | -1.0000 | 74.000 | UnpackPrsHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 5055 | 5055.0 | 0.0000 | 5055.0 | 5055.0 | + | "# UnPackedData" | 1 | 4801 | 4801.0 | 0.0000 | 4801.0 | 4801.0 | CheckPrsHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 5055 |-0.002930057 |-5.7964e-07 | 2.9113e-05 | -4.9975e-05 | 4.9967e-05 | - | "Diff. - TOF" | 5055 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 5055 | 5636.715 | 1.1151 | 4.5515 | 5.6619e-07 | 107.24 | - | "Original - TOF" | 5055 | 7792 | 1.5414 | 1.7000 | -1.0000 | 7.0000 | - | "Unpacked - Energy" | 5055 | 5636.718 | 1.1151 | 4.5515 | 0.0000 | 107.24 | - | "Unpacked - TOF" | 5055 | 7792 | 1.5414 | 1.7000 | -1.0000 | 7.0000 | + | "Diff. - Energy" | 4801 |0.001950004 | 4.0617e-07 | 2.8895e-05 | -4.9945e-05 | 4.9936e-05 | + | "Diff. - TOF" | 4801 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 4801 | 4596.847 | 0.95748 | 3.5052 | 4.7621e-06 | 84.635 | + | "Original - TOF" | 4801 | 7443 | 1.5503 | 1.7089 | -1.0000 | 10.000 | + | "Unpacked - Energy" | 4801 | 4596.845 | 0.95748 | 3.5052 | 0.0000 | 84.635 | + | "Unpacked - TOF" | 4801 | 7443 | 1.5503 | 1.7089 | -1.0000 | 10.000 | UnpackEcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 6383 | 6383.0 | 0.0000 | 6383.0 | 6383.0 | + | "# UnPackedData" | 1 | 5973 | 5973.0 | 0.0000 | 5973.0 | 5973.0 | CheckEcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 6383 |-0.004456653 |-6.9821e-07 | 2.8779e-05 | -4.9994e-05 | 4.9954e-05 | - | "Diff. - TOF" | 6383 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 6383 | 81740.5 | 12.806 | 77.332 | 0.00012612 | 4598.2 | - | "Original - TOF" | 6383 | 1028 | 0.16105 | 0.44508 | 0.0000 | 12.000 | - | "Unpacked - Energy" | 6383 | 81740.51 | 12.806 | 77.332 | 0.00010000 | 4598.2 | - | "Unpacked - TOF" | 6383 | 1028 | 0.16105 | 0.44508 | 0.0000 | 12.000 | + | "Diff. - Energy" | 5973 |-0.003076317 |-5.1504e-07 | 2.8690e-05 | -4.9978e-05 | 4.9999e-05 | + | "Diff. - TOF" | 5973 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 5973 | 73017.31 | 12.225 | 68.612 | 0.00013731 | 3192.5 | + | "Original - TOF" | 5973 | 1151 | 0.19270 | 0.91156 | 0.0000 | 45.000 | + | "Unpacked - Energy" | 5973 | 73017.31 | 12.225 | 68.612 | 0.00010000 | 3192.5 | + | "Unpacked - TOF" | 5973 | 1151 | 0.19270 | 0.91156 | 0.0000 | 45.000 | UnpackHcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 895 | 895.00 | 0.0000 | 895.00 | 895.00 | + | "# UnPackedData" | 1 | 861 | 861.00 | 0.0000 | 861.00 | 861.00 | CheckHcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 895 |0.0003293304 | 3.6797e-07 | 2.9144e-05 | -4.9838e-05 | 4.9935e-05 | - | "Diff. - TOF" | 895 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 895 | 9712.109 | 10.852 | 33.826 | 0.00055659 | 366.76 | - | "Original - TOF" | 895 | 192 | 0.21453 | 0.47368 | -1.0000 | 3.0000 | - | "Unpacked - Energy" | 895 | 9712.108 | 10.852 | 33.826 | 0.00060000 | 366.76 | - | "Unpacked - TOF" | 895 | 192 | 0.21453 | 0.47368 | -1.0000 | 3.0000 | + | "Diff. - Energy" | 861 |0.001364642 | 1.5850e-06 | 2.9104e-05 | -4.9900e-05 | 4.9818e-05 | + | "Diff. - TOF" | 861 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 861 | 11262.78 | 13.081 | 57.241 | 0.00012488 | 1100.1 | + | "Original - TOF" | 861 | 179 | 0.20790 | 0.46949 | -1.0000 | 2.0000 | + | "Unpacked - Energy" | 861 | 11262.78 | 13.081 | 57.241 | 0.00010000 | 1100.1 | + | "Unpacked - TOF" | 861 | 179 | 0.20790 | 0.46949 | -1.0000 | 2.0000 | UnpackMuonHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 679 | 679.00 | 0.0000 | 679.00 | 679.00 | + | "# UnPackedData" | 1 | 832 | 832.00 | 0.0000 | 832.00 | 832.00 | CheckMuonHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 679 |-1.682053e-05 |-2.4773e-08 | 2.8844e-07 | -4.9999e-07 | 4.9954e-07 | - | "Diff. - Displacement y" | 679 |5.57051e-06 | 8.2040e-09 | 2.8861e-07 | -4.9876e-07 | 4.9962e-07 | - | "Diff. - Displacement z" | 679 |-3.225798e-06 |-4.7508e-09 | 2.9020e-07 | -4.9948e-07 | 4.9978e-07 | - | "Diff. - Energy" | 679 |1.772739e-05 | 2.6108e-08 | 5.6604e-07 | -9.9875e-07 | 9.9986e-07 | - | "Diff. - Entry Point x" | 679 |0.0002321316 | 3.4187e-07 | 2.9428e-05 | -4.9863e-05 | 4.9723e-05 | - | "Diff. - Entry Point y" | 679 |-9.998288e-05 |-1.4725e-07 | 2.8844e-05 | -4.9820e-05 | 4.9978e-05 | - | "Diff. - Entry Point z" | 679 |0.0003451945 | 5.0839e-07 | 2.9100e-05 | -4.9782e-05 | 4.9979e-05 | - | "Diff. - Parent |P|" | 679 | -0.0175789 |-2.5889e-05 | 0.0029465 | -0.0049880 | 0.0049868 | - | "Diff. - TOF" | 679 |2.395937e-05 | 3.5286e-08 | 2.8538e-06 | -4.9961e-06 | 4.9961e-06 | - | "Original - Displacement x" | 679 | 203.6221 | 0.29989 | 8.3586 | -29.100 | 137.87 | - | "Original - Displacement y" | 679 | -222.5842 | -0.32781 | 6.3430 | -89.855 | 31.048 | - | "Original - Displacement z" | 679 | 2379.153 | 3.5039 | 2.8501 | -5.3057 | 5.1118 | - | "Original - Energy" | 679 | 1.80407 | 0.0026570 | 0.0047347 | 5.9534e-06 | 0.055706 | - | "Original - Entry Point x" | 679 | 47967.59 | 70.644 | 1333.5 | -3648.0 | 3806.8 | - | "Original - Entry Point y" | 679 | 16622.09 | 24.480 | 992.45 | -3154.9 | 3438.1 | - | "Original - Entry Point z" | 679 | 8608491 | 12678. | 1426.5 | 11953. | 17825. | - | "Original - Parent |P|" | 679 | 1992138 | 2933.9 | 8245.1 | 1.5013 | 81678. | - | "Original - TOF" | 679 | 30244.09 | 44.542 | 6.8703 | 39.983 | 95.292 | - | "Unpacked - Displacement x" | 679 | 203.6221 | 0.29989 | 8.3586 | -29.100 | 137.87 | - | "Unpacked - Displacement y" | 679 | -222.5842 | -0.32781 | 6.3430 | -89.855 | 31.048 | - | "Unpacked - Displacement z" | 679 | 2379.153 | 3.5039 | 2.8501 | -5.3057 | 5.1118 | - | "Unpacked - Energy" | 679 | 1.804052 | 0.0026569 | 0.0047347 | 6.0000e-06 | 0.055706 | - | "Unpacked - Entry Point x" | 679 | 47967.59 | 70.644 | 1333.5 | -3648.0 | 3806.8 | - | "Unpacked - Entry Point y" | 679 | 16622.09 | 24.480 | 992.45 | -3154.9 | 3438.1 | - | "Unpacked - Entry Point z" | 679 | 8608491 | 12678. | 1426.5 | 11953. | 17825. | - | "Unpacked - Parent |P|" | 679 | 1992138 | 2933.9 | 8245.1 | 1.5000 | 81678. | - | "Unpacked - TOF" | 679 | 30244.09 | 44.542 | 6.8703 | 39.983 | 95.292 | + | "Diff. - Displacement x" | 832 |-2.066468e-06 |-2.4837e-09 | 2.8936e-07 | -4.9661e-07 | 4.9942e-07 | + | "Diff. - Displacement y" | 832 |-6.032369e-06 |-7.2504e-09 | 2.8446e-07 | -4.9966e-07 | 4.9998e-07 | + | "Diff. - Displacement z" | 832 |-3.341698e-06 |-4.0165e-09 | 2.8838e-07 | -4.9940e-07 | 4.9999e-07 | + | "Diff. - Energy" | 832 |-2.376174e-05 |-2.8560e-08 | 5.8167e-07 | -9.9993e-07 | 9.9901e-07 | + | "Diff. - Entry Point x" | 832 |-0.001025952 |-1.2331e-06 | 2.8326e-05 | -4.9790e-05 | 4.9924e-05 | + | "Diff. - Entry Point y" | 832 |-0.001263035 |-1.5181e-06 | 2.8913e-05 | -4.9986e-05 | 4.9985e-05 | + | "Diff. - Entry Point z" | 832 |-0.0004088147 |-4.9136e-07 | 2.8421e-05 | -4.9887e-05 | 4.9952e-05 | + | "Diff. - Parent |P|" | 832 | 0.07754671 | 9.3205e-05 | 0.0028931 | -0.0049948 | 0.0049992 | + | "Diff. - TOF" | 832 |-5.873594e-05 |-7.0596e-08 | 2.9115e-06 | -4.9980e-06 | 4.9728e-06 | + | "Original - Displacement x" | 832 | 377.2136 | 0.45338 | 7.0698 | -32.802 | 153.98 | + | "Original - Displacement y" | 832 | -213.6184 | -0.25675 | 5.4048 | -88.900 | 49.630 | + | "Original - Displacement z" | 832 | 2963.495 | 3.5619 | 2.7435 | -5.1152 | 5.0672 | + | "Original - Energy" | 832 | 2.248588 | 0.0027026 | 0.0065087 | 1.5249e-05 | 0.088888 | + | "Original - Entry Point x" | 832 | 105476.9 | 126.78 | 1315.9 | -3825.0 | 4808.7 | + | "Original - Entry Point y" | 832 | 9993.923 | 12.012 | 801.38 | -2389.3 | 3081.6 | + | "Original - Entry Point z" | 832 |1.07716e+07 | 12947. | 1544.7 | 11953. | 18953. | + | "Original - Parent |P|" | 832 | 2120214 | 2548.3 | 8195.8 | 1.4259 | 81674. | + | "Original - TOF" | 832 | 37247.95 | 44.769 | 5.9795 | 39.969 | 79.303 | + | "Unpacked - Displacement x" | 832 | 377.2136 | 0.45338 | 7.0698 | -32.802 | 153.98 | + | "Unpacked - Displacement y" | 832 | -213.6184 | -0.25675 | 5.4048 | -88.900 | 49.630 | + | "Unpacked - Displacement z" | 832 | 2963.495 | 3.5619 | 2.7435 | -5.1152 | 5.0672 | + | "Unpacked - Energy" | 832 | 2.248612 | 0.0027027 | 0.0065088 | 1.6000e-05 | 0.088888 | + | "Unpacked - Entry Point x" | 832 | 105476.9 | 126.78 | 1315.9 | -3825.0 | 4808.7 | + | "Unpacked - Entry Point y" | 832 | 9993.925 | 12.012 | 801.38 | -2389.3 | 3081.6 | + | "Unpacked - Entry Point z" | 832 |1.07716e+07 | 12947. | 1544.7 | 11953. | 18953. | + | "Unpacked - Parent |P|" | 832 | 2120214 | 2548.3 | 8195.8 | 1.4300 | 81674. | + | "Unpacked - TOF" | 832 | 37247.95 | 44.769 | 5.9795 | 39.969 | 79.303 | SimMonitor DEBUG Finalize base class GaudiAlgorithm SimMonitor DEBUG Tools to release : SimMonitor DEBUG Services to release : @@ -9678,7 +9682,7 @@ MainEventGaussSim.Mai... DEBUG ==> Finalize the base class GaudiTool MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 2100.612 | 2100.6 | 0.0000 | 2100.6 | 2100.6 | + | "Total Memory/MB" | 1 | 2100.308 | 2100.3 | 0.0000 | 2100.3 | 2100.3 | MainEventGaussSim.Mai... DEBUG Tools to release : MainEventGaussSim.Mai... DEBUG Services to release : Generation.BeamSpotSm... DEBUG ==> Finalize the base class GaudiTool @@ -9705,11 +9709,11 @@ GaussGen.GaussGenMemory DEBUG ==> Finalize the base class GaudiTool GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 2100.56 | 2100.6 | 0.0000 | 2100.6 | 2100.6 | + | "Total Memory/MB" | 1 | 2100.256 | 2100.3 | 0.0000 | 2100.3 | 2100.3 | GaussGen.GaussGenMemory DEBUG Tools to release : GaussGen.GaussGenMemory DEBUG Services to release : ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- -ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. ToolSvc.SequencerTime... INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- @@ -9725,40 +9729,40 @@ GaussGeo.MuonSDet DEBUG Services to release : GaussGeo.Hcal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 9.712109 | 9.7121 | 0.0000 | 9.7121 | 9.7121 | - | "#hits" | 1 | 314 | 314.00 | 0.0000 | 314.00 | 314.00 | - | "#subhits" | 1 | 676 | 676.00 | 0.0000 | 676.00 | 676.00 | - | "#tslots" | 1 | 895 | 895.00 | 0.0000 | 895.00 | 895.00 | + | "#energy" | 1 | 11.26278 | 11.263 | 0.0000 | 11.263 | 11.263 | + | "#hits" | 1 | 315 | 315.00 | 0.0000 | 315.00 | 315.00 | + | "#subhits" | 1 | 649 | 649.00 | 0.0000 | 649.00 | 649.00 | + | "#tslots" | 1 | 861 | 861.00 | 0.0000 | 861.00 | 861.00 | GaussGeo.Hcal DEBUG Tools to release : GaussGeo.Hcal DEBUG Services to release : HistogramDataSvc GaussGeo.Hcal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Ecal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 81.7405 | 81.741 | 0.0000 | 81.741 | 81.741 | - | "#hits" | 1 | 2435 | 2435.0 | 0.0000 | 2435.0 | 2435.0 | - | "#subhits" | 1 | 5461 | 5461.0 | 0.0000 | 5461.0 | 5461.0 | - | "#tslots" | 1 | 6383 | 6383.0 | 0.0000 | 6383.0 | 6383.0 | + | "#energy" | 1 | 73.01731 | 73.017 | 0.0000 | 73.017 | 73.017 | + | "#hits" | 1 | 2297 | 2297.0 | 0.0000 | 2297.0 | 2297.0 | + | "#subhits" | 1 | 5029 | 5029.0 | 0.0000 | 5029.0 | 5029.0 | + | "#tslots" | 1 | 5973 | 5973.0 | 0.0000 | 5973.0 | 5973.0 | GaussGeo.Ecal DEBUG Tools to release : GaussGeo.Ecal DEBUG Services to release : HistogramDataSvc GaussGeo.Ecal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Prs DEBUG ==> Finalize the base class GaudiTool GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 5.636715 | 5.6367 | 0.0000 | 5.6367 | 5.6367 | - | "#hits" | 1 | 630 | 630.00 | 0.0000 | 630.00 | 630.00 | - | "#subhits" | 1 | 854 | 854.00 | 0.0000 | 854.00 | 854.00 | - | "#tslots" | 1 | 5055 | 5055.0 | 0.0000 | 5055.0 | 5055.0 | + | "#energy" | 1 | 4.596847 | 4.5968 | 0.0000 | 4.5968 | 4.5968 | + | "#hits" | 1 | 576 | 576.00 | 0.0000 | 576.00 | 576.00 | + | "#subhits" | 1 | 812 | 812.00 | 0.0000 | 812.00 | 812.00 | + | "#tslots" | 1 | 4801 | 4801.0 | 0.0000 | 4801.0 | 4801.0 | GaussGeo.Prs DEBUG Tools to release : GaussGeo.Prs DEBUG Services to release : HistogramDataSvc GaussGeo.Prs DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Spd DEBUG ==> Finalize the base class GaudiTool GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 1.736526 | 1.7365 | 0.0000 | 1.7365 | 1.7365 | - | "#hits" | 1 | 416 | 416.00 | 0.0000 | 416.00 | 416.00 | - | "#subhits" | 1 | 527 | 527.00 | 0.0000 | 527.00 | 527.00 | - | "#tslots" | 1 | 3108 | 3108.0 | 0.0000 | 3108.0 | 3108.0 | + | "#energy" | 1 | 2.220417 | 2.2204 | 0.0000 | 2.2204 | 2.2204 | + | "#hits" | 1 | 418 | 418.00 | 0.0000 | 418.00 | 418.00 | + | "#subhits" | 1 | 583 | 583.00 | 0.0000 | 583.00 | 583.00 | + | "#tslots" | 1 | 3441 | 3441.0 | 0.0000 | 3441.0 | 3441.0 | GaussGeo.Spd DEBUG Tools to release : GaussGeo.Spd DEBUG Services to release : HistogramDataSvc GaussGeo.Spd DEBUG Releasing service 'HistogramDataSvc' @@ -9804,142 +9808,142 @@ Generation.MinimumBia... DEBUG ==> Finalize the base class GaudiTool Generation.MinimumBia... DEBUG Tools to release : Generation.MinimumBia... DEBUG Services to release : TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 123890.000 | 125538.516 | 125538.516 125538.5 0.00 | 1 | 125.539 | -TimingAuditor.TIMER INFO GaussSequencer | 123880.000 | 125530.547 | 125530.547 125530.5 0.00 | 1 | 125.531 | -TimingAuditor.TIMER INFO Generator | 1430.000 | 1682.979 | 1682.979 1683.0 0.00 | 1 | 1.683 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1430.000 | 1682.965 | 1682.965 1683.0 0.00 | 1 | 1.683 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.266 | 1.266 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO Generation | 1430.000 | 1680.354 | 1680.354 1680.4 0.00 | 1 | 1.680 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 0.965 | 0.965 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 0.929 | 0.929 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO BoostForEpos | 0.000 | 0.210 | 0.210 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO Simulation | 122450.000 | 123847.508 | 123847.508 123847.5 0.00 | 1 | 123.848 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 122450.000 | 123847.469 | 123847.469 123847.5 0.00 | 1 | 123.847 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 0.953 | 0.953 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 122450.000 | 123846.461 | 123846.461 123846.5 0.00 | 1 | 123.846 | -TimingAuditor.TIMER INFO MakeMainSim | 122230.000 | 123629.422 | 123629.422 123629.4 0.00 | 1 | 123.629 | -TimingAuditor.TIMER INFO GenToSim | 30590.000 | 30936.141 | 30936.141 30936.1 0.00 | 1 | 30.936 | -TimingAuditor.TIMER INFO GiGaFlush | 91530.000 | 92578.258 | 92578.258 92578.3 0.00 | 1 | 92.578 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.036 | 0.036 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 20.000 | 21.236 | 21.236 21.2 0.00 | 1 | 0.021 | -TimingAuditor.TIMER INFO DetectorsHits | 70.000 | 75.722 | 75.722 75.7 0.00 | 1 | 0.076 | -TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 1.102 | 1.102 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 3.170 | 3.170 3.2 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetTTHits | 10.000 | 4.250 | 4.250 4.2 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetITHits | 0.000 | 4.441 | 4.441 4.4 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetOTHits | 10.000 | 8.598 | 8.598 8.6 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO RichHits | 40.000 | 41.101 | 41.101 41.1 0.00 | 1 | 0.041 | -TimingAuditor.TIMER INFO GetRichHits | 20.000 | 20.874 | 20.874 20.9 0.00 | 1 | 0.021 | -TimingAuditor.TIMER INFO GetRichPhotons | 10.000 | 5.916 | 5.916 5.9 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 6.828 | 6.828 6.8 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO GetRichTracks | 10.000 | 2.975 | 2.975 3.0 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.671 | 0.671 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 3.602 | 3.602 3.6 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 1.334 | 1.334 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 1.757 | 1.757 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetEcalHits | 10.000 | 3.115 | 3.115 3.1 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.462 | 0.462 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 6.042 | 6.042 6.0 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO MainEventDataPacking | 20.000 | 17.709 | 17.709 17.7 0.00 | 1 | 0.018 | -TimingAuditor.TIMER INFO PackMCParticle | 10.000 | 3.030 | 3.030 3.0 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 1.997 | 1.997 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 1.639 | 1.639 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.053 | 0.053 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.105 | 0.105 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.131 | 0.131 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.240 | 0.240 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.095 | 0.095 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 1.429 | 1.429 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.191 | 0.191 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.420 | 0.420 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.065 | 0.065 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPacker | 10.000 | 1.719 | 1.719 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 4.170 | 4.170 4.2 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 1.420 | 1.420 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.646 | 0.646 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO SimMonitor | 220.000 | 217.004 | 217.004 217.0 0.00 | 1 | 0.217 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.337 | 0.337 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 1.690 | 1.690 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 10.000 | 1.424 | 1.424 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DetectorsMonitor | 30.000 | 29.829 | 29.829 29.8 0.00 | 1 | 0.030 | -TimingAuditor.TIMER INFO VeloGaussMoni | 10.000 | 10.437 | 10.437 10.4 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 2.610 | 2.610 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 1.396 | 1.396 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 3.246 | 3.246 3.2 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO SpdMonitor | 10.000 | 2.338 | 2.338 2.3 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 2.978 | 2.978 3.0 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 3.493 | 3.493 3.5 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.807 | 0.807 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitChecker | 10.000 | 2.363 | 2.363 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DataUnpackTest | 180.000 | 183.580 | 183.580 183.6 0.00 | 1 | 0.184 | -TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 3.032 | 3.032 3.0 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 2.772 | 2.772 2.8 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 1.461 | 1.461 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 1.561 | 1.561 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.672 | 0.672 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckPuVetoHits | 10.000 | 1.174 | 1.174 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.528 | 0.528 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckVeloHits | 10.000 | 12.628 | 12.628 12.6 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.335 | 0.335 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHits | 0.000 | 4.685 | 4.685 4.7 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.237 | 0.237 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHits | 10.000 | 4.483 | 4.483 4.5 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.537 | 0.537 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckOTHits | 10.000 | 11.842 | 11.842 11.8 0.00 | 1 | 0.012 | -TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 1.724 | 1.724 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 3.363 | 3.363 3.4 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 1.398 | 1.398 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichTracks | 10.000 | 0.741 | 0.741 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichHits | 10.000 | 13.921 | 13.921 13.9 0.00 | 1 | 0.014 | -TimingAuditor.TIMER INFO CheckRichOpPhot | 90.000 | 87.871 | 87.871 87.9 0.00 | 1 | 0.088 | -TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 2.245 | 2.245 2.2 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.264 | 0.264 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 1.107 | 1.107 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckSpdHits | 10.000 | 3.798 | 3.798 3.8 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.943 | 0.943 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckPrsHits | 0.000 | 5.666 | 5.666 5.7 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO UnpackEcalHits | 10.000 | 1.163 | 1.163 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckEcalHits | 10.000 | 6.883 | 6.883 6.9 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.179 | 0.179 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.997 | 0.997 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.206 | 0.206 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 4.505 | 4.505 4.5 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO EVENT LOOP | 123250.000 | 132963.891 | 132963.891 132963.9 0.00 | 1 | 132.964 | +TimingAuditor.TIMER INFO GaussSequencer | 123230.000 | 132957.438 | 132957.438 132957.4 0.00 | 1 | 132.957 | +TimingAuditor.TIMER INFO Generator | 1410.000 | 1439.952 | 1439.952 1440.0 0.00 | 1 | 1.440 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1410.000 | 1439.941 | 1439.941 1439.9 0.00 | 1 | 1.440 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.091 | 1.091 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Generation | 1400.000 | 1437.670 | 1437.670 1437.7 0.00 | 1 | 1.438 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 0.944 | 0.944 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 0.915 | 0.915 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO BoostForEpos | 10.000 | 0.187 | 0.187 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO Simulation | 121820.000 | 131517.422 | 131517.422 131517.4 0.00 | 1 | 131.517 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 121820.000 | 131517.391 | 131517.391 131517.4 0.00 | 1 | 131.517 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 2.232 | 2.232 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MainSimulation | 121820.000 | 131515.141 | 131515.141 131515.1 0.00 | 1 | 131.515 | +TimingAuditor.TIMER INFO MakeMainSim | 121620.000 | 131279.969 | 131279.969 131280.0 0.00 | 1 | 131.280 | +TimingAuditor.TIMER INFO GenToSim | 30150.000 | 32441.428 | 32441.428 32441.4 0.00 | 1 | 32.441 | +TimingAuditor.TIMER INFO GiGaFlush | 91370.000 | 98714.180 | 98714.180 98714.2 0.00 | 1 | 98.714 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.033 | 0.033 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 10.000 | 30.385 | 30.385 30.4 0.00 | 1 | 0.030 | +TimingAuditor.TIMER INFO DetectorsHits | 80.000 | 79.983 | 79.983 80.0 0.00 | 1 | 0.080 | +TimingAuditor.TIMER INFO GetPuVetoHits | 10.000 | 2.287 | 2.287 2.3 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 2.617 | 2.617 2.6 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetTTHits | 0.000 | 11.121 | 11.121 11.1 0.00 | 1 | 0.011 | +TimingAuditor.TIMER INFO GetITHits | 0.000 | 3.663 | 3.663 3.7 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetOTHits | 10.000 | 8.557 | 8.557 8.6 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO RichHits | 50.000 | 41.463 | 41.463 41.5 0.00 | 1 | 0.041 | +TimingAuditor.TIMER INFO GetRichHits | 30.000 | 23.140 | 23.140 23.1 0.00 | 1 | 0.023 | +TimingAuditor.TIMER INFO GetRichPhotons | 10.000 | 5.067 | 5.067 5.1 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 6.380 | 6.380 6.4 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO GetRichTracks | 10.000 | 2.368 | 2.368 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.581 | 0.581 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 3.666 | 3.666 3.7 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 1.125 | 1.125 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 1.166 | 1.166 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 2.028 | 2.028 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.341 | 0.341 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 5.337 | 5.337 5.3 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO MainEventDataPacking | 10.000 | 13.742 | 13.742 13.7 0.00 | 1 | 0.014 | +TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 2.197 | 2.197 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 1.788 | 1.788 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 1.280 | 1.280 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.035 | 0.035 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.066 | 0.066 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.153 | 0.153 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.102 | 0.102 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.723 | 0.723 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.154 | 0.154 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 10.000 | 0.240 | 0.240 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.046 | 0.046 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.830 | 0.830 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 4.174 | 4.174 4.2 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 1.046 | 1.046 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.515 | 0.515 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SimMonitor | 200.000 | 235.149 | 235.149 235.1 0.00 | 1 | 0.235 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.297 | 0.297 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 1.550 | 1.550 1.5 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 1.272 | 1.272 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DetectorsMonitor | 30.000 | 23.454 | 23.454 23.5 0.00 | 1 | 0.023 | +TimingAuditor.TIMER INFO VeloGaussMoni | 10.000 | 8.029 | 8.029 8.0 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 2.057 | 2.057 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.733 | 0.733 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO OTHitMonitor | 10.000 | 1.471 | 1.471 1.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 1.987 | 1.987 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 2.554 | 2.554 2.6 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 2.745 | 2.745 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.689 | 0.689 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitChecker | 10.000 | 3.013 | 3.013 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO DataUnpackTest | 170.000 | 208.480 | 208.480 208.5 0.00 | 1 | 0.208 | +TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 2.396 | 2.396 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 2.241 | 2.241 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 1.431 | 1.431 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 1.598 | 1.598 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.913 | 0.913 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 1.097 | 1.097 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.352 | 0.352 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHits | 10.000 | 10.899 | 10.899 10.9 0.00 | 1 | 0.011 | +TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.167 | 0.167 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHits | 10.000 | 4.154 | 4.154 4.2 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.136 | 0.136 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHits | 0.000 | 3.646 | 3.646 3.6 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.355 | 0.355 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHits | 10.000 | 10.916 | 10.916 10.9 0.00 | 1 | 0.011 | +TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 1.208 | 1.208 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 1.711 | 1.711 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichSegments | 10.000 | 1.480 | 1.480 1.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.601 | 0.601 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckRichHits | 10.000 | 13.830 | 13.830 13.8 0.00 | 1 | 0.014 | +TimingAuditor.TIMER INFO CheckRichOpPhot | 100.000 | 115.450 | 115.450 115.4 0.00 | 1 | 0.115 | +TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 2.226 | 2.226 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.246 | 0.246 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.949 | 0.949 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckSpdHits | 10.000 | 4.298 | 4.298 4.3 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.697 | 0.697 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckPrsHits | 0.000 | 9.015 | 9.015 9.0 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.918 | 0.918 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckEcalHits | 10.000 | 6.357 | 6.357 6.4 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.157 | 0.157 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.929 | 0.929 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.181 | 0.181 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 7.266 | 7.266 7.3 0.00 | 1 | 0.007 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 4045 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 4127 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization -Generation.MinimumBia...SUCCESS LbCRMC : Cleanup: removing CRMC temporary options file /tmp/lbcrmc.7RTadC +Generation.MinimumBia...SUCCESS LbCRMC : Cleanup: removing CRMC temporary options file /tmp/lbcrmc.DAnftx *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 91.5 [s] #= 1 -ChronoStatSvc INFO Time User : Tot= 173 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 91.3 [s] #= 1 +ChronoStatSvc INFO Time User : Tot= 171 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 1 | 6383 | 6383.0 | 0.0000 | 6383.0 | 6383.0 | -******Stat****** INFO "#Hcal MCHits" | 1 | 895 | 895.00 | 0.0000 | 895.00 | 895.00 | -******Stat****** INFO "#IT MCHits" | 1 | 677 | 677.00 | 0.0000 | 677.00 | 677.00 | -******Stat****** INFO "#MCParticles" | 1 | 3859 | 3859.0 | 0.0000 | 3859.0 | 3859.0 | -******Stat****** INFO "#MCRichOpPhoto | 1 | 4045 | 4045.0 | 0.0000 | 4045.0 | 4045.0 | -******Stat****** INFO "#MCRichSegment | 1 | 264 | 264.00 | 0.0000 | 264.00 | 264.00 | -******Stat****** INFO "#MCRichTracks" | 1 | 230 | 230.00 | 0.0000 | 230.00 | 230.00 | -******Stat****** INFO "#MCVertices" | 1 | 4217 | 4217.0 | 0.0000 | 4217.0 | 4217.0 | -******Stat****** INFO "#Muon MCHits" | 1 | 679 | 679.00 | 0.0000 | 679.00 | 679.00 | -******Stat****** INFO "#OT MCHits" | 1 | 1785 | 1785.0 | 0.0000 | 1785.0 | 1785.0 | -******Stat****** INFO "#Prs MCHits" | 1 | 5055 | 5055.0 | 0.0000 | 5055.0 | 5055.0 | -******Stat****** INFO "#Rich MCHits" | 1 | 4045 | 4045.0 | 0.0000 | 4045.0 | 4045.0 | -******Stat****** INFO "#Rich1 MCHits" | 1 | 2155 | 2155.0 | 0.0000 | 2155.0 | 2155.0 | -******Stat****** INFO "#Rich2 MCHits" | 1 | 1890 | 1890.0 | 0.0000 | 1890.0 | 1890.0 | -******Stat****** INFO "#Spd MCHits" | 1 | 3108 | 3108.0 | 0.0000 | 3108.0 | 3108.0 | -******Stat****** INFO "#TT MCHits" | 1 | 678 | 678.00 | 0.0000 | 678.00 | 678.00 | -******Stat****** INFO "#Velo MCHits" | 1 | 1822 | 1822.0 | 0.0000 | 1822.0 | 1822.0 | +******Stat****** INFO "#Ecal MCHits" | 1 | 5973 | 5973.0 | 0.0000 | 5973.0 | 5973.0 | +******Stat****** INFO "#Hcal MCHits" | 1 | 861 | 861.00 | 0.0000 | 861.00 | 861.00 | +******Stat****** INFO "#IT MCHits" | 1 | 563 | 563.00 | 0.0000 | 563.00 | 563.00 | +******Stat****** INFO "#MCParticles" | 1 | 4089 | 4089.0 | 0.0000 | 4089.0 | 4089.0 | +******Stat****** INFO "#MCRichOpPhoto | 1 | 4126 | 4126.0 | 0.0000 | 4126.0 | 4126.0 | +******Stat****** INFO "#MCRichSegment | 1 | 271 | 271.00 | 0.0000 | 271.00 | 271.00 | +******Stat****** INFO "#MCRichTracks" | 1 | 228 | 228.00 | 0.0000 | 228.00 | 228.00 | +******Stat****** INFO "#MCVertices" | 1 | 4478 | 4478.0 | 0.0000 | 4478.0 | 4478.0 | +******Stat****** INFO "#Muon MCHits" | 1 | 832 | 832.00 | 0.0000 | 832.00 | 832.00 | +******Stat****** INFO "#OT MCHits" | 1 | 1693 | 1693.0 | 0.0000 | 1693.0 | 1693.0 | +******Stat****** INFO "#Prs MCHits" | 1 | 4801 | 4801.0 | 0.0000 | 4801.0 | 4801.0 | +******Stat****** INFO "#Rich MCHits" | 1 | 4126 | 4126.0 | 0.0000 | 4126.0 | 4126.0 | +******Stat****** INFO "#Rich1 MCHits" | 1 | 1912 | 1912.0 | 0.0000 | 1912.0 | 1912.0 | +******Stat****** INFO "#Rich2 MCHits" | 1 | 2214 | 2214.0 | 0.0000 | 2214.0 | 2214.0 | +******Stat****** INFO "#Spd MCHits" | 1 | 3441 | 3441.0 | 0.0000 | 3441.0 | 3441.0 | +******Stat****** INFO "#TT MCHits" | 1 | 639 | 639.00 | 0.0000 | 639.00 | 639.00 | +******Stat****** INFO "#Velo MCHits" | 1 | 1666 | 1666.0 | 0.0000 | 1666.0 | 1666.0 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully @@ -9963,4 +9967,3 @@ Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -+ diff --git a/Sim/Gauss/tests/refs/testGauss-config-2016-epos-pHe.ref b/Sim/Gauss/tests/refs/testGauss-config-2016-epos-pHe.ref index 037d8d9c3aaf0b96c9129ff46da57006cd2dedbc..4f148dd15c203a9285fa5ff9b28bcacba0782144 100644 --- a/Sim/Gauss/tests/refs/testGauss-config-2016-epos-pHe.ref +++ b/Sim/Gauss/tests/refs/testGauss-config-2016-epos-pHe.ref @@ -1,21 +1,21 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbCRMC/options/EPOS.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbCRMC/options/EPOS.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/pHe-Beam6500GeV-0GeV-md100-2016-fix1.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/OneFixedInteraction.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/OneFixedInteraction.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SMOG_pHe.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SMOG_pHe.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/pHe-Beam6500GeV-0GeV-md100-2016-fix1.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbCRMC/options/EPOS.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbCRMC/options/EPOS.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/pHe-Beam6500GeV-0GeV-md100-2016-fix1.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/OneFixedInteraction.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/OneFixedInteraction.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SMOG_pHe.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SMOG_pHe.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/pHe-Beam6500GeV-0GeV-md100-2016-fix1.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -75,19 +75,19 @@ RICH simulation now configured # \----- (End of User Gauss/Gauss) ------------------------------------------------------------------- # GaussTape.ItemList = ['/Event/Gen/Header#1', '/Event/MC/Header#1', '/Event/Gen/BeamParameters#1', '/Event/Gen/Collisions#1', '/Event/pSim/MCVertices#1', '/Event/pSim/MCParticles#1', '/Event/pSim/Velo/Hits#1', '/Event/pSim/PuVeto/Hits#1', '/Event/pSim/IT/Hits#1', '/Event/pSim/OT/Hits#1', '/Event/pSim/TT/Hits#1', '/Event/pSim/Muon/Hits#1', '/Event/pSim/Spd/Hits#1', '/Event/pSim/Prs/Hits#1', '/Event/pSim/Ecal/Hits#1', '/Event/pSim/Hcal/Hits#1', '/Event/pSim/Rich/Hits#1', '/Event/pSim/Rich/OpticalPhotons#1', '/Event/pSim/Rich/Tracks#1', '/Event/pSim/Rich/Segments#1', '/Event/Link/MC/Particles2MCRichTracks#1', '/Event/Link/MC/Rich/Hits2MCRichOpticalPhotons#1'] # GaussTape.OptItemList = ['/Event/Gen/HepMCEvents#1'] -# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20181113-3', 'SIMCOND': 'sim-20161124-1-vc-md100'} +# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20190206-3', 'SIMCOND': 'sim-20170721-1-vc-md100'} # WARNING: Latest unbound local tags on top of the latest global tags of 2016 data type(s) are added: {'DDDB': ['rich-20140220']} # WARNING: local tags in DDDB are ignored ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 02:26:10 2018 + Welcome to Gauss version v53r1-release + running on lbbuild11.cern.ch on Tue Feb 19 02:14:27 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' -ToolSvc.GitDDDB INFO using commit 'dddb-20181113-3' corresponding to be0330fb2a31b79da4c070bfa0c63e3f1f21c2d2 +ToolSvc.GitDDDB INFO using commit 'dddb-20190206-3' corresponding to 6ccfd930ebf64b2415358a84dd3ad48b8c4d83f7 ToolSvc.GitSIMCOND INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/SIMCOND.git' -ToolSvc.GitSIMCOND INFO using commit 'sim-20161124-1-vc-md100' corresponding to 7b54d919ab54f3a716e32ae2f90c9de6a8ec26e9 +ToolSvc.GitSIMCOND INFO using commit 'sim-20170721-1-vc-md100' corresponding to f9b3cf0aa6d9ee61d5ee0692f95e4584e52df268 DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml @@ -100,7 +100,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -186,7 +186,7 @@ GiGa INFO Used Tracking Action Object is GiGaTrackActionSe GiGa INFO Used Stepping Action Object is GiGaStepActionSequence/GiGa.StepSeq RootHistSvc INFO Writing ROOT histograms to: UndefinedROOTOutputFileName HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc -HistogramDataSvc INFO Added stream file:/cvmfs/lhcb.cern.ch/lib/lhcb/PARAM/ParamFiles/v8r27p1/data/gausscalo.root as GaussCalo +HistogramDataSvc INFO Added stream file:/workspace/build/PARAM/ParamFiles/v8r27p1/data/gausscalo.root as GaussCalo GiGa INFO Used Event Action Object is GiGaEventActionSequence/GiGa.EventSeq GiGa INFO Used Run Action Object is GiGaRunActionSequence/GiGa.RunSeq GaussGeo DEBUG Property update for OutputLevel : new value = 2 @@ -1674,7 +1674,7 @@ GaussGeo.Spd DEBUG Sens det shortened name GaussGeo.Spd -> Spd GaussGeo.Spd DEBUG SpdPrsSensDet::initialize() Names for G4VSensitiveDetector are: Path=/LHCb/Calo/ Name=Spd FullPathName=/LHCb/Calo/Spd GaussGeo.Spd DEBUG SpdPrsSensDet::initialize() Sensitive Detector is activated GaussGeo.Spd DEBUG The object of type 'DeCalorimeter*' has been retrieved from TS at address '/dd/Structure/LHCb/DownstreamRegion/Spd' -RFileCnv INFO opening Root file "/cvmfs/lhcb.cern.ch/lib/lhcb/PARAM/ParamFiles/v8r27p1/data/gausscalo.root" for reading +RFileCnv INFO opening Root file "/workspace/build/PARAM/ParamFiles/v8r27p1/data/gausscalo.root" for reading GaussGeo.Prs DEBUG Property update for OutputLevel : new value = 2 GaussGeo.Prs DEBUG Initialize base class GaudiCommon<AlgTool> GaussGeo.Prs DEBUG could not locate CounterSummarySvc, no counter summary will be made @@ -4704,7 +4704,7 @@ GaussSequencer DEBUG ==> Initialise GaussSequencer DEBUG Added algorithm Generator GaussSequencer DEBUG Added algorithm Simulation GaussSequencer INFO Member list: GaudiSequencer/Generator, GaudiSequencer/Simulation -ToolSvc.SequencerTime... INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. GaussSequencer DEBUG Registering tool ToolSvc.SequencerTimerTool GaussSequencer DEBUG Releasing tool 'ToolSvc.SequencerTimerTool' GaussSequencer DEBUG De-Registering tool ToolSvc.SequencerTimerTool @@ -4825,7 +4825,7 @@ GeneratorSlotMainSeq DEBUG The tool 'ToolSvc.SequencerTimerTool' of type 'S GaussGen DEBUG Property update for OutputLevel : new value = 2 GaussGen DEBUG Initialize base class GaudiCommon<Algorithm> GaussGen DEBUG could not locate CounterSummarySvc, no counter summary will be made -GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 63 +GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 64 GaussGen DEBUG Property ['Name': Value] = 'CreateBeam':True GaussGen DEBUG Property ['Name': Value] = 'Luminosity':1.7700000e+18 GaussGen DEBUG Property ['Name': Value] = 'ZLuminousRegion':0.0000000 @@ -4845,6 +4845,7 @@ GaussGen DEBUG Property ['Name': Value] = 'BeamParameters':Gen GaussGen DEBUG Property ['Name': Value] = 'MCHeader':/Event/Gen/Header GaussGen DEBUG Property ['Name': Value] = 'RunNumber':1082 GaussGen DEBUG Property ['Name': Value] = 'FirstEventNumber':1 +GaussGen DEBUG Property ['Name': Value] = 'EvtCounter': GaussGen DEBUG Property ['Name': Value] = 'MinMemoryDelta':16 GaussGen DEBUG Property ['Name': Value] = 'MemoryPurgeLimit':-1 GaussGen DEBUG Property ['Name': Value] = 'Increment':100 @@ -5097,7 +5098,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 02:27:06 | | + | | P Y T H H III A A Now is 19 Feb 2019 at 02:15:22 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -5289,7 +5290,7 @@ Generation.MinimumBia... DEBUG Property ['Name': Value] = 'MonitorService':Mon Generation.MinimumBia... DEBUG Property ['Name': Value] = 'OutputLevel':2 Generation.MinimumBia... DEBUG Property ['Name': Value] = 'ExtraOutputs':[] Generation.MinimumBia... DEBUG Property ['Name': Value] = 'ExtraInputs':[] -Generation.MinimumBia...SUCCESS LbCRMC : Created temporary file /tmp/lbcrmc.08Ns0n for generator's parameters +Generation.MinimumBia...SUCCESS LbCRMC : Created temporary file /tmp/lbcrmc.q74jcb for generator's parameters Generation.MinimumBia... DEBUG Releasing service 'RndmGenSvc' Generation.MinimumBia... DEBUG Property update for OutputLevel : new value = 2 Generation.MinimumBia... DEBUG Initialize base class GaudiCommon<AlgTool> @@ -6806,7 +6807,7 @@ Generation.MinimumBia...SUCCESS MC model: 0 (EPOS LHC) Generation.MinimumBia...SUCCESS Projectile id and momentum: 2212 (id), 6500 (GeV) Generation.MinimumBia...SUCCESS Target id and momentum: 1000020040 (id), -0 (GeV) Generation.MinimumBia...SUCCESS Nucleon-Nucleon center-of-mass energy: 110.45 (GeV) -Generation.MinimumBia...SUCCESS Configuration file: /tmp/lbcrmc.08Ns0n +Generation.MinimumBia...SUCCESS Configuration file: /tmp/lbcrmc.q74jcb Generation.MinimumBia...SUCCESS _________________________________________________________________ Generation.MinimumBias DEBUG Registering tool ToolSvc.XmlCounterLogFile Generation.MinimumBia... DEBUG CRMCProduction::printRunningConditions called @@ -8506,6 +8507,7 @@ GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, all entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, all entries' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), first 'HistoSize' entries' GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, downscaled' desc = 'Virtual memory (kB), downscaled entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, downscaled' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), downscaled entries' +GaussGen DEBUG using internal counter for eventNumber GaussGen DEBUG using seeds [1082, 1, 2119103972, 0] GaussGen INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 2119103972, 0] GaussGen DEBUG GenInit:: The object of type 'LHCb::GenHeader' is registered in TS at address '/Event/Gen/Header' @@ -8887,32 +8889,32 @@ GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for Sens GaussGeo.Ecal DEBUG Initialize(): CollectionName='EcalHits' for SensDet='Ecal' GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for SensDet='Hcal' GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 -GaussGeo.Spd SUCCESS #Hits= 39 #SubHits= 51 #Slots= 304 Energy= 0.168[GeV] -GaussGeo.Prs SUCCESS #Hits= 60 #SubHits= 90 #Slots= 537 Energy= 0.41[GeV] -GaussGeo.Ecal SUCCESS #Hits= 227 #SubHits= 447 #Slots= 471 Energy= 3.94[GeV] -GaussGeo.Hcal SUCCESS #Hits= 8 #SubHits= 9 #Slots= 14 Energy= 0.111[GeV] +GaussGeo.Spd SUCCESS #Hits= 32 #SubHits= 39 #Slots= 232 Energy= 0.112[GeV] +GaussGeo.Prs SUCCESS #Hits= 52 #SubHits= 73 #Slots= 436 Energy= 0.39[GeV] +GaussGeo.Ecal SUCCESS #Hits= 211 #SubHits= 318 #Slots= 348 Energy= 3.3[GeV] +GaussGeo.Hcal SUCCESS #Hits= 14 #SubHits= 14 #Slots= 20 Energy= 0.475[GeV] GiGaFlush DEBUG Dump G4 event object -GiGaFlush INFO GiGaUtil::DumpG4Event 0x206c5d60 ************************************************** +GiGaFlush INFO GiGaUtil::DumpG4Event 0x20984dc0 ************************************************** GiGaUtil::DumpG4Event EventID : 0 GiGaUtil::DumpG4Event NumberOfPrimaryVertex : 1 - GiGaUtil::DumpG4Event #StoredTrajectories : 258 + GiGaUtil::DumpG4Event #StoredTrajectories : 207 GiGaUtil::DumpG4Event # of Hit Collections : 16 GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 0 - GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 75 - GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 71 - GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 31 - GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 29 - GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 39 - GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 219 + GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 70 + GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 53 + GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 28 + GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 32 + GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 103 + GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 94 GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 0 GiGaUtil::DumpG4Event Collection: ID = 8 Name = 'CaloSPHits' SD = 'CaloSP' #Hits = 0 - GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 39 - GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 60 - GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 227 - GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 8 - GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 80 - GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 64 - GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 106 + GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 32 + GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 52 + GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 211 + GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 14 + GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 46 + GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 105 + GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 136 GiGaUtil::DumpG4Event GetDCofThisEvent : G4DCofThisEvent* points to NULL GiGaUtil::DumpG4Event IsAborted : 0 GiGaUtil::DumpG4Event GetUserInformation : G4VUserEventInformation* points to NULL @@ -8949,14 +8951,14 @@ GetMuonHits DEBUG ==> Execute GetMuonHits DEBUG GetTrackerHitsAlg:: The object of type 'ObjectVector<LHCb::MCHit>' is registered in TS at address 'MC/Muon/Hits' MainEventDataPacking DEBUG ==> Execute PackMCParticle DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Particles' -PackMCParticle DEBUG MC/Particles contains 280 MCParticles to convert. +PackMCParticle DEBUG MC/Particles contains 223 MCParticles to convert. PackMCParticle DEBUG PackMCParticle:: The object of type 'LHCb::PackedMCParticles' is registered in TS at address 'pSim/MCParticles' PackMCVertex DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Vertices' -PackMCVertex DEBUG MC/Vertices contains 374 MCVertices to convert. +PackMCVertex DEBUG MC/Vertices contains 308 MCVertices to convert. PackMCVertex DEBUG PackMCVertex:: The object of type 'LHCb::PackedMCVertices' is registered in TS at address 'pSim/MCVertices' SimMonitor DEBUG ==> Execute -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 280 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 374 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 223 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 308 ApplicationMgr INFO Application Manager Stopped successfully GaussGen DEBUG Delete BeamForInitialization GaussGen DEBUG ==> Finalize @@ -9100,26 +9102,26 @@ GetOTHits DEBUG Services to release : GiGa GiGaKine GetOTHits DEBUG Releasing service 'GiGa' GetOTHits DEBUG Releasing service 'GiGaKine' GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 60.00 +- 7.75 (100.00 +-0.00%) Rich2 = 258.00 +-16.06 (100.00 +-0.00%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 60.00 +- 7.75 (100.00 +-0.00%) Rich2 = 197.00 +-14.04 (100.00 +-0.00%) GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 59.00 +- 7.68 ( 98.33 +-1.65%) Rich2 = 47.00 +- 6.86 ( 18.22 +-2.40%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 3.00 +- 1.73 ( 1.16 +-0.67%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 173.00 +-13.15 ( 67.05 +-2.93%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 57.00 +- 7.55 ( 95.00 +-2.81%) Rich2 = 100.00 +-10.00 ( 50.76 +-3.56%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 30.00 +- 5.48 ( 11.63 +-2.00%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 1.00 +- 1.00 ( 1.67 +-1.65%) Rich2 = 56.00 +- 7.48 ( 21.71 +-2.57%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 41.00 +- 6.40 ( 15.89 +-2.28%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 93.00 +- 9.64 ( 47.21 +-3.56%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 3.00 +- 1.73 ( 5.00 +-2.81%) Rich2 = 7.00 +- 2.65 ( 3.55 +-1.32%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 3.00 +- 1.73 ( 5.00 +-2.81%) Rich2 = 5.00 +- 2.24 ( 2.54 +-1.12%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 1.00 +- 1.00 ( 1.67 +-1.65%) Rich2 = 24.00 +- 4.90 ( 9.30 +-1.81%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 2.00 +- 1.41 ( 3.33 +-2.32%) Rich2 = 3.00 +- 1.73 ( 1.52 +-0.87%) GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 59.00 +- 7.68 ( 98.33 +-1.65%) Rich2Gas = 47.00 +- 6.86 ( 18.22 +-2.40%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 57.00 +- 7.55 ( 95.00 +-2.81%) Rich2Gas = 100.00 +-10.00 ( 50.76 +-3.56%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : @@ -9140,13 +9142,9 @@ GetRichHits INFO tile = 13 hits = 0.00 +- 0.00 / eve GetRichHits INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 15 hits = 0.00 +- 0.00 / event GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 60.00 +- 7.75 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 82.00 +- 9.06 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 3.00 +- 1.73 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 173.00 +- 13.15 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 197.00 +- 14.04 / event GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 3.00 +- 1.73 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 12.00 +- 3.46 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 2.00 +- 1.41 / event -GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 3.00 +- 1.73 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 20.00 +- 4.47 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 RichHits DEBUG Finalize base class GaudiAlgorithm RichHits DEBUG Tools to release : @@ -9192,46 +9190,46 @@ PackMCVertex DEBUG Tools to release : PackMCVertex DEBUG Services to release : MCVeloHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 75 | 75.000 | 0.0000 | 75.000 | 75.000 | + | "# PackedData" | 1 | 70 | 70.000 | 0.0000 | 70.000 | 70.000 | MCPuVetoHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# PackedData" | 1 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | MCTTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 71 | 71.000 | 0.0000 | 71.000 | 71.000 | + | "# PackedData" | 1 | 53 | 53.000 | 0.0000 | 53.000 | 53.000 | MCITHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 64 | 64.000 | 0.0000 | 64.000 | 64.000 | + | "# PackedData" | 1 | 105 | 105.00 | 0.0000 | 105.00 | 105.00 | MCOTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 106 | 106.00 | 0.0000 | 106.00 | 106.00 | + | "# PackedData" | 1 | 136 | 136.00 | 0.0000 | 136.00 | 136.00 | MCMuonHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 80 | 80.000 | 0.0000 | 80.000 | 80.000 | + | "# PackedData" | 1 | 46 | 46.000 | 0.0000 | 46.000 | 46.000 | MCPrsHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 537 | 537.00 | 0.0000 | 537.00 | 537.00 | + | "# PackedData" | 1 | 436 | 436.00 | 0.0000 | 436.00 | 436.00 | MCSpdHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 304 | 304.00 | 0.0000 | 304.00 | 304.00 | + | "# PackedData" | 1 | 232 | 232.00 | 0.0000 | 232.00 | 232.00 | MCEcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 471 | 471.00 | 0.0000 | 471.00 | 471.00 | + | "# PackedData" | 1 | 348 | 348.00 | 0.0000 | 348.00 | 348.00 | MCHcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 14 | 14.000 | 0.0000 | 14.000 | 14.000 | + | "# PackedData" | 1 | 20 | 20.000 | 0.0000 | 20.000 | 20.000 | MCRichHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 318 | 318.00 | 0.0000 | 318.00 | 318.00 | + | "# PackedData" | 1 | 257 | 257.00 | 0.0000 | 257.00 | 257.00 | MCRichOpPhotPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 318 | 318.00 | 0.0000 | 318.00 | 318.00 | + | "# PackedData" | 1 | 257 | 257.00 | 0.0000 | 257.00 | 257.00 | MCRichSegmentPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 20 | 20.000 | 0.0000 | 20.000 | 20.000 | + | "# PackedData" | 1 | 23 | 23.000 | 0.0000 | 23.000 | 23.000 | MCRichTrackPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 16 | 16.000 | 0.0000 | 16.000 | 16.000 | + | "# PackedData" | 1 | 20 | 20.000 | 0.0000 | 20.000 | 20.000 | MainEventDataPacking DEBUG Finalize base class GaudiAlgorithm MainEventDataPacking DEBUG Tools to release : MainEventDataPacking DEBUG Services to release : @@ -9241,41 +9239,41 @@ MakeMainSim DEBUG Services to release : VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 75+/-0 +VeloGaussMoni INFO | Number of MCHits/Event: 70+/-0 VeloGaussMoni INFO | Number of PileUpMCHits/Event: 0+/-0 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 71 -TTHitMonitor INFO Mean beta * gamma: 1142.28 -TTHitMonitor INFO Most Probable deposited charge: 0.176652 -TTHitMonitor INFO Half Sample width 0.0929212 +TTHitMonitor INFO #hits per event: 53 +TTHitMonitor INFO Mean beta * gamma: 375.951 +TTHitMonitor INFO Most Probable deposited charge: 0.179213 +TTHitMonitor INFO Half Sample width 0.116225 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitor SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "betaGamma" | 71 | 81101.58 | 1142.3 | 1871.8 | 23.410 | 6684.5 | - | "numberHits" | 1 | 71 | 71.000 | 0.0000 | 71.000 | 71.000 | + | "betaGamma" | 53 | 19925.4 | 375.95 | 491.78 | 10.485 | 1230.9 | + | "numberHits" | 1 | 53 | 53.000 | 0.0000 | 53.000 | 53.000 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 64 -ITHitMonitor INFO Mean beta * gamma: 2326.16 -ITHitMonitor INFO Most Probable deposited charge: 0.11071 -ITHitMonitor INFO Half Sample width 0.0514995 +ITHitMonitor INFO #hits per event: 105 +ITHitMonitor INFO Mean beta * gamma: 4102.03 +ITHitMonitor INFO Most Probable deposited charge: 0.130421 +ITHitMonitor INFO Half Sample width 0.0441432 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 5 | 5 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 64 | 148874.2 | 2326.2 | 3798.5 | 10.548 | 10567. | - | "numberHits" | 1 | 64 | 64.000 | 0.0000 | 64.000 | 64.000 | + | "DeltaRay" | 7 | 7 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 105 | 430712.9 | 4102.0 | 9432.9 | 6.9165 | 54328. | + | "numberHits" | 1 | 105 | 105.00 | 0.0000 | 105.00 | 105.00 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 106 -OTHitMonitor INFO Mean beta * gamma: 2576.07 -OTHitMonitor INFO Most Probable deposited charge: 0.211388 -OTHitMonitor INFO Half Sample width 0.101202 +OTHitMonitor INFO #hits per event: 136 +OTHitMonitor INFO Mean beta * gamma: 7895.75 +OTHitMonitor INFO Most Probable deposited charge: 0.20001 +OTHitMonitor INFO Half Sample width 0.0908821 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 1 | 1 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 106 | 273063.1 | 2576.1 | 6303.2 | 0.0087372 | 29856. | - | "numberHits" | 1 | 106 | 106.00 | 0.0000 | 106.00 | 106.00 | + | "DeltaRay" | 37 | 37 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 136 | 1073822 | 7895.7 | 17164. | 0.54955 | 57728. | + | "numberHits" | 1 | 136 | 136.00 | 0.0000 | 136.00 | 136.00 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -9284,345 +9282,345 @@ MuonHitChecker INFO ------------------------------------------------ MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 42.000 0.000 0.000 0.000 0.000 R1 -MuonHitChecker INFO 17.000 0.000 0.000 0.000 0.000 R2 -MuonHitChecker INFO 5.000 0.000 0.000 0.000 0.000 R3 -MuonHitChecker INFO 12.000 4.000 0.000 0.000 0.000 R4 +MuonHitChecker INFO 11.000 0.000 0.000 0.000 0.000 R1 +MuonHitChecker INFO 3.000 0.000 0.000 0.000 0.000 R2 +MuonHitChecker INFO 10.000 0.000 0.000 0.000 0.000 R3 +MuonHitChecker INFO 22.000 0.000 0.000 0.000 0.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 76.000 4.000 0.000 0.000 0.000 allR +MuonHitChecker INFO 46.000 0.000 0.000 0.000 0.000 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 UnpackPuVetoHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# UnPackedData" | 1 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackVeloHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 75 | 75.000 | 0.0000 | 75.000 | 75.000 | + | "# UnPackedData" | 1 | 70 | 70.000 | 0.0000 | 70.000 | 70.000 | CheckVeloHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 75 |7.826105e-07 | 1.0435e-08 | 2.9623e-07 | -4.9660e-07 | 4.9930e-07 | - | "Diff. - Displacement y" | 75 |2.517247e-07 | 3.3563e-09 | 2.6565e-07 | -4.9453e-07 | 4.5941e-07 | - | "Diff. - Displacement z" | 75 |1.573688e-06 | 2.0983e-08 | 2.9083e-07 | -4.6413e-07 | 4.9975e-07 | - | "Diff. - Energy" | 75 |5.422469e-06 | 7.2300e-08 | 5.7527e-07 | -9.7974e-07 | 9.6238e-07 | - | "Diff. - Entry Point x" | 75 |-0.0003102742 |-4.1370e-06 | 2.8584e-05 | -4.9487e-05 | 4.6962e-05 | - | "Diff. - Entry Point y" | 75 |-0.000236264 |-3.1502e-06 | 2.9052e-05 | -4.9335e-05 | 4.8043e-05 | - | "Diff. - Entry Point z" | 75 |-0.0002914685 |-3.8862e-06 | 2.7369e-05 | -4.9897e-05 | 4.9140e-05 | - | "Diff. - Parent |P|" | 75 |0.0003284867 | 4.3798e-06 | 0.0026610 | -0.0049143 | 0.0049342 | - | "Diff. - TOF" | 75 |3.966852e-05 | 5.2891e-07 | 2.7714e-06 | -4.9163e-06 | 4.9350e-06 | - | "Original - Displacement x" | 75 | 0.9242778 | 0.012324 | 0.031185 | -0.021231 | 0.16538 | - | "Original - Displacement y" | 75 | 0.6008273 | 0.0080110 | 0.057728 | -0.26304 | 0.27829 | - | "Original - Displacement z" | 75 | 21.04001 | 0.28053 | 0.058527 | 0.016707 | 0.30016 | - | "Original - Energy" | 75 | 8.442041 | 0.11256 | 0.090901 | 0.0053540 | 0.72927 | - | "Original - Entry Point x" | 75 | 388.6249 | 5.1817 | 14.211 | -20.616 | 29.758 | - | "Original - Entry Point y" | 75 | 126.1229 | 1.6816 | 16.015 | -28.281 | 39.112 | - | "Original - Entry Point z" | 75 | 18040.89 | 240.55 | 277.04 | -146.11 | 750.99 | - | "Original - Parent |P|" | 75 | 1100054 | 14667. | 10159. | 1.4825 | 26511. | - | "Original - TOF" | 75 | 60.61505 | 0.80820 | 0.91929 | -0.48394 | 2.5073 | - | "Unpacked - Displacement x" | 75 | 0.924277 | 0.012324 | 0.031185 | -0.021231 | 0.16538 | - | "Unpacked - Displacement y" | 75 | 0.600827 | 0.0080110 | 0.057728 | -0.26304 | 0.27830 | - | "Unpacked - Displacement z" | 75 | 21.04 | 0.28053 | 0.058527 | 0.016707 | 0.30016 | - | "Unpacked - Energy" | 75 | 8.442036 | 0.11256 | 0.090901 | 0.0053540 | 0.72927 | - | "Unpacked - Entry Point x" | 75 | 388.6252 | 5.1817 | 14.211 | -20.616 | 29.758 | - | "Unpacked - Entry Point y" | 75 | 126.1231 | 1.6816 | 16.015 | -28.281 | 39.112 | - | "Unpacked - Entry Point z" | 75 | 18040.89 | 240.55 | 277.04 | -146.11 | 750.99 | - | "Unpacked - Parent |P|" | 75 | 1100054 | 14667. | 10159. | 1.4800 | 26511. | - | "Unpacked - TOF" | 75 | 60.61501 | 0.80820 | 0.91929 | -0.48394 | 2.5073 | + | "Diff. - Displacement x" | 70 |-2.43711e-06 |-3.4816e-08 | 2.9565e-07 | -4.9660e-07 | 4.7843e-07 | + | "Diff. - Displacement y" | 70 |-1.241449e-06 |-1.7735e-08 | 2.8740e-07 | -4.9453e-07 | 4.8858e-07 | + | "Diff. - Displacement z" | 70 |-2.750242e-07 |-3.9289e-09 | 2.9427e-07 | -4.8718e-07 | 4.9975e-07 | + | "Diff. - Energy" | 70 |-8.978745e-07 |-1.2827e-08 | 5.5495e-07 | -9.5824e-07 | 9.8043e-07 | + | "Diff. - Entry Point x" | 70 |-0.0002649895 |-3.7856e-06 | 2.9872e-05 | -4.9755e-05 | 5.0000e-05 | + | "Diff. - Entry Point y" | 70 |0.0003111679 | 4.4453e-06 | 2.6616e-05 | -4.7867e-05 | 4.9202e-05 | + | "Diff. - Entry Point z" | 70 |-0.0001155596 |-1.6509e-06 | 2.8140e-05 | -4.8489e-05 | 4.7733e-05 | + | "Diff. - Parent |P|" | 70 |-0.02171299 |-0.00031019 | 0.0025157 | -0.0047834 | 0.0049342 | + | "Diff. - TOF" | 70 |1.785489e-05 | 2.5507e-07 | 2.6937e-06 | -4.7908e-06 | 4.9350e-06 | + | "Original - Displacement x" | 70 | 0.7178746 | 0.010255 | 0.025816 | -0.0070444 | 0.14583 | + | "Original - Displacement y" | 70 | 0.6943938 | 0.0099199 | 0.029311 | -0.0091473 | 0.15218 | + | "Original - Displacement z" | 70 | 20.44994 | 0.29214 | 0.028949 | 0.093450 | 0.30010 | + | "Original - Energy" | 70 | 7.900883 | 0.11287 | 0.053695 | 0.032124 | 0.37200 | + | "Original - Entry Point x" | 70 | 299.5259 | 4.2789 | 14.259 | -20.702 | 28.692 | + | "Original - Entry Point y" | 70 | -24.65439 | -0.35221 | 14.431 | -28.425 | 27.464 | + | "Original - Entry Point z" | 70 | 20165.76 | 288.08 | 275.24 | -146.11 | 750.99 | + | "Original - Parent |P|" | 70 | 1096825 | 15669. | 9768.5 | 2.5426 | 26511. | + | "Original - TOF" | 70 | 67.43901 | 0.96341 | 0.91693 | -0.48394 | 2.5073 | + | "Unpacked - Displacement x" | 70 | 0.717877 | 0.010255 | 0.025816 | -0.0070440 | 0.14583 | + | "Unpacked - Displacement y" | 70 | 0.694395 | 0.0099199 | 0.029311 | -0.0091470 | 0.15218 | + | "Unpacked - Displacement z" | 70 | 20.44994 | 0.29214 | 0.028949 | 0.093450 | 0.30010 | + | "Unpacked - Energy" | 70 | 7.900884 | 0.11287 | 0.053695 | 0.032124 | 0.37200 | + | "Unpacked - Entry Point x" | 70 | 299.5262 | 4.2789 | 14.259 | -20.702 | 28.692 | + | "Unpacked - Entry Point y" | 70 | -24.6547 | -0.35221 | 14.431 | -28.425 | 27.463 | + | "Unpacked - Entry Point z" | 70 | 20165.76 | 288.08 | 275.24 | -146.11 | 750.99 | + | "Unpacked - Parent |P|" | 70 | 1096825 | 15669. | 9768.5 | 2.5400 | 26511. | + | "Unpacked - TOF" | 70 | 67.43899 | 0.96341 | 0.91693 | -0.48394 | 2.5074 | UnpackTTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 71 | 71.000 | 0.0000 | 71.000 | 71.000 | + | "# UnPackedData" | 1 | 53 | 53.000 | 0.0000 | 53.000 | 53.000 | CheckTTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 71 |-1.059551e-06 |-1.4923e-08 | 2.8268e-07 | -4.9584e-07 | 4.9745e-07 | - | "Diff. - Displacement y" | 71 |1.652985e-06 | 2.3281e-08 | 2.9041e-07 | -4.8079e-07 | 4.9268e-07 | - | "Diff. - Displacement z" | 71 |-1.020812e-07 |-1.4378e-09 | 9.9252e-08 | -4.4756e-07 | 4.4756e-07 | - | "Diff. - Energy" | 71 |2.070774e-06 | 2.9166e-08 | 5.6765e-07 | -9.2653e-07 | 9.9038e-07 | - | "Diff. - Entry Point x" | 71 |-5.05779e-05 |-7.1236e-07 | 3.0336e-05 | -4.9074e-05 | 4.9239e-05 | - | "Diff. - Entry Point y" | 71 |0.0001646949 | 2.3196e-06 | 2.9871e-05 | -4.8625e-05 | 4.8365e-05 | - | "Diff. - Entry Point z" | 71 |-5.32156e-06 |-7.4952e-08 | 5.3315e-06 | -2.1867e-05 | 3.5448e-05 | - | "Diff. - Parent |P|" | 71 |0.003836083 | 5.4029e-05 | 0.0028676 | -0.0048457 | 0.0049665 | - | "Diff. - TOF" | 71 |-1.285921e-06 |-1.8112e-08 | 2.8213e-06 | -4.8218e-06 | 4.9922e-06 | - | "Original - Displacement x" | 71 | 10.95784 | 0.15434 | 0.57591 | -0.97771 | 2.3855 | - | "Original - Displacement y" | 71 | -0.6309853 | -0.0088871 | 0.16304 | -0.68662 | 0.17928 | - | "Original - Displacement z" | 71 | -11.98848 | -0.16885 | 0.44548 | -0.50000 | 0.50000 | - | "Original - Energy" | 71 | 19.90517 | 0.28035 | 0.21435 | 0.023828 | 1.1674 | - | "Original - Entry Point x" | 71 | -15971.36 | -224.95 | 458.94 | -782.42 | 696.09 | - | "Original - Entry Point y" | 71 | 12544.51 | 176.68 | 241.02 | -204.17 | 628.15 | - | "Original - Entry Point z" | 71 | 177722.6 | 2503.1 | 132.62 | 2330.0 | 2640.5 | - | "Original - Parent |P|" | 71 | 165639.1 | 2332.9 | 6358.1 | 1.5119 | 26498. | - | "Original - TOF" | 71 | 1148.512 | 16.176 | 3.9319 | 7.7901 | 20.501 | - | "Unpacked - Displacement x" | 71 | 10.95784 | 0.15434 | 0.57591 | -0.97771 | 2.3855 | - | "Unpacked - Displacement y" | 71 | -0.630987 | -0.0088871 | 0.16304 | -0.68662 | 0.17928 | - | "Unpacked - Displacement z" | 71 | -11.98848 | -0.16885 | 0.44548 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 71 | 19.90517 | 0.28035 | 0.21435 | 0.023828 | 1.1674 | - | "Unpacked - Entry Point x" | 71 | -15971.36 | -224.95 | 458.94 | -782.42 | 696.09 | - | "Unpacked - Entry Point y" | 71 | 12544.51 | 176.68 | 241.02 | -204.17 | 628.15 | - | "Unpacked - Entry Point z" | 71 | 177722.6 | 2503.1 | 132.62 | 2330.0 | 2640.5 | - | "Unpacked - Parent |P|" | 71 | 165639.1 | 2332.9 | 6358.1 | 1.5100 | 26498. | - | "Unpacked - TOF" | 71 | 1148.512 | 16.176 | 3.9319 | 7.7901 | 20.501 | + | "Diff. - Displacement x" | 53 |5.235437e-06 | 9.8782e-08 | 2.6640e-07 | -4.9455e-07 | 4.8720e-07 | + | "Diff. - Displacement y" | 53 |2.461019e-08 | 4.6434e-10 | 3.0669e-07 | -4.9817e-07 | 4.8766e-07 | + | "Diff. - Displacement z" | 53 |1.120335e-06 | 2.1138e-08 | 1.5984e-07 | -4.3365e-07 | 4.6348e-07 | + | "Diff. - Energy" | 53 |3.703879e-07 | 6.9885e-09 | 6.0541e-07 | -9.7603e-07 | 9.9424e-07 | + | "Diff. - Entry Point x" | 53 |9.56027e-05 | 1.8038e-06 | 2.8898e-05 | -4.9561e-05 | 4.5271e-05 | + | "Diff. - Entry Point y" | 53 |-5.59916e-07 |-1.0564e-08 | 2.9189e-05 | -4.8064e-05 | 4.9628e-05 | + | "Diff. - Entry Point z" | 53 |-5.751289e-05 |-1.0851e-06 | 8.7695e-06 | -4.5249e-05 | 2.3250e-05 | + | "Diff. - Parent |P|" | 53 | 0.01247195 | 0.00023532 | 0.0027485 | -0.0049830 | 0.0046851 | + | "Diff. - TOF" | 53 |2.236838e-06 | 4.2204e-08 | 2.8500e-06 | -4.7284e-06 | 4.9512e-06 | + | "Original - Displacement x" | 53 | 44.78697 | 0.84504 | 1.6144 | -0.78092 | 7.1586 | + | "Original - Displacement y" | 53 | -15.61905 | -0.29470 | 0.79567 | -2.8868 | 0.51607 | + | "Original - Displacement z" | 53 | -0.4675309 | -0.0088213 | 0.44047 | -0.50000 | 0.50000 | + | "Original - Energy" | 53 | 24.2518 | 0.45758 | 0.57344 | 0.030776 | 2.5281 | + | "Original - Entry Point x" | 53 | 9229.872 | 174.15 | 397.24 | -752.47 | 609.83 | + | "Original - Entry Point y" | 53 | 7640.827 | 144.17 | 184.20 | -147.13 | 513.72 | + | "Original - Entry Point z" | 53 | 135251.3 | 2551.9 | 117.76 | 2330.0 | 2648.0 | + | "Original - Parent |P|" | 53 | 163383.3 | 3082.7 | 7206.8 | 1.7999 | 26498. | + | "Original - TOF" | 53 | 838.3252 | 15.817 | 4.7525 | 7.7901 | 26.659 | + | "Unpacked - Displacement x" | 53 | 44.78696 | 0.84504 | 1.6144 | -0.78092 | 7.1586 | + | "Unpacked - Displacement y" | 53 | -15.61905 | -0.29470 | 0.79567 | -2.8868 | 0.51607 | + | "Unpacked - Displacement z" | 53 | -0.467532 | -0.0088214 | 0.44047 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 53 | 24.2518 | 0.45758 | 0.57344 | 0.030776 | 2.5281 | + | "Unpacked - Entry Point x" | 53 | 9229.872 | 174.15 | 397.24 | -752.47 | 609.83 | + | "Unpacked - Entry Point y" | 53 | 7640.827 | 144.17 | 184.20 | -147.13 | 513.72 | + | "Unpacked - Entry Point z" | 53 | 135251.3 | 2551.9 | 117.76 | 2330.0 | 2648.0 | + | "Unpacked - Parent |P|" | 53 | 163383.3 | 3082.7 | 7206.8 | 1.8000 | 26498. | + | "Unpacked - TOF" | 53 | 838.3252 | 15.817 | 4.7525 | 7.7901 | 26.659 | UnpackITHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 64 | 64.000 | 0.0000 | 64.000 | 64.000 | + | "# UnPackedData" | 1 | 105 | 105.00 | 0.0000 | 105.00 | 105.00 | CheckITHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 64 |-2.064252e-06 |-3.2254e-08 | 2.8330e-07 | -4.9511e-07 | 4.8474e-07 | - | "Diff. - Displacement y" | 64 |2.348103e-06 | 3.6689e-08 | 2.8764e-07 | -4.4161e-07 | 4.9442e-07 | - | "Diff. - Displacement z" | 64 |3.325767e-06 | 5.1965e-08 | 2.5589e-07 | -4.8254e-07 | 4.8587e-07 | - | "Diff. - Energy" | 64 |-3.499685e-06 |-5.4683e-08 | 6.1710e-07 | -9.8401e-07 | 9.7693e-07 | - | "Diff. - Entry Point x" | 64 |0.0003998385 | 6.2475e-06 | 2.8529e-05 | -4.9910e-05 | 4.9183e-05 | - | "Diff. - Entry Point y" | 64 |0.0002352429 | 3.6757e-06 | 2.7515e-05 | -4.9232e-05 | 4.9579e-05 | - | "Diff. - Entry Point z" | 64 |0.000187718 | 2.9331e-06 | 2.7969e-05 | -4.9703e-05 | 4.7135e-05 | - | "Diff. - Parent |P|" | 64 |-0.05258559 |-0.00082165 | 0.0028096 | -0.0047155 | 0.0049770 | - | "Diff. - TOF" | 64 |-3.267859e-05 |-5.1060e-07 | 2.6784e-06 | -4.7245e-06 | 4.8997e-06 | - | "Original - Displacement x" | 64 | -4.744067 | -0.074126 | 0.28193 | -1.3271 | 0.25787 | - | "Original - Displacement y" | 64 | -0.4075657 | -0.0063682 | 0.045549 | -0.26713 | 0.13757 | - | "Original - Displacement z" | 64 | 21.72905 | 0.33952 | 0.11593 | -0.19547 | 0.40983 | - | "Original - Energy" | 64 | 9.590755 | 0.14986 | 0.073565 | 0.037054 | 0.44392 | - | "Original - Entry Point x" | 64 | 167.3654 | 2.6151 | 269.01 | -397.91 | 582.10 | - | "Original - Entry Point y" | 64 | 1870.065 | 29.220 | 80.271 | -148.67 | 157.14 | - | "Original - Entry Point z" | 64 | 517533.2 | 8086.5 | 528.61 | 7668.1 | 9168.1 | - | "Original - Parent |P|" | 64 | 169621.2 | 2650.3 | 3897.3 | 1.6666 | 9927.2 | - | "Original - TOF" | 64 | 1734.856 | 27.107 | 1.7387 | 25.581 | 30.636 | - | "Unpacked - Displacement x" | 64 | -4.744065 | -0.074126 | 0.28193 | -1.3271 | 0.25787 | - | "Unpacked - Displacement y" | 64 | -0.407568 | -0.0063682 | 0.045549 | -0.26713 | 0.13757 | - | "Unpacked - Displacement z" | 64 | 21.72905 | 0.33952 | 0.11593 | -0.19547 | 0.40983 | - | "Unpacked - Energy" | 64 | 9.590758 | 0.14986 | 0.073565 | 0.037054 | 0.44392 | - | "Unpacked - Entry Point x" | 64 | 167.365 | 2.6151 | 269.01 | -397.91 | 582.10 | - | "Unpacked - Entry Point y" | 64 | 1870.064 | 29.220 | 80.271 | -148.67 | 157.14 | - | "Unpacked - Entry Point z" | 64 | 517533.2 | 8086.5 | 528.61 | 7668.1 | 9168.1 | - | "Unpacked - Parent |P|" | 64 | 169621.3 | 2650.3 | 3897.3 | 1.6700 | 9927.2 | - | "Unpacked - TOF" | 64 | 1734.856 | 27.107 | 1.7387 | 25.581 | 30.636 | + | "Diff. - Displacement x" | 105 |1.726705e-06 | 1.6445e-08 | 2.7936e-07 | -4.9841e-07 | 4.8824e-07 | + | "Diff. - Displacement y" | 105 |-1.552972e-06 |-1.4790e-08 | 2.9142e-07 | -4.9615e-07 | 4.5407e-07 | + | "Diff. - Displacement z" | 105 |3.308245e-06 | 3.1507e-08 | 2.7288e-07 | -4.9026e-07 | 4.9699e-07 | + | "Diff. - Energy" | 105 |-9.000811e-06 |-8.5722e-08 | 5.8808e-07 | -9.9684e-07 | 9.9532e-07 | + | "Diff. - Entry Point x" | 105 |-4.703157e-05 |-4.4792e-07 | 3.1819e-05 | -4.9308e-05 | 4.9494e-05 | + | "Diff. - Entry Point y" | 105 |0.0003042238 | 2.8974e-06 | 2.8431e-05 | -4.6790e-05 | 4.8631e-05 | + | "Diff. - Entry Point z" | 105 |-0.0002438453 |-2.3223e-06 | 2.9217e-05 | -4.9703e-05 | 4.8201e-05 | + | "Diff. - Parent |P|" | 105 |-0.01963935 |-0.00018704 | 0.0029196 | -0.0049132 | 0.0049810 | + | "Diff. - TOF" | 105 |-4.075698e-05 |-3.8816e-07 | 2.8072e-06 | -4.8238e-06 | 4.8911e-06 | + | "Original - Displacement x" | 105 | -0.9402593 | -0.0089549 | 0.19567 | -0.52857 | 0.63567 | + | "Original - Displacement y" | 105 | -4.886183 | -0.046535 | 0.16717 | -0.64447 | 0.57038 | + | "Original - Displacement z" | 105 | 23.59011 | 0.22467 | 0.29134 | -0.41202 | 0.41032 | + | "Original - Energy" | 105 | 20.4958 | 0.19520 | 0.26843 | 0.0083415 | 2.0408 | + | "Original - Entry Point x" | 105 | -11417.6 | -108.74 | 247.72 | -498.07 | 611.03 | + | "Original - Entry Point y" | 105 | -342.4048 | -3.2610 | 84.581 | -202.37 | 157.14 | + | "Original - Entry Point z" | 105 | 882965.1 | 8409.2 | 473.82 | 7672.0 | 9168.1 | + | "Original - Parent |P|" | 105 | 302054.9 | 2876.7 | 4963.3 | 1.4467 | 27679. | + | "Original - TOF" | 105 | 2991.966 | 28.495 | 1.6945 | 25.635 | 31.739 | + | "Unpacked - Displacement x" | 105 | -0.940261 | -0.0089549 | 0.19567 | -0.52857 | 0.63567 | + | "Unpacked - Displacement y" | 105 | -4.886181 | -0.046535 | 0.16717 | -0.64447 | 0.57038 | + | "Unpacked - Displacement z" | 105 | 23.5901 | 0.22467 | 0.29134 | -0.41202 | 0.41032 | + | "Unpacked - Energy" | 105 | 20.49581 | 0.19520 | 0.26843 | 0.0083420 | 2.0408 | + | "Unpacked - Entry Point x" | 105 | -11417.6 | -108.74 | 247.72 | -498.07 | 611.03 | + | "Unpacked - Entry Point y" | 105 | -342.4051 | -3.2610 | 84.581 | -202.37 | 157.14 | + | "Unpacked - Entry Point z" | 105 | 882965.1 | 8409.2 | 473.82 | 7672.0 | 9168.1 | + | "Unpacked - Parent |P|" | 105 | 302054.9 | 2876.7 | 4963.3 | 1.4500 | 27679. | + | "Unpacked - TOF" | 105 | 2991.966 | 28.495 | 1.6945 | 25.635 | 31.739 | UnpackOTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 106 | 106.00 | 0.0000 | 106.00 | 106.00 | + | "# UnPackedData" | 1 | 136 | 136.00 | 0.0000 | 136.00 | 136.00 | CheckOTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 106 |3.280998e-06 | 3.0953e-08 | 2.9935e-07 | -4.9685e-07 | 4.9381e-07 | - | "Diff. - Displacement y" | 106 |-7.366376e-07 |-6.9494e-09 | 2.7057e-07 | -4.8253e-07 | 4.7015e-07 | - | "Diff. - Displacement z" | 106 |-1.274234e-06 |-1.2021e-08 | 2.9220e-07 | -4.9323e-07 | 4.7580e-07 | - | "Diff. - Energy" | 106 |-1.36758e-06 |-1.2902e-08 | 5.8694e-07 | -9.3324e-07 | 9.8337e-07 | - | "Diff. - Entry Point x" | 106 |-0.0004401628 |-4.1525e-06 | 2.7775e-05 | -4.8244e-05 | 4.8905e-05 | - | "Diff. - Entry Point y" | 106 |-3.892991e-05 |-3.6726e-07 | 2.7365e-05 | -4.9868e-05 | 4.9991e-05 | - | "Diff. - Entry Point z" | 106 |0.0001935818 | 1.8262e-06 | 3.0418e-05 | -4.9632e-05 | 4.9873e-05 | - | "Diff. - Parent |P|" | 106 |-0.02992781 |-0.00028234 | 0.0027833 | -0.0048325 | 0.0048121 | - | "Diff. - TOF" | 106 |4.912631e-06 | 4.6346e-08 | 3.0630e-06 | -4.9455e-06 | 4.9110e-06 | - | "Original - Displacement x" | 106 | -247.7522 | -2.3373 | 7.9783 | -36.810 | 11.127 | - | "Original - Displacement y" | 106 | -74.47728 | -0.70262 | 2.9857 | -8.4332 | 16.044 | - | "Original - Displacement z" | 106 | 634.893 | 5.9896 | 7.8820 | -10.760 | 10.736 | - | "Original - Energy" | 106 | 43.14628 | 0.40704 | 0.47598 | 0.013098 | 2.4683 | - | "Original - Entry Point x" | 106 | -24603.72 | -232.11 | 1518.3 | -2944.3 | 2491.8 | - | "Original - Entry Point y" | 106 | -10676.28 | -100.72 | 811.26 | -2281.0 | 1595.3 | - | "Original - Entry Point z" | 106 | 915173.5 | 8633.7 | 579.23 | 7854.6 | 9403.0 | - | "Original - Parent |P|" | 106 | 508204.1 | 4794.4 | 8928.5 | 1.4457 | 26494. | - | "Original - TOF" | 106 | 3999.763 | 37.734 | 18.867 | 26.217 | 102.04 | - | "Unpacked - Displacement x" | 106 | -247.7522 | -2.3373 | 7.9783 | -36.810 | 11.127 | - | "Unpacked - Displacement y" | 106 | -74.47728 | -0.70262 | 2.9857 | -8.4332 | 16.044 | - | "Unpacked - Displacement z" | 106 | 634.893 | 5.9896 | 7.8820 | -10.760 | 10.736 | - | "Unpacked - Energy" | 106 | 43.14628 | 0.40704 | 0.47598 | 0.013098 | 2.4683 | - | "Unpacked - Entry Point x" | 106 | -24603.72 | -232.11 | 1518.3 | -2944.3 | 2491.8 | - | "Unpacked - Entry Point y" | 106 | -10676.28 | -100.72 | 811.26 | -2281.0 | 1595.3 | - | "Unpacked - Entry Point z" | 106 | 915173.5 | 8633.7 | 579.23 | 7854.6 | 9403.0 | - | "Unpacked - Parent |P|" | 106 | 508204.1 | 4794.4 | 8928.5 | 1.4500 | 26494. | - | "Unpacked - TOF" | 106 | 3999.763 | 37.734 | 18.867 | 26.217 | 102.04 | + | "Diff. - Displacement x" | 136 |-3.223857e-06 |-2.3705e-08 | 2.9865e-07 | -4.8438e-07 | 4.9381e-07 | + | "Diff. - Displacement y" | 136 |-2.725949e-06 |-2.0044e-08 | 2.9503e-07 | -4.8956e-07 | 4.9613e-07 | + | "Diff. - Displacement z" | 136 |-2.300274e-06 |-1.6914e-08 | 3.0752e-07 | -4.9374e-07 | 4.9447e-07 | + | "Diff. - Energy" | 136 |1.266086e-05 | 9.3095e-08 | 5.6803e-07 | -9.8159e-07 | 9.9831e-07 | + | "Diff. - Entry Point x" | 136 |-5.99148e-05 |-4.4055e-07 | 3.0328e-05 | -4.8823e-05 | 4.9497e-05 | + | "Diff. - Entry Point y" | 136 |-0.0003193186 |-2.3479e-06 | 2.7173e-05 | -4.8351e-05 | 4.8638e-05 | + | "Diff. - Entry Point z" | 136 |-4.540529e-05 |-3.3386e-07 | 2.7849e-05 | -4.9805e-05 | 4.7941e-05 | + | "Diff. - Parent |P|" | 136 |-0.01463395 |-0.00010760 | 0.0027496 | -0.0047876 | 0.0049689 | + | "Diff. - TOF" | 136 |2.351318e-05 | 1.7289e-07 | 2.8060e-06 | -4.8766e-06 | 4.9368e-06 | + | "Original - Displacement x" | 136 | -145.4193 | -1.0693 | 5.2264 | -16.979 | 11.704 | + | "Original - Displacement y" | 136 | -97.96828 | -0.72035 | 2.9185 | -9.3711 | 7.8443 | + | "Original - Displacement z" | 136 | 696.9469 | 5.1246 | 8.5835 | -10.764 | 10.749 | + | "Original - Energy" | 136 | 46.03891 | 0.33852 | 0.42332 | 0.0073702 | 2.5309 | + | "Original - Entry Point x" | 136 | 2802.931 | 20.610 | 976.07 | -2555.4 | 1379.0 | + | "Original - Entry Point y" | 136 | -13623.43 | -100.17 | 752.21 | -2393.4 | 1621.3 | + | "Original - Entry Point z" | 136 | 1177094 | 8655.1 | 575.02 | 7854.4 | 9406.5 | + | "Original - Parent |P|" | 136 | 577206.3 | 4244.2 | 7573.5 | 1.4414 | 26494. | + | "Original - TOF" | 136 | 4749.078 | 34.920 | 14.006 | 26.217 | 87.675 | + | "Unpacked - Displacement x" | 136 | -145.4193 | -1.0693 | 5.2264 | -16.979 | 11.704 | + | "Unpacked - Displacement y" | 136 | -97.96827 | -0.72035 | 2.9185 | -9.3711 | 7.8443 | + | "Unpacked - Displacement z" | 136 | 696.9469 | 5.1246 | 8.5835 | -10.764 | 10.749 | + | "Unpacked - Energy" | 136 | 46.0389 | 0.33852 | 0.42332 | 0.0073700 | 2.5309 | + | "Unpacked - Entry Point x" | 136 | 2802.931 | 20.610 | 976.07 | -2555.4 | 1379.0 | + | "Unpacked - Entry Point y" | 136 | -13623.43 | -100.17 | 752.21 | -2393.4 | 1621.3 | + | "Unpacked - Entry Point z" | 136 | 1177094 | 8655.1 | 575.02 | 7854.4 | 9406.5 | + | "Unpacked - Parent |P|" | 136 | 577206.3 | 4244.2 | 7573.5 | 1.4400 | 26494. | + | "Unpacked - TOF" | 136 | 4749.078 | 34.920 | 14.006 | 26.217 | 87.675 | UnpackRichHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 318 | 318.00 | 0.0000 | 318.00 | 318.00 | + | "# UnPackedData" | 1 | 257 | 257.00 | 0.0000 | 257.00 | 257.00 | UnpackRichOpPhot SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 318 | 318.00 | 0.0000 | 318.00 | 318.00 | + | "# UnPackedData" | 1 | 257 | 257.00 | 0.0000 | 257.00 | 257.00 | UnpackRichSegments SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 20 | 20.000 | 0.0000 | 20.000 | 20.000 | + | "# UnPackedData" | 1 | 23 | 23.000 | 0.0000 | 23.000 | 23.000 | UnpackRichTracks SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 16 | 16.000 | 0.0000 | 16.000 | 16.000 | + | "# UnPackedData" | 1 | 20 | 20.000 | 0.0000 | 20.000 | 20.000 | CheckRichHits SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 318 |-2.206568e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | - | "Diff. - Entry Point x" | 318 |0.0001062988 | 3.3427e-07 | 2.8396e-05 | -4.9805e-05 | 4.9298e-05 | - | "Diff. - Entry Point y" | 318 |2.020892e-05 | 6.3550e-08 | 2.8859e-05 | -4.9565e-05 | 4.9752e-05 | - | "Diff. - Entry Point z" | 318 |-0.0001574559 |-4.9514e-07 | 2.8404e-05 | -4.9857e-05 | 4.9989e-05 | - | "Diff. - TOF" | 318 |1.49016e-05 | 4.6860e-08 | 2.9091e-06 | -4.9769e-06 | 4.9982e-06 | - | "Original - Energy" | 318 | 6.36 | 0.020000 | 2.1098e-09 | 0.020000 | 0.020000 | - | "Original - Entry Point x" | 318 | -731504.2 | -2300.3 | 2847.2 | -4150.4 | 4148.8 | - | "Original - Entry Point y" | 318 | -4612.165 | -14.504 | 573.87 | -1246.5 | 1318.3 | - | "Original - Entry Point z" | 318 | 2856600 | 8983.0 | 3558.5 | 1471.9 | 11025. | - | "Original - TOF" | 318 | 12305.19 | 38.696 | 14.860 | 11.695 | 99.498 | - | "Unpacked - Energy" | 318 | 6.36 | 0.020000 | 2.1304e-09 | 0.020000 | 0.020000 | - | "Unpacked - Entry Point x" | 318 | -731504.2 | -2300.3 | 2847.2 | -4150.4 | 4148.8 | - | "Unpacked - Entry Point y" | 318 | -4612.165 | -14.504 | 573.87 | -1246.5 | 1318.3 | - | "Unpacked - Entry Point z" | 318 | 2856600 | 8983.0 | 3558.5 | 1471.9 | 11025. | - | "Unpacked - TOF" | 318 | 12305.19 | 38.696 | 14.860 | 11.695 | 99.498 | + | "Diff. - Energy" | 257 |-1.783296e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 257 |-0.0001594315 |-6.2036e-07 | 2.9175e-05 | -4.9723e-05 | 4.9804e-05 | + | "Diff. - Entry Point y" | 257 |0.0006715467 | 2.6130e-06 | 2.8454e-05 | -4.9312e-05 | 4.9661e-05 | + | "Diff. - Entry Point z" | 257 |-0.0001059987 |-4.1245e-07 | 2.8012e-05 | -4.9434e-05 | 4.9950e-05 | + | "Diff. - TOF" | 257 |1.399359e-05 | 5.4450e-08 | 2.9804e-06 | -4.9491e-06 | 4.9934e-06 | + | "Original - Energy" | 257 | 5.14 | 0.020000 | 1.3145e-09 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 257 | 37665.5 | 146.56 | 3504.1 | -4150.4 | 4148.0 | + | "Original - Entry Point y" | 257 | -11311.75 | -44.015 | 644.00 | -1246.7 | 1317.1 | + | "Original - Entry Point z" | 257 | 2225439 | 8659.3 | 3888.8 | 1474.2 | 11093. | + | "Original - TOF" | 257 | 12600.55 | 49.029 | 23.320 | 11.693 | 111.70 | + | "Unpacked - Energy" | 257 | 5.14 | 0.020000 | 1.3349e-09 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 257 | 37665.5 | 146.56 | 3504.1 | -4150.4 | 4148.0 | + | "Unpacked - Entry Point y" | 257 | -11311.75 | -44.015 | 644.00 | -1246.7 | 1317.1 | + | "Unpacked - Entry Point z" | 257 | 2225439 | 8659.3 | 3888.8 | 1474.2 | 11093. | + | "Unpacked - TOF" | 257 | 12600.55 | 49.029 | 23.320 | 11.693 | 111.70 | CheckRichOpPhot SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 318 |0.000382628 | 1.2032e-06 | 2.9179e-05 | -4.9913e-05 | 4.9654e-05 | - | "Diff. - Emission Point y" | 318 |-3.388908e-05 |-1.0657e-07 | 2.7468e-05 | -4.9709e-05 | 4.8696e-05 | - | "Diff. - Emission Point z" | 318 |0.0001064059 | 3.3461e-07 | 2.9348e-05 | -4.9096e-05 | 4.9906e-05 | - | "Diff. - Energy" | 318 |-3.79714e-11 |-1.1941e-13 | 6.2819e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 318 |0.0005490066 | 1.7264e-06 | 2.8093e-05 | -4.9291e-05 | 4.9786e-05 | - | "Diff. - HPD In. Point y" | 318 |-2.901421e-06 |-9.1240e-09 | 2.8544e-05 | -4.8873e-05 | 4.9137e-05 | - | "Diff. - HPD In. Point z" | 318 |4.611518e-05 | 1.4502e-07 | 2.8520e-05 | -4.9796e-05 | 4.9660e-05 | - | "Diff. - HPD QW Point x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 318 | 1065.085 | 3.3493 | 1.7995 | 0.040364 | 6.2706 | - | "Original - Cherenkov Theta" | 318 | 188.6937 | 0.59338 | 0.48155 | 0.025790 | 2.7081 | - | "Original - Emission Point x" | 318 | -727159.9 | -2286.7 | 2069.9 | -4030.0 | 3338.8 | - | "Original - Emission Point y" | 318 | -14434.52 | -45.392 | 216.42 | -1250.9 | 380.52 | - | "Original - Emission Point z" | 318 | 2808206 | 8830.8 | 3587.0 | 1016.9 | 11345. | - | "Original - Energy" | 318 |0.001318978 | 4.1477e-06 | 1.1962e-06 | 1.7745e-06 | 6.8663e-06 | - | "Original - HPD In. Point x" | 318 | -714714.4 | -2247.5 | 2786.1 | -4075.4 | 4070.1 | - | "Original - HPD In. Point y" | 318 | -4661.718 | -14.659 | 538.35 | -1166.4 | 1225.1 | - | "Original - HPD In. Point z" | 318 | 2840445 | 8932.2 | 3559.9 | 1420.8 | 10984. | - | "Original - HPD QW Point x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 318 | 1065.085 | 3.3493 | 1.7995 | 0.040364 | 6.2706 | - | "Unpacked - Cherenkov Theta" | 318 | 188.6937 | 0.59338 | 0.48155 | 0.025790 | 2.7081 | - | "Unpacked - Emission Point x" | 318 | -727159.9 | -2286.7 | 2069.9 | -4030.0 | 3338.8 | - | "Unpacked - Emission Point y" | 318 | -14434.52 | -45.392 | 216.42 | -1250.9 | 380.52 | - | "Unpacked - Emission Point z" | 318 | 2808206 | 8830.8 | 3587.0 | 1016.9 | 11345. | - | "Unpacked - Energy" | 318 |0.001318978 | 4.1477e-06 | 1.1962e-06 | 1.7745e-06 | 6.8663e-06 | - | "Unpacked - HPD In. Point x" | 318 | -714714.4 | -2247.5 | 2786.1 | -4075.4 | 4070.1 | - | "Unpacked - HPD In. Point y" | 318 | -4661.718 | -14.659 | 538.35 | -1166.4 | 1225.1 | - | "Unpacked - HPD In. Point z" | 318 | 2840445 | 8932.2 | 3559.9 | 1420.8 | 10984. | - | "Unpacked - HPD QW Point x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 318 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 257 |-0.000313739 |-1.2208e-06 | 2.9907e-05 | -4.9886e-05 | 4.9962e-05 | + | "Diff. - Emission Point y" | 257 |-0.0007413014 |-2.8844e-06 | 2.9097e-05 | -4.9450e-05 | 4.8985e-05 | + | "Diff. - Emission Point z" | 257 |0.000425405 | 1.6553e-06 | 2.8662e-05 | -4.9892e-05 | 4.9872e-05 | + | "Diff. - Energy" | 257 |1.886065e-10 | 7.3388e-13 | 5.5826e-12 | -1.0004e-11 | 9.7771e-12 | + | "Diff. - HPD In. Point x" | 257 |0.0006497195 | 2.5281e-06 | 2.9168e-05 | -4.9898e-05 | 4.9324e-05 | + | "Diff. - HPD In. Point y" | 257 |0.0008639157 | 3.3615e-06 | 3.0269e-05 | -4.9805e-05 | 4.9764e-05 | + | "Diff. - HPD In. Point z" | 257 |0.0006855309 | 2.6674e-06 | 2.7903e-05 | -4.9745e-05 | 4.9971e-05 | + | "Diff. - HPD QW Point x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 257 | 824.9887 | 3.2101 | 1.9063 | 0.021835 | 6.2706 | + | "Original - Cherenkov Theta" | 257 | 142.1129 | 0.55297 | 0.83873 | 0.025917 | 2.8604 | + | "Original - Emission Point x" | 257 | -73157.9 | -284.66 | 1050.7 | -3401.8 | 1886.9 | + | "Original - Emission Point y" | 257 | -356.2438 | -1.3862 | 343.46 | -996.05 | 1641.9 | + | "Original - Emission Point z" | 257 | 2157123 | 8393.5 | 3873.7 | 1009.5 | 11604. | + | "Original - Energy" | 257 |0.001084884 | 4.2213e-06 | 9.3536e-07 | 1.8403e-06 | 6.2569e-06 | + | "Original - HPD In. Point x" | 257 | 37211.36 | 144.79 | 3424.2 | -4067.0 | 4063.7 | + | "Original - HPD In. Point y" | 257 | -10769.76 | -41.906 | 603.49 | -1168.2 | 1225.1 | + | "Original - HPD In. Point z" | 257 | 2211765 | 8606.1 | 3889.6 | 1417.9 | 11064. | + | "Original - HPD QW Point x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 257 | 824.9887 | 3.2101 | 1.9063 | 0.021835 | 6.2706 | + | "Unpacked - Cherenkov Theta" | 257 | 142.1129 | 0.55297 | 0.83873 | 0.025917 | 2.8604 | + | "Unpacked - Emission Point x" | 257 | -73157.9 | -284.66 | 1050.7 | -3401.8 | 1886.9 | + | "Unpacked - Emission Point y" | 257 | -356.2431 | -1.3862 | 343.46 | -996.05 | 1641.9 | + | "Unpacked - Emission Point z" | 257 | 2157123 | 8393.5 | 3873.7 | 1009.5 | 11604. | + | "Unpacked - Energy" | 257 |0.001084884 | 4.2213e-06 | 9.3536e-07 | 1.8403e-06 | 6.2569e-06 | + | "Unpacked - HPD In. Point x" | 257 | 37211.36 | 144.79 | 3424.2 | -4067.0 | 4063.7 | + | "Unpacked - HPD In. Point y" | 257 | -10769.76 | -41.906 | 603.49 | -1168.2 | 1225.1 | + | "Unpacked - HPD In. Point z" | 257 | 2211765 | 8606.1 | 3889.6 | 1417.9 | 11064. | + | "Unpacked - HPD QW Point x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 257 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegments SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 23 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 304 | 304.00 | 0.0000 | 304.00 | 304.00 | + | "# UnPackedData" | 1 | 232 | 232.00 | 0.0000 | 232.00 | 232.00 | CheckSpdHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 304 |-0.0005533627 |-1.8203e-06 | 2.9409e-05 | -4.9713e-05 | 4.9618e-05 | - | "Diff. - TOF" | 304 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 304 | 168.4628 | 0.55415 | 1.5418 | 0.00029244 | 19.644 | - | "Original - TOF" | 304 | 461 | 1.5164 | 1.7013 | -1.0000 | 4.0000 | - | "Unpacked - Energy" | 304 | 168.4634 | 0.55416 | 1.5418 | 0.00030000 | 19.644 | - | "Unpacked - TOF" | 304 | 461 | 1.5164 | 1.7013 | -1.0000 | 4.0000 | + | "Diff. - Energy" | 232 |0.0007568694 | 3.2624e-06 | 2.9792e-05 | -4.9054e-05 | 4.9972e-05 | + | "Diff. - TOF" | 232 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 232 | 112.3086 | 0.48409 | 1.1059 | 1.7506e-05 | 9.2243 | + | "Original - TOF" | 232 | 353 | 1.5216 | 1.6993 | -1.0000 | 4.0000 | + | "Unpacked - Energy" | 232 | 112.3078 | 0.48409 | 1.1059 | 0.0000 | 9.2243 | + | "Unpacked - TOF" | 232 | 353 | 1.5216 | 1.6993 | -1.0000 | 4.0000 | UnpackPrsHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 537 | 537.00 | 0.0000 | 537.00 | 537.00 | + | "# UnPackedData" | 1 | 436 | 436.00 | 0.0000 | 436.00 | 436.00 | CheckPrsHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 537 |-0.00116626 |-2.1718e-06 | 2.8689e-05 | -4.9431e-05 | 4.9653e-05 | - | "Diff. - TOF" | 537 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 537 | 410.3106 | 0.76408 | 2.1578 | 1.6795e-05 | 25.307 | - | "Original - TOF" | 537 | 813 | 1.5140 | 1.7023 | -1.0000 | 4.0000 | - | "Unpacked - Energy" | 537 | 410.3118 | 0.76408 | 2.1578 | 0.0000 | 25.306 | - | "Unpacked - TOF" | 537 | 813 | 1.5140 | 1.7023 | -1.0000 | 4.0000 | + | "Diff. - Energy" | 436 |0.0006719635 | 1.5412e-06 | 2.9149e-05 | -4.9746e-05 | 4.9917e-05 | + | "Diff. - TOF" | 436 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 436 | 389.9924 | 0.89448 | 3.1504 | 1.6600e-05 | 50.362 | + | "Original - TOF" | 436 | 659 | 1.5115 | 1.7033 | -1.0000 | 4.0000 | + | "Unpacked - Energy" | 436 | 389.9917 | 0.89448 | 3.1504 | 0.0000 | 50.362 | + | "Unpacked - TOF" | 436 | 659 | 1.5115 | 1.7033 | -1.0000 | 4.0000 | UnpackEcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 471 | 471.00 | 0.0000 | 471.00 | 471.00 | + | "# UnPackedData" | 1 | 348 | 348.00 | 0.0000 | 348.00 | 348.00 | CheckEcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 471 |-0.0003129105 |-6.6435e-07 | 2.9104e-05 | -4.9894e-05 | 4.9935e-05 | - | "Diff. - TOF" | 471 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 471 | 3943.89 | 8.3734 | 30.722 | 0.00082889 | 380.72 | - | "Original - TOF" | 471 | 25 | 0.053079 | 0.22419 | 0.0000 | 1.0000 | - | "Unpacked - Energy" | 471 | 3943.89 | 8.3734 | 30.722 | 0.00080000 | 380.72 | - | "Unpacked - TOF" | 471 | 25 | 0.053079 | 0.22419 | 0.0000 | 1.0000 | + | "Diff. - Energy" | 348 |0.0006686208 | 1.9213e-06 | 2.9454e-05 | -4.9815e-05 | 4.9946e-05 | + | "Diff. - TOF" | 348 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 348 | 3296.072 | 9.4715 | 34.375 | 0.0017786 | 367.94 | + | "Original - TOF" | 348 | 36 | 0.10345 | 0.38009 | 0.0000 | 4.0000 | + | "Unpacked - Energy" | 348 | 3296.071 | 9.4715 | 34.375 | 0.0018000 | 367.94 | + | "Unpacked - TOF" | 348 | 36 | 0.10345 | 0.38009 | 0.0000 | 4.0000 | UnpackHcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 14 | 14.000 | 0.0000 | 14.000 | 14.000 | + | "# UnPackedData" | 1 | 20 | 20.000 | 0.0000 | 20.000 | 20.000 | CheckHcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 14 |-3.322611e-05 |-2.3733e-06 | 2.6501e-05 | -4.3169e-05 | 4.9977e-05 | - | "Diff. - TOF" | 14 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 14 | 111.3542 | 7.9539 | 16.418 | 0.0048494 | 61.891 | - | "Original - TOF" | 14 | 5 | 0.35714 | 0.47916 | 0.0000 | 1.0000 | - | "Unpacked - Energy" | 14 | 111.3542 | 7.9539 | 16.418 | 0.0048000 | 61.891 | - | "Unpacked - TOF" | 14 | 5 | 0.35714 | 0.47916 | 0.0000 | 1.0000 | + | "Diff. - Energy" | 20 |9.191024e-06 | 4.5955e-07 | 2.5466e-05 | -4.0949e-05 | 4.8491e-05 | + | "Diff. - TOF" | 20 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 20 | 474.9631 | 23.748 | 84.891 | 0.0017676 | 392.88 | + | "Original - TOF" | 20 | 2 | 0.10000 | 0.53852 | -1.0000 | 1.0000 | + | "Unpacked - Energy" | 20 | 474.9631 | 23.748 | 84.891 | 0.0018000 | 392.88 | + | "Unpacked - TOF" | 20 | 2 | 0.10000 | 0.53852 | -1.0000 | 1.0000 | UnpackMuonHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 80 | 80.000 | 0.0000 | 80.000 | 80.000 | + | "# UnPackedData" | 1 | 46 | 46.000 | 0.0000 | 46.000 | 46.000 | CheckMuonHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 80 |9.127617e-07 | 1.1410e-08 | 2.7288e-07 | -4.7315e-07 | 4.9004e-07 | - | "Diff. - Displacement y" | 80 |-3.525281e-06 |-4.4066e-08 | 2.7810e-07 | -4.9537e-07 | 4.9683e-07 | - | "Diff. - Displacement z" | 80 |3.684185e-06 | 4.6052e-08 | 2.9411e-07 | -4.8920e-07 | 4.9250e-07 | - | "Diff. - Energy" | 80 |-7.310104e-08 |-9.1376e-10 | 5.6636e-07 | -9.8693e-07 | 9.6503e-07 | - | "Diff. - Entry Point x" | 80 |0.0004775292 | 5.9691e-06 | 2.7637e-05 | -4.5636e-05 | 4.9149e-05 | - | "Diff. - Entry Point y" | 80 |-1.135291e-05 |-1.4191e-07 | 3.1083e-05 | -4.9600e-05 | 4.9428e-05 | - | "Diff. - Entry Point z" | 80 |0.0001526058 | 1.9076e-06 | 2.5875e-05 | -4.7829e-05 | 4.8565e-05 | - | "Diff. - Parent |P|" | 80 | 0.01319465 | 0.00016493 | 0.0028350 | -0.0047343 | 0.0048441 | - | "Diff. - TOF" | 80 |4.39201e-06 | 5.4900e-08 | 2.9750e-06 | -4.9598e-06 | 4.7862e-06 | - | "Original - Displacement x" | 80 | -18.33099 | -0.22914 | 3.6787 | -15.361 | 14.976 | - | "Original - Displacement y" | 80 | -242.1178 | -3.0265 | 21.536 | -191.82 | 2.5089 | - | "Original - Displacement z" | 80 | 252.7635 | 3.1595 | 2.4584 | -5.3584 | 5.0091 | - | "Original - Energy" | 80 | 0.1704859 | 0.0021311 | 0.0050263 | 0.00020230 | 0.040283 | - | "Original - Entry Point x" | 80 | -5479.269 | -68.491 | 1095.5 | -3475.1 | 3388.3 | - | "Original - Entry Point y" | 80 | 1265.18 | 15.815 | 799.44 | -870.88 | 2652.3 | - | "Original - Entry Point z" | 80 | 984493.6 | 12306. | 697.90 | 11963. | 15347. | - | "Original - Parent |P|" | 80 | 56466.94 | 705.84 | 1626.3 | 1.6542 | 9907.8 | - | "Original - TOF" | 80 | 3345.563 | 41.820 | 3.0618 | 40.007 | 54.047 | - | "Unpacked - Displacement x" | 80 | -18.33099 | -0.22914 | 3.6787 | -15.361 | 14.976 | - | "Unpacked - Displacement y" | 80 | -242.1178 | -3.0265 | 21.536 | -191.82 | 2.5089 | - | "Unpacked - Displacement z" | 80 | 252.7635 | 3.1595 | 2.4584 | -5.3584 | 5.0091 | - | "Unpacked - Energy" | 80 | 0.170486 | 0.0021311 | 0.0050262 | 0.00020200 | 0.040282 | - | "Unpacked - Entry Point x" | 80 | -5479.269 | -68.491 | 1095.5 | -3475.1 | 3388.3 | - | "Unpacked - Entry Point y" | 80 | 1265.18 | 15.815 | 799.44 | -870.88 | 2652.3 | - | "Unpacked - Entry Point z" | 80 | 984493.6 | 12306. | 697.90 | 11963. | 15347. | - | "Unpacked - Parent |P|" | 80 | 56466.93 | 705.84 | 1626.3 | 1.6500 | 9907.8 | - | "Unpacked - TOF" | 80 | 3345.563 | 41.820 | 3.0618 | 40.007 | 54.047 | + | "Diff. - Displacement x" | 46 |-5.216722e-07 |-1.1341e-08 | 3.1019e-07 | -4.5793e-07 | 4.9778e-07 | + | "Diff. - Displacement y" | 46 |3.428185e-06 | 7.4526e-08 | 2.5312e-07 | -4.5713e-07 | 4.8749e-07 | + | "Diff. - Displacement z" | 46 |-1.201751e-06 |-2.6125e-08 | 3.3075e-07 | -4.9962e-07 | 4.8995e-07 | + | "Diff. - Energy" | 46 |5.559325e-06 | 1.2085e-07 | 6.3030e-07 | -9.8693e-07 | 9.8223e-07 | + | "Diff. - Entry Point x" | 46 |-0.0001250996 |-2.7196e-06 | 2.8851e-05 | -4.9978e-05 | 4.7722e-05 | + | "Diff. - Entry Point y" | 46 |0.0001566068 | 3.4045e-06 | 3.2900e-05 | -4.8910e-05 | 4.7599e-05 | + | "Diff. - Entry Point z" | 46 |-3.248449e-05 |-7.0618e-07 | 2.8519e-05 | -4.6660e-05 | 4.8149e-05 | + | "Diff. - Parent |P|" | 46 |-0.01950224 |-0.00042396 | 0.0027897 | -0.0049917 | 0.0049520 | + | "Diff. - TOF" | 46 | 1.4456e-05 | 3.1426e-07 | 2.9735e-06 | -4.8350e-06 | 4.5906e-06 | + | "Original - Displacement x" | 46 | -15.50008 | -0.33696 | 3.3562 | -13.337 | 4.6999 | + | "Original - Displacement y" | 46 | -36.02549 | -0.78316 | 3.7933 | -19.875 | 1.7929 | + | "Original - Displacement z" | 46 | 182.2618 | 3.9622 | 2.1819 | -5.0716 | 5.0065 | + | "Original - Energy" | 46 | 0.1009716 | 0.0021950 | 0.0026003 | 0.00034888 | 0.011514 | + | "Original - Entry Point x" | 46 | 25819.89 | 561.30 | 1657.0 | -3454.8 | 2377.0 | + | "Original - Entry Point y" | 46 | 2883.764 | 62.691 | 454.57 | -587.71 | 2043.3 | + | "Original - Entry Point z" | 46 | 559993 | 12174. | 85.837 | 11962. | 12275. | + | "Original - Parent |P|" | 46 | 87696.73 | 1906.5 | 5615.0 | 2.5012 | 26453. | + | "Original - TOF" | 46 | 1924.545 | 41.838 | 1.3271 | 40.007 | 46.645 | + | "Unpacked - Displacement x" | 46 | -15.50008 | -0.33696 | 3.3562 | -13.337 | 4.6999 | + | "Unpacked - Displacement y" | 46 | -36.02549 | -0.78316 | 3.7933 | -19.875 | 1.7929 | + | "Unpacked - Displacement z" | 46 | 182.2618 | 3.9622 | 2.1819 | -5.0716 | 5.0065 | + | "Unpacked - Energy" | 46 | 0.100966 | 0.0021949 | 0.0026004 | 0.00034800 | 0.011514 | + | "Unpacked - Entry Point x" | 46 | 25819.89 | 561.30 | 1657.0 | -3454.8 | 2377.0 | + | "Unpacked - Entry Point y" | 46 | 2883.764 | 62.691 | 454.57 | -587.71 | 2043.3 | + | "Unpacked - Entry Point z" | 46 | 559993 | 12174. | 85.837 | 11962. | 12275. | + | "Unpacked - Parent |P|" | 46 | 87696.75 | 1906.5 | 5615.0 | 2.5000 | 26453. | + | "Unpacked - TOF" | 46 | 1924.545 | 41.838 | 1.3271 | 40.007 | 46.645 | SimMonitor DEBUG Finalize base class GaudiAlgorithm SimMonitor DEBUG Tools to release : SimMonitor DEBUG Services to release : @@ -9646,7 +9644,7 @@ MainEventGaussSim.Mai... DEBUG ==> Finalize the base class GaudiTool MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 2100.576 | 2100.6 | 0.0000 | 2100.6 | 2100.6 | + | "Total Memory/MB" | 1 | 2100.296 | 2100.3 | 0.0000 | 2100.3 | 2100.3 | MainEventGaussSim.Mai... DEBUG Tools to release : MainEventGaussSim.Mai... DEBUG Services to release : Generation.FlatZSmear... DEBUG ==> Finalize the base class GaudiTool @@ -9673,11 +9671,11 @@ GaussGen.GaussGenMemory DEBUG ==> Finalize the base class GaudiTool GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 2100.548 | 2100.5 | 0.0000 | 2100.5 | 2100.5 | + | "Total Memory/MB" | 1 | 2100.268 | 2100.3 | 0.0000 | 2100.3 | 2100.3 | GaussGen.GaussGenMemory DEBUG Tools to release : GaussGen.GaussGenMemory DEBUG Services to release : ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- -ToolSvc.SequencerTime... INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. ToolSvc.SequencerTime... INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- @@ -9693,40 +9691,40 @@ GaussGeo.MuonSDet DEBUG Services to release : GaussGeo.Hcal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 0.1113542 | 0.11135 | 0.0000 | 0.11135 | 0.11135 | - | "#hits" | 1 | 8 | 8.0000 | 0.0000 | 8.0000 | 8.0000 | - | "#subhits" | 1 | 9 | 9.0000 | 0.0000 | 9.0000 | 9.0000 | - | "#tslots" | 1 | 14 | 14.000 | 0.0000 | 14.000 | 14.000 | + | "#energy" | 1 | 0.4749631 | 0.47496 | 0.0000 | 0.47496 | 0.47496 | + | "#hits" | 1 | 14 | 14.000 | 0.0000 | 14.000 | 14.000 | + | "#subhits" | 1 | 14 | 14.000 | 0.0000 | 14.000 | 14.000 | + | "#tslots" | 1 | 20 | 20.000 | 0.0000 | 20.000 | 20.000 | GaussGeo.Hcal DEBUG Tools to release : GaussGeo.Hcal DEBUG Services to release : HistogramDataSvc GaussGeo.Hcal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Ecal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 3.94389 | 3.9439 | 0.0000 | 3.9439 | 3.9439 | - | "#hits" | 1 | 227 | 227.00 | 0.0000 | 227.00 | 227.00 | - | "#subhits" | 1 | 447 | 447.00 | 0.0000 | 447.00 | 447.00 | - | "#tslots" | 1 | 471 | 471.00 | 0.0000 | 471.00 | 471.00 | + | "#energy" | 1 | 3.296072 | 3.2961 | 0.0000 | 3.2961 | 3.2961 | + | "#hits" | 1 | 211 | 211.00 | 0.0000 | 211.00 | 211.00 | + | "#subhits" | 1 | 318 | 318.00 | 0.0000 | 318.00 | 318.00 | + | "#tslots" | 1 | 348 | 348.00 | 0.0000 | 348.00 | 348.00 | GaussGeo.Ecal DEBUG Tools to release : GaussGeo.Ecal DEBUG Services to release : HistogramDataSvc GaussGeo.Ecal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Prs DEBUG ==> Finalize the base class GaudiTool GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 0.4103106 | 0.41031 | 0.0000 | 0.41031 | 0.41031 | - | "#hits" | 1 | 60 | 60.000 | 0.0000 | 60.000 | 60.000 | - | "#subhits" | 1 | 90 | 90.000 | 0.0000 | 90.000 | 90.000 | - | "#tslots" | 1 | 537 | 537.00 | 0.0000 | 537.00 | 537.00 | + | "#energy" | 1 | 0.3899924 | 0.38999 | 0.0000 | 0.38999 | 0.38999 | + | "#hits" | 1 | 52 | 52.000 | 0.0000 | 52.000 | 52.000 | + | "#subhits" | 1 | 73 | 73.000 | 0.0000 | 73.000 | 73.000 | + | "#tslots" | 1 | 436 | 436.00 | 0.0000 | 436.00 | 436.00 | GaussGeo.Prs DEBUG Tools to release : GaussGeo.Prs DEBUG Services to release : HistogramDataSvc GaussGeo.Prs DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Spd DEBUG ==> Finalize the base class GaudiTool GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 0.1684628 | 0.16846 | 0.0000 | 0.16846 | 0.16846 | - | "#hits" | 1 | 39 | 39.000 | 0.0000 | 39.000 | 39.000 | - | "#subhits" | 1 | 51 | 51.000 | 0.0000 | 51.000 | 51.000 | - | "#tslots" | 1 | 304 | 304.00 | 0.0000 | 304.00 | 304.00 | + | "#energy" | 1 | 0.1123086 | 0.11231 | 0.0000 | 0.11231 | 0.11231 | + | "#hits" | 1 | 32 | 32.000 | 0.0000 | 32.000 | 32.000 | + | "#subhits" | 1 | 39 | 39.000 | 0.0000 | 39.000 | 39.000 | + | "#tslots" | 1 | 232 | 232.00 | 0.0000 | 232.00 | 232.00 | GaussGeo.Spd DEBUG Tools to release : GaussGeo.Spd DEBUG Services to release : HistogramDataSvc GaussGeo.Spd DEBUG Releasing service 'HistogramDataSvc' @@ -9775,139 +9773,139 @@ TimingAuditor.TIMER INFO ------------------------------------------------ TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 40540.000 | 40707.359 | 40707.359 40707.4 0.00 | 1 | 40.707 | -TimingAuditor.TIMER INFO GaussSequencer | 40530.000 | 40699.645 | 40699.645 40699.6 0.00 | 1 | 40.700 | -TimingAuditor.TIMER INFO Generator | 1270.000 | 1268.309 | 1268.309 1268.3 0.00 | 1 | 1.268 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1270.000 | 1268.286 | 1268.286 1268.3 0.00 | 1 | 1.268 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.585 | 1.585 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO Generation | 1270.000 | 1265.835 | 1265.835 1265.8 0.00 | 1 | 1.266 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 0.671 | 0.671 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 0.638 | 0.638 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO BoostForEpos | 0.000 | 0.136 | 0.136 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO Simulation | 39260.000 | 39431.273 | 39431.273 39431.3 0.00 | 1 | 39.431 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 39260.000 | 39431.242 | 39431.242 39431.2 0.00 | 1 | 39.431 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 0.763 | 0.763 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 39260.000 | 39430.457 | 39430.457 39430.5 0.00 | 1 | 39.430 | -TimingAuditor.TIMER INFO MakeMainSim | 39220.000 | 39400.098 | 39400.098 39400.1 0.00 | 1 | 39.400 | -TimingAuditor.TIMER INFO GenToSim | 30690.000 | 30847.520 | 30847.520 30847.5 0.00 | 1 | 30.848 | -TimingAuditor.TIMER INFO GiGaFlush | 8510.000 | 8531.707 | 8531.707 8531.7 0.00 | 1 | 8.532 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 10.000 | 4.767 | 4.767 4.8 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO DetectorsHits | 10.000 | 10.549 | 10.549 10.5 0.00 | 1 | 0.011 | -TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.131 | 0.131 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 1.303 | 1.303 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetTTHits | 0.000 | 0.980 | 0.980 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetITHits | 0.000 | 0.713 | 0.713 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetOTHits | 0.000 | 1.742 | 1.742 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO RichHits | 10.000 | 3.662 | 3.662 3.7 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetRichHits | 0.000 | 1.452 | 1.452 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 0.344 | 0.344 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichSegments | 10.000 | 0.641 | 0.641 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 0.506 | 0.506 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.391 | 0.391 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.210 | 0.210 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.269 | 0.269 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.182 | 0.182 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 0.214 | 0.214 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.154 | 0.154 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 1.095 | 1.095 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainEventDataPacking | 0.000 | 5.307 | 5.307 5.3 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 0.884 | 0.884 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.416 | 0.416 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 0.721 | 0.721 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.039 | 0.039 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.037 | 0.037 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.034 | 0.034 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.035 | 0.035 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.488 | 0.488 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.046 | 0.046 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.043 | 0.043 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.424 | 0.424 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 0.468 | 0.468 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.987 | 0.987 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.404 | 0.404 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitor | 40.000 | 30.341 | 30.341 30.3 0.00 | 1 | 0.030 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.243 | 0.243 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.323 | 0.323 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.368 | 0.368 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitor | 10.000 | 10.440 | 10.440 10.4 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO VeloGaussMoni | 10.000 | 5.416 | 5.416 5.4 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 1.376 | 1.376 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.162 | 0.162 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 0.189 | 0.189 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 0.708 | 0.708 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 0.581 | 0.581 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 0.585 | 0.585 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.303 | 0.303 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 1.031 | 1.031 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTest | 30.000 | 18.849 | 18.849 18.8 0.00 | 1 | 0.019 | -TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 0.534 | 0.534 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 0.387 | 0.387 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.211 | 0.211 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 0.325 | 0.325 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.359 | 0.359 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 0.128 | 0.128 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.106 | 0.106 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHits | 0.000 | 0.999 | 0.999 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.039 | 0.039 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHits | 0.000 | 0.513 | 0.513 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.038 | 0.038 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHits | 0.000 | 0.470 | 0.470 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackOTHits | 10.000 | 0.042 | 0.042 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHits | 0.000 | 0.731 | 0.731 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 0.391 | 0.391 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 0.620 | 0.620 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.555 | 0.555 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.441 | 0.441 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHits | 0.000 | 1.221 | 1.221 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichOpPhot | 10.000 | 6.973 | 6.973 7.0 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 0.438 | 0.438 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.160 | 0.160 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.480 | 0.480 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 0.484 | 0.484 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.125 | 0.125 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHits | 10.000 | 0.584 | 0.584 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.113 | 0.113 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHits | 0.000 | 0.497 | 0.497 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO EVENT LOOP | 37460.000 | 37771.441 | 37771.438 37771.4 0.00 | 1 | 37.771 | +TimingAuditor.TIMER INFO GaussSequencer | 37460.000 | 37767.336 | 37767.336 37767.3 0.00 | 1 | 37.767 | +TimingAuditor.TIMER INFO Generator | 1250.000 | 1246.465 | 1246.465 1246.5 0.00 | 1 | 1.246 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1250.000 | 1246.455 | 1246.455 1246.5 0.00 | 1 | 1.246 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 0.936 | 0.936 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Generation | 1250.000 | 1244.902 | 1244.902 1244.9 0.00 | 1 | 1.245 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 0.471 | 0.471 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 0.449 | 0.449 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO BoostForEpos | 0.000 | 0.105 | 0.105 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO Simulation | 36210.000 | 36520.832 | 36520.832 36520.8 0.00 | 1 | 36.521 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 36210.000 | 36520.812 | 36520.812 36520.8 0.00 | 1 | 36.521 | +TimingAuditor.TIMER INFO MainEventGaussSim | 10.000 | 0.576 | 0.576 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MainSimulation | 36200.000 | 36520.215 | 36520.219 36520.2 0.00 | 1 | 36.520 | +TimingAuditor.TIMER INFO MakeMainSim | 36180.000 | 36497.926 | 36497.926 36497.9 0.00 | 1 | 36.498 | +TimingAuditor.TIMER INFO GenToSim | 30250.000 | 30501.787 | 30501.787 30501.8 0.00 | 1 | 30.502 | +TimingAuditor.TIMER INFO GiGaFlush | 5920.000 | 5977.307 | 5977.307 5977.3 0.00 | 1 | 5.977 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 0.000 | 8.706 | 8.706 8.7 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO DetectorsHits | 0.000 | 6.679 | 6.679 6.7 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.088 | 0.088 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 0.420 | 0.420 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetTTHits | 0.000 | 0.779 | 0.779 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetITHits | 0.000 | 0.404 | 0.404 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetOTHits | 0.000 | 0.885 | 0.885 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO RichHits | 0.000 | 3.111 | 3.111 3.1 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetRichHits | 0.000 | 1.350 | 1.350 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 0.240 | 0.240 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 0.481 | 0.481 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 0.381 | 0.381 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.260 | 0.260 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.335 | 0.335 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.177 | 0.177 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.120 | 0.120 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 0.125 | 0.125 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.035 | 0.035 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 0.471 | 0.471 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventDataPacking | 10.000 | 3.355 | 3.355 3.4 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 0.445 | 0.445 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.232 | 0.232 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPacker | 10.000 | 0.595 | 0.595 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.245 | 0.245 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.033 | 0.033 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.039 | 0.039 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.340 | 0.340 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 0.265 | 0.265 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.290 | 0.290 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.687 | 0.687 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SimMonitor | 20.000 | 22.280 | 22.280 22.3 0.00 | 1 | 0.022 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.148 | 0.148 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.158 | 0.158 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.301 | 0.301 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitor | 0.000 | 6.995 | 6.995 7.0 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO VeloGaussMoni | 0.000 | 3.072 | 3.072 3.1 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 1.200 | 1.200 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.190 | 0.190 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 0.178 | 0.178 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 0.532 | 0.532 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 0.452 | 0.452 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 0.469 | 0.469 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.249 | 0.249 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 0.598 | 0.598 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTest | 20.000 | 14.641 | 14.641 14.6 0.00 | 1 | 0.015 | +TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 0.335 | 0.335 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 0.270 | 0.270 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertex | 10.000 | 0.149 | 0.149 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 0.220 | 0.220 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.227 | 0.227 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 0.066 | 0.066 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.074 | 0.074 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHits | 0.000 | 0.793 | 0.793 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.029 | 0.029 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHits | 0.000 | 0.373 | 0.373 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.039 | 0.039 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHits | 0.000 | 0.714 | 0.714 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.047 | 0.047 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHits | 0.000 | 0.905 | 0.905 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 0.246 | 0.246 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 0.319 | 0.319 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.328 | 0.328 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.255 | 0.255 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHits | 0.000 | 0.953 | 0.953 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckRichOpPhot | 10.000 | 5.685 | 5.685 5.7 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 0.326 | 0.326 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.085 | 0.085 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.278 | 0.278 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 0.346 | 0.346 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.106 | 0.106 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHits | 0.000 | 0.494 | 0.494 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.068 | 0.068 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHits | 0.000 | 0.375 | 0.375 0.4 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.034 | 0.034 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 0.572 | 0.572 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 0.332 | 0.332 0.3 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 318 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 257 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization -Generation.MinimumBia...SUCCESS LbCRMC : Cleanup: removing CRMC temporary options file /tmp/lbcrmc.08Ns0n +Generation.MinimumBia...SUCCESS LbCRMC : Cleanup: removing CRMC temporary options file /tmp/lbcrmc.q74jcb *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 8.49 [s] #= 1 -ChronoStatSvc INFO Time User : Tot= 89.4 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 5.92 [s] #= 1 +ChronoStatSvc INFO Time User : Tot= 80.3 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 1 | 471 | 471.00 | 0.0000 | 471.00 | 471.00 | -******Stat****** INFO "#Hcal MCHits" | 1 | 14 | 14.000 | 0.0000 | 14.000 | 14.000 | -******Stat****** INFO "#IT MCHits" | 1 | 64 | 64.000 | 0.0000 | 64.000 | 64.000 | -******Stat****** INFO "#MCParticles" | 1 | 280 | 280.00 | 0.0000 | 280.00 | 280.00 | -******Stat****** INFO "#MCRichOpPhoto | 1 | 318 | 318.00 | 0.0000 | 318.00 | 318.00 | -******Stat****** INFO "#MCRichSegment | 1 | 20 | 20.000 | 0.0000 | 20.000 | 20.000 | -******Stat****** INFO "#MCRichTracks" | 1 | 16 | 16.000 | 0.0000 | 16.000 | 16.000 | -******Stat****** INFO "#MCVertices" | 1 | 374 | 374.00 | 0.0000 | 374.00 | 374.00 | -******Stat****** INFO "#Muon MCHits" | 1 | 80 | 80.000 | 0.0000 | 80.000 | 80.000 | -******Stat****** INFO "#OT MCHits" | 1 | 106 | 106.00 | 0.0000 | 106.00 | 106.00 | -******Stat****** INFO "#Prs MCHits" | 1 | 537 | 537.00 | 0.0000 | 537.00 | 537.00 | -******Stat****** INFO "#Rich MCHits" | 1 | 318 | 318.00 | 0.0000 | 318.00 | 318.00 | +******Stat****** INFO "#Ecal MCHits" | 1 | 348 | 348.00 | 0.0000 | 348.00 | 348.00 | +******Stat****** INFO "#Hcal MCHits" | 1 | 20 | 20.000 | 0.0000 | 20.000 | 20.000 | +******Stat****** INFO "#IT MCHits" | 1 | 105 | 105.00 | 0.0000 | 105.00 | 105.00 | +******Stat****** INFO "#MCParticles" | 1 | 223 | 223.00 | 0.0000 | 223.00 | 223.00 | +******Stat****** INFO "#MCRichOpPhoto | 1 | 257 | 257.00 | 0.0000 | 257.00 | 257.00 | +******Stat****** INFO "#MCRichSegment | 1 | 23 | 23.000 | 0.0000 | 23.000 | 23.000 | +******Stat****** INFO "#MCRichTracks" | 1 | 20 | 20.000 | 0.0000 | 20.000 | 20.000 | +******Stat****** INFO "#MCVertices" | 1 | 308 | 308.00 | 0.0000 | 308.00 | 308.00 | +******Stat****** INFO "#Muon MCHits" | 1 | 46 | 46.000 | 0.0000 | 46.000 | 46.000 | +******Stat****** INFO "#OT MCHits" | 1 | 136 | 136.00 | 0.0000 | 136.00 | 136.00 | +******Stat****** INFO "#Prs MCHits" | 1 | 436 | 436.00 | 0.0000 | 436.00 | 436.00 | +******Stat****** INFO "#Rich MCHits" | 1 | 257 | 257.00 | 0.0000 | 257.00 | 257.00 | ******Stat****** INFO "#Rich1 MCHits" | 1 | 60 | 60.000 | 0.0000 | 60.000 | 60.000 | -******Stat****** INFO "#Rich2 MCHits" | 1 | 258 | 258.00 | 0.0000 | 258.00 | 258.00 | -******Stat****** INFO "#Spd MCHits" | 1 | 304 | 304.00 | 0.0000 | 304.00 | 304.00 | -******Stat****** INFO "#TT MCHits" | 1 | 71 | 71.000 | 0.0000 | 71.000 | 71.000 | -******Stat****** INFO "#Velo MCHits" | 1 | 75 | 75.000 | 0.0000 | 75.000 | 75.000 | +******Stat****** INFO "#Rich2 MCHits" | 1 | 197 | 197.00 | 0.0000 | 197.00 | 197.00 | +******Stat****** INFO "#Spd MCHits" | 1 | 232 | 232.00 | 0.0000 | 232.00 | 232.00 | +******Stat****** INFO "#TT MCHits" | 1 | 53 | 53.000 | 0.0000 | 53.000 | 53.000 | +******Stat****** INFO "#Velo MCHits" | 1 | 70 | 70.000 | 0.0000 | 70.000 | 70.000 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully @@ -9931,4 +9929,3 @@ Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -� diff --git a/Sim/Gauss/tests/refs/testGauss-config-2016-epos-pPb.ref b/Sim/Gauss/tests/refs/testGauss-config-2016-epos-pPb.ref index 8c9691ac6e7794b27735ada754fa319ceb6901b1..97a693484d24e42cb44d5e14f6b618a2f63b282d 100644 --- a/Sim/Gauss/tests/refs/testGauss-config-2016-epos-pPb.ref +++ b/Sim/Gauss/tests/refs/testGauss-config-2016-epos-pPb.ref @@ -1,19 +1,19 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbCRMC/options/EPOS.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbCRMC/options/EPOS.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/pPb-Beam6500GeV-2560GeV-md100-pre2016-fix1.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/OneFixedInteraction.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/OneFixedInteraction.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/pPb-Beam6500GeV-2560GeV-md100-pre2016-fix1.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbCRMC/options/EPOS.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbCRMC/options/EPOS.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/pPb-Beam6500GeV-2560GeV-md100-pre2016-fix1.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/OneFixedInteraction.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/OneFixedInteraction.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/pPb-Beam6500GeV-2560GeV-md100-pre2016-fix1.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -73,24 +73,24 @@ RICH simulation now configured # \----- (End of User Gauss/Gauss) ------------------------------------------------------------------- # GaussTape.ItemList = ['/Event/Gen/Header#1', '/Event/MC/Header#1', '/Event/Gen/BeamParameters#1', '/Event/Gen/Collisions#1', '/Event/pSim/MCVertices#1', '/Event/pSim/MCParticles#1', '/Event/pSim/Velo/Hits#1', '/Event/pSim/PuVeto/Hits#1', '/Event/pSim/IT/Hits#1', '/Event/pSim/OT/Hits#1', '/Event/pSim/TT/Hits#1', '/Event/pSim/Muon/Hits#1', '/Event/pSim/Spd/Hits#1', '/Event/pSim/Prs/Hits#1', '/Event/pSim/Ecal/Hits#1', '/Event/pSim/Hcal/Hits#1', '/Event/pSim/Rich/Hits#1', '/Event/pSim/Rich/OpticalPhotons#1', '/Event/pSim/Rich/Tracks#1', '/Event/pSim/Rich/Segments#1', '/Event/Link/MC/Particles2MCRichTracks#1', '/Event/Link/MC/Rich/Hits2MCRichOpticalPhotons#1'] # GaussTape.OptItemList = ['/Event/Gen/HepMCEvents#1'] -# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20181113-3', 'SIMCOND': 'sim-20161124-1-vc-md100'} +# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20190206-3', 'SIMCOND': 'sim-20170721-1-vc-md100'} # WARNING: Latest unbound local tags on top of the latest global tags of 2016 data type(s) are added: {'DDDB': ['rich-20140220']} # WARNING: local tags in DDDB are ignored ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 02:27:59 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 01:52:19 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' -ToolSvc.GitDDDB INFO using commit 'dddb-20181113-3' corresponding to be0330fb2a31b79da4c070bfa0c63e3f1f21c2d2 +ToolSvc.GitDDDB INFO using commit 'dddb-20190206-3' corresponding to 6ccfd930ebf64b2415358a84dd3ad48b8c4d83f7 ToolSvc.GitSIMCOND INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/SIMCOND.git' -ToolSvc.GitSIMCOND INFO using commit 'sim-20161124-1-vc-md100' corresponding to 7b54d919ab54f3a716e32ae2f90c9de6a8ec26e9 +ToolSvc.GitSIMCOND INFO using commit 'sim-20170721-1-vc-md100' corresponding to f9b3cf0aa6d9ee61d5ee0692f95e4584e52df268 DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -98,7 +98,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -4702,7 +4702,7 @@ GaussSequencer DEBUG ==> Initialise GaussSequencer DEBUG Added algorithm Generator GaussSequencer DEBUG Added algorithm Simulation GaussSequencer INFO Member list: GaudiSequencer/Generator, GaudiSequencer/Simulation -ToolSvc.SequencerTime... INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 4.35 times the speed of a 2.8 GHz Xeon. GaussSequencer DEBUG Registering tool ToolSvc.SequencerTimerTool GaussSequencer DEBUG Releasing tool 'ToolSvc.SequencerTimerTool' GaussSequencer DEBUG De-Registering tool ToolSvc.SequencerTimerTool @@ -4823,7 +4823,7 @@ GeneratorSlotMainSeq DEBUG The tool 'ToolSvc.SequencerTimerTool' of type 'S GaussGen DEBUG Property update for OutputLevel : new value = 2 GaussGen DEBUG Initialize base class GaudiCommon<Algorithm> GaussGen DEBUG could not locate CounterSummarySvc, no counter summary will be made -GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 63 +GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 64 GaussGen DEBUG Property ['Name': Value] = 'CreateBeam':True GaussGen DEBUG Property ['Name': Value] = 'Luminosity':1.0860000e+19 GaussGen DEBUG Property ['Name': Value] = 'ZLuminousRegion':-12.210000 @@ -4843,6 +4843,7 @@ GaussGen DEBUG Property ['Name': Value] = 'BeamParameters':Gen GaussGen DEBUG Property ['Name': Value] = 'MCHeader':/Event/Gen/Header GaussGen DEBUG Property ['Name': Value] = 'RunNumber':1082 GaussGen DEBUG Property ['Name': Value] = 'FirstEventNumber':1 +GaussGen DEBUG Property ['Name': Value] = 'EvtCounter': GaussGen DEBUG Property ['Name': Value] = 'MinMemoryDelta':16 GaussGen DEBUG Property ['Name': Value] = 'MemoryPurgeLimit':-1 GaussGen DEBUG Property ['Name': Value] = 'Increment':100 @@ -5095,7 +5096,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 02:29:02 | | + | | P Y T H H III A A Now is 23 Feb 2019 at 01:53:37 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -5287,7 +5288,7 @@ Generation.MinimumBia... DEBUG Property ['Name': Value] = 'MonitorService':Mon Generation.MinimumBia... DEBUG Property ['Name': Value] = 'OutputLevel':2 Generation.MinimumBia... DEBUG Property ['Name': Value] = 'ExtraOutputs':[] Generation.MinimumBia... DEBUG Property ['Name': Value] = 'ExtraInputs':[] -Generation.MinimumBia...SUCCESS LbCRMC : Created temporary file /tmp/lbcrmc.R6IKIl for generator's parameters +Generation.MinimumBia...SUCCESS LbCRMC : Created temporary file /tmp/lbcrmc.6wCmiY for generator's parameters Generation.MinimumBia... DEBUG Releasing service 'RndmGenSvc' Generation.MinimumBia... DEBUG Property update for OutputLevel : new value = 2 Generation.MinimumBia... DEBUG Initialize base class GaudiCommon<AlgTool> @@ -6804,7 +6805,7 @@ Generation.MinimumBia...SUCCESS MC model: 0 (EPOS LHC) Generation.MinimumBia...SUCCESS Projectile id and momentum: 2212 (id), 6500 (GeV) Generation.MinimumBia...SUCCESS Target id and momentum: 1000822080 (id), -2560 (GeV) Generation.MinimumBia...SUCCESS Nucleon-Nucleon center-of-mass energy: 8158.43 (GeV) -Generation.MinimumBia...SUCCESS Configuration file: /tmp/lbcrmc.R6IKIl +Generation.MinimumBia...SUCCESS Configuration file: /tmp/lbcrmc.6wCmiY Generation.MinimumBia...SUCCESS _________________________________________________________________ Generation.MinimumBias DEBUG Registering tool ToolSvc.XmlCounterLogFile Generation.MinimumBia... DEBUG CRMCProduction::printRunningConditions called @@ -8501,6 +8502,7 @@ GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, all entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, all entries' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), first 'HistoSize' entries' GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, downscaled' desc = 'Virtual memory (kB), downscaled entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, downscaled' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), downscaled entries' +GaussGen DEBUG using internal counter for eventNumber GaussGen DEBUG using seeds [1082, 1, 2119103972, 0] GaussGen INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 2119103972, 0] GaussGen DEBUG GenInit:: The object of type 'LHCb::GenHeader' is registered in TS at address '/Event/Gen/Header' @@ -8882,35 +8884,33 @@ GaussGeo.Spd DEBUG Initialize(): CollectionName='SpdHits' for Sens GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for SensDet='Prs' GaussGeo.Ecal DEBUG Initialize(): CollectionName='EcalHits' for SensDet='Ecal' GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for SensDet='Hcal' -GiGa.TrackSeq.HepMCTrackWARNING GaussTrackActionHepMC:: The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown' -RichG4GeomProp WARNING Pixel coord outside Sidet. Coord and Pixel bounds = -8.22848 -8 8 GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 -GaussGeo.Spd SUCCESS #Hits= 722 #SubHits= 985 #Slots= 5812 Energy= 3.65[GeV] -GaussGeo.Prs SUCCESS #Hits= 932 #SubHits= 1384 #Slots= 8185 Energy= 8.18[GeV] -GaussGeo.Ecal SUCCESS #Hits= 3144 #SubHits= 8707 #Slots=10198 Energy= 120[GeV] -GaussGeo.Hcal SUCCESS #Hits= 473 #SubHits= 1034 #Slots= 1392 Energy= 14.6[GeV] +GaussGeo.Spd SUCCESS #Hits= 751 #SubHits= 1051 #Slots= 6229 Energy= 3.38[GeV] +GaussGeo.Prs SUCCESS #Hits= 1023 #SubHits= 1486 #Slots= 8788 Energy= 8.74[GeV] +GaussGeo.Ecal SUCCESS #Hits= 3234 #SubHits= 8854 #Slots=10300 Energy= 120[GeV] +GaussGeo.Hcal SUCCESS #Hits= 471 #SubHits= 1153 #Slots= 1519 Energy= 14.9[GeV] GiGaFlush DEBUG Dump G4 event object -GiGaFlush INFO GiGaUtil::DumpG4Event 0x21e19d80 ************************************************** +GiGaFlush INFO GiGaUtil::DumpG4Event 0x20ff9f20 ************************************************** GiGaUtil::DumpG4Event EventID : 0 GiGaUtil::DumpG4Event NumberOfPrimaryVertex : 1 - GiGaUtil::DumpG4Event #StoredTrajectories : 5417 + GiGaUtil::DumpG4Event #StoredTrajectories : 5641 GiGaUtil::DumpG4Event # of Hit Collections : 16 - GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 144 - GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 2660 - GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 1119 - GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 1567 - GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 2094 - GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 2233 - GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 1939 - GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 4 + GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 138 + GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 2720 + GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 921 + GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 881 + GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 1467 + GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 1957 + GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 1772 + GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 7 GiGaUtil::DumpG4Event Collection: ID = 8 Name = 'CaloSPHits' SD = 'CaloSP' #Hits = 0 - GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 722 - GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 932 - GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 3144 - GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 473 - GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 1215 - GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 969 - GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 2963 + GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 751 + GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 1023 + GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 3234 + GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 471 + GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 1404 + GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 834 + GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 2974 GiGaUtil::DumpG4Event GetDCofThisEvent : G4DCofThisEvent* points to NULL GiGaUtil::DumpG4Event IsAborted : 0 GiGaUtil::DumpG4Event GetUserInformation : G4VUserEventInformation* points to NULL @@ -8947,15 +8947,15 @@ GetMuonHits DEBUG ==> Execute GetMuonHits DEBUG GetTrackerHitsAlg:: The object of type 'ObjectVector<LHCb::MCHit>' is registered in TS at address 'MC/Muon/Hits' MainEventDataPacking DEBUG ==> Execute PackMCParticle DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Particles' -PackMCParticle DEBUG MC/Particles contains 6100 MCParticles to convert. +PackMCParticle DEBUG MC/Particles contains 6323 MCParticles to convert. PackMCParticle DEBUG PackMCParticle:: The object of type 'LHCb::PackedMCParticles' is registered in TS at address 'pSim/MCParticles' PackMCVertex DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Vertices' -PackMCVertex DEBUG MC/Vertices contains 6714 MCVertices to convert. +PackMCVertex DEBUG MC/Vertices contains 6925 MCVertices to convert. PackMCVertex DEBUG PackMCVertex:: The object of type 'LHCb::PackedMCVertices' is registered in TS at address 'pSim/MCVertices' PackMCVertex DEBUG time 2.22507e-308 set to zero for vertex 386 of type Unknown SimMonitor DEBUG ==> Execute -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 6100 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 6714 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 6323 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 6925 CompareMCParticle WARNING CompareMCParticle:: Packed MCParticle info truncated. Set VERBOSE OutputLevel for details StatusCode=FAILURE ApplicationMgr INFO Application Manager Stopped successfully GaussGen DEBUG Delete BeamForInitialization @@ -9100,26 +9100,26 @@ GetOTHits DEBUG Services to release : GiGa GiGaKine GetOTHits DEBUG Releasing service 'GiGa' GetOTHits DEBUG Releasing service 'GiGaKine' GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 3661.00 +-60.51 (100.00 +-0.00%) Rich2 = 4172.00 +-64.59 (100.00 +-0.00%) -GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 2.00 +- 1.41 ( 0.05 +-0.03%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 1904.00 +-43.63 ( 52.01 +-0.83%) Rich2 = 1366.00 +-36.96 ( 32.74 +-0.73%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 150.00 +-12.25 ( 4.10 +-0.33%) Rich2 = 66.00 +- 8.12 ( 1.58 +-0.19%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 1525.00 +-39.05 ( 41.66 +-0.81%) Rich2 = 1622.00 +-40.27 ( 38.88 +-0.75%) -GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 7.00 +- 2.65 ( 0.19 +-0.07%) Rich2 = 1.00 +- 1.00 ( 0.02 +-0.02%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 2348.00 +-48.46 (100.00 +-0.00%) Rich2 = 3729.00 +-61.07 (100.00 +-0.00%) +GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 1795.00 +-42.37 ( 76.45 +-0.88%) Rich2 = 1432.00 +-37.84 ( 38.40 +-0.80%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 60.00 +- 7.75 ( 2.56 +-0.33%) Rich2 = 114.00 +-10.68 ( 3.06 +-0.28%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 423.00 +-20.57 ( 18.02 +-0.79%) Rich2 = 949.00 +-30.81 ( 25.45 +-0.71%) +GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 2.00 +- 1.41 ( 0.05 +-0.03%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1055.00 +-32.48 ( 25.29 +-0.67%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 301.00 +-17.35 ( 8.22 +-0.45%) Rich2 = 415.00 +-20.37 ( 9.95 +-0.46%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 250.00 +-15.81 ( 6.83 +-0.42%) Rich2 = 344.00 +-18.55 ( 8.25 +-0.43%) +GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1170.00 +-34.21 ( 31.38 +-0.76%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 123.00 +-11.09 ( 5.24 +-0.46%) Rich2 = 332.00 +-18.22 ( 8.90 +-0.47%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 96.00 +- 9.80 ( 4.09 +-0.41%) Rich2 = 268.00 +-16.37 ( 7.19 +-0.42%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 99.00 +- 9.95 ( 2.70 +-0.27%) Rich2 = 140.00 +-11.83 ( 3.36 +-0.28%) -GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.02 +-0.02%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 56.00 +- 7.48 ( 2.39 +-0.31%) Rich2 = 112.00 +-10.58 ( 3.00 +-0.28%) +GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 1.00 +- 1.00 ( 0.04 +-0.04%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 1904.00 +-43.63 ( 52.01 +-0.83%) Rich2Gas = 1366.00 +-36.96 ( 32.74 +-0.73%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 1795.00 +-42.37 ( 76.45 +-0.88%) Rich2Gas = 1432.00 +-37.84 ( 38.40 +-0.80%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : @@ -9139,16 +9139,14 @@ GetRichHits INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHits INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 1979.00 +- 44.49 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 2481.00 +- 49.81 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 216.00 +- 14.70 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 3147.00 +- 56.10 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 8.00 +- 2.83 / event -GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 95.00 +- 9.75 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 324.00 +- 18.00 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 34.00 +- 5.83 / event -GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 31.00 +- 5.57 / event -GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 5.00 +- 2.24 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 1865.00 +- 43.19 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 2666.00 +- 51.63 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 174.00 +- 13.19 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 1372.00 +- 37.04 / event +GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 91.00 +- 9.54 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 368.00 +- 19.18 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 28.00 +- 5.29 / event +GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 21.00 +- 4.58 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 RichHits DEBUG Finalize base class GaudiAlgorithm RichHits DEBUG Tools to release : @@ -9196,46 +9194,46 @@ PackMCVertex SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/ PackMCVertex SUCCESS #WARNINGS = 1 Message = 'PackedVertex.tof underflow, set to 0.' MCVeloHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2660 | 2660.0 | 0.0000 | 2660.0 | 2660.0 | + | "# PackedData" | 1 | 2720 | 2720.0 | 0.0000 | 2720.0 | 2720.0 | MCPuVetoHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 144 | 144.00 | 0.0000 | 144.00 | 144.00 | + | "# PackedData" | 1 | 138 | 138.00 | 0.0000 | 138.00 | 138.00 | MCTTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1119 | 1119.0 | 0.0000 | 1119.0 | 1119.0 | + | "# PackedData" | 1 | 921 | 921.00 | 0.0000 | 921.00 | 921.00 | MCITHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 969 | 969.00 | 0.0000 | 969.00 | 969.00 | + | "# PackedData" | 1 | 834 | 834.00 | 0.0000 | 834.00 | 834.00 | MCOTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2963 | 2963.0 | 0.0000 | 2963.0 | 2963.0 | + | "# PackedData" | 1 | 2974 | 2974.0 | 0.0000 | 2974.0 | 2974.0 | MCMuonHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1215 | 1215.0 | 0.0000 | 1215.0 | 1215.0 | + | "# PackedData" | 1 | 1404 | 1404.0 | 0.0000 | 1404.0 | 1404.0 | MCPrsHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 8185 | 8185.0 | 0.0000 | 8185.0 | 8185.0 | + | "# PackedData" | 1 | 8788 | 8788.0 | 0.0000 | 8788.0 | 8788.0 | MCSpdHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 5812 | 5812.0 | 0.0000 | 5812.0 | 5812.0 | + | "# PackedData" | 1 | 6229 | 6229.0 | 0.0000 | 6229.0 | 6229.0 | MCEcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 10198 | 10198. | 0.0000 | 10198. | 10198. | + | "# PackedData" | 1 | 10300 | 10300. | 0.0000 | 10300. | 10300. | MCHcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1392 | 1392.0 | 0.0000 | 1392.0 | 1392.0 | + | "# PackedData" | 1 | 1519 | 1519.0 | 0.0000 | 1519.0 | 1519.0 | MCRichHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 7833 | 7833.0 | 0.0000 | 7833.0 | 7833.0 | + | "# PackedData" | 1 | 6077 | 6077.0 | 0.0000 | 6077.0 | 6077.0 | MCRichOpPhotPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 7831 | 7831.0 | 0.0000 | 7831.0 | 7831.0 | + | "# PackedData" | 1 | 6077 | 6077.0 | 0.0000 | 6077.0 | 6077.0 | MCRichSegmentPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 489 | 489.00 | 0.0000 | 489.00 | 489.00 | + | "# PackedData" | 1 | 508 | 508.00 | 0.0000 | 508.00 | 508.00 | MCRichTrackPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 408 | 408.00 | 0.0000 | 408.00 | 408.00 | + | "# PackedData" | 1 | 440 | 440.00 | 0.0000 | 440.00 | 440.00 | MainEventDataPacking DEBUG Finalize base class GaudiAlgorithm MainEventDataPacking DEBUG Tools to release : MainEventDataPacking DEBUG Services to release : @@ -9245,42 +9243,42 @@ MakeMainSim DEBUG Services to release : VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 2660+/-0 -VeloGaussMoni INFO | Number of PileUpMCHits/Event: 144+/-0 +VeloGaussMoni INFO | Number of MCHits/Event: 2720+/-0 +VeloGaussMoni INFO | Number of PileUpMCHits/Event: 138+/-0 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 1119 -TTHitMonitor INFO Mean beta * gamma: 1122.04 -TTHitMonitor INFO Most Probable deposited charge: 0.160504 -TTHitMonitor INFO Half Sample width 0.0617837 +TTHitMonitor INFO #hits per event: 921 +TTHitMonitor INFO Mean beta * gamma: 1187.2 +TTHitMonitor INFO Most Probable deposited charge: 0.155529 +TTHitMonitor INFO Half Sample width 0.047214 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 130 | 130 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 1119 | 1255559 | 1122.0 | 3736.6 | 0.36689 | 49301. | - | "numberHits" | 1 | 1119 | 1119.0 | 0.0000 | 1119.0 | 1119.0 | + | "DeltaRay" | 51 | 51 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 921 | 1093409 | 1187.2 | 4038.9 | 0.0042680 | 64237. | + | "numberHits" | 1 | 921 | 921.00 | 0.0000 | 921.00 | 921.00 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 969 -ITHitMonitor INFO Mean beta * gamma: 4596.06 -ITHitMonitor INFO Most Probable deposited charge: 0.116002 -ITHitMonitor INFO Half Sample width 0.0441158 +ITHitMonitor INFO #hits per event: 834 +ITHitMonitor INFO Mean beta * gamma: 1919.46 +ITHitMonitor INFO Most Probable deposited charge: 0.110403 +ITHitMonitor INFO Half Sample width 0.0426599 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 42 | 42 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 969 | 4453578 | 4596.1 | 17303. | 0.41067 | 1.2888e+05 | - | "numberHits" | 1 | 969 | 969.00 | 0.0000 | 969.00 | 969.00 | + | "DeltaRay" | 70 | 70 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 834 | 1600830 | 1919.5 | 8570.9 | 0.18227 | 64237. | + | "numberHits" | 1 | 834 | 834.00 | 0.0000 | 834.00 | 834.00 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 2963 -OTHitMonitor INFO Mean beta * gamma: 1569 -OTHitMonitor INFO Most Probable deposited charge: 0.19572 -OTHitMonitor INFO Half Sample width 0.0762267 +OTHitMonitor INFO #hits per event: 2974 +OTHitMonitor INFO Mean beta * gamma: 1406.73 +OTHitMonitor INFO Most Probable deposited charge: 0.19872 +OTHitMonitor INFO Half Sample width 0.0782432 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 226 | 226 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 2963 | 4648959 | 1569.0 | 5620.9 | 0.0045234 | 49301. | - | "numberHits" | 1 | 2963 | 2963.0 | 0.0000 | 2963.0 | 2963.0 | + | "DeltaRay" | 241 | 241 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 2974 | 4183627 | 1406.7 | 4416.1 | 0.0045629 | 64237. | + | "numberHits" | 1 | 2974 | 2974.0 | 0.0000 | 2974.0 | 2974.0 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -9289,376 +9287,376 @@ MuonHitChecker INFO ------------------------------------------------ MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 202.000 49.000 14.000 4.000 13.000 R1 -MuonHitChecker INFO 268.000 68.000 5.000 0.000 0.000 R2 -MuonHitChecker INFO 284.000 18.000 4.000 10.000 4.000 R3 -MuonHitChecker INFO 252.000 20.000 0.000 0.000 0.000 R4 +MuonHitChecker INFO 314.000 13.000 23.000 0.000 9.000 R1 +MuonHitChecker INFO 352.000 21.000 11.000 0.000 4.000 R2 +MuonHitChecker INFO 349.000 12.000 0.000 0.000 0.000 R3 +MuonHitChecker INFO 244.000 36.000 8.000 4.000 4.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 1006.000 155.000 23.000 14.000 17.000 allR +MuonHitChecker INFO 1259.000 82.000 42.000 4.000 17.000 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 CompareMCParticle SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 CompareMCParticle SUCCESS #WARNINGS = 1 Message = 'Packed MCParticle info truncated. Set VERBOSE OutputLevel for details' UnpackPuVetoHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 144 | 144.00 | 0.0000 | 144.00 | 144.00 | + | "# UnPackedData" | 1 | 138 | 138.00 | 0.0000 | 138.00 | 138.00 | CheckPuVetoHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 144 |3.78738e-06 | 2.6301e-08 | 2.6182e-07 | -4.9010e-07 | 4.9995e-07 | - | "Diff. - Displacement y" | 144 |-8.711645e-06 |-6.0498e-08 | 2.9880e-07 | -4.9728e-07 | 4.9648e-07 | - | "Diff. - Displacement z" | 144 |1.938548e-06 | 1.3462e-08 | 2.9285e-07 | -4.9150e-07 | 4.9835e-07 | - | "Diff. - Energy" | 144 |-1.49455e-05 |-1.0379e-07 | 6.0894e-07 | -9.9253e-07 | 9.9072e-07 | - | "Diff. - Entry Point x" | 144 |3.270692e-05 | 2.2713e-07 | 2.8293e-05 | -4.8844e-05 | 4.9901e-05 | - | "Diff. - Entry Point y" | 144 |-0.0004059708 |-2.8192e-06 | 2.7051e-05 | -4.8994e-05 | 4.9410e-05 | - | "Diff. - Entry Point z" | 144 |-9.028648e-05 |-6.2699e-07 | 2.9786e-05 | -4.8291e-05 | 4.9314e-05 | - | "Diff. - Parent |P|" | 144 |-0.03921305 |-0.00027231 | 0.0026552 | -0.0049767 | 0.0049089 | - | "Diff. - TOF" | 144 |-5.947667e-05 |-4.1303e-07 | 2.8426e-06 | -4.9682e-06 | 4.9427e-06 | - | "Original - Displacement x" | 144 | 0.4232668 | 0.0029394 | 0.023086 | -0.064886 | 0.16797 | - | "Original - Displacement y" | 144 | -0.6053217 | -0.0042036 | 0.038394 | -0.24305 | 0.18224 | - | "Original - Displacement z" | 144 | -41.69661 | -0.28956 | 0.063226 | -0.30032 | 0.26800 | - | "Original - Energy" | 144 | 22.29899 | 0.15485 | 0.42036 | 0.0095419 | 4.4260 | - | "Original - Entry Point x" | 144 | 153.4 | 1.0653 | 13.292 | -39.797 | 33.519 | - | "Original - Entry Point y" | 144 | 78.58409 | 0.54572 | 16.866 | -40.574 | 39.739 | - | "Original - Entry Point z" | 144 | -39026.5 | -271.02 | 41.683 | -316.14 | -218.96 | - | "Original - Parent |P|" | 144 | 1178217 | 8182.1 | 10109. | 3.2613 | 52765. | - | "Original - TOF" | 144 | 139.4575 | 0.96845 | 0.32077 | 0.74865 | 3.3877 | - | "Unpacked - Displacement x" | 144 | 0.423263 | 0.0029393 | 0.023086 | -0.064886 | 0.16797 | - | "Unpacked - Displacement y" | 144 | -0.605313 | -0.0042036 | 0.038394 | -0.24305 | 0.18224 | - | "Unpacked - Displacement z" | 144 | -41.69662 | -0.28956 | 0.063226 | -0.30032 | 0.26800 | - | "Unpacked - Energy" | 144 | 22.299 | 0.15485 | 0.42036 | 0.0095420 | 4.4260 | - | "Unpacked - Entry Point x" | 144 | 153.4 | 1.0653 | 13.292 | -39.797 | 33.519 | - | "Unpacked - Entry Point y" | 144 | 78.5845 | 0.54573 | 16.866 | -40.574 | 39.739 | - | "Unpacked - Entry Point z" | 144 | -39026.5 | -271.02 | 41.683 | -316.14 | -218.96 | - | "Unpacked - Parent |P|" | 144 | 1178217 | 8182.1 | 10109. | 3.2600 | 52765. | - | "Unpacked - TOF" | 144 | 139.4576 | 0.96846 | 0.32077 | 0.74865 | 3.3877 | + | "Diff. - Displacement x" | 138 |2.363105e-07 | 1.7124e-09 | 2.8701e-07 | -4.9439e-07 | 4.9513e-07 | + | "Diff. - Displacement y" | 138 |1.46628e-06 | 1.0625e-08 | 2.8111e-07 | -4.9820e-07 | 4.8014e-07 | + | "Diff. - Displacement z" | 138 |-3.520915e-08 |-2.5514e-10 | 2.5752e-07 | -4.9186e-07 | 4.6816e-07 | + | "Diff. - Energy" | 138 |5.564102e-06 | 4.0320e-08 | 5.5821e-07 | -9.9707e-07 | 9.5215e-07 | + | "Diff. - Entry Point x" | 138 |0.0007990102 | 5.7899e-06 | 2.8186e-05 | -4.9924e-05 | 4.9953e-05 | + | "Diff. - Entry Point y" | 138 |-0.0001496325 |-1.0843e-06 | 2.9338e-05 | -4.9762e-05 | 4.9849e-05 | + | "Diff. - Entry Point z" | 138 |-0.0002538347 |-1.8394e-06 | 3.1032e-05 | -4.9943e-05 | 4.8876e-05 | + | "Diff. - Parent |P|" | 138 |-0.04359401 |-0.00031590 | 0.0027938 | -0.0049129 | 0.0049732 | + | "Diff. - TOF" | 138 |-3.35368e-05 |-2.4302e-07 | 2.8216e-06 | -4.9063e-06 | 4.9737e-06 | + | "Original - Displacement x" | 138 | 0.06182624 | 0.00044802 | 0.034459 | -0.19678 | 0.19140 | + | "Original - Displacement y" | 138 | 0.3694625 | 0.0026773 | 0.032422 | -0.15137 | 0.22005 | + | "Original - Displacement z" | 138 | -40.49892 | -0.29347 | 0.055026 | -0.30093 | 0.30010 | + | "Original - Energy" | 138 | 19.4873 | 0.14121 | 0.21562 | 0.027295 | 1.8890 | + | "Original - Entry Point x" | 138 | 218.2278 | 1.5814 | 14.294 | -40.661 | 43.983 | + | "Original - Entry Point y" | 138 | -19.22495 | -0.13931 | 16.334 | -40.618 | 32.828 | + | "Original - Entry Point z" | 138 | -36863.62 | -267.13 | 41.762 | -316.16 | -218.96 | + | "Original - Parent |P|" | 138 | 1219342 | 8835.8 | 10100. | 1.4903 | 52766. | + | "Original - TOF" | 138 | 127.1222 | 0.92118 | 0.14781 | 0.74865 | 1.5592 | + | "Unpacked - Displacement x" | 138 | 0.061826 | 0.00044801 | 0.034459 | -0.19678 | 0.19140 | + | "Unpacked - Displacement y" | 138 | 0.369461 | 0.0026773 | 0.032422 | -0.15137 | 0.22005 | + | "Unpacked - Displacement z" | 138 | -40.49892 | -0.29347 | 0.055026 | -0.30093 | 0.30010 | + | "Unpacked - Energy" | 138 | 19.48729 | 0.14121 | 0.21562 | 0.027296 | 1.8890 | + | "Unpacked - Entry Point x" | 138 | 218.227 | 1.5814 | 14.294 | -40.661 | 43.983 | + | "Unpacked - Entry Point y" | 138 | -19.2248 | -0.13931 | 16.334 | -40.618 | 32.828 | + | "Unpacked - Entry Point z" | 138 | -36863.62 | -267.13 | 41.762 | -316.16 | -218.96 | + | "Unpacked - Parent |P|" | 138 | 1219342 | 8835.8 | 10100. | 1.4900 | 52766. | + | "Unpacked - TOF" | 138 | 127.1222 | 0.92118 | 0.14781 | 0.74865 | 1.5592 | UnpackVeloHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2660 | 2660.0 | 0.0000 | 2660.0 | 2660.0 | + | "# UnPackedData" | 1 | 2720 | 2720.0 | 0.0000 | 2720.0 | 2720.0 | CheckVeloHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 2660 |1.525953e-05 | 5.7367e-09 | 2.9002e-07 | -4.9974e-07 | 4.9998e-07 | - | "Diff. - Displacement y" | 2660 |6.689751e-06 | 2.5149e-09 | 2.8728e-07 | -4.9924e-07 | 4.9995e-07 | - | "Diff. - Displacement z" | 2660 |-1.004434e-05 |-3.7761e-09 | 2.8706e-07 | -4.9991e-07 | 4.9905e-07 | - | "Diff. - Energy" | 2660 |2.267052e-05 | 8.5228e-09 | 5.7252e-07 | -9.9901e-07 | 9.9968e-07 | - | "Diff. - Entry Point x" | 2660 |0.0005895851 | 2.2165e-07 | 2.8685e-05 | -4.9935e-05 | 4.9989e-05 | - | "Diff. - Entry Point y" | 2660 |-0.001536915 |-5.7779e-07 | 2.9240e-05 | -4.9990e-05 | 4.9994e-05 | - | "Diff. - Entry Point z" | 2660 |-0.0009621675 |-3.6172e-07 | 2.9173e-05 | -4.9955e-05 | 4.9981e-05 | - | "Diff. - Parent |P|" | 2660 | -0.1162932 |-4.3719e-05 | 0.0029104 | -0.0049929 | 0.0049887 | - | "Diff. - TOF" | 2660 |0.000260881 | 9.8076e-08 | 2.8736e-06 | -4.9931e-06 | 4.9919e-06 | - | "Original - Displacement x" | 2660 | -0.3502377 |-0.00013167 | 0.13201 | -2.1626 | 4.9176 | - | "Original - Displacement y" | 2660 | -3.368257 | -0.0012663 | 0.13922 | -1.4421 | 5.7312 | - | "Original - Displacement z" | 2660 | 343.6814 | 0.12920 | 0.26533 | -0.30195 | 0.30115 | - | "Original - Energy" | 2660 | 396.7125 | 0.14914 | 0.42824 | 0.00082392 | 12.741 | - | "Original - Entry Point x" | 2660 | 3414.202 | 1.2835 | 14.304 | -41.612 | 44.761 | - | "Original - Entry Point y" | 2660 | -4685.503 | -1.7615 | 17.752 | -43.503 | 42.895 | - | "Original - Entry Point z" | 2660 | 619717.6 | 232.98 | 292.31 | -175.80 | 751.01 | - | "Original - Parent |P|" | 2660 |1.919982e+07 | 7218.0 | 12682. | 2.2271 | 94919. | - | "Original - TOF" | 2660 | 2554.201 | 0.96023 | 0.79143 | 0.025304 | 3.4200 | - | "Unpacked - Displacement x" | 2660 | -0.350253 |-0.00013167 | 0.13201 | -2.1626 | 4.9176 | - | "Unpacked - Displacement y" | 2660 | -3.368264 | -0.0012663 | 0.13922 | -1.4421 | 5.7312 | - | "Unpacked - Displacement z" | 2660 | 343.6814 | 0.12920 | 0.26533 | -0.30195 | 0.30115 | - | "Unpacked - Energy" | 2660 | 396.7125 | 0.14914 | 0.42824 | 0.00082400 | 12.741 | - | "Unpacked - Entry Point x" | 2660 | 3414.201 | 1.2835 | 14.304 | -41.612 | 44.761 | - | "Unpacked - Entry Point y" | 2660 | -4685.502 | -1.7615 | 17.752 | -43.503 | 42.895 | - | "Unpacked - Entry Point z" | 2660 | 619717.6 | 232.98 | 292.31 | -175.80 | 751.01 | - | "Unpacked - Parent |P|" | 2660 |1.919982e+07 | 7218.0 | 12682. | 2.2300 | 94919. | - | "Unpacked - TOF" | 2660 | 2554.201 | 0.96023 | 0.79143 | 0.025300 | 3.4200 | + | "Diff. - Displacement x" | 2720 |1.05854e-05 | 3.8917e-09 | 2.9181e-07 | -4.9985e-07 | 4.9997e-07 | + | "Diff. - Displacement y" | 2720 |-1.112179e-05 |-4.0889e-09 | 2.9172e-07 | -5.0000e-07 | 4.9966e-07 | + | "Diff. - Displacement z" | 2720 |-2.157899e-05 |-7.9335e-09 | 2.8854e-07 | -4.9942e-07 | 4.9990e-07 | + | "Diff. - Energy" | 2720 |3.116872e-06 | 1.1459e-09 | 5.7605e-07 | -9.9895e-07 | 9.9998e-07 | + | "Diff. - Entry Point x" | 2720 |0.001362535 | 5.0093e-07 | 2.8979e-05 | -4.9965e-05 | 4.9995e-05 | + | "Diff. - Entry Point y" | 2720 |-0.0006884682 |-2.5311e-07 | 2.9276e-05 | -4.9997e-05 | 4.9989e-05 | + | "Diff. - Entry Point z" | 2720 |0.001952078 | 7.1768e-07 | 2.9090e-05 | -4.9968e-05 | 4.9984e-05 | + | "Diff. - Parent |P|" | 2720 | 0.03832766 | 1.4091e-05 | 0.0028994 | -0.0049977 | 0.0049873 | + | "Diff. - TOF" | 2720 |-6.85018e-05 |-2.5184e-08 | 2.9039e-06 | -4.9983e-06 | 4.9994e-06 | + | "Original - Displacement x" | 2720 | -10.08615 | -0.0037081 | 0.11066 | -2.1502 | 0.89004 | + | "Original - Displacement y" | 2720 | -4.467997 | -0.0016426 | 0.11114 | -1.6201 | 2.7100 | + | "Original - Displacement z" | 2720 | 357.2033 | 0.13132 | 0.26193 | -0.30195 | 0.30186 | + | "Original - Energy" | 2720 | 462.153 | 0.16991 | 0.56414 | 0.00037523 | 12.913 | + | "Original - Entry Point x" | 2720 | 3695.331 | 1.3586 | 14.681 | -41.744 | 44.958 | + | "Original - Entry Point y" | 2720 | -3088.471 | -1.1355 | 17.189 | -43.519 | 42.934 | + | "Original - Entry Point z" | 2720 | 643378 | 236.54 | 295.03 | -176.03 | 751.16 | + | "Original - Parent |P|" | 2720 |1.979759e+07 | 7278.5 | 12754. | 1.6375 | 94920. | + | "Original - TOF" | 2720 | 2652.288 | 0.97511 | 0.80040 | 0.025303 | 5.4485 | + | "Unpacked - Displacement x" | 2720 | -10.08616 | -0.0037081 | 0.11066 | -2.1502 | 0.89004 | + | "Unpacked - Displacement y" | 2720 | -4.467986 | -0.0016426 | 0.11114 | -1.6201 | 2.7100 | + | "Unpacked - Displacement z" | 2720 | 357.2034 | 0.13132 | 0.26193 | -0.30195 | 0.30186 | + | "Unpacked - Energy" | 2720 | 462.153 | 0.16991 | 0.56414 | 0.00037600 | 12.913 | + | "Unpacked - Entry Point x" | 2720 | 3695.33 | 1.3586 | 14.681 | -41.744 | 44.958 | + | "Unpacked - Entry Point y" | 2720 | -3088.47 | -1.1355 | 17.189 | -43.519 | 42.934 | + | "Unpacked - Entry Point z" | 2720 | 643378 | 236.54 | 295.03 | -176.03 | 751.16 | + | "Unpacked - Parent |P|" | 2720 |1.979759e+07 | 7278.5 | 12754. | 1.6400 | 94920. | + | "Unpacked - TOF" | 2720 | 2652.289 | 0.97511 | 0.80040 | 0.025300 | 5.4485 | UnpackTTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1119 | 1119.0 | 0.0000 | 1119.0 | 1119.0 | + | "# UnPackedData" | 1 | 921 | 921.00 | 0.0000 | 921.00 | 921.00 | CheckTTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1119 |2.657268e-06 | 2.3747e-09 | 2.8133e-07 | -4.9866e-07 | 4.9979e-07 | - | "Diff. - Displacement y" | 1119 |1.204498e-05 | 1.0764e-08 | 2.8282e-07 | -4.9909e-07 | 4.9996e-07 | - | "Diff. - Displacement z" | 1119 |5.002285e-06 | 4.4703e-09 | 1.2921e-07 | -4.9911e-07 | 4.9911e-07 | - | "Diff. - Energy" | 1119 |1.052791e-05 | 9.4083e-09 | 5.6321e-07 | -9.9988e-07 | 9.9988e-07 | - | "Diff. - Entry Point x" | 1119 |0.0004754623 | 4.2490e-07 | 2.8818e-05 | -4.9940e-05 | 4.9991e-05 | - | "Diff. - Entry Point y" | 1119 |0.0006137438 | 5.4848e-07 | 2.9777e-05 | -4.9966e-05 | 4.9933e-05 | - | "Diff. - Entry Point z" | 1119 |-0.0005024654 |-4.4903e-07 | 9.1327e-06 | -4.9639e-05 | 4.4646e-05 | - | "Diff. - Parent |P|" | 1119 |-0.01706827 |-1.5253e-05 | 0.0029224 | -0.0049918 | 0.0049993 | - | "Diff. - TOF" | 1119 |7.135913e-05 | 6.3770e-08 | 2.8469e-06 | -4.9981e-06 | 4.9995e-06 | - | "Original - Displacement x" | 1119 | 38.07447 | 0.034025 | 0.55906 | -3.3609 | 4.4887 | - | "Original - Displacement y" | 1119 | -13.4079 | -0.011982 | 0.29414 | -4.1440 | 1.7292 | - | "Original - Displacement z" | 1119 | 256.4899 | 0.22921 | 0.40893 | -0.50000 | 0.50000 | - | "Original - Energy" | 1119 | 299.9932 | 0.26809 | 0.29617 | 0.00095692 | 2.7260 | - | "Original - Entry Point x" | 1119 | 19402.12 | 17.339 | 315.51 | -802.04 | 823.65 | - | "Original - Entry Point y" | 1119 | 8872.826 | 7.9292 | 242.58 | -657.21 | 657.30 | - | "Original - Entry Point z" | 1119 | 2813532 | 2514.3 | 133.09 | 2322.0 | 2648.0 | - | "Original - Parent |P|" | 1119 | 4221636 | 3772.7 | 9460.1 | 1.4292 | 94880. | - | "Original - TOF" | 1119 | 14331.56 | 12.807 | 12.125 | 7.7287 | 172.04 | - | "Unpacked - Displacement x" | 1119 | 38.07447 | 0.034025 | 0.55906 | -3.3609 | 4.4887 | - | "Unpacked - Displacement y" | 1119 | -13.40791 | -0.011982 | 0.29414 | -4.1440 | 1.7292 | - | "Unpacked - Displacement z" | 1119 | 256.4899 | 0.22921 | 0.40893 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 1119 | 299.9932 | 0.26809 | 0.29617 | 0.00095600 | 2.7260 | - | "Unpacked - Entry Point x" | 1119 | 19402.12 | 17.339 | 315.51 | -802.04 | 823.65 | - | "Unpacked - Entry Point y" | 1119 | 8872.825 | 7.9292 | 242.58 | -657.21 | 657.30 | - | "Unpacked - Entry Point z" | 1119 | 2813532 | 2514.3 | 133.09 | 2322.0 | 2648.0 | - | "Unpacked - Parent |P|" | 1119 | 4221636 | 3772.7 | 9460.1 | 1.4300 | 94880. | - | "Unpacked - TOF" | 1119 | 14331.56 | 12.807 | 12.125 | 7.7287 | 172.04 | + | "Diff. - Displacement x" | 921 |-1.456554e-05 |-1.5815e-08 | 2.8104e-07 | -4.9991e-07 | 4.9970e-07 | + | "Diff. - Displacement y" | 921 |2.076118e-06 | 2.2542e-09 | 2.9257e-07 | -4.9857e-07 | 4.9450e-07 | + | "Diff. - Displacement z" | 921 |6.953788e-07 | 7.5503e-10 | 8.9403e-08 | -4.9892e-07 | 4.8970e-07 | + | "Diff. - Energy" | 921 |-4.626208e-06 |-5.0230e-09 | 5.8545e-07 | -9.9844e-07 | 9.9973e-07 | + | "Diff. - Entry Point x" | 921 |0.000895206 | 9.7199e-07 | 2.8450e-05 | -4.9934e-05 | 4.9678e-05 | + | "Diff. - Entry Point y" | 921 |0.001135781 | 1.2332e-06 | 2.8259e-05 | -4.9918e-05 | 4.9983e-05 | + | "Diff. - Entry Point z" | 921 |1.409249e-06 | 1.5301e-09 | 6.9691e-06 | -4.9357e-05 | 4.9510e-05 | + | "Diff. - Parent |P|" | 921 |-0.002309368 |-2.5075e-06 | 0.0028880 | -0.0049983 | 0.0049693 | + | "Diff. - TOF" | 921 |-2.37608e-05 |-2.5799e-08 | 2.9095e-06 | -4.9954e-06 | 4.9969e-06 | + | "Original - Displacement x" | 921 | 12.48421 | 0.013555 | 0.48468 | -2.0235 | 6.4558 | + | "Original - Displacement y" | 921 | 23.36036 | 0.025364 | 0.32549 | -1.3932 | 4.1246 | + | "Original - Displacement z" | 921 | 314.4843 | 0.34146 | 0.33780 | -0.50000 | 0.50000 | + | "Original - Energy" | 921 | 239.7033 | 0.26026 | 0.34637 | 0.0015818 | 3.4537 | + | "Original - Entry Point x" | 921 | -10928.98 | -11.866 | 276.45 | -795.97 | 766.11 | + | "Original - Entry Point y" | 921 | -28203.83 | -30.623 | 239.19 | -672.55 | 639.35 | + | "Original - Entry Point z" | 921 | 2296384 | 2493.4 | 136.34 | 2322.0 | 2648.0 | + | "Original - Parent |P|" | 921 | 4209210 | 4570.3 | 10489. | 1.4560 | 94880. | + | "Original - TOF" | 921 | 9832.346 | 10.676 | 5.1200 | 7.7287 | 42.645 | + | "Unpacked - Displacement x" | 921 | 12.48422 | 0.013555 | 0.48468 | -2.0235 | 6.4558 | + | "Unpacked - Displacement y" | 921 | 23.36035 | 0.025364 | 0.32549 | -1.3932 | 4.1246 | + | "Unpacked - Displacement z" | 921 | 314.4843 | 0.34146 | 0.33780 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 921 | 239.7033 | 0.26026 | 0.34637 | 0.0015820 | 3.4537 | + | "Unpacked - Entry Point x" | 921 | -10928.98 | -11.866 | 276.45 | -795.97 | 766.11 | + | "Unpacked - Entry Point y" | 921 | -28203.83 | -30.623 | 239.19 | -672.55 | 639.35 | + | "Unpacked - Entry Point z" | 921 | 2296384 | 2493.4 | 136.34 | 2322.0 | 2648.0 | + | "Unpacked - Parent |P|" | 921 | 4209210 | 4570.3 | 10489. | 1.4600 | 94880. | + | "Unpacked - TOF" | 921 | 9832.346 | 10.676 | 5.1200 | 7.7287 | 42.645 | UnpackITHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 969 | 969.00 | 0.0000 | 969.00 | 969.00 | + | "# UnPackedData" | 1 | 834 | 834.00 | 0.0000 | 834.00 | 834.00 | CheckITHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 969 |3.578832e-06 | 3.6933e-09 | 2.9600e-07 | -4.9924e-07 | 4.9993e-07 | - | "Diff. - Displacement y" | 969 |-1.073287e-05 |-1.1076e-08 | 2.8242e-07 | -4.9863e-07 | 4.9921e-07 | - | "Diff. - Displacement z" | 969 |-2.237115e-05 |-2.3087e-08 | 2.8822e-07 | -4.9989e-07 | 4.9986e-07 | - | "Diff. - Energy" | 969 |2.355281e-06 | 2.4306e-09 | 5.8197e-07 | -9.9867e-07 | 9.9765e-07 | - | "Diff. - Entry Point x" | 969 |-0.001411189 |-1.4563e-06 | 2.9018e-05 | -4.9978e-05 | 4.9998e-05 | - | "Diff. - Entry Point y" | 969 |0.002027717 | 2.0926e-06 | 2.9072e-05 | -4.9958e-05 | 4.9961e-05 | - | "Diff. - Entry Point z" | 969 |0.0006517697 | 6.7262e-07 | 2.9060e-05 | -4.9920e-05 | 4.9855e-05 | - | "Diff. - Parent |P|" | 969 | 0.06772268 | 6.9889e-05 | 0.0028789 | -0.0049824 | 0.0049644 | - | "Diff. - TOF" | 969 |5.412404e-05 | 5.5856e-08 | 2.9429e-06 | -4.9972e-06 | 4.9942e-06 | - | "Original - Displacement x" | 969 | -5.953859 | -0.0061443 | 0.21997 | -1.7456 | 3.5102 | - | "Original - Displacement y" | 969 | 3.978092 | 0.0041054 | 0.13572 | -1.6937 | 2.6847 | - | "Original - Displacement z" | 969 | 308.2162 | 0.31808 | 0.19016 | -0.41098 | 0.41947 | - | "Original - Energy" | 969 | 159.4581 | 0.16456 | 0.18065 | 0.00024105 | 2.3399 | - | "Original - Entry Point x" | 969 | 597.5816 | 0.61670 | 272.53 | -638.57 | 630.32 | - | "Original - Entry Point y" | 969 | 2063.613 | 2.1296 | 96.393 | -204.65 | 209.02 | - | "Original - Entry Point z" | 969 | 8140664 | 8401.1 | 548.33 | 7667.7 | 9172.1 | - | "Original - Parent |P|" | 969 |1.110149e+07 | 11457. | 17110. | 1.4381 | 94868. | - | "Original - TOF" | 969 | 27536.84 | 28.418 | 2.4977 | 25.565 | 49.183 | - | "Unpacked - Displacement x" | 969 | -5.953863 | -0.0061443 | 0.21997 | -1.7456 | 3.5102 | - | "Unpacked - Displacement y" | 969 | 3.978103 | 0.0041054 | 0.13572 | -1.6937 | 2.6847 | - | "Unpacked - Displacement z" | 969 | 308.2163 | 0.31808 | 0.19016 | -0.41098 | 0.41947 | - | "Unpacked - Energy" | 969 | 159.458 | 0.16456 | 0.18065 | 0.00024200 | 2.3399 | - | "Unpacked - Entry Point x" | 969 | 597.583 | 0.61670 | 272.53 | -638.57 | 630.32 | - | "Unpacked - Entry Point y" | 969 | 2063.611 | 2.1296 | 96.393 | -204.65 | 209.02 | - | "Unpacked - Entry Point z" | 969 | 8140664 | 8401.1 | 548.33 | 7667.7 | 9172.1 | - | "Unpacked - Parent |P|" | 969 |1.110149e+07 | 11457. | 17110. | 1.4400 | 94868. | - | "Unpacked - TOF" | 969 | 27536.84 | 28.418 | 2.4977 | 25.565 | 49.183 | + | "Diff. - Displacement x" | 834 |1.072032e-05 | 1.2854e-08 | 2.9230e-07 | -4.9842e-07 | 4.9969e-07 | + | "Diff. - Displacement y" | 834 |2.189395e-08 | 2.6252e-11 | 2.9060e-07 | -4.9877e-07 | 4.9913e-07 | + | "Diff. - Displacement z" | 834 |1.616766e-05 | 1.9386e-08 | 2.8647e-07 | -4.9451e-07 | 4.9994e-07 | + | "Diff. - Energy" | 834 |4.139102e-05 | 4.9630e-08 | 5.7518e-07 | -9.9874e-07 | 9.9914e-07 | + | "Diff. - Entry Point x" | 834 |-0.0001311025 |-1.5720e-07 | 2.9211e-05 | -4.9928e-05 | 4.9879e-05 | + | "Diff. - Entry Point y" | 834 |0.0006775357 | 8.1239e-07 | 2.9411e-05 | -4.9918e-05 | 4.9982e-05 | + | "Diff. - Entry Point z" | 834 |0.0004358292 | 5.2258e-07 | 2.8096e-05 | -4.9988e-05 | 4.9965e-05 | + | "Diff. - Parent |P|" | 834 |-0.08517717 |-0.00010213 | 0.0028921 | -0.0049917 | 0.0049996 | + | "Diff. - TOF" | 834 |6.823287e-05 | 8.1814e-08 | 2.9047e-06 | -4.9993e-06 | 4.9816e-06 | + | "Original - Displacement x" | 834 | 4.997554 | 0.0059923 | 0.16959 | -0.69585 | 2.2260 | + | "Original - Displacement y" | 834 | -2.871327 | -0.0034428 | 0.11536 | -1.5351 | 0.84522 | + | "Original - Displacement z" | 834 | 262.094 | 0.31426 | 0.18959 | -0.41051 | 0.41092 | + | "Original - Energy" | 834 | 167.9637 | 0.20140 | 0.38677 | 0.00052928 | 4.9384 | + | "Original - Entry Point x" | 834 | -16761.77 | -20.098 | 254.55 | -612.21 | 617.32 | + | "Original - Entry Point y" | 834 | -510.6418 | -0.61228 | 110.31 | -212.42 | 214.41 | + | "Original - Entry Point z" | 834 | 6984706 | 8374.9 | 558.83 | 7667.7 | 9172.3 | + | "Original - Parent |P|" | 834 |1.04655e+07 | 12549. | 18571. | 1.4663 | 94869. | + | "Original - TOF" | 834 | 23776.18 | 28.509 | 2.5190 | 25.567 | 40.843 | + | "Unpacked - Displacement x" | 834 | 4.997543 | 0.0059923 | 0.16959 | -0.69585 | 2.2260 | + | "Unpacked - Displacement y" | 834 | -2.871327 | -0.0034428 | 0.11536 | -1.5351 | 0.84522 | + | "Unpacked - Displacement z" | 834 | 262.094 | 0.31426 | 0.18959 | -0.41051 | 0.41092 | + | "Unpacked - Energy" | 834 | 167.9637 | 0.20140 | 0.38677 | 0.00053000 | 4.9384 | + | "Unpacked - Entry Point x" | 834 | -16761.77 | -20.098 | 254.55 | -612.21 | 617.32 | + | "Unpacked - Entry Point y" | 834 | -510.6425 | -0.61228 | 110.31 | -212.42 | 214.41 | + | "Unpacked - Entry Point z" | 834 | 6984706 | 8374.9 | 558.83 | 7667.7 | 9172.3 | + | "Unpacked - Parent |P|" | 834 |1.04655e+07 | 12549. | 18571. | 1.4700 | 94869. | + | "Unpacked - TOF" | 834 | 23776.18 | 28.509 | 2.5190 | 25.567 | 40.843 | UnpackOTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2963 | 2963.0 | 0.0000 | 2963.0 | 2963.0 | + | "# UnPackedData" | 1 | 2974 | 2974.0 | 0.0000 | 2974.0 | 2974.0 | CheckOTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 2963 |-2.483894e-06 |-8.3830e-10 | 2.8269e-07 | -4.9952e-07 | 4.9970e-07 | - | "Diff. - Displacement y" | 2963 |1.989322e-05 | 6.7139e-09 | 2.9021e-07 | -4.9969e-07 | 4.9965e-07 | - | "Diff. - Displacement z" | 2963 |-3.388541e-05 |-1.1436e-08 | 2.8899e-07 | -4.9922e-07 | 4.9987e-07 | - | "Diff. - Energy" | 2963 |1.574127e-05 | 5.3126e-09 | 5.8165e-07 | -1.0000e-06 | 9.9991e-07 | - | "Diff. - Entry Point x" | 2963 |-0.001212297 |-4.0915e-07 | 2.8956e-05 | -4.9935e-05 | 4.9999e-05 | - | "Diff. - Entry Point y" | 2963 |0.0007263119 | 2.4513e-07 | 2.8698e-05 | -4.9942e-05 | 4.9939e-05 | - | "Diff. - Entry Point z" | 2963 |-0.001206326 |-4.0713e-07 | 2.8670e-05 | -4.9996e-05 | 4.9983e-05 | - | "Diff. - Parent |P|" | 2963 | -0.1016275 |-3.4299e-05 | 0.0028871 | -0.0049991 | 0.0049997 | - | "Diff. - TOF" | 2963 |-0.0001746768 |-5.8953e-08 | 2.9176e-06 | -4.9988e-06 | 4.9937e-06 | - | "Original - Displacement x" | 2963 | -631.3203 | -0.21307 | 8.7969 | -136.01 | 112.62 | - | "Original - Displacement y" | 2963 | -408.4477 | -0.13785 | 5.3979 | -125.54 | 60.419 | - | "Original - Displacement z" | 2963 | 21874.62 | 7.3826 | 6.5512 | -10.796 | 10.860 | - | "Original - Energy" | 2963 | 916.9104 | 0.30945 | 0.44625 | 1.2343e-05 | 12.234 | - | "Original - Entry Point x" | 2963 | 43696.04 | 14.747 | 1288.1 | -3069.0 | 3097.7 | - | "Original - Entry Point y" | 2963 | 120320.7 | 40.608 | 747.04 | -2410.3 | 2403.5 | - | "Original - Entry Point z" | 2963 |2.563314e+07 | 8651.1 | 557.61 | 7849.4 | 9415.1 | - | "Original - Parent |P|" | 2963 |1.041995e+07 | 3516.7 | 5725.3 | 1.4240 | 40324. | - | "Original - TOF" | 2963 | 99634.02 | 33.626 | 11.498 | 26.194 | 153.06 | - | "Unpacked - Displacement x" | 2963 | -631.3203 | -0.21307 | 8.7969 | -136.01 | 112.62 | - | "Unpacked - Displacement y" | 2963 | -408.4477 | -0.13785 | 5.3979 | -125.54 | 60.419 | - | "Unpacked - Displacement z" | 2963 | 21874.62 | 7.3826 | 6.5512 | -10.796 | 10.860 | - | "Unpacked - Energy" | 2963 | 916.9104 | 0.30945 | 0.44625 | 1.2000e-05 | 12.234 | - | "Unpacked - Entry Point x" | 2963 | 43696.04 | 14.747 | 1288.1 | -3069.0 | 3097.7 | - | "Unpacked - Entry Point y" | 2963 | 120320.7 | 40.608 | 747.04 | -2410.3 | 2403.5 | - | "Unpacked - Entry Point z" | 2963 |2.563314e+07 | 8651.1 | 557.61 | 7849.4 | 9415.1 | - | "Unpacked - Parent |P|" | 2963 |1.041995e+07 | 3516.7 | 5725.3 | 1.4200 | 40324. | - | "Unpacked - TOF" | 2963 | 99634.02 | 33.626 | 11.498 | 26.194 | 153.06 | + | "Diff. - Displacement x" | 2974 |-1.326396e-05 |-4.4600e-09 | 2.8616e-07 | -4.9988e-07 | 4.9997e-07 | + | "Diff. - Displacement y" | 2974 |3.208327e-06 | 1.0788e-09 | 2.9240e-07 | -4.9967e-07 | 4.9971e-07 | + | "Diff. - Displacement z" | 2974 |8.77256e-06 | 2.9498e-09 | 2.8956e-07 | -4.9983e-07 | 4.9973e-07 | + | "Diff. - Energy" | 2974 |4.166587e-06 | 1.4010e-09 | 5.7589e-07 | -9.9981e-07 | 9.9926e-07 | + | "Diff. - Entry Point x" | 2974 |-0.002274246 |-7.6471e-07 | 2.8659e-05 | -4.9985e-05 | 4.9996e-05 | + | "Diff. - Entry Point y" | 2974 |2.855563e-05 | 9.6018e-09 | 2.8934e-05 | -4.9965e-05 | 4.9966e-05 | + | "Diff. - Entry Point z" | 2974 |-9.960186e-05 |-3.3491e-08 | 2.8961e-05 | -4.9993e-05 | 4.9975e-05 | + | "Diff. - Parent |P|" | 2974 | 0.1725177 | 5.8009e-05 | 0.0028667 | -0.0049968 | 0.0049976 | + | "Diff. - TOF" | 2974 |8.971652e-05 | 3.0167e-08 | 2.8350e-06 | -4.9987e-06 | 4.9990e-06 | + | "Original - Displacement x" | 2974 | -131.565 | -0.044238 | 8.0179 | -96.590 | 89.866 | + | "Original - Displacement y" | 2974 | -170.0428 | -0.057176 | 6.2629 | -125.84 | 62.938 | + | "Original - Displacement z" | 2974 | 19363.22 | 6.5108 | 7.3523 | -10.958 | 10.846 | + | "Original - Energy" | 2974 | 937.2019 | 0.31513 | 0.44503 | 8.1308e-05 | 7.2806 | + | "Original - Entry Point x" | 2974 | 19929.64 | 6.7013 | 1158.1 | -2997.8 | 2983.2 | + | "Original - Entry Point y" | 2974 | -73389.29 | -24.677 | 658.12 | -2407.0 | 2231.2 | + | "Original - Entry Point z" | 2974 |2.582878e+07 | 8684.9 | 554.31 | 7847.4 | 9415.2 | + | "Original - Parent |P|" | 2974 | 9789858 | 3291.8 | 5566.1 | 1.4282 | 40332. | + | "Original - TOF" | 2974 | 100658.9 | 33.846 | 12.625 | 26.195 | 251.05 | + | "Unpacked - Displacement x" | 2974 | -131.565 | -0.044238 | 8.0179 | -96.590 | 89.866 | + | "Unpacked - Displacement y" | 2974 | -170.0428 | -0.057176 | 6.2629 | -125.84 | 62.938 | + | "Unpacked - Displacement z" | 2974 | 19363.22 | 6.5108 | 7.3523 | -10.958 | 10.846 | + | "Unpacked - Energy" | 2974 | 937.2019 | 0.31513 | 0.44503 | 8.2000e-05 | 7.2806 | + | "Unpacked - Entry Point x" | 2974 | 19929.64 | 6.7013 | 1158.1 | -2997.8 | 2983.2 | + | "Unpacked - Entry Point y" | 2974 | -73389.29 | -24.677 | 658.12 | -2407.0 | 2231.2 | + | "Unpacked - Entry Point z" | 2974 |2.582878e+07 | 8684.9 | 554.31 | 7847.4 | 9415.2 | + | "Unpacked - Parent |P|" | 2974 | 9789857 | 3291.8 | 5566.1 | 1.4300 | 40332. | + | "Unpacked - TOF" | 2974 | 100658.9 | 33.846 | 12.625 | 26.195 | 251.05 | UnpackRichHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 7833 | 7833.0 | 0.0000 | 7833.0 | 7833.0 | + | "# UnPackedData" | 1 | 6077 | 6077.0 | 0.0000 | 6077.0 | 6077.0 | UnpackRichOpPhot SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 7831 | 7831.0 | 0.0000 | 7831.0 | 7831.0 | + | "# UnPackedData" | 1 | 6077 | 6077.0 | 0.0000 | 6077.0 | 6077.0 | UnpackRichSegments SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 489 | 489.00 | 0.0000 | 489.00 | 489.00 | + | "# UnPackedData" | 1 | 508 | 508.00 | 0.0000 | 508.00 | 508.00 | UnpackRichTracks SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 408 | 408.00 | 0.0000 | 408.00 | 408.00 | + | "# UnPackedData" | 1 | 440 | 440.00 | 0.0000 | 440.00 | 440.00 | CheckRichHits SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 7833 |-0.003522882 |-4.4975e-07 | 4.7818e-05 | -0.0041808 | 0.00065797 | - | "Diff. - Entry Point x" | 7833 |0.003503335 | 4.4725e-07 | 2.8719e-05 | -4.9999e-05 | 4.9994e-05 | - | "Diff. - Entry Point y" | 7833 |0.000737063 | 9.4097e-08 | 2.8973e-05 | -4.9998e-05 | 4.9997e-05 | - | "Diff. - Entry Point z" | 7833 |0.004687298 | 5.9840e-07 | 2.9077e-05 | -4.9992e-05 | 4.9993e-05 | - | "Diff. - TOF" | 7833 |0.0002935981 | 3.7482e-08 | 2.8913e-06 | -4.9957e-06 | 4.9963e-06 | - | "Original - Energy" | 7833 | 1933.476 | 0.24684 | 14.306 | 0.020000 | 1000.0 | - | "Original - Entry Point x" | 7833 | 1254193 | 160.12 | 2929.5 | -4150.4 | 4150.8 | - | "Original - Entry Point y" | 7833 | -649718.1 | -82.946 | 897.73 | -1391.2 | 1391.1 | - | "Original - Entry Point z" | 7833 |5.072404e+07 | 6475.7 | 4616.3 | 1330.8 | 11093. | - | "Original - TOF" | 7833 | 251706.2 | 32.134 | 22.677 | 6.6368 | 179.78 | - | "Unpacked - Energy" | 7833 | 1933.48 | 0.24684 | 14.306 | 0.020000 | 1000.0 | - | "Unpacked - Entry Point x" | 7833 | 1254193 | 160.12 | 2929.5 | -4150.4 | 4150.8 | - | "Unpacked - Entry Point y" | 7833 | -649718.1 | -82.946 | 897.73 | -1391.2 | 1391.1 | - | "Unpacked - Entry Point z" | 7833 |5.072404e+07 | 6475.7 | 4616.3 | 1330.8 | 11093. | - | "Unpacked - TOF" | 7833 | 251706.2 | 32.134 | 22.677 | 6.6368 | 179.78 | + | "Diff. - Energy" | 6077 |-4.216766e-14 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 6077 |-0.0003310053 |-5.4469e-08 | 2.8921e-05 | -4.9990e-05 | 4.9953e-05 | + | "Diff. - Entry Point y" | 6077 |-0.0008942753 |-1.4716e-07 | 2.8689e-05 | -4.9997e-05 | 4.9983e-05 | + | "Diff. - Entry Point z" | 6077 |0.0005113002 | 8.4137e-08 | 2.8950e-05 | -4.9981e-05 | 4.9993e-05 | + | "Diff. - TOF" | 6077 |-8.232398e-05 |-1.3547e-08 | 2.9398e-06 | -4.9998e-06 | 4.9987e-06 | + | "Original - Energy" | 6077 | 121.54 | 0.020000 | 3.6066e-09 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 6077 | 589460.4 | 96.999 | 3142.8 | -4150.4 | 4151.1 | + | "Original - Entry Point y" | 6077 | -728984 | -119.96 | 824.37 | -1391.7 | 1390.1 | + | "Original - Entry Point z" | 6077 |4.391056e+07 | 7225.7 | 4505.2 | 1329.5 | 11094. | + | "Original - TOF" | 6077 | 225496.9 | 37.107 | 23.019 | 6.6133 | 281.71 | + | "Unpacked - Energy" | 6077 | 121.54 | 0.020000 | 3.6066e-09 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 6077 | 589460.4 | 96.999 | 3142.8 | -4150.4 | 4151.1 | + | "Unpacked - Entry Point y" | 6077 | -728984 | -119.96 | 824.37 | -1391.7 | 1390.1 | + | "Unpacked - Entry Point z" | 6077 |4.391056e+07 | 7225.7 | 4505.2 | 1329.5 | 11094. | + | "Unpacked - TOF" | 6077 | 225496.9 | 37.107 | 23.019 | 6.6133 | 281.71 | CheckRichOpPhot SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 7831 |0.0009667314 | 1.2345e-07 | 2.8825e-05 | -4.9985e-05 | 4.9999e-05 | - | "Diff. - Emission Point y" | 7831 |-0.002298705 |-2.9354e-07 | 2.9059e-05 | -4.9970e-05 | 4.9998e-05 | - | "Diff. - Emission Point z" | 7831 |-0.0001394767 |-1.7811e-08 | 2.8814e-05 | -4.9982e-05 | 4.9973e-05 | - | "Diff. - Energy" | 7831 |3.058176e-11 | 3.9052e-15 | 5.7887e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 7831 | 0.00300162 | 3.8330e-07 | 2.8841e-05 | -4.9979e-05 | 4.9989e-05 | - | "Diff. - HPD In. Point y" | 7831 |0.002835656 | 3.6211e-07 | 2.8735e-05 | -4.9989e-05 | 4.9996e-05 | - | "Diff. - HPD In. Point z" | 7831 |-0.003447305 |-4.4021e-07 | 2.8893e-05 | -4.9967e-05 | 4.9998e-05 | - | "Diff. - HPD QW Point x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 7831 | 24014.5 | 3.0666 | 1.8258 | 0.00036208 | 6.2825 | - | "Original - Cherenkov Theta" | 7831 | 4332.582 | 0.55326 | 0.56543 | 0.0086083 | 2.8390 | - | "Original - Emission Point x" | 7831 | 1584007 | 202.27 | 1941.1 | -4047.5 | 3988.9 | - | "Original - Emission Point y" | 7831 | -301829.8 | -38.543 | 629.58 | -1499.8 | 1476.5 | - | "Original - Emission Point z" | 7831 |4.952297e+07 | 6324.0 | 4570.9 | 990.59 | 11804. | - | "Original - Energy" | 7831 | 0.03360553 | 4.2913e-06 | 1.0932e-06 | 1.7506e-06 | 6.8791e-06 | - | "Original - HPD In. Point x" | 7831 | 1232317 | 157.36 | 2863.6 | -4078.3 | 4078.8 | - | "Original - HPD In. Point y" | 7831 | -623531.8 | -79.624 | 836.25 | -1315.3 | 1306.7 | - | "Original - HPD In. Point z" | 7831 |5.030892e+07 | 6424.3 | 4614.3 | 1261.1 | 11071. | - | "Original - HPD QW Point x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 7831 | 24014.5 | 3.0666 | 1.8258 | 0.00036208 | 6.2825 | - | "Unpacked - Cherenkov Theta" | 7831 | 4332.582 | 0.55326 | 0.56543 | 0.0086083 | 2.8390 | - | "Unpacked - Emission Point x" | 7831 | 1584007 | 202.27 | 1941.1 | -4047.5 | 3988.9 | - | "Unpacked - Emission Point y" | 7831 | -301829.8 | -38.543 | 629.58 | -1499.8 | 1476.5 | - | "Unpacked - Emission Point z" | 7831 |4.952297e+07 | 6324.0 | 4570.9 | 990.59 | 11804. | - | "Unpacked - Energy" | 7831 | 0.03360553 | 4.2913e-06 | 1.0932e-06 | 1.7506e-06 | 6.8791e-06 | - | "Unpacked - HPD In. Point x" | 7831 | 1232317 | 157.36 | 2863.6 | -4078.3 | 4078.8 | - | "Unpacked - HPD In. Point y" | 7831 | -623531.8 | -79.624 | 836.25 | -1315.3 | 1306.7 | - | "Unpacked - HPD In. Point z" | 7831 |5.030892e+07 | 6424.3 | 4614.3 | 1261.1 | 11071. | - | "Unpacked - HPD QW Point x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 7831 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 6077 |0.0007109124 | 1.1698e-07 | 2.9007e-05 | -4.9940e-05 | 4.9979e-05 | + | "Diff. - Emission Point y" | 6077 |-0.0009437214 |-1.5529e-07 | 2.8590e-05 | -4.9993e-05 | 4.9988e-05 | + | "Diff. - Emission Point z" | 6077 |0.001909238 | 3.1417e-07 | 2.8863e-05 | -4.9999e-05 | 4.9961e-05 | + | "Diff. - Energy" | 6077 |-1.250555e-12 |-2.0578e-16 | 5.8260e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 6077 |0.0004644171 | 7.6422e-08 | 2.8712e-05 | -4.9968e-05 | 4.9994e-05 | + | "Diff. - HPD In. Point y" | 6077 |-0.001708271 |-2.8110e-07 | 2.8833e-05 | -4.9992e-05 | 4.9980e-05 | + | "Diff. - HPD In. Point z" | 6077 |-0.003132972 |-5.1555e-07 | 2.9100e-05 | -4.9993e-05 | 4.9979e-05 | + | "Diff. - HPD QW Point x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 6077 | 19322.5 | 3.1796 | 1.8077 | 0.00021542 | 6.2803 | + | "Original - Cherenkov Theta" | 6077 | 2988.693 | 0.49180 | 0.64180 | 0.0059141 | 2.8799 | + | "Original - Emission Point x" | 6077 | 859971.5 | 141.51 | 1821.2 | -4025.7 | 4060.4 | + | "Original - Emission Point y" | 6077 | -262761.3 | -43.239 | 481.98 | -1479.5 | 1481.6 | + | "Original - Emission Point z" | 6077 |4.274088e+07 | 7033.2 | 4463.6 | 990.39 | 11819. | + | "Original - Energy" | 6077 | 0.02617757 | 4.3076e-06 | 1.0617e-06 | 1.7562e-06 | 6.8482e-06 | + | "Original - HPD In. Point x" | 6077 | 574292.1 | 94.503 | 3071.7 | -4078.2 | 4078.4 | + | "Original - HPD In. Point y" | 6077 | -674350.5 | -110.97 | 771.53 | -1317.6 | 1317.6 | + | "Original - HPD In. Point z" | 6077 |4.359629e+07 | 7174.0 | 4505.0 | 1259.6 | 11073. | + | "Original - HPD QW Point x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 6077 | 19322.5 | 3.1796 | 1.8077 | 0.00021542 | 6.2803 | + | "Unpacked - Cherenkov Theta" | 6077 | 2988.693 | 0.49180 | 0.64180 | 0.0059141 | 2.8799 | + | "Unpacked - Emission Point x" | 6077 | 859971.5 | 141.51 | 1821.2 | -4025.7 | 4060.4 | + | "Unpacked - Emission Point y" | 6077 | -262761.3 | -43.239 | 481.98 | -1479.5 | 1481.6 | + | "Unpacked - Emission Point z" | 6077 |4.274088e+07 | 7033.2 | 4463.6 | 990.39 | 11819. | + | "Unpacked - Energy" | 6077 | 0.02617757 | 4.3076e-06 | 1.0617e-06 | 1.7562e-06 | 6.8482e-06 | + | "Unpacked - HPD In. Point x" | 6077 | 574292.1 | 94.503 | 3071.7 | -4078.2 | 4078.4 | + | "Unpacked - HPD In. Point y" | 6077 | -674350.5 | -110.97 | 771.53 | -1317.6 | 1317.6 | + | "Unpacked - HPD In. Point z" | 6077 |4.359629e+07 | 7174.0 | 4505.0 | 1259.6 | 11073. | + | "Unpacked - HPD QW Point x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 6077 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegments SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 489 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 508 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 5812 | 5812.0 | 0.0000 | 5812.0 | 5812.0 | + | "# UnPackedData" | 1 | 6229 | 6229.0 | 0.0000 | 6229.0 | 6229.0 | CheckSpdHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 5812 |0.001131993 | 1.9477e-07 | 2.8740e-05 | -4.9991e-05 | 4.9966e-05 | - | "Diff. - TOF" | 5812 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 5812 | 3652.411 | 0.62843 | 2.1821 | 1.2309e-05 | 65.070 | - | "Original - TOF" | 5812 | 9094 | 1.5647 | 1.7121 | -1.0000 | 7.0000 | - | "Unpacked - Energy" | 5812 | 3652.41 | 0.62843 | 2.1821 | 0.0000 | 65.070 | - | "Unpacked - TOF" | 5812 | 9094 | 1.5647 | 1.7121 | -1.0000 | 7.0000 | + | "Diff. - Energy" | 6229 |0.0007101362 | 1.1400e-07 | 2.8837e-05 | -4.9970e-05 | 4.9999e-05 | + | "Diff. - TOF" | 6229 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 6229 | 3383.56 | 0.54319 | 1.5306 | 1.7161e-07 | 36.576 | + | "Original - TOF" | 6229 | 9638 | 1.5473 | 1.7052 | -1.0000 | 7.0000 | + | "Unpacked - Energy" | 6229 | 3383.559 | 0.54319 | 1.5306 | 0.0000 | 36.576 | + | "Unpacked - TOF" | 6229 | 9638 | 1.5473 | 1.7052 | -1.0000 | 7.0000 | UnpackPrsHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 8185 | 8185.0 | 0.0000 | 8185.0 | 8185.0 | + | "# UnPackedData" | 1 | 8788 | 8788.0 | 0.0000 | 8788.0 | 8788.0 | CheckPrsHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 8185 |-0.004190776 |-5.1201e-07 | 2.8992e-05 | -4.9973e-05 | 4.9968e-05 | - | "Diff. - TOF" | 8185 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 8185 | 8184.918 | 0.99999 | 3.6628 | 6.7225e-06 | 71.100 | - | "Original - TOF" | 8185 | 12622 | 1.5421 | 1.6964 | -1.0000 | 6.0000 | - | "Unpacked - Energy" | 8185 | 8184.922 | 0.99999 | 3.6628 | 0.0000 | 71.100 | - | "Unpacked - TOF" | 8185 | 12622 | 1.5421 | 1.6964 | -1.0000 | 6.0000 | + | "Diff. - Energy" | 8788 |0.002966646 | 3.3758e-07 | 2.8785e-05 | -4.9975e-05 | 4.9970e-05 | + | "Diff. - TOF" | 8788 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 8788 | 8737.072 | 0.99420 | 3.7239 | 2.3467e-07 | 83.527 | + | "Original - TOF" | 8788 | 13607 | 1.5484 | 1.7030 | -1.0000 | 9.0000 | + | "Unpacked - Energy" | 8788 | 8737.069 | 0.99420 | 3.7239 | 0.0000 | 83.527 | + | "Unpacked - TOF" | 8788 | 13607 | 1.5484 | 1.7030 | -1.0000 | 9.0000 | UnpackEcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 10198 | 10198. | 0.0000 | 10198. | 10198. | + | "# UnPackedData" | 1 | 10300 | 10300. | 0.0000 | 10300. | 10300. | CheckEcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 10198 |2.344132e-05 | 2.2986e-09 | 2.8842e-05 | -4.9996e-05 | 4.9984e-05 | - | "Diff. - TOF" | 10198 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 10198 | 119517.3 | 11.720 | 52.870 | 1.6338e-05 | 2120.0 | - | "Original - TOF" | 10198 | 1657 | 0.16248 | 0.38857 | 0.0000 | 3.0000 | - | "Unpacked - Energy" | 10198 | 119517.3 | 11.720 | 52.870 | 0.0000 | 2120.0 | - | "Unpacked - TOF" | 10198 | 1657 | 0.16248 | 0.38857 | 0.0000 | 3.0000 | + | "Diff. - Energy" | 10300 |0.005617552 | 5.4539e-07 | 2.8906e-05 | -4.9987e-05 | 4.9973e-05 | + | "Diff. - TOF" | 10300 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 10300 | 120340.3 | 11.684 | 49.992 | 9.9888e-05 | 1799.0 | + | "Original - TOF" | 10300 | 1714 | 0.16641 | 0.65038 | 0.0000 | 37.000 | + | "Unpacked - Energy" | 10300 | 120340.3 | 11.684 | 49.992 | 0.00010000 | 1799.0 | + | "Unpacked - TOF" | 10300 | 1714 | 0.16641 | 0.65038 | 0.0000 | 37.000 | UnpackHcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1392 | 1392.0 | 0.0000 | 1392.0 | 1392.0 | + | "# UnPackedData" | 1 | 1519 | 1519.0 | 0.0000 | 1519.0 | 1519.0 | CheckHcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1392 |0.000817025 | 5.8694e-07 | 2.8888e-05 | -4.9919e-05 | 4.9898e-05 | - | "Diff. - TOF" | 1392 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1392 | 14601.05 | 10.489 | 54.775 | 0.00011572 | 1676.2 | - | "Original - TOF" | 1392 | 258 | 0.18534 | 0.49290 | -1.0000 | 3.0000 | - | "Unpacked - Energy" | 1392 | 14601.05 | 10.489 | 54.775 | 0.00010000 | 1676.2 | - | "Unpacked - TOF" | 1392 | 258 | 0.18534 | 0.49290 | -1.0000 | 3.0000 | + | "Diff. - Energy" | 1519 |-0.0005362543 |-3.5303e-07 | 2.9120e-05 | -4.9928e-05 | 4.9930e-05 | + | "Diff. - TOF" | 1519 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1519 | 14898.1 | 9.8078 | 31.127 | 3.3045e-06 | 496.11 | + | "Original - TOF" | 1519 | 239 | 0.15734 | 0.46849 | -1.0000 | 2.0000 | + | "Unpacked - Energy" | 1519 | 14898.1 | 9.8078 | 31.127 | 0.0000 | 496.11 | + | "Unpacked - TOF" | 1519 | 239 | 0.15734 | 0.46849 | -1.0000 | 2.0000 | UnpackMuonHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1215 | 1215.0 | 0.0000 | 1215.0 | 1215.0 | + | "# UnPackedData" | 1 | 1404 | 1404.0 | 0.0000 | 1404.0 | 1404.0 | CheckMuonHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 1215 |4.179677e-06 | 3.4401e-09 | 2.8302e-07 | -4.9978e-07 | 4.9865e-07 | - | "Diff. - Displacement y" | 1215 |-3.339745e-06 |-2.7488e-09 | 2.8922e-07 | -4.9929e-07 | 4.9937e-07 | - | "Diff. - Displacement z" | 1215 |1.362556e-06 | 1.1214e-09 | 2.9189e-07 | -4.9869e-07 | 4.9966e-07 | - | "Diff. - Energy" | 1215 |-6.250529e-06 |-5.1445e-09 | 5.8197e-07 | -9.9895e-07 | 9.9999e-07 | - | "Diff. - Entry Point x" | 1215 |-0.001418886 |-1.1678e-06 | 2.8821e-05 | -4.9932e-05 | 4.9974e-05 | - | "Diff. - Entry Point y" | 1215 |-0.001699984 |-1.3992e-06 | 2.9220e-05 | -4.9949e-05 | 4.9981e-05 | - | "Diff. - Entry Point z" | 1215 |0.0003217012 | 2.6477e-07 | 2.9201e-05 | -5.0000e-05 | 4.9977e-05 | - | "Diff. - Parent |P|" | 1215 | -0.1361264 |-0.00011204 | 0.0028746 | -0.0049914 | 0.0049868 | - | "Diff. - TOF" | 1215 |6.063486e-05 | 4.9905e-08 | 2.8891e-06 | -4.9903e-06 | 4.9893e-06 | - | "Original - Displacement x" | 1215 | 523.5241 | 0.43088 | 6.0149 | -31.247 | 171.04 | - | "Original - Displacement y" | 1215 | -470.7499 | -0.38745 | 7.6621 | -237.68 | 24.680 | - | "Original - Displacement z" | 1215 | 4909.917 | 4.0411 | 2.2644 | -5.0996 | 5.0889 | - | "Original - Energy" | 1215 | 2.670758 | 0.0021982 | 0.0052491 | 3.2236e-08 | 0.13628 | - | "Original - Entry Point x" | 1215 | 283237 | 233.12 | 1504.7 | -3773.1 | 4867.8 | - | "Original - Entry Point y" | 1215 | -95088.97 | -78.263 | 898.85 | -3905.5 | 2746.0 | - | "Original - Entry Point z" | 1215 |1.552017e+07 | 12774. | 1486.3 | 11952. | 19037. | - | "Original - Parent |P|" | 1215 | 3564652 | 2933.9 | 7643.5 | 1.4230 | 94843. | - | "Original - TOF" | 1215 | 53918.77 | 44.378 | 7.2154 | 39.867 | 116.26 | - | "Unpacked - Displacement x" | 1215 | 523.5241 | 0.43088 | 6.0149 | -31.247 | 171.04 | - | "Unpacked - Displacement y" | 1215 | -470.7499 | -0.38745 | 7.6621 | -237.68 | 24.680 | - | "Unpacked - Displacement z" | 1215 | 4909.917 | 4.0411 | 2.2644 | -5.0996 | 5.0889 | - | "Unpacked - Energy" | 1215 | 2.670764 | 0.0021982 | 0.0052491 | 0.0000 | 0.13628 | - | "Unpacked - Entry Point x" | 1215 | 283237 | 233.12 | 1504.7 | -3773.1 | 4867.8 | - | "Unpacked - Entry Point y" | 1215 | -95088.97 | -78.263 | 898.85 | -3905.5 | 2746.0 | - | "Unpacked - Entry Point z" | 1215 |1.552017e+07 | 12774. | 1486.3 | 11952. | 19037. | - | "Unpacked - Parent |P|" | 1215 | 3564652 | 2933.9 | 7643.5 | 1.4200 | 94843. | - | "Unpacked - TOF" | 1215 | 53918.77 | 44.378 | 7.2154 | 39.867 | 116.26 | + | "Diff. - Displacement x" | 1404 |8.942202e-07 | 6.3691e-10 | 2.8952e-07 | -4.9987e-07 | 4.9913e-07 | + | "Diff. - Displacement y" | 1404 |2.588669e-05 | 1.8438e-08 | 2.8481e-07 | -4.9986e-07 | 4.9869e-07 | + | "Diff. - Displacement z" | 1404 |-3.538937e-06 |-2.5206e-09 | 2.9275e-07 | -4.9997e-07 | 4.9862e-07 | + | "Diff. - Energy" | 1404 |-4.825633e-06 |-3.4371e-09 | 5.7305e-07 | -9.9991e-07 | 9.9866e-07 | + | "Diff. - Entry Point x" | 1404 |0.0009939483 | 7.0794e-07 | 2.9134e-05 | -4.9999e-05 | 4.9979e-05 | + | "Diff. - Entry Point y" | 1404 |0.0001364317 | 9.7174e-08 | 2.8672e-05 | -4.9978e-05 | 4.9981e-05 | + | "Diff. - Entry Point z" | 1404 |-0.0007018415 |-4.9989e-07 | 2.8706e-05 | -4.9791e-05 | 4.9975e-05 | + | "Diff. - Parent |P|" | 1404 | -0.1207653 |-8.6015e-05 | 0.0028571 | -0.0049750 | 0.0049991 | + | "Diff. - TOF" | 1404 |-6.87646e-05 |-4.8978e-08 | 2.9123e-06 | -4.9935e-06 | 4.9904e-06 | + | "Original - Displacement x" | 1404 | -334.9037 | -0.23854 | 5.5751 | -96.427 | 50.588 | + | "Original - Displacement y" | 1404 | 179.5394 | 0.12788 | 4.2760 | -38.424 | 75.955 | + | "Original - Displacement z" | 1404 | 5538.734 | 3.9450 | 2.3120 | -5.1303 | 5.2735 | + | "Original - Energy" | 1404 | 2.851997 | 0.0020313 | 0.0039377 | 1.1038e-05 | 0.086623 | + | "Original - Entry Point x" | 1404 | -126777.1 | -90.297 | 1379.2 | -4216.1 | 4316.2 | + | "Original - Entry Point y" | 1404 | -2572.099 | -1.8320 | 833.84 | -3178.1 | 3295.8 | + | "Original - Entry Point z" | 1404 |1.76106e+07 | 12543. | 1279.2 | 11953. | 19025. | + | "Original - Parent |P|" | 1404 | 2949950 | 2101.1 | 6395.4 | 1.4407 | 94831. | + | "Original - TOF" | 1404 | 61948.09 | 44.123 | 10.763 | 39.867 | 299.94 | + | "Unpacked - Displacement x" | 1404 | -334.9037 | -0.23854 | 5.5751 | -96.427 | 50.588 | + | "Unpacked - Displacement y" | 1404 | 179.5394 | 0.12788 | 4.2760 | -38.424 | 75.955 | + | "Unpacked - Displacement z" | 1404 | 5538.734 | 3.9450 | 2.3120 | -5.1303 | 5.2735 | + | "Unpacked - Energy" | 1404 | 2.852002 | 0.0020313 | 0.0039377 | 1.2000e-05 | 0.086622 | + | "Unpacked - Entry Point x" | 1404 | -126777.1 | -90.297 | 1379.2 | -4216.1 | 4316.2 | + | "Unpacked - Entry Point y" | 1404 | -2572.099 | -1.8320 | 833.84 | -3178.1 | 3295.8 | + | "Unpacked - Entry Point z" | 1404 |1.76106e+07 | 12543. | 1279.2 | 11953. | 19025. | + | "Unpacked - Parent |P|" | 1404 | 2949950 | 2101.1 | 6395.4 | 1.4400 | 94831. | + | "Unpacked - TOF" | 1404 | 61948.09 | 44.123 | 10.763 | 39.867 | 299.94 | SimMonitor DEBUG Finalize base class GaudiAlgorithm SimMonitor DEBUG Tools to release : SimMonitor DEBUG Services to release : @@ -9682,7 +9680,7 @@ MainEventGaussSim.Mai... DEBUG ==> Finalize the base class GaudiTool MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 2100.608 | 2100.6 | 0.0000 | 2100.6 | 2100.6 | + | "Total Memory/MB" | 1 | 2100.276 | 2100.3 | 0.0000 | 2100.3 | 2100.3 | MainEventGaussSim.Mai... DEBUG Tools to release : MainEventGaussSim.Mai... DEBUG Services to release : Generation.BeamSpotSm... DEBUG ==> Finalize the base class GaudiTool @@ -9709,11 +9707,11 @@ GaussGen.GaussGenMemory DEBUG ==> Finalize the base class GaudiTool GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 2100.556 | 2100.6 | 0.0000 | 2100.6 | 2100.6 | + | "Total Memory/MB" | 1 | 2100.224 | 2100.2 | 0.0000 | 2100.2 | 2100.2 | GaussGen.GaussGenMemory DEBUG Tools to release : GaussGen.GaussGenMemory DEBUG Services to release : ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- -ToolSvc.SequencerTime... INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 4.35 times the speed of a 2.8 GHz Xeon. ToolSvc.SequencerTime... INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- @@ -9729,40 +9727,40 @@ GaussGeo.MuonSDet DEBUG Services to release : GaussGeo.Hcal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 14.60105 | 14.601 | 0.0000 | 14.601 | 14.601 | - | "#hits" | 1 | 473 | 473.00 | 0.0000 | 473.00 | 473.00 | - | "#subhits" | 1 | 1034 | 1034.0 | 0.0000 | 1034.0 | 1034.0 | - | "#tslots" | 1 | 1392 | 1392.0 | 0.0000 | 1392.0 | 1392.0 | + | "#energy" | 1 | 14.8981 | 14.898 | 0.0000 | 14.898 | 14.898 | + | "#hits" | 1 | 471 | 471.00 | 0.0000 | 471.00 | 471.00 | + | "#subhits" | 1 | 1153 | 1153.0 | 0.0000 | 1153.0 | 1153.0 | + | "#tslots" | 1 | 1519 | 1519.0 | 0.0000 | 1519.0 | 1519.0 | GaussGeo.Hcal DEBUG Tools to release : GaussGeo.Hcal DEBUG Services to release : HistogramDataSvc GaussGeo.Hcal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Ecal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 119.5173 | 119.52 | 0.0000 | 119.52 | 119.52 | - | "#hits" | 1 | 3144 | 3144.0 | 0.0000 | 3144.0 | 3144.0 | - | "#subhits" | 1 | 8707 | 8707.0 | 0.0000 | 8707.0 | 8707.0 | - | "#tslots" | 1 | 10198 | 10198. | 0.0000 | 10198. | 10198. | + | "#energy" | 1 | 120.3403 | 120.34 | 0.0000 | 120.34 | 120.34 | + | "#hits" | 1 | 3234 | 3234.0 | 0.0000 | 3234.0 | 3234.0 | + | "#subhits" | 1 | 8854 | 8854.0 | 0.0000 | 8854.0 | 8854.0 | + | "#tslots" | 1 | 10300 | 10300. | 0.0000 | 10300. | 10300. | GaussGeo.Ecal DEBUG Tools to release : GaussGeo.Ecal DEBUG Services to release : HistogramDataSvc GaussGeo.Ecal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Prs DEBUG ==> Finalize the base class GaudiTool GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 8.184918 | 8.1849 | 0.0000 | 8.1849 | 8.1849 | - | "#hits" | 1 | 932 | 932.00 | 0.0000 | 932.00 | 932.00 | - | "#subhits" | 1 | 1384 | 1384.0 | 0.0000 | 1384.0 | 1384.0 | - | "#tslots" | 1 | 8185 | 8185.0 | 0.0000 | 8185.0 | 8185.0 | + | "#energy" | 1 | 8.737072 | 8.7371 | 0.0000 | 8.7371 | 8.7371 | + | "#hits" | 1 | 1023 | 1023.0 | 0.0000 | 1023.0 | 1023.0 | + | "#subhits" | 1 | 1486 | 1486.0 | 0.0000 | 1486.0 | 1486.0 | + | "#tslots" | 1 | 8788 | 8788.0 | 0.0000 | 8788.0 | 8788.0 | GaussGeo.Prs DEBUG Tools to release : GaussGeo.Prs DEBUG Services to release : HistogramDataSvc GaussGeo.Prs DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Spd DEBUG ==> Finalize the base class GaudiTool GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 3.652411 | 3.6524 | 0.0000 | 3.6524 | 3.6524 | - | "#hits" | 1 | 722 | 722.00 | 0.0000 | 722.00 | 722.00 | - | "#subhits" | 1 | 985 | 985.00 | 0.0000 | 985.00 | 985.00 | - | "#tslots" | 1 | 5812 | 5812.0 | 0.0000 | 5812.0 | 5812.0 | + | "#energy" | 1 | 3.38356 | 3.3836 | 0.0000 | 3.3836 | 3.3836 | + | "#hits" | 1 | 751 | 751.00 | 0.0000 | 751.00 | 751.00 | + | "#subhits" | 1 | 1051 | 1051.0 | 0.0000 | 1051.0 | 1051.0 | + | "#tslots" | 1 | 6229 | 6229.0 | 0.0000 | 6229.0 | 6229.0 | GaussGeo.Spd DEBUG Tools to release : GaussGeo.Spd DEBUG Services to release : HistogramDataSvc GaussGeo.Spd DEBUG Releasing service 'HistogramDataSvc' @@ -9811,141 +9809,139 @@ TimingAuditor.TIMER INFO ------------------------------------------------ TimingAuditor.TIMER INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 193840.000 | 197272.234 | 197272.234 197272.2 0.00 | 1 | 197.272 | -TimingAuditor.TIMER INFO GaussSequencer | 193830.000 | 197263.797 | 197263.797 197263.8 0.00 | 1 | 197.264 | -TimingAuditor.TIMER INFO Generator | 1550.000 | 1559.543 | 1559.543 1559.5 0.00 | 1 | 1.560 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1550.000 | 1559.528 | 1559.528 1559.5 0.00 | 1 | 1.560 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.403 | 1.403 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO Generation | 1550.000 | 1556.346 | 1556.346 1556.3 0.00 | 1 | 1.556 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 1.473 | 1.473 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 1.435 | 1.435 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO BoostForEpos | 0.000 | 0.248 | 0.248 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO Simulation | 192280.000 | 195704.141 | 195704.141 195704.1 0.00 | 1 | 195.704 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 192280.000 | 195704.094 | 195704.094 195704.1 0.00 | 1 | 195.704 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.219 | 1.219 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 192280.000 | 195702.828 | 195702.844 195702.8 0.00 | 1 | 195.703 | -TimingAuditor.TIMER INFO MakeMainSim | 191900.000 | 195335.297 | 195335.297 195335.3 0.00 | 1 | 195.335 | -TimingAuditor.TIMER INFO GenToSim | 30800.000 | 31020.510 | 31020.510 31020.5 0.00 | 1 | 31.021 | -TimingAuditor.TIMER INFO GiGaFlush | 160890.000 | 164093.859 | 164093.859 164093.9 0.00 | 1 | 164.094 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.035 | 0.035 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 20.000 | 22.798 | 22.798 22.8 0.00 | 1 | 0.023 | -TimingAuditor.TIMER INFO DetectorsHits | 170.000 | 169.516 | 169.516 169.5 0.00 | 1 | 0.170 | -TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 1.330 | 1.330 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 5.058 | 5.058 5.1 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO GetTTHits | 10.000 | 6.474 | 6.474 6.5 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO GetITHits | 10.000 | 5.941 | 5.941 5.9 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO GetOTHits | 10.000 | 11.829 | 11.829 11.8 0.00 | 1 | 0.012 | -TimingAuditor.TIMER INFO RichHits | 110.000 | 120.534 | 120.534 120.5 0.00 | 1 | 0.121 | -TimingAuditor.TIMER INFO GetRichHits | 60.000 | 63.916 | 63.916 63.9 0.00 | 1 | 0.064 | -TimingAuditor.TIMER INFO GetRichPhotons | 10.000 | 18.104 | 18.104 18.1 0.00 | 1 | 0.018 | -TimingAuditor.TIMER INFO GetRichSegments | 20.000 | 19.341 | 19.341 19.3 0.00 | 1 | 0.019 | -TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 4.584 | 4.584 4.6 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 10.000 | 0.927 | 0.927 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 10.000 | 12.808 | 12.808 12.8 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO GetSpdHits | 10.000 | 2.060 | 2.060 2.1 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 2.367 | 2.367 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 4.108 | 4.108 4.1 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.689 | 0.689 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 8.854 | 8.854 8.9 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO MainEventDataPacking | 20.000 | 28.315 | 28.315 28.3 0.00 | 1 | 0.028 | -TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 3.115 | 3.115 3.1 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO PackMCVertex | 10.000 | 2.458 | 2.458 2.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 1.484 | 1.484 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.134 | 0.134 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.123 | 0.123 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.306 | 0.306 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.152 | 0.152 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 1.065 | 1.065 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.292 | 0.292 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.482 | 0.482 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.082 | 0.082 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 1.136 | 1.136 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichOpPhotPacker | 10.000 | 13.296 | 13.296 13.3 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 2.872 | 2.872 2.9 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.927 | 0.927 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO SimMonitor | 380.000 | 367.518 | 367.518 367.5 0.00 | 1 | 0.368 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 10.000 | 0.571 | 0.571 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 3.045 | 3.045 3.0 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 2.561 | 2.561 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO DetectorsMonitor | 50.000 | 41.632 | 41.632 41.6 0.00 | 1 | 0.042 | -TimingAuditor.TIMER INFO VeloGaussMoni | 20.000 | 12.455 | 12.455 12.5 0.00 | 1 | 0.012 | -TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 4.091 | 4.091 4.1 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 1.654 | 1.654 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO OTHitMonitor | 10.000 | 8.139 | 8.139 8.1 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO SpdMonitor | 10.000 | 3.156 | 3.156 3.2 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 3.706 | 3.706 3.7 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 4.525 | 4.525 4.5 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO HcalMonitor | 10.000 | 0.868 | 0.868 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 2.860 | 2.860 2.9 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO DataUnpackTest | 320.000 | 319.594 | 319.594 319.6 0.00 | 1 | 0.320 | -TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 4.478 | 4.478 4.5 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 3.994 | 3.994 4.0 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO CompareMCVertex | 10.000 | 2.034 | 2.034 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 2.351 | 2.351 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.679 | 0.679 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 1.751 | 1.751 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.766 | 0.766 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckVeloHits | 20.000 | 18.098 | 18.098 18.1 0.00 | 1 | 0.018 | -TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.335 | 0.335 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHits | 10.000 | 7.351 | 7.351 7.4 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.329 | 0.329 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHits | 10.000 | 6.609 | 6.609 6.6 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.793 | 0.793 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckOTHits | 20.000 | 19.765 | 19.765 19.8 0.00 | 1 | 0.020 | -TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 2.362 | 2.362 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 5.559 | 5.559 5.6 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 2.440 | 2.440 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.886 | 0.886 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichHits | 30.000 | 26.832 | 26.832 26.8 0.00 | 1 | 0.027 | -TimingAuditor.TIMER INFO CheckRichOpPhot | 160.000 | 164.192 | 164.192 164.2 0.00 | 1 | 0.164 | -TimingAuditor.TIMER INFO CheckRichSegments | 10.000 | 3.925 | 3.925 3.9 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.394 | 0.394 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 1.557 | 1.557 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckSpdHits | 10.000 | 6.657 | 6.657 6.7 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 1.313 | 1.313 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckPrsHits | 10.000 | 9.220 | 9.220 9.2 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO UnpackEcalHits | 10.000 | 1.822 | 1.822 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckEcalHits | 10.000 | 11.632 | 11.632 11.6 0.00 | 1 | 0.012 | -TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.335 | 0.335 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 1.627 | 1.627 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.330 | 0.330 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHits | 10.000 | 8.322 | 8.322 8.3 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO EVENT LOOP | 176340.000 | 195280.344 | 195280.344 195280.3 0.00 | 1 | 195.280 | +TimingAuditor.TIMER INFO GaussSequencer | 176340.000 | 195269.906 | 195269.906 195269.9 0.00 | 1 | 195.270 | +TimingAuditor.TIMER INFO Generator | 1420.000 | 1728.480 | 1728.480 1728.5 0.00 | 1 | 1.728 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1420.000 | 1728.468 | 1728.468 1728.5 0.00 | 1 | 1.728 | +TimingAuditor.TIMER INFO GaussGen | 10.000 | 1.121 | 1.121 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Generation | 1410.000 | 1723.059 | 1723.059 1723.1 0.00 | 1 | 1.723 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 3.982 | 3.982 4.0 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 3.944 | 3.944 3.9 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO BoostForEpos | 0.000 | 0.241 | 0.241 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO Simulation | 174920.000 | 193541.359 | 193541.359 193541.4 0.00 | 1 | 193.541 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 174920.000 | 193541.328 | 193541.328 193541.3 0.00 | 1 | 193.541 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 8.776 | 8.776 8.8 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO MainSimulation | 174920.000 | 193532.516 | 193532.516 193532.5 0.00 | 1 | 193.533 | +TimingAuditor.TIMER INFO MakeMainSim | 174600.000 | 193051.812 | 193051.797 193051.8 0.00 | 1 | 193.052 | +TimingAuditor.TIMER INFO GenToSim | 30030.000 | 34952.914 | 34952.914 34952.9 0.00 | 1 | 34.953 | +TimingAuditor.TIMER INFO GiGaFlush | 144420.000 | 157929.781 | 157929.766 157929.8 0.00 | 1 | 157.930 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 20.000 | 18.912 | 18.912 18.9 0.00 | 1 | 0.019 | +TimingAuditor.TIMER INFO DetectorsHits | 120.000 | 128.389 | 128.389 128.4 0.00 | 1 | 0.128 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 1.135 | 1.135 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetVeloHits | 10.000 | 4.392 | 4.392 4.4 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetTTHits | 0.000 | 6.813 | 6.813 6.8 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO GetITHits | 10.000 | 4.527 | 4.527 4.5 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GetOTHits | 10.000 | 13.314 | 13.314 13.3 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO RichHits | 70.000 | 80.438 | 80.438 80.4 0.00 | 1 | 0.080 | +TimingAuditor.TIMER INFO GetRichHits | 40.000 | 46.221 | 46.221 46.2 0.00 | 1 | 0.046 | +TimingAuditor.TIMER INFO GetRichPhotons | 10.000 | 9.900 | 9.900 9.9 0.00 | 1 | 0.010 | +TimingAuditor.TIMER INFO GetRichSegments | 10.000 | 11.872 | 11.872 11.9 0.00 | 1 | 0.012 | +TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 4.005 | 4.005 4.0 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.699 | 0.699 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 10.000 | 7.437 | 7.437 7.4 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 2.210 | 2.210 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 2.235 | 2.235 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetEcalHits | 10.000 | 4.414 | 4.414 4.4 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.626 | 0.626 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 8.035 | 8.035 8.0 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO MainEventDataPacking | 10.000 | 21.243 | 21.243 21.2 0.00 | 1 | 0.021 | +TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 2.908 | 2.908 2.9 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 2.253 | 2.253 2.3 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 1.552 | 1.552 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.045 | 0.045 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.101 | 0.101 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.099 | 0.099 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.273 | 0.273 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.155 | 0.155 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.929 | 0.929 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.280 | 0.280 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.417 | 0.417 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.089 | 0.089 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPacker | 10.000 | 1.906 | 1.906 1.9 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 7.863 | 7.863 7.9 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 1.486 | 1.486 1.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.577 | 0.577 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SimMonitor | 320.000 | 480.689 | 480.689 480.7 0.00 | 1 | 0.481 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.339 | 0.339 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 10.000 | 2.338 | 2.338 2.3 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 1.705 | 1.705 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO DetectorsMonitor | 30.000 | 49.244 | 49.244 49.2 0.00 | 1 | 0.049 | +TimingAuditor.TIMER INFO VeloGaussMoni | 10.000 | 9.255 | 9.255 9.3 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 3.724 | 3.724 3.7 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 1.003 | 1.003 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 2.789 | 2.789 2.8 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO SpdMonitor | 10.000 | 4.796 | 4.796 4.8 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 15.112 | 15.112 15.1 0.00 | 1 | 0.015 | +TimingAuditor.TIMER INFO EcalMonitor | 10.000 | 6.663 | 6.663 6.7 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 2.571 | 2.571 2.6 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 3.133 | 3.133 3.1 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO DataUnpackTest | 280.000 | 426.810 | 426.810 426.8 0.00 | 1 | 0.427 | +TimingAuditor.TIMER INFO UnpackMCVertex | 10.000 | 3.575 | 3.575 3.6 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackMCParticle | 10.000 | 3.332 | 3.332 3.3 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 3.283 | 3.283 3.3 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 2.405 | 2.405 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.595 | 0.595 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 1.578 | 1.578 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.577 | 0.577 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckVeloHits | 20.000 | 18.435 | 18.435 18.4 0.00 | 1 | 0.018 | +TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.832 | 0.832 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckTTHits | 10.000 | 6.010 | 6.010 6.0 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.203 | 0.203 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHits | 0.000 | 8.037 | 8.037 8.0 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.645 | 0.645 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckOTHits | 20.000 | 20.553 | 20.553 20.6 0.00 | 1 | 0.021 | +TimingAuditor.TIMER INFO UnpackRichHits | 10.000 | 4.198 | 4.198 4.2 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 2.687 | 2.687 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 1.484 | 1.484 1.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.783 | 0.783 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckRichHits | 20.000 | 33.817 | 33.817 33.8 0.00 | 1 | 0.034 | +TimingAuditor.TIMER INFO CheckRichOpPhot | 130.000 | 217.568 | 217.568 217.6 0.00 | 1 | 0.218 | +TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 4.998 | 4.998 5.0 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.408 | 0.408 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 1.332 | 1.332 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckSpdHits | 10.000 | 15.654 | 15.654 15.7 0.00 | 1 | 0.016 | +TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 2.033 | 2.033 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO CheckPrsHits | 10.000 | 14.591 | 14.591 14.6 0.00 | 1 | 0.015 | +TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 1.430 | 1.430 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckEcalHits | 10.000 | 30.911 | 30.911 30.9 0.00 | 1 | 0.031 | +TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.292 | 0.292 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 1.646 | 1.646 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackMuonHits | 10.000 | 0.297 | 0.297 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHits | 10.000 | 21.629 | 21.629 21.6 0.00 | 1 | 0.022 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -GiGa.TrackSeq.HepMCTrackSUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.HepMCTrackSUCCESS #WARNINGS = 1 Message = 'The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown'' GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 7831 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 6078 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization -Generation.MinimumBia...SUCCESS LbCRMC : Cleanup: removing CRMC temporary options file /tmp/lbcrmc.R6IKIl +Generation.MinimumBia...SUCCESS LbCRMC : Cleanup: removing CRMC temporary options file /tmp/lbcrmc.6wCmiY *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 161 [s] #= 1 -ChronoStatSvc INFO Time User : Tot= 242 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 144 [s] #= 1 +ChronoStatSvc INFO Time User : Tot= 225 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 1 | 10198 | 10198. | 0.0000 | 10198. | 10198. | -******Stat****** INFO "#Hcal MCHits" | 1 | 1392 | 1392.0 | 0.0000 | 1392.0 | 1392.0 | -******Stat****** INFO "#IT MCHits" | 1 | 969 | 969.00 | 0.0000 | 969.00 | 969.00 | -******Stat****** INFO "#MCParticles" | 1 | 6100 | 6100.0 | 0.0000 | 6100.0 | 6100.0 | -******Stat****** INFO "#MCRichOpPhoto | 1 | 7831 | 7831.0 | 0.0000 | 7831.0 | 7831.0 | -******Stat****** INFO "#MCRichSegment | 1 | 489 | 489.00 | 0.0000 | 489.00 | 489.00 | -******Stat****** INFO "#MCRichTracks" | 1 | 408 | 408.00 | 0.0000 | 408.00 | 408.00 | -******Stat****** INFO "#MCVertices" | 1 | 6714 | 6714.0 | 0.0000 | 6714.0 | 6714.0 | -******Stat****** INFO "#Muon MCHits" | 1 | 1215 | 1215.0 | 0.0000 | 1215.0 | 1215.0 | -******Stat****** INFO "#OT MCHits" | 1 | 2963 | 2963.0 | 0.0000 | 2963.0 | 2963.0 | -******Stat****** INFO "#Prs MCHits" | 1 | 8185 | 8185.0 | 0.0000 | 8185.0 | 8185.0 | -******Stat****** INFO "#Rich MCHits" | 1 | 7833 | 7833.0 | 0.0000 | 7833.0 | 7833.0 | -******Stat****** INFO "#Rich1 MCHits" | 1 | 3661 | 3661.0 | 0.0000 | 3661.0 | 3661.0 | -******Stat****** INFO "#Rich2 MCHits" | 1 | 4172 | 4172.0 | 0.0000 | 4172.0 | 4172.0 | -******Stat****** INFO "#Spd MCHits" | 1 | 5812 | 5812.0 | 0.0000 | 5812.0 | 5812.0 | -******Stat****** INFO "#TT MCHits" | 1 | 1119 | 1119.0 | 0.0000 | 1119.0 | 1119.0 | -******Stat****** INFO "#Velo MCHits" | 1 | 2660 | 2660.0 | 0.0000 | 2660.0 | 2660.0 | +******Stat****** INFO "#Ecal MCHits" | 1 | 10300 | 10300. | 0.0000 | 10300. | 10300. | +******Stat****** INFO "#Hcal MCHits" | 1 | 1519 | 1519.0 | 0.0000 | 1519.0 | 1519.0 | +******Stat****** INFO "#IT MCHits" | 1 | 834 | 834.00 | 0.0000 | 834.00 | 834.00 | +******Stat****** INFO "#MCParticles" | 1 | 6323 | 6323.0 | 0.0000 | 6323.0 | 6323.0 | +******Stat****** INFO "#MCRichOpPhoto | 1 | 6077 | 6077.0 | 0.0000 | 6077.0 | 6077.0 | +******Stat****** INFO "#MCRichSegment | 1 | 508 | 508.00 | 0.0000 | 508.00 | 508.00 | +******Stat****** INFO "#MCRichTracks" | 1 | 440 | 440.00 | 0.0000 | 440.00 | 440.00 | +******Stat****** INFO "#MCVertices" | 1 | 6925 | 6925.0 | 0.0000 | 6925.0 | 6925.0 | +******Stat****** INFO "#Muon MCHits" | 1 | 1404 | 1404.0 | 0.0000 | 1404.0 | 1404.0 | +******Stat****** INFO "#OT MCHits" | 1 | 2974 | 2974.0 | 0.0000 | 2974.0 | 2974.0 | +******Stat****** INFO "#Prs MCHits" | 1 | 8788 | 8788.0 | 0.0000 | 8788.0 | 8788.0 | +******Stat****** INFO "#Rich MCHits" | 1 | 6077 | 6077.0 | 0.0000 | 6077.0 | 6077.0 | +******Stat****** INFO "#Rich1 MCHits" | 1 | 2348 | 2348.0 | 0.0000 | 2348.0 | 2348.0 | +******Stat****** INFO "#Rich2 MCHits" | 1 | 3729 | 3729.0 | 0.0000 | 3729.0 | 3729.0 | +******Stat****** INFO "#Spd MCHits" | 1 | 6229 | 6229.0 | 0.0000 | 6229.0 | 6229.0 | +******Stat****** INFO "#TT MCHits" | 1 | 921 | 921.00 | 0.0000 | 921.00 | 921.00 | +******Stat****** INFO "#Velo MCHits" | 1 | 2720 | 2720.0 | 0.0000 | 2720.0 | 2720.0 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully @@ -9969,4 +9965,3 @@ Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= - diff --git a/Sim/Gauss/tests/refs/testGauss-config-2016-pythia8.ref b/Sim/Gauss/tests/refs/testGauss-config-2016-pythia8.ref index 75856584ee81ea237554374c9bb3432234205969..fe526a7e32a197cd2150aaca27bb57045f418fae 100644 --- a/Sim/Gauss/tests/refs/testGauss-config-2016-pythia8.ref +++ b/Sim/Gauss/tests/refs/testGauss-config-2016-pythia8.ref @@ -1,25 +1,25 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2016.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Beam6500GeV-md100-2016-nu1.6.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Beam6500GeV-md100-2016-nu1.6.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/EnableSpillover-25ns.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/EnableSpillover-25ns.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2016.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2016.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2016.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2016.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam6500GeV-md100-2016-nu1.6.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam6500GeV-md100-2016-nu1.6.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/EnableSpillover-25ns.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/EnableSpillover-25ns.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2016.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2016.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2016.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -82,8 +82,8 @@ RICH simulation now configured # WARNING: local tags in DDDB are ignored ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 02:32:33 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 01:57:21 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' @@ -94,7 +94,7 @@ DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -102,7 +102,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -4706,7 +4706,7 @@ GaussSequencer DEBUG ==> Initialise GaussSequencer DEBUG Added algorithm Generator GaussSequencer DEBUG Added algorithm Simulation GaussSequencer INFO Member list: GaudiSequencer/Generator, GaudiSequencer/Simulation -ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 3.45 times the speed of a 2.8 GHz Xeon. GaussSequencer DEBUG Registering tool ToolSvc.SequencerTimerTool GaussSequencer DEBUG Releasing tool 'ToolSvc.SequencerTimerTool' GaussSequencer DEBUG De-Registering tool ToolSvc.SequencerTimerTool @@ -4830,7 +4830,7 @@ GeneratorSlotMainSeq DEBUG The tool 'ToolSvc.SequencerTimerTool' of type 'S GaussGen DEBUG Property update for OutputLevel : new value = 2 GaussGen DEBUG Initialize base class GaudiCommon<Algorithm> GaussGen DEBUG could not locate CounterSummarySvc, no counter summary will be made -GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 63 +GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 64 GaussGen DEBUG Property ['Name': Value] = 'CreateBeam':True GaussGen DEBUG Property ['Name': Value] = 'Luminosity':1.7700000e+18 GaussGen DEBUG Property ['Name': Value] = 'ZLuminousRegion':-3.1000000 @@ -4850,6 +4850,7 @@ GaussGen DEBUG Property ['Name': Value] = 'BeamParameters':Gen GaussGen DEBUG Property ['Name': Value] = 'MCHeader':/Event/Gen/Header GaussGen DEBUG Property ['Name': Value] = 'RunNumber':1082 GaussGen DEBUG Property ['Name': Value] = 'FirstEventNumber':1 +GaussGen DEBUG Property ['Name': Value] = 'EvtCounter': GaussGen DEBUG Property ['Name': Value] = 'MinMemoryDelta':16 GaussGen DEBUG Property ['Name': Value] = 'MemoryPurgeLimit':-1 GaussGen DEBUG Property ['Name': Value] = 'Increment':100 @@ -5103,7 +5104,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 02:33:29 | | + | | P Y T H H III A A Now is 23 Feb 2019 at 01:58:39 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -7264,6 +7265,7 @@ GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, all entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, all entries' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), first 'HistoSize' entries' GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, downscaled' desc = 'Virtual memory (kB), downscaled entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, downscaled' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), downscaled entries' +GaussGen DEBUG using internal counter for eventNumber GaussGen DEBUG using seeds [1082, 1, 2119103972, 0] GaussGen INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 2119103972, 0] GaussGen DEBUG GenInit:: The object of type 'LHCb::GenHeader' is registered in TS at address '/Event/Gen/Header' @@ -7655,32 +7657,32 @@ GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for Sens GaussGeo.Ecal DEBUG Initialize(): CollectionName='EcalHits' for SensDet='Ecal' GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for SensDet='Hcal' GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 -GaussGeo.Spd SUCCESS #Hits= 165 #SubHits= 213 #Slots= 1269 Energy= 0.595[GeV] -GaussGeo.Prs SUCCESS #Hits= 271 #SubHits= 385 #Slots= 2294 Energy= 2.34[GeV] -GaussGeo.Ecal SUCCESS #Hits= 1366 #SubHits= 2363 #Slots= 2649 Energy= 46.7[GeV] -GaussGeo.Hcal SUCCESS #Hits= 187 #SubHits= 289 #Slots= 404 Energy= 4.5[GeV] +GaussGeo.Spd SUCCESS #Hits= 243 #SubHits= 334 #Slots= 1990 Energy= 1.12[GeV] +GaussGeo.Prs SUCCESS #Hits= 349 #SubHits= 508 #Slots= 3032 Energy= 3.63[GeV] +GaussGeo.Ecal SUCCESS #Hits= 1463 #SubHits= 2955 #Slots= 3288 Energy= 52[GeV] +GaussGeo.Hcal SUCCESS #Hits= 179 #SubHits= 266 #Slots= 355 Energy= 4.56[GeV] GiGaFlush DEBUG Dump G4 event object -GiGaFlush INFO GiGaUtil::DumpG4Event 0x24a8d140 ************************************************** +GiGaFlush INFO GiGaUtil::DumpG4Event 0x258dcc80 ************************************************** GiGaUtil::DumpG4Event EventID : 0 GiGaUtil::DumpG4Event NumberOfPrimaryVertex : 2 - GiGaUtil::DumpG4Event #StoredTrajectories : 1320 + GiGaUtil::DumpG4Event #StoredTrajectories : 1506 GiGaUtil::DumpG4Event # of Hit Collections : 16 GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 34 - GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 632 - GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 276 - GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 225 - GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 211 - GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 269 - GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 442 - GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 2 + GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 724 + GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 283 + GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 316 + GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 84 + GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 613 + GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 714 + GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 4 GiGaUtil::DumpG4Event Collection: ID = 8 Name = 'CaloSPHits' SD = 'CaloSP' #Hits = 0 - GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 165 - GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 271 - GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 1366 - GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 187 - GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 314 - GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 296 - GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 634 + GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 243 + GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 349 + GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 1463 + GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 179 + GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 453 + GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 459 + GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 821 GiGaUtil::DumpG4Event GetDCofThisEvent : G4DCofThisEvent* points to NULL GiGaUtil::DumpG4Event IsAborted : 0 GiGaUtil::DumpG4Event GetUserInformation : G4VUserEventInformation* points to NULL @@ -7717,14 +7719,14 @@ GetMuonHits DEBUG ==> Execute GetMuonHits DEBUG GetTrackerHitsAlg:: The object of type 'ObjectVector<LHCb::MCHit>' is registered in TS at address 'MC/Muon/Hits' MainEventDataPacking DEBUG ==> Execute PackMCParticle DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Particles' -PackMCParticle DEBUG MC/Particles contains 1564 MCParticles to convert. +PackMCParticle DEBUG MC/Particles contains 1744 MCParticles to convert. PackMCParticle DEBUG PackMCParticle:: The object of type 'LHCb::PackedMCParticles' is registered in TS at address 'pSim/MCParticles' PackMCVertex DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Vertices' -PackMCVertex DEBUG MC/Vertices contains 1707 MCVertices to convert. +PackMCVertex DEBUG MC/Vertices contains 1980 MCVertices to convert. PackMCVertex DEBUG PackMCVertex:: The object of type 'LHCb::PackedMCVertices' is registered in TS at address 'pSim/MCVertices' SimMonitor DEBUG ==> Execute -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1564 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1707 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1744 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1980 PrevPrevEventGaussSim INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 1086029981, 0] GaussGeo.Spd DEBUG Initialize(): CollectionName='SpdHits' for SensDet='Spd' GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for SensDet='Prs' @@ -7733,31 +7735,31 @@ GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for Sen GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 0.5954798 | 0.59548 | 0.0000 | 0.59548 | 0.59548 | - | "#hits" | 1 | 165 | 165.00 | 0.0000 | 165.00 | 165.00 | - | "#subhits" | 1 | 213 | 213.00 | 0.0000 | 213.00 | 213.00 | - | "#tslots" | 1 | 1269 | 1269.0 | 0.0000 | 1269.0 | 1269.0 | + | "#energy" | 1 | 1.122526 | 1.1225 | 0.0000 | 1.1225 | 1.1225 | + | "#hits" | 1 | 243 | 243.00 | 0.0000 | 243.00 | 243.00 | + | "#subhits" | 1 | 334 | 334.00 | 0.0000 | 334.00 | 334.00 | + | "#tslots" | 1 | 1990 | 1990.0 | 0.0000 | 1990.0 | 1990.0 | GaussGeo.Spd SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 2.338791 | 2.3388 | 0.0000 | 2.3388 | 2.3388 | - | "#hits" | 1 | 271 | 271.00 | 0.0000 | 271.00 | 271.00 | - | "#subhits" | 1 | 385 | 385.00 | 0.0000 | 385.00 | 385.00 | - | "#tslots" | 1 | 2294 | 2294.0 | 0.0000 | 2294.0 | 2294.0 | + | "#energy" | 1 | 3.626678 | 3.6267 | 0.0000 | 3.6267 | 3.6267 | + | "#hits" | 1 | 349 | 349.00 | 0.0000 | 349.00 | 349.00 | + | "#subhits" | 1 | 508 | 508.00 | 0.0000 | 508.00 | 508.00 | + | "#tslots" | 1 | 3032 | 3032.0 | 0.0000 | 3032.0 | 3032.0 | GaussGeo.Prs SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 46.71174 | 46.712 | 0.0000 | 46.712 | 46.712 | - | "#hits" | 1 | 1366 | 1366.0 | 0.0000 | 1366.0 | 1366.0 | - | "#subhits" | 1 | 2363 | 2363.0 | 0.0000 | 2363.0 | 2363.0 | - | "#tslots" | 1 | 2649 | 2649.0 | 0.0000 | 2649.0 | 2649.0 | + | "#energy" | 1 | 51.97465 | 51.975 | 0.0000 | 51.975 | 51.975 | + | "#hits" | 1 | 1463 | 1463.0 | 0.0000 | 1463.0 | 1463.0 | + | "#subhits" | 1 | 2955 | 2955.0 | 0.0000 | 2955.0 | 2955.0 | + | "#tslots" | 1 | 3288 | 3288.0 | 0.0000 | 3288.0 | 3288.0 | GaussGeo.Ecal SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 4.501733 | 4.5017 | 0.0000 | 4.5017 | 4.5017 | - | "#hits" | 1 | 187 | 187.00 | 0.0000 | 187.00 | 187.00 | - | "#subhits" | 1 | 289 | 289.00 | 0.0000 | 289.00 | 289.00 | - | "#tslots" | 1 | 404 | 404.00 | 0.0000 | 404.00 | 404.00 | + | "#energy" | 1 | 4.559035 | 4.5590 | 0.0000 | 4.5590 | 4.5590 | + | "#hits" | 1 | 179 | 179.00 | 0.0000 | 179.00 | 179.00 | + | "#subhits" | 1 | 266 | 266.00 | 0.0000 | 266.00 | 266.00 | + | "#tslots" | 1 | 355 | 355.00 | 0.0000 | 355.00 | 355.00 | GaussGeo.Hcal SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 5 GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 4 @@ -7769,31 +7771,31 @@ GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for Sen GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 2 | 0.5954798 | 0.29774 | 0.29774 | 0.0000 | 0.59548 | - | "#hits" | 2 | 165 | 82.500 | 82.500 | 0.0000 | 165.00 | - | "#subhits" | 2 | 213 | 106.50 | 106.50 | 0.0000 | 213.00 | - | "#tslots" | 2 | 1269 | 634.50 | 634.50 | 0.0000 | 1269.0 | + | "#energy" | 2 | 1.122526 | 0.56126 | 0.56126 | 0.0000 | 1.1225 | + | "#hits" | 2 | 243 | 121.50 | 121.50 | 0.0000 | 243.00 | + | "#subhits" | 2 | 334 | 167.00 | 167.00 | 0.0000 | 334.00 | + | "#tslots" | 2 | 1990 | 995.00 | 995.00 | 0.0000 | 1990.0 | GaussGeo.Spd SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 2 | 2.338791 | 1.1694 | 1.1694 | 0.0000 | 2.3388 | - | "#hits" | 2 | 271 | 135.50 | 135.50 | 0.0000 | 271.00 | - | "#subhits" | 2 | 385 | 192.50 | 192.50 | 0.0000 | 385.00 | - | "#tslots" | 2 | 2294 | 1147.0 | 1147.0 | 0.0000 | 2294.0 | + | "#energy" | 2 | 3.626678 | 1.8133 | 1.8133 | 0.0000 | 3.6267 | + | "#hits" | 2 | 349 | 174.50 | 174.50 | 0.0000 | 349.00 | + | "#subhits" | 2 | 508 | 254.00 | 254.00 | 0.0000 | 508.00 | + | "#tslots" | 2 | 3032 | 1516.0 | 1516.0 | 0.0000 | 3032.0 | GaussGeo.Prs SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 2 | 46.71174 | 23.356 | 23.356 | 0.0000 | 46.712 | - | "#hits" | 2 | 1366 | 683.00 | 683.00 | 0.0000 | 1366.0 | - | "#subhits" | 2 | 2363 | 1181.5 | 1181.5 | 0.0000 | 2363.0 | - | "#tslots" | 2 | 2649 | 1324.5 | 1324.5 | 0.0000 | 2649.0 | + | "#energy" | 2 | 51.97465 | 25.987 | 25.987 | 0.0000 | 51.975 | + | "#hits" | 2 | 1463 | 731.50 | 731.50 | 0.0000 | 1463.0 | + | "#subhits" | 2 | 2955 | 1477.5 | 1477.5 | 0.0000 | 2955.0 | + | "#tslots" | 2 | 3288 | 1644.0 | 1644.0 | 0.0000 | 3288.0 | GaussGeo.Ecal SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 2 | 4.501733 | 2.2509 | 2.2509 | 0.0000 | 4.5017 | - | "#hits" | 2 | 187 | 93.500 | 93.500 | 0.0000 | 187.00 | - | "#subhits" | 2 | 289 | 144.50 | 144.50 | 0.0000 | 289.00 | - | "#tslots" | 2 | 404 | 202.00 | 202.00 | 0.0000 | 404.00 | + | "#energy" | 2 | 4.559035 | 2.2795 | 2.2795 | 0.0000 | 4.5590 | + | "#hits" | 2 | 179 | 89.500 | 89.500 | 0.0000 | 179.00 | + | "#subhits" | 2 | 266 | 133.00 | 133.00 | 0.0000 | 266.00 | + | "#tslots" | 2 | 355 | 177.50 | 177.50 | 0.0000 | 355.00 | GaussGeo.Hcal SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GiGaGetPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 5 GiGaGetPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 4 @@ -7805,34 +7807,34 @@ GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for Sen GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 3 | 0.5954798 | 0.19849 | 0.28071 | 0.0000 | 0.59548 | - | "#hits" | 3 | 165 | 55.000 | 77.782 | 0.0000 | 165.00 | - | "#subhits" | 3 | 213 | 71.000 | 100.41 | 0.0000 | 213.00 | - | "#tslots" | 3 | 1269 | 423.00 | 598.21 | 0.0000 | 1269.0 | -GaussGeo.Spd SUCCESS #Hits= 143 #SubHits= 172 #Slots= 1016 Energy= 0.736[GeV] + | "#energy" | 3 | 1.122526 | 0.37418 | 0.52916 | 0.0000 | 1.1225 | + | "#hits" | 3 | 243 | 81.000 | 114.55 | 0.0000 | 243.00 | + | "#subhits" | 3 | 334 | 111.33 | 157.45 | 0.0000 | 334.00 | + | "#tslots" | 3 | 1990 | 663.33 | 938.09 | 0.0000 | 1990.0 | +GaussGeo.Spd SUCCESS #Hits= 127 #SubHits= 150 #Slots= 891 Energy= 0.604[GeV] GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 3 | 2.338791 | 0.77960 | 1.1025 | 0.0000 | 2.3388 | - | "#hits" | 3 | 271 | 90.333 | 127.75 | 0.0000 | 271.00 | - | "#subhits" | 3 | 385 | 128.33 | 181.49 | 0.0000 | 385.00 | - | "#tslots" | 3 | 2294 | 764.67 | 1081.4 | 0.0000 | 2294.0 | -GaussGeo.Prs SUCCESS #Hits= 197 #SubHits= 232 #Slots= 1376 Energy= 1.19[GeV] + | "#energy" | 3 | 3.626678 | 1.2089 | 1.7096 | 0.0000 | 3.6267 | + | "#hits" | 3 | 349 | 116.33 | 164.52 | 0.0000 | 349.00 | + | "#subhits" | 3 | 508 | 169.33 | 239.47 | 0.0000 | 508.00 | + | "#tslots" | 3 | 3032 | 1010.7 | 1429.3 | 0.0000 | 3032.0 | +GaussGeo.Prs SUCCESS #Hits= 220 #SubHits= 259 #Slots= 1538 Energy= 1.49[GeV] GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 3 | 46.71174 | 15.571 | 22.020 | 0.0000 | 46.712 | - | "#hits" | 3 | 1366 | 455.33 | 643.94 | 0.0000 | 1366.0 | - | "#subhits" | 3 | 2363 | 787.67 | 1113.9 | 0.0000 | 2363.0 | - | "#tslots" | 3 | 2649 | 883.00 | 1248.8 | 0.0000 | 2649.0 | -GaussGeo.Ecal SUCCESS #Hits= 1070 #SubHits= 1468 #Slots= 1675 Energy= 17.3[GeV] + | "#energy" | 3 | 51.97465 | 17.325 | 24.501 | 0.0000 | 51.975 | + | "#hits" | 3 | 1463 | 487.67 | 689.66 | 0.0000 | 1463.0 | + | "#subhits" | 3 | 2955 | 985.00 | 1393.0 | 0.0000 | 2955.0 | + | "#tslots" | 3 | 3288 | 1096.0 | 1550.0 | 0.0000 | 3288.0 | +GaussGeo.Ecal SUCCESS #Hits= 969 #SubHits= 1322 #Slots= 1517 Energy= 16.1[GeV] GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 3 | 4.501733 | 1.5006 | 2.1221 | 0.0000 | 4.5017 | - | "#hits" | 3 | 187 | 62.333 | 88.153 | 0.0000 | 187.00 | - | "#subhits" | 3 | 289 | 96.333 | 136.24 | 0.0000 | 289.00 | - | "#tslots" | 3 | 404 | 134.67 | 190.45 | 0.0000 | 404.00 | -GaussGeo.Hcal SUCCESS #Hits= 123 #SubHits= 139 #Slots= 174 Energy= 1.2[GeV] -GiGaGetNextEvent INFO Number of extracted MCParticles 'MC/Particles' 1103 -GiGaGetNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 1112 + | "#energy" | 3 | 4.559035 | 1.5197 | 2.1491 | 0.0000 | 4.5590 | + | "#hits" | 3 | 179 | 59.667 | 84.381 | 0.0000 | 179.00 | + | "#subhits" | 3 | 266 | 88.667 | 125.39 | 0.0000 | 266.00 | + | "#tslots" | 3 | 355 | 118.33 | 167.35 | 0.0000 | 355.00 | +GaussGeo.Hcal SUCCESS #Hits= 155 #SubHits= 179 #Slots= 240 Energy= 2.31[GeV] +GiGaGetNextEvent INFO Number of extracted MCParticles 'MC/Particles' 1152 +GiGaGetNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 1236 NextNextEventGaussSim INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 1769989743, 0] GaussGeo.Spd DEBUG Initialize(): CollectionName='SpdHits' for SensDet='Spd' GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for SensDet='Prs' @@ -7841,34 +7843,34 @@ GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for Sen GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 4 | 1.33189 | 0.33297 | 0.33668 | 0.0000 | 0.73641 | - | "#hits" | 4 | 308 | 77.000 | 77.392 | 0.0000 | 165.00 | - | "#subhits" | 4 | 385 | 96.250 | 97.335 | 0.0000 | 213.00 | - | "#tslots" | 4 | 2285 | 571.25 | 578.21 | 0.0000 | 1269.0 | -GaussGeo.Spd SUCCESS #Hits= 71 #SubHits= 99 #Slots= 589 Energy= 0.294[GeV] + | "#energy" | 4 | 1.726748 | 0.43169 | 0.46897 | 0.0000 | 1.1225 | + | "#hits" | 4 | 370 | 92.500 | 101.18 | 0.0000 | 243.00 | + | "#subhits" | 4 | 484 | 121.00 | 137.38 | 0.0000 | 334.00 | + | "#tslots" | 4 | 2881 | 720.25 | 818.37 | 0.0000 | 1990.0 | +GaussGeo.Spd SUCCESS #Hits= 68 #SubHits= 88 #Slots= 521 Energy= 0.212[GeV] GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 4 | 3.532136 | 0.88303 | 0.97147 | 0.0000 | 2.3388 | - | "#hits" | 4 | 468 | 117.00 | 119.89 | 0.0000 | 271.00 | - | "#subhits" | 4 | 617 | 154.25 | 163.46 | 0.0000 | 385.00 | - | "#tslots" | 4 | 3670 | 917.50 | 973.21 | 0.0000 | 2294.0 | -GaussGeo.Prs SUCCESS #Hits= 97 #SubHits= 145 #Slots= 865 Energy= 1[GeV] + | "#energy" | 4 | 5.116587 | 1.2791 | 1.4856 | 0.0000 | 3.6267 | + | "#hits" | 4 | 569 | 142.25 | 149.38 | 0.0000 | 349.00 | + | "#subhits" | 4 | 767 | 191.75 | 210.99 | 0.0000 | 508.00 | + | "#tslots" | 4 | 4570 | 1142.5 | 1258.7 | 0.0000 | 3032.0 | +GaussGeo.Prs SUCCESS #Hits= 136 #SubHits= 165 #Slots= 982 Energy= 1.24[GeV] GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 4 | 64.03525 | 16.009 | 19.085 | 0.0000 | 46.712 | - | "#hits" | 4 | 2436 | 609.00 | 617.93 | 0.0000 | 1366.0 | - | "#subhits" | 4 | 3831 | 957.75 | 1008.7 | 0.0000 | 2363.0 | - | "#tslots" | 4 | 4324 | 1081.0 | 1134.5 | 0.0000 | 2649.0 | -GaussGeo.Ecal SUCCESS #Hits= 541 #SubHits= 865 #Slots= 960 Energy= 13[GeV] + | "#energy" | 4 | 68.04222 | 17.011 | 21.226 | 0.0000 | 51.975 | + | "#hits" | 4 | 2432 | 608.00 | 632.59 | 0.0000 | 1463.0 | + | "#subhits" | 4 | 4277 | 1069.2 | 1215.2 | 0.0000 | 2955.0 | + | "#tslots" | 4 | 4805 | 1201.2 | 1354.6 | 0.0000 | 3288.0 | +GaussGeo.Ecal SUCCESS #Hits= 766 #SubHits= 1072 #Slots= 1213 Energy= 17.2[GeV] GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 4 | 5.698124 | 1.4245 | 1.8425 | 0.0000 | 4.5017 | - | "#hits" | 4 | 310 | 77.500 | 80.736 | 0.0000 | 187.00 | - | "#subhits" | 4 | 428 | 107.00 | 119.42 | 0.0000 | 289.00 | - | "#tslots" | 4 | 578 | 144.50 | 165.81 | 0.0000 | 404.00 | -GaussGeo.Hcal SUCCESS #Hits= 101 #SubHits= 124 #Slots= 157 Energy= 1.47[GeV] -GiGaGetNextNextEvent INFO Number of extracted MCParticles 'MC/Particles' 383 -GiGaGetNextNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 427 + | "#energy" | 4 | 6.870764 | 1.7177 | 1.8926 | 0.0000 | 4.5590 | + | "#hits" | 4 | 334 | 83.500 | 83.930 | 0.0000 | 179.00 | + | "#subhits" | 4 | 445 | 111.25 | 115.42 | 0.0000 | 266.00 | + | "#tslots" | 4 | 595 | 148.75 | 154.21 | 0.0000 | 355.00 | +GaussGeo.Hcal SUCCESS #Hits= 112 #SubHits= 126 #Slots= 159 Energy= 1.61[GeV] +GiGaGetNextNextEvent INFO Number of extracted MCParticles 'MC/Particles' 571 +GiGaGetNextNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 601 ApplicationMgr INFO Application Manager Stopped successfully GaussGen DEBUG Delete BeamForInitialization GaussGen DEBUG ==> Finalize @@ -8128,26 +8130,26 @@ GetOTHits DEBUG Services to release : GiGa GiGaKine GetOTHits DEBUG Releasing service 'GiGa' GetOTHits DEBUG Releasing service 'GiGaKine' GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 436.00 +-20.88 (100.00 +-0.00%) Rich2 = 711.00 +-26.66 (100.00 +-0.00%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 400.00 +-20.00 (100.00 +-0.00%) Rich2 = 1327.00 +-36.43 (100.00 +-0.00%) GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 419.00 +-20.47 ( 96.10 +-0.93%) Rich2 = 468.00 +-21.63 ( 65.82 +-1.78%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 381.00 +-19.52 ( 95.25 +-1.06%) Rich2 = 669.00 +-25.87 ( 50.41 +-1.37%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 1.00 +- 1.00 ( 0.25 +-0.25%) Rich2 = 24.00 +- 4.90 ( 1.81 +-0.37%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 188.00 +-13.71 ( 14.17 +-0.96%) GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 213.00 +-14.59 ( 29.96 +-1.72%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 17.00 +- 4.12 ( 3.90 +-0.93%) Rich2 = 34.00 +- 5.83 ( 4.78 +-0.80%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 12.00 +- 3.46 ( 2.75 +-0.78%) Rich2 = 28.00 +- 5.29 ( 3.94 +-0.73%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 412.00 +-20.30 ( 31.05 +-1.27%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 18.00 +- 4.24 ( 4.50 +-1.04%) Rich2 = 79.00 +- 8.89 ( 5.95 +-0.65%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 17.00 +- 4.12 ( 4.25 +-1.01%) Rich2 = 67.00 +- 8.19 ( 5.05 +-0.60%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 8.00 +- 2.83 ( 1.83 +-0.64%) Rich2 = 14.00 +- 3.74 ( 1.97 +-0.52%) -GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 10.00 +- 3.16 ( 2.50 +-0.78%) Rich2 = 35.00 +- 5.92 ( 2.64 +-0.44%) +GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.08 +-0.08%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 419.00 +-20.47 ( 96.10 +-0.93%) Rich2Gas = 468.00 +-21.63 ( 65.82 +-1.78%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 381.00 +-19.52 ( 95.25 +-1.06%) Rich2Gas = 669.00 +-25.87 ( 50.41 +-1.37%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : @@ -8167,10 +8169,14 @@ GetRichHits INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHits INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 436.00 +- 20.88 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 711.00 +- 26.66 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 399.00 +- 19.97 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 1115.00 +- 33.39 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 25.00 +- 5.00 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 188.00 +- 13.71 / event GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 20.00 +- 4.47 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 67.00 +- 8.19 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 98.00 +- 9.90 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 4.00 +- 2.00 / event +GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 3.00 +- 1.73 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 RichHits DEBUG Finalize base class GaudiAlgorithm RichHits DEBUG Tools to release : @@ -8216,46 +8222,46 @@ PackMCVertex DEBUG Tools to release : PackMCVertex DEBUG Services to release : MCVeloHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 632 | 632.00 | 0.0000 | 632.00 | 632.00 | + | "# PackedData" | 1 | 724 | 724.00 | 0.0000 | 724.00 | 724.00 | MCPuVetoHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# PackedData" | 1 | 34 | 34.000 | 0.0000 | 34.000 | 34.000 | MCTTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 276 | 276.00 | 0.0000 | 276.00 | 276.00 | + | "# PackedData" | 1 | 283 | 283.00 | 0.0000 | 283.00 | 283.00 | MCITHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 296 | 296.00 | 0.0000 | 296.00 | 296.00 | + | "# PackedData" | 1 | 459 | 459.00 | 0.0000 | 459.00 | 459.00 | MCOTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 634 | 634.00 | 0.0000 | 634.00 | 634.00 | + | "# PackedData" | 1 | 821 | 821.00 | 0.0000 | 821.00 | 821.00 | MCMuonHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 314 | 314.00 | 0.0000 | 314.00 | 314.00 | + | "# PackedData" | 1 | 453 | 453.00 | 0.0000 | 453.00 | 453.00 | MCPrsHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2294 | 2294.0 | 0.0000 | 2294.0 | 2294.0 | + | "# PackedData" | 1 | 3032 | 3032.0 | 0.0000 | 3032.0 | 3032.0 | MCSpdHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1269 | 1269.0 | 0.0000 | 1269.0 | 1269.0 | + | "# PackedData" | 1 | 1990 | 1990.0 | 0.0000 | 1990.0 | 1990.0 | MCEcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2649 | 2649.0 | 0.0000 | 2649.0 | 2649.0 | + | "# PackedData" | 1 | 3288 | 3288.0 | 0.0000 | 3288.0 | 3288.0 | MCHcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 404 | 404.00 | 0.0000 | 404.00 | 404.00 | + | "# PackedData" | 1 | 355 | 355.00 | 0.0000 | 355.00 | 355.00 | MCRichHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1147 | 1147.0 | 0.0000 | 1147.0 | 1147.0 | + | "# PackedData" | 1 | 1727 | 1727.0 | 0.0000 | 1727.0 | 1727.0 | MCRichOpPhotPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1147 | 1147.0 | 0.0000 | 1147.0 | 1147.0 | + | "# PackedData" | 1 | 1727 | 1727.0 | 0.0000 | 1727.0 | 1727.0 | MCRichSegmentPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 87 | 87.000 | 0.0000 | 87.000 | 87.000 | + | "# PackedData" | 1 | 125 | 125.00 | 0.0000 | 125.00 | 125.00 | MCRichTrackPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 82 | 82.000 | 0.0000 | 82.000 | 82.000 | + | "# PackedData" | 1 | 115 | 115.00 | 0.0000 | 115.00 | 115.00 | MainEventDataPacking DEBUG Finalize base class GaudiAlgorithm MainEventDataPacking DEBUG Tools to release : MainEventDataPacking DEBUG Services to release : @@ -8265,42 +8271,42 @@ MakeMainSim DEBUG Services to release : VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 632+/-0 +VeloGaussMoni INFO | Number of MCHits/Event: 724+/-0 VeloGaussMoni INFO | Number of PileUpMCHits/Event: 34+/-0 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 276 -TTHitMonitor INFO Mean beta * gamma: 407.395 -TTHitMonitor INFO Most Probable deposited charge: 0.154565 -TTHitMonitor INFO Half Sample width 0.0573096 +TTHitMonitor INFO #hits per event: 283 +TTHitMonitor INFO Mean beta * gamma: 1044.81 +TTHitMonitor INFO Most Probable deposited charge: 0.15162 +TTHitMonitor INFO Half Sample width 0.0425338 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "DeltaRay" | 35 | 35 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 276 | 112441 | 407.39 | 1525.0 | 0.29909 | 12912. | - | "numberHits" | 1 | 276 | 276.00 | 0.0000 | 276.00 | 276.00 | + | "betaGamma" | 283 | 295680.6 | 1044.8 | 2504.5 | 0.80748 | 17862. | + | "numberHits" | 1 | 283 | 283.00 | 0.0000 | 283.00 | 283.00 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 296 -ITHitMonitor INFO Mean beta * gamma: 4099.23 -ITHitMonitor INFO Most Probable deposited charge: 0.125676 -ITHitMonitor INFO Half Sample width 0.047784 +ITHitMonitor INFO #hits per event: 459 +ITHitMonitor INFO Mean beta * gamma: 4335.55 +ITHitMonitor INFO Most Probable deposited charge: 0.119309 +ITHitMonitor INFO Half Sample width 0.0422157 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 22 | 22 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 296 | 1213372 | 4099.2 | 16003. | 0.011818 | 81391. | - | "numberHits" | 1 | 296 | 296.00 | 0.0000 | 296.00 | 296.00 | + | "DeltaRay" | 15 | 15 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 459 | 1990017 | 4335.5 | 12341. | 0.54755 | 67573. | + | "numberHits" | 1 | 459 | 459.00 | 0.0000 | 459.00 | 459.00 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 634 -OTHitMonitor INFO Mean beta * gamma: 2340.54 -OTHitMonitor INFO Most Probable deposited charge: 0.194654 -OTHitMonitor INFO Half Sample width 0.0728101 +OTHitMonitor INFO #hits per event: 821 +OTHitMonitor INFO Mean beta * gamma: 3875.71 +OTHitMonitor INFO Most Probable deposited charge: 0.197174 +OTHitMonitor INFO Half Sample width 0.0835269 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 33 | 33 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 634 | 1483905 | 2340.5 | 6775.4 | 0.0039661 | 40849. | - | "numberHits" | 1 | 634 | 634.00 | 0.0000 | 634.00 | 634.00 | + | "DeltaRay" | 47 | 47 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 821 | 3181954 | 3875.7 | 14317. | 0.0035632 | 1.0381e+05 | + | "numberHits" | 1 | 821 | 821.00 | 0.0000 | 821.00 | 821.00 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -8309,374 +8315,374 @@ MuonHitChecker INFO ------------------------------------------------ MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 53.000 3.000 6.000 0.000 1.000 R1 -MuonHitChecker INFO 109.000 34.000 1.000 0.000 0.000 R2 -MuonHitChecker INFO 49.000 1.000 3.000 0.000 0.000 R3 -MuonHitChecker INFO 54.000 0.000 0.000 0.000 0.000 R4 +MuonHitChecker INFO 90.000 0.000 8.000 2.000 16.000 R1 +MuonHitChecker INFO 173.000 4.000 0.000 0.000 4.000 R2 +MuonHitChecker INFO 77.000 0.000 0.000 0.000 5.000 R3 +MuonHitChecker INFO 70.000 4.000 0.000 0.000 0.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 265.000 38.000 10.000 0.000 1.000 allR +MuonHitChecker INFO 410.000 8.000 8.000 2.000 25.000 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 UnpackPuVetoHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# UnPackedData" | 1 | 34 | 34.000 | 0.0000 | 34.000 | 34.000 | CheckPuVetoHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 34 |-2.056393e-06 |-6.0482e-08 | 2.3798e-07 | -4.9375e-07 | 3.7693e-07 | - | "Diff. - Displacement y" | 34 |-9.9645e-07 |-2.9307e-08 | 2.6416e-07 | -4.7112e-07 | 4.9976e-07 | - | "Diff. - Displacement z" | 34 |-1.136449e-06 |-3.3425e-08 | 2.8498e-07 | -4.6952e-07 | 4.7761e-07 | - | "Diff. - Energy" | 34 |4.347009e-06 | 1.2785e-07 | 5.6175e-07 | -8.7827e-07 | 9.9947e-07 | - | "Diff. - Entry Point x" | 34 |6.652705e-05 | 1.9567e-06 | 2.7235e-05 | -4.6657e-05 | 4.7099e-05 | - | "Diff. - Entry Point y" | 34 |-0.0003608967 |-1.0615e-05 | 2.7384e-05 | -4.9845e-05 | 4.7187e-05 | - | "Diff. - Entry Point z" | 34 |-0.0001938127 |-5.7004e-06 | 2.8605e-05 | -4.9249e-05 | 4.6462e-05 | - | "Diff. - Parent |P|" | 34 |-0.01680386 |-0.00049423 | 0.0028926 | -0.0049893 | 0.0049668 | - | "Diff. - TOF" | 34 |-2.500974e-05 |-7.3558e-07 | 2.7522e-06 | -4.9840e-06 | 4.6540e-06 | - | "Original - Displacement x" | 34 | -0.1370151 | -0.0040299 | 0.043807 | -0.21227 | 0.098933 | - | "Original - Displacement y" | 34 | 0.112071 | 0.0032962 | 0.026516 | -0.092689 | 0.071530 | - | "Original - Displacement z" | 34 | -10.19956 | -0.29999 | 0.00017983 | -0.30052 | -0.29963 | - | "Original - Energy" | 34 | 3.919654 | 0.11528 | 0.064569 | 0.074763 | 0.39701 | - | "Original - Entry Point x" | 34 | 81.28827 | 2.3908 | 16.045 | -27.983 | 36.218 | - | "Original - Entry Point y" | 34 | 86.55424 | 2.5457 | 15.298 | -37.152 | 27.421 | - | "Original - Entry Point z" | 34 | -9045.7 | -266.05 | 41.200 | -315.86 | -218.99 | - | "Original - Parent |P|" | 34 | 377600.1 | 11106. | 14901. | 886.74 | 54233. | - | "Original - TOF" | 34 | 30.63808 | 0.90112 | 0.14640 | 0.69337 | 1.1552 | - | "Unpacked - Displacement x" | 34 | -0.137013 | -0.0040298 | 0.043807 | -0.21227 | 0.098933 | - | "Unpacked - Displacement y" | 34 | 0.112072 | 0.0032962 | 0.026516 | -0.092689 | 0.071530 | - | "Unpacked - Displacement z" | 34 | -10.19955 | -0.29999 | 0.00017980 | -0.30052 | -0.29963 | - | "Unpacked - Energy" | 34 | 3.91965 | 0.11528 | 0.064569 | 0.074764 | 0.39701 | - | "Unpacked - Entry Point x" | 34 | 81.2882 | 2.3908 | 16.045 | -27.983 | 36.218 | - | "Unpacked - Entry Point y" | 34 | 86.5546 | 2.5457 | 15.298 | -37.152 | 27.421 | - | "Unpacked - Entry Point z" | 34 | -9045.7 | -266.05 | 41.200 | -315.86 | -218.99 | - | "Unpacked - Parent |P|" | 34 | 377600.1 | 11106. | 14901. | 886.74 | 54233. | - | "Unpacked - TOF" | 34 | 30.63811 | 0.90112 | 0.14640 | 0.69337 | 1.1552 | + | "Diff. - Displacement x" | 34 |-4.966105e-07 |-1.4606e-08 | 2.9655e-07 | -4.9465e-07 | 4.9344e-07 | + | "Diff. - Displacement y" | 34 |-1.003511e-06 |-2.9515e-08 | 2.9114e-07 | -4.9290e-07 | 4.6420e-07 | + | "Diff. - Displacement z" | 34 |-8.795047e-07 |-2.5868e-08 | 3.1908e-07 | -4.9907e-07 | 4.9341e-07 | + | "Diff. - Energy" | 34 |1.289545e-06 | 3.7928e-08 | 5.9141e-07 | -9.9730e-07 | 9.3452e-07 | + | "Diff. - Entry Point x" | 34 |-5.801123e-05 |-1.7062e-06 | 3.1614e-05 | -4.9430e-05 | 4.7246e-05 | + | "Diff. - Entry Point y" | 34 |4.022977e-05 | 1.1832e-06 | 2.3947e-05 | -4.2716e-05 | 4.8607e-05 | + | "Diff. - Entry Point z" | 34 |-6.000465e-06 |-1.7648e-07 | 2.4901e-05 | -4.6584e-05 | 4.8029e-05 | + | "Diff. - Parent |P|" | 34 |-0.0005033887 |-1.4806e-05 | 0.0025884 | -0.0045477 | 0.0044280 | + | "Diff. - TOF" | 34 |1.979779e-05 | 5.8229e-07 | 2.7774e-06 | -4.3001e-06 | 4.9682e-06 | + | "Original - Displacement x" | 34 | 0.0973065 | 0.0028620 | 0.016631 | -0.027875 | 0.023081 | + | "Original - Displacement y" | 34 | 0.107922 | 0.0031742 | 0.016158 | -0.036295 | 0.028327 | + | "Original - Displacement z" | 34 | -10.19902 | -0.29997 | 0.00011515 | -0.30012 | -0.29969 | + | "Original - Energy" | 34 | 3.837151 | 0.11286 | 0.061498 | 0.073042 | 0.39484 | + | "Original - Entry Point x" | 34 | 132.204 | 3.8884 | 14.773 | -25.856 | 24.222 | + | "Original - Entry Point y" | 34 | 87.61314 | 2.5769 | 14.415 | -36.918 | 27.145 | + | "Original - Entry Point z" | 34 | -9239.98 | -271.76 | 41.855 | -315.86 | -218.99 | + | "Original - Parent |P|" | 34 | 405722.5 | 11933. | 14586. | 886.07 | 54233. | + | "Original - TOF" | 34 | 30.81792 | 0.90641 | 0.14654 | 0.69335 | 1.1246 | + | "Unpacked - Displacement x" | 34 | 0.097307 | 0.0028620 | 0.016631 | -0.027875 | 0.023081 | + | "Unpacked - Displacement y" | 34 | 0.107923 | 0.0031742 | 0.016158 | -0.036295 | 0.028327 | + | "Unpacked - Displacement z" | 34 | -10.19902 | -0.29997 | 0.00011515 | -0.30012 | -0.29969 | + | "Unpacked - Energy" | 34 | 3.83715 | 0.11286 | 0.061498 | 0.073042 | 0.39484 | + | "Unpacked - Entry Point x" | 34 | 132.2041 | 3.8884 | 14.773 | -25.856 | 24.222 | + | "Unpacked - Entry Point y" | 34 | 87.6131 | 2.5769 | 14.415 | -36.918 | 27.145 | + | "Unpacked - Entry Point z" | 34 | -9239.98 | -271.76 | 41.855 | -315.86 | -218.99 | + | "Unpacked - Parent |P|" | 34 | 405722.5 | 11933. | 14586. | 886.07 | 54233. | + | "Unpacked - TOF" | 34 | 30.8179 | 0.90641 | 0.14654 | 0.69335 | 1.1246 | UnpackVeloHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 632 | 632.00 | 0.0000 | 632.00 | 632.00 | + | "# UnPackedData" | 1 | 724 | 724.00 | 0.0000 | 724.00 | 724.00 | CheckVeloHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 632 |2.046836e-06 | 3.2387e-09 | 2.8580e-07 | -4.9929e-07 | 4.9992e-07 | - | "Diff. - Displacement y" | 632 |-5.58453e-06 |-8.8363e-09 | 2.9666e-07 | -4.9951e-07 | 4.9956e-07 | - | "Diff. - Displacement z" | 632 |7.365017e-06 | 1.1654e-08 | 2.9460e-07 | -4.9972e-07 | 4.9971e-07 | - | "Diff. - Energy" | 632 |2.562387e-06 | 4.0544e-09 | 5.8763e-07 | -9.9630e-07 | 9.9678e-07 | - | "Diff. - Entry Point x" | 632 |-0.0002805168 |-4.4386e-07 | 2.9283e-05 | -4.9537e-05 | 4.9893e-05 | - | "Diff. - Entry Point y" | 632 |-0.0008496839 |-1.3444e-06 | 2.8351e-05 | -4.9868e-05 | 4.9913e-05 | - | "Diff. - Entry Point z" | 632 |-0.001366562 |-2.1623e-06 | 2.8092e-05 | -4.9904e-05 | 4.9721e-05 | - | "Diff. - Parent |P|" | 632 |-0.03079235 |-4.8722e-05 | 0.0028451 | -0.0049887 | 0.0049914 | - | "Diff. - TOF" | 632 |-0.0001387785 |-2.1959e-07 | 2.9214e-06 | -4.9904e-06 | 4.9932e-06 | - | "Original - Displacement x" | 632 | 3.21203 | 0.0050823 | 0.081112 | -0.66410 | 0.58377 | - | "Original - Displacement y" | 632 | 2.086171 | 0.0033009 | 0.077428 | -0.63738 | 0.33360 | - | "Original - Displacement z" | 632 | 90.13323 | 0.14262 | 0.25592 | -0.30063 | 0.30047 | - | "Original - Energy" | 632 | 135.4422 | 0.21431 | 0.63237 | 0.00043546 | 7.4546 | - | "Original - Entry Point x" | 632 | 665.0497 | 1.0523 | 15.509 | -43.097 | 44.720 | - | "Original - Entry Point y" | 632 | 1310.255 | 2.0732 | 16.713 | -39.520 | 42.991 | - | "Original - Entry Point z" | 632 | 122359.1 | 193.61 | 289.04 | -175.78 | 751.01 | - | "Original - Parent |P|" | 632 | 5507624 | 8714.6 | 15716. | 2.3879 | 94265. | - | "Original - TOF" | 632 | 562.3325 | 0.88977 | 0.75351 | 0.033427 | 2.5474 | - | "Unpacked - Displacement x" | 632 | 3.212028 | 0.0050823 | 0.081112 | -0.66410 | 0.58377 | - | "Unpacked - Displacement y" | 632 | 2.086177 | 0.0033009 | 0.077428 | -0.63738 | 0.33360 | - | "Unpacked - Displacement z" | 632 | 90.13322 | 0.14262 | 0.25592 | -0.30063 | 0.30047 | - | "Unpacked - Energy" | 632 | 135.4421 | 0.21431 | 0.63237 | 0.00043600 | 7.4546 | - | "Unpacked - Entry Point x" | 632 | 665.05 | 1.0523 | 15.509 | -43.097 | 44.720 | - | "Unpacked - Entry Point y" | 632 | 1310.256 | 2.0732 | 16.713 | -39.520 | 42.991 | - | "Unpacked - Entry Point z" | 632 | 122359.1 | 193.61 | 289.04 | -175.78 | 751.01 | - | "Unpacked - Parent |P|" | 632 | 5507624 | 8714.6 | 15716. | 2.3900 | 94265. | - | "Unpacked - TOF" | 632 | 562.3326 | 0.88977 | 0.75351 | 0.033430 | 2.5474 | + | "Diff. - Displacement x" | 724 |4.416043e-06 | 6.0995e-09 | 2.9463e-07 | -4.9723e-07 | 4.9683e-07 | + | "Diff. - Displacement y" | 724 |-1.954772e-06 |-2.7000e-09 | 2.8892e-07 | -4.9910e-07 | 4.9860e-07 | + | "Diff. - Displacement z" | 724 |-2.935164e-06 |-4.0541e-09 | 2.8444e-07 | -4.9814e-07 | 4.9905e-07 | + | "Diff. - Energy" | 724 |9.320128e-06 | 1.2873e-08 | 5.6597e-07 | -9.9866e-07 | 9.9812e-07 | + | "Diff. - Entry Point x" | 724 |-0.0005298186 |-7.3179e-07 | 2.9622e-05 | -4.9883e-05 | 4.9853e-05 | + | "Diff. - Entry Point y" | 724 |-0.0008522513 |-1.1771e-06 | 2.8078e-05 | -4.9820e-05 | 4.9772e-05 | + | "Diff. - Entry Point z" | 724 |-0.0001767177 |-2.4409e-07 | 2.8594e-05 | -4.9996e-05 | 4.9839e-05 | + | "Diff. - Parent |P|" | 724 | 0.05148008 | 7.1105e-05 | 0.0027834 | -0.0049908 | 0.0049964 | + | "Diff. - TOF" | 724 |8.229165e-05 | 1.1366e-07 | 2.9056e-06 | -4.9833e-06 | 4.9963e-06 | + | "Original - Displacement x" | 724 | 0.8927224 | 0.0012330 | 0.072568 | -0.66847 | 0.64378 | + | "Original - Displacement y" | 724 | -0.67908 |-0.00093796 | 0.073062 | -0.63379 | 0.35982 | + | "Original - Displacement z" | 724 | 123.6392 | 0.17077 | 0.23600 | -0.30054 | 0.30065 | + | "Original - Energy" | 724 | 94.00374 | 0.12984 | 0.20365 | 0.0020928 | 3.3608 | + | "Original - Entry Point x" | 724 | 369.4465 | 0.51029 | 14.765 | -43.217 | 44.446 | + | "Original - Entry Point y" | 724 | 2105.003 | 2.9075 | 17.336 | -39.814 | 43.545 | + | "Original - Entry Point z" | 724 | 201159.5 | 277.84 | 304.18 | -175.78 | 751.30 | + | "Original - Parent |P|" | 724 | 5951902 | 8220.9 | 15130. | 1.5322 | 94269. | + | "Original - TOF" | 724 | 786.8086 | 1.0868 | 0.84793 | 0.033475 | 2.5684 | + | "Unpacked - Displacement x" | 724 | 0.892718 | 0.0012330 | 0.072568 | -0.66847 | 0.64378 | + | "Unpacked - Displacement y" | 724 | -0.679078 |-0.00093795 | 0.073063 | -0.63379 | 0.35982 | + | "Unpacked - Displacement z" | 724 | 123.6392 | 0.17077 | 0.23600 | -0.30054 | 0.30065 | + | "Unpacked - Energy" | 724 | 94.00373 | 0.12984 | 0.20365 | 0.0020920 | 3.3608 | + | "Unpacked - Entry Point x" | 724 | 369.447 | 0.51029 | 14.765 | -43.217 | 44.446 | + | "Unpacked - Entry Point y" | 724 | 2105.004 | 2.9075 | 17.336 | -39.814 | 43.545 | + | "Unpacked - Entry Point z" | 724 | 201159.5 | 277.84 | 304.18 | -175.78 | 751.30 | + | "Unpacked - Parent |P|" | 724 | 5951902 | 8220.9 | 15130. | 1.5300 | 94269. | + | "Unpacked - TOF" | 724 | 786.8085 | 1.0868 | 0.84793 | 0.033470 | 2.5684 | UnpackTTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 276 | 276.00 | 0.0000 | 276.00 | 276.00 | + | "# UnPackedData" | 1 | 283 | 283.00 | 0.0000 | 283.00 | 283.00 | CheckTTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 276 |1.446163e-06 | 5.2397e-09 | 2.9560e-07 | -4.9982e-07 | 4.9854e-07 | - | "Diff. - Displacement y" | 276 |3.593391e-08 | 1.3020e-10 | 2.7250e-07 | -4.9180e-07 | 4.9907e-07 | - | "Diff. - Displacement z" | 276 |2.546309e-06 | 9.2258e-09 | 1.1782e-07 | -4.9275e-07 | 4.9275e-07 | - | "Diff. - Energy" | 276 |-1.710228e-05 |-6.1965e-08 | 5.7189e-07 | -9.9352e-07 | 9.9266e-07 | - | "Diff. - Entry Point x" | 276 |-0.0002197242 |-7.9610e-07 | 2.8465e-05 | -4.9942e-05 | 4.9572e-05 | - | "Diff. - Entry Point y" | 276 |0.0001635563 | 5.9260e-07 | 2.9108e-05 | -4.9663e-05 | 4.9836e-05 | - | "Diff. - Entry Point z" | 276 |-2.821375e-05 |-1.0222e-07 | 8.2402e-06 | -4.1322e-05 | 4.6015e-05 | - | "Diff. - Parent |P|" | 276 | 0.01200632 | 4.3501e-05 | 0.0028653 | -0.0049971 | 0.0049945 | - | "Diff. - TOF" | 276 |-4.053755e-05 |-1.4688e-07 | 3.0432e-06 | -4.9577e-06 | 4.9933e-06 | - | "Original - Displacement x" | 276 | -10.00571 | -0.036253 | 0.30753 | -1.3629 | 0.92087 | - | "Original - Displacement y" | 276 | -0.213091 |-0.00077207 | 0.23323 | -1.8879 | 0.92791 | - | "Original - Displacement z" | 276 | 70.58769 | 0.25575 | 0.39530 | -0.50000 | 0.50000 | - | "Original - Energy" | 276 | 71.43801 | 0.25883 | 0.31031 | 0.0039268 | 2.3277 | - | "Original - Entry Point x" | 276 | -17569.42 | -63.657 | 304.12 | -706.47 | 767.38 | - | "Original - Entry Point y" | 276 | -2250.798 | -8.1551 | 294.10 | -655.59 | 635.67 | - | "Original - Entry Point z" | 276 | 688832.5 | 2495.8 | 136.06 | 2322.0 | 2647.5 | - | "Original - Parent |P|" | 276 | 1206594 | 4371.7 | 12729. | 1.4354 | 94254. | - | "Original - TOF" | 276 | 2979.914 | 10.797 | 3.9787 | 7.6978 | 24.990 | - | "Unpacked - Displacement x" | 276 | -10.00571 | -0.036253 | 0.30753 | -1.3629 | 0.92087 | - | "Unpacked - Displacement y" | 276 | -0.213091 |-0.00077207 | 0.23323 | -1.8879 | 0.92791 | - | "Unpacked - Displacement z" | 276 | 70.58769 | 0.25575 | 0.39530 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 276 | 71.43803 | 0.25883 | 0.31031 | 0.0039260 | 2.3277 | - | "Unpacked - Entry Point x" | 276 | -17569.42 | -63.657 | 304.12 | -706.47 | 767.38 | - | "Unpacked - Entry Point y" | 276 | -2250.798 | -8.1551 | 294.10 | -655.59 | 635.67 | - | "Unpacked - Entry Point z" | 276 | 688832.5 | 2495.8 | 136.06 | 2322.0 | 2647.5 | - | "Unpacked - Parent |P|" | 276 | 1206594 | 4371.7 | 12729. | 1.4400 | 94254. | - | "Unpacked - TOF" | 276 | 2979.914 | 10.797 | 3.9787 | 7.6978 | 24.990 | + | "Diff. - Displacement x" | 283 |2.92956e-06 | 1.0352e-08 | 2.9730e-07 | -4.9820e-07 | 4.9783e-07 | + | "Diff. - Displacement y" | 283 |2.088036e-06 | 7.3782e-09 | 2.8522e-07 | -4.9679e-07 | 4.8256e-07 | + | "Diff. - Displacement z" | 283 |-4.292982e-07 |-1.5170e-09 | 9.8154e-08 | -4.7219e-07 | 4.6869e-07 | + | "Diff. - Energy" | 283 |-1.272829e-06 |-4.4976e-09 | 5.7864e-07 | -9.9920e-07 | 9.7883e-07 | + | "Diff. - Entry Point x" | 283 |-0.0002545124 |-8.9934e-07 | 2.9213e-05 | -4.9816e-05 | 4.9355e-05 | + | "Diff. - Entry Point y" | 283 |-0.0005140751 |-1.8165e-06 | 2.9305e-05 | -4.9008e-05 | 4.9637e-05 | + | "Diff. - Entry Point z" | 283 |-0.0001681575 |-5.9420e-07 | 6.0117e-06 | -4.2531e-05 | 4.3328e-05 | + | "Diff. - Parent |P|" | 283 |-0.00213198 |-7.5335e-06 | 0.0029413 | -0.0049886 | 0.0049722 | + | "Diff. - TOF" | 283 |6.182713e-05 | 2.1847e-07 | 2.8903e-06 | -5.0000e-06 | 4.9906e-06 | + | "Original - Displacement x" | 283 | 13.35583 | 0.047194 | 0.63288 | -0.83006 | 10.184 | + | "Original - Displacement y" | 283 | -1.586908 | -0.0056074 | 0.15204 | -0.98900 | 0.69421 | + | "Original - Displacement z" | 283 | 101.8627 | 0.35994 | 0.32683 | -0.50000 | 0.50000 | + | "Original - Energy" | 283 | 59.92794 | 0.21176 | 0.25603 | 8.1654e-05 | 3.9062 | + | "Original - Entry Point x" | 283 | -21730.05 | -76.785 | 271.30 | -767.90 | 772.79 | + | "Original - Entry Point y" | 283 | 2503.099 | 8.8449 | 261.69 | -641.49 | 631.48 | + | "Original - Entry Point z" | 283 | 703218.1 | 2484.9 | 136.22 | 2322.0 | 2647.5 | + | "Original - Parent |P|" | 283 | 1232245 | 4354.2 | 12406. | 1.4290 | 94254. | + | "Original - TOF" | 283 | 2644.729 | 9.3453 | 2.3640 | 7.6979 | 24.826 | + | "Unpacked - Displacement x" | 283 | 13.35582 | 0.047194 | 0.63288 | -0.83006 | 10.184 | + | "Unpacked - Displacement y" | 283 | -1.58691 | -0.0056075 | 0.15204 | -0.98900 | 0.69421 | + | "Unpacked - Displacement z" | 283 | 101.8627 | 0.35994 | 0.32683 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 283 | 59.92794 | 0.21176 | 0.25603 | 8.2000e-05 | 3.9062 | + | "Unpacked - Entry Point x" | 283 | -21730.05 | -76.785 | 271.30 | -767.90 | 772.79 | + | "Unpacked - Entry Point y" | 283 | 2503.1 | 8.8449 | 261.69 | -641.49 | 631.48 | + | "Unpacked - Entry Point z" | 283 | 703218.1 | 2484.9 | 136.22 | 2322.0 | 2647.5 | + | "Unpacked - Parent |P|" | 283 | 1232245 | 4354.2 | 12406. | 1.4300 | 94254. | + | "Unpacked - TOF" | 283 | 2644.729 | 9.3453 | 2.3640 | 7.6979 | 24.826 | UnpackITHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 296 | 296.00 | 0.0000 | 296.00 | 296.00 | + | "# UnPackedData" | 1 | 459 | 459.00 | 0.0000 | 459.00 | 459.00 | CheckITHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 296 |2.169582e-06 | 7.3297e-09 | 2.9019e-07 | -4.9882e-07 | 4.9714e-07 | - | "Diff. - Displacement y" | 296 |6.409429e-06 | 2.1653e-08 | 2.9019e-07 | -4.9862e-07 | 4.9831e-07 | - | "Diff. - Displacement z" | 296 |-8.232058e-07 |-2.7811e-09 | 3.0935e-07 | -4.9851e-07 | 4.9756e-07 | - | "Diff. - Energy" | 296 |-3.534837e-06 |-1.1942e-08 | 5.9553e-07 | -9.9634e-07 | 9.9243e-07 | - | "Diff. - Entry Point x" | 296 |0.0005658179 | 1.9115e-06 | 2.8650e-05 | -4.9863e-05 | 4.9307e-05 | - | "Diff. - Entry Point y" | 296 |0.0009913005 | 3.3490e-06 | 2.8656e-05 | -4.9995e-05 | 4.9948e-05 | - | "Diff. - Entry Point z" | 296 |-0.0001003964 |-3.3918e-07 | 2.8884e-05 | -4.9477e-05 | 4.9830e-05 | - | "Diff. - Parent |P|" | 296 |7.022855e-05 | 2.3726e-07 | 0.0027758 | -0.0049674 | 0.0049876 | - | "Diff. - TOF" | 296 |7.700644e-06 | 2.6016e-08 | 2.9025e-06 | -4.9553e-06 | 4.9388e-06 | - | "Original - Displacement x" | 296 | -9.808781 | -0.033138 | 0.20437 | -1.1413 | 0.60579 | - | "Original - Displacement y" | 296 | -0.8763856 | -0.0029608 | 0.094552 | -0.67029 | 0.42374 | - | "Original - Displacement z" | 296 | 87.72897 | 0.29638 | 0.21152 | -0.41038 | 0.41087 | - | "Original - Energy" | 296 | 48.19269 | 0.16281 | 0.15082 | 0.00072202 | 1.7547 | - | "Original - Entry Point x" | 296 | -25934.4 | -87.616 | 244.14 | -577.07 | 615.67 | - | "Original - Entry Point y" | 296 | -4153.305 | -14.031 | 93.556 | -200.42 | 211.05 | - | "Original - Entry Point z" | 296 | 2445702 | 8262.5 | 577.71 | 7667.8 | 9172.3 | - | "Original - Parent |P|" | 296 | 3812801 | 12881. | 21773. | 1.4238 | 94247. | - | "Original - TOF" | 296 | 8405.732 | 28.398 | 6.3821 | 25.569 | 124.96 | - | "Unpacked - Displacement x" | 296 | -9.808783 | -0.033138 | 0.20437 | -1.1413 | 0.60579 | - | "Unpacked - Displacement y" | 296 | -0.876392 | -0.0029608 | 0.094552 | -0.67029 | 0.42374 | - | "Unpacked - Displacement z" | 296 | 87.72897 | 0.29638 | 0.21152 | -0.41038 | 0.41087 | - | "Unpacked - Energy" | 296 | 48.19269 | 0.16281 | 0.15082 | 0.00072200 | 1.7547 | - | "Unpacked - Entry Point x" | 296 | -25934.4 | -87.616 | 244.14 | -577.07 | 615.67 | - | "Unpacked - Entry Point y" | 296 | -4153.306 | -14.031 | 93.556 | -200.42 | 211.05 | - | "Unpacked - Entry Point z" | 296 | 2445702 | 8262.5 | 577.71 | 7667.8 | 9172.3 | - | "Unpacked - Parent |P|" | 296 | 3812801 | 12881. | 21773. | 1.4200 | 94247. | - | "Unpacked - TOF" | 296 | 8405.732 | 28.398 | 6.3821 | 25.569 | 124.96 | + | "Diff. - Displacement x" | 459 |5.111759e-06 | 1.1137e-08 | 2.9378e-07 | -4.9575e-07 | 4.9872e-07 | + | "Diff. - Displacement y" | 459 |6.233707e-06 | 1.3581e-08 | 2.8823e-07 | -4.9921e-07 | 4.9736e-07 | + | "Diff. - Displacement z" | 459 |-4.794542e-06 |-1.0446e-08 | 3.1054e-07 | -4.9845e-07 | 4.9990e-07 | + | "Diff. - Energy" | 459 |-2.346507e-05 |-5.1122e-08 | 5.7084e-07 | -9.9559e-07 | 9.9618e-07 | + | "Diff. - Entry Point x" | 459 |0.0006291348 | 1.3707e-06 | 2.8960e-05 | -4.9922e-05 | 4.9827e-05 | + | "Diff. - Entry Point y" | 459 |-0.0003019536 |-6.5785e-07 | 2.9031e-05 | -4.9851e-05 | 4.9777e-05 | + | "Diff. - Entry Point z" | 459 |-0.0003242659 |-7.0646e-07 | 2.8923e-05 | -4.9895e-05 | 4.9953e-05 | + | "Diff. - Parent |P|" | 459 | -0.1134251 |-0.00024711 | 0.0028013 | -0.0049750 | 0.0049831 | + | "Diff. - TOF" | 459 |2.886092e-05 | 6.2878e-08 | 2.8579e-06 | -4.9978e-06 | 4.9624e-06 | + | "Original - Displacement x" | 459 | 4.667462 | 0.010169 | 0.10705 | -0.61274 | 0.71153 | + | "Original - Displacement y" | 459 | 0.8180132 | 0.0017822 | 0.055760 | -0.78120 | 0.26817 | + | "Original - Displacement z" | 459 | 164.3017 | 0.35796 | 0.11386 | -0.40970 | 0.41033 | + | "Original - Energy" | 459 | 70.18018 | 0.15290 | 0.096346 | 0.028330 | 0.73253 | + | "Original - Entry Point x" | 459 | 17607.2 | 38.360 | 294.88 | -622.90 | 621.84 | + | "Original - Entry Point y" | 459 | -958.9537 | -2.0892 | 106.82 | -204.91 | 210.58 | + | "Original - Entry Point z" | 459 | 3811845 | 8304.7 | 545.50 | 7667.8 | 9172.3 | + | "Original - Parent |P|" | 459 | 4123382 | 8983.4 | 17079. | 1.4645 | 94247. | + | "Original - TOF" | 459 | 12819.93 | 27.930 | 1.9038 | 25.551 | 33.435 | + | "Unpacked - Displacement x" | 459 | 4.667457 | 0.010169 | 0.10705 | -0.61274 | 0.71153 | + | "Unpacked - Displacement y" | 459 | 0.818007 | 0.0017822 | 0.055760 | -0.78120 | 0.26817 | + | "Unpacked - Displacement z" | 459 | 164.3017 | 0.35796 | 0.11386 | -0.40970 | 0.41033 | + | "Unpacked - Energy" | 459 | 70.1802 | 0.15290 | 0.096346 | 0.028330 | 0.73253 | + | "Unpacked - Entry Point x" | 459 | 17607.2 | 38.360 | 294.88 | -622.90 | 621.84 | + | "Unpacked - Entry Point y" | 459 | -958.9534 | -2.0892 | 106.82 | -204.91 | 210.58 | + | "Unpacked - Entry Point z" | 459 | 3811845 | 8304.7 | 545.50 | 7667.8 | 9172.3 | + | "Unpacked - Parent |P|" | 459 | 4123382 | 8983.4 | 17079. | 1.4600 | 94247. | + | "Unpacked - TOF" | 459 | 12819.93 | 27.930 | 1.9038 | 25.551 | 33.435 | UnpackOTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 634 | 634.00 | 0.0000 | 634.00 | 634.00 | + | "# UnPackedData" | 1 | 821 | 821.00 | 0.0000 | 821.00 | 821.00 | CheckOTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 634 |4.477009e-06 | 7.0615e-09 | 2.8814e-07 | -4.9986e-07 | 4.9934e-07 | - | "Diff. - Displacement y" | 634 |1.751436e-05 | 2.7625e-08 | 2.9131e-07 | -4.9937e-07 | 4.9986e-07 | - | "Diff. - Displacement z" | 634 |4.599971e-06 | 7.2555e-09 | 3.0014e-07 | -4.9963e-07 | 4.9899e-07 | - | "Diff. - Energy" | 634 |-3.77648e-05 |-5.9566e-08 | 5.7743e-07 | -9.9979e-07 | 9.9901e-07 | - | "Diff. - Entry Point x" | 634 |0.0008894873 | 1.4030e-06 | 2.8385e-05 | -4.9991e-05 | 4.9562e-05 | - | "Diff. - Entry Point y" | 634 |0.0002012858 | 3.1749e-07 | 2.8722e-05 | -4.9971e-05 | 4.9696e-05 | - | "Diff. - Entry Point z" | 634 |-0.0003620449 |-5.7105e-07 | 2.9012e-05 | -4.9683e-05 | 4.9869e-05 | - | "Diff. - Parent |P|" | 634 | 0.02074016 | 3.2713e-05 | 0.0028353 | -0.0049849 | 0.0049984 | - | "Diff. - TOF" | 634 |-4.929976e-05 |-7.7760e-08 | 2.8840e-06 | -4.9612e-06 | 4.9895e-06 | - | "Original - Displacement x" | 634 | -523.4832 | -0.82568 | 11.466 | -166.64 | 71.430 | - | "Original - Displacement y" | 634 | 33.28367 | 0.052498 | 4.1837 | -20.291 | 39.885 | - | "Original - Displacement z" | 634 | 4934.436 | 7.7830 | 6.1847 | -10.803 | 10.794 | - | "Original - Energy" | 634 | 158.21 | 0.24954 | 0.19571 | 0.0075284 | 3.1387 | - | "Original - Entry Point x" | 634 | -84193.71 | -132.80 | 1365.7 | -3082.7 | 2944.4 | - | "Original - Entry Point y" | 634 | -49304.66 | -77.768 | 720.59 | -1977.5 | 2373.0 | - | "Original - Entry Point z" | 634 | 5504204 | 8681.7 | 562.69 | 7849.6 | 9413.6 | - | "Original - Parent |P|" | 634 | 2414119 | 3807.8 | 9356.9 | 1.4229 | 94243. | - | "Original - TOF" | 634 | 19803.03 | 31.235 | 6.3271 | 26.174 | 123.32 | - | "Unpacked - Displacement x" | 634 | -523.4832 | -0.82568 | 11.466 | -166.64 | 71.430 | - | "Unpacked - Displacement y" | 634 | 33.28365 | 0.052498 | 4.1837 | -20.291 | 39.885 | - | "Unpacked - Displacement z" | 634 | 4934.436 | 7.7830 | 6.1847 | -10.803 | 10.794 | - | "Unpacked - Energy" | 634 | 158.21 | 0.24954 | 0.19571 | 0.0075280 | 3.1387 | - | "Unpacked - Entry Point x" | 634 | -84193.71 | -132.80 | 1365.7 | -3082.7 | 2944.4 | - | "Unpacked - Entry Point y" | 634 | -49304.66 | -77.768 | 720.59 | -1977.5 | 2373.0 | - | "Unpacked - Entry Point z" | 634 | 5504204 | 8681.7 | 562.69 | 7849.6 | 9413.6 | - | "Unpacked - Parent |P|" | 634 | 2414119 | 3807.8 | 9356.9 | 1.4200 | 94243. | - | "Unpacked - TOF" | 634 | 19803.03 | 31.235 | 6.3271 | 26.174 | 123.32 | + | "Diff. - Displacement x" | 821 |4.989473e-06 | 6.0773e-09 | 2.9499e-07 | -4.9999e-07 | 4.9964e-07 | + | "Diff. - Displacement y" | 821 |3.619005e-06 | 4.4080e-09 | 2.8993e-07 | -4.9725e-07 | 4.9893e-07 | + | "Diff. - Displacement z" | 821 |6.662368e-07 | 8.1149e-10 | 2.9328e-07 | -4.9974e-07 | 4.9952e-07 | + | "Diff. - Energy" | 821 |-8.629771e-06 |-1.0511e-08 | 5.4948e-07 | -9.9927e-07 | 9.9188e-07 | + | "Diff. - Entry Point x" | 821 |0.001104536 | 1.3454e-06 | 2.8802e-05 | -4.9906e-05 | 4.9916e-05 | + | "Diff. - Entry Point y" | 821 |-0.001506841 |-1.8354e-06 | 2.9090e-05 | -4.9965e-05 | 4.9935e-05 | + | "Diff. - Entry Point z" | 821 |-0.0008710311 |-1.0609e-06 | 2.8943e-05 | -4.9887e-05 | 4.9876e-05 | + | "Diff. - Parent |P|" | 821 |-0.005358387 |-6.5267e-06 | 0.0028685 | -0.0049690 | 0.0049970 | + | "Diff. - TOF" | 821 |-3.616973e-05 |-4.4056e-08 | 2.8860e-06 | -4.9847e-06 | 4.9943e-06 | + | "Original - Displacement x" | 821 | -627.5762 | -0.76440 | 7.9056 | -57.610 | 31.827 | + | "Original - Displacement y" | 821 | 8.98187 | 0.010940 | 4.0499 | -25.900 | 23.839 | + | "Original - Displacement z" | 821 | 6229.662 | 7.5879 | 6.3213 | -10.798 | 10.792 | + | "Original - Energy" | 821 | 215.2331 | 0.26216 | 0.21159 | 0.00058654 | 2.2552 | + | "Original - Entry Point x" | 821 | -149160.5 | -181.68 | 1364.0 | -3016.9 | 2888.4 | + | "Original - Entry Point y" | 821 | -7137.84 | -8.6941 | 595.75 | -1824.1 | 2011.6 | + | "Original - Entry Point z" | 821 | 7130703 | 8685.4 | 557.41 | 7849.6 | 9408.5 | + | "Original - Parent |P|" | 821 | 3256581 | 3966.6 | 10090. | 1.4728 | 94241. | + | "Original - TOF" | 821 | 27175.26 | 33.100 | 9.0713 | 26.174 | 139.90 | + | "Unpacked - Displacement x" | 821 | -627.5762 | -0.76440 | 7.9056 | -57.610 | 31.827 | + | "Unpacked - Displacement y" | 821 | 8.981866 | 0.010940 | 4.0499 | -25.900 | 23.839 | + | "Unpacked - Displacement z" | 821 | 6229.662 | 7.5879 | 6.3213 | -10.798 | 10.792 | + | "Unpacked - Energy" | 821 | 215.2331 | 0.26216 | 0.21159 | 0.00058600 | 2.2552 | + | "Unpacked - Entry Point x" | 821 | -149160.5 | -181.68 | 1364.0 | -3016.9 | 2888.4 | + | "Unpacked - Entry Point y" | 821 | -7137.838 | -8.6941 | 595.75 | -1824.1 | 2011.6 | + | "Unpacked - Entry Point z" | 821 | 7130703 | 8685.4 | 557.41 | 7849.6 | 9408.5 | + | "Unpacked - Parent |P|" | 821 | 3256581 | 3966.6 | 10090. | 1.4700 | 94241. | + | "Unpacked - TOF" | 821 | 27175.26 | 33.100 | 9.0713 | 26.174 | 139.90 | UnpackRichHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1147 | 1147.0 | 0.0000 | 1147.0 | 1147.0 | + | "# UnPackedData" | 1 | 1727 | 1727.0 | 0.0000 | 1727.0 | 1727.0 | UnpackRichOpPhot SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1147 | 1147.0 | 0.0000 | 1147.0 | 1147.0 | + | "# UnPackedData" | 1 | 1727 | 1727.0 | 0.0000 | 1727.0 | 1727.0 | UnpackRichSegments SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 87 | 87.000 | 0.0000 | 87.000 | 87.000 | + | "# UnPackedData" | 1 | 125 | 125.00 | 0.0000 | 125.00 | 125.00 | UnpackRichTracks SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 82 | 82.000 | 0.0000 | 82.000 | 82.000 | + | "# UnPackedData" | 1 | 115 | 115.00 | 0.0000 | 115.00 | 115.00 | CheckRichHits SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1147 |-7.958911e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | - | "Diff. - Entry Point x" | 1147 |-0.001234512 |-1.0763e-06 | 2.8426e-05 | -4.9929e-05 | 4.9890e-05 | - | "Diff. - Entry Point y" | 1147 |-0.001036629 |-9.0377e-07 | 2.8882e-05 | -4.9942e-05 | 4.9996e-05 | - | "Diff. - Entry Point z" | 1147 |4.165308e-06 | 3.6315e-09 | 2.8852e-05 | -4.9981e-05 | 4.9988e-05 | - | "Diff. - TOF" | 1147 |0.000109357 | 9.5342e-08 | 2.8848e-06 | -4.9930e-06 | 4.9955e-06 | - | "Original - Energy" | 1147 | 22.94 | 0.020000 | 4.6719e-09 | 0.020000 | 0.020000 | - | "Original - Entry Point x" | 1147 | -700007.7 | -610.29 | 3089.2 | -4149.9 | 4149.8 | - | "Original - Entry Point y" | 1147 | 25910.81 | 22.590 | 798.52 | -1319.3 | 1391.6 | - | "Original - Entry Point z" | 1147 | 8391851 | 7316.3 | 4478.2 | 1330.8 | 11092. | - | "Original - TOF" | 1147 | 45416.72 | 39.596 | 22.168 | 11.685 | 132.00 | - | "Unpacked - Energy" | 1147 | 22.94 | 0.020000 | 4.6771e-09 | 0.020000 | 0.020000 | - | "Unpacked - Entry Point x" | 1147 | -700007.7 | -610.29 | 3089.2 | -4149.9 | 4149.8 | - | "Unpacked - Entry Point y" | 1147 | 25910.81 | 22.590 | 798.52 | -1319.3 | 1391.6 | - | "Unpacked - Entry Point z" | 1147 | 8391851 | 7316.3 | 4478.2 | 1330.8 | 11092. | - | "Unpacked - TOF" | 1147 | 45416.72 | 39.596 | 22.168 | 11.684 | 132.00 | + | "Diff. - Energy" | 1727 |-1.198347e-14 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 1727 |0.0009106396 | 5.2730e-07 | 2.9030e-05 | -4.9943e-05 | 4.9945e-05 | + | "Diff. - Entry Point y" | 1727 |-0.0002130911 |-1.2339e-07 | 2.9295e-05 | -4.9977e-05 | 4.9824e-05 | + | "Diff. - Entry Point z" | 1727 |-0.0002588119 |-1.4986e-07 | 2.8727e-05 | -4.9948e-05 | 4.9938e-05 | + | "Diff. - TOF" | 1727 |4.355131e-05 | 2.5218e-08 | 2.8457e-06 | -4.9991e-06 | 4.9977e-06 | + | "Original - Energy" | 1727 | 34.54 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 1727 | -425219.9 | -246.22 | 3513.5 | -4149.9 | 4150.6 | + | "Original - Entry Point y" | 1727 | 157459.5 | 91.175 | 667.86 | -1387.9 | 1386.8 | + | "Original - Entry Point z" | 1727 |1.493756e+07 | 8649.4 | 3887.5 | 1337.2 | 11092. | + | "Original - TOF" | 1727 | 78200.26 | 45.281 | 21.611 | 6.6695 | 133.29 | + | "Unpacked - Energy" | 1727 | 34.54 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 1727 | -425219.9 | -246.22 | 3513.5 | -4149.9 | 4150.6 | + | "Unpacked - Entry Point y" | 1727 | 157459.5 | 91.175 | 667.86 | -1387.9 | 1386.8 | + | "Unpacked - Entry Point z" | 1727 |1.493756e+07 | 8649.4 | 3887.5 | 1337.2 | 11092. | + | "Unpacked - TOF" | 1727 | 78200.26 | 45.281 | 21.611 | 6.6695 | 133.29 | CheckRichOpPhot SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 1147 |-8.42471e-05 |-7.3450e-08 | 2.8370e-05 | -4.9916e-05 | 4.9933e-05 | - | "Diff. - Emission Point y" | 1147 |-0.0004012394 |-3.4982e-07 | 2.8550e-05 | -4.9943e-05 | 4.9674e-05 | - | "Diff. - Emission Point z" | 1147 |0.0007258196 | 6.3280e-07 | 2.9068e-05 | -4.9880e-05 | 4.9944e-05 | - | "Diff. - Energy" | 1147 |7.821654e-11 | 6.8192e-14 | 5.6839e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 1147 |-0.001759837 |-1.5343e-06 | 2.8289e-05 | -4.9879e-05 | 4.9772e-05 | - | "Diff. - HPD In. Point y" | 1147 |0.0009110542 | 7.9429e-07 | 2.8581e-05 | -4.9949e-05 | 4.9937e-05 | - | "Diff. - HPD In. Point z" | 1147 |-0.0003603815 |-3.1419e-07 | 2.8739e-05 | -4.9876e-05 | 4.9803e-05 | - | "Diff. - HPD QW Point x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 1147 | 3571.014 | 3.1134 | 1.8090 | 0.0025624 | 6.2809 | - | "Original - Cherenkov Theta" | 1147 | 316.6647 | 0.27608 | 0.60825 | 0.0039034 | 2.8648 | - | "Original - Emission Point x" | 1147 | -17095.92 | -14.905 | 875.92 | -3400.9 | 3855.2 | - | "Original - Emission Point y" | 1147 | -4958.637 | -4.3231 | 344.56 | -1366.0 | 1380.9 | - | "Original - Emission Point z" | 1147 | 8040546 | 7010.1 | 4350.9 | 992.45 | 11566. | - | "Original - Energy" | 1147 |0.004834197 | 4.2146e-06 | 9.8880e-07 | 1.8547e-06 | 6.5406e-06 | - | "Original - HPD In. Point x" | 1147 | -684763.3 | -597.00 | 3018.5 | -4076.8 | 4078.2 | - | "Original - HPD In. Point y" | 1147 | 23388.63 | 20.391 | 743.52 | -1229.5 | 1308.5 | - | "Original - HPD In. Point z" | 1147 | 8333419 | 7265.4 | 4476.3 | 1264.6 | 11056. | - | "Original - HPD QW Point x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 1147 | 3571.014 | 3.1134 | 1.8090 | 0.0025624 | 6.2809 | - | "Unpacked - Cherenkov Theta" | 1147 | 316.6647 | 0.27608 | 0.60825 | 0.0039034 | 2.8648 | - | "Unpacked - Emission Point x" | 1147 | -17095.92 | -14.905 | 875.92 | -3400.9 | 3855.2 | - | "Unpacked - Emission Point y" | 1147 | -4958.636 | -4.3231 | 344.56 | -1366.0 | 1380.9 | - | "Unpacked - Emission Point z" | 1147 | 8040546 | 7010.1 | 4350.9 | 992.45 | 11566. | - | "Unpacked - Energy" | 1147 |0.004834197 | 4.2146e-06 | 9.8880e-07 | 1.8547e-06 | 6.5406e-06 | - | "Unpacked - HPD In. Point x" | 1147 | -684763.3 | -597.00 | 3018.5 | -4076.8 | 4078.2 | - | "Unpacked - HPD In. Point y" | 1147 | 23388.63 | 20.391 | 743.52 | -1229.5 | 1308.5 | - | "Unpacked - HPD In. Point z" | 1147 | 8333419 | 7265.4 | 4476.3 | 1264.6 | 11056. | - | "Unpacked - HPD QW Point x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 1727 |-0.0007111999 |-4.1181e-07 | 2.8461e-05 | -4.9924e-05 | 4.9932e-05 | + | "Diff. - Emission Point y" | 1727 |0.0001738157 | 1.0065e-07 | 2.8598e-05 | -4.9952e-05 | 4.9897e-05 | + | "Diff. - Emission Point z" | 1727 |-0.00181694 |-1.0521e-06 | 2.8547e-05 | -4.9997e-05 | 4.9981e-05 | + | "Diff. - Energy" | 1727 |-2.18165e-10 |-1.2633e-13 | 5.7808e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 1727 |0.0002547834 | 1.4753e-07 | 2.9000e-05 | -4.9985e-05 | 4.9997e-05 | + | "Diff. - HPD In. Point y" | 1727 |-0.0009079479 |-5.2574e-07 | 2.8838e-05 | -4.9956e-05 | 4.9956e-05 | + | "Diff. - HPD In. Point z" | 1727 |-0.002614424 |-1.5139e-06 | 2.9183e-05 | -4.9991e-05 | 4.9992e-05 | + | "Diff. - HPD QW Point x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 1727 | 5367.907 | 3.1082 | 1.8237 | 0.0066273 | 6.2828 | + | "Original - Cherenkov Theta" | 1727 | 724.2514 | 0.41937 | 0.64918 | 0.00072572 | 2.8845 | + | "Original - Emission Point x" | 1727 | -867414.2 | -502.27 | 1606.5 | -4006.9 | 3964.2 | + | "Original - Emission Point y" | 1727 | -110952.7 | -64.246 | 300.07 | -1413.2 | 1226.5 | + | "Original - Emission Point z" | 1727 |1.443454e+07 | 8358.2 | 3788.0 | 993.73 | 11684. | + | "Original - Energy" | 1727 |0.007428075 | 4.3011e-06 | 9.9629e-07 | 1.7777e-06 | 6.8772e-06 | + | "Original - HPD In. Point x" | 1727 | -414958.4 | -240.28 | 3433.1 | -4075.1 | 4078.2 | + | "Original - HPD In. Point y" | 1727 | 136397 | 78.979 | 628.00 | -1307.5 | 1309.0 | + | "Original - HPD In. Point z" | 1727 |1.485219e+07 | 8600.0 | 3886.6 | 1266.0 | 11071. | + | "Original - HPD QW Point x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 1727 | 5367.907 | 3.1082 | 1.8237 | 0.0066273 | 6.2828 | + | "Unpacked - Cherenkov Theta" | 1727 | 724.2514 | 0.41937 | 0.64918 | 0.00072572 | 2.8845 | + | "Unpacked - Emission Point x" | 1727 | -867414.2 | -502.27 | 1606.5 | -4006.9 | 3964.2 | + | "Unpacked - Emission Point y" | 1727 | -110952.7 | -64.246 | 300.07 | -1413.2 | 1226.5 | + | "Unpacked - Emission Point z" | 1727 |1.443454e+07 | 8358.2 | 3788.0 | 993.73 | 11684. | + | "Unpacked - Energy" | 1727 |0.007428075 | 4.3011e-06 | 9.9629e-07 | 1.7777e-06 | 6.8772e-06 | + | "Unpacked - HPD In. Point x" | 1727 | -414958.4 | -240.28 | 3433.1 | -4075.1 | 4078.2 | + | "Unpacked - HPD In. Point y" | 1727 | 136397 | 78.979 | 628.00 | -1307.5 | 1309.0 | + | "Unpacked - HPD In. Point z" | 1727 |1.485219e+07 | 8600.0 | 3886.6 | 1266.0 | 11071. | + | "Unpacked - HPD QW Point x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 1727 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegments SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 87 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 125 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1269 | 1269.0 | 0.0000 | 1269.0 | 1269.0 | + | "# UnPackedData" | 1 | 1990 | 1990.0 | 0.0000 | 1990.0 | 1990.0 | CheckSpdHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1269 |-0.0008536195 |-6.7267e-07 | 2.9169e-05 | -4.9983e-05 | 4.9997e-05 | - | "Diff. - TOF" | 1269 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1269 | 595.4798 | 0.46925 | 1.0850 | 5.3601e-05 | 18.743 | - | "Original - TOF" | 1269 | 1926 | 1.5177 | 1.7008 | -1.0000 | 4.0000 | - | "Unpacked - Energy" | 1269 | 595.4807 | 0.46925 | 1.0850 | 0.00010000 | 18.743 | - | "Unpacked - TOF" | 1269 | 1926 | 1.5177 | 1.7008 | -1.0000 | 4.0000 | + | "Diff. - Energy" | 1990 |0.002586695 | 1.2998e-06 | 2.8984e-05 | -4.9985e-05 | 4.9924e-05 | + | "Diff. - TOF" | 1990 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1990 | 1122.526 | 0.56408 | 1.6671 | 1.4714e-05 | 31.896 | + | "Original - TOF" | 1990 | 3052 | 1.5337 | 1.7171 | -1.0000 | 8.0000 | + | "Unpacked - Energy" | 1990 | 1122.523 | 0.56408 | 1.6671 | 0.0000 | 31.896 | + | "Unpacked - TOF" | 1990 | 3052 | 1.5337 | 1.7171 | -1.0000 | 8.0000 | UnpackPrsHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2294 | 2294.0 | 0.0000 | 2294.0 | 2294.0 | + | "# UnPackedData" | 1 | 3032 | 3032.0 | 0.0000 | 3032.0 | 3032.0 | CheckPrsHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 2294 |-0.002257942 |-9.8428e-07 | 2.8697e-05 | -4.9890e-05 | 4.9948e-05 | - | "Diff. - TOF" | 2294 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 2294 | 2338.791 | 1.0195 | 3.9167 | 7.2904e-06 | 102.62 | - | "Original - TOF" | 2294 | 3504 | 1.5275 | 1.7059 | -1.0000 | 6.0000 | - | "Unpacked - Energy" | 2294 | 2338.794 | 1.0195 | 3.9167 | 0.0000 | 102.62 | - | "Unpacked - TOF" | 2294 | 3504 | 1.5275 | 1.7059 | -1.0000 | 6.0000 | + | "Diff. - Energy" | 3032 |0.0004345837 | 1.4333e-07 | 2.8850e-05 | -4.9954e-05 | 4.9973e-05 | + | "Diff. - TOF" | 3032 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 3032 | 3626.678 | 1.1961 | 4.8188 | 5.8911e-08 | 83.467 | + | "Original - TOF" | 3032 | 4594 | 1.5152 | 1.7032 | -1.0000 | 5.0000 | + | "Unpacked - Energy" | 3032 | 3626.678 | 1.1961 | 4.8188 | 0.0000 | 83.467 | + | "Unpacked - TOF" | 3032 | 4594 | 1.5152 | 1.7032 | -1.0000 | 5.0000 | UnpackEcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2649 | 2649.0 | 0.0000 | 2649.0 | 2649.0 | + | "# UnPackedData" | 1 | 3288 | 3288.0 | 0.0000 | 3288.0 | 3288.0 | CheckEcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 2649 |0.004655669 | 1.7575e-06 | 2.8711e-05 | -4.9989e-05 | 4.9980e-05 | - | "Diff. - TOF" | 2649 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 2649 | 46711.74 | 17.634 | 198.74 | 4.8145e-06 | 9616.9 | - | "Original - TOF" | 2649 | 308 | 0.11627 | 0.33098 | 0.0000 | 3.0000 | - | "Unpacked - Energy" | 2649 | 46711.74 | 17.634 | 198.74 | 0.0000 | 9616.9 | - | "Unpacked - TOF" | 2649 | 308 | 0.11627 | 0.33098 | 0.0000 | 3.0000 | + | "Diff. - Energy" | 3288 |-0.001674265 |-5.0920e-07 | 2.8819e-05 | -4.9967e-05 | 4.9979e-05 | + | "Diff. - TOF" | 3288 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 3288 | 51974.65 | 15.807 | 109.80 | 3.0144e-05 | 3724.3 | + | "Original - TOF" | 3288 | 392 | 0.11922 | 0.38732 | 0.0000 | 8.0000 | + | "Unpacked - Energy" | 3288 | 51974.65 | 15.807 | 109.80 | 0.0000 | 3724.3 | + | "Unpacked - TOF" | 3288 | 392 | 0.11922 | 0.38732 | 0.0000 | 8.0000 | UnpackHcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 404 | 404.00 | 0.0000 | 404.00 | 404.00 | + | "# UnPackedData" | 1 | 355 | 355.00 | 0.0000 | 355.00 | 355.00 | CheckHcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 404 |3.98129e-05 | 9.8547e-08 | 2.9180e-05 | -4.9898e-05 | 4.9825e-05 | - | "Diff. - TOF" | 404 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 404 | 4501.733 | 11.143 | 47.620 | 0.00032677 | 750.54 | - | "Original - TOF" | 404 | 68 | 0.16832 | 0.50872 | -1.0000 | 1.0000 | - | "Unpacked - Energy" | 404 | 4501.733 | 11.143 | 47.620 | 0.00030000 | 750.54 | - | "Unpacked - TOF" | 404 | 68 | 0.16832 | 0.50872 | -1.0000 | 1.0000 | + | "Diff. - Energy" | 355 |0.0005110729 | 1.4396e-06 | 2.9177e-05 | -4.9305e-05 | 4.9203e-05 | + | "Diff. - TOF" | 355 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 355 | 4559.035 | 12.842 | 57.797 | 0.00051878 | 714.40 | + | "Original - TOF" | 355 | 57 | 0.16056 | 0.48600 | -1.0000 | 2.0000 | + | "Unpacked - Energy" | 355 | 4559.034 | 12.842 | 57.797 | 0.00050000 | 714.40 | + | "Unpacked - TOF" | 355 | 57 | 0.16056 | 0.48600 | -1.0000 | 2.0000 | UnpackMuonHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 314 | 314.00 | 0.0000 | 314.00 | 314.00 | + | "# UnPackedData" | 1 | 453 | 453.00 | 0.0000 | 453.00 | 453.00 | CheckMuonHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 314 |5.280927e-06 | 1.6818e-08 | 2.8389e-07 | -4.9783e-07 | 4.9683e-07 | - | "Diff. - Displacement y" | 314 |-4.143531e-06 |-1.3196e-08 | 2.9239e-07 | -4.9988e-07 | 4.9938e-07 | - | "Diff. - Displacement z" | 314 |-3.571822e-06 |-1.1375e-08 | 2.8627e-07 | -4.9654e-07 | 4.9758e-07 | - | "Diff. - Energy" | 314 |9.639156e-06 | 3.0698e-08 | 5.8182e-07 | -9.9764e-07 | 9.9806e-07 | - | "Diff. - Entry Point x" | 314 |2.25769e-05 | 7.1901e-08 | 2.9119e-05 | -4.9819e-05 | 4.9562e-05 | - | "Diff. - Entry Point y" | 314 |0.0006766833 | 2.1550e-06 | 2.9329e-05 | -4.9456e-05 | 4.9595e-05 | - | "Diff. - Entry Point z" | 314 |-0.0005099033 |-1.6239e-06 | 2.8351e-05 | -4.9841e-05 | 4.9393e-05 | - | "Diff. - Parent |P|" | 314 |-0.07581596 |-0.00024145 | 0.0027028 | -0.0049736 | 0.0049806 | - | "Diff. - TOF" | 314 |2.212959e-05 | 7.0476e-08 | 2.9083e-06 | -4.9703e-06 | 4.9664e-06 | - | "Original - Displacement x" | 314 | -249.6612 | -0.79510 | 12.124 | -181.58 | 80.184 | - | "Original - Displacement y" | 314 | 31.02199 | 0.098796 | 3.0190 | -14.874 | 22.214 | - | "Original - Displacement z" | 314 | 1311.849 | 4.1779 | 1.9205 | -5.0081 | 5.0800 | - | "Original - Energy" | 314 | 0.6217656 | 0.0019801 | 0.0036432 | 0.00011293 | 0.043061 | - | "Original - Entry Point x" | 314 | -74251.84 | -236.47 | 1222.6 | -3359.2 | 3894.7 | - | "Original - Entry Point y" | 314 | 8596.928 | 27.379 | 823.41 | -2375.9 | 2596.4 | - | "Original - Entry Point z" | 314 | 3980092 | 12675. | 1278.7 | 11953. | 18743. | - | "Original - Parent |P|" | 314 | 745736.8 | 2375.0 | 6184.1 | 1.4548 | 39680. | - | "Original - TOF" | 314 | 13537.23 | 43.112 | 4.5272 | 39.835 | 62.570 | - | "Unpacked - Displacement x" | 314 | -249.6613 | -0.79510 | 12.124 | -181.58 | 80.184 | - | "Unpacked - Displacement y" | 314 | 31.02199 | 0.098796 | 3.0190 | -14.874 | 22.214 | - | "Unpacked - Displacement z" | 314 | 1311.849 | 4.1779 | 1.9205 | -5.0081 | 5.0800 | - | "Unpacked - Energy" | 314 | 0.621756 | 0.0019801 | 0.0036432 | 0.00011200 | 0.043062 | - | "Unpacked - Entry Point x" | 314 | -74251.84 | -236.47 | 1222.6 | -3359.2 | 3894.7 | - | "Unpacked - Entry Point y" | 314 | 8596.927 | 27.379 | 823.41 | -2375.9 | 2596.4 | - | "Unpacked - Entry Point z" | 314 | 3980092 | 12675. | 1278.7 | 11953. | 18743. | - | "Unpacked - Parent |P|" | 314 | 745736.8 | 2375.0 | 6184.1 | 1.4500 | 39680. | - | "Unpacked - TOF" | 314 | 13537.23 | 43.112 | 4.5272 | 39.835 | 62.570 | + | "Diff. - Displacement x" | 453 |-1.080222e-05 |-2.3846e-08 | 2.8354e-07 | -4.9793e-07 | 4.9695e-07 | + | "Diff. - Displacement y" | 453 |-5.939305e-06 |-1.3111e-08 | 2.9019e-07 | -4.9875e-07 | 4.9801e-07 | + | "Diff. - Displacement z" | 453 |-3.462682e-07 |-7.6439e-10 | 2.8614e-07 | -4.9806e-07 | 4.9994e-07 | + | "Diff. - Energy" | 453 |6.211343e-06 | 1.3712e-08 | 5.8521e-07 | -9.9627e-07 | 9.9765e-07 | + | "Diff. - Entry Point x" | 453 |-0.0002728691 |-6.0236e-07 | 2.9302e-05 | -4.9440e-05 | 4.9992e-05 | + | "Diff. - Entry Point y" | 453 |-0.0006191726 |-1.3668e-06 | 2.9175e-05 | -4.9765e-05 | 4.9969e-05 | + | "Diff. - Entry Point z" | 453 |0.001188281 | 2.6231e-06 | 2.8182e-05 | -4.9845e-05 | 4.9628e-05 | + | "Diff. - Parent |P|" | 453 | 0.07536659 | 0.00016637 | 0.0027544 | -0.0049811 | 0.0049468 | + | "Diff. - TOF" | 453 |-3.686653e-05 |-8.1383e-08 | 2.9703e-06 | -4.9662e-06 | 4.9942e-06 | + | "Original - Displacement x" | 453 | -455.3303 | -1.0051 | 7.0219 | -99.623 | 11.285 | + | "Original - Displacement y" | 453 | -242.6855 | -0.53573 | 5.3157 | -78.784 | 48.793 | + | "Original - Displacement z" | 453 | 1686.665 | 3.7233 | 2.5713 | -5.2837 | 5.0308 | + | "Original - Energy" | 453 | 1.170506 | 0.0025839 | 0.0046952 | 9.9551e-05 | 0.057777 | + | "Original - Entry Point x" | 453 | -101130.7 | -223.25 | 1221.6 | -3510.6 | 3457.9 | + | "Original - Entry Point y" | 453 | -96034.87 | -212.00 | 792.27 | -2718.6 | 2173.6 | + | "Original - Entry Point z" | 453 | 5745581 | 12683. | 1697.1 | 11955. | 19035. | + | "Original - Parent |P|" | 453 | 885914.5 | 1955.7 | 5683.0 | 1.5608 | 51395. | + | "Original - TOF" | 453 | 19945.45 | 44.030 | 6.9855 | 39.873 | 72.423 | + | "Unpacked - Displacement x" | 453 | -455.3303 | -1.0051 | 7.0219 | -99.623 | 11.285 | + | "Unpacked - Displacement y" | 453 | -242.6855 | -0.53573 | 5.3157 | -78.784 | 48.793 | + | "Unpacked - Displacement z" | 453 | 1686.665 | 3.7233 | 2.5713 | -5.2837 | 5.0308 | + | "Unpacked - Energy" | 453 | 1.1705 | 0.0025839 | 0.0046952 | 0.00010000 | 0.057776 | + | "Unpacked - Entry Point x" | 453 | -101130.7 | -223.25 | 1221.6 | -3510.6 | 3457.9 | + | "Unpacked - Entry Point y" | 453 | -96034.87 | -212.00 | 792.27 | -2718.6 | 2173.6 | + | "Unpacked - Entry Point z" | 453 | 5745581 | 12683. | 1697.1 | 11955. | 19035. | + | "Unpacked - Parent |P|" | 453 | 885914.4 | 1955.7 | 5683.0 | 1.5600 | 51395. | + | "Unpacked - TOF" | 453 | 19945.45 | 44.030 | 6.9855 | 39.873 | 72.423 | SimMonitor DEBUG Finalize base class GaudiAlgorithm SimMonitor DEBUG Tools to release : SimMonitor DEBUG Services to release : @@ -8815,14 +8821,14 @@ MuonHitCheckerPrevPrev INFO ------------------------------------------------ MuonHitCheckerPrevPrev INFO Muon Monitoring Table MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrevPrev INFO M1 M2 M3 M4 M5 -MuonHitCheckerPrevPrev INFO 53.000 3.000 6.000 0.000 1.000 R1 -MuonHitCheckerPrevPrev INFO 109.000 34.000 1.000 0.000 0.000 R2 -MuonHitCheckerPrevPrev INFO 49.000 1.000 3.000 0.000 0.000 R3 -MuonHitCheckerPrevPrev INFO 54.000 0.000 0.000 0.000 0.000 R4 +MuonHitCheckerPrevPrev INFO 90.000 0.000 8.000 2.000 16.000 R1 +MuonHitCheckerPrevPrev INFO 173.000 4.000 0.000 0.000 4.000 R2 +MuonHitCheckerPrevPrev INFO 77.000 0.000 0.000 0.000 5.000 R3 +MuonHitCheckerPrevPrev INFO 70.000 4.000 0.000 0.000 0.000 R4 MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrevPrev INFO ------- Integrated over regions --------------------------- MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- -MuonHitCheckerPrevPrev INFO 265.000 38.000 10.000 0.000 1.000 allR +MuonHitCheckerPrevPrev INFO 410.000 8.000 8.000 2.000 25.000 allR MuonHitCheckerPrevPrev INFO number of hits generated outside gaps volume 0 UnpackPuVetoHitsPrevPrevSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | @@ -8995,14 +9001,14 @@ MuonHitCheckerPrev INFO ------------------------------------------------ MuonHitCheckerPrev INFO Muon Monitoring Table MuonHitCheckerPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrev INFO M1 M2 M3 M4 M5 -MuonHitCheckerPrev INFO 53.000 3.000 6.000 0.000 1.000 R1 -MuonHitCheckerPrev INFO 109.000 34.000 1.000 0.000 0.000 R2 -MuonHitCheckerPrev INFO 49.000 1.000 3.000 0.000 0.000 R3 -MuonHitCheckerPrev INFO 54.000 0.000 0.000 0.000 0.000 R4 +MuonHitCheckerPrev INFO 90.000 0.000 8.000 2.000 16.000 R1 +MuonHitCheckerPrev INFO 173.000 4.000 0.000 0.000 4.000 R2 +MuonHitCheckerPrev INFO 77.000 0.000 0.000 0.000 5.000 R3 +MuonHitCheckerPrev INFO 70.000 4.000 0.000 0.000 0.000 R4 MuonHitCheckerPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrev INFO ------- Integrated over regions --------------------------- MuonHitCheckerPrev INFO ----------------------------------------------------------------- -MuonHitCheckerPrev INFO 265.000 38.000 10.000 0.000 1.000 allR +MuonHitCheckerPrev INFO 410.000 8.000 8.000 2.000 25.000 allR MuonHitCheckerPrev INFO number of hits generated outside gaps volume 0 UnpackPuVetoHitsPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | @@ -9050,26 +9056,26 @@ NextEventGaussSim SUCCESS ================================================ NextEventGaussSim SUCCESS 1 events processed NextEventGaussSim SUCCESS ================================================================== GetRichHitsNext INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsNext INFO Av. # MCRichHits : Rich1 = 578.00 +-24.04 (100.00 +-0.00%) Rich2 = 799.00 +-28.27 (100.00 +-0.00%) -GetRichHitsNext INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Signal Hits : Rich1 = 436.00 +-20.88 ( 75.43 +-1.79%) Rich2 = 302.00 +-17.38 ( 37.80 +-1.72%) -GetRichHitsNext INFO Av. # Gas Quartz CK hits : Rich1 = 18.00 +- 4.24 ( 3.11 +-0.72%) Rich2 = 20.00 +- 4.47 ( 2.50 +-0.55%) -GetRichHitsNext INFO Av. # HPD Quartz CK hits : Rich1 = 103.00 +-10.15 ( 17.82 +-1.59%) Rich2 = 261.00 +-16.16 ( 32.67 +-1.66%) -GetRichHitsNext INFO Av. # Nitrogen CK hits : Rich1 = 1.00 +- 1.00 ( 0.17 +-0.17%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsNext INFO Av. # MCRichHits : Rich1 = 689.00 +-26.25 (100.00 +-0.00%) Rich2 = 900.00 +-30.00 (100.00 +-0.00%) +GetRichHitsNext INFO Av. # Invalid radiator hits : Rich1 = 1.00 +- 1.00 ( 0.15 +-0.15%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsNext INFO Av. # Signal Hits : Rich1 = 263.00 +-16.22 ( 38.17 +-1.85%) Rich2 = 339.00 +-18.41 ( 37.67 +-1.62%) +GetRichHitsNext INFO Av. # Gas Quartz CK hits : Rich1 = 58.00 +- 7.62 ( 8.42 +-1.06%) Rich2 = 36.00 +- 6.00 ( 4.00 +-0.65%) +GetRichHitsNext INFO Av. # HPD Quartz CK hits : Rich1 = 351.00 +-18.73 ( 50.94 +-1.90%) Rich2 = 263.00 +-16.22 ( 29.22 +-1.52%) +GetRichHitsNext INFO Av. # Nitrogen CK hits : Rich1 = 5.00 +- 2.24 ( 0.73 +-0.32%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 213.00 +-14.59 ( 26.66 +-1.56%) -GetRichHitsNext INFO Av. # All HPD reflection hits : Rich1 = 27.00 +- 5.20 ( 4.67 +-0.88%) Rich2 = 91.00 +- 9.54 ( 11.39 +-1.12%) -GetRichHitsNext INFO Av. # QW/PC refl. hits : Rich1 = 24.00 +- 4.90 ( 4.15 +-0.83%) Rich2 = 71.00 +- 8.43 ( 8.89 +-1.01%) +GetRichHitsNext INFO Av. # Charged Track hits : Rich1 = 1.00 +- 1.00 ( 0.15 +-0.15%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 247.00 +-15.72 ( 27.44 +-1.49%) +GetRichHitsNext INFO Av. # All HPD reflection hits : Rich1 = 103.00 +-10.15 ( 14.95 +-1.36%) Rich2 = 78.00 +- 8.83 ( 8.67 +-0.94%) +GetRichHitsNext INFO Av. # QW/PC refl. hits : Rich1 = 88.00 +- 9.38 ( 12.77 +-1.27%) Rich2 = 59.00 +- 7.68 ( 6.56 +-0.83%) GetRichHitsNext INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Air/QW refl. hits : Rich1 = 12.00 +- 3.46 ( 2.08 +-0.59%) Rich2 = 42.00 +- 6.48 ( 5.26 +-0.79%) +GetRichHitsNext INFO Av. # Air/QW refl. hits : Rich1 = 34.00 +- 5.83 ( 4.93 +-0.83%) Rich2 = 27.00 +- 5.20 ( 3.00 +-0.57%) GetRichHitsNext INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 436.00 +-20.88 ( 75.43 +-1.79%) Rich2Gas = 302.00 +-17.38 ( 37.80 +-1.72%) +GetRichHitsNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 263.00 +-16.22 ( 38.17 +-1.85%) Rich2Gas = 339.00 +-18.41 ( 37.67 +-1.62%) GetRichHitsNext INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Aero hits per tile : @@ -9089,98 +9095,98 @@ GetRichHitsNext INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHitsNext INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHitsNext INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHitsNext INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 456.00 +- 21.35 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 518.00 +- 22.76 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 38.00 +- 6.16 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 364.00 +- 19.08 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Nitrogen = 1.00 +- 1.00 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : Rich1Gas = 19.00 +- 4.36 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : Rich2Gas = 63.00 +- 7.94 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : GasQuartzWin = 7.00 +- 2.65 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : HPDQuartzWin = 4.00 +- 2.00 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : Nitrogen = 1.00 +- 1.00 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 274.00 +- 16.55 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 601.00 +- 24.52 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 94.00 +- 9.70 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 614.00 +- 24.78 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Nitrogen = 5.00 +- 2.24 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : Rich1Gas = 18.00 +- 4.24 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : Rich2Gas = 71.00 +- 8.43 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : GasQuartzWin = 16.00 +- 4.00 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : HPDQuartzWin = 5.00 +- 2.24 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : Nitrogen = 3.00 +- 1.73 / event GetRichTracksNext INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVeloHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 680 | 680.00 | 0.0000 | 680.00 | 680.00 | + | "# PackedData" | 1 | 592 | 592.00 | 0.0000 | 592.00 | 592.00 | MCPuVetoHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 36 | 36.000 | 0.0000 | 36.000 | 36.000 | + | "# PackedData" | 1 | 41 | 41.000 | 0.0000 | 41.000 | 41.000 | MCTTHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 179 | 179.00 | 0.0000 | 179.00 | 179.00 | + | "# PackedData" | 1 | 180 | 180.00 | 0.0000 | 180.00 | 180.00 | MCITHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 82 | 82.000 | 0.0000 | 82.000 | 82.000 | + | "# PackedData" | 1 | 184 | 184.00 | 0.0000 | 184.00 | 184.00 | MCOTHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 491 | 491.00 | 0.0000 | 491.00 | 491.00 | + | "# PackedData" | 1 | 592 | 592.00 | 0.0000 | 592.00 | 592.00 | MCMuonHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 223 | 223.00 | 0.0000 | 223.00 | 223.00 | + | "# PackedData" | 1 | 284 | 284.00 | 0.0000 | 284.00 | 284.00 | MCPrsHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1376 | 1376.0 | 0.0000 | 1376.0 | 1376.0 | + | "# PackedData" | 1 | 1538 | 1538.0 | 0.0000 | 1538.0 | 1538.0 | MCSpdHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1016 | 1016.0 | 0.0000 | 1016.0 | 1016.0 | + | "# PackedData" | 1 | 891 | 891.00 | 0.0000 | 891.00 | 891.00 | MCEcalHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1675 | 1675.0 | 0.0000 | 1675.0 | 1675.0 | + | "# PackedData" | 1 | 1517 | 1517.0 | 0.0000 | 1517.0 | 1517.0 | MCHcalHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 174 | 174.00 | 0.0000 | 174.00 | 174.00 | + | "# PackedData" | 1 | 240 | 240.00 | 0.0000 | 240.00 | 240.00 | MCRichHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1377 | 1377.0 | 0.0000 | 1377.0 | 1377.0 | + | "# PackedData" | 1 | 1589 | 1589.0 | 0.0000 | 1589.0 | 1589.0 | MCRichOpPhotPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1377 | 1377.0 | 0.0000 | 1377.0 | 1377.0 | + | "# PackedData" | 1 | 1588 | 1588.0 | 0.0000 | 1588.0 | 1588.0 | MCRichSegmentPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 94 | 94.000 | 0.0000 | 94.000 | 94.000 | + | "# PackedData" | 1 | 113 | 113.00 | 0.0000 | 113.00 | 113.00 | MCRichTrackPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 81 | 81.000 | 0.0000 | 81.000 | 81.000 | + | "# PackedData" | 1 | 92 | 92.000 | 0.0000 | 92.000 | 92.000 | VeloGaussMoniNext INFO ------------------------------------------------------ VeloGaussMoniNext INFO - VeloGaussMoni table - VeloGaussMoniNext INFO ------------------------------------------------------ -VeloGaussMoniNext INFO | Number of MCHits/Event: 680+/-0 -VeloGaussMoniNext INFO | Number of PileUpMCHits/Event: 36+/-0 +VeloGaussMoniNext INFO | Number of MCHits/Event: 592+/-0 +VeloGaussMoniNext INFO | Number of PileUpMCHits/Event: 41+/-0 VeloGaussMoniNext INFO ------------------------------------------------------ TTHitMonitorNext INFO *** Summary *** -TTHitMonitorNext INFO #hits per event: 179 -TTHitMonitorNext INFO Mean beta * gamma: 242.496 -TTHitMonitorNext INFO Most Probable deposited charge: 0.147546 -TTHitMonitorNext INFO Half Sample width 0.0440316 +TTHitMonitorNext INFO #hits per event: 180 +TTHitMonitorNext INFO Mean beta * gamma: 128.476 +TTHitMonitorNext INFO Most Probable deposited charge: 0.14715 +TTHitMonitorNext INFO Half Sample width 0.0342739 TTHitMonitorNext SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitorNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 11 | 11 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 179 | 43406.79 | 242.50 | 762.21 | 0.37826 | 3357.1 | - | "numberHits" | 1 | 179 | 179.00 | 0.0000 | 179.00 | 179.00 | + | "DeltaRay" | 9 | 9 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 180 | 23125.71 | 128.48 | 450.86 | 0.28231 | 2894.6 | + | "numberHits" | 1 | 180 | 180.00 | 0.0000 | 180.00 | 180.00 | ITHitMonitorNext INFO *** Summary *** -ITHitMonitorNext INFO #hits per event: 82 -ITHitMonitorNext INFO Mean beta * gamma: 177.163 -ITHitMonitorNext INFO Most Probable deposited charge: 0.120251 -ITHitMonitorNext INFO Half Sample width 0.0428293 +ITHitMonitorNext INFO #hits per event: 184 +ITHitMonitorNext INFO Mean beta * gamma: 1775.97 +ITHitMonitorNext INFO Most Probable deposited charge: 0.135145 +ITHitMonitorNext INFO Half Sample width 0.0414476 ITHitMonitorNext SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitorNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 4 | 4 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 82 | 14527.41 | 177.16 | 247.56 | 0.23824 | 684.49 | - | "numberHits" | 1 | 82 | 82.000 | 0.0000 | 82.000 | 82.000 | + | "DeltaRay" | 2 | 2 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 184 | 326778.1 | 1776.0 | 2716.7 | 0.30712 | 9869.0 | + | "numberHits" | 1 | 184 | 184.00 | 0.0000 | 184.00 | 184.00 | OTHitMonitorNext INFO *** Summary *** -OTHitMonitorNext INFO #hits per event: 491 -OTHitMonitorNext INFO Mean beta * gamma: 261.575 -OTHitMonitorNext INFO Most Probable deposited charge: 0.197977 -OTHitMonitorNext INFO Half Sample width 0.0770867 +OTHitMonitorNext INFO #hits per event: 592 +OTHitMonitorNext INFO Mean beta * gamma: 422.321 +OTHitMonitorNext INFO Most Probable deposited charge: 0.195895 +OTHitMonitorNext INFO Half Sample width 0.0717984 OTHitMonitorNext SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitorNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 25 | 25 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 491 | 128433.1 | 261.57 | 799.02 | 0.0043094 | 3677.9 | - | "numberHits" | 1 | 491 | 491.00 | 0.0000 | 491.00 | 491.00 | + | "DeltaRay" | 47 | 47 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 592 | 250014.1 | 422.32 | 1503.8 | 0.0038595 | 9869.0 | + | "numberHits" | 1 | 592 | 592.00 | 0.0000 | 592.00 | 592.00 | SpdMonitorNext SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitorNext SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitorNext SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -9189,398 +9195,398 @@ MuonHitCheckerNext INFO ------------------------------------------------ MuonHitCheckerNext INFO Muon Monitoring Table MuonHitCheckerNext INFO ----------------------------------------------------------------- MuonHitCheckerNext INFO M1 M2 M3 M4 M5 -MuonHitCheckerNext INFO 53.000 3.000 6.000 0.000 1.000 R1 -MuonHitCheckerNext INFO 109.000 34.000 1.000 0.000 0.000 R2 -MuonHitCheckerNext INFO 49.000 1.000 3.000 0.000 0.000 R3 -MuonHitCheckerNext INFO 54.000 0.000 0.000 0.000 0.000 R4 +MuonHitCheckerNext INFO 90.000 0.000 8.000 2.000 16.000 R1 +MuonHitCheckerNext INFO 173.000 4.000 0.000 0.000 4.000 R2 +MuonHitCheckerNext INFO 77.000 0.000 0.000 0.000 5.000 R3 +MuonHitCheckerNext INFO 70.000 4.000 0.000 0.000 0.000 R4 MuonHitCheckerNext INFO ----------------------------------------------------------------- MuonHitCheckerNext INFO ------- Integrated over regions --------------------------- MuonHitCheckerNext INFO ----------------------------------------------------------------- -MuonHitCheckerNext INFO 265.000 38.000 10.000 0.000 1.000 allR +MuonHitCheckerNext INFO 410.000 8.000 8.000 2.000 25.000 allR MuonHitCheckerNext INFO number of hits generated outside gaps volume 0 UnpackPuVetoHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 36 | 36.000 | 0.0000 | 36.000 | 36.000 | + | "# UnPackedData" | 1 | 41 | 41.000 | 0.0000 | 41.000 | 41.000 | CheckPuVetoHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 36 |-3.230344e-06 |-8.9732e-08 | 2.8125e-07 | -4.9135e-07 | 4.8311e-07 | - | "Diff. - Displacement y" | 36 |-2.184173e-06 |-6.0671e-08 | 2.7269e-07 | -4.7009e-07 | 4.6631e-07 | - | "Diff. - Displacement z" | 36 |-1.202436e-06 |-3.3401e-08 | 2.7178e-07 | -4.6468e-07 | 4.8237e-07 | - | "Diff. - Energy" | 36 |2.075128e-06 | 5.7642e-08 | 5.8207e-07 | -9.9765e-07 | 9.7094e-07 | - | "Diff. - Entry Point x" | 36 |-0.000305805 |-8.4946e-06 | 2.9329e-05 | -4.9688e-05 | 4.6249e-05 | - | "Diff. - Entry Point y" | 36 |-0.0003884444 |-1.0790e-05 | 2.8277e-05 | -4.8946e-05 | 4.6601e-05 | - | "Diff. - Entry Point z" | 36 |3.23806e-05 | 8.9946e-07 | 2.7608e-05 | -4.7941e-05 | 4.8734e-05 | - | "Diff. - Parent |P|" | 36 | 0.01500957 | 0.00041693 | 0.0033657 | -0.0049256 | 0.0049802 | - | "Diff. - TOF" | 36 |4.28289e-05 | 1.1897e-06 | 2.7678e-06 | -4.0659e-06 | 4.8662e-06 | - | "Original - Displacement x" | 36 | 0.1391538 | 0.0038654 | 0.021689 | -0.027249 | 0.10441 | - | "Original - Displacement y" | 36 |-0.01706818 |-0.00047412 | 0.015659 | -0.034457 | 0.024211 | - | "Original - Displacement z" | 36 | -10.79859 | -0.29996 | 0.00014055 | -0.30015 | -0.29933 | - | "Original - Energy" | 36 | 4.087524 | 0.11354 | 0.062633 | 0.063006 | 0.41737 | - | "Original - Entry Point x" | 36 | 88.43639 | 2.4566 | 12.279 | -26.127 | 26.906 | - | "Original - Entry Point y" | 36 | -24.62769 | -0.68410 | 14.067 | -35.898 | 25.085 | - | "Original - Entry Point z" | 36 | -9714.81 | -269.86 | 41.560 | -315.88 | -218.98 | - | "Original - Parent |P|" | 36 | 405797 | 11272. | 9066.7 | 4.0651 | 37442. | - | "Original - TOF" | 36 | 32.13408 | 0.89261 | 0.14226 | 0.71836 | 1.1257 | - | "Unpacked - Displacement x" | 36 | 0.139157 | 0.0038655 | 0.021689 | -0.027249 | 0.10441 | - | "Unpacked - Displacement y" | 36 | -0.017066 |-0.00047406 | 0.015659 | -0.034457 | 0.024211 | - | "Unpacked - Displacement z" | 36 | -10.79859 | -0.29996 | 0.00014058 | -0.30015 | -0.29933 | - | "Unpacked - Energy" | 36 | 4.087522 | 0.11354 | 0.062633 | 0.063006 | 0.41737 | - | "Unpacked - Entry Point x" | 36 | 88.4367 | 2.4566 | 12.279 | -26.127 | 26.906 | - | "Unpacked - Entry Point y" | 36 | -24.6273 | -0.68409 | 14.067 | -35.898 | 25.085 | - | "Unpacked - Entry Point z" | 36 | -9714.81 | -269.86 | 41.560 | -315.88 | -218.98 | - | "Unpacked - Parent |P|" | 36 | 405797 | 11272. | 9066.7 | 4.0700 | 37442. | - | "Unpacked - TOF" | 36 | 32.13404 | 0.89261 | 0.14226 | 0.71836 | 1.1257 | + | "Diff. - Displacement x" | 41 |6.100996e-08 | 1.4880e-09 | 2.9722e-07 | -4.7324e-07 | 4.8469e-07 | + | "Diff. - Displacement y" | 41 | 1.3517e-06 | 3.2968e-08 | 2.7388e-07 | -4.5286e-07 | 4.3085e-07 | + | "Diff. - Displacement z" | 41 |4.381642e-06 | 1.0687e-07 | 2.8435e-07 | -4.8465e-07 | 4.5583e-07 | + | "Diff. - Energy" | 41 |-6.216938e-06 |-1.5163e-07 | 6.0770e-07 | -9.7200e-07 | 9.5771e-07 | + | "Diff. - Entry Point x" | 41 |5.169247e-05 | 1.2608e-06 | 2.7928e-05 | -4.5866e-05 | 4.6375e-05 | + | "Diff. - Entry Point y" | 41 |-6.123139e-05 |-1.4934e-06 | 3.0827e-05 | -4.9087e-05 | 4.7875e-05 | + | "Diff. - Entry Point z" | 41 |-2.786103e-05 |-6.7954e-07 | 2.8214e-05 | -4.6481e-05 | 4.9992e-05 | + | "Diff. - Parent |P|" | 41 |-0.004143426 |-0.00010106 | 0.0024846 | -0.0049288 | 0.0043999 | + | "Diff. - TOF" | 41 |1.89739e-05 | 4.6278e-07 | 2.8337e-06 | -4.9701e-06 | 4.9859e-06 | + | "Original - Displacement x" | 41 |-0.03529694 |-0.00086090 | 0.013421 | -0.027399 | 0.025204 | + | "Original - Displacement y" | 41 |-0.03677965 |-0.00089706 | 0.017906 | -0.061598 | 0.024752 | + | "Original - Displacement z" | 41 | -12.29915 | -0.29998 | 8.9573e-05 | -0.30015 | -0.29970 | + | "Original - Energy" | 41 | 4.21106 | 0.10271 | 0.028419 | 0.062823 | 0.21304 | + | "Original - Entry Point x" | 41 | 42.74215 | 1.0425 | 11.336 | -26.092 | 26.941 | + | "Original - Entry Point y" | 41 | -15.54136 | -0.37906 | 15.138 | -41.484 | 25.061 | + | "Original - Entry Point z" | 41 | -11151.57 | -271.99 | 41.188 | -315.89 | -218.96 | + | "Original - Parent |P|" | 41 | 403843.2 | 9849.8 | 9157.1 | 101.41 | 37442. | + | "Original - TOF" | 41 | 36.79586 | 0.89746 | 0.13725 | 0.71836 | 1.0492 | + | "Unpacked - Displacement x" | 41 | -0.035297 |-0.00086090 | 0.013421 | -0.027399 | 0.025204 | + | "Unpacked - Displacement y" | 41 | -0.036781 |-0.00089710 | 0.017906 | -0.061598 | 0.024752 | + | "Unpacked - Displacement z" | 41 | -12.29915 | -0.29998 | 8.9562e-05 | -0.30015 | -0.29970 | + | "Unpacked - Energy" | 41 | 4.211066 | 0.10271 | 0.028419 | 0.062824 | 0.21304 | + | "Unpacked - Entry Point x" | 41 | 42.7421 | 1.0425 | 11.336 | -26.092 | 26.941 | + | "Unpacked - Entry Point y" | 41 | -15.5413 | -0.37906 | 15.138 | -41.484 | 25.061 | + | "Unpacked - Entry Point z" | 41 | -11151.57 | -271.99 | 41.188 | -315.89 | -218.96 | + | "Unpacked - Parent |P|" | 41 | 403843.2 | 9849.8 | 9157.1 | 101.41 | 37442. | + | "Unpacked - TOF" | 41 | 36.79584 | 0.89746 | 0.13725 | 0.71836 | 1.0492 | UnpackVeloHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 680 | 680.00 | 0.0000 | 680.00 | 680.00 | + | "# UnPackedData" | 1 | 592 | 592.00 | 0.0000 | 592.00 | 592.00 | CheckVeloHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 680 |-1.011869e-05 |-1.4880e-08 | 2.8750e-07 | -4.9925e-07 | 4.9979e-07 | - | "Diff. - Displacement y" | 680 |1.346545e-05 | 1.9802e-08 | 2.8940e-07 | -4.9957e-07 | 4.9697e-07 | - | "Diff. - Displacement z" | 680 |9.359077e-06 | 1.3763e-08 | 2.9320e-07 | -4.9859e-07 | 4.9598e-07 | - | "Diff. - Energy" | 680 | 8.5158e-06 | 1.2523e-08 | 5.8620e-07 | -9.9471e-07 | 9.9624e-07 | - | "Diff. - Entry Point x" | 680 |0.0007168403 | 1.0542e-06 | 2.8368e-05 | -4.9721e-05 | 4.9787e-05 | - | "Diff. - Entry Point y" | 680 |-0.0008197613 |-1.2055e-06 | 2.8328e-05 | -4.9976e-05 | 4.9603e-05 | - | "Diff. - Entry Point z" | 680 |-0.0009648198 |-1.4189e-06 | 2.8758e-05 | -4.9926e-05 | 4.9111e-05 | - | "Diff. - Parent |P|" | 680 | 0.01366485 | 2.0095e-05 | 0.0028319 | -0.0049519 | 0.0049845 | - | "Diff. - TOF" | 680 |-4.216002e-05 |-6.2000e-08 | 2.8575e-06 | -4.9864e-06 | 4.9743e-06 | - | "Original - Displacement x" | 680 | -0.3207451 |-0.00047168 | 0.087866 | -1.1957 | 0.57755 | - | "Original - Displacement y" | 680 | 3.15879 | 0.0046453 | 0.087696 | -0.34166 | 1.5997 | - | "Original - Displacement z" | 680 | 141.1393 | 0.20756 | 0.20808 | -0.30217 | 0.30055 | - | "Original - Energy" | 680 | 93.66777 | 0.13775 | 0.25796 | 0.0035634 | 3.6319 | - | "Original - Entry Point x" | 680 | -328.8821 | -0.48365 | 15.911 | -41.752 | 44.058 | - | "Original - Entry Point y" | 680 | 239.4666 | 0.35216 | 18.460 | -42.889 | 43.709 | - | "Original - Entry Point z" | 680 | 144913.6 | 213.11 | 227.24 | -175.79 | 750.97 | - | "Original - Parent |P|" | 680 | 3289778 | 4837.9 | 9141.0 | 2.2671 | 79838. | - | "Original - TOF" | 680 | 562.0455 | 0.82654 | 0.65681 | 0.033825 | 2.5242 | - | "Unpacked - Displacement x" | 680 | -0.320735 |-0.00047167 | 0.087866 | -1.1957 | 0.57755 | - | "Unpacked - Displacement y" | 680 | 3.158777 | 0.0046453 | 0.087696 | -0.34166 | 1.5997 | - | "Unpacked - Displacement z" | 680 | 141.1393 | 0.20756 | 0.20808 | -0.30217 | 0.30055 | - | "Unpacked - Energy" | 680 | 93.66777 | 0.13775 | 0.25796 | 0.0035640 | 3.6319 | - | "Unpacked - Entry Point x" | 680 | -328.8828 | -0.48365 | 15.911 | -41.752 | 44.058 | - | "Unpacked - Entry Point y" | 680 | 239.4674 | 0.35216 | 18.460 | -42.889 | 43.709 | - | "Unpacked - Entry Point z" | 680 | 144913.6 | 213.11 | 227.24 | -175.79 | 750.97 | - | "Unpacked - Parent |P|" | 680 | 3289778 | 4837.9 | 9141.0 | 2.2700 | 79838. | - | "Unpacked - TOF" | 680 | 562.0456 | 0.82654 | 0.65681 | 0.033830 | 2.5242 | + | "Diff. - Displacement x" | 592 |2.037474e-06 | 3.4417e-09 | 2.9151e-07 | -4.9867e-07 | 4.9750e-07 | + | "Diff. - Displacement y" | 592 |6.02631e-06 | 1.0180e-08 | 2.8929e-07 | -4.9699e-07 | 4.9954e-07 | + | "Diff. - Displacement z" | 592 |-3.364285e-06 |-5.6829e-09 | 2.8817e-07 | -4.9467e-07 | 4.9911e-07 | + | "Diff. - Energy" | 592 |1.073945e-05 | 1.8141e-08 | 5.7031e-07 | -9.9668e-07 | 9.9552e-07 | + | "Diff. - Entry Point x" | 592 |-0.0006414371 |-1.0835e-06 | 2.9314e-05 | -4.9833e-05 | 4.9939e-05 | + | "Diff. - Entry Point y" | 592 |1.652018e-05 | 2.7906e-08 | 2.9982e-05 | -4.9972e-05 | 4.9966e-05 | + | "Diff. - Entry Point z" | 592 |5.012068e-05 | 8.4663e-08 | 2.9409e-05 | -4.9979e-05 | 4.9956e-05 | + | "Diff. - Parent |P|" | 592 | -0.1519133 |-0.00025661 | 0.0028472 | -0.0049856 | 0.0049853 | + | "Diff. - TOF" | 592 |3.44021e-05 | 5.8112e-08 | 2.9094e-06 | -4.9976e-06 | 4.9908e-06 | + | "Original - Displacement x" | 592 | -1.253469 | -0.0021173 | 0.092574 | -1.1770 | 0.33373 | + | "Original - Displacement y" | 592 | 4.5973 | 0.0077657 | 0.093531 | -0.34224 | 1.5838 | + | "Original - Displacement z" | 592 | 115.2375 | 0.19466 | 0.22516 | -0.30217 | 0.30153 | + | "Original - Energy" | 592 | 71.17131 | 0.12022 | 0.10905 | 0.0014030 | 1.5843 | + | "Original - Entry Point x" | 592 | -180.5149 | -0.30492 | 16.075 | -41.897 | 43.950 | + | "Original - Entry Point y" | 592 | -1271.897 | -2.1485 | 17.408 | -42.916 | 43.562 | + | "Original - Entry Point z" | 592 | 119857.5 | 202.46 | 238.51 | -175.79 | 750.97 | + | "Original - Parent |P|" | 592 | 3201166 | 5407.4 | 9583.8 | 1.9582 | 79837. | + | "Original - TOF" | 592 | 485.6602 | 0.82037 | 0.67362 | 0.033822 | 2.5718 | + | "Unpacked - Displacement x" | 592 | -1.253471 | -0.0021173 | 0.092574 | -1.1770 | 0.33373 | + | "Unpacked - Displacement y" | 592 | 4.597294 | 0.0077657 | 0.093531 | -0.34224 | 1.5838 | + | "Unpacked - Displacement z" | 592 | 115.2375 | 0.19466 | 0.22516 | -0.30217 | 0.30153 | + | "Unpacked - Energy" | 592 | 71.1713 | 0.12022 | 0.10905 | 0.0014020 | 1.5843 | + | "Unpacked - Entry Point x" | 592 | -180.5143 | -0.30492 | 16.075 | -41.897 | 43.950 | + | "Unpacked - Entry Point y" | 592 | -1271.897 | -2.1485 | 17.408 | -42.916 | 43.562 | + | "Unpacked - Entry Point z" | 592 | 119857.5 | 202.46 | 238.51 | -175.79 | 750.97 | + | "Unpacked - Parent |P|" | 592 | 3201166 | 5407.4 | 9583.8 | 1.9600 | 79837. | + | "Unpacked - TOF" | 592 | 485.6602 | 0.82037 | 0.67362 | 0.033820 | 2.5718 | UnpackTTHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 179 | 179.00 | 0.0000 | 179.00 | 179.00 | + | "# UnPackedData" | 1 | 180 | 180.00 | 0.0000 | 180.00 | 180.00 | CheckTTHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 179 |2.413565e-06 | 1.3484e-08 | 2.7386e-07 | -4.9377e-07 | 4.8446e-07 | - | "Diff. - Displacement y" | 179 |-1.082001e-06 |-6.0447e-09 | 2.7644e-07 | -4.9934e-07 | 4.9298e-07 | - | "Diff. - Displacement z" | 179 |1.84143e-08 | 1.0287e-10 | 4.8561e-08 | -3.2324e-07 | 3.2324e-07 | - | "Diff. - Energy" | 179 |1.830595e-05 | 1.0227e-07 | 6.0543e-07 | -9.9665e-07 | 9.8968e-07 | - | "Diff. - Entry Point x" | 179 |-0.0001078027 |-6.0225e-07 | 2.9530e-05 | -4.9292e-05 | 4.9594e-05 | - | "Diff. - Entry Point y" | 179 |0.0004701355 | 2.6265e-06 | 2.8481e-05 | -4.9028e-05 | 4.9907e-05 | - | "Diff. - Entry Point z" | 179 |-1.822776e-05 |-1.0183e-07 | 5.3139e-06 | -3.0923e-05 | 3.7179e-05 | - | "Diff. - Parent |P|" | 179 | 0.06878068 | 0.00038425 | 0.0028734 | -0.0048015 | 0.0049982 | - | "Diff. - TOF" | 179 |-0.0001022622 |-5.7130e-07 | 2.7921e-06 | -4.9013e-06 | 4.7241e-06 | - | "Original - Displacement x" | 179 | -1.394791 | -0.0077921 | 0.13498 | -0.34478 | 0.73719 | - | "Original - Displacement y" | 179 | 3.911808 | 0.021854 | 0.12155 | -0.19424 | 1.0688 | - | "Original - Displacement z" | 179 | 79.86397 | 0.44617 | 0.20187 | -0.50000 | 0.50000 | - | "Original - Energy" | 179 | 39.09873 | 0.21843 | 0.19440 | 0.013386 | 1.4314 | - | "Original - Entry Point x" | 179 | -14062.85 | -78.563 | 276.93 | -723.06 | 713.40 | - | "Original - Entry Point y" | 179 | 3018.237 | 16.862 | 279.45 | -658.39 | 658.60 | - | "Original - Entry Point z" | 179 | 445145.9 | 2486.8 | 135.62 | 2322.0 | 2647.5 | - | "Original - Parent |P|" | 179 | 565269.2 | 3157.9 | 5613.6 | 1.4983 | 31281. | - | "Original - TOF" | 179 | 1600.984 | 8.9440 | 2.3578 | 7.7593 | 24.401 | - | "Unpacked - Displacement x" | 179 | -1.394793 | -0.0077921 | 0.13498 | -0.34478 | 0.73719 | - | "Unpacked - Displacement y" | 179 | 3.911809 | 0.021854 | 0.12155 | -0.19424 | 1.0688 | - | "Unpacked - Displacement z" | 179 | 79.86397 | 0.44617 | 0.20187 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 179 | 39.09872 | 0.21843 | 0.19440 | 0.013386 | 1.4314 | - | "Unpacked - Entry Point x" | 179 | -14062.85 | -78.563 | 276.93 | -723.06 | 713.40 | - | "Unpacked - Entry Point y" | 179 | 3018.236 | 16.862 | 279.45 | -658.39 | 658.60 | - | "Unpacked - Entry Point z" | 179 | 445145.9 | 2486.8 | 135.62 | 2322.0 | 2647.5 | - | "Unpacked - Parent |P|" | 179 | 565269.1 | 3157.9 | 5613.6 | 1.5000 | 31281. | - | "Unpacked - TOF" | 179 | 1600.984 | 8.9440 | 2.3578 | 7.7592 | 24.401 | + | "Diff. - Displacement x" | 180 |-3.559663e-08 |-1.9776e-10 | 2.9746e-07 | -4.9754e-07 | 4.9821e-07 | + | "Diff. - Displacement y" | 180 |6.058075e-06 | 3.3656e-08 | 2.8878e-07 | -4.8840e-07 | 4.9873e-07 | + | "Diff. - Displacement z" | 180 |-3.469447e-17 |-1.9275e-19 | 7.8395e-08 | -4.2330e-07 | 4.2330e-07 | + | "Diff. - Energy" | 180 |-7.768974e-06 |-4.3161e-08 | 5.7257e-07 | -9.9860e-07 | 9.8722e-07 | + | "Diff. - Entry Point x" | 180 |0.0006860577 | 3.8114e-06 | 2.7882e-05 | -4.9406e-05 | 4.9651e-05 | + | "Diff. - Entry Point y" | 180 |-0.0009853229 |-5.4740e-06 | 2.8356e-05 | -4.9927e-05 | 4.9076e-05 | + | "Diff. - Entry Point z" | 180 |8.836139e-05 | 4.9090e-07 | 5.3793e-06 | -3.0245e-05 | 4.9612e-05 | + | "Diff. - Parent |P|" | 180 |-0.01542936 |-8.5719e-05 | 0.0027185 | -0.0048789 | 0.0049919 | + | "Diff. - TOF" | 180 |1.554851e-06 | 8.6381e-09 | 2.8698e-06 | -4.9802e-06 | 4.9772e-06 | + | "Original - Displacement x" | 180 | -5.963828 | -0.033132 | 0.21847 | -1.9152 | 1.3181 | + | "Original - Displacement y" | 180 | -1.070439 | -0.0059469 | 0.17819 | -1.0718 | 1.0130 | + | "Original - Displacement z" | 180 | 85 | 0.47222 | 0.13182 | -0.50000 | 0.50000 | + | "Original - Energy" | 180 | 52.88812 | 0.29382 | 0.48841 | 0.0019860 | 3.2837 | + | "Original - Entry Point x" | 180 | -16717.86 | -92.877 | 231.80 | -641.03 | 617.18 | + | "Original - Entry Point y" | 180 | -1933.366 | -10.741 | 243.83 | -589.20 | 588.10 | + | "Original - Entry Point z" | 180 | 446065.7 | 2478.1 | 138.08 | 2322.0 | 2648.0 | + | "Original - Parent |P|" | 180 | 489332.3 | 2718.5 | 3875.4 | 2.9208 | 21901. | + | "Original - TOF" | 180 | 1573.541 | 8.7419 | 1.2950 | 7.7593 | 16.876 | + | "Unpacked - Displacement x" | 180 | -5.963828 | -0.033132 | 0.21847 | -1.9152 | 1.3181 | + | "Unpacked - Displacement y" | 180 | -1.070445 | -0.0059469 | 0.17819 | -1.0718 | 1.0130 | + | "Unpacked - Displacement z" | 180 | 85 | 0.47222 | 0.13182 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 180 | 52.88813 | 0.29382 | 0.48841 | 0.0019860 | 3.2837 | + | "Unpacked - Entry Point x" | 180 | -16717.86 | -92.877 | 231.80 | -641.03 | 617.18 | + | "Unpacked - Entry Point y" | 180 | -1933.365 | -10.741 | 243.83 | -589.20 | 588.10 | + | "Unpacked - Entry Point z" | 180 | 446065.7 | 2478.1 | 138.08 | 2322.0 | 2648.0 | + | "Unpacked - Parent |P|" | 180 | 489332.3 | 2718.5 | 3875.4 | 2.9200 | 21901. | + | "Unpacked - TOF" | 180 | 1573.541 | 8.7419 | 1.2950 | 7.7593 | 16.876 | UnpackITHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 82 | 82.000 | 0.0000 | 82.000 | 82.000 | + | "# UnPackedData" | 1 | 184 | 184.00 | 0.0000 | 184.00 | 184.00 | CheckITHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 82 |-4.548512e-06 |-5.5470e-08 | 2.9749e-07 | -4.9980e-07 | 4.9626e-07 | - | "Diff. - Displacement y" | 82 |2.227145e-06 | 2.7160e-08 | 3.0049e-07 | -4.9954e-07 | 4.8561e-07 | - | "Diff. - Displacement z" | 82 |-1.120402e-05 |-1.3663e-07 | 2.6646e-07 | -4.8257e-07 | 4.7009e-07 | - | "Diff. - Energy" | 82 |5.159229e-06 | 6.2917e-08 | 6.1927e-07 | -9.6075e-07 | 9.9200e-07 | - | "Diff. - Entry Point x" | 82 |-0.0002465033 |-3.0061e-06 | 3.0433e-05 | -4.7887e-05 | 4.9516e-05 | - | "Diff. - Entry Point y" | 82 |-0.0001392819 |-1.6986e-06 | 2.9890e-05 | -4.9322e-05 | 4.9717e-05 | - | "Diff. - Entry Point z" | 82 |-7.952727e-05 |-9.6984e-07 | 2.8940e-05 | -4.9598e-05 | 4.9065e-05 | - | "Diff. - Parent |P|" | 82 |-0.007267954 |-8.8634e-05 | 0.0029088 | -0.0049783 | 0.0048208 | - | "Diff. - TOF" | 82 |3.384507e-05 | 4.1274e-07 | 2.8429e-06 | -4.5784e-06 | 4.8442e-06 | - | "Original - Displacement x" | 82 | 2.151521 | 0.026238 | 0.084111 | -0.065861 | 0.32073 | - | "Original - Displacement y" | 82 | 2.211072 | 0.026964 | 0.22288 | -0.43692 | 1.8407 | - | "Original - Displacement z" | 82 | 28.53874 | 0.34803 | 0.17676 | -0.41138 | 0.41048 | - | "Original - Energy" | 82 | 44.03238 | 0.53698 | 1.6617 | 0.045905 | 10.733 | - | "Original - Entry Point x" | 82 | -8943.312 | -109.06 | 79.235 | -225.50 | 121.79 | - | "Original - Entry Point y" | 82 | 4656.913 | 56.792 | 46.364 | -106.09 | 155.30 | - | "Original - Entry Point z" | 82 | 720763.7 | 8789.8 | 496.95 | 7668.1 | 9172.1 | - | "Original - Parent |P|" | 82 | 2049407 | 24993. | 34303. | 1.4481 | 95367. | - | "Original - TOF" | 82 | 2410.064 | 29.391 | 1.6965 | 25.593 | 31.182 | - | "Unpacked - Displacement x" | 82 | 2.151526 | 0.026238 | 0.084111 | -0.065861 | 0.32073 | - | "Unpacked - Displacement y" | 82 | 2.21107 | 0.026964 | 0.22288 | -0.43692 | 1.8407 | - | "Unpacked - Displacement z" | 82 | 28.53875 | 0.34803 | 0.17676 | -0.41138 | 0.41048 | - | "Unpacked - Energy" | 82 | 44.03237 | 0.53698 | 1.6617 | 0.045906 | 10.733 | - | "Unpacked - Entry Point x" | 82 | -8943.311 | -109.06 | 79.235 | -225.50 | 121.79 | - | "Unpacked - Entry Point y" | 82 | 4656.913 | 56.792 | 46.364 | -106.09 | 155.30 | - | "Unpacked - Entry Point z" | 82 | 720763.7 | 8789.8 | 496.95 | 7668.1 | 9172.1 | - | "Unpacked - Parent |P|" | 82 | 2049407 | 24993. | 34303. | 1.4500 | 95367. | - | "Unpacked - TOF" | 82 | 2410.064 | 29.391 | 1.6965 | 25.593 | 31.182 | + | "Diff. - Displacement x" | 184 |3.780906e-06 | 2.0548e-08 | 2.9785e-07 | -4.8881e-07 | 4.9150e-07 | + | "Diff. - Displacement y" | 184 |2.031792e-06 | 1.1042e-08 | 2.9004e-07 | -4.9679e-07 | 4.9820e-07 | + | "Diff. - Displacement z" | 184 |2.977368e-06 | 1.6181e-08 | 2.6906e-07 | -4.9175e-07 | 4.7900e-07 | + | "Diff. - Energy" | 184 |1.339883e-05 | 7.2820e-08 | 6.1489e-07 | -9.8830e-07 | 9.7590e-07 | + | "Diff. - Entry Point x" | 184 |-3.373932e-05 |-1.8337e-07 | 2.9542e-05 | -4.9457e-05 | 4.9750e-05 | + | "Diff. - Entry Point y" | 184 |-0.0002277183 |-1.2376e-06 | 2.9774e-05 | -4.9396e-05 | 4.9725e-05 | + | "Diff. - Entry Point z" | 184 |-0.000223391 |-1.2141e-06 | 2.9660e-05 | -4.9472e-05 | 4.9245e-05 | + | "Diff. - Parent |P|" | 184 | 0.05123555 | 0.00027845 | 0.0028637 | -0.0048934 | 0.0049630 | + | "Diff. - TOF" | 184 |-2.921384e-05 |-1.5877e-07 | 2.9523e-06 | -4.9684e-06 | 4.9987e-06 | + | "Original - Displacement x" | 184 | 6.124013 | 0.033283 | 0.14894 | -0.47310 | 0.75724 | + | "Original - Displacement y" | 184 | 1.226557 | 0.0066661 | 0.087214 | -0.36645 | 0.91372 | + | "Original - Displacement z" | 184 | 66.74018 | 0.36272 | 0.14038 | -0.32112 | 0.41018 | + | "Original - Energy" | 184 | 31.57243 | 0.17159 | 0.25306 | 0.014814 | 3.4136 | + | "Original - Entry Point x" | 184 | 17461.15 | 94.898 | 285.12 | -648.14 | 647.15 | + | "Original - Entry Point y" | 184 | 1793.708 | 9.7484 | 78.842 | -211.66 | 176.06 | + | "Original - Entry Point z" | 184 | 1514441 | 8230.7 | 543.17 | 7667.9 | 9172.1 | + | "Original - Parent |P|" | 184 | 1947931 | 10587. | 20574. | 1.8430 | 79760. | + | "Original - TOF" | 184 | 5107.045 | 27.756 | 2.1210 | 25.596 | 34.565 | + | "Unpacked - Displacement x" | 184 | 6.124009 | 0.033283 | 0.14894 | -0.47310 | 0.75724 | + | "Unpacked - Displacement y" | 184 | 1.226555 | 0.0066661 | 0.087214 | -0.36645 | 0.91372 | + | "Unpacked - Displacement z" | 184 | 66.74018 | 0.36272 | 0.14038 | -0.32112 | 0.41018 | + | "Unpacked - Energy" | 184 | 31.57241 | 0.17159 | 0.25306 | 0.014814 | 3.4136 | + | "Unpacked - Entry Point x" | 184 | 17461.15 | 94.898 | 285.12 | -648.14 | 647.15 | + | "Unpacked - Entry Point y" | 184 | 1793.708 | 9.7484 | 78.842 | -211.66 | 176.06 | + | "Unpacked - Entry Point z" | 184 | 1514441 | 8230.7 | 543.17 | 7667.9 | 9172.1 | + | "Unpacked - Parent |P|" | 184 | 1947931 | 10587. | 20574. | 1.8400 | 79760. | + | "Unpacked - TOF" | 184 | 5107.045 | 27.756 | 2.1210 | 25.596 | 34.565 | UnpackOTHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 491 | 491.00 | 0.0000 | 491.00 | 491.00 | + | "# UnPackedData" | 1 | 592 | 592.00 | 0.0000 | 592.00 | 592.00 | CheckOTHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 491 |8.580474e-06 | 1.7476e-08 | 2.9189e-07 | -4.9686e-07 | 4.9977e-07 | - | "Diff. - Displacement y" | 491 |-2.561719e-06 |-5.2173e-09 | 2.9328e-07 | -4.9446e-07 | 4.9982e-07 | - | "Diff. - Displacement z" | 491 |1.710728e-06 | 3.4842e-09 | 2.8426e-07 | -4.9988e-07 | 4.9644e-07 | - | "Diff. - Energy" | 491 |1.272314e-05 | 2.5913e-08 | 5.5462e-07 | -9.9713e-07 | 9.9967e-07 | - | "Diff. - Entry Point x" | 491 |-0.000268269 |-5.4637e-07 | 2.8382e-05 | -4.9808e-05 | 4.9766e-05 | - | "Diff. - Entry Point y" | 491 |-0.0003510117 |-7.1489e-07 | 2.8533e-05 | -4.9949e-05 | 4.9588e-05 | - | "Diff. - Entry Point z" | 491 |-0.001253105 |-2.5521e-06 | 2.8508e-05 | -4.9991e-05 | 4.9960e-05 | - | "Diff. - Parent |P|" | 491 |-0.004545612 |-9.2579e-06 | 0.0027537 | -0.0049864 | 0.0049490 | - | "Diff. - TOF" | 491 |-4.417998e-05 |-8.9980e-08 | 2.8111e-06 | -4.9819e-06 | 4.9800e-06 | - | "Original - Displacement x" | 491 | 509.7712 | 1.0382 | 7.5425 | -65.292 | 51.759 | - | "Original - Displacement y" | 491 | -36.70345 | -0.074752 | 5.5249 | -22.566 | 50.797 | - | "Original - Displacement z" | 491 | 3284.992 | 6.6904 | 7.3149 | -10.806 | 10.795 | - | "Original - Energy" | 491 | 177.5044 | 0.36152 | 0.55048 | 0.0049079 | 6.1058 | - | "Original - Entry Point x" | 491 | -2815.479 | -5.7342 | 1258.6 | -2954.5 | 3056.3 | - | "Original - Entry Point y" | 491 | 30726.06 | 62.579 | 915.06 | -2200.9 | 2303.4 | - | "Original - Entry Point z" | 491 | 4236583 | 8628.5 | 556.41 | 7850.2 | 9411.7 | - | "Original - Parent |P|" | 491 | 1151889 | 2346.0 | 2363.6 | 1.5699 | 10775. | - | "Original - TOF" | 491 | 17011.33 | 34.646 | 15.713 | 26.266 | 166.08 | - | "Unpacked - Displacement x" | 491 | 509.7712 | 1.0382 | 7.5425 | -65.292 | 51.759 | - | "Unpacked - Displacement y" | 491 | -36.70345 | -0.074752 | 5.5249 | -22.566 | 50.797 | - | "Unpacked - Displacement z" | 491 | 3284.992 | 6.6904 | 7.3149 | -10.806 | 10.795 | - | "Unpacked - Energy" | 491 | 177.5044 | 0.36152 | 0.55048 | 0.0049080 | 6.1058 | - | "Unpacked - Entry Point x" | 491 | -2815.479 | -5.7342 | 1258.6 | -2954.5 | 3056.3 | - | "Unpacked - Entry Point y" | 491 | 30726.06 | 62.579 | 915.06 | -2200.9 | 2303.4 | - | "Unpacked - Entry Point z" | 491 | 4236583 | 8628.5 | 556.41 | 7850.2 | 9411.7 | - | "Unpacked - Parent |P|" | 491 | 1151889 | 2346.0 | 2363.6 | 1.5700 | 10775. | - | "Unpacked - TOF" | 491 | 17011.33 | 34.646 | 15.713 | 26.266 | 166.08 | + | "Diff. - Displacement x" | 592 |-1.798307e-06 |-3.0377e-09 | 2.8598e-07 | -4.9904e-07 | 4.9964e-07 | + | "Diff. - Displacement y" | 592 |3.009941e-06 | 5.0844e-09 | 2.9434e-07 | -4.9842e-07 | 4.9972e-07 | + | "Diff. - Displacement z" | 592 |-1.40803e-05 |-2.3784e-08 | 2.8367e-07 | -4.9741e-07 | 4.9877e-07 | + | "Diff. - Energy" | 592 |4.025054e-06 | 6.7991e-09 | 5.8500e-07 | -9.9614e-07 | 9.9886e-07 | + | "Diff. - Entry Point x" | 592 |0.001177201 | 1.9885e-06 | 2.8521e-05 | -4.9459e-05 | 4.9826e-05 | + | "Diff. - Entry Point y" | 592 |-0.0005118648 |-8.6464e-07 | 2.9106e-05 | -4.9940e-05 | 4.9488e-05 | + | "Diff. - Entry Point z" | 592 |-8.125087e-05 |-1.3725e-07 | 2.9695e-05 | -4.9973e-05 | 4.9630e-05 | + | "Diff. - Parent |P|" | 592 | 0.03327453 | 5.6207e-05 | 0.0029084 | -0.0049795 | 0.0049952 | + | "Diff. - TOF" | 592 |-4.049127e-05 |-6.8397e-08 | 2.8053e-06 | -4.9952e-06 | 4.9871e-06 | + | "Original - Displacement x" | 592 | 14.60466 | 0.024670 | 10.125 | -61.484 | 104.26 | + | "Original - Displacement y" | 592 | 244.6686 | 0.41329 | 12.683 | -22.868 | 264.21 | + | "Original - Displacement z" | 592 | 4314.744 | 7.2884 | 6.4945 | -10.781 | 10.902 | + | "Original - Energy" | 592 | 216.9755 | 0.36651 | 0.59008 | 0.0015913 | 7.7727 | + | "Original - Entry Point x" | 592 | -23086.1 | -38.997 | 1205.3 | -3058.2 | 2922.5 | + | "Original - Entry Point y" | 592 | -106221 | -179.43 | 625.78 | -2391.7 | 1788.9 | + | "Original - Entry Point z" | 592 | 5131627 | 8668.3 | 572.67 | 7850.3 | 9412.8 | + | "Original - Parent |P|" | 592 | 1308670 | 2210.6 | 2641.9 | 1.4415 | 11654. | + | "Original - TOF" | 592 | 19359.54 | 32.702 | 9.3627 | 26.265 | 98.124 | + | "Unpacked - Displacement x" | 592 | 14.60466 | 0.024670 | 10.125 | -61.484 | 104.26 | + | "Unpacked - Displacement y" | 592 | 244.6686 | 0.41329 | 12.683 | -22.868 | 264.21 | + | "Unpacked - Displacement z" | 592 | 4314.744 | 7.2884 | 6.4945 | -10.781 | 10.902 | + | "Unpacked - Energy" | 592 | 216.9755 | 0.36651 | 0.59008 | 0.0015920 | 7.7727 | + | "Unpacked - Entry Point x" | 592 | -23086.1 | -38.997 | 1205.3 | -3058.2 | 2922.5 | + | "Unpacked - Entry Point y" | 592 | -106221 | -179.43 | 625.78 | -2391.7 | 1788.9 | + | "Unpacked - Entry Point z" | 592 | 5131627 | 8668.3 | 572.67 | 7850.3 | 9412.8 | + | "Unpacked - Parent |P|" | 592 | 1308670 | 2210.6 | 2641.9 | 1.4400 | 11654. | + | "Unpacked - TOF" | 592 | 19359.54 | 32.702 | 9.3627 | 26.265 | 98.124 | UnpackRichHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1377 | 1377.0 | 0.0000 | 1377.0 | 1377.0 | + | "# UnPackedData" | 1 | 1589 | 1589.0 | 0.0000 | 1589.0 | 1589.0 | UnpackRichOpPhotNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1377 | 1377.0 | 0.0000 | 1377.0 | 1377.0 | + | "# UnPackedData" | 1 | 1588 | 1588.0 | 0.0000 | 1588.0 | 1588.0 | UnpackRichSegmentsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 94 | 94.000 | 0.0000 | 94.000 | 94.000 | + | "# UnPackedData" | 1 | 113 | 113.00 | 0.0000 | 113.00 | 113.00 | UnpackRichTracksNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 81 | 81.000 | 0.0000 | 81.000 | 81.000 | + | "# UnPackedData" | 1 | 92 | 92.000 | 0.0000 | 92.000 | 92.000 | CheckRichHitsNext SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1377 |-9.554857e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | - | "Diff. - Entry Point x" | 1377 |0.001772871 | 1.2875e-06 | 2.9374e-05 | -4.9863e-05 | 4.9969e-05 | - | "Diff. - Entry Point y" | 1377 |0.0001343811 | 9.7590e-08 | 2.9195e-05 | -4.9907e-05 | 4.9953e-05 | - | "Diff. - Entry Point z" | 1377 |-2.366637e-05 |-1.7187e-08 | 2.8811e-05 | -4.9978e-05 | 4.9989e-05 | - | "Diff. - TOF" | 1377 |-0.0001042282 |-7.5692e-08 | 2.8843e-06 | -4.9936e-06 | 4.9977e-06 | - | "Original - Energy" | 1377 | 27.54 | 0.020000 | 4.2116e-09 | 0.020000 | 0.020000 | - | "Original - Entry Point x" | 1377 | -388226.4 | -281.94 | 3013.7 | -4150.3 | 4150.6 | - | "Original - Entry Point y" | 1377 | 88440.44 | 64.227 | 874.30 | -1354.9 | 1391.5 | - | "Original - Entry Point z" | 1377 | 9559228 | 6942.1 | 4619.8 | 1331.4 | 11093. | - | "Original - TOF" | 1377 | 46989.33 | 34.124 | 22.016 | 6.6716 | 190.84 | - | "Unpacked - Energy" | 1377 | 27.54 | 0.020000 | 4.2212e-09 | 0.020000 | 0.020000 | - | "Unpacked - Entry Point x" | 1377 | -388226.4 | -281.94 | 3013.7 | -4150.3 | 4150.6 | - | "Unpacked - Entry Point y" | 1377 | 88440.44 | 64.227 | 874.30 | -1354.9 | 1391.5 | - | "Unpacked - Entry Point z" | 1377 | 9559228 | 6942.1 | 4619.8 | 1331.4 | 11093. | - | "Unpacked - TOF" | 1377 | 46989.33 | 34.124 | 22.016 | 6.6716 | 190.84 | + | "Diff. - Energy" | 1589 |-8.226796e-05 |-5.1773e-08 | 2.0632e-06 | -8.2268e-05 | -6.9389e-18 | + | "Diff. - Entry Point x" | 1589 |0.0008242296 | 5.1871e-07 | 2.9180e-05 | -4.9959e-05 | 4.9983e-05 | + | "Diff. - Entry Point y" | 1589 |5.168292e-05 | 3.2525e-08 | 2.8612e-05 | -4.9981e-05 | 4.9829e-05 | + | "Diff. - Entry Point z" | 1589 |0.0006169665 | 3.8827e-07 | 2.8636e-05 | -4.9920e-05 | 4.9988e-05 | + | "Diff. - TOF" | 1589 |5.569654e-05 | 3.5051e-08 | 2.8899e-06 | -4.9923e-06 | 4.9809e-06 | + | "Original - Energy" | 1589 | 56.48992 | 0.035551 | 0.61969 | 0.020000 | 24.730 | + | "Original - Entry Point x" | 1589 | 1023828 | 644.32 | 2958.8 | -4149.8 | 4150.4 | + | "Original - Entry Point y" | 1589 | 557847 | 351.07 | 822.84 | -1317.2 | 1392.2 | + | "Original - Entry Point z" | 1589 |1.070573e+07 | 6737.4 | 4626.2 | 1330.3 | 11092. | + | "Original - TOF" | 1589 | 51993.67 | 32.721 | 22.248 | 6.6434 | 116.44 | + | "Unpacked - Energy" | 1589 | 56.49 | 0.035551 | 0.61969 | 0.020000 | 24.730 | + | "Unpacked - Entry Point x" | 1589 | 1023828 | 644.32 | 2958.8 | -4149.8 | 4150.4 | + | "Unpacked - Entry Point y" | 1589 | 557847 | 351.07 | 822.84 | -1317.2 | 1392.2 | + | "Unpacked - Entry Point z" | 1589 |1.070573e+07 | 6737.4 | 4626.2 | 1330.3 | 11092. | + | "Unpacked - TOF" | 1589 | 51993.67 | 32.721 | 22.248 | 6.6434 | 116.44 | CheckRichOpPhotNext SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 1377 |-0.0006065889 |-4.4051e-07 | 2.9259e-05 | -4.9920e-05 | 4.9980e-05 | - | "Diff. - Emission Point y" | 1377 |-0.00201479 |-1.4632e-06 | 2.9166e-05 | -4.9923e-05 | 4.9815e-05 | - | "Diff. - Emission Point z" | 1377 |-0.001089755 |-7.9140e-07 | 2.8866e-05 | -4.9975e-05 | 4.9948e-05 | - | "Diff. - Energy" | 1377 |5.18412e-11 | 3.7648e-14 | 5.7013e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 1377 |0.0004324207 | 3.1403e-07 | 2.9028e-05 | -4.9994e-05 | 4.9983e-05 | - | "Diff. - HPD In. Point y" | 1377 |0.0005040098 | 3.6602e-07 | 2.8625e-05 | -4.9971e-05 | 4.9929e-05 | - | "Diff. - HPD In. Point z" | 1377 |-5.857071e-05 |-4.2535e-08 | 2.8853e-05 | -4.9957e-05 | 4.9962e-05 | - | "Diff. - HPD QW Point x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 1377 | 4373.133 | 3.1758 | 1.8683 | 0.0010636 | 6.2743 | - | "Original - Cherenkov Theta" | 1377 | 614.5505 | 0.44630 | 0.56488 | 0.0036100 | 2.7681 | - | "Original - Emission Point x" | 1377 | -251279.5 | -182.48 | 2001.7 | -3885.6 | 3859.4 | - | "Original - Emission Point y" | 1377 | 89973.16 | 65.340 | 501.81 | -1484.9 | 1421.8 | - | "Original - Emission Point z" | 1377 | 9352325 | 6791.8 | 4566.9 | 997.48 | 11693. | - | "Original - Energy" | 1377 |0.005865616 | 4.2597e-06 | 1.0939e-06 | 1.7557e-06 | 6.8032e-06 | - | "Original - HPD In. Point x" | 1377 | -384007.5 | -278.87 | 2942.7 | -4074.4 | 4076.9 | - | "Original - HPD In. Point y" | 1377 | 77013.67 | 55.929 | 815.41 | -1263.9 | 1309.4 | - | "Original - HPD In. Point z" | 1377 | 9495306 | 6895.6 | 4619.7 | 1265.2 | 11070. | - | "Original - HPD QW Point x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 1377 | 4373.133 | 3.1758 | 1.8683 | 0.0010636 | 6.2743 | - | "Unpacked - Cherenkov Theta" | 1377 | 614.5505 | 0.44630 | 0.56488 | 0.0036100 | 2.7681 | - | "Unpacked - Emission Point x" | 1377 | -251279.5 | -182.48 | 2001.7 | -3885.6 | 3859.4 | - | "Unpacked - Emission Point y" | 1377 | 89973.16 | 65.340 | 501.81 | -1484.9 | 1421.8 | - | "Unpacked - Emission Point z" | 1377 | 9352325 | 6791.8 | 4566.9 | 997.48 | 11693. | - | "Unpacked - Energy" | 1377 |0.005865616 | 4.2597e-06 | 1.0939e-06 | 1.7557e-06 | 6.8032e-06 | - | "Unpacked - HPD In. Point x" | 1377 | -384007.5 | -278.87 | 2942.7 | -4074.4 | 4076.9 | - | "Unpacked - HPD In. Point y" | 1377 | 77013.67 | 55.929 | 815.41 | -1263.9 | 1309.4 | - | "Unpacked - HPD In. Point z" | 1377 | 9495306 | 6895.6 | 4619.7 | 1265.2 | 11070. | - | "Unpacked - HPD QW Point x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 1377 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 1588 |0.0003079868 | 1.9395e-07 | 2.8826e-05 | -4.9927e-05 | 4.9969e-05 | + | "Diff. - Emission Point y" | 1588 |-0.00159416 |-1.0039e-06 | 2.8998e-05 | -4.9946e-05 | 4.9990e-05 | + | "Diff. - Emission Point z" | 1588 |-0.000446325 |-2.8106e-07 | 2.9068e-05 | -4.9958e-05 | 4.9906e-05 | + | "Diff. - Energy" | 1588 |5.798029e-12 | 3.6512e-15 | 5.6964e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 1588 |0.001273303 | 8.0183e-07 | 2.8882e-05 | -4.9984e-05 | 4.9969e-05 | + | "Diff. - HPD In. Point y" | 1588 |0.001679905 | 1.0579e-06 | 2.8658e-05 | -4.9985e-05 | 4.9990e-05 | + | "Diff. - HPD In. Point z" | 1588 |-0.0002336014 |-1.4710e-07 | 2.8735e-05 | -4.9999e-05 | 4.9977e-05 | + | "Diff. - HPD QW Point x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 1588 | 5059.208 | 3.1859 | 1.7767 | 0.00024869 | 6.2792 | + | "Original - Cherenkov Theta" | 1588 | 941.8634 | 0.59311 | 0.57094 | 0.0034577 | 2.8633 | + | "Original - Emission Point x" | 1588 | 1243250 | 782.90 | 1721.2 | -3997.8 | 4015.3 | + | "Original - Emission Point y" | 1588 | 522808.6 | 329.22 | 622.63 | -1281.0 | 1318.3 | + | "Original - Emission Point z" | 1588 |1.037125e+07 | 6531.0 | 4528.5 | 1001.1 | 11746. | + | "Original - Energy" | 1588 |0.006956025 | 4.3804e-06 | 1.1116e-06 | 1.7647e-06 | 6.8608e-06 | + | "Original - HPD In. Point x" | 1588 | 1000322 | 629.93 | 2895.8 | -4072.5 | 4076.6 | + | "Original - HPD In. Point y" | 1588 | 521278 | 328.26 | 768.41 | -1245.2 | 1318.2 | + | "Original - HPD In. Point z" | 1588 |1.062017e+07 | 6687.8 | 4620.6 | 1259.7 | 11066. | + | "Original - HPD QW Point x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 1588 | 5059.208 | 3.1859 | 1.7767 | 0.00024869 | 6.2792 | + | "Unpacked - Cherenkov Theta" | 1588 | 941.8634 | 0.59311 | 0.57094 | 0.0034577 | 2.8633 | + | "Unpacked - Emission Point x" | 1588 | 1243250 | 782.90 | 1721.2 | -3997.8 | 4015.3 | + | "Unpacked - Emission Point y" | 1588 | 522808.6 | 329.22 | 622.63 | -1281.0 | 1318.3 | + | "Unpacked - Emission Point z" | 1588 |1.037125e+07 | 6531.0 | 4528.5 | 1001.1 | 11746. | + | "Unpacked - Energy" | 1588 |0.006956025 | 4.3804e-06 | 1.1116e-06 | 1.7647e-06 | 6.8608e-06 | + | "Unpacked - HPD In. Point x" | 1588 | 1000322 | 629.93 | 2895.8 | -4072.5 | 4076.6 | + | "Unpacked - HPD In. Point y" | 1588 | 521278 | 328.26 | 768.41 | -1245.2 | 1318.2 | + | "Unpacked - HPD In. Point z" | 1588 |1.062017e+07 | 6687.8 | 4620.6 | 1259.7 | 11066. | + | "Unpacked - HPD QW Point x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 1588 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegmentsNext SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 94 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 113 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1016 | 1016.0 | 0.0000 | 1016.0 | 1016.0 | + | "# UnPackedData" | 1 | 891 | 891.00 | 0.0000 | 891.00 | 891.00 | CheckSpdHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1016 |-0.001019697 |-1.0036e-06 | 2.8937e-05 | -4.9986e-05 | 4.9846e-05 | - | "Diff. - TOF" | 1016 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1016 | 736.4102 | 0.72481 | 2.5224 | 2.0668e-06 | 40.873 | - | "Original - TOF" | 1016 | 1576 | 1.5512 | 1.6951 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 1016 | 736.4112 | 0.72481 | 2.5224 | 0.0000 | 40.873 | - | "Unpacked - TOF" | 1016 | 1576 | 1.5512 | 1.6951 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 891 |-0.001255607 |-1.4092e-06 | 2.9544e-05 | -4.9970e-05 | 4.9950e-05 | + | "Diff. - TOF" | 891 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 891 | 604.2218 | 0.67814 | 2.1661 | 1.0973e-05 | 33.245 | + | "Original - TOF" | 891 | 1409 | 1.5814 | 1.7956 | -1.0000 | 11.000 | + | "Unpacked - Energy" | 891 | 604.2231 | 0.67814 | 2.1661 | 0.0000 | 33.244 | + | "Unpacked - TOF" | 891 | 1409 | 1.5814 | 1.7956 | -1.0000 | 11.000 | UnpackPrsHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1376 | 1376.0 | 0.0000 | 1376.0 | 1376.0 | + | "# UnPackedData" | 1 | 1538 | 1538.0 | 0.0000 | 1538.0 | 1538.0 | CheckPrsHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1376 |-0.0005494152 |-3.9928e-07 | 2.9418e-05 | -4.9929e-05 | 4.9977e-05 | - | "Diff. - TOF" | 1376 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1376 | 1193.345 | 0.86726 | 3.0897 | 2.1764e-05 | 61.368 | - | "Original - TOF" | 1376 | 2110 | 1.5334 | 1.6974 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 1376 | 1193.346 | 0.86726 | 3.0897 | 0.0000 | 61.368 | - | "Unpacked - TOF" | 1376 | 2110 | 1.5334 | 1.6974 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 1538 |-0.000515296 |-3.3504e-07 | 2.8834e-05 | -4.9907e-05 | 4.9896e-05 | + | "Diff. - TOF" | 1538 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1538 | 1489.909 | 0.96873 | 3.1529 | 2.2722e-07 | 37.933 | + | "Original - TOF" | 1538 | 2404 | 1.5631 | 1.7463 | -1.0000 | 10.000 | + | "Unpacked - Energy" | 1538 | 1489.909 | 0.96873 | 3.1529 | 0.0000 | 37.933 | + | "Unpacked - TOF" | 1538 | 2404 | 1.5631 | 1.7463 | -1.0000 | 10.000 | UnpackEcalHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1675 | 1675.0 | 0.0000 | 1675.0 | 1675.0 | + | "# UnPackedData" | 1 | 1517 | 1517.0 | 0.0000 | 1517.0 | 1517.0 | CheckEcalHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1675 |-0.001591003 |-9.4985e-07 | 2.9066e-05 | -4.9970e-05 | 4.9966e-05 | - | "Diff. - TOF" | 1675 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1675 | 17323.51 | 10.342 | 39.178 | 0.00058343 | 882.08 | - | "Original - TOF" | 1675 | 233 | 0.13910 | 0.41364 | 0.0000 | 7.0000 | - | "Unpacked - Energy" | 1675 | 17323.51 | 10.342 | 39.178 | 0.00060000 | 882.08 | - | "Unpacked - TOF" | 1675 | 233 | 0.13910 | 0.41364 | 0.0000 | 7.0000 | + | "Diff. - Energy" | 1517 |-0.0001003616 |-6.6158e-08 | 2.9339e-05 | -4.9983e-05 | 4.9981e-05 | + | "Diff. - TOF" | 1517 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1517 | 16067.57 | 10.592 | 31.986 | 5.7681e-06 | 641.46 | + | "Original - TOF" | 1517 | 207 | 0.13645 | 0.36014 | 0.0000 | 3.0000 | + | "Unpacked - Energy" | 1517 | 16067.57 | 10.592 | 31.986 | 0.0000 | 641.46 | + | "Unpacked - TOF" | 1517 | 207 | 0.13645 | 0.36014 | 0.0000 | 3.0000 | UnpackHcalHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 174 | 174.00 | 0.0000 | 174.00 | 174.00 | + | "# UnPackedData" | 1 | 240 | 240.00 | 0.0000 | 240.00 | 240.00 | CheckHcalHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 174 |0.0001779902 | 1.0229e-06 | 2.8286e-05 | -4.9769e-05 | 4.8720e-05 | - | "Diff. - TOF" | 174 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 174 | 1196.391 | 6.8758 | 14.435 | 0.0015487 | 116.75 | - | "Original - TOF" | 174 | 31 | 0.17816 | 0.41159 | -1.0000 | 1.0000 | - | "Unpacked - Energy" | 174 | 1196.391 | 6.8758 | 14.435 | 0.0015000 | 116.75 | - | "Unpacked - TOF" | 174 | 31 | 0.17816 | 0.41159 | -1.0000 | 1.0000 | + | "Diff. - Energy" | 240 |0.0004645704 | 1.9357e-06 | 2.7420e-05 | -4.8546e-05 | 4.9904e-05 | + | "Diff. - TOF" | 240 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 240 | 2311.729 | 9.6322 | 20.670 | 0.0026475 | 207.25 | + | "Original - TOF" | 240 | 59 | 0.24583 | 0.47651 | -1.0000 | 2.0000 | + | "Unpacked - Energy" | 240 | 2311.729 | 9.6322 | 20.670 | 0.0026000 | 207.25 | + | "Unpacked - TOF" | 240 | 59 | 0.24583 | 0.47651 | -1.0000 | 2.0000 | UnpackMuonHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 223 | 223.00 | 0.0000 | 223.00 | 223.00 | + | "# UnPackedData" | 1 | 284 | 284.00 | 0.0000 | 284.00 | 284.00 | CheckMuonHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 223 |1.985805e-06 | 8.9050e-09 | 2.9975e-07 | -4.9740e-07 | 4.9840e-07 | - | "Diff. - Displacement y" | 223 |3.554435e-06 | 1.5939e-08 | 2.8853e-07 | -4.7563e-07 | 4.9463e-07 | - | "Diff. - Displacement z" | 223 |5.01409e-06 | 2.2485e-08 | 2.7499e-07 | -4.9107e-07 | 4.9969e-07 | - | "Diff. - Energy" | 223 |-3.517734e-06 |-1.5775e-08 | 5.7324e-07 | -9.9816e-07 | 9.7801e-07 | - | "Diff. - Entry Point x" | 223 |0.0004627208 | 2.0750e-06 | 2.7405e-05 | -4.9608e-05 | 4.9671e-05 | - | "Diff. - Entry Point y" | 223 |-0.0001274256 |-5.7142e-07 | 3.0218e-05 | -4.9847e-05 | 4.9386e-05 | - | "Diff. - Entry Point z" | 223 |0.0006833021 | 3.0641e-06 | 2.9235e-05 | -4.9457e-05 | 4.9587e-05 | - | "Diff. - Parent |P|" | 223 |-0.09319024 |-0.00041789 | 0.0028153 | -0.0049993 | 0.0048511 | - | "Diff. - TOF" | 223 |3.30648e-05 | 1.4827e-07 | 2.9178e-06 | -4.9449e-06 | 4.9877e-06 | - | "Original - Displacement x" | 223 | 153.582 | 0.68871 | 3.8643 | -9.7898 | 29.972 | - | "Original - Displacement y" | 223 | 94.90237 | 0.42557 | 2.7877 | -11.782 | 25.592 | - | "Original - Displacement z" | 223 | 745.4258 | 3.3427 | 2.9576 | -5.0198 | 5.0499 | - | "Original - Energy" | 223 | 0.3423405 | 0.0015352 | 0.0024769 | 0.00010503 | 0.031254 | - | "Original - Entry Point x" | 223 | 76085.67 | 341.19 | 1308.4 | -3668.5 | 3227.5 | - | "Original - Entry Point y" | 223 | 16671.39 | 74.760 | 971.44 | -3060.5 | 2417.1 | - | "Original - Entry Point z" | 223 | 2798820 | 12551. | 1409.0 | 11955. | 18754. | - | "Original - Parent |P|" | 223 | 349343.4 | 1566.6 | 2692.4 | 1.5357 | 21851. | - | "Original - TOF" | 223 | 9715.769 | 43.568 | 5.5006 | 40.007 | 63.676 | - | "Unpacked - Displacement x" | 223 | 153.582 | 0.68871 | 3.8643 | -9.7898 | 29.972 | - | "Unpacked - Displacement y" | 223 | 94.90237 | 0.42557 | 2.7877 | -11.782 | 25.592 | - | "Unpacked - Displacement z" | 223 | 745.4258 | 3.3427 | 2.9576 | -5.0198 | 5.0499 | - | "Unpacked - Energy" | 223 | 0.342344 | 0.0015352 | 0.0024768 | 0.00010600 | 0.031254 | - | "Unpacked - Entry Point x" | 223 | 76085.67 | 341.19 | 1308.4 | -3668.5 | 3227.5 | - | "Unpacked - Entry Point y" | 223 | 16671.39 | 74.760 | 971.44 | -3060.5 | 2417.1 | - | "Unpacked - Entry Point z" | 223 | 2798820 | 12551. | 1409.0 | 11955. | 18754. | - | "Unpacked - Parent |P|" | 223 | 349343.5 | 1566.6 | 2692.4 | 1.5400 | 21851. | - | "Unpacked - TOF" | 223 | 9715.769 | 43.568 | 5.5006 | 40.007 | 63.676 | + | "Diff. - Displacement x" | 284 |-5.063817e-06 |-1.7830e-08 | 2.9071e-07 | -4.9858e-07 | 4.9926e-07 | + | "Diff. - Displacement y" | 284 |7.625666e-06 | 2.6851e-08 | 2.7631e-07 | -4.9853e-07 | 4.9676e-07 | + | "Diff. - Displacement z" | 284 |-1.459142e-05 |-5.1378e-08 | 2.7905e-07 | -4.9985e-07 | 4.9457e-07 | + | "Diff. - Energy" | 284 |4.07643e-06 | 1.4354e-08 | 5.5592e-07 | -9.9869e-07 | 9.8938e-07 | + | "Diff. - Entry Point x" | 284 |-0.000369903 |-1.3025e-06 | 2.9237e-05 | -4.9793e-05 | 4.9710e-05 | + | "Diff. - Entry Point y" | 284 |-0.0003086725 |-1.0869e-06 | 2.9386e-05 | -4.9633e-05 | 4.9658e-05 | + | "Diff. - Entry Point z" | 284 |0.0002158463 | 7.6002e-07 | 3.0035e-05 | -4.9485e-05 | 4.9924e-05 | + | "Diff. - Parent |P|" | 284 |-0.07079407 |-0.00024927 | 0.0027156 | -0.0049622 | 0.0049879 | + | "Diff. - TOF" | 284 |2.302473e-05 | 8.1073e-08 | 2.9402e-06 | -4.9915e-06 | 4.9850e-06 | + | "Original - Displacement x" | 284 | 63.7053 | 0.22431 | 3.2107 | -14.121 | 23.702 | + | "Original - Displacement y" | 284 | 83.29201 | 0.29328 | 2.7016 | -8.1313 | 19.980 | + | "Original - Displacement z" | 284 | 1261.462 | 4.4418 | 1.5025 | -4.9947 | 5.0352 | + | "Original - Energy" | 284 | 0.5424801 | 0.0019101 | 0.0031422 | 5.3434e-05 | 0.044761 | + | "Original - Entry Point x" | 284 | 77300.09 | 272.18 | 1395.5 | -3379.4 | 3408.9 | + | "Original - Entry Point y" | 284 | -25603.31 | -90.152 | 1135.2 | -2789.3 | 3110.9 | + | "Original - Entry Point z" | 284 | 3589977 | 12641. | 1251.8 | 11956. | 17618. | + | "Original - Parent |P|" | 284 | 526820.7 | 1855.0 | 3993.2 | 1.4810 | 35494. | + | "Original - TOF" | 284 | 12440.91 | 43.806 | 5.1497 | 39.917 | 76.504 | + | "Unpacked - Displacement x" | 284 | 63.7053 | 0.22431 | 3.2107 | -14.121 | 23.702 | + | "Unpacked - Displacement y" | 284 | 83.292 | 0.29328 | 2.7016 | -8.1313 | 19.980 | + | "Unpacked - Displacement z" | 284 | 1261.462 | 4.4418 | 1.5025 | -4.9947 | 5.0352 | + | "Unpacked - Energy" | 284 | 0.542476 | 0.0019101 | 0.0031422 | 5.4000e-05 | 0.044762 | + | "Unpacked - Entry Point x" | 284 | 77300.09 | 272.18 | 1395.5 | -3379.4 | 3408.9 | + | "Unpacked - Entry Point y" | 284 | -25603.31 | -90.152 | 1135.2 | -2789.3 | 3110.9 | + | "Unpacked - Entry Point z" | 284 | 3589977 | 12641. | 1251.8 | 11956. | 17618. | + | "Unpacked - Parent |P|" | 284 | 526820.8 | 1855.0 | 3993.2 | 1.4800 | 35494. | + | "Unpacked - TOF" | 284 | 12440.91 | 43.806 | 5.1497 | 39.917 | 76.504 | NextNextEventGaussSim SUCCESS ================================================================== NextNextEventGaussSim SUCCESS 1 events processed NextNextEventGaussSim SUCCESS ================================================================== GetRichHitsNextNext INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsNextNext INFO Av. # MCRichHits : Rich1 = 272.00 +-16.49 (100.00 +-0.00%) Rich2 = 652.00 +-25.53 (100.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.15 +-0.15%) -GetRichHitsNextNext INFO Av. # Signal Hits : Rich1 = 260.00 +-16.12 ( 95.59 +-1.25%) Rich2 = 380.00 +-19.49 ( 58.28 +-1.93%) -GetRichHitsNextNext INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.15 +-0.15%) -GetRichHitsNextNext INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 173.00 +-13.15 ( 26.53 +-1.73%) +GetRichHitsNextNext INFO Av. # MCRichHits : Rich1 = 334.00 +-18.28 (100.00 +-0.00%) Rich2 = 485.00 +-22.02 (100.00 +-0.00%) +GetRichHitsNextNext INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsNextNext INFO Av. # Signal Hits : Rich1 = 323.00 +-17.97 ( 96.71 +-0.98%) Rich2 = 359.00 +-18.95 ( 74.02 +-1.99%) +GetRichHitsNextNext INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsNextNext INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.15 +-0.15%) -GetRichHitsNextNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 78.00 +- 8.83 ( 11.96 +-1.27%) -GetRichHitsNextNext INFO Av. # All HPD reflection hits : Rich1 = 12.00 +- 3.46 ( 4.41 +-1.25%) Rich2 = 30.00 +- 5.48 ( 4.60 +-0.82%) -GetRichHitsNextNext INFO Av. # QW/PC refl. hits : Rich1 = 10.00 +- 3.16 ( 3.68 +-1.14%) Rich2 = 26.00 +- 5.10 ( 3.99 +-0.77%) +GetRichHitsNextNext INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsNextNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 112.00 +-10.58 ( 23.09 +-1.91%) +GetRichHitsNextNext INFO Av. # All HPD reflection hits : Rich1 = 11.00 +- 3.32 ( 3.29 +-0.98%) Rich2 = 19.00 +- 4.36 ( 3.92 +-0.88%) +GetRichHitsNextNext INFO Av. # QW/PC refl. hits : Rich1 = 11.00 +- 3.32 ( 3.29 +-0.98%) Rich2 = 15.00 +- 3.87 ( 3.09 +-0.79%) GetRichHitsNextNext INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Air/QW refl. hits : Rich1 = 4.00 +- 2.00 ( 1.47 +-0.73%) Rich2 = 13.00 +- 3.61 ( 1.99 +-0.55%) +GetRichHitsNextNext INFO Av. # Air/QW refl. hits : Rich1 = 2.00 +- 1.41 ( 0.60 +-0.42%) Rich2 = 9.00 +- 3.00 ( 1.86 +-0.61%) GetRichHitsNextNext INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 260.00 +-16.12 ( 95.59 +-1.25%) Rich2Gas = 380.00 +-19.49 ( 58.28 +-1.93%) +GetRichHitsNextNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 323.00 +-17.97 ( 96.71 +-0.98%) Rich2Gas = 359.00 +-18.95 ( 74.02 +-1.99%) GetRichHitsNextNext INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Aero hits per tile : @@ -9600,95 +9606,92 @@ GetRichHitsNextNext INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHitsNextNext INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHitsNextNext INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHitsNextNext INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 272.00 +- 16.49 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 477.00 +- 21.84 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 1.00 +- 1.00 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 173.00 +- 13.15 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich1Gas = 11.00 +- 3.32 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich2Gas = 27.00 +- 5.20 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : GasQuartzWin = 1.00 +- 1.00 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : HPDQuartzWin = 2.00 +- 1.41 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 334.00 +- 18.28 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 485.00 +- 22.02 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich1Gas = 18.00 +- 4.24 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich2Gas = 30.00 +- 5.48 / event GetRichTracksNextNext INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVeloHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 282 | 282.00 | 0.0000 | 282.00 | 282.00 | + | "# PackedData" | 1 | 285 | 285.00 | 0.0000 | 285.00 | 285.00 | MCPuVetoHitPackerNext...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 7 | 7.0000 | 0.0000 | 7.0000 | 7.0000 | + | "# PackedData" | 1 | 5 | 5.0000 | 0.0000 | 5.0000 | 5.0000 | MCTTHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 79 | 79.000 | 0.0000 | 79.000 | 79.000 | + | "# PackedData" | 1 | 165 | 165.00 | 0.0000 | 165.00 | 165.00 | MCITHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 133 | 133.00 | 0.0000 | 133.00 | 133.00 | + | "# PackedData" | 1 | 48 | 48.000 | 0.0000 | 48.000 | 48.000 | MCOTHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 185 | 185.00 | 0.0000 | 185.00 | 185.00 | + | "# PackedData" | 1 | 390 | 390.00 | 0.0000 | 390.00 | 390.00 | MCMuonHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 99 | 99.000 | 0.0000 | 99.000 | 99.000 | + | "# PackedData" | 1 | 107 | 107.00 | 0.0000 | 107.00 | 107.00 | MCPrsHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 865 | 865.00 | 0.0000 | 865.00 | 865.00 | + | "# PackedData" | 1 | 982 | 982.00 | 0.0000 | 982.00 | 982.00 | MCSpdHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 589 | 589.00 | 0.0000 | 589.00 | 589.00 | + | "# PackedData" | 1 | 521 | 521.00 | 0.0000 | 521.00 | 521.00 | MCEcalHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 960 | 960.00 | 0.0000 | 960.00 | 960.00 | + | "# PackedData" | 1 | 1213 | 1213.0 | 0.0000 | 1213.0 | 1213.0 | MCHcalHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 157 | 157.00 | 0.0000 | 157.00 | 157.00 | + | "# PackedData" | 1 | 159 | 159.00 | 0.0000 | 159.00 | 159.00 | MCRichHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 924 | 924.00 | 0.0000 | 924.00 | 924.00 | + | "# PackedData" | 1 | 819 | 819.00 | 0.0000 | 819.00 | 819.00 | MCRichOpPhotPackerNex...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 923 | 923.00 | 0.0000 | 923.00 | 923.00 | + | "# PackedData" | 1 | 819 | 819.00 | 0.0000 | 819.00 | 819.00 | MCRichSegmentPackerNe...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 41 | 41.000 | 0.0000 | 41.000 | 41.000 | + | "# PackedData" | 1 | 48 | 48.000 | 0.0000 | 48.000 | 48.000 | MCRichTrackPackerNext...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 32 | 32.000 | 0.0000 | 32.000 | 32.000 | + | "# PackedData" | 1 | 41 | 41.000 | 0.0000 | 41.000 | 41.000 | VeloGaussMoniNextNext INFO ------------------------------------------------------ VeloGaussMoniNextNext INFO - VeloGaussMoni table - VeloGaussMoniNextNext INFO ------------------------------------------------------ -VeloGaussMoniNextNext INFO | Number of MCHits/Event: 282+/-0 -VeloGaussMoniNextNext INFO | Number of PileUpMCHits/Event: 7+/-0 +VeloGaussMoniNextNext INFO | Number of MCHits/Event: 285+/-0 +VeloGaussMoniNextNext INFO | Number of PileUpMCHits/Event: 5+/-0 VeloGaussMoniNextNext INFO ------------------------------------------------------ TTHitMonitorNextNext INFO *** Summary *** -TTHitMonitorNextNext INFO #hits per event: 79 -TTHitMonitorNextNext INFO Mean beta * gamma: 1157.48 -TTHitMonitorNextNext INFO Most Probable deposited charge: 0.157755 -TTHitMonitorNextNext INFO Half Sample width 0.0408882 +TTHitMonitorNextNext INFO #hits per event: 165 +TTHitMonitorNextNext INFO Mean beta * gamma: 2034.1 +TTHitMonitorNextNext INFO Most Probable deposited charge: 0.154656 +TTHitMonitorNextNext INFO Half Sample width 0.056911 TTHitMonitorNextNext SUCCESS Booked 7 Histogram(s) : 1D=7 -TTHitMonitorNextNext SUCCESS Number of counters : 2 +TTHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "betaGamma" | 79 | 91441.01 | 1157.5 | 2764.6 | 0.36687 | 12264. | - | "numberHits" | 1 | 79 | 79.000 | 0.0000 | 79.000 | 79.000 | + | "DeltaRay" | 11 | 11 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 165 | 335626.4 | 2034.1 | 5104.4 | 0.0066358 | 24431. | + | "numberHits" | 1 | 165 | 165.00 | 0.0000 | 165.00 | 165.00 | ITHitMonitorNextNext INFO *** Summary *** -ITHitMonitorNextNext INFO #hits per event: 133 -ITHitMonitorNextNext INFO Mean beta * gamma: 1406.73 -ITHitMonitorNextNext INFO Most Probable deposited charge: 0.118209 -ITHitMonitorNextNext INFO Half Sample width 0.0283612 +ITHitMonitorNextNext INFO #hits per event: 48 +ITHitMonitorNextNext INFO Mean beta * gamma: 1397.03 +ITHitMonitorNextNext INFO Most Probable deposited charge: 0.116 +ITHitMonitorNextNext INFO Half Sample width 0.0252912 ITHitMonitorNextNext SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 8 | 8 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 133 | 187095 | 1406.7 | 2097.6 | 3.9145 | 5981.1 | - | "numberHits" | 1 | 133 | 133.00 | 0.0000 | 133.00 | 133.00 | + | "DeltaRay" | 1 | 1 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 48 | 67057.51 | 1397.0 | 3903.7 | 6.8068 | 14171. | + | "numberHits" | 1 | 48 | 48.000 | 0.0000 | 48.000 | 48.000 | OTHitMonitorNextNext INFO *** Summary *** -OTHitMonitorNextNext INFO #hits per event: 185 -OTHitMonitorNextNext INFO Mean beta * gamma: 2877.58 -OTHitMonitorNextNext INFO Most Probable deposited charge: 0.19864 -OTHitMonitorNextNext INFO Half Sample width 0.070435 +OTHitMonitorNextNext INFO #hits per event: 390 +OTHitMonitorNextNext INFO Mean beta * gamma: 2749.78 +OTHitMonitorNextNext INFO Most Probable deposited charge: 0.197403 +OTHitMonitorNextNext INFO Half Sample width 0.0788609 OTHitMonitorNextNext SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 9 | 9 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 185 | 532353 | 2877.6 | 5363.9 | 2.6208 | 29802. | - | "numberHits" | 1 | 185 | 185.00 | 0.0000 | 185.00 | 185.00 | + | "DeltaRay" | 13 | 13 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 390 | 1072413 | 2749.8 | 5984.8 | 0.012105 | 24431. | + | "numberHits" | 1 | 390 | 390.00 | 0.0000 | 390.00 | 390.00 | SpdMonitorNextNext SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitorNextNext SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitorNextNext SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -9697,374 +9700,374 @@ MuonHitCheckerNextNext INFO ------------------------------------------------ MuonHitCheckerNextNext INFO Muon Monitoring Table MuonHitCheckerNextNext INFO ----------------------------------------------------------------- MuonHitCheckerNextNext INFO M1 M2 M3 M4 M5 -MuonHitCheckerNextNext INFO 53.000 3.000 6.000 0.000 1.000 R1 -MuonHitCheckerNextNext INFO 109.000 34.000 1.000 0.000 0.000 R2 -MuonHitCheckerNextNext INFO 49.000 1.000 3.000 0.000 0.000 R3 -MuonHitCheckerNextNext INFO 54.000 0.000 0.000 0.000 0.000 R4 +MuonHitCheckerNextNext INFO 90.000 0.000 8.000 2.000 16.000 R1 +MuonHitCheckerNextNext INFO 173.000 4.000 0.000 0.000 4.000 R2 +MuonHitCheckerNextNext INFO 77.000 0.000 0.000 0.000 5.000 R3 +MuonHitCheckerNextNext INFO 70.000 4.000 0.000 0.000 0.000 R4 MuonHitCheckerNextNext INFO ----------------------------------------------------------------- MuonHitCheckerNextNext INFO ------- Integrated over regions --------------------------- MuonHitCheckerNextNext INFO ----------------------------------------------------------------- -MuonHitCheckerNextNext INFO 265.000 38.000 10.000 0.000 1.000 allR +MuonHitCheckerNextNext INFO 410.000 8.000 8.000 2.000 25.000 allR MuonHitCheckerNextNext INFO number of hits generated outside gaps volume 0 UnpackPuVetoHitsNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 7 | 7.0000 | 0.0000 | 7.0000 | 7.0000 | + | "# UnPackedData" | 1 | 5 | 5.0000 | 0.0000 | 5.0000 | 5.0000 | CheckPuVetoHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 7 |5.773741e-07 | 8.2482e-08 | 2.4718e-07 | -3.6692e-07 | 3.7002e-07 | - | "Diff. - Displacement y" | 7 |2.74001e-07 | 3.9143e-08 | 3.2975e-07 | -4.3910e-07 | 4.4417e-07 | - | "Diff. - Displacement z" | 7 |8.880497e-07 | 1.2686e-07 | 2.9438e-07 | -3.2177e-07 | 4.8370e-07 | - | "Diff. - Energy" | 7 |-1.804597e-06 |-2.5780e-07 | 5.9227e-07 | -8.6247e-07 | 8.3303e-07 | - | "Diff. - Entry Point x" | 7 |0.000128089 | 1.8298e-05 | 2.0027e-05 | -1.4692e-05 | 3.7553e-05 | - | "Diff. - Entry Point y" | 7 |5.955996e-05 | 8.5086e-06 | 2.7348e-05 | -4.5512e-05 | 4.4200e-05 | - | "Diff. - Entry Point z" | 7 |-7.823825e-05 |-1.1177e-05 | 3.5346e-05 | -4.8466e-05 | 3.3519e-05 | - | "Diff. - Parent |P|" | 7 |-0.002782348 |-0.00039748 | 0.0035317 | -0.0041617 | 0.0049975 | - | "Diff. - TOF" | 7 |-9.382268e-06 |-1.3403e-06 | 8.5240e-07 | -2.5187e-06 | 1.1069e-08 | - | "Original - Displacement x" | 7 |-0.03655842 | -0.0052226 | 0.034054 | -0.055657 | 0.043908 | - | "Original - Displacement y" | 7 |-0.02620773 | -0.0037440 | 0.028213 | -0.042416 | 0.035371 | - | "Original - Displacement z" | 7 | -2.100321 | -0.30005 | 0.00016808 | -0.30023 | -0.29973 | - | "Original - Energy" | 7 | 0.9259002 | 0.13227 | 0.10506 | 0.077211 | 0.38914 | - | "Original - Entry Point x" | 7 | -19.71477 | -2.8164 | 21.427 | -30.412 | 28.773 | - | "Original - Entry Point y" | 7 | -15.07804 | -2.1540 | 18.719 | -27.150 | 23.127 | - | "Original - Entry Point z" | 7 | -1724.933 | -246.42 | 34.681 | -300.51 | -219.00 | - | "Original - Parent |P|" | 7 | 42719.55 | 6102.8 | 4636.4 | 398.07 | 11568. | - | "Original - TOF" | 7 | 4.890241 | 0.69861 | 0.11295 | 0.60075 | 0.87378 | - | "Unpacked - Displacement x" | 7 | -0.036559 | -0.0052227 | 0.034054 | -0.055657 | 0.043908 | - | "Unpacked - Displacement y" | 7 | -0.026208 | -0.0037440 | 0.028213 | -0.042416 | 0.035371 | - | "Unpacked - Displacement z" | 7 | -2.100322 | -0.30005 | 0.00016809 | -0.30023 | -0.29973 | - | "Unpacked - Energy" | 7 | 0.925902 | 0.13227 | 0.10506 | 0.077212 | 0.38914 | - | "Unpacked - Entry Point x" | 7 | -19.7149 | -2.8164 | 21.427 | -30.413 | 28.773 | - | "Unpacked - Entry Point y" | 7 | -15.0781 | -2.1540 | 18.719 | -27.150 | 23.127 | - | "Unpacked - Entry Point z" | 7 | -1724.933 | -246.42 | 34.681 | -300.51 | -219.00 | - | "Unpacked - Parent |P|" | 7 | 42719.55 | 6102.8 | 4636.4 | 398.07 | 11568. | - | "Unpacked - TOF" | 7 | 4.89025 | 0.69861 | 0.11295 | 0.60075 | 0.87378 | + | "Diff. - Displacement x" | 5 |-9.485004e-08 |-1.8970e-08 | 3.4042e-07 | -4.4277e-07 | 3.4338e-07 | + | "Diff. - Displacement y" | 5 |-2.316793e-07 |-4.6336e-08 | 1.4241e-07 | -2.9430e-07 | 8.0041e-08 | + | "Diff. - Displacement z" | 5 |2.499286e-07 | 4.9986e-08 | 2.2933e-07 | -2.6553e-07 | 3.1748e-07 | + | "Diff. - Energy" | 5 |1.271816e-06 | 2.5436e-07 | 5.6672e-07 | -5.5081e-07 | 8.4220e-07 | + | "Diff. - Entry Point x" | 5 |-4.368175e-05 |-8.7364e-06 | 2.6540e-05 | -3.9300e-05 | 2.1889e-05 | + | "Diff. - Entry Point y" | 5 |0.0001301313 | 2.6026e-05 | 1.5369e-05 | 1.7431e-06 | 4.7591e-05 | + | "Diff. - Entry Point z" | 5 |1.884542e-05 | 3.7691e-06 | 2.7830e-05 | -3.0608e-05 | 4.1022e-05 | + | "Diff. - Parent |P|" | 5 |-0.01154661 | -0.0023093 | 0.0025996 | -0.0045398 | 0.00092773 | + | "Diff. - TOF" | 5 |-8.970932e-06 |-1.7942e-06 | 2.6060e-06 | -3.8820e-06 | 3.2154e-06 | + | "Original - Displacement x" | 5 | -0.1235811 | -0.024716 | 0.016735 | -0.055340 | -0.0094877 | + | "Original - Displacement y" | 5 | 0.05862677 | 0.011725 | 0.016995 | -0.0077949 | 0.035533 | + | "Original - Displacement z" | 5 | -1.49986 | -0.29997 | 0.00014251 | -0.30014 | -0.29973 | + | "Original - Energy" | 5 | 0.5034173 | 0.10068 | 0.015008 | 0.080537 | 0.12601 | + | "Original - Entry Point x" | 5 | -77.10444 | -15.421 | 9.2571 | -30.352 | -4.8256 | + | "Original - Entry Point y" | 5 | 39.40693 | 7.8814 | 11.871 | -6.9545 | 23.166 | + | "Original - Entry Point z" | 5 | -1257.927 | -251.59 | 39.880 | -300.51 | -219.00 | + | "Original - Parent |P|" | 5 | 41769.45 | 8353.9 | 3514.5 | 1941.9 | 11567. | + | "Original - TOF" | 5 | 3.569611 | 0.71392 | 0.13054 | 0.60076 | 0.87377 | + | "Unpacked - Displacement x" | 5 | -0.123581 | -0.024716 | 0.016735 | -0.055340 | -0.0094880 | + | "Unpacked - Displacement y" | 5 | 0.058627 | 0.011725 | 0.016995 | -0.0077950 | 0.035533 | + | "Unpacked - Displacement z" | 5 | -1.49986 | -0.29997 | 0.00014246 | -0.30014 | -0.29973 | + | "Unpacked - Energy" | 5 | 0.503416 | 0.10068 | 0.015008 | 0.080536 | 0.12601 | + | "Unpacked - Entry Point x" | 5 | -77.1044 | -15.421 | 9.2571 | -30.352 | -4.8256 | + | "Unpacked - Entry Point y" | 5 | 39.4068 | 7.8814 | 11.871 | -6.9545 | 23.166 | + | "Unpacked - Entry Point z" | 5 | -1257.927 | -251.59 | 39.880 | -300.51 | -219.00 | + | "Unpacked - Parent |P|" | 5 | 41769.46 | 8353.9 | 3514.5 | 1941.9 | 11567. | + | "Unpacked - TOF" | 5 | 3.56962 | 0.71392 | 0.13054 | 0.60076 | 0.87377 | UnpackVeloHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 282 | 282.00 | 0.0000 | 282.00 | 282.00 | + | "# UnPackedData" | 1 | 285 | 285.00 | 0.0000 | 285.00 | 285.00 | CheckVeloHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 282 |-2.244413e-06 |-7.9589e-09 | 2.8814e-07 | -4.9610e-07 | 4.9968e-07 | - | "Diff. - Displacement y" | 282 |-7.357197e-06 |-2.6089e-08 | 3.0255e-07 | -4.9899e-07 | 4.9640e-07 | - | "Diff. - Displacement z" | 282 |3.388663e-06 | 1.2017e-08 | 2.9060e-07 | -4.9960e-07 | 4.8994e-07 | - | "Diff. - Energy" | 282 |6.65715e-06 | 2.3607e-08 | 6.1083e-07 | -9.9804e-07 | 9.9828e-07 | - | "Diff. - Entry Point x" | 282 |-0.0002659157 |-9.4296e-07 | 2.8237e-05 | -4.9642e-05 | 4.9807e-05 | - | "Diff. - Entry Point y" | 282 |-0.0005058535 |-1.7938e-06 | 2.9295e-05 | -4.9981e-05 | 4.9471e-05 | - | "Diff. - Entry Point z" | 282 |0.0003056798 | 1.0840e-06 | 2.8410e-05 | -4.9989e-05 | 4.9209e-05 | - | "Diff. - Parent |P|" | 282 | -0.0220717 |-7.8268e-05 | 0.0029163 | -0.0049317 | 0.0049402 | - | "Diff. - TOF" | 282 |-1.359288e-06 |-4.8202e-09 | 2.8091e-06 | -4.9723e-06 | 4.9940e-06 | - | "Original - Displacement x" | 282 | -11.16949 | -0.039608 | 0.73551 | -12.319 | 0.43761 | - | "Original - Displacement y" | 282 | 7.763981 | 0.027532 | 0.30163 | -0.49765 | 4.9294 | - | "Original - Displacement z" | 282 | 54.45361 | 0.19310 | 0.22011 | -0.30121 | 0.30031 | - | "Original - Energy" | 282 | 39.13983 | 0.13879 | 0.40812 | 0.0041744 | 6.5439 | - | "Original - Entry Point x" | 282 | -423.5613 | -1.5020 | 16.322 | -34.338 | 40.198 | - | "Original - Entry Point y" | 282 | 1284.667 | 4.5556 | 13.805 | -35.285 | 31.314 | - | "Original - Entry Point z" | 282 | 79356.22 | 281.41 | 281.76 | -175.76 | 751.00 | - | "Original - Parent |P|" | 282 | 2018357 | 7157.3 | 10086. | 1.4346 | 51321. | - | "Original - TOF" | 282 | 329.3962 | 1.1681 | 0.82060 | 0.059342 | 2.6396 | - | "Unpacked - Displacement x" | 282 | -11.16949 | -0.039608 | 0.73551 | -12.319 | 0.43761 | - | "Unpacked - Displacement y" | 282 | 7.763988 | 0.027532 | 0.30163 | -0.49765 | 4.9294 | - | "Unpacked - Displacement z" | 282 | 54.4536 | 0.19310 | 0.22011 | -0.30121 | 0.30031 | - | "Unpacked - Energy" | 282 | 39.13982 | 0.13879 | 0.40812 | 0.0041740 | 6.5439 | - | "Unpacked - Entry Point x" | 282 | -423.561 | -1.5020 | 16.322 | -34.338 | 40.198 | - | "Unpacked - Entry Point y" | 282 | 1284.667 | 4.5556 | 13.805 | -35.285 | 31.314 | - | "Unpacked - Entry Point z" | 282 | 79356.22 | 281.41 | 281.76 | -175.76 | 751.00 | - | "Unpacked - Parent |P|" | 282 | 2018357 | 7157.3 | 10086. | 1.4300 | 51321. | - | "Unpacked - TOF" | 282 | 329.3962 | 1.1681 | 0.82060 | 0.059340 | 2.6396 | + | "Diff. - Displacement x" | 285 |5.433101e-06 | 1.9064e-08 | 3.0143e-07 | -4.9445e-07 | 4.9831e-07 | + | "Diff. - Displacement y" | 285 |1.40219e-06 | 4.9200e-09 | 2.7886e-07 | -4.9768e-07 | 4.9952e-07 | + | "Diff. - Displacement z" | 285 |-2.852602e-06 |-1.0009e-08 | 2.9222e-07 | -4.9466e-07 | 4.9901e-07 | + | "Diff. - Energy" | 285 |2.454033e-06 | 8.6106e-09 | 5.8850e-07 | -9.9917e-07 | 9.8462e-07 | + | "Diff. - Entry Point x" | 285 |0.0004580892 | 1.6073e-06 | 2.7732e-05 | -4.9886e-05 | 4.9977e-05 | + | "Diff. - Entry Point y" | 285 |5.131507e-05 | 1.8005e-07 | 2.8474e-05 | -4.9464e-05 | 4.9710e-05 | + | "Diff. - Entry Point z" | 285 |0.0003308783 | 1.1610e-06 | 2.7841e-05 | -4.7642e-05 | 4.9861e-05 | + | "Diff. - Parent |P|" | 285 |-0.01996824 |-7.0064e-05 | 0.0027798 | -0.0049660 | 0.0049935 | + | "Diff. - TOF" | 285 |5.442488e-05 | 1.9096e-07 | 3.0137e-06 | -4.9170e-06 | 4.9793e-06 | + | "Original - Displacement x" | 285 | -10.1611 | -0.035653 | 0.66905 | -11.261 | 0.44843 | + | "Original - Displacement y" | 285 | 7.91846 | 0.027784 | 0.27290 | -0.34351 | 4.4917 | + | "Original - Displacement z" | 285 | 59.09404 | 0.20735 | 0.20708 | -0.30124 | 0.30011 | + | "Original - Energy" | 285 | 40.72725 | 0.14290 | 0.35367 | 0.011918 | 5.0032 | + | "Original - Entry Point x" | 285 | -491.3096 | -1.7239 | 15.981 | -34.415 | 40.197 | + | "Original - Entry Point y" | 285 | 1405.99 | 4.9333 | 14.604 | -35.151 | 41.876 | + | "Original - Entry Point z" | 285 | 93958.57 | 329.68 | 285.47 | -160.84 | 751.00 | + | "Original - Parent |P|" | 285 | 2053325 | 7204.6 | 9198.4 | 122.56 | 51324. | + | "Original - TOF" | 285 | 373.1542 | 1.3093 | 0.85955 | 0.059344 | 2.6395 | + | "Unpacked - Displacement x" | 285 | -10.1611 | -0.035653 | 0.66905 | -11.261 | 0.44843 | + | "Unpacked - Displacement y" | 285 | 7.918459 | 0.027784 | 0.27290 | -0.34351 | 4.4917 | + | "Unpacked - Displacement z" | 285 | 59.09405 | 0.20735 | 0.20708 | -0.30124 | 0.30011 | + | "Unpacked - Energy" | 285 | 40.72725 | 0.14290 | 0.35367 | 0.011918 | 5.0032 | + | "Unpacked - Entry Point x" | 285 | -491.3101 | -1.7239 | 15.981 | -34.416 | 40.197 | + | "Unpacked - Entry Point y" | 285 | 1405.989 | 4.9333 | 14.604 | -35.151 | 41.876 | + | "Unpacked - Entry Point z" | 285 | 93958.57 | 329.68 | 285.47 | -160.84 | 751.00 | + | "Unpacked - Parent |P|" | 285 | 2053325 | 7204.6 | 9198.4 | 122.56 | 51324. | + | "Unpacked - TOF" | 285 | 373.1542 | 1.3093 | 0.85955 | 0.059340 | 2.6395 | UnpackTTHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 79 | 79.000 | 0.0000 | 79.000 | 79.000 | + | "# UnPackedData" | 1 | 165 | 165.00 | 0.0000 | 165.00 | 165.00 | CheckTTHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 79 |-6.071293e-06 |-7.6852e-08 | 2.8882e-07 | -4.9945e-07 | 4.9491e-07 | - | "Diff. - Displacement y" | 79 |-5.528097e-07 |-6.9976e-09 | 2.8178e-07 | -4.8190e-07 | 4.7191e-07 | - | "Diff. - Displacement z" | 79 |-3.921192e-08 |-4.9635e-10 | 4.3837e-09 | -3.9212e-08 | 0.0000 | - | "Diff. - Energy" | 79 |-5.295632e-06 |-6.7033e-08 | 6.1814e-07 | -9.7964e-07 | 9.9390e-07 | - | "Diff. - Entry Point x" | 79 |7.943689e-05 | 1.0055e-06 | 2.9110e-05 | -4.8480e-05 | 4.8943e-05 | - | "Diff. - Entry Point y" | 79 |0.0002002431 | 2.5347e-06 | 2.8061e-05 | -4.9611e-05 | 4.8851e-05 | - | "Diff. - Entry Point z" | 79 |3.603921e-05 | 4.5619e-07 | 4.0290e-06 | 0.0000 | 3.6039e-05 | - | "Diff. - Parent |P|" | 79 | 0.02391742 | 0.00030275 | 0.0026797 | -0.0048696 | 0.0049475 | - | "Diff. - TOF" | 79 |-1.985539e-05 |-2.5133e-07 | 2.9070e-06 | -4.9267e-06 | 4.7599e-06 | - | "Original - Displacement x" | 79 | -3.382138 | -0.042812 | 0.19102 | -0.76300 | 0.18487 | - | "Original - Displacement y" | 79 | 1.521118 | 0.019255 | 0.084845 | -0.10024 | 0.26628 | - | "Original - Displacement z" | 79 | 37.21306 | 0.47105 | 0.15975 | -0.50000 | 0.50000 | - | "Original - Energy" | 79 | 21.05712 | 0.26655 | 0.30266 | 0.061365 | 1.5814 | - | "Original - Entry Point x" | 79 | 2483.893 | 31.442 | 235.30 | -564.64 | 694.75 | - | "Original - Entry Point y" | 79 | 6992.035 | 88.507 | 207.08 | -327.89 | 614.30 | - | "Original - Entry Point z" | 79 | 196374.3 | 2485.8 | 136.31 | 2322.0 | 2647.5 | - | "Original - Parent |P|" | 79 | 273216.3 | 3458.4 | 5268.3 | 83.088 | 25708. | - | "Original - TOF" | 79 | 806.7635 | 10.212 | 6.3357 | 7.8856 | 45.801 | - | "Unpacked - Displacement x" | 79 | -3.382132 | -0.042812 | 0.19102 | -0.76300 | 0.18487 | - | "Unpacked - Displacement y" | 79 | 1.521119 | 0.019255 | 0.084845 | -0.10024 | 0.26628 | - | "Unpacked - Displacement z" | 79 | 37.21306 | 0.47105 | 0.15975 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 79 | 21.05713 | 0.26655 | 0.30266 | 0.061364 | 1.5814 | - | "Unpacked - Entry Point x" | 79 | 2483.893 | 31.442 | 235.30 | -564.64 | 694.75 | - | "Unpacked - Entry Point y" | 79 | 6992.035 | 88.507 | 207.08 | -327.89 | 614.30 | - | "Unpacked - Entry Point z" | 79 | 196374.3 | 2485.8 | 136.31 | 2322.0 | 2647.5 | - | "Unpacked - Parent |P|" | 79 | 273216.2 | 3458.4 | 5268.3 | 83.090 | 25708. | - | "Unpacked - TOF" | 79 | 806.7635 | 10.212 | 6.3357 | 7.8856 | 45.801 | + | "Diff. - Displacement x" | 165 |2.055813e-06 | 1.2459e-08 | 2.8538e-07 | -4.9361e-07 | 4.9599e-07 | + | "Diff. - Displacement y" | 165 |2.752965e-06 | 1.6685e-08 | 2.7769e-07 | -4.6516e-07 | 4.9561e-07 | + | "Diff. - Displacement z" | 165 |7.378164e-07 | 4.4716e-09 | 1.2004e-07 | -4.8451e-07 | 4.8451e-07 | + | "Diff. - Energy" | 165 |-1.211741e-05 |-7.3439e-08 | 5.6390e-07 | -9.9886e-07 | 9.9606e-07 | + | "Diff. - Entry Point x" | 165 |4.560147e-05 | 2.7637e-07 | 2.7956e-05 | -4.9898e-05 | 4.9491e-05 | + | "Diff. - Entry Point y" | 165 |0.0004103682 | 2.4871e-06 | 3.0275e-05 | -4.9242e-05 | 4.9999e-05 | + | "Diff. - Entry Point z" | 165 |-0.000133747 |-8.1059e-07 | 6.8533e-06 | -4.7589e-05 | 2.0308e-05 | + | "Diff. - Parent |P|" | 165 |0.001614832 | 9.7869e-06 | 0.0028533 | -0.0049267 | 0.0049437 | + | "Diff. - TOF" | 165 |6.343439e-05 | 3.8445e-07 | 2.8565e-06 | -4.8980e-06 | 4.9401e-06 | + | "Original - Displacement x" | 165 | 11.45046 | 0.069397 | 0.41054 | -0.59165 | 2.7794 | + | "Original - Displacement y" | 165 | 14.10149 | 0.085464 | 0.42261 | -0.67029 | 3.0243 | + | "Original - Displacement z" | 165 | 49.19682 | 0.29816 | 0.36628 | -0.50000 | 0.50000 | + | "Original - Energy" | 165 | 72.63501 | 0.44021 | 0.85522 | 0.011958 | 6.7420 | + | "Original - Entry Point x" | 165 | 1359.987 | 8.2423 | 236.89 | -673.06 | 780.18 | + | "Original - Entry Point y" | 165 | 4566.547 | 27.676 | 193.62 | -654.17 | 644.43 | + | "Original - Entry Point z" | 165 | 414433.7 | 2511.7 | 134.54 | 2322.0 | 2647.8 | + | "Original - Parent |P|" | 165 | 442848.1 | 2683.9 | 4477.5 | 2.4960 | 25699. | + | "Original - TOF" | 165 | 1697.993 | 10.291 | 4.7496 | 7.8793 | 35.461 | + | "Unpacked - Displacement x" | 165 | 11.45046 | 0.069397 | 0.41054 | -0.59165 | 2.7794 | + | "Unpacked - Displacement y" | 165 | 14.10149 | 0.085464 | 0.42261 | -0.67029 | 3.0243 | + | "Unpacked - Displacement z" | 165 | 49.19682 | 0.29816 | 0.36628 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 165 | 72.63502 | 0.44021 | 0.85522 | 0.011958 | 6.7420 | + | "Unpacked - Entry Point x" | 165 | 1359.987 | 8.2423 | 236.89 | -673.06 | 780.18 | + | "Unpacked - Entry Point y" | 165 | 4566.547 | 27.676 | 193.62 | -654.17 | 644.43 | + | "Unpacked - Entry Point z" | 165 | 414433.7 | 2511.7 | 134.54 | 2322.0 | 2647.8 | + | "Unpacked - Parent |P|" | 165 | 442848.1 | 2683.9 | 4477.5 | 2.5000 | 25699. | + | "Unpacked - TOF" | 165 | 1697.993 | 10.291 | 4.7496 | 7.8793 | 35.461 | UnpackITHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 133 | 133.00 | 0.0000 | 133.00 | 133.00 | + | "# UnPackedData" | 1 | 48 | 48.000 | 0.0000 | 48.000 | 48.000 | CheckITHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 133 |-7.491077e-07 |-5.6324e-09 | 2.8029e-07 | -4.9796e-07 | 4.8928e-07 | - | "Diff. - Displacement y" | 133 |7.556469e-07 | 5.6816e-09 | 2.7245e-07 | -4.9506e-07 | 4.8438e-07 | - | "Diff. - Displacement z" | 133 |3.818989e-07 | 2.8714e-09 | 3.1072e-07 | -4.9983e-07 | 4.8562e-07 | - | "Diff. - Energy" | 133 |3.360531e-06 | 2.5267e-08 | 5.8095e-07 | -9.7562e-07 | 9.8117e-07 | - | "Diff. - Entry Point x" | 133 |0.000756477 | 5.6878e-06 | 2.9041e-05 | -4.7498e-05 | 4.9611e-05 | - | "Diff. - Entry Point y" | 133 |6.033966e-05 | 4.5368e-07 | 2.7447e-05 | -4.9244e-05 | 4.9112e-05 | - | "Diff. - Entry Point z" | 133 |0.0002028024 | 1.5248e-06 | 2.9960e-05 | -4.9754e-05 | 4.8750e-05 | - | "Diff. - Parent |P|" | 133 | 0.01922097 | 0.00014452 | 0.0029449 | -0.0049844 | 0.0049923 | - | "Diff. - TOF" | 133 |3.446691e-05 | 2.5915e-07 | 2.7981e-06 | -4.9547e-06 | 4.9694e-06 | - | "Original - Displacement x" | 133 | 1.544846 | 0.011615 | 0.12662 | -0.14123 | 0.95238 | - | "Original - Displacement y" | 133 | 1.429272 | 0.010746 | 0.10015 | -0.38510 | 0.76971 | - | "Original - Displacement z" | 133 | 47.06607 | 0.35388 | 0.13179 | -0.41053 | 0.40983 | - | "Original - Energy" | 133 | 20.21339 | 0.15198 | 0.10612 | 0.0037442 | 0.77624 | - | "Original - Entry Point x" | 133 | -3603.416 | -27.093 | 228.13 | -432.92 | 236.80 | - | "Original - Entry Point y" | 133 | -4741.537 | -35.651 | 64.417 | -130.01 | 106.18 | - | "Original - Entry Point z" | 133 | 1122088 | 8436.8 | 536.52 | 7667.7 | 9171.1 | - | "Original - Parent |P|" | 133 | 1537352 | 11559. | 13129. | 1.4247 | 40191. | - | "Original - TOF" | 133 | 3770.233 | 28.348 | 1.7997 | 25.718 | 30.747 | - | "Unpacked - Displacement x" | 133 | 1.544847 | 0.011615 | 0.12662 | -0.14123 | 0.95238 | - | "Unpacked - Displacement y" | 133 | 1.429271 | 0.010746 | 0.10015 | -0.38510 | 0.76971 | - | "Unpacked - Displacement z" | 133 | 47.06607 | 0.35388 | 0.13179 | -0.41053 | 0.40983 | - | "Unpacked - Energy" | 133 | 20.21339 | 0.15198 | 0.10612 | 0.0037440 | 0.77624 | - | "Unpacked - Entry Point x" | 133 | -3603.417 | -27.093 | 228.13 | -432.92 | 236.80 | - | "Unpacked - Entry Point y" | 133 | -4741.537 | -35.651 | 64.417 | -130.01 | 106.18 | - | "Unpacked - Entry Point z" | 133 | 1122088 | 8436.8 | 536.52 | 7667.7 | 9171.1 | - | "Unpacked - Parent |P|" | 133 | 1537352 | 11559. | 13129. | 1.4200 | 40191. | - | "Unpacked - TOF" | 133 | 3770.233 | 28.348 | 1.7997 | 25.718 | 30.747 | + | "Diff. - Displacement x" | 48 |3.929379e-06 | 8.1862e-08 | 2.5103e-07 | -4.3298e-07 | 4.8575e-07 | + | "Diff. - Displacement y" | 48 |8.461612e-07 | 1.7628e-08 | 2.9990e-07 | -4.9295e-07 | 4.7865e-07 | + | "Diff. - Displacement z" | 48 |-7.330223e-06 |-1.5271e-07 | 2.2275e-07 | -4.7787e-07 | 4.7395e-07 | + | "Diff. - Energy" | 48 |4.324935e-07 | 9.0103e-09 | 5.5170e-07 | -9.4258e-07 | 9.3351e-07 | + | "Diff. - Entry Point x" | 48 |3.304548e-05 | 6.8845e-07 | 2.6885e-05 | -4.5477e-05 | 4.3966e-05 | + | "Diff. - Entry Point y" | 48 |0.0003989961 | 8.3124e-06 | 2.8902e-05 | -4.7560e-05 | 4.8935e-05 | + | "Diff. - Entry Point z" | 48 |0.0002655245 | 5.5318e-06 | 2.9857e-05 | -4.4997e-05 | 4.7193e-05 | + | "Diff. - Parent |P|" | 48 | -0.0172494 |-0.00035936 | 0.0027736 | -0.0049916 | 0.0046828 | + | "Diff. - TOF" | 48 |1.908187e-05 | 3.9754e-07 | 3.1609e-06 | -4.9269e-06 | 4.8730e-06 | + | "Original - Displacement x" | 48 | -0.6453791 | -0.013445 | 0.068372 | -0.12130 | 0.20475 | + | "Original - Displacement y" | 48 | 0.8219068 | 0.017123 | 0.058229 | -0.010379 | 0.21767 | + | "Original - Displacement z" | 48 | 17.86304 | 0.37215 | 0.057796 | 0.10731 | 0.41059 | + | "Original - Energy" | 48 | 6.806506 | 0.14180 | 0.073940 | 0.025634 | 0.46802 | + | "Original - Entry Point x" | 48 | -13256.52 | -276.18 | 267.05 | -626.07 | 229.86 | + | "Original - Entry Point y" | 48 | -1421.146 | -29.607 | 98.060 | -202.23 | 111.15 | + | "Original - Entry Point z" | 48 | 401340.9 | 8361.3 | 566.84 | 7668.0 | 9167.0 | + | "Original - Parent |P|" | 48 | 582327 | 12132. | 6013.7 | 3.4783 | 19106. | + | "Original - TOF" | 48 | 1349.402 | 28.113 | 1.9183 | 25.750 | 31.079 | + | "Unpacked - Displacement x" | 48 | -0.645383 | -0.013445 | 0.068372 | -0.12130 | 0.20475 | + | "Unpacked - Displacement y" | 48 | 0.821906 | 0.017123 | 0.058229 | -0.010379 | 0.21767 | + | "Unpacked - Displacement z" | 48 | 17.86304 | 0.37215 | 0.057796 | 0.10731 | 0.41059 | + | "Unpacked - Energy" | 48 | 6.806506 | 0.14180 | 0.073940 | 0.025634 | 0.46802 | + | "Unpacked - Entry Point x" | 48 | -13256.52 | -276.18 | 267.05 | -626.07 | 229.86 | + | "Unpacked - Entry Point y" | 48 | -1421.146 | -29.607 | 98.060 | -202.23 | 111.15 | + | "Unpacked - Entry Point z" | 48 | 401340.9 | 8361.3 | 566.84 | 7668.0 | 9167.0 | + | "Unpacked - Parent |P|" | 48 | 582327 | 12132. | 6013.7 | 3.4800 | 19106. | + | "Unpacked - TOF" | 48 | 1349.402 | 28.113 | 1.9183 | 25.750 | 31.079 | UnpackOTHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 185 | 185.00 | 0.0000 | 185.00 | 185.00 | + | "# UnPackedData" | 1 | 390 | 390.00 | 0.0000 | 390.00 | 390.00 | CheckOTHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 185 |7.517754e-06 | 4.0637e-08 | 2.9253e-07 | -4.9875e-07 | 5.0000e-07 | - | "Diff. - Displacement y" | 185 |-2.535167e-06 |-1.3704e-08 | 2.8279e-07 | -4.9583e-07 | 4.9096e-07 | - | "Diff. - Displacement z" | 185 |-2.37462e-06 |-1.2836e-08 | 2.9224e-07 | -4.9953e-07 | 4.9933e-07 | - | "Diff. - Energy" | 185 |1.198962e-07 | 6.4809e-10 | 5.8107e-07 | -9.8443e-07 | 9.9202e-07 | - | "Diff. - Entry Point x" | 185 |-0.0005973528 |-3.2289e-06 | 2.7417e-05 | -4.9798e-05 | 4.9309e-05 | - | "Diff. - Entry Point y" | 185 |-1.737287e-05 |-9.3907e-08 | 2.9305e-05 | -4.9579e-05 | 4.9992e-05 | - | "Diff. - Entry Point z" | 185 |-0.0002336157 |-1.2628e-06 | 2.8493e-05 | -4.8940e-05 | 4.9245e-05 | - | "Diff. - Parent |P|" | 185 | 0.05759939 | 0.00031135 | 0.0028936 | -0.0049839 | 0.0049856 | - | "Diff. - TOF" | 185 |-5.66969e-05 |-3.0647e-07 | 2.8380e-06 | -4.9648e-06 | 4.9838e-06 | - | "Original - Displacement x" | 185 | 186.604 | 1.0087 | 5.2377 | -13.745 | 26.857 | - | "Original - Displacement y" | 185 | -105.7501 | -0.57162 | 2.1112 | -14.909 | 10.638 | - | "Original - Displacement z" | 185 | 1327.909 | 7.1779 | 6.7090 | -10.752 | 10.736 | - | "Original - Energy" | 185 | 38.87292 | 0.21012 | 0.098104 | 0.012270 | 0.87421 | - | "Original - Entry Point x" | 185 | 52026.51 | 281.22 | 1239.6 | -2727.2 | 2491.9 | - | "Original - Entry Point y" | 185 | -37253.66 | -201.37 | 372.64 | -1075.5 | 614.67 | - | "Original - Entry Point z" | 185 | 1617148 | 8741.3 | 570.30 | 7853.4 | 9407.0 | - | "Original - Parent |P|" | 185 | 757108.6 | 4092.5 | 5239.5 | 1.5940 | 19086. | - | "Original - TOF" | 185 | 6020.534 | 32.543 | 7.8223 | 26.363 | 58.878 | - | "Unpacked - Displacement x" | 185 | 186.604 | 1.0087 | 5.2377 | -13.745 | 26.857 | - | "Unpacked - Displacement y" | 185 | -105.7501 | -0.57162 | 2.1112 | -14.909 | 10.638 | - | "Unpacked - Displacement z" | 185 | 1327.909 | 7.1779 | 6.7090 | -10.752 | 10.736 | - | "Unpacked - Energy" | 185 | 38.87292 | 0.21012 | 0.098104 | 0.012270 | 0.87421 | - | "Unpacked - Entry Point x" | 185 | 52026.51 | 281.22 | 1239.6 | -2727.2 | 2491.9 | - | "Unpacked - Entry Point y" | 185 | -37253.66 | -201.37 | 372.64 | -1075.5 | 614.67 | - | "Unpacked - Entry Point z" | 185 | 1617148 | 8741.3 | 570.30 | 7853.4 | 9407.0 | - | "Unpacked - Parent |P|" | 185 | 757108.6 | 4092.5 | 5239.5 | 1.5900 | 19086. | - | "Unpacked - TOF" | 185 | 6020.534 | 32.543 | 7.8223 | 26.363 | 58.878 | + | "Diff. - Displacement x" | 390 |-2.889334e-06 |-7.4085e-09 | 2.9050e-07 | -4.9828e-07 | 4.9901e-07 | + | "Diff. - Displacement y" | 390 |-2.251764e-07 |-5.7738e-10 | 2.8725e-07 | -4.9707e-07 | 4.9981e-07 | + | "Diff. - Displacement z" | 390 |-4.574365e-06 |-1.1729e-08 | 2.7941e-07 | -4.9852e-07 | 4.8998e-07 | + | "Diff. - Energy" | 390 |4.627102e-06 | 1.1864e-08 | 5.6561e-07 | -9.8793e-07 | 9.8107e-07 | + | "Diff. - Entry Point x" | 390 |-4.714807e-05 |-1.2089e-07 | 2.7771e-05 | -4.9956e-05 | 4.9412e-05 | + | "Diff. - Entry Point y" | 390 |0.0001039925 | 2.6665e-07 | 2.9212e-05 | -4.9217e-05 | 4.9848e-05 | + | "Diff. - Entry Point z" | 390 |-0.0004652213 |-1.1929e-06 | 2.9030e-05 | -4.9767e-05 | 4.9959e-05 | + | "Diff. - Parent |P|" | 390 | 0.08608131 | 0.00022072 | 0.0027935 | -0.0049830 | 0.0049995 | + | "Diff. - TOF" | 390 |9.752118e-05 | 2.5005e-07 | 2.8880e-06 | -4.9655e-06 | 4.9858e-06 | + | "Original - Displacement x" | 390 | -283.3765 | -0.72661 | 9.6136 | -141.23 | 21.107 | + | "Original - Displacement y" | 390 | 416.484 | 1.0679 | 10.535 | -46.140 | 175.93 | + | "Original - Displacement z" | 390 | 3118.144 | 7.9952 | 5.3494 | -10.754 | 10.954 | + | "Original - Energy" | 390 | 126.2149 | 0.32363 | 0.54131 | 0.0045572 | 5.3140 | + | "Original - Entry Point x" | 390 | -47301.79 | -121.29 | 1246.0 | -2866.4 | 3049.2 | + | "Original - Entry Point y" | 390 | 55265.02 | 141.71 | 806.44 | -2079.2 | 2221.5 | + | "Original - Entry Point z" | 390 | 3378405 | 8662.6 | 538.10 | 7849.3 | 9409.1 | + | "Original - Parent |P|" | 390 | 1498210 | 3841.6 | 4446.5 | 1.5480 | 19101. | + | "Original - TOF" | 390 | 12437.55 | 31.891 | 7.1493 | 26.365 | 130.26 | + | "Unpacked - Displacement x" | 390 | -283.3765 | -0.72661 | 9.6136 | -141.23 | 21.107 | + | "Unpacked - Displacement y" | 390 | 416.484 | 1.0679 | 10.535 | -46.140 | 175.93 | + | "Unpacked - Displacement z" | 390 | 3118.144 | 7.9952 | 5.3494 | -10.754 | 10.954 | + | "Unpacked - Energy" | 390 | 126.2149 | 0.32363 | 0.54131 | 0.0045580 | 5.3140 | + | "Unpacked - Entry Point x" | 390 | -47301.79 | -121.29 | 1246.0 | -2866.4 | 3049.2 | + | "Unpacked - Entry Point y" | 390 | 55265.02 | 141.71 | 806.44 | -2079.2 | 2221.5 | + | "Unpacked - Entry Point z" | 390 | 3378405 | 8662.6 | 538.10 | 7849.3 | 9409.1 | + | "Unpacked - Parent |P|" | 390 | 1498210 | 3841.6 | 4446.5 | 1.5500 | 19101. | + | "Unpacked - TOF" | 390 | 12437.55 | 31.891 | 7.1493 | 26.365 | 130.26 | UnpackRichHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 924 | 924.00 | 0.0000 | 924.00 | 924.00 | + | "# UnPackedData" | 1 | 819 | 819.00 | 0.0000 | 819.00 | 819.00 | UnpackRichOpPhotNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 923 | 923.00 | 0.0000 | 923.00 | 923.00 | + | "# UnPackedData" | 1 | 819 | 819.00 | 0.0000 | 819.00 | 819.00 | UnpackRichSegmentsNex...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 41 | 41.000 | 0.0000 | 41.000 | 41.000 | + | "# UnPackedData" | 1 | 48 | 48.000 | 0.0000 | 48.000 | 48.000 | UnpackRichTracksNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 32 | 32.000 | 0.0000 | 32.000 | 32.000 | + | "# UnPackedData" | 1 | 41 | 41.000 | 0.0000 | 41.000 | 41.000 | CheckRichHitsNextNext SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 924 |0.002035943 | 2.2034e-06 | 6.6941e-05 | -6.9389e-18 | 0.0020359 | - | "Diff. - Entry Point x" | 924 |0.0007995111 | 8.6527e-07 | 2.8515e-05 | -4.9991e-05 | 4.9914e-05 | - | "Diff. - Entry Point y" | 924 |-0.0004832192 |-5.2296e-07 | 2.8769e-05 | -4.9740e-05 | 4.9827e-05 | - | "Diff. - Entry Point z" | 924 |-0.0005176283 |-5.6020e-07 | 2.8851e-05 | -4.9799e-05 | 4.9658e-05 | - | "Diff. - TOF" | 924 |-3.087594e-05 |-3.3416e-08 | 2.8309e-06 | -4.9832e-06 | 4.9947e-06 | - | "Original - Energy" | 924 | 321.362 | 0.34779 | 9.9587 | 0.020000 | 302.90 | - | "Original - Entry Point x" | 924 | 656916.6 | 710.95 | 3297.0 | -4150.6 | 4150.0 | - | "Original - Entry Point y" | 924 | 177247.1 | 191.83 | 663.38 | -1247.8 | 1391.2 | - | "Original - Entry Point z" | 924 | 7473588 | 8088.3 | 4180.5 | 1332.2 | 11094. | - | "Original - TOF" | 924 | 35492.27 | 38.412 | 18.290 | 11.813 | 93.260 | - | "Unpacked - Energy" | 924 | 321.36 | 0.34779 | 9.9586 | 0.020000 | 302.90 | - | "Unpacked - Entry Point x" | 924 | 656916.6 | 710.95 | 3297.0 | -4150.6 | 4150.0 | - | "Unpacked - Entry Point y" | 924 | 177247.1 | 191.83 | 663.38 | -1247.8 | 1391.2 | - | "Unpacked - Entry Point z" | 924 | 7473588 | 8088.3 | 4180.5 | 1332.2 | 11094. | - | "Unpacked - TOF" | 924 | 35492.27 | 38.412 | 18.290 | 11.813 | 93.260 | + | "Diff. - Energy" | 819 |-5.682954e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 819 |0.0009798238 | 1.1964e-06 | 2.8852e-05 | -4.9766e-05 | 4.9842e-05 | + | "Diff. - Entry Point y" | 819 |-0.0002942406 |-3.5927e-07 | 2.8294e-05 | -4.9998e-05 | 4.9922e-05 | + | "Diff. - Entry Point z" | 819 |0.0009099891 | 1.1111e-06 | 2.8593e-05 | -4.9984e-05 | 4.9687e-05 | + | "Diff. - TOF" | 819 |7.80259e-05 | 9.5270e-08 | 2.9062e-06 | -4.9997e-06 | 4.9838e-06 | + | "Original - Energy" | 819 | 16.38 | 0.020000 | 4.3719e-09 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 819 | -706461 | -862.59 | 2952.9 | -4150.1 | 4150.2 | + | "Original - Entry Point y" | 819 | 172024.5 | 210.04 | 786.23 | -1283.3 | 1389.6 | + | "Original - Entry Point z" | 819 | 5789404 | 7068.9 | 4523.7 | 1334.9 | 11094. | + | "Original - TOF" | 819 | 30749.1 | 37.545 | 21.870 | 11.821 | 108.45 | + | "Unpacked - Energy" | 819 | 16.38 | 0.020000 | 4.3797e-09 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 819 | -706461 | -862.59 | 2952.9 | -4150.1 | 4150.2 | + | "Unpacked - Entry Point y" | 819 | 172024.5 | 210.04 | 786.23 | -1283.3 | 1389.6 | + | "Unpacked - Entry Point z" | 819 | 5789404 | 7068.9 | 4523.7 | 1334.9 | 11094. | + | "Unpacked - TOF" | 819 | 30749.1 | 37.545 | 21.870 | 11.821 | 108.45 | CheckRichOpPhotNextNext SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 923 |-0.0002178218 |-2.3599e-07 | 2.8299e-05 | -4.9981e-05 | 4.9913e-05 | - | "Diff. - Emission Point y" | 923 |2.703391e-05 | 2.9289e-08 | 2.9889e-05 | -4.9842e-05 | 4.9987e-05 | - | "Diff. - Emission Point z" | 923 |-0.0007596087 |-8.2298e-07 | 2.9138e-05 | -4.9921e-05 | 4.9780e-05 | - | "Diff. - Energy" | 923 |-3.183231e-11 |-3.4488e-14 | 5.7187e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 923 |-0.001021248 |-1.1064e-06 | 2.8202e-05 | -4.9992e-05 | 4.9996e-05 | - | "Diff. - HPD In. Point y" | 923 |0.0004015957 | 4.3510e-07 | 2.9016e-05 | -4.9774e-05 | 4.9977e-05 | - | "Diff. - HPD In. Point z" | 923 |0.0004120787 | 4.4646e-07 | 2.8800e-05 | -4.9963e-05 | 4.9901e-05 | - | "Diff. - HPD QW Point x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 923 | 2973.322 | 3.2214 | 1.8164 | 0.0040784 | 6.2807 | - | "Original - Cherenkov Theta" | 923 | 256.8806 | 0.27831 | 0.45118 | 0.0011016 | 2.6184 | - | "Original - Emission Point x" | 923 | 702133.6 | 760.71 | 1863.1 | -3860.5 | 3952.1 | - | "Original - Emission Point y" | 923 | -25789.58 | -27.941 | 167.09 | -819.03 | 806.03 | - | "Original - Emission Point z" | 923 | 7187660 | 7787.3 | 4110.4 | 995.78 | 11453. | - | "Original - Energy" | 923 |0.003944228 | 4.2733e-06 | 1.0910e-06 | 1.7572e-06 | 6.7664e-06 | - | "Original - HPD In. Point x" | 923 | 640534.2 | 693.97 | 3223.7 | -4079.0 | 4069.7 | - | "Original - HPD In. Point y" | 923 | 161742.4 | 175.24 | 616.99 | -1163.6 | 1296.3 | - | "Original - HPD In. Point z" | 923 | 7412922 | 8031.3 | 4177.0 | 1282.1 | 11072. | - | "Original - HPD QW Point x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 923 | 2973.322 | 3.2214 | 1.8164 | 0.0040784 | 6.2807 | - | "Unpacked - Cherenkov Theta" | 923 | 256.8806 | 0.27831 | 0.45118 | 0.0011016 | 2.6184 | - | "Unpacked - Emission Point x" | 923 | 702133.6 | 760.71 | 1863.1 | -3860.5 | 3952.1 | - | "Unpacked - Emission Point y" | 923 | -25789.58 | -27.941 | 167.09 | -819.03 | 806.03 | - | "Unpacked - Emission Point z" | 923 | 7187660 | 7787.3 | 4110.4 | 995.78 | 11453. | - | "Unpacked - Energy" | 923 |0.003944228 | 4.2733e-06 | 1.0910e-06 | 1.7572e-06 | 6.7664e-06 | - | "Unpacked - HPD In. Point x" | 923 | 640534.2 | 693.97 | 3223.7 | -4079.0 | 4069.7 | - | "Unpacked - HPD In. Point y" | 923 | 161742.4 | 175.24 | 616.99 | -1163.6 | 1296.3 | - | "Unpacked - HPD In. Point z" | 923 | 7412922 | 8031.3 | 4177.0 | 1282.1 | 11072. | - | "Unpacked - HPD QW Point x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 923 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 819 |0.001700615 | 2.0765e-06 | 2.9315e-05 | -4.9780e-05 | 4.9606e-05 | + | "Diff. - Emission Point y" | 819 |-0.0006194398 |-7.5634e-07 | 2.8818e-05 | -4.9923e-05 | 4.9938e-05 | + | "Diff. - Emission Point z" | 819 |0.001703442 | 2.0799e-06 | 2.8205e-05 | -4.9889e-05 | 4.9961e-05 | + | "Diff. - Energy" | 819 |1.373337e-10 | 1.6768e-13 | 5.8262e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 819 |-0.001150542 |-1.4048e-06 | 2.8853e-05 | -4.9803e-05 | 4.9809e-05 | + | "Diff. - HPD In. Point y" | 819 |-0.0004717317 |-5.7598e-07 | 2.9195e-05 | -4.9761e-05 | 4.9972e-05 | + | "Diff. - HPD In. Point z" | 819 |-0.0002627683 |-3.2084e-07 | 2.8582e-05 | -4.9755e-05 | 4.9696e-05 | + | "Diff. - HPD QW Point x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 819 | 2575.667 | 3.1449 | 1.8020 | 0.011850 | 6.2786 | + | "Original - Cherenkov Theta" | 819 | 190.3171 | 0.23238 | 0.56758 | 0.00093933 | 2.7646 | + | "Original - Emission Point x" | 819 | -27468.65 | -33.539 | 585.59 | -2200.6 | 2822.3 | + | "Original - Emission Point y" | 819 | -33027.83 | -40.327 | 238.96 | -1324.4 | 1326.0 | + | "Original - Emission Point z" | 819 | 5508506 | 6725.9 | 4395.7 | 992.48 | 11817. | + | "Original - Energy" | 819 | 0.00348936 | 4.2605e-06 | 9.8980e-07 | 1.7692e-06 | 6.3129e-06 | + | "Original - HPD In. Point x" | 819 | -689655.2 | -842.07 | 2885.3 | -4077.7 | 4068.2 | + | "Original - HPD In. Point y" | 819 | 158019.3 | 192.94 | 731.16 | -1194.1 | 1297.4 | + | "Original - HPD In. Point z" | 819 | 5747802 | 7018.1 | 4522.9 | 1289.6 | 11069. | + | "Original - HPD QW Point x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 819 | 2575.667 | 3.1449 | 1.8020 | 0.011850 | 6.2786 | + | "Unpacked - Cherenkov Theta" | 819 | 190.3171 | 0.23238 | 0.56758 | 0.00093933 | 2.7646 | + | "Unpacked - Emission Point x" | 819 | -27468.65 | -33.539 | 585.59 | -2200.6 | 2822.3 | + | "Unpacked - Emission Point y" | 819 | -33027.83 | -40.327 | 238.96 | -1324.4 | 1326.0 | + | "Unpacked - Emission Point z" | 819 | 5508506 | 6725.9 | 4395.7 | 992.48 | 11817. | + | "Unpacked - Energy" | 819 | 0.00348936 | 4.2605e-06 | 9.8980e-07 | 1.7692e-06 | 6.3129e-06 | + | "Unpacked - HPD In. Point x" | 819 | -689655.2 | -842.07 | 2885.3 | -4077.7 | 4068.2 | + | "Unpacked - HPD In. Point y" | 819 | 158019.3 | 192.94 | 731.16 | -1194.1 | 1297.4 | + | "Unpacked - HPD In. Point z" | 819 | 5747802 | 7018.1 | 4522.9 | 1289.6 | 11069. | + | "Unpacked - HPD QW Point x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 819 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegmentsNext...SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 41 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 48 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 589 | 589.00 | 0.0000 | 589.00 | 589.00 | + | "# UnPackedData" | 1 | 521 | 521.00 | 0.0000 | 521.00 | 521.00 | CheckSpdHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 589 |-0.000639689 |-1.0861e-06 | 2.8856e-05 | -4.9929e-05 | 4.9802e-05 | - | "Diff. - TOF" | 589 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 589 | 293.9451 | 0.49906 | 1.4812 | 2.7399e-05 | 20.416 | - | "Original - TOF" | 589 | 908 | 1.5416 | 1.7050 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 589 | 293.9457 | 0.49906 | 1.4812 | 0.0000 | 20.416 | - | "Unpacked - TOF" | 589 | 908 | 1.5416 | 1.7050 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 521 |-5.316341e-05 |-1.0204e-07 | 2.9117e-05 | -4.9993e-05 | 4.9767e-05 | + | "Diff. - TOF" | 521 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 521 | 212.0534 | 0.40701 | 0.88873 | 2.2569e-05 | 7.3251 | + | "Original - TOF" | 521 | 804 | 1.5432 | 1.6998 | -1.0000 | 5.0000 | + | "Unpacked - Energy" | 521 | 212.0535 | 0.40701 | 0.88873 | 0.0000 | 7.3251 | + | "Unpacked - TOF" | 521 | 804 | 1.5432 | 1.6998 | -1.0000 | 5.0000 | UnpackPrsHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 865 | 865.00 | 0.0000 | 865.00 | 865.00 | + | "# UnPackedData" | 1 | 982 | 982.00 | 0.0000 | 982.00 | 982.00 | CheckPrsHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 865 |-0.0002151713 |-2.4875e-07 | 2.8442e-05 | -4.9949e-05 | 4.9763e-05 | - | "Diff. - TOF" | 865 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 865 | 1001.76 | 1.1581 | 4.6206 | 4.5759e-06 | 74.029 | - | "Original - TOF" | 865 | 1310 | 1.5145 | 1.7021 | -1.0000 | 4.0000 | - | "Unpacked - Energy" | 865 | 1001.761 | 1.1581 | 4.6206 | 0.0000 | 74.029 | - | "Unpacked - TOF" | 865 | 1310 | 1.5145 | 1.7021 | -1.0000 | 4.0000 | + | "Diff. - Energy" | 982 |0.001238845 | 1.2616e-06 | 2.8772e-05 | -4.9980e-05 | 4.9944e-05 | + | "Diff. - TOF" | 982 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 982 | 1236.144 | 1.2588 | 4.6821 | 1.0233e-05 | 67.465 | + | "Original - TOF" | 982 | 1511 | 1.5387 | 1.7048 | -1.0000 | 5.0000 | + | "Unpacked - Energy" | 982 | 1236.142 | 1.2588 | 4.6821 | 0.0000 | 67.465 | + | "Unpacked - TOF" | 982 | 1511 | 1.5387 | 1.7048 | -1.0000 | 5.0000 | UnpackEcalHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 960 | 960.00 | 0.0000 | 960.00 | 960.00 | + | "# UnPackedData" | 1 | 1213 | 1213.0 | 0.0000 | 1213.0 | 1213.0 | CheckEcalHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 960 |-0.0004875946 |-5.0791e-07 | 2.9276e-05 | -4.9994e-05 | 4.9872e-05 | - | "Diff. - TOF" | 960 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 960 | 13007.44 | 13.549 | 73.858 | 7.6347e-05 | 1809.5 | - | "Original - TOF" | 960 | 101 | 0.10521 | 0.31354 | 0.0000 | 2.0000 | - | "Unpacked - Energy" | 960 | 13007.44 | 13.549 | 73.858 | 0.00010000 | 1809.5 | - | "Unpacked - TOF" | 960 | 101 | 0.10521 | 0.31354 | 0.0000 | 2.0000 | + | "Diff. - Energy" | 1213 |-0.000806116 |-6.6456e-07 | 2.8641e-05 | -4.9891e-05 | 4.9925e-05 | + | "Diff. - TOF" | 1213 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1213 | 17220.18 | 14.196 | 53.822 | 1.8284e-10 | 1066.2 | + | "Original - TOF" | 1213 | 147 | 0.12119 | 0.32886 | 0.0000 | 2.0000 | + | "Unpacked - Energy" | 1213 | 17220.18 | 14.196 | 53.822 | 0.0000 | 1066.2 | + | "Unpacked - TOF" | 1213 | 147 | 0.12119 | 0.32886 | 0.0000 | 2.0000 | UnpackHcalHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 157 | 157.00 | 0.0000 | 157.00 | 157.00 | + | "# UnPackedData" | 1 | 159 | 159.00 | 0.0000 | 159.00 | 159.00 | CheckHcalHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 157 |-0.0002881408 |-1.8353e-06 | 2.8325e-05 | -4.9904e-05 | 4.9142e-05 | - | "Diff. - TOF" | 157 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 157 | 1467.956 | 9.3500 | 22.470 | 0.00072484 | 205.18 | - | "Original - TOF" | 157 | 27 | 0.17197 | 0.42499 | -1.0000 | 1.0000 | - | "Unpacked - Energy" | 157 | 1467.957 | 9.3500 | 22.470 | 0.00070000 | 205.18 | - | "Unpacked - TOF" | 157 | 27 | 0.17197 | 0.42499 | -1.0000 | 1.0000 | + | "Diff. - Energy" | 159 |-1.945633e-05 |-1.2237e-07 | 2.9125e-05 | -4.9644e-05 | 4.9754e-05 | + | "Diff. - TOF" | 159 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 159 | 1614.985 | 10.157 | 29.176 | 0.00045507 | 269.01 | + | "Original - TOF" | 159 | 27 | 0.16981 | 0.42274 | -1.0000 | 1.0000 | + | "Unpacked - Energy" | 159 | 1614.985 | 10.157 | 29.176 | 0.00050000 | 269.01 | + | "Unpacked - TOF" | 159 | 27 | 0.16981 | 0.42274 | -1.0000 | 1.0000 | UnpackMuonHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 99 | 99.000 | 0.0000 | 99.000 | 99.000 | + | "# UnPackedData" | 1 | 107 | 107.00 | 0.0000 | 107.00 | 107.00 | CheckMuonHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 99 |4.21742e-06 | 4.2600e-08 | 2.8568e-07 | -4.9831e-07 | 4.9498e-07 | - | "Diff. - Displacement y" | 99 |-7.197202e-08 |-7.2699e-10 | 3.1289e-07 | -4.9828e-07 | 4.8069e-07 | - | "Diff. - Displacement z" | 99 |1.156073e-06 | 1.1678e-08 | 2.9688e-07 | -4.7117e-07 | 4.9943e-07 | - | "Diff. - Energy" | 99 |-5.214753e-06 |-5.2674e-08 | 5.6707e-07 | -9.9012e-07 | 9.7902e-07 | - | "Diff. - Entry Point x" | 99 |0.0003412915 | 3.4474e-06 | 2.8351e-05 | -4.6715e-05 | 4.9196e-05 | - | "Diff. - Entry Point y" | 99 |0.0003019667 | 3.0502e-06 | 2.8419e-05 | -4.9095e-05 | 4.9967e-05 | - | "Diff. - Entry Point z" | 99 |0.0002665264 | 2.6922e-06 | 2.8967e-05 | -4.8508e-05 | 4.9458e-05 | - | "Diff. - Parent |P|" | 99 |-0.03538543 |-0.00035743 | 0.0028218 | -0.0049804 | 0.0049569 | - | "Diff. - TOF" | 99 |1.558852e-05 | 1.5746e-07 | 2.6942e-06 | -4.9585e-06 | 4.9645e-06 | - | "Original - Displacement x" | 99 | -22.33371 | -0.22559 | 4.7941 | -43.013 | 12.290 | - | "Original - Displacement y" | 99 | 10.93869 | 0.11049 | 2.6040 | -15.168 | 6.7095 | - | "Original - Displacement z" | 99 | 413.7771 | 4.1796 | 1.9025 | -5.0072 | 5.0242 | - | "Original - Energy" | 99 | 0.1543808 | 0.0015594 | 0.0013118 | 4.2467e-05 | 0.0081158 | - | "Original - Entry Point x" | 99 | -28897.46 | -291.89 | 1542.5 | -4755.8 | 3710.3 | - | "Original - Entry Point y" | 99 | 16640.76 | 168.09 | 485.25 | -888.58 | 999.32 | - | "Original - Entry Point z" | 99 | 1223059 | 12354. | 742.72 | 11954. | 15326. | - | "Original - Parent |P|" | 99 | 288361.4 | 2912.7 | 7007.5 | 1.9129 | 40140. | - | "Original - TOF" | 99 | 4173.419 | 42.156 | 3.3619 | 40.032 | 55.928 | - | "Unpacked - Displacement x" | 99 | -22.33372 | -0.22559 | 4.7941 | -43.013 | 12.290 | - | "Unpacked - Displacement y" | 99 | 10.93869 | 0.11049 | 2.6040 | -15.168 | 6.7095 | - | "Unpacked - Displacement z" | 99 | 413.7771 | 4.1796 | 1.9025 | -5.0072 | 5.0242 | - | "Unpacked - Energy" | 99 | 0.154386 | 0.0015595 | 0.0013118 | 4.2000e-05 | 0.0081160 | - | "Unpacked - Entry Point x" | 99 | -28897.46 | -291.89 | 1542.5 | -4755.8 | 3710.3 | - | "Unpacked - Entry Point y" | 99 | 16640.76 | 168.09 | 485.25 | -888.58 | 999.32 | - | "Unpacked - Entry Point z" | 99 | 1223059 | 12354. | 742.72 | 11954. | 15326. | - | "Unpacked - Parent |P|" | 99 | 288361.5 | 2912.7 | 7007.5 | 1.9100 | 40140. | - | "Unpacked - TOF" | 99 | 4173.419 | 42.156 | 3.3619 | 40.032 | 55.928 | + | "Diff. - Displacement x" | 107 |-1.39166e-06 |-1.3006e-08 | 2.7253e-07 | -4.9635e-07 | 4.8287e-07 | + | "Diff. - Displacement y" | 107 |1.573405e-06 | 1.4705e-08 | 2.9707e-07 | -4.8412e-07 | 4.8899e-07 | + | "Diff. - Displacement z" | 107 |-1.13113e-06 |-1.0571e-08 | 2.9508e-07 | -4.9986e-07 | 4.9951e-07 | + | "Diff. - Energy" | 107 |5.345506e-06 | 4.9958e-08 | 5.7396e-07 | -9.8310e-07 | 9.9881e-07 | + | "Diff. - Entry Point x" | 107 |0.0001855025 | 1.7337e-06 | 2.8344e-05 | -4.6732e-05 | 4.9742e-05 | + | "Diff. - Entry Point y" | 107 |-2.815622e-05 |-2.6314e-07 | 2.9685e-05 | -4.9991e-05 | 4.9695e-05 | + | "Diff. - Entry Point z" | 107 |0.0002879216 | 2.6909e-06 | 2.9203e-05 | -4.9990e-05 | 4.7890e-05 | + | "Diff. - Parent |P|" | 107 |-0.02205886 |-0.00020616 | 0.0027354 | -0.0049406 | 0.0049456 | + | "Diff. - TOF" | 107 |-1.616378e-05 |-1.5106e-07 | 2.8097e-06 | -4.9214e-06 | 4.9662e-06 | + | "Original - Displacement x" | 107 | 9.2857 | 0.086782 | 1.5392 | -4.1328 | 4.8240 | + | "Original - Displacement y" | 107 | 46.60549 | 0.43557 | 1.4360 | -2.4778 | 8.9691 | + | "Original - Displacement z" | 107 | 481.075 | 4.4960 | 1.3958 | -4.9677 | 5.0201 | + | "Original - Energy" | 107 | 0.1777933 | 0.0016616 | 0.0013858 | 0.00020162 | 0.0075613 | + | "Original - Entry Point x" | 107 | -7944.17 | -74.245 | 1395.5 | -2627.1 | 2990.6 | + | "Original - Entry Point y" | 107 | 26874.06 | 251.16 | 817.78 | -634.08 | 3864.9 | + | "Original - Entry Point z" | 107 | 1338678 | 12511. | 1052.9 | 11954. | 15339. | + | "Original - Parent |P|" | 107 | 378515.1 | 3537.5 | 5429.5 | 1.7244 | 21243. | + | "Original - TOF" | 107 | 4652.242 | 43.479 | 5.1579 | 40.028 | 63.473 | + | "Unpacked - Displacement x" | 107 | 9.285701 | 0.086782 | 1.5392 | -4.1328 | 4.8240 | + | "Unpacked - Displacement y" | 107 | 46.60549 | 0.43557 | 1.4360 | -2.4778 | 8.9691 | + | "Unpacked - Displacement z" | 107 | 481.075 | 4.4960 | 1.3958 | -4.9677 | 5.0201 | + | "Unpacked - Energy" | 107 | 0.177788 | 0.0016616 | 0.0013857 | 0.00020200 | 0.0075620 | + | "Unpacked - Entry Point x" | 107 | -7944.17 | -74.245 | 1395.5 | -2627.1 | 2990.6 | + | "Unpacked - Entry Point y" | 107 | 26874.06 | 251.16 | 817.78 | -634.08 | 3864.9 | + | "Unpacked - Entry Point z" | 107 | 1338678 | 12511. | 1052.9 | 11954. | 15339. | + | "Unpacked - Parent |P|" | 107 | 378515.1 | 3537.5 | 5429.5 | 1.7200 | 21243. | + | "Unpacked - TOF" | 107 | 4652.242 | 43.479 | 5.1579 | 40.028 | 63.473 | Simulation DEBUG Finalize base class GaudiAlgorithm Simulation DEBUG Tools to release : Simulation DEBUG Services to release : @@ -10078,50 +10081,50 @@ NextNextEventGaussSim...SUCCESS Booked 4 Histogram(s) : 1D=4 NextNextEventGaussSim...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1368.096 | 1368.1 | 0.0000 | 1368.1 | 1368.1 | + | "Total Memory/MB" | 1 | 1370.964 | 1371.0 | 0.0000 | 1371.0 | 1371.0 | NextEventGaussSim.Nex...SUCCESS Booked 4 Histogram(s) : 1D=4 NextEventGaussSim.Nex...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1356.536 | 1356.5 | 0.0000 | 1356.5 | 1356.5 | + | "Total Memory/MB" | 1 | 1359.364 | 1359.4 | 0.0000 | 1359.4 | 1359.4 | PrevEventGaussSim.Pre...SUCCESS Booked 4 Histogram(s) : 1D=4 PrevEventGaussSim.Pre...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1356.396 | 1356.4 | 0.0000 | 1356.4 | 1356.4 | + | "Total Memory/MB" | 1 | 1359.364 | 1359.4 | 0.0000 | 1359.4 | 1359.4 | PrevPrevEventGaussSim...SUCCESS Booked 4 Histogram(s) : 1D=4 PrevPrevEventGaussSim...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1356.396 | 1356.4 | 0.0000 | 1356.4 | 1356.4 | + | "Total Memory/MB" | 1 | 1359.364 | 1359.4 | 0.0000 | 1359.4 | 1359.4 | MainEventGaussSim.Mai...SUCCESS Booked 4 Histogram(s) : 1D=4 MainEventGaussSim.Mai... DEBUG ==> Finalize the base class GaudiTool MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1237.668 | 1237.7 | 0.0000 | 1237.7 | 1237.7 | + | "Total Memory/MB" | 1 | 1236.336 | 1236.3 | 0.0000 | 1236.3 | 1236.3 | MainEventGaussSim.Mai... DEBUG Tools to release : MainEventGaussSim.Mai... DEBUG Services to release : GaussGenNextNext.Gaus...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenNextNext.Gaus...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1237.668 | 1237.7 | 0.0000 | 1237.7 | 1237.7 | + | "Total Memory/MB" | 1 | 1236.336 | 1236.3 | 0.0000 | 1236.3 | 1236.3 | GaussGenNext.GaussGen...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenNext.GaussGen...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1237.668 | 1237.7 | 0.0000 | 1237.7 | 1237.7 | + | "Total Memory/MB" | 1 | 1236.336 | 1236.3 | 0.0000 | 1236.3 | 1236.3 | GaussGenPrev.GaussGen...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenPrev.GaussGen...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1237.668 | 1237.7 | 0.0000 | 1237.7 | 1237.7 | + | "Total Memory/MB" | 1 | 1236.336 | 1236.3 | 0.0000 | 1236.3 | 1236.3 | GaussGenPrevPrev.Gaus...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenPrevPrev.Gaus...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1237.668 | 1237.7 | 0.0000 | 1237.7 | 1237.7 | + | "Total Memory/MB" | 1 | 1236.336 | 1236.3 | 0.0000 | 1236.3 | 1236.3 | Generation.BeamSpotSm... DEBUG ==> Finalize the base class GaudiTool Generation.BeamSpotSm... DEBUG Tools to release : Generation.BeamSpotSm... DEBUG Services to release : @@ -10151,11 +10154,11 @@ GaussGen.GaussGenMemory DEBUG ==> Finalize the base class GaudiTool GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1237.668 | 1237.7 | 0.0000 | 1237.7 | 1237.7 | + | "Total Memory/MB" | 1 | 1236.336 | 1236.3 | 0.0000 | 1236.3 | 1236.3 | GaussGen.GaussGenMemory DEBUG Tools to release : GaussGen.GaussGenMemory DEBUG Services to release : ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- -ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 3.45 times the speed of a 2.8 GHz Xeon. ToolSvc.SequencerTime... INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- @@ -10171,40 +10174,40 @@ GaussGeo.MuonSDet DEBUG Services to release : GaussGeo.Hcal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 5 | 7.16608 | 1.4332 | 1.6481 | 0.0000 | 4.5017 | - | "#hits" | 5 | 411 | 82.200 | 72.821 | 0.0000 | 187.00 | - | "#subhits" | 5 | 552 | 110.40 | 107.03 | 0.0000 | 289.00 | - | "#tslots" | 5 | 735 | 147.00 | 148.39 | 0.0000 | 404.00 | + | "#energy" | 5 | 8.485749 | 1.6971 | 1.6933 | 0.0000 | 4.5590 | + | "#hits" | 5 | 446 | 89.200 | 75.930 | 0.0000 | 179.00 | + | "#subhits" | 5 | 571 | 114.20 | 103.41 | 0.0000 | 266.00 | + | "#tslots" | 5 | 754 | 150.80 | 137.99 | 0.0000 | 355.00 | GaussGeo.Hcal DEBUG Tools to release : GaussGeo.Hcal DEBUG Services to release : HistogramDataSvc GaussGeo.Hcal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Ecal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 5 | 77.04269 | 15.409 | 17.112 | 0.0000 | 46.712 | - | "#hits" | 5 | 2977 | 595.40 | 553.36 | 0.0000 | 1366.0 | - | "#subhits" | 5 | 4696 | 939.20 | 902.94 | 0.0000 | 2363.0 | - | "#tslots" | 5 | 5284 | 1056.8 | 1015.9 | 0.0000 | 2649.0 | + | "#energy" | 5 | 85.26239 | 17.052 | 18.985 | 0.0000 | 51.975 | + | "#hits" | 5 | 3198 | 639.60 | 569.32 | 0.0000 | 1463.0 | + | "#subhits" | 5 | 5349 | 1069.8 | 1086.9 | 0.0000 | 2955.0 | + | "#tslots" | 5 | 6018 | 1203.6 | 1211.6 | 0.0000 | 3288.0 | GaussGeo.Ecal DEBUG Tools to release : GaussGeo.Ecal DEBUG Services to release : HistogramDataSvc GaussGeo.Ecal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Prs DEBUG ==> Finalize the base class GaudiTool GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 5 | 4.533897 | 0.90678 | 0.87021 | 0.0000 | 2.3388 | - | "#hits" | 5 | 565 | 113.00 | 107.53 | 0.0000 | 271.00 | - | "#subhits" | 5 | 762 | 152.40 | 146.25 | 0.0000 | 385.00 | - | "#tslots" | 5 | 4535 | 907.00 | 870.72 | 0.0000 | 2294.0 | + | "#energy" | 5 | 6.352731 | 1.2705 | 1.3289 | 0.0000 | 3.6267 | + | "#hits" | 5 | 705 | 141.00 | 133.64 | 0.0000 | 349.00 | + | "#subhits" | 5 | 932 | 186.40 | 189.02 | 0.0000 | 508.00 | + | "#tslots" | 5 | 5552 | 1110.4 | 1127.6 | 0.0000 | 3032.0 | GaussGeo.Prs DEBUG Tools to release : GaussGeo.Prs DEBUG Services to release : HistogramDataSvc GaussGeo.Prs DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Spd DEBUG ==> Finalize the base class GaudiTool GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 5 | 1.625835 | 0.32517 | 0.30154 | 0.0000 | 0.73641 | - | "#hits" | 5 | 379 | 75.800 | 69.263 | 0.0000 | 165.00 | - | "#subhits" | 5 | 484 | 96.800 | 87.066 | 0.0000 | 213.00 | - | "#tslots" | 5 | 2874 | 574.80 | 517.22 | 0.0000 | 1269.0 | + | "#energy" | 5 | 1.938801 | 0.38776 | 0.42856 | 0.0000 | 1.1225 | + | "#hits" | 5 | 438 | 87.600 | 91.031 | 0.0000 | 243.00 | + | "#subhits" | 5 | 572 | 114.40 | 123.58 | 0.0000 | 334.00 | + | "#tslots" | 5 | 3402 | 680.40 | 736.30 | 0.0000 | 1990.0 | GaussGeo.Spd DEBUG Tools to release : GaussGeo.Spd DEBUG Services to release : HistogramDataSvc GaussGeo.Spd DEBUG Releasing service 'HistogramDataSvc' @@ -10381,517 +10384,517 @@ TimingAuditor.TIMER INFO ------------------------------------------------ TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 113570.000 | 114414.414 | 114414.422 114414.4 0.00 | 1 | 114.414 | -TimingAuditor.TIMER INFO GaussSequencer | 113560.000 | 114396.086 | 114396.086 114396.1 0.00 | 1 | 114.396 | -TimingAuditor.TIMER INFO Generator | 1480.000 | 1476.337 | 1476.337 1476.3 0.00 | 1 | 1.476 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1430.000 | 1434.324 | 1434.324 1434.3 0.00 | 1 | 1.434 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.918 | 1.918 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO Generation | 1430.000 | 1429.636 | 1429.636 1429.6 0.00 | 1 | 1.430 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 2.675 | 2.675 2.7 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 2.626 | 2.626 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GeneratorSlotPrevPrevSeq | 10.000 | 3.571 | 3.571 3.6 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GaussGenPrevPrev | 10.000 | 0.803 | 0.803 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenerationPrevPrev | 0.000 | 2.631 | 2.631 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GenMonitorPrevPrev | 0.000 | 0.109 | 0.109 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenMonitorAlgPrevPrev | 0.000 | 0.086 | 0.086 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GeneratorSlotPrevSeq | 0.000 | 1.461 | 1.461 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GaussGenPrev | 0.000 | 0.330 | 0.330 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenerationPrev | 0.000 | 1.046 | 1.046 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenMonitorPrev | 0.000 | 0.062 | 0.062 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenMonitorAlgPrev | 0.000 | 0.053 | 0.053 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GeneratorSlotNextSeq | 30.000 | 27.944 | 27.944 27.9 0.00 | 1 | 0.028 | -TimingAuditor.TIMER INFO GaussGenNext | 0.000 | 0.336 | 0.336 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenerationNext | 30.000 | 27.400 | 27.400 27.4 0.00 | 1 | 0.027 | -TimingAuditor.TIMER INFO GenMonitorNext | 0.000 | 0.173 | 0.173 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenMonitorAlgNext | 0.000 | 0.154 | 0.154 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GeneratorSlotNextNextSeq | 10.000 | 9.008 | 9.008 9.0 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO GaussGenNextNext | 0.000 | 0.562 | 0.562 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenerationNextNext | 10.000 | 8.216 | 8.216 8.2 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO GenMonitorNextNext | 0.000 | 0.164 | 0.164 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenMonitorAlgNextNext | 0.000 | 0.152 | 0.152 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO Simulation | 112080.000 | 112919.672 | 112919.672 112919.7 0.00 | 1 | 112.920 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 68380.000 | 68987.906 | 68987.906 68987.9 0.00 | 1 | 68.988 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.014 | 1.014 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 68380.000 | 68986.867 | 68986.859 68986.9 0.00 | 1 | 68.987 | -TimingAuditor.TIMER INFO MakeMainSim | 68290.000 | 68899.648 | 68899.648 68899.6 0.00 | 1 | 68.900 | -TimingAuditor.TIMER INFO GenToSim | 31140.000 | 31304.932 | 31304.932 31304.9 0.00 | 1 | 31.305 | -TimingAuditor.TIMER INFO GiGaFlush | 37100.000 | 37542.594 | 37542.594 37542.6 0.00 | 1 | 37.543 | +TimingAuditor.TIMER INFO EVENT LOOP | 131240.000 | 132332.953 | 132332.953 132333.0 0.00 | 1 | 132.333 | +TimingAuditor.TIMER INFO GaussSequencer | 131230.000 | 132321.500 | 132321.500 132321.5 0.00 | 1 | 132.322 | +TimingAuditor.TIMER INFO Generator | 1450.000 | 1483.499 | 1483.499 1483.5 0.00 | 1 | 1.483 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1410.000 | 1443.809 | 1443.809 1443.8 0.00 | 1 | 1.444 | +TimingAuditor.TIMER INFO GaussGen | 10.000 | 1.642 | 1.642 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO Generation | 1400.000 | 1439.423 | 1439.423 1439.4 0.00 | 1 | 1.439 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 2.679 | 2.679 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 2.615 | 2.615 2.6 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GeneratorSlotPrevPrevSeq | 10.000 | 3.879 | 3.879 3.9 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GaussGenPrevPrev | 0.000 | 0.776 | 0.776 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenerationPrevPrev | 10.000 | 2.932 | 2.932 2.9 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GenMonitorPrevPrev | 0.000 | 0.121 | 0.121 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlgPrevPrev | 0.000 | 0.107 | 0.107 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GeneratorSlotPrevSeq | 0.000 | 1.384 | 1.384 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GaussGenPrev | 0.000 | 0.266 | 0.266 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenerationPrev | 0.000 | 0.993 | 0.993 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenMonitorPrev | 0.000 | 0.102 | 0.102 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlgPrev | 0.000 | 0.068 | 0.068 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GeneratorSlotNextSeq | 20.000 | 25.907 | 25.907 25.9 0.00 | 1 | 0.026 | +TimingAuditor.TIMER INFO GaussGenNext | 0.000 | 0.229 | 0.229 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenerationNext | 20.000 | 25.437 | 25.437 25.4 0.00 | 1 | 0.025 | +TimingAuditor.TIMER INFO GenMonitorNext | 0.000 | 0.176 | 0.176 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlgNext | 0.000 | 0.168 | 0.168 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GeneratorSlotNextNextSeq | 10.000 | 8.475 | 8.475 8.5 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GaussGenNextNext | 0.000 | 0.448 | 0.448 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenerationNextNext | 10.000 | 7.906 | 7.906 7.9 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GenMonitorNextNext | 0.000 | 0.092 | 0.092 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlgNextNext | 0.000 | 0.084 | 0.084 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO Simulation | 129780.000 | 130837.938 | 130837.938 130837.9 0.00 | 1 | 130.838 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 81470.000 | 82172.852 | 82172.844 82172.8 0.00 | 1 | 82.173 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.417 | 1.417 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MainSimulation | 81470.000 | 82171.406 | 82171.406 82171.4 0.00 | 1 | 82.171 | +TimingAuditor.TIMER INFO MakeMainSim | 81370.000 | 82067.508 | 82067.500 82067.5 0.00 | 1 | 82.068 | +TimingAuditor.TIMER INFO GenToSim | 30290.000 | 30634.172 | 30634.172 30634.2 0.00 | 1 | 30.634 | +TimingAuditor.TIMER INFO GiGaFlush | 51030.000 | 51378.762 | 51378.758 51378.8 0.00 | 1 | 51.379 | TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 10.000 | 10.023 | 10.023 10.0 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO DetectorsHits | 30.000 | 33.942 | 33.942 33.9 0.00 | 1 | 0.034 | -TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.707 | 0.707 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 1.574 | 1.574 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetTTHits | 0.000 | 3.838 | 3.838 3.8 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetITHits | 10.000 | 3.418 | 3.418 3.4 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetOTHits | 0.000 | 5.840 | 5.840 5.8 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO RichHits | 10.000 | 10.603 | 10.603 10.6 0.00 | 1 | 0.011 | -TimingAuditor.TIMER INFO GetRichHits | 10.000 | 5.345 | 5.345 5.3 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 1.173 | 1.173 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 1.566 | 1.566 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 1.199 | 1.199 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.459 | 0.459 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.613 | 0.613 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.567 | 0.567 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.808 | 0.808 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 1.222 | 1.222 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.225 | 0.225 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 4.881 | 4.881 4.9 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO MainEventDataPacking | 10.000 | 7.869 | 7.869 7.9 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 1.721 | 1.721 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.764 | 0.764 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 1.168 | 1.168 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.055 | 0.055 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.047 | 0.047 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.070 | 0.070 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.076 | 0.076 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 10.000 | 7.934 | 7.934 7.9 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO DetectorsHits | 30.000 | 37.961 | 37.961 38.0 0.00 | 1 | 0.038 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.747 | 0.747 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 1.596 | 1.596 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetTTHits | 0.000 | 3.335 | 3.335 3.3 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetITHits | 10.000 | 4.568 | 4.568 4.6 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GetOTHits | 0.000 | 6.002 | 6.002 6.0 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO RichHits | 20.000 | 14.575 | 14.575 14.6 0.00 | 1 | 0.015 | +TimingAuditor.TIMER INFO GetRichHits | 10.000 | 7.559 | 7.559 7.6 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 1.747 | 1.747 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 2.244 | 2.244 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 1.357 | 1.357 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 10.000 | 0.522 | 0.522 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.926 | 0.926 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.731 | 0.731 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.801 | 0.801 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 1.171 | 1.171 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.154 | 0.154 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 4.111 | 4.111 4.1 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO MainEventDataPacking | 10.000 | 8.363 | 8.363 8.4 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 1.615 | 1.615 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.786 | 0.786 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCVeloHitPacker | 10.000 | 1.129 | 1.129 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.034 | 0.034 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.036 | 0.036 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.066 | 0.066 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.080 | 0.080 0.1 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.080 | 0.080 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.683 | 0.683 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.949 | 0.949 0.9 0.00 | 1 | 0.001 | TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.099 | 0.099 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.194 | 0.194 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 10.000 | 0.033 | 0.033 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.569 | 0.569 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 0.912 | 0.912 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.731 | 0.731 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.447 | 0.447 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitor | 90.000 | 87.182 | 87.182 87.2 0.00 | 1 | 0.087 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 10.000 | 0.281 | 0.281 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.594 | 0.594 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.538 | 0.538 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DetectorsMonitor | 10.000 | 19.662 | 19.662 19.7 0.00 | 1 | 0.020 | -TimingAuditor.TIMER INFO VeloGaussMoni | 0.000 | 10.099 | 10.099 10.1 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 1.522 | 1.522 1.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.426 | 0.426 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 0.850 | 0.850 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 1.217 | 1.217 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 1.398 | 1.398 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO EcalMonitor | 10.000 | 1.627 | 1.627 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.597 | 0.597 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 1.784 | 1.784 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DataUnpackTest | 70.000 | 66.009 | 66.009 66.0 0.00 | 1 | 0.066 | -TimingAuditor.TIMER INFO UnpackMCVertex | 10.000 | 2.102 | 2.102 2.1 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 1.405 | 1.405 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.725 | 0.725 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 1.090 | 1.090 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.548 | 0.548 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 0.851 | 0.851 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.676 | 0.676 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckVeloHits | 10.000 | 4.300 | 4.300 4.3 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.134 | 0.134 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHits | 0.000 | 1.858 | 1.858 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.138 | 0.138 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHits | 0.000 | 1.996 | 1.996 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.216 | 0.216 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHits | 10.000 | 4.204 | 4.204 4.2 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 0.940 | 0.940 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 1.049 | 1.049 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.810 | 0.810 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.874 | 0.874 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichHits | 0.000 | 4.051 | 4.051 4.1 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO CheckRichOpPhot | 30.000 | 24.647 | 24.647 24.6 0.00 | 1 | 0.025 | -TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 0.964 | 0.964 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.195 | 0.195 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.729 | 0.729 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 1.641 | 1.641 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.535 | 0.535 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckPrsHits | 0.000 | 2.515 | 2.515 2.5 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.604 | 0.604 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckEcalHits | 10.000 | 2.881 | 2.881 2.9 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.120 | 0.120 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.475 | 0.475 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.119 | 0.119 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 2.148 | 2.148 2.1 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO PrevPrevEventSeq | 20.000 | 23.610 | 23.610 23.6 0.00 | 1 | 0.024 | -TimingAuditor.TIMER INFO PrevPrevEventGaussSim | 0.000 | 0.606 | 0.606 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrevPrevSimulation | 20.000 | 22.984 | 22.984 23.0 0.00 | 1 | 0.023 | -TimingAuditor.TIMER INFO MakePrevPrevSim | 20.000 | 20.169 | 20.169 20.2 0.00 | 1 | 0.020 | -TimingAuditor.TIMER INFO GenToSimPrevPrev | 0.000 | 2.996 | 2.996 3.0 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaFlushPrevPrev | 20.000 | 15.887 | 15.887 15.9 0.00 | 1 | 0.016 | -TimingAuditor.TIMER INFO GiGaCheckEventPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthPrevPrev | 0.000 | 0.160 | 0.160 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsHitsPrevPrev | 0.000 | 0.687 | 0.687 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetPuVetoHitsPrevPrev | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetTTHitsPrevPrev | 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetITHitsPrevPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetOTHitsPrevPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO RichHitsPrevPrev | 0.000 | 0.457 | 0.457 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichHitsPrevPrev | 0.000 | 0.276 | 0.276 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichPhotonsPrevPrev| 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichSegmentsPrevPre| 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichTracksPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.032 | 0.032 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.043 | 0.043 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHitsPrevPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsPrevPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHitsPrevPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHitsPrevPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevPrevEventDataPacking| 0.000 | 0.359 | 0.359 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCParticlePrevPrev | 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCVertexPrevPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPackerPrevPrev| 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerPrevPr| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerPrevPrev | 0.000 | 0.029 | 0.029 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerPrevPrev| 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerPrevPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerPrevPrev| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPackerPrevPrev| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerPrevPrev| 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerPrevP| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPackerPrevPr| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorPrevPrev | 0.000 | 2.798 | 2.798 2.8 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaGetPrevPrevEvent | 0.000 | 0.073 | 0.073 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevPrevMCTruthMonitor | 0.000 | 0.032 | 0.032 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgPrevPrev | 0.000 | 0.038 | 0.038 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitorPrevPrev| 0.000 | 1.814 | 1.814 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO VeloGaussMoniPrevPrev | 0.000 | 0.170 | 0.170 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO TTHitMonitorPrevPrev | 0.000 | 0.067 | 0.067 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO ITHitMonitorPrevPrev | 0.000 | 0.063 | 0.063 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitorPrevPrev | 0.000 | 0.070 | 0.070 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SpdMonitorPrevPrev | 0.000 | 0.133 | 0.133 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrsMonitorPrevPrev | 0.000 | 0.142 | 0.142 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO EcalMonitorPrevPrev | 0.000 | 0.129 | 0.129 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO HcalMonitorPrevPrev | 0.000 | 0.124 | 0.124 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MuonHitCheckerPrevPrev | 0.000 | 0.842 | 0.842 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTestPrevPrev | 0.000 | 0.762 | 0.762 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMCVertexPrevPrev | 0.000 | 0.039 | 0.039 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMCParticlePrevPre| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCVertexPrevPrev| 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticlePrevPr| 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsPrevPre| 0.000 | 0.029 | 0.029 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsPrevPrev| 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHitsPrevPrev | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackTTHitsPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackITHitsPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackOTHitsPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichHitsPrevPrev | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhotPrevPre| 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichSegmentsPrevP| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichTracksPrevPre| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichOpPhotPrevPrev| 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichSegmentsPrevPr| 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichTracksPrevPrev| 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsPrevPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHitsPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPrsHitsPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackEcalHitsPrevPrev | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackHcalHitsPrevPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHitsPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevEventSeq | 10.000 | 13.676 | 13.676 13.7 0.00 | 1 | 0.014 | -TimingAuditor.TIMER INFO PrevEventGaussSim | 0.000 | 0.356 | 0.356 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevSimulation | 10.000 | 13.295 | 13.295 13.3 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO MakePrevSim | 10.000 | 10.509 | 10.509 10.5 0.00 | 1 | 0.011 | -TimingAuditor.TIMER INFO GenToSimPrev | 0.000 | 0.096 | 0.096 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaFlushPrev | 10.000 | 9.222 | 9.222 9.2 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO GiGaCheckEventPrev | 0.000 | 0.026 | 0.026 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthPrev | 0.000 | 0.048 | 0.048 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsHitsPrev | 0.000 | 0.550 | 0.550 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetPuVetoHitsPrev | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetTTHitsPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetITHitsPrev | 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetOTHitsPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO RichHitsPrev | 0.000 | 0.274 | 0.274 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichHitsPrev | 0.000 | 0.068 | 0.068 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichPhotonsPrev | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichSegmentsPrev | 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichTracksPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.047 | 0.047 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.044 | 0.044 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHitsPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsPrev | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHitsPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHitsPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevEventDataPacking | 0.000 | 0.478 | 0.478 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCParticlePrev | 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCVertexPrev | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPackerPrev | 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerPrev | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPackerPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPackerPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorPrev | 0.000 | 2.769 | 2.769 2.8 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaGetPrevEvent | 0.000 | 0.090 | 0.090 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevMCTruthMonitor | 0.000 | 0.063 | 0.063 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgPrev | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitorPrev | 0.000 | 1.937 | 1.937 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO VeloGaussMoniPrev | 0.000 | 0.153 | 0.153 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO TTHitMonitorPrev | 0.000 | 0.064 | 0.064 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO ITHitMonitorPrev | 0.000 | 0.050 | 0.050 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitorPrev | 0.000 | 0.036 | 0.036 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SpdMonitorPrev | 0.000 | 0.158 | 0.158 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrsMonitorPrev | 0.000 | 0.142 | 0.142 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO EcalMonitorPrev | 0.000 | 0.152 | 0.152 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO HcalMonitorPrev | 0.000 | 0.140 | 0.140 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MuonHitCheckerPrev | 0.000 | 0.899 | 0.899 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTestPrev | 0.000 | 0.586 | 0.586 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMCVertexPrev | 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMCParticlePrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCVertexPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticlePrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsPrev | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackTTHitsPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackITHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackOTHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichHitsPrev | 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhotPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichSegmentsPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichTracksPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichOpPhotPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichSegmentsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichTracksPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPrsHitsPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackEcalHitsPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackHcalHitsPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.153 | 0.153 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.785 | 0.785 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 1.192 | 1.192 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.716 | 0.716 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.420 | 0.420 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitor | 100.000 | 103.880 | 103.880 103.9 0.00 | 1 | 0.104 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.250 | 0.250 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.757 | 0.757 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.697 | 0.697 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DetectorsMonitor | 30.000 | 18.486 | 18.486 18.5 0.00 | 1 | 0.018 | +TimingAuditor.TIMER INFO VeloGaussMoni | 10.000 | 6.777 | 6.777 6.8 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO TTHitMonitor | 10.000 | 2.492 | 2.492 2.5 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.987 | 0.987 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 1.096 | 1.096 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 1.410 | 1.410 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 1.555 | 1.555 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 1.788 | 1.788 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.534 | 0.534 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitChecker | 10.000 | 1.626 | 1.626 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO DataUnpackTest | 70.000 | 83.619 | 83.619 83.6 0.00 | 1 | 0.084 | +TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 1.301 | 1.301 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 1.233 | 1.233 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.773 | 0.773 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 0.908 | 0.908 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.457 | 0.457 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 0.864 | 0.864 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.190 | 0.190 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHits | 0.000 | 4.720 | 4.720 4.7 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.087 | 0.087 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHits | 10.000 | 1.850 | 1.850 1.9 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.132 | 0.132 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHits | 0.000 | 2.994 | 2.994 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.194 | 0.194 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHits | 0.000 | 5.314 | 5.314 5.3 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 1.138 | 1.138 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 0.968 | 0.968 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichSegments | 10.000 | 0.740 | 0.740 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.840 | 0.840 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckRichHits | 0.000 | 5.801 | 5.801 5.8 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO CheckRichOpPhot | 40.000 | 36.513 | 36.513 36.5 0.00 | 1 | 0.037 | +TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 1.191 | 1.191 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.215 | 0.215 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.768 | 0.768 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 2.382 | 2.382 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.494 | 0.494 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHits | 10.000 | 3.396 | 3.396 3.4 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.557 | 0.557 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckEcalHits | 0.000 | 3.573 | 3.573 3.6 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.397 | 0.397 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.114 | 0.114 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 3.036 | 3.036 3.0 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO PrevPrevEventSeq | 30.000 | 23.017 | 23.017 23.0 0.00 | 1 | 0.023 | +TimingAuditor.TIMER INFO PrevPrevEventGaussSim | 0.000 | 0.505 | 0.505 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrevPrevSimulation | 30.000 | 22.493 | 22.493 22.5 0.00 | 1 | 0.022 | +TimingAuditor.TIMER INFO MakePrevPrevSim | 20.000 | 20.306 | 20.306 20.3 0.00 | 1 | 0.020 | +TimingAuditor.TIMER INFO GenToSimPrevPrev | 10.000 | 3.785 | 3.785 3.8 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GiGaFlushPrevPrev | 10.000 | 15.467 | 15.467 15.5 0.00 | 1 | 0.015 | +TimingAuditor.TIMER INFO GiGaCheckEventPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthPrevPrev | 0.000 | 0.148 | 0.148 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsHitsPrevPrev | 0.000 | 0.529 | 0.529 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetPuVetoHitsPrevPrev | 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsPrevPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetTTHitsPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetITHitsPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetOTHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO RichHitsPrevPrev | 0.000 | 0.376 | 0.376 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichHitsPrevPrev | 0.000 | 0.245 | 0.245 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichPhotonsPrevPrev| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichSegmentsPrevPre| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichTracksPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHitsPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHitsPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsPrevPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevPrevEventDataPacking| 0.000 | 0.284 | 0.284 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCParticlePrevPrev | 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertexPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPackerPrevPrev| 0.000 | 0.033 | 0.033 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerPrevPr| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerPrevPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerPrevPrev| 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerPrevPrev| 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerPrevPrev| 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerPrevPrev| 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerPrevP| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPackerPrevPr| 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorPrevPrev | 10.000 | 2.178 | 2.178 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GiGaGetPrevPrevEvent | 0.000 | 0.057 | 0.057 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevPrevMCTruthMonitor | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgPrevPrev | 0.000 | 0.026 | 0.026 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitorPrevPrev| 10.000 | 1.609 | 1.609 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO VeloGaussMoniPrevPrev | 0.000 | 0.140 | 0.140 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO TTHitMonitorPrevPrev | 0.000 | 0.051 | 0.051 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO ITHitMonitorPrevPrev | 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitorPrevPrev | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SpdMonitorPrevPrev | 0.000 | 0.145 | 0.145 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrsMonitorPrevPrev | 0.000 | 0.124 | 0.124 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO EcalMonitorPrevPrev | 0.000 | 0.110 | 0.110 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO HcalMonitorPrevPrev | 0.000 | 0.116 | 0.116 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MuonHitCheckerPrevPrev | 10.000 | 0.792 | 0.792 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestPrevPrev | 0.000 | 0.447 | 0.447 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCVertexPrevPrev | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticlePrevPre| 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertexPrevPrev| 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticlePrevPr| 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsPrevPre| 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsPrevPrev| 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHitsPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackTTHitsPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackITHitsPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsPrevPrev | 0.000 | 0.003 | 0.003 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackOTHitsPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichHitsPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhotPrevPre| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegmentsPrevP| 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracksPrevPre| 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichOpPhotPrevPrev| 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichSegmentsPrevPr| 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichTracksPrevPrev| 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPrsHitsPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHitsPrevPrev | 0.000 | 0.003 | 0.003 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackEcalHitsPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackHcalHitsPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsPrevPrev | 0.000 | 0.003 | 0.003 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHitsPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevEventSeq | 10.000 | 12.459 | 12.459 12.5 0.00 | 1 | 0.012 | +TimingAuditor.TIMER INFO PrevEventGaussSim | 0.000 | 0.715 | 0.715 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrevSimulation | 10.000 | 11.726 | 11.726 11.7 0.00 | 1 | 0.012 | +TimingAuditor.TIMER INFO MakePrevSim | 10.000 | 8.849 | 8.849 8.8 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO GenToSimPrev | 0.000 | 0.101 | 0.101 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaFlushPrev | 0.000 | 7.988 | 7.988 8.0 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GiGaCheckEventPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthPrev | 0.000 | 0.051 | 0.051 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsHitsPrev | 0.000 | 0.344 | 0.344 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPuVetoHitsPrev | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetTTHitsPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetITHitsPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetOTHitsPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO RichHitsPrev | 0.000 | 0.182 | 0.182 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichHitsPrev | 0.000 | 0.059 | 0.059 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichPhotonsPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichSegmentsPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichTracksPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.033 | 0.033 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHitsPrev | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevEventDataPacking | 10.000 | 0.297 | 0.297 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCParticlePrev | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertexPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPackerPrev | 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPackerPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorPrev | 0.000 | 2.867 | 2.867 2.9 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GiGaGetPrevEvent | 0.000 | 0.063 | 0.063 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevMCTruthMonitor | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgPrev | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitorPrev | 0.000 | 1.976 | 1.976 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO VeloGaussMoniPrev | 0.000 | 0.151 | 0.151 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO TTHitMonitorPrev | 0.000 | 0.049 | 0.049 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO ITHitMonitorPrev | 0.000 | 0.041 | 0.041 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitorPrev | 0.000 | 0.076 | 0.076 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SpdMonitorPrev | 0.000 | 0.197 | 0.197 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrsMonitorPrev | 0.000 | 0.135 | 0.135 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO EcalMonitorPrev | 0.000 | 0.154 | 0.154 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO HcalMonitorPrev | 0.000 | 0.150 | 0.150 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MuonHitCheckerPrev | 0.000 | 0.949 | 0.949 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestPrev | 0.000 | 0.746 | 0.746 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackMCVertexPrev | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticlePrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertexPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticlePrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsPrev | 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHitsPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackTTHitsPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackITHitsPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackOTHitsPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhotPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegmentsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracksPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichOpPhotPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichSegmentsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichTracksPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPrsHitsPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackEcalHitsPrev | 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackHcalHitsPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO UnpackMuonHitsPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextEventSeq | 27850.000 | 27946.688 | 27946.689 27946.7 0.00 | 1 | 27.947 | -TimingAuditor.TIMER INFO NextEventGaussSim | 10.000 | 0.356 | 0.356 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextSimulation | 27840.000 | 27946.314 | 27946.314 27946.3 0.00 | 1 | 27.946 | -TimingAuditor.TIMER INFO MakeNextSim | 27760.000 | 27873.955 | 27873.955 27874.0 0.00 | 1 | 27.874 | -TimingAuditor.TIMER INFO GenToSimNext | 0.000 | 0.605 | 0.605 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GiGaFlushNext | 27750.000 | 27853.961 | 27853.959 27854.0 0.00 | 1 | 27.854 | -TimingAuditor.TIMER INFO GiGaCheckEventNext | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthNext | 0.000 | 1.902 | 1.902 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DetectorsHitsNext | 10.000 | 14.663 | 14.663 14.7 0.00 | 1 | 0.015 | -TimingAuditor.TIMER INFO GetPuVetoHitsNext | 0.000 | 0.089 | 0.089 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsNext | 0.000 | 1.012 | 1.012 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetTTHitsNext | 0.000 | 0.952 | 0.952 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetITHitsNext | 0.000 | 0.971 | 0.971 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetOTHitsNext | 0.000 | 1.908 | 1.908 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO RichHitsNext | 10.000 | 6.914 | 6.914 6.9 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO GetRichHitsNext | 10.000 | 3.953 | 3.953 4.0 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetRichPhotonsNext | 0.000 | 0.744 | 0.744 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichSegmentsNext | 0.000 | 0.933 | 0.933 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichTracksNext | 0.000 | 0.591 | 0.591 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.107 | 0.107 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.513 | 0.513 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetSpdHitsNext | 0.000 | 0.303 | 0.303 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsNext | 0.000 | 0.451 | 0.451 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHitsNext | 0.000 | 0.712 | 0.712 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetHcalHitsNext | 0.000 | 0.087 | 0.087 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsNext | 0.000 | 1.140 | 1.140 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextEventDataPacking | 0.000 | 2.692 | 2.692 2.7 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO PackMCParticleNext | 0.000 | 0.460 | 0.460 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCVertexNext | 0.000 | 0.296 | 0.296 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPackerNext | 0.000 | 0.116 | 0.116 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerNext | 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerNext | 0.000 | 0.042 | 0.042 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerNext | 0.000 | 0.054 | 0.054 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerNext | 0.000 | 0.060 | 0.060 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerNext | 0.000 | 0.043 | 0.043 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerNext | 0.000 | 0.117 | 0.117 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerNext | 0.000 | 0.074 | 0.074 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerNext | 0.000 | 0.111 | 0.111 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPackerNext | 0.000 | 0.036 | 0.036 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerNext | 0.000 | 0.157 | 0.157 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerNext | 0.000 | 0.691 | 0.691 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.178 | 0.178 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPackerNext | 0.000 | 0.051 | 0.051 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorNext | 80.000 | 72.339 | 72.339 72.3 0.00 | 1 | 0.072 | -TimingAuditor.TIMER INFO GiGaGetNextEvent | 0.000 | 0.110 | 0.110 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextMCTruthMonitor | 0.000 | 0.312 | 0.312 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgNext | 0.000 | 0.232 | 0.232 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitorNext | 20.000 | 15.689 | 15.689 15.7 0.00 | 1 | 0.016 | -TimingAuditor.TIMER INFO VeloGaussMoniNext | 20.000 | 8.612 | 8.612 8.6 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO TTHitMonitorNext | 0.000 | 0.485 | 0.485 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO ITHitMonitorNext | 0.000 | 0.266 | 0.266 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitorNext | 0.000 | 1.261 | 1.261 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO SpdMonitorNext | 0.000 | 0.938 | 0.938 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitorNext | 0.000 | 1.089 | 1.089 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO EcalMonitorNext | 0.000 | 1.322 | 1.322 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO HcalMonitorNext | 0.000 | 0.469 | 0.469 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MuonHitCheckerNext | 0.000 | 1.067 | 1.067 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTestNext | 60.000 | 55.945 | 55.945 55.9 0.00 | 1 | 0.056 | -TimingAuditor.TIMER INFO UnpackMCVertexNext | 0.000 | 0.690 | 0.690 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMCParticleNext | 10.000 | 0.727 | 0.727 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CompareMCVertexNext | 0.000 | 0.442 | 0.442 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticleNext | 0.000 | 0.412 | 0.412 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsNext | 0.000 | 0.065 | 0.065 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsNext | 0.000 | 0.322 | 0.322 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHitsNext | 0.000 | 0.208 | 0.208 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHitsNext | 0.000 | 4.545 | 4.545 4.5 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO UnpackTTHitsNext | 0.000 | 0.106 | 0.106 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHitsNext | 0.000 | 1.203 | 1.203 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackITHitsNext | 0.000 | 0.042 | 0.042 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsNext | 0.000 | 0.571 | 0.571 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackOTHitsNext | 0.000 | 0.189 | 0.189 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHitsNext | 10.000 | 3.256 | 3.256 3.3 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackRichHitsNext | 0.000 | 0.361 | 0.361 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhotNext | 0.000 | 0.713 | 0.713 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichSegmentsNext | 0.000 | 0.306 | 0.306 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichTracksNext | 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsNext | 0.000 | 4.612 | 4.612 4.6 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO CheckRichOpPhotNext | 30.000 | 28.728 | 28.728 28.7 0.00 | 1 | 0.029 | -TimingAuditor.TIMER INFO CheckRichSegmentsNext | 0.000 | 0.635 | 0.635 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichTracksNext | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsNext | 0.000 | 0.272 | 0.272 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHitsNext | 0.000 | 1.136 | 1.136 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackPrsHitsNext | 0.000 | 0.352 | 0.352 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHitsNext | 0.000 | 1.508 | 1.508 1.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackEcalHitsNext | 0.000 | 0.424 | 0.424 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHitsNext | 10.000 | 1.765 | 1.765 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackHcalHitsNext | 0.000 | 0.056 | 0.056 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsNext | 0.000 | 0.189 | 0.189 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHitsNext | 0.000 | 0.103 | 0.103 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsNext | 0.000 | 1.517 | 1.517 1.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO NextNextEventSeq | 15820.000 | 15947.714 | 15947.714 15947.7 0.00 | 1 | 15.948 | -TimingAuditor.TIMER INFO NextNextEventGaussSim | 0.000 | 0.731 | 0.731 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextNextSimulation | 15820.000 | 15946.931 | 15946.931 15946.9 0.00 | 1 | 15.947 | -TimingAuditor.TIMER INFO MakeNextNextSim | 15770.000 | 15897.683 | 15897.683 15897.7 0.00 | 1 | 15.898 | -TimingAuditor.TIMER INFO GenToSimNextNext | 0.000 | 2.094 | 2.094 2.1 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GiGaFlushNextNext | 15760.000 | 15882.889 | 15882.889 15882.9 0.00 | 1 | 15.883 | -TimingAuditor.TIMER INFO GiGaCheckEventNextNext | 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthNextNext | 0.000 | 1.137 | 1.137 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DetectorsHitsNextNext | 10.000 | 9.751 | 9.751 9.8 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO GetPuVetoHitsNextNext | 0.000 | 0.080 | 0.080 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsNextNext | 10.000 | 0.560 | 0.560 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetTTHitsNextNext | 0.000 | 0.582 | 0.582 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetITHitsNextNext | 0.000 | 0.990 | 0.990 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetOTHitsNextNext | 0.000 | 1.080 | 1.080 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO RichHitsNextNext | 0.000 | 4.702 | 4.702 4.7 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO GetRichHitsNextNext | 0.000 | 2.029 | 2.029 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetRichPhotonsNextNext| 0.000 | 1.138 | 1.138 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichSegmentsNextNex| 0.000 | 0.807 | 0.807 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichTracksNextNext | 0.000 | 0.267 | 0.267 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.082 | 0.082 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.279 | 0.279 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHitsNextNext | 0.000 | 0.173 | 0.173 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsNextNext | 0.000 | 0.263 | 0.263 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHitsNextNext | 0.000 | 0.432 | 0.432 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHitsNextNext | 0.000 | 0.072 | 0.072 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsNextNext | 0.000 | 0.687 | 0.687 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextNextEventDataPacking| 0.000 | 1.638 | 1.638 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO PackMCParticleNextNext | 0.000 | 0.241 | 0.241 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCVertexNextNext | 0.000 | 0.154 | 0.154 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPackerNextNext| 0.000 | 0.081 | 0.081 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerNextNe| 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerNextNext | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerNextNext | 0.000 | 0.038 | 0.038 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerNextNext | 0.000 | 0.037 | 0.037 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerNextNext| 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerNextNext | 0.000 | 0.074 | 0.074 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerNextNext | 0.000 | 0.057 | 0.057 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerNextNext| 0.000 | 0.057 | 0.057 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPackerNextNext| 0.000 | 0.033 | 0.033 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerNextNext| 0.000 | 0.095 | 0.095 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerNextN| 0.000 | 0.364 | 0.364 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.089 | 0.089 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPackerNextNe| 0.000 | 0.029 | 0.029 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorNextNext | 50.000 | 49.231 | 49.231 49.2 0.00 | 1 | 0.049 | -TimingAuditor.TIMER INFO GiGaGetNextNextEvent | 0.000 | 0.159 | 0.159 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextNextMCTruthMonitor | 0.000 | 0.213 | 0.213 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgNextNext | 0.000 | 0.204 | 0.204 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitorNextNext| 20.000 | 13.231 | 13.231 13.2 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO VeloGaussMoniNextNext | 20.000 | 7.170 | 7.170 7.2 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO TTHitMonitorNextNext | 0.000 | 0.401 | 0.401 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO ITHitMonitorNextNext | 0.000 | 0.442 | 0.442 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitorNextNext | 0.000 | 0.633 | 0.633 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO SpdMonitorNextNext | 0.000 | 0.852 | 0.852 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitorNextNext | 0.000 | 0.822 | 0.822 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO EcalMonitorNextNext | 0.000 | 1.027 | 1.027 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO HcalMonitorNextNext | 0.000 | 0.562 | 0.562 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitCheckerNextNext | 0.000 | 1.168 | 1.168 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTestNextNext | 30.000 | 35.349 | 35.349 35.3 0.00 | 1 | 0.035 | -TimingAuditor.TIMER INFO UnpackMCVertexNextNext | 0.000 | 0.214 | 0.214 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMCParticleNextNex| 0.000 | 0.304 | 0.304 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCVertexNextNext| 0.000 | 0.236 | 0.236 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticleNextNe| 0.000 | 0.145 | 0.145 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsNextNex| 0.000 | 0.047 | 0.047 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsNextNext| 0.000 | 0.142 | 0.142 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHitsNextNext | 0.000 | 0.113 | 0.113 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHitsNextNext | 0.000 | 1.923 | 1.923 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackTTHitsNextNext | 0.000 | 0.099 | 0.099 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHitsNextNext | 0.000 | 0.556 | 0.556 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackITHitsNextNext | 0.000 | 0.052 | 0.052 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsNextNext | 0.000 | 0.909 | 0.909 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckMuonHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextEventSeq | 29040.000 | 29085.871 | 29085.873 29085.9 0.00 | 1 | 29.086 | +TimingAuditor.TIMER INFO NextEventGaussSim | 0.000 | 0.359 | 0.359 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextSimulation | 29040.000 | 29085.492 | 29085.490 29085.5 0.00 | 1 | 29.085 | +TimingAuditor.TIMER INFO MakeNextSim | 28970.000 | 29008.156 | 29008.154 29008.2 0.00 | 1 | 29.008 | +TimingAuditor.TIMER INFO GenToSimNext | 0.000 | 0.589 | 0.589 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GiGaFlushNext | 28950.000 | 28986.539 | 28986.539 28986.5 0.00 | 1 | 28.987 | +TimingAuditor.TIMER INFO GiGaCheckEventNext | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthNext | 0.000 | 1.942 | 1.942 1.9 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO DetectorsHitsNext | 20.000 | 16.514 | 16.514 16.5 0.00 | 1 | 0.017 | +TimingAuditor.TIMER INFO GetPuVetoHitsNext | 0.000 | 0.075 | 0.075 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsNext | 0.000 | 0.870 | 0.870 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetTTHitsNext | 0.000 | 0.876 | 0.876 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetITHitsNext | 0.000 | 0.632 | 0.632 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetOTHitsNext | 10.000 | 1.838 | 1.838 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO RichHitsNext | 0.000 | 8.649 | 8.649 8.6 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO GetRichHitsNext | 0.000 | 4.385 | 4.385 4.4 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetRichPhotonsNext | 0.000 | 1.397 | 1.397 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichSegmentsNext | 0.000 | 1.421 | 1.421 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichTracksNext | 0.000 | 0.625 | 0.625 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.091 | 0.091 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.608 | 0.608 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetSpdHitsNext | 0.000 | 0.248 | 0.248 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsNext | 10.000 | 0.441 | 0.441 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHitsNext | 0.000 | 0.591 | 0.591 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetHcalHitsNext | 0.000 | 0.109 | 0.109 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsNext | 0.000 | 1.974 | 1.974 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO NextEventDataPacking | 0.000 | 2.429 | 2.429 2.4 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO PackMCParticleNext | 0.000 | 0.419 | 0.419 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertexNext | 0.000 | 0.259 | 0.259 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPackerNext | 0.000 | 0.086 | 0.086 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerNext | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerNext | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerNext | 0.000 | 0.026 | 0.026 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerNext | 0.000 | 0.079 | 0.079 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerNext | 0.000 | 0.034 | 0.034 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerNext | 0.000 | 0.065 | 0.065 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerNext | 0.000 | 0.047 | 0.047 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerNext | 0.000 | 0.059 | 0.059 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerNext | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerNext | 0.000 | 0.098 | 0.098 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerNext | 0.000 | 0.712 | 0.712 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.151 | 0.151 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPackerNext | 0.000 | 0.038 | 0.038 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorNext | 70.000 | 77.316 | 77.316 77.3 0.00 | 1 | 0.077 | +TimingAuditor.TIMER INFO GiGaGetNextEvent | 0.000 | 0.109 | 0.109 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextMCTruthMonitor | 0.000 | 0.567 | 0.567 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgNext | 0.000 | 0.277 | 0.277 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitorNext | 10.000 | 12.791 | 12.791 12.8 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO VeloGaussMoniNext | 0.000 | 5.669 | 5.669 5.7 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO TTHitMonitorNext | 0.000 | 0.878 | 0.878 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO ITHitMonitorNext | 10.000 | 0.454 | 0.454 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitorNext | 0.000 | 1.253 | 1.253 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SpdMonitorNext | 0.000 | 0.782 | 0.782 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrsMonitorNext | 0.000 | 1.024 | 1.024 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO EcalMonitorNext | 0.000 | 1.059 | 1.059 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO HcalMonitorNext | 0.000 | 0.437 | 0.437 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MuonHitCheckerNext | 0.000 | 1.020 | 1.020 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestNext | 60.000 | 63.488 | 63.488 63.5 0.00 | 1 | 0.063 | +TimingAuditor.TIMER INFO UnpackMCVertexNext | 0.000 | 0.611 | 0.611 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackMCParticleNext | 0.000 | 0.595 | 0.595 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CompareMCVertexNext | 0.000 | 0.416 | 0.416 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticleNext | 0.000 | 0.352 | 0.352 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsNext | 0.000 | 0.044 | 0.044 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsNext | 0.000 | 0.359 | 0.359 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHitsNext | 0.000 | 0.138 | 0.138 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHitsNext | 10.000 | 3.909 | 3.909 3.9 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackTTHitsNext | 0.000 | 0.068 | 0.068 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHitsNext | 0.000 | 1.211 | 1.211 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackITHitsNext | 0.000 | 0.058 | 0.058 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsNext | 0.000 | 1.261 | 1.261 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackOTHitsNext | 0.000 | 0.170 | 0.170 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHitsNext | 0.000 | 3.823 | 3.823 3.8 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackRichHitsNext | 0.000 | 0.323 | 0.323 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhotNext | 0.000 | 0.968 | 0.968 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichSegmentsNext | 0.000 | 0.515 | 0.515 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichTracksNext | 0.000 | 0.114 | 0.114 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsNext | 10.000 | 5.408 | 5.408 5.4 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO CheckRichOpPhotNext | 30.000 | 33.868 | 33.868 33.9 0.00 | 1 | 0.034 | +TimingAuditor.TIMER INFO CheckRichSegmentsNext | 10.000 | 0.875 | 0.875 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckRichTracksNext | 0.000 | 0.035 | 0.035 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsNext | 0.000 | 0.604 | 0.604 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckSpdHitsNext | 0.000 | 1.039 | 1.039 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackPrsHitsNext | 0.000 | 0.439 | 0.439 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHitsNext | 0.000 | 1.716 | 1.716 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackEcalHitsNext | 0.000 | 0.279 | 0.279 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHitsNext | 0.000 | 1.613 | 1.613 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackHcalHitsNext | 0.000 | 0.079 | 0.079 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsNext | 0.000 | 0.276 | 0.276 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHitsNext | 0.000 | 0.136 | 0.136 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsNext | 0.000 | 1.918 | 1.918 1.9 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO NextNextEventSeq | 19230.000 | 19543.682 | 19543.682 19543.7 0.00 | 1 | 19.544 | +TimingAuditor.TIMER INFO NextNextEventGaussSim | 0.000 | 0.547 | 0.547 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextNextSimulation | 19230.000 | 19543.107 | 19543.107 19543.1 0.00 | 1 | 19.543 | +TimingAuditor.TIMER INFO MakeNextNextSim | 19190.000 | 19499.393 | 19499.393 19499.4 0.00 | 1 | 19.499 | +TimingAuditor.TIMER INFO GenToSimNextNext | 0.000 | 2.006 | 2.006 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GiGaFlushNextNext | 19180.000 | 19487.000 | 19486.998 19487.0 0.00 | 1 | 19.487 | +TimingAuditor.TIMER INFO GiGaCheckEventNextNext | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthNextNext | 0.000 | 0.909 | 0.909 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DetectorsHitsNextNext | 10.000 | 8.109 | 8.109 8.1 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GetPuVetoHitsNextNext | 0.000 | 0.058 | 0.058 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsNextNext | 0.000 | 0.475 | 0.475 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetTTHitsNextNext | 0.000 | 0.846 | 0.846 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetITHitsNextNext | 0.000 | 0.383 | 0.383 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetOTHitsNextNext | 10.000 | 1.630 | 1.630 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO RichHitsNextNext | 0.000 | 3.072 | 3.072 3.1 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetRichHitsNextNext | 0.000 | 1.464 | 1.464 1.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichPhotonsNextNext| 0.000 | 0.526 | 0.526 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichSegmentsNextNex| 0.000 | 0.511 | 0.511 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichTracksNextNext | 0.000 | 0.228 | 0.228 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.061 | 0.061 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.219 | 0.219 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHitsNextNext | 0.000 | 0.178 | 0.178 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsNextNext | 0.000 | 0.242 | 0.242 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHitsNextNext | 0.000 | 0.461 | 0.461 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHitsNextNext | 0.000 | 0.091 | 0.091 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsNextNext | 0.000 | 0.563 | 0.563 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextNextEventDataPacking| 0.000 | 1.275 | 1.275 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PackMCParticleNextNext | 0.000 | 0.199 | 0.199 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertexNextNext | 0.000 | 0.145 | 0.145 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPackerNextNext| 0.000 | 0.050 | 0.050 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerNextNe| 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerNextNext | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerNextNext | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerNextNext | 0.000 | 0.044 | 0.044 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerNextNext| 0.000 | 0.037 | 0.037 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerNextNext | 0.000 | 0.053 | 0.053 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerNextNext | 0.000 | 0.039 | 0.039 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerNextNext| 0.000 | 0.054 | 0.054 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerNextNext| 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerNextNext| 0.000 | 0.054 | 0.054 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerNextN| 0.000 | 0.282 | 0.282 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.082 | 0.082 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPackerNextNe| 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorNextNext | 40.000 | 43.704 | 43.704 43.7 0.00 | 1 | 0.044 | +TimingAuditor.TIMER INFO GiGaGetNextNextEvent | 0.000 | 0.089 | 0.089 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextNextMCTruthMonitor | 0.000 | 0.223 | 0.223 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgNextNext | 0.000 | 0.151 | 0.151 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitorNextNext| 10.000 | 10.293 | 10.293 10.3 0.00 | 1 | 0.010 | +TimingAuditor.TIMER INFO VeloGaussMoniNextNext | 0.000 | 4.605 | 4.605 4.6 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO TTHitMonitorNextNext | 0.000 | 0.567 | 0.567 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO ITHitMonitorNextNext | 0.000 | 0.325 | 0.325 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitorNextNext | 0.000 | 0.972 | 0.972 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SpdMonitorNextNext | 0.000 | 0.644 | 0.644 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrsMonitorNextNext | 0.000 | 0.776 | 0.776 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO EcalMonitorNextNext | 10.000 | 0.959 | 0.959 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO HcalMonitorNextNext | 0.000 | 0.350 | 0.350 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MuonHitCheckerNextNext | 0.000 | 0.992 | 0.992 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestNextNext | 30.000 | 32.908 | 32.908 32.9 0.00 | 1 | 0.033 | +TimingAuditor.TIMER INFO UnpackMCVertexNextNext | 0.000 | 0.260 | 0.260 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticleNextNex| 0.000 | 0.346 | 0.346 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertexNextNext| 0.000 | 0.173 | 0.173 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticleNextNe| 0.000 | 0.124 | 0.124 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsNextNex| 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsNextNext| 0.000 | 0.079 | 0.079 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHitsNextNext | 0.000 | 0.091 | 0.091 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHitsNextNext | 0.000 | 1.874 | 1.874 1.9 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackTTHitsNextNext | 0.000 | 0.048 | 0.048 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHitsNextNext | 0.000 | 1.083 | 1.083 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackITHitsNextNext | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsNextNext | 0.000 | 0.348 | 0.348 0.3 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO UnpackOTHitsNextNext | 0.000 | 0.096 | 0.096 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHitsNextNext | 0.000 | 1.232 | 1.232 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichHitsNextNext | 0.000 | 0.265 | 0.265 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhotNextNex| 0.000 | 0.741 | 0.741 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichSegmentsNextN| 0.000 | 0.233 | 0.233 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichTracksNextNex| 0.000 | 0.049 | 0.049 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsNextNext | 0.000 | 3.121 | 3.121 3.1 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO CheckRichOpPhotNextNext| 20.000 | 19.481 | 19.481 19.5 0.00 | 1 | 0.019 | -TimingAuditor.TIMER INFO CheckRichSegmentsNextNe| 0.000 | 0.585 | 0.585 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichTracksNextNext| 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsNextNext | 0.000 | 0.197 | 0.197 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHitsNextNext | 0.000 | 0.706 | 0.706 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackPrsHitsNextNext | 0.000 | 0.237 | 0.237 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHitsNextNext | 0.000 | 0.957 | 0.957 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackEcalHitsNextNext | 0.000 | 0.280 | 0.280 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHitsNextNext | 0.000 | 1.003 | 1.003 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackHcalHitsNextNext | 0.000 | 0.046 | 0.046 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsNextNext | 0.000 | 0.168 | 0.168 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHitsNextNext | 0.000 | 0.051 | 0.051 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsNextNext | 0.000 | 0.702 | 0.702 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckOTHitsNextNext | 0.000 | 2.508 | 2.508 2.5 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackRichHitsNextNext | 0.000 | 0.152 | 0.152 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhotNextNex| 0.000 | 0.277 | 0.277 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegmentsNextN| 0.000 | 0.155 | 0.155 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracksNextNex| 0.000 | 0.040 | 0.040 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsNextNext | 10.000 | 2.754 | 2.754 2.8 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO CheckRichOpPhotNextNext| 10.000 | 17.251 | 17.251 17.3 0.00 | 1 | 0.017 | +TimingAuditor.TIMER INFO CheckRichSegmentsNextNe| 0.000 | 0.376 | 0.376 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichTracksNextNext| 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsNextNext | 0.000 | 0.124 | 0.124 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHitsNextNext | 0.000 | 0.608 | 0.608 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackPrsHitsNextNext | 10.000 | 0.161 | 0.161 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHitsNextNext | 0.000 | 1.090 | 1.090 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackEcalHitsNextNext | 0.000 | 0.205 | 0.205 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHitsNextNext | 0.000 | 1.300 | 1.300 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackHcalHitsNextNext | 0.000 | 0.050 | 0.050 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsNextNext | 0.000 | 0.175 | 0.175 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHitsNextNext | 0.000 | 0.045 | 0.045 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsNextNext | 0.000 | 0.738 | 0.738 0.7 0.00 | 1 | 0.001 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 3447 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 4138 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 80.6 [s] Ave/Min/Max= 16.1(+- 14.8)/ 0.01/ 37.1 [s] #= 5 -ChronoStatSvc INFO Time User : Tot= 324 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 99.1 [s] Ave/Min/Max= 19.8(+- 19.2)/ 0/ 51 [s] #= 5 +ChronoStatSvc INFO Time User : Tot= 338 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 5 | 5284 | 1056.8 | 1015.9 | 0.0000 | 2649.0 | -******Stat****** INFO "#Hcal MCHits" | 5 | 735 | 147.00 | 148.39 | 0.0000 | 404.00 | -******Stat****** INFO "#IT MCHits" | 5 | 511 | 102.20 | 109.37 | 0.0000 | 296.00 | -******Stat****** INFO "#MCParticles" | 5 | 3060 | 612.00 | 622.37 | 5.0000 | 1564.0 | -******Stat****** INFO "#MCRichOpPhoto | 1 | 1147 | 1147.0 | 0.0000 | 1147.0 | 1147.0 | -******Stat****** INFO "#MCRichSegment | 1 | 87 | 87.000 | 0.0000 | 87.000 | 87.000 | -******Stat****** INFO "#MCRichTracks" | 1 | 82 | 82.000 | 0.0000 | 82.000 | 82.000 | -******Stat****** INFO "#MCVertices" | 5 | 3254 | 650.80 | 665.59 | 4.0000 | 1707.0 | -******Stat****** INFO "#Muon MCHits" | 5 | 636 | 127.20 | 124.28 | 0.0000 | 314.00 | -******Stat****** INFO "#OT MCHits" | 5 | 1310 | 262.00 | 258.47 | 0.0000 | 634.00 | -******Stat****** INFO "#Prs MCHits" | 5 | 4535 | 907.00 | 870.72 | 0.0000 | 2294.0 | -******Stat****** INFO "#Rich MCHits" | 5 | 3448 | 689.60 | 580.99 | 0.0000 | 1377.0 | -******Stat****** INFO "#Rich1 MCHits" | 5 | 1286 | 257.20 | 231.26 | 0.0000 | 578.00 | -******Stat****** INFO "#Rich2 MCHits" | 5 | 2162 | 432.40 | 356.14 | 0.0000 | 799.00 | -******Stat****** INFO "#Spd MCHits" | 5 | 2874 | 574.80 | 517.22 | 0.0000 | 1269.0 | -******Stat****** INFO "#TT MCHits" | 5 | 534 | 106.80 | 107.17 | 0.0000 | 276.00 | -******Stat****** INFO "#Velo MCHits" | 5 | 1594 | 318.80 | 294.34 | 0.0000 | 680.00 | +******Stat****** INFO "#Ecal MCHits" | 5 | 6018 | 1203.6 | 1211.6 | 0.0000 | 3288.0 | +******Stat****** INFO "#Hcal MCHits" | 5 | 754 | 150.80 | 137.99 | 0.0000 | 355.00 | +******Stat****** INFO "#IT MCHits" | 5 | 691 | 138.20 | 173.98 | 0.0000 | 459.00 | +******Stat****** INFO "#MCParticles" | 5 | 3477 | 695.40 | 674.81 | 5.0000 | 1744.0 | +******Stat****** INFO "#MCRichOpPhoto | 1 | 1727 | 1727.0 | 0.0000 | 1727.0 | 1727.0 | +******Stat****** INFO "#MCRichSegment | 1 | 125 | 125.00 | 0.0000 | 125.00 | 125.00 | +******Stat****** INFO "#MCRichTracks" | 1 | 115 | 115.00 | 0.0000 | 115.00 | 115.00 | +******Stat****** INFO "#MCVertices" | 5 | 3825 | 765.00 | 759.37 | 4.0000 | 1980.0 | +******Stat****** INFO "#Muon MCHits" | 5 | 844 | 168.80 | 175.98 | 0.0000 | 453.00 | +******Stat****** INFO "#OT MCHits" | 5 | 1803 | 360.60 | 324.48 | 0.0000 | 821.00 | +******Stat****** INFO "#Prs MCHits" | 5 | 5552 | 1110.4 | 1127.6 | 0.0000 | 3032.0 | +******Stat****** INFO "#Rich MCHits" | 5 | 4135 | 827.00 | 742.77 | 0.0000 | 1727.0 | +******Stat****** INFO "#Rich1 MCHits" | 5 | 1423 | 284.60 | 261.26 | 0.0000 | 689.00 | +******Stat****** INFO "#Rich2 MCHits" | 5 | 2712 | 542.40 | 516.75 | 0.0000 | 1327.0 | +******Stat****** INFO "#Spd MCHits" | 5 | 3402 | 680.40 | 736.30 | 0.0000 | 1990.0 | +******Stat****** INFO "#TT MCHits" | 5 | 628 | 125.60 | 110.31 | 0.0000 | 283.00 | +******Stat****** INFO "#Velo MCHits" | 5 | 1601 | 320.20 | 297.73 | 0.0000 | 724.00 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully @@ -10917,4 +10920,3 @@ Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= -6 diff --git a/Sim/Gauss/tests/refs/testGauss-config-2017-pythia8.ref b/Sim/Gauss/tests/refs/testGauss-config-2017-pythia8.ref index f4bcb10b2f0aea4d9bec943683bc1f51a94ec3f5..3f133b17b7fdbaacff7cad3b69d7eb0b6a716896 100644 --- a/Sim/Gauss/tests/refs/testGauss-config-2017-pythia8.ref +++ b/Sim/Gauss/tests/refs/testGauss-config-2017-pythia8.ref @@ -1,25 +1,25 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2017.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Beam6500GeV-md100-2017-nu1.6.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/Beam6500GeV-md100-2017-nu1.6.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/EnableSpillover-25ns.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/EnableSpillover-25ns.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2017.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/DataType-2017.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r372/options/Gauss/RICHRandomHits.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-2017.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2017.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam6500GeV-md100-2017-nu1.6.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam6500GeV-md100-2017-nu1.6.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/EnableSpillover-25ns.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/EnableSpillover-25ns.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2017.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/DataType-2017.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/RICHRandomHits.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-2017.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/30000000.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-config-defaults.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-config-defaults.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -82,8 +82,8 @@ RICH simulation now configured # WARNING: local tags in DDDB are ignored ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild46.cern.ch on Mon Nov 26 02:38:18 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 02:03:46 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' @@ -94,7 +94,7 @@ DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -102,7 +102,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -4653,7 +4653,7 @@ RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 RndmGenSvc.Engine INFO This is the GEANT4 engine! RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> -TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. GaussSequencer DEBUG Property update for OutputLevel : new value = 2 GaussSequencer DEBUG Initialize base class GaudiCommon<Algorithm> GaussSequencer DEBUG could not locate CounterSummarySvc, no counter summary will be made @@ -4830,7 +4830,7 @@ GeneratorSlotMainSeq DEBUG The tool 'ToolSvc.SequencerTimerTool' of type 'S GaussGen DEBUG Property update for OutputLevel : new value = 2 GaussGen DEBUG Initialize base class GaudiCommon<Algorithm> GaussGen DEBUG could not locate CounterSummarySvc, no counter summary will be made -GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 63 +GaussGen DEBUG List of ALL properties of GenInit/GaussGen #properties = 64 GaussGen DEBUG Property ['Name': Value] = 'CreateBeam':True GaussGen DEBUG Property ['Name': Value] = 'Luminosity':1.7700000e+18 GaussGen DEBUG Property ['Name': Value] = 'ZLuminousRegion':-1.3600000 @@ -4850,6 +4850,7 @@ GaussGen DEBUG Property ['Name': Value] = 'BeamParameters':Gen GaussGen DEBUG Property ['Name': Value] = 'MCHeader':/Event/Gen/Header GaussGen DEBUG Property ['Name': Value] = 'RunNumber':1082 GaussGen DEBUG Property ['Name': Value] = 'FirstEventNumber':1 +GaussGen DEBUG Property ['Name': Value] = 'EvtCounter': GaussGen DEBUG Property ['Name': Value] = 'MinMemoryDelta':16 GaussGen DEBUG Property ['Name': Value] = 'MemoryPurgeLimit':-1 GaussGen DEBUG Property ['Name': Value] = 'Increment':100 @@ -5103,7 +5104,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 26 Nov 2018 at 02:39:14 | | + | | P Y T H H III A A Now is 23 Feb 2019 at 02:04:39 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -7264,6 +7265,7 @@ GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, all entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, all entries' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), first 'HistoSize' entries' GaussGen.GaussGenMemory DEBUG Monitoring histogram 'Virtual mem, downscaled' desc = 'Virtual memory (kB), downscaled entries' GaussGen.GaussGenMemory DEBUG Booked 1D Histogram : ID='Virtual mem, downscaled' Path=GaussGen.GaussGenMemory Title='Virtual memory (kB), downscaled entries' +GaussGen DEBUG using internal counter for eventNumber GaussGen DEBUG using seeds [1082, 1, 2119103972, 0] GaussGen INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 2119103972, 0] GaussGen DEBUG GenInit:: The object of type 'LHCb::GenHeader' is registered in TS at address '/Event/Gen/Header' @@ -7655,32 +7657,32 @@ GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for Sens GaussGeo.Ecal DEBUG Initialize(): CollectionName='EcalHits' for SensDet='Ecal' GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for SensDet='Hcal' GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 -GaussGeo.Spd SUCCESS #Hits= 178 #SubHits= 293 #Slots= 1752 Energy= 1.01[GeV] -GaussGeo.Prs SUCCESS #Hits= 299 #SubHits= 502 #Slots= 2991 Energy= 3.42[GeV] -GaussGeo.Ecal SUCCESS #Hits= 1358 #SubHits= 2830 #Slots= 3084 Energy= 43.1[GeV] -GaussGeo.Hcal SUCCESS #Hits= 174 #SubHits= 225 #Slots= 295 Energy= 4.02[GeV] +GaussGeo.Spd SUCCESS #Hits= 291 #SubHits= 395 #Slots= 2351 Energy= 1.38[GeV] +GaussGeo.Prs SUCCESS #Hits= 409 #SubHits= 648 #Slots= 3870 Energy= 4.2[GeV] +GaussGeo.Ecal SUCCESS #Hits= 1731 #SubHits= 3489 #Slots= 3813 Energy= 47.3[GeV] +GaussGeo.Hcal SUCCESS #Hits= 187 #SubHits= 268 #Slots= 335 Energy= 4.41[GeV] GiGaFlush DEBUG Dump G4 event object -GiGaFlush INFO GiGaUtil::DumpG4Event 0x25049770 ************************************************** +GiGaFlush INFO GiGaUtil::DumpG4Event 0x24f14f80 ************************************************** GiGaUtil::DumpG4Event EventID : 0 GiGaUtil::DumpG4Event NumberOfPrimaryVertex : 2 - GiGaUtil::DumpG4Event #StoredTrajectories : 1472 + GiGaUtil::DumpG4Event #StoredTrajectories : 1856 GiGaUtil::DumpG4Event # of Hit Collections : 16 - GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 32 - GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 676 - GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 284 - GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 157 - GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 142 - GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 362 - GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 533 - GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 4 + GiGaUtil::DumpG4Event Collection: ID = 0 Name = 'Hits' SD = 'VeloPuSDet' #Hits = 37 + GiGaUtil::DumpG4Event Collection: ID = 1 Name = 'Hits' SD = 'VeloSDet' #Hits = 875 + GiGaUtil::DumpG4Event Collection: ID = 2 Name = 'Hits' SD = 'TTSDet' #Hits = 457 + GiGaUtil::DumpG4Event Collection: ID = 3 Name = 'Rich1TopHC' SD = 'HpdSiliconSensDet' #Hits = 803 + GiGaUtil::DumpG4Event Collection: ID = 4 Name = 'Rich1BotHC' SD = 'HpdSiliconSensDet' #Hits = 312 + GiGaUtil::DumpG4Event Collection: ID = 5 Name = 'Rich2LeftHC' SD = 'HpdSiliconSensDet' #Hits = 603 + GiGaUtil::DumpG4Event Collection: ID = 6 Name = 'Rich2RightHC' SD = 'HpdSiliconSensDet' #Hits = 946 + GiGaUtil::DumpG4Event Collection: ID = 7 Name = 'Hits' SD = 'BcmSDet' #Hits = 1 GiGaUtil::DumpG4Event Collection: ID = 8 Name = 'CaloSPHits' SD = 'CaloSP' #Hits = 0 - GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 178 - GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 299 - GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 1358 - GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 174 - GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 350 - GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 155 - GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 710 + GiGaUtil::DumpG4Event Collection: ID = 9 Name = 'SpdHits' SD = 'Spd' #Hits = 291 + GiGaUtil::DumpG4Event Collection: ID = 10 Name = 'PrsHits' SD = 'Prs' #Hits = 409 + GiGaUtil::DumpG4Event Collection: ID = 11 Name = 'EcalHits' SD = 'Ecal' #Hits = 1731 + GiGaUtil::DumpG4Event Collection: ID = 12 Name = 'HcalHits' SD = 'Hcal' #Hits = 187 + GiGaUtil::DumpG4Event Collection: ID = 13 Name = 'Hits' SD = 'MuonSDet' #Hits = 569 + GiGaUtil::DumpG4Event Collection: ID = 14 Name = 'Hits' SD = 'ITSDet' #Hits = 410 + GiGaUtil::DumpG4Event Collection: ID = 15 Name = 'Hits' SD = 'OTSDet' #Hits = 1186 GiGaUtil::DumpG4Event GetDCofThisEvent : G4DCofThisEvent* points to NULL GiGaUtil::DumpG4Event IsAborted : 0 GiGaUtil::DumpG4Event GetUserInformation : G4VUserEventInformation* points to NULL @@ -7715,16 +7717,17 @@ GetHcalHits DEBUG ==> Execute GetHcalHits DEBUG GetCaloHitsAlg:: The object of type 'ObjectVector<LHCb::MCCaloHit>' is registered in TS at address 'MC/Hcal/Hits' GetMuonHits DEBUG ==> Execute GetMuonHits DEBUG GetTrackerHitsAlg:: The object of type 'ObjectVector<LHCb::MCHit>' is registered in TS at address 'MC/Muon/Hits' +/dd/Structure/LHCb/Do... ERROR Gap not found! MainEventDataPacking DEBUG ==> Execute PackMCParticle DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Particles' -PackMCParticle DEBUG MC/Particles contains 1700 MCParticles to convert. +PackMCParticle DEBUG MC/Particles contains 2121 MCParticles to convert. PackMCParticle DEBUG PackMCParticle:: The object of type 'LHCb::PackedMCParticles' is registered in TS at address 'pSim/MCParticles' PackMCVertex DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >' has been retrieved from TS at address 'MC/Vertices' -PackMCVertex DEBUG MC/Vertices contains 1908 MCVertices to convert. +PackMCVertex DEBUG MC/Vertices contains 2441 MCVertices to convert. PackMCVertex DEBUG PackMCVertex:: The object of type 'LHCb::PackedMCVertices' is registered in TS at address 'pSim/MCVertices' SimMonitor DEBUG ==> Execute -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 1700 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 1908 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 2121 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 2441 PrevPrevEventGaussSim INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 1086029981, 0] GaussGeo.Spd DEBUG Initialize(): CollectionName='SpdHits' for SensDet='Spd' GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for SensDet='Prs' @@ -7733,31 +7736,31 @@ GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for Sen GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 1.014797 | 1.0148 | 0.0000 | 1.0148 | 1.0148 | - | "#hits" | 1 | 178 | 178.00 | 0.0000 | 178.00 | 178.00 | - | "#subhits" | 1 | 293 | 293.00 | 0.0000 | 293.00 | 293.00 | - | "#tslots" | 1 | 1752 | 1752.0 | 0.0000 | 1752.0 | 1752.0 | + | "#energy" | 1 | 1.380574 | 1.3806 | 0.0000 | 1.3806 | 1.3806 | + | "#hits" | 1 | 291 | 291.00 | 0.0000 | 291.00 | 291.00 | + | "#subhits" | 1 | 395 | 395.00 | 0.0000 | 395.00 | 395.00 | + | "#tslots" | 1 | 2351 | 2351.0 | 0.0000 | 2351.0 | 2351.0 | GaussGeo.Spd SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 3.416497 | 3.4165 | 0.0000 | 3.4165 | 3.4165 | - | "#hits" | 1 | 299 | 299.00 | 0.0000 | 299.00 | 299.00 | - | "#subhits" | 1 | 502 | 502.00 | 0.0000 | 502.00 | 502.00 | - | "#tslots" | 1 | 2991 | 2991.0 | 0.0000 | 2991.0 | 2991.0 | + | "#energy" | 1 | 4.20377 | 4.2038 | 0.0000 | 4.2038 | 4.2038 | + | "#hits" | 1 | 409 | 409.00 | 0.0000 | 409.00 | 409.00 | + | "#subhits" | 1 | 648 | 648.00 | 0.0000 | 648.00 | 648.00 | + | "#tslots" | 1 | 3870 | 3870.0 | 0.0000 | 3870.0 | 3870.0 | GaussGeo.Prs SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 43.11894 | 43.119 | 0.0000 | 43.119 | 43.119 | - | "#hits" | 1 | 1358 | 1358.0 | 0.0000 | 1358.0 | 1358.0 | - | "#subhits" | 1 | 2830 | 2830.0 | 0.0000 | 2830.0 | 2830.0 | - | "#tslots" | 1 | 3084 | 3084.0 | 0.0000 | 3084.0 | 3084.0 | + | "#energy" | 1 | 47.2864 | 47.286 | 0.0000 | 47.286 | 47.286 | + | "#hits" | 1 | 1731 | 1731.0 | 0.0000 | 1731.0 | 1731.0 | + | "#subhits" | 1 | 3489 | 3489.0 | 0.0000 | 3489.0 | 3489.0 | + | "#tslots" | 1 | 3813 | 3813.0 | 0.0000 | 3813.0 | 3813.0 | GaussGeo.Ecal SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 1 | 4.022699 | 4.0227 | 0.0000 | 4.0227 | 4.0227 | - | "#hits" | 1 | 174 | 174.00 | 0.0000 | 174.00 | 174.00 | - | "#subhits" | 1 | 225 | 225.00 | 0.0000 | 225.00 | 225.00 | - | "#tslots" | 1 | 295 | 295.00 | 0.0000 | 295.00 | 295.00 | + | "#energy" | 1 | 4.414044 | 4.4140 | 0.0000 | 4.4140 | 4.4140 | + | "#hits" | 1 | 187 | 187.00 | 0.0000 | 187.00 | 187.00 | + | "#subhits" | 1 | 268 | 268.00 | 0.0000 | 268.00 | 268.00 | + | "#tslots" | 1 | 335 | 335.00 | 0.0000 | 335.00 | 335.00 | GaussGeo.Hcal SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GiGaGetPrevPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 5 GiGaGetPrevPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 4 @@ -7769,31 +7772,31 @@ GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for Sen GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 2 | 1.014797 | 0.50740 | 0.50740 | 0.0000 | 1.0148 | - | "#hits" | 2 | 178 | 89.000 | 89.000 | 0.0000 | 178.00 | - | "#subhits" | 2 | 293 | 146.50 | 146.50 | 0.0000 | 293.00 | - | "#tslots" | 2 | 1752 | 876.00 | 876.00 | 0.0000 | 1752.0 | + | "#energy" | 2 | 1.380574 | 0.69029 | 0.69029 | 0.0000 | 1.3806 | + | "#hits" | 2 | 291 | 145.50 | 145.50 | 0.0000 | 291.00 | + | "#subhits" | 2 | 395 | 197.50 | 197.50 | 0.0000 | 395.00 | + | "#tslots" | 2 | 2351 | 1175.5 | 1175.5 | 0.0000 | 2351.0 | GaussGeo.Spd SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 2 | 3.416497 | 1.7082 | 1.7082 | 0.0000 | 3.4165 | - | "#hits" | 2 | 299 | 149.50 | 149.50 | 0.0000 | 299.00 | - | "#subhits" | 2 | 502 | 251.00 | 251.00 | 0.0000 | 502.00 | - | "#tslots" | 2 | 2991 | 1495.5 | 1495.5 | 0.0000 | 2991.0 | + | "#energy" | 2 | 4.20377 | 2.1019 | 2.1019 | 0.0000 | 4.2038 | + | "#hits" | 2 | 409 | 204.50 | 204.50 | 0.0000 | 409.00 | + | "#subhits" | 2 | 648 | 324.00 | 324.00 | 0.0000 | 648.00 | + | "#tslots" | 2 | 3870 | 1935.0 | 1935.0 | 0.0000 | 3870.0 | GaussGeo.Prs SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 2 | 43.11894 | 21.559 | 21.559 | 0.0000 | 43.119 | - | "#hits" | 2 | 1358 | 679.00 | 679.00 | 0.0000 | 1358.0 | - | "#subhits" | 2 | 2830 | 1415.0 | 1415.0 | 0.0000 | 2830.0 | - | "#tslots" | 2 | 3084 | 1542.0 | 1542.0 | 0.0000 | 3084.0 | + | "#energy" | 2 | 47.2864 | 23.643 | 23.643 | 0.0000 | 47.286 | + | "#hits" | 2 | 1731 | 865.50 | 865.50 | 0.0000 | 1731.0 | + | "#subhits" | 2 | 3489 | 1744.5 | 1744.5 | 0.0000 | 3489.0 | + | "#tslots" | 2 | 3813 | 1906.5 | 1906.5 | 0.0000 | 3813.0 | GaussGeo.Ecal SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 2 | 4.022699 | 2.0113 | 2.0113 | 0.0000 | 4.0227 | - | "#hits" | 2 | 174 | 87.000 | 87.000 | 0.0000 | 174.00 | - | "#subhits" | 2 | 225 | 112.50 | 112.50 | 0.0000 | 225.00 | - | "#tslots" | 2 | 295 | 147.50 | 147.50 | 0.0000 | 295.00 | + | "#energy" | 2 | 4.414044 | 2.2070 | 2.2070 | 0.0000 | 4.4140 | + | "#hits" | 2 | 187 | 93.500 | 93.500 | 0.0000 | 187.00 | + | "#subhits" | 2 | 268 | 134.00 | 134.00 | 0.0000 | 268.00 | + | "#tslots" | 2 | 335 | 167.50 | 167.50 | 0.0000 | 335.00 | GaussGeo.Hcal SUCCESS #Hits= 0 #SubHits= 0 #Slots= 0 Energy= 0[GeV] GiGaGetPrevEvent INFO Number of extracted MCParticles 'MC/Particles' 5 GiGaGetPrevEvent INFO Number of extracted MCVertices 'MC/Vertices' 4 @@ -7805,34 +7808,34 @@ GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for Sen GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 3 | 1.014797 | 0.33827 | 0.47838 | 0.0000 | 1.0148 | - | "#hits" | 3 | 178 | 59.333 | 83.910 | 0.0000 | 178.00 | - | "#subhits" | 3 | 293 | 97.667 | 138.12 | 0.0000 | 293.00 | - | "#tslots" | 3 | 1752 | 584.00 | 825.90 | 0.0000 | 1752.0 | -GaussGeo.Spd SUCCESS #Hits= 158 #SubHits= 212 #Slots= 1256 Energy= 0.698[GeV] + | "#energy" | 3 | 1.380574 | 0.46019 | 0.65081 | 0.0000 | 1.3806 | + | "#hits" | 3 | 291 | 97.000 | 137.18 | 0.0000 | 291.00 | + | "#subhits" | 3 | 395 | 131.67 | 186.20 | 0.0000 | 395.00 | + | "#tslots" | 3 | 2351 | 783.67 | 1108.3 | 0.0000 | 2351.0 | +GaussGeo.Spd SUCCESS #Hits= 109 #SubHits= 127 #Slots= 748 Energy= 0.381[GeV] GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 3 | 3.416497 | 1.1388 | 1.6106 | 0.0000 | 3.4165 | - | "#hits" | 3 | 299 | 99.667 | 140.95 | 0.0000 | 299.00 | - | "#subhits" | 3 | 502 | 167.33 | 236.65 | 0.0000 | 502.00 | - | "#tslots" | 3 | 2991 | 997.00 | 1410.0 | 0.0000 | 2991.0 | -GaussGeo.Prs SUCCESS #Hits= 223 #SubHits= 297 #Slots= 1774 Energy= 1.64[GeV] + | "#energy" | 3 | 4.20377 | 1.4013 | 1.9817 | 0.0000 | 4.2038 | + | "#hits" | 3 | 409 | 136.33 | 192.80 | 0.0000 | 409.00 | + | "#subhits" | 3 | 648 | 216.00 | 305.47 | 0.0000 | 648.00 | + | "#tslots" | 3 | 3870 | 1290.0 | 1824.3 | 0.0000 | 3870.0 | +GaussGeo.Prs SUCCESS #Hits= 203 #SubHits= 254 #Slots= 1496 Energy= 1.41[GeV] GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 3 | 43.11894 | 14.373 | 20.326 | 0.0000 | 43.119 | - | "#hits" | 3 | 1358 | 452.67 | 640.17 | 0.0000 | 1358.0 | - | "#subhits" | 3 | 2830 | 943.33 | 1334.1 | 0.0000 | 2830.0 | - | "#tslots" | 3 | 3084 | 1028.0 | 1453.8 | 0.0000 | 3084.0 | -GaussGeo.Ecal SUCCESS #Hits= 1080 #SubHits= 1648 #Slots= 1885 Energy= 16.3[GeV] + | "#energy" | 3 | 47.2864 | 15.762 | 22.291 | 0.0000 | 47.286 | + | "#hits" | 3 | 1731 | 577.00 | 816.00 | 0.0000 | 1731.0 | + | "#subhits" | 3 | 3489 | 1163.0 | 1644.7 | 0.0000 | 3489.0 | + | "#tslots" | 3 | 3813 | 1271.0 | 1797.5 | 0.0000 | 3813.0 | +GaussGeo.Ecal SUCCESS #Hits= 869 #SubHits= 1304 #Slots= 1515 Energy= 19.7[GeV] GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 3 | 4.022699 | 1.3409 | 1.8963 | 0.0000 | 4.0227 | - | "#hits" | 3 | 174 | 58.000 | 82.024 | 0.0000 | 174.00 | - | "#subhits" | 3 | 225 | 75.000 | 106.07 | 0.0000 | 225.00 | - | "#tslots" | 3 | 295 | 98.333 | 139.06 | 0.0000 | 295.00 | -GaussGeo.Hcal SUCCESS #Hits= 132 #SubHits= 166 #Slots= 222 Energy= 1.94[GeV] -GiGaGetNextEvent INFO Number of extracted MCParticles 'MC/Particles' 1281 -GiGaGetNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 1367 + | "#energy" | 3 | 4.414044 | 1.4713 | 2.0808 | 0.0000 | 4.4140 | + | "#hits" | 3 | 187 | 62.333 | 88.153 | 0.0000 | 187.00 | + | "#subhits" | 3 | 268 | 89.333 | 126.34 | 0.0000 | 268.00 | + | "#tslots" | 3 | 335 | 111.67 | 157.92 | 0.0000 | 335.00 | +GaussGeo.Hcal SUCCESS #Hits= 133 #SubHits= 179 #Slots= 239 Energy= 1.8[GeV] +GiGaGetNextEvent INFO Number of extracted MCParticles 'MC/Particles' 988 +GiGaGetNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 1038 NextNextEventGaussSim INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 1769989743, 0] GaussGeo.Spd DEBUG Initialize(): CollectionName='SpdHits' for SensDet='Spd' GaussGeo.Prs DEBUG Initialize(): CollectionName='PrsHits' for SensDet='Prs' @@ -7841,34 +7844,34 @@ GaussGeo.Hcal DEBUG Initialize(): CollectionName='HcalHits' for Sen GaussGeo.CaloSP DEBUG #GaussSensPlaneHits= 0 GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 4 | 1.712625 | 0.42816 | 0.44258 | 0.0000 | 1.0148 | - | "#hits" | 4 | 336 | 84.000 | 84.297 | 0.0000 | 178.00 | - | "#subhits" | 4 | 505 | 126.25 | 129.46 | 0.0000 | 293.00 | - | "#tslots" | 4 | 3008 | 752.00 | 772.18 | 0.0000 | 1752.0 | -GaussGeo.Spd SUCCESS #Hits= 64 #SubHits= 111 #Slots= 660 Energy= 0.305[GeV] + | "#energy" | 4 | 1.761207 | 0.44030 | 0.56467 | 0.0000 | 1.3806 | + | "#hits" | 4 | 400 | 100.00 | 118.91 | 0.0000 | 291.00 | + | "#subhits" | 4 | 522 | 130.50 | 161.27 | 0.0000 | 395.00 | + | "#tslots" | 4 | 3099 | 774.75 | 959.92 | 0.0000 | 2351.0 | +GaussGeo.Spd SUCCESS #Hits= 84 #SubHits= 97 #Slots= 576 Energy= 0.285[GeV] GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 4 | 5.054812 | 1.2637 | 1.4114 | 0.0000 | 3.4165 | - | "#hits" | 4 | 522 | 130.50 | 133.24 | 0.0000 | 299.00 | - | "#subhits" | 4 | 799 | 199.75 | 212.49 | 0.0000 | 502.00 | - | "#tslots" | 4 | 4765 | 1191.2 | 1266.6 | 0.0000 | 2991.0 | -GaussGeo.Prs SUCCESS #Hits= 89 #SubHits= 152 #Slots= 908 Energy= 0.902[GeV] + | "#energy" | 4 | 5.618596 | 1.4046 | 1.7162 | 0.0000 | 4.2038 | + | "#hits" | 4 | 612 | 153.00 | 169.45 | 0.0000 | 409.00 | + | "#subhits" | 4 | 902 | 225.50 | 265.06 | 0.0000 | 648.00 | + | "#tslots" | 4 | 5366 | 1341.5 | 1582.4 | 0.0000 | 3870.0 | +GaussGeo.Prs SUCCESS #Hits= 127 #SubHits= 154 #Slots= 916 Energy= 0.942[GeV] GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 4 | 59.46875 | 14.867 | 17.624 | 0.0000 | 43.119 | - | "#hits" | 4 | 2438 | 609.50 | 617.37 | 0.0000 | 1358.0 | - | "#subhits" | 4 | 4478 | 1119.5 | 1195.0 | 0.0000 | 2830.0 | - | "#tslots" | 4 | 4969 | 1242.2 | 1312.6 | 0.0000 | 3084.0 | -GaussGeo.Ecal SUCCESS #Hits= 628 #SubHits= 1026 #Slots= 1131 Energy= 14.5[GeV] + | "#energy" | 4 | 67.00393 | 16.751 | 19.380 | 0.0000 | 47.286 | + | "#hits" | 4 | 2600 | 650.00 | 717.90 | 0.0000 | 1731.0 | + | "#subhits" | 4 | 4793 | 1198.2 | 1425.7 | 0.0000 | 3489.0 | + | "#tslots" | 4 | 5328 | 1332.0 | 1560.2 | 0.0000 | 3813.0 | +GaussGeo.Ecal SUCCESS #Hits= 686 #SubHits= 1015 #Slots= 1147 Energy= 14.4[GeV] GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 4 | 5.965295 | 1.4913 | 1.6628 | 0.0000 | 4.0227 | - | "#hits" | 4 | 306 | 76.500 | 77.928 | 0.0000 | 174.00 | - | "#subhits" | 4 | 391 | 97.750 | 99.951 | 0.0000 | 225.00 | - | "#tslots" | 4 | 517 | 129.25 | 131.80 | 0.0000 | 295.00 | -GaussGeo.Hcal SUCCESS #Hits= 65 #SubHits= 77 #Slots= 105 Energy= 1.55[GeV] -GiGaGetNextNextEvent INFO Number of extracted MCParticles 'MC/Particles' 522 -GiGaGetNextNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 610 + | "#energy" | 4 | 6.209899 | 1.5525 | 1.8075 | 0.0000 | 4.4140 | + | "#hits" | 4 | 320 | 80.000 | 82.247 | 0.0000 | 187.00 | + | "#subhits" | 4 | 447 | 111.75 | 116.10 | 0.0000 | 268.00 | + | "#tslots" | 4 | 574 | 143.50 | 147.46 | 0.0000 | 335.00 | +GaussGeo.Hcal SUCCESS #Hits= 107 #SubHits= 131 #Slots= 165 Energy= 1.83[GeV] +GiGaGetNextNextEvent INFO Number of extracted MCParticles 'MC/Particles' 489 +GiGaGetNextNextEvent INFO Number of extracted MCVertices 'MC/Vertices' 545 ApplicationMgr INFO Application Manager Stopped successfully GaussGen DEBUG Delete BeamForInitialization GaussGen DEBUG ==> Finalize @@ -8128,26 +8131,26 @@ GetOTHits DEBUG Services to release : GiGa GiGaKine GetOTHits DEBUG Releasing service 'GiGa' GetOTHits DEBUG Releasing service 'GiGaKine' GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 299.00 +-17.29 (100.00 +-0.00%) Rich2 = 895.00 +-29.92 (100.00 +-0.00%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 1115.00 +-33.39 (100.00 +-0.00%) Rich2 = 1549.00 +-39.36 (100.00 +-0.00%) GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 287.00 +-16.94 ( 95.99 +-1.14%) Rich2 = 588.00 +-24.25 ( 65.70 +-1.59%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 76.00 +- 8.72 ( 8.49 +-0.93%) -GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 669.00 +-25.87 ( 60.00 +-1.47%) Rich2 = 807.00 +-28.41 ( 52.10 +-1.27%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 4.00 +- 2.00 ( 0.36 +-0.18%) Rich2 = 4.00 +- 2.00 ( 0.26 +-0.13%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 415.00 +-20.37 ( 37.22 +-1.45%) Rich2 = 303.00 +-17.41 ( 19.56 +-1.01%) +GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 1.00 +- 1.00 ( 0.09 +-0.09%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 197.00 +-14.04 ( 22.01 +-1.38%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 12.00 +- 3.46 ( 4.01 +-1.14%) Rich2 = 71.00 +- 8.43 ( 7.93 +-0.90%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 10.00 +- 3.16 ( 3.34 +-1.04%) Rich2 = 53.00 +- 7.28 ( 5.92 +-0.79%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 401.00 +-20.02 ( 25.89 +-1.11%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 59.00 +- 7.68 ( 5.29 +-0.67%) Rich2 = 111.00 +-10.54 ( 7.17 +-0.66%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 52.00 +- 7.21 ( 4.66 +-0.63%) Rich2 = 91.00 +- 9.54 ( 5.87 +-0.60%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 4.00 +- 2.00 ( 1.34 +-0.66%) Rich2 = 39.00 +- 6.24 ( 4.36 +-0.68%) -GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 19.00 +- 4.36 ( 1.70 +-0.39%) Rich2 = 45.00 +- 6.71 ( 2.91 +-0.43%) +GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.06 +-0.06%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 287.00 +-16.94 ( 95.99 +-1.14%) Rich2Gas = 588.00 +-24.25 ( 65.70 +-1.59%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 669.00 +-25.87 ( 60.00 +-1.47%) Rich2Gas = 807.00 +-28.41 ( 52.10 +-1.27%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : @@ -8167,12 +8170,16 @@ GetRichHits INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHits INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 299.00 +- 17.29 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 819.00 +- 28.62 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 76.00 +- 8.72 / event -GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 23.00 +- 4.80 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 67.00 +- 8.19 / event -GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 1.00 +- 1.00 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 695.00 +- 26.36 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 1242.00 +- 35.24 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 8.00 +- 2.83 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 718.00 +- 26.80 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 1.00 +- 1.00 / event +GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 40.00 +- 6.32 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 124.00 +- 11.14 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 4.00 +- 2.00 / event +GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 7.00 +- 2.65 / event +GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 1.00 +- 1.00 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 RichHits DEBUG Finalize base class GaudiAlgorithm RichHits DEBUG Tools to release : @@ -8218,46 +8225,46 @@ PackMCVertex DEBUG Tools to release : PackMCVertex DEBUG Services to release : MCVeloHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 676 | 676.00 | 0.0000 | 676.00 | 676.00 | + | "# PackedData" | 1 | 875 | 875.00 | 0.0000 | 875.00 | 875.00 | MCPuVetoHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 32 | 32.000 | 0.0000 | 32.000 | 32.000 | + | "# PackedData" | 1 | 37 | 37.000 | 0.0000 | 37.000 | 37.000 | MCTTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 284 | 284.00 | 0.0000 | 284.00 | 284.00 | + | "# PackedData" | 1 | 457 | 457.00 | 0.0000 | 457.00 | 457.00 | MCITHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 155 | 155.00 | 0.0000 | 155.00 | 155.00 | + | "# PackedData" | 1 | 410 | 410.00 | 0.0000 | 410.00 | 410.00 | MCOTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 710 | 710.00 | 0.0000 | 710.00 | 710.00 | + | "# PackedData" | 1 | 1186 | 1186.0 | 0.0000 | 1186.0 | 1186.0 | MCMuonHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 350 | 350.00 | 0.0000 | 350.00 | 350.00 | + | "# PackedData" | 1 | 569 | 569.00 | 0.0000 | 569.00 | 569.00 | MCPrsHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 2991 | 2991.0 | 0.0000 | 2991.0 | 2991.0 | + | "# PackedData" | 1 | 3870 | 3870.0 | 0.0000 | 3870.0 | 3870.0 | MCSpdHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1752 | 1752.0 | 0.0000 | 1752.0 | 1752.0 | + | "# PackedData" | 1 | 2351 | 2351.0 | 0.0000 | 2351.0 | 2351.0 | MCEcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 3084 | 3084.0 | 0.0000 | 3084.0 | 3084.0 | + | "# PackedData" | 1 | 3813 | 3813.0 | 0.0000 | 3813.0 | 3813.0 | MCHcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 295 | 295.00 | 0.0000 | 295.00 | 295.00 | + | "# PackedData" | 1 | 335 | 335.00 | 0.0000 | 335.00 | 335.00 | MCRichHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1194 | 1194.0 | 0.0000 | 1194.0 | 1194.0 | + | "# PackedData" | 1 | 2664 | 2664.0 | 0.0000 | 2664.0 | 2664.0 | MCRichOpPhotPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1194 | 1194.0 | 0.0000 | 1194.0 | 1194.0 | + | "# PackedData" | 1 | 2664 | 2664.0 | 0.0000 | 2664.0 | 2664.0 | MCRichSegmentPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 91 | 91.000 | 0.0000 | 91.000 | 91.000 | + | "# PackedData" | 1 | 176 | 176.00 | 0.0000 | 176.00 | 176.00 | MCRichTrackPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 82 | 82.000 | 0.0000 | 82.000 | 82.000 | + | "# PackedData" | 1 | 151 | 151.00 | 0.0000 | 151.00 | 151.00 | MainEventDataPacking DEBUG Finalize base class GaudiAlgorithm MainEventDataPacking DEBUG Tools to release : MainEventDataPacking DEBUG Services to release : @@ -8267,42 +8274,42 @@ MakeMainSim DEBUG Services to release : VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 676+/-0 -VeloGaussMoni INFO | Number of PileUpMCHits/Event: 32+/-0 +VeloGaussMoni INFO | Number of MCHits/Event: 875+/-0 +VeloGaussMoni INFO | Number of PileUpMCHits/Event: 37+/-0 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 284 -TTHitMonitor INFO Mean beta * gamma: 2949.39 -TTHitMonitor INFO Most Probable deposited charge: 0.157974 -TTHitMonitor INFO Half Sample width 0.0621347 +TTHitMonitor INFO #hits per event: 457 +TTHitMonitor INFO Mean beta * gamma: 3953.99 +TTHitMonitor INFO Most Probable deposited charge: 0.159009 +TTHitMonitor INFO Half Sample width 0.0582324 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 18 | 18 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 284 | 837626.1 | 2949.4 | 19336. | 0.37227 | 1.6355e+05 | - | "numberHits" | 1 | 284 | 284.00 | 0.0000 | 284.00 | 284.00 | + | "DeltaRay" | 60 | 60 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 457 | 1806973 | 3954.0 | 14074. | 0.44972 | 1.0358e+05 | + | "numberHits" | 1 | 457 | 457.00 | 0.0000 | 457.00 | 457.00 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 155 -ITHitMonitor INFO Mean beta * gamma: 2929.05 -ITHitMonitor INFO Most Probable deposited charge: 0.119451 -ITHitMonitor INFO Half Sample width 0.0360518 +ITHitMonitor INFO #hits per event: 410 +ITHitMonitor INFO Mean beta * gamma: 3160.18 +ITHitMonitor INFO Most Probable deposited charge: 0.123513 +ITHitMonitor INFO Half Sample width 0.0488845 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 6 | 6 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 155 | 454002.2 | 2929.0 | 14586. | 4.3622 | 1.6355e+05 | - | "numberHits" | 1 | 155 | 155.00 | 0.0000 | 155.00 | 155.00 | + | "DeltaRay" | 59 | 59 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 410 | 1295674 | 3160.2 | 12236. | 0.11964 | 1.0358e+05 | + | "numberHits" | 1 | 410 | 410.00 | 0.0000 | 410.00 | 410.00 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 710 -OTHitMonitor INFO Mean beta * gamma: 4338.62 -OTHitMonitor INFO Most Probable deposited charge: 0.19126 -OTHitMonitor INFO Half Sample width 0.0732549 +OTHitMonitor INFO #hits per event: 1186 +OTHitMonitor INFO Mean beta * gamma: 4112.77 +OTHitMonitor INFO Most Probable deposited charge: 0.195596 +OTHitMonitor INFO Half Sample width 0.0674741 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 30 | 30 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 710 | 3080418 | 4338.6 | 21272. | 0.059696 | 1.6355e+05 | - | "numberHits" | 1 | 710 | 710.00 | 0.0000 | 710.00 | 710.00 | + | "DeltaRay" | 136 | 136 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 1186 | 4877746 | 4112.8 | 13924. | 0.0045607 | 1.0358e+05 | + | "numberHits" | 1 | 1186 | 1186.0 | 0.0000 | 1186.0 | 1186.0 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -8311,374 +8318,374 @@ MuonHitChecker INFO ------------------------------------------------ MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 92.000 6.000 5.000 0.000 0.000 R1 -MuonHitChecker INFO 116.000 5.000 16.000 4.000 4.000 R2 -MuonHitChecker INFO 40.000 0.000 2.000 0.000 4.000 R3 -MuonHitChecker INFO 52.000 4.000 0.000 0.000 0.000 R4 +MuonHitChecker INFO 92.000 14.000 25.000 0.000 0.000 R1 +MuonHitChecker INFO 169.000 7.000 4.000 1.000 0.000 R2 +MuonHitChecker INFO 125.000 4.000 4.000 5.000 4.000 R3 +MuonHitChecker INFO 109.000 5.000 0.000 0.000 0.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 300.000 15.000 23.000 4.000 8.000 allR -MuonHitChecker INFO number of hits generated outside gaps volume 0 +MuonHitChecker INFO 495.000 30.000 33.000 6.000 4.000 allR +MuonHitChecker INFO number of hits generated outside gaps volume 1 UnpackPuVetoHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 32 | 32.000 | 0.0000 | 32.000 | 32.000 | + | "# UnPackedData" | 1 | 37 | 37.000 | 0.0000 | 37.000 | 37.000 | CheckPuVetoHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 32 |1.681415e-06 | 5.2544e-08 | 3.1039e-07 | -4.9704e-07 | 4.9556e-07 | - | "Diff. - Displacement y" | 32 |4.099564e-07 | 1.2811e-08 | 3.1080e-07 | -4.7837e-07 | 4.8917e-07 | - | "Diff. - Displacement z" | 32 |-1.08599e-06 |-3.3937e-08 | 2.5602e-07 | -4.2638e-07 | 4.5264e-07 | - | "Diff. - Energy" | 32 |-1.258568e-06 |-3.9330e-08 | 5.8532e-07 | -7.9486e-07 | 9.4715e-07 | - | "Diff. - Entry Point x" | 32 |1.951965e-05 | 6.0999e-07 | 2.7444e-05 | -4.7935e-05 | 4.4692e-05 | - | "Diff. - Entry Point y" | 32 |0.000431825 | 1.3495e-05 | 2.7877e-05 | -4.6828e-05 | 4.7775e-05 | - | "Diff. - Entry Point z" | 32 |-0.0001210358 |-3.7824e-06 | 2.9858e-05 | -4.9504e-05 | 4.7987e-05 | - | "Diff. - Parent |P|" | 32 |0.0005938877 | 1.8559e-05 | 0.0028981 | -0.0046759 | 0.0047510 | - | "Diff. - TOF" | 32 |4.773468e-05 | 1.4917e-06 | 2.7588e-06 | -4.4028e-06 | 4.8330e-06 | - | "Original - Displacement x" | 32 | 0.08215368 | 0.0025673 | 0.016873 | -0.026668 | 0.023295 | - | "Original - Displacement y" | 32 | 0.09381241 | 0.0029316 | 0.016583 | -0.036347 | 0.028033 | - | "Original - Displacement z" | 32 | -9.589854 | -0.29968 | 0.0016514 | -0.30012 | -0.29051 | - | "Original - Energy" | 32 | 3.417723 | 0.10680 | 0.053689 | 0.066166 | 0.37556 | - | "Original - Entry Point x" | 32 | 111.695 | 3.4905 | 15.119 | -25.693 | 24.497 | - | "Original - Entry Point y" | 32 | 75.68683 | 2.3652 | 14.932 | -37.098 | 27.225 | - | "Original - Entry Point z" | 32 | -8608.356 | -269.01 | 41.623 | -315.86 | -218.99 | - | "Original - Parent |P|" | 32 | 393307.5 | 12291. | 14922. | 886.69 | 54234. | - | "Original - TOF" | 32 | 28.9745 | 0.90545 | 0.14819 | 0.69981 | 1.1294 | - | "Unpacked - Displacement x" | 32 | 0.082152 | 0.0025673 | 0.016873 | -0.026668 | 0.023295 | - | "Unpacked - Displacement y" | 32 | 0.093812 | 0.0029316 | 0.016583 | -0.036347 | 0.028033 | - | "Unpacked - Displacement z" | 32 | -9.589853 | -0.29968 | 0.0016513 | -0.30012 | -0.29051 | - | "Unpacked - Energy" | 32 | 3.417724 | 0.10680 | 0.053689 | 0.066166 | 0.37556 | - | "Unpacked - Entry Point x" | 32 | 111.695 | 3.4905 | 15.119 | -25.693 | 24.497 | - | "Unpacked - Entry Point y" | 32 | 75.6864 | 2.3652 | 14.932 | -37.098 | 27.225 | - | "Unpacked - Entry Point z" | 32 | -8608.356 | -269.01 | 41.623 | -315.86 | -218.99 | - | "Unpacked - Parent |P|" | 32 | 393307.5 | 12291. | 14922. | 886.69 | 54234. | - | "Unpacked - TOF" | 32 | 28.97445 | 0.90545 | 0.14819 | 0.69981 | 1.1294 | + | "Diff. - Displacement x" | 37 |1.44858e-06 | 3.9151e-08 | 2.9484e-07 | -4.9417e-07 | 4.8094e-07 | + | "Diff. - Displacement y" | 37 |-1.188917e-06 |-3.2133e-08 | 2.9648e-07 | -4.5876e-07 | 4.8843e-07 | + | "Diff. - Displacement z" | 37 |-3.755347e-08 |-1.0150e-09 | 2.4775e-07 | -4.0597e-07 | 4.7180e-07 | + | "Diff. - Energy" | 37 |-1.151282e-06 |-3.1116e-08 | 6.2533e-07 | -9.7151e-07 | 9.8102e-07 | + | "Diff. - Entry Point x" | 37 |5.053111e-05 | 1.3657e-06 | 2.2390e-05 | -4.8813e-05 | 4.7539e-05 | + | "Diff. - Entry Point y" | 37 |-5.968404e-06 |-1.6131e-07 | 2.9782e-05 | -4.2997e-05 | 4.8525e-05 | + | "Diff. - Entry Point z" | 37 |0.0001088929 | 2.9431e-06 | 3.1984e-05 | -4.9065e-05 | 4.9689e-05 | + | "Diff. - Parent |P|" | 37 |-0.01968242 |-0.00053196 | 0.0027936 | -0.0049365 | 0.0044540 | + | "Diff. - TOF" | 37 |9.431467e-06 | 2.5490e-07 | 2.6279e-06 | -4.7516e-06 | 4.7613e-06 | + | "Original - Displacement x" | 37 | 0.1831524 | 0.0049501 | 0.017360 | -0.026341 | 0.040599 | + | "Original - Displacement y" | 37 |0.0009468111 | 2.5589e-05 | 0.020225 | -0.059314 | 0.028891 | + | "Original - Displacement z" | 37 | -11.09951 | -0.29999 | 0.00013923 | -0.30050 | -0.29971 | + | "Original - Energy" | 37 | 3.755217 | 0.10149 | 0.027214 | 0.072304 | 0.20463 | + | "Original - Entry Point x" | 37 | 117.8064 | 3.1840 | 14.437 | -25.993 | 24.343 | + | "Original - Entry Point y" | 37 | 80.37959 | 2.1724 | 14.180 | -37.006 | 27.751 | + | "Original - Entry Point z" | 37 | -9992.975 | -270.08 | 41.766 | -315.86 | -218.99 | + | "Original - Parent |P|" | 37 | 393807.1 | 10643. | 14490. | 76.178 | 54234. | + | "Original - TOF" | 37 | 36.40512 | 0.98392 | 0.35405 | 0.69979 | 2.5413 | + | "Unpacked - Displacement x" | 37 | 0.183151 | 0.0049500 | 0.017360 | -0.026341 | 0.040599 | + | "Unpacked - Displacement y" | 37 | 0.000948 | 2.5622e-05 | 0.020225 | -0.059314 | 0.028891 | + | "Unpacked - Displacement z" | 37 | -11.09951 | -0.29999 | 0.00013920 | -0.30050 | -0.29971 | + | "Unpacked - Energy" | 37 | 3.755218 | 0.10149 | 0.027214 | 0.072304 | 0.20463 | + | "Unpacked - Entry Point x" | 37 | 117.8063 | 3.1840 | 14.437 | -25.993 | 24.343 | + | "Unpacked - Entry Point y" | 37 | 80.3796 | 2.1724 | 14.180 | -37.006 | 27.751 | + | "Unpacked - Entry Point z" | 37 | -9992.975 | -270.08 | 41.766 | -315.86 | -218.99 | + | "Unpacked - Parent |P|" | 37 | 393807.1 | 10643. | 14490. | 76.180 | 54234. | + | "Unpacked - TOF" | 37 | 36.40511 | 0.98392 | 0.35405 | 0.69979 | 2.5413 | UnpackVeloHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 676 | 676.00 | 0.0000 | 676.00 | 676.00 | + | "# UnPackedData" | 1 | 875 | 875.00 | 0.0000 | 875.00 | 875.00 | CheckVeloHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 676 |4.076523e-06 | 6.0304e-09 | 2.9108e-07 | -4.9986e-07 | 4.9665e-07 | - | "Diff. - Displacement y" | 676 |4.726015e-07 | 6.9911e-10 | 2.8402e-07 | -4.9846e-07 | 4.9928e-07 | - | "Diff. - Displacement z" | 676 |-1.045096e-06 |-1.5460e-09 | 2.8998e-07 | -4.9967e-07 | 5.0000e-07 | - | "Diff. - Energy" | 676 |6.294673e-06 | 9.3116e-09 | 5.6301e-07 | -9.9988e-07 | 9.9716e-07 | - | "Diff. - Entry Point x" | 676 |0.0003291102 | 4.8685e-07 | 2.8453e-05 | -4.9905e-05 | 4.9941e-05 | - | "Diff. - Entry Point y" | 676 |0.001067206 | 1.5787e-06 | 2.9376e-05 | -4.9966e-05 | 4.9962e-05 | - | "Diff. - Entry Point z" | 676 |0.001704371 | 2.5213e-06 | 2.9093e-05 | -4.9747e-05 | 4.9902e-05 | - | "Diff. - Parent |P|" | 676 | 0.09215466 | 0.00013632 | 0.0028471 | -0.0049883 | 0.0049831 | - | "Diff. - TOF" | 676 |6.404763e-06 | 9.4745e-09 | 2.8229e-06 | -4.9736e-06 | 4.9852e-06 | - | "Original - Displacement x" | 676 | -4.446706 | -0.0065780 | 0.20083 | -5.0027 | 0.44669 | - | "Original - Displacement y" | 676 | 10.5361 | 0.015586 | 0.30530 | -0.64163 | 7.7187 | - | "Original - Displacement z" | 676 | 109.8458 | 0.16249 | 0.24778 | -0.32616 | 0.30047 | - | "Original - Energy" | 676 | 91.87359 | 0.13591 | 0.26932 | 0.00042589 | 4.0981 | - | "Original - Entry Point x" | 676 | 674.2739 | 0.99745 | 14.512 | -43.080 | 43.950 | - | "Original - Entry Point y" | 676 | 1956.654 | 2.8945 | 16.959 | -41.666 | 43.289 | - | "Original - Entry Point z" | 676 | 164700.1 | 243.64 | 293.20 | -175.78 | 751.00 | - | "Original - Parent |P|" | 676 | 6173064 | 9131.8 | 17096. | 2.3692 | 94267. | - | "Original - TOF" | 676 | 666.7734 | 0.98635 | 0.79943 | 0.044851 | 2.5611 | - | "Unpacked - Displacement x" | 676 | -4.44671 | -0.0065780 | 0.20083 | -5.0027 | 0.44669 | - | "Unpacked - Displacement y" | 676 | 10.5361 | 0.015586 | 0.30530 | -0.64163 | 7.7187 | - | "Unpacked - Displacement z" | 676 | 109.8458 | 0.16249 | 0.24778 | -0.32616 | 0.30047 | - | "Unpacked - Energy" | 676 | 91.87358 | 0.13591 | 0.26932 | 0.00042600 | 4.0981 | - | "Unpacked - Entry Point x" | 676 | 674.2736 | 0.99745 | 14.512 | -43.080 | 43.950 | - | "Unpacked - Entry Point y" | 676 | 1956.653 | 2.8945 | 16.959 | -41.666 | 43.289 | - | "Unpacked - Entry Point z" | 676 | 164700 | 243.64 | 293.20 | -175.78 | 751.00 | - | "Unpacked - Parent |P|" | 676 | 6173064 | 9131.8 | 17096. | 2.3700 | 94267. | - | "Unpacked - TOF" | 676 | 666.7734 | 0.98635 | 0.79943 | 0.044850 | 2.5611 | + | "Diff. - Displacement x" | 875 |1.571205e-05 | 1.7957e-08 | 2.9111e-07 | -4.9798e-07 | 4.9946e-07 | + | "Diff. - Displacement y" | 875 |-3.244856e-06 |-3.7084e-09 | 2.8759e-07 | -4.9874e-07 | 4.9956e-07 | + | "Diff. - Displacement z" | 875 |2.287109e-06 | 2.6138e-09 | 2.8622e-07 | -4.9535e-07 | 4.9889e-07 | + | "Diff. - Energy" | 875 |4.069606e-06 | 4.6510e-09 | 5.8150e-07 | -9.9902e-07 | 9.9993e-07 | + | "Diff. - Entry Point x" | 875 |0.0003215741 | 3.6751e-07 | 2.8509e-05 | -4.9894e-05 | 4.9804e-05 | + | "Diff. - Entry Point y" | 875 |-0.001429402 |-1.6336e-06 | 2.8186e-05 | -4.9977e-05 | 4.9953e-05 | + | "Diff. - Entry Point z" | 875 |0.0007582494 | 8.6657e-07 | 2.8921e-05 | -4.9989e-05 | 4.9988e-05 | + | "Diff. - Parent |P|" | 875 | 0.09867644 | 0.00011277 | 0.0028931 | -0.0049893 | 0.0049828 | + | "Diff. - TOF" | 875 | 5.1778e-05 | 5.9175e-08 | 2.8016e-06 | -4.9965e-06 | 4.9969e-06 | + | "Original - Displacement x" | 875 | -9.999868 | -0.011428 | 0.19216 | -4.8633 | 0.45629 | + | "Original - Displacement y" | 875 | 15.4271 | 0.017631 | 0.26942 | -0.62378 | 7.5024 | + | "Original - Displacement z" | 875 | 145.0318 | 0.16575 | 0.24306 | -0.32543 | 0.30047 | + | "Original - Energy" | 875 | 179.5234 | 0.20517 | 0.84410 | 0.0060622 | 17.669 | + | "Original - Entry Point x" | 875 | 77.12972 | 0.088148 | 15.455 | -43.023 | 43.614 | + | "Original - Entry Point y" | 875 | 3704.772 | 4.2340 | 16.701 | -41.945 | 43.643 | + | "Original - Entry Point z" | 875 | 246819.3 | 282.08 | 299.57 | -175.78 | 751.00 | + | "Original - Parent |P|" | 875 | 5843620 | 6678.4 | 10985. | 2.5806 | 94264. | + | "Original - TOF" | 875 | 976.5372 | 1.1160 | 0.84059 | 0.044162 | 2.5516 | + | "Unpacked - Displacement x" | 875 | -9.999884 | -0.011428 | 0.19216 | -4.8633 | 0.45629 | + | "Unpacked - Displacement y" | 875 | 15.4271 | 0.017631 | 0.26942 | -0.62378 | 7.5024 | + | "Unpacked - Displacement z" | 875 | 145.0318 | 0.16575 | 0.24306 | -0.32543 | 0.30047 | + | "Unpacked - Energy" | 875 | 179.5234 | 0.20517 | 0.84410 | 0.0060620 | 17.669 | + | "Unpacked - Entry Point x" | 875 | 77.1294 | 0.088148 | 15.455 | -43.023 | 43.614 | + | "Unpacked - Entry Point y" | 875 | 3704.774 | 4.2340 | 16.701 | -41.945 | 43.643 | + | "Unpacked - Entry Point z" | 875 | 246819.3 | 282.08 | 299.57 | -175.78 | 751.00 | + | "Unpacked - Parent |P|" | 875 | 5843620 | 6678.4 | 10985. | 2.5800 | 94264. | + | "Unpacked - TOF" | 875 | 976.5372 | 1.1160 | 0.84059 | 0.044160 | 2.5516 | UnpackTTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 284 | 284.00 | 0.0000 | 284.00 | 284.00 | + | "# UnPackedData" | 1 | 457 | 457.00 | 0.0000 | 457.00 | 457.00 | CheckTTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 284 |-5.353624e-06 |-1.8851e-08 | 2.8834e-07 | -4.9872e-07 | 4.9946e-07 | - | "Diff. - Displacement y" | 284 |4.700315e-06 | 1.6550e-08 | 2.9415e-07 | -4.9938e-07 | 4.9385e-07 | - | "Diff. - Displacement z" | 284 |-5.564097e-07 |-1.9592e-09 | 9.0465e-08 | -4.8357e-07 | 4.8357e-07 | - | "Diff. - Energy" | 284 |-1.141754e-05 |-4.0203e-08 | 5.8119e-07 | -9.8669e-07 | 9.9814e-07 | - | "Diff. - Entry Point x" | 284 |5.871169e-05 | 2.0673e-07 | 2.9572e-05 | -4.9985e-05 | 4.9075e-05 | - | "Diff. - Entry Point y" | 284 |0.0006970754 | 2.4545e-06 | 2.9327e-05 | -4.9976e-05 | 4.9953e-05 | - | "Diff. - Entry Point z" | 284 |0.0003138055 | 1.1049e-06 | 7.0805e-06 | -3.5910e-05 | 4.9420e-05 | - | "Diff. - Parent |P|" | 284 |0.007115377 | 2.5054e-05 | 0.0027476 | -0.0047909 | 0.0048267 | - | "Diff. - TOF" | 284 |-3.083045e-05 |-1.0856e-07 | 2.8802e-06 | -4.9976e-06 | 4.9932e-06 | - | "Original - Displacement x" | 284 | 2.164113 | 0.0076201 | 0.40462 | -1.4038 | 2.1104 | - | "Original - Displacement y" | 284 | 14.70306 | 0.051771 | 0.29817 | -1.0095 | 3.0678 | - | "Original - Displacement z" | 284 | 60.66655 | 0.21361 | 0.42903 | -0.50000 | 0.50000 | - | "Original - Energy" | 284 | 77.8173 | 0.27400 | 0.36991 | 0.0049728 | 4.0780 | - | "Original - Entry Point x" | 284 | -13665.38 | -48.118 | 324.50 | -800.43 | 754.60 | - | "Original - Entry Point y" | 284 | 10187.52 | 35.872 | 256.15 | -620.56 | 622.03 | - | "Original - Entry Point z" | 284 | 711434.8 | 2505.1 | 134.74 | 2322.0 | 2648.0 | - | "Original - Parent |P|" | 284 | 1518180 | 5345.7 | 14001. | 1.7129 | 94255. | - | "Original - TOF" | 284 | 3721.174 | 13.103 | 6.9024 | 7.6932 | 35.387 | - | "Unpacked - Displacement x" | 284 | 2.164118 | 0.0076201 | 0.40462 | -1.4038 | 2.1104 | - | "Unpacked - Displacement y" | 284 | 14.70306 | 0.051771 | 0.29817 | -1.0095 | 3.0678 | - | "Unpacked - Displacement z" | 284 | 60.66655 | 0.21361 | 0.42903 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 284 | 77.81731 | 0.27400 | 0.36991 | 0.0049720 | 4.0780 | - | "Unpacked - Entry Point x" | 284 | -13665.38 | -48.118 | 324.50 | -800.43 | 754.60 | - | "Unpacked - Entry Point y" | 284 | 10187.52 | 35.872 | 256.15 | -620.56 | 622.03 | - | "Unpacked - Entry Point z" | 284 | 711434.8 | 2505.1 | 134.74 | 2322.0 | 2648.0 | - | "Unpacked - Parent |P|" | 284 | 1518180 | 5345.7 | 14001. | 1.7100 | 94255. | - | "Unpacked - TOF" | 284 | 3721.174 | 13.103 | 6.9024 | 7.6932 | 35.387 | + | "Diff. - Displacement x" | 457 |-8.616849e-06 |-1.8855e-08 | 2.8499e-07 | -4.9912e-07 | 4.9932e-07 | + | "Diff. - Displacement y" | 457 |-8.472924e-07 |-1.8540e-09 | 2.8943e-07 | -4.9824e-07 | 4.9797e-07 | + | "Diff. - Displacement z" | 457 |-4.004716e-06 |-8.7631e-09 | 1.2738e-07 | -4.9171e-07 | 4.9171e-07 | + | "Diff. - Energy" | 457 |-8.811555e-06 |-1.9281e-08 | 5.8558e-07 | -9.9881e-07 | 9.9433e-07 | + | "Diff. - Entry Point x" | 457 |-0.0002830644 |-6.1940e-07 | 2.9773e-05 | -4.9952e-05 | 4.9432e-05 | + | "Diff. - Entry Point y" | 457 |0.0004791745 | 1.0485e-06 | 2.8691e-05 | -4.9973e-05 | 4.9644e-05 | + | "Diff. - Entry Point z" | 457 |-7.719325e-05 |-1.6891e-07 | 8.7262e-06 | -4.8123e-05 | 4.5236e-05 | + | "Diff. - Parent |P|" | 457 |-0.01727578 |-3.7803e-05 | 0.0028741 | -0.0049731 | 0.0049968 | + | "Diff. - TOF" | 457 |-7.442216e-05 |-1.6285e-07 | 2.8636e-06 | -4.9892e-06 | 4.9906e-06 | + | "Original - Displacement x" | 457 | -17.14709 | -0.037521 | 0.33816 | -2.0470 | 2.6156 | + | "Original - Displacement y" | 457 | 0.8920102 | 0.0019519 | 0.20235 | -2.2725 | 1.2694 | + | "Original - Displacement z" | 457 | 163.8927 | 0.35863 | 0.30213 | -0.50000 | 0.50000 | + | "Original - Energy" | 457 | 106.7222 | 0.23353 | 0.20476 | 0.0028886 | 1.8497 | + | "Original - Entry Point x" | 457 | -16878.37 | -36.933 | 247.80 | -775.32 | 764.07 | + | "Original - Entry Point y" | 457 | 17463.59 | 38.214 | 233.49 | -656.44 | 653.27 | + | "Original - Entry Point z" | 457 | 1134769 | 2483.1 | 135.31 | 2322.0 | 2647.9 | + | "Original - Parent |P|" | 457 | 1392224 | 3046.4 | 6110.5 | 1.4438 | 41688. | + | "Original - TOF" | 457 | 4507.862 | 9.8640 | 4.0272 | 7.6932 | 37.157 | + | "Unpacked - Displacement x" | 457 | -17.14708 | -0.037521 | 0.33816 | -2.0470 | 2.6156 | + | "Unpacked - Displacement y" | 457 | 0.892011 | 0.0019519 | 0.20235 | -2.2725 | 1.2694 | + | "Unpacked - Displacement z" | 457 | 163.8927 | 0.35863 | 0.30213 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 457 | 106.7222 | 0.23353 | 0.20476 | 0.0028880 | 1.8497 | + | "Unpacked - Entry Point x" | 457 | -16878.37 | -36.933 | 247.80 | -775.32 | 764.07 | + | "Unpacked - Entry Point y" | 457 | 17463.59 | 38.214 | 233.49 | -656.44 | 653.27 | + | "Unpacked - Entry Point z" | 457 | 1134769 | 2483.1 | 135.31 | 2322.0 | 2647.9 | + | "Unpacked - Parent |P|" | 457 | 1392224 | 3046.4 | 6110.5 | 1.4400 | 41688. | + | "Unpacked - TOF" | 457 | 4507.862 | 9.8640 | 4.0272 | 7.6932 | 37.157 | UnpackITHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 155 | 155.00 | 0.0000 | 155.00 | 155.00 | + | "# UnPackedData" | 1 | 410 | 410.00 | 0.0000 | 410.00 | 410.00 | CheckITHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 155 |-8.89911e-06 |-5.7414e-08 | 2.7210e-07 | -4.9823e-07 | 4.9979e-07 | - | "Diff. - Displacement y" | 155 |-1.002276e-06 |-6.4663e-09 | 2.9482e-07 | -4.8906e-07 | 4.8274e-07 | - | "Diff. - Displacement z" | 155 | 2.0257e-06 | 1.3069e-08 | 3.0359e-07 | -4.9263e-07 | 4.9618e-07 | - | "Diff. - Energy" | 155 |4.613908e-06 | 2.9767e-08 | 5.6022e-07 | -9.9397e-07 | 9.9898e-07 | - | "Diff. - Entry Point x" | 155 |-0.0002937769 |-1.8953e-06 | 2.9423e-05 | -4.9517e-05 | 4.8131e-05 | - | "Diff. - Entry Point y" | 155 |0.0001544261 | 9.9630e-07 | 2.8193e-05 | -4.8815e-05 | 4.9838e-05 | - | "Diff. - Entry Point z" | 155 |-4.073695e-05 |-2.6282e-07 | 3.0685e-05 | -4.9810e-05 | 4.9605e-05 | - | "Diff. - Parent |P|" | 155 | 0.03101629 | 0.00020011 | 0.0028867 | -0.0049194 | 0.0049685 | - | "Diff. - TOF" | 155 |5.372615e-06 | 3.4662e-08 | 2.9853e-06 | -4.9771e-06 | 4.9801e-06 | - | "Original - Displacement x" | 155 | 4.430849 | 0.028586 | 0.17089 | -0.50774 | 0.92544 | - | "Original - Displacement y" | 155 | 3.657919 | 0.023599 | 0.12398 | -0.33874 | 1.1002 | - | "Original - Displacement z" | 155 | 48.74035 | 0.31445 | 0.19019 | -0.40920 | 0.41104 | - | "Original - Energy" | 155 | 26.55636 | 0.17133 | 0.19718 | 0.0052011 | 1.8800 | - | "Original - Entry Point x" | 155 | 3087.581 | 19.920 | 240.38 | -329.24 | 604.57 | - | "Original - Entry Point y" | 155 | -3096.31 | -19.976 | 124.76 | -212.78 | 211.52 | - | "Original - Entry Point z" | 155 | 1298665 | 8378.5 | 585.55 | 7667.8 | 9172.3 | - | "Original - Parent |P|" | 155 | 3092234 | 19950. | 25873. | 1.5650 | 94249. | - | "Original - TOF" | 155 | 4401.332 | 28.396 | 2.3364 | 25.575 | 35.640 | - | "Unpacked - Displacement x" | 155 | 4.430858 | 0.028586 | 0.17089 | -0.50774 | 0.92544 | - | "Unpacked - Displacement y" | 155 | 3.65792 | 0.023599 | 0.12398 | -0.33874 | 1.1002 | - | "Unpacked - Displacement z" | 155 | 48.74034 | 0.31445 | 0.19019 | -0.40920 | 0.41104 | - | "Unpacked - Energy" | 155 | 26.55636 | 0.17133 | 0.19718 | 0.0052020 | 1.8800 | - | "Unpacked - Entry Point x" | 155 | 3087.582 | 19.920 | 240.38 | -329.24 | 604.57 | - | "Unpacked - Entry Point y" | 155 | -3096.31 | -19.976 | 124.76 | -212.78 | 211.52 | - | "Unpacked - Entry Point z" | 155 | 1298665 | 8378.5 | 585.55 | 7667.8 | 9172.3 | - | "Unpacked - Parent |P|" | 155 | 3092234 | 19950. | 25873. | 1.5600 | 94249. | - | "Unpacked - TOF" | 155 | 4401.332 | 28.396 | 2.3364 | 25.575 | 35.640 | + | "Diff. - Displacement x" | 410 |1.33367e-06 | 3.2529e-09 | 2.8279e-07 | -4.9885e-07 | 4.9914e-07 | + | "Diff. - Displacement y" | 410 |3.415433e-06 | 8.3303e-09 | 2.8731e-07 | -4.9702e-07 | 4.9969e-07 | + | "Diff. - Displacement z" | 410 |-3.754442e-07 |-9.1572e-10 | 2.9048e-07 | -4.9454e-07 | 4.9957e-07 | + | "Diff. - Energy" | 410 |-5.259149e-06 |-1.2827e-08 | 5.7753e-07 | -9.9383e-07 | 9.9855e-07 | + | "Diff. - Entry Point x" | 410 |-0.0002693598 |-6.5698e-07 | 2.9586e-05 | -4.9755e-05 | 4.9847e-05 | + | "Diff. - Entry Point y" | 410 |-0.0001256955 |-3.0657e-07 | 2.9272e-05 | -4.9708e-05 | 4.9595e-05 | + | "Diff. - Entry Point z" | 410 |0.0001162678 | 2.8358e-07 | 2.7573e-05 | -4.9555e-05 | 4.9988e-05 | + | "Diff. - Parent |P|" | 410 | 0.02343311 | 5.7154e-05 | 0.0029947 | -0.0049922 | 0.0049808 | + | "Diff. - TOF" | 410 |4.171339e-05 | 1.0174e-07 | 3.0526e-06 | -4.9875e-06 | 4.9876e-06 | + | "Original - Displacement x" | 410 | -30.85515 | -0.075256 | 0.27480 | -2.9275 | 0.39721 | + | "Original - Displacement y" | 410 | 5.25385 | 0.012814 | 0.14602 | -0.86836 | 1.0553 | + | "Original - Displacement z" | 410 | 127.2824 | 0.31044 | 0.18223 | -0.41080 | 0.41097 | + | "Original - Energy" | 410 | 107.9296 | 0.26324 | 0.77390 | 0.00035632 | 10.026 | + | "Original - Entry Point x" | 410 | -44237.76 | -107.90 | 219.91 | -629.02 | 605.90 | + | "Original - Entry Point y" | 410 | 3810.014 | 9.2927 | 93.667 | -216.71 | 206.17 | + | "Original - Entry Point z" | 410 | 3445048 | 8402.6 | 542.73 | 7667.9 | 9172.2 | + | "Original - Parent |P|" | 410 | 2350658 | 5733.3 | 10058. | 1.4585 | 39692. | + | "Original - TOF" | 410 | 11634.52 | 28.377 | 1.9341 | 25.545 | 35.456 | + | "Unpacked - Displacement x" | 410 | -30.85515 | -0.075256 | 0.27480 | -2.9275 | 0.39721 | + | "Unpacked - Displacement y" | 410 | 5.253847 | 0.012814 | 0.14602 | -0.86836 | 1.0553 | + | "Unpacked - Displacement z" | 410 | 127.2824 | 0.31044 | 0.18223 | -0.41080 | 0.41097 | + | "Unpacked - Energy" | 410 | 107.9296 | 0.26324 | 0.77390 | 0.00035600 | 10.026 | + | "Unpacked - Entry Point x" | 410 | -44237.76 | -107.90 | 219.91 | -629.02 | 605.90 | + | "Unpacked - Entry Point y" | 410 | 3810.014 | 9.2927 | 93.667 | -216.71 | 206.17 | + | "Unpacked - Entry Point z" | 410 | 3445048 | 8402.6 | 542.73 | 7667.9 | 9172.2 | + | "Unpacked - Parent |P|" | 410 | 2350658 | 5733.3 | 10058. | 1.4600 | 39692. | + | "Unpacked - TOF" | 410 | 11634.52 | 28.377 | 1.9341 | 25.545 | 35.456 | UnpackOTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 710 | 710.00 | 0.0000 | 710.00 | 710.00 | + | "# UnPackedData" | 1 | 1186 | 1186.0 | 0.0000 | 1186.0 | 1186.0 | CheckOTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 710 |7.512236e-06 | 1.0581e-08 | 2.9155e-07 | -4.9884e-07 | 4.9981e-07 | - | "Diff. - Displacement y" | 710 |-1.568505e-06 |-2.2092e-09 | 2.8898e-07 | -4.9936e-07 | 4.9895e-07 | - | "Diff. - Displacement z" | 710 |8.507769e-07 | 1.1983e-09 | 2.8439e-07 | -4.9986e-07 | 4.8866e-07 | - | "Diff. - Energy" | 710 |8.344097e-06 | 1.1752e-08 | 5.7708e-07 | -9.9031e-07 | 9.9977e-07 | - | "Diff. - Entry Point x" | 710 |0.0006154365 | 8.6681e-07 | 2.8915e-05 | -4.9998e-05 | 4.9995e-05 | - | "Diff. - Entry Point y" | 710 |6.056441e-06 | 8.5302e-09 | 2.8760e-05 | -4.9949e-05 | 4.9974e-05 | - | "Diff. - Entry Point z" | 710 |-0.00195311 |-2.7509e-06 | 2.8766e-05 | -4.9884e-05 | 4.9774e-05 | - | "Diff. - Parent |P|" | 710 |-0.06844068 |-9.6395e-05 | 0.0028484 | -0.0049861 | 0.0049722 | - | "Diff. - TOF" | 710 |6.479248e-05 | 9.1257e-08 | 2.9880e-06 | -4.9893e-06 | 4.9968e-06 | - | "Original - Displacement x" | 710 | -274.5141 | -0.38664 | 10.157 | -105.24 | 56.518 | - | "Original - Displacement y" | 710 | 126.8437 | 0.17865 | 6.8532 | -103.99 | 77.412 | - | "Original - Displacement z" | 710 | 5662.206 | 7.9749 | 5.8793 | -10.852 | 10.848 | - | "Original - Energy" | 710 | 181.1062 | 0.25508 | 0.23197 | 0.0011095 | 2.4648 | - | "Original - Entry Point x" | 710 | 2498.911 | 3.5196 | 1261.6 | -2990.3 | 2969.2 | - | "Original - Entry Point y" | 710 | 9073.613 | 12.780 | 712.24 | -2380.2 | 2401.1 | - | "Original - Entry Point z" | 710 | 6140117 | 8648.1 | 558.99 | 7847.5 | 9411.5 | - | "Original - Parent |P|" | 710 | 3252364 | 4580.8 | 11558. | 1.4626 | 94247. | - | "Original - TOF" | 710 | 22458.55 | 31.632 | 7.0738 | 26.169 | 109.69 | - | "Unpacked - Displacement x" | 710 | -274.5141 | -0.38664 | 10.157 | -105.24 | 56.518 | - | "Unpacked - Displacement y" | 710 | 126.8437 | 0.17865 | 6.8532 | -103.99 | 77.412 | - | "Unpacked - Displacement z" | 710 | 5662.206 | 7.9749 | 5.8793 | -10.852 | 10.848 | - | "Unpacked - Energy" | 710 | 181.1062 | 0.25508 | 0.23197 | 0.0011100 | 2.4648 | - | "Unpacked - Entry Point x" | 710 | 2498.91 | 3.5196 | 1261.6 | -2990.3 | 2969.2 | - | "Unpacked - Entry Point y" | 710 | 9073.613 | 12.780 | 712.24 | -2380.2 | 2401.1 | - | "Unpacked - Entry Point z" | 710 | 6140117 | 8648.1 | 558.99 | 7847.5 | 9411.5 | - | "Unpacked - Parent |P|" | 710 | 3252364 | 4580.8 | 11558. | 1.4600 | 94247. | - | "Unpacked - TOF" | 710 | 22458.55 | 31.632 | 7.0738 | 26.169 | 109.69 | + | "Diff. - Displacement x" | 1186 |-3.096931e-06 |-2.6112e-09 | 2.8484e-07 | -4.9928e-07 | 4.9940e-07 | + | "Diff. - Displacement y" | 1186 |6.91636e-07 | 5.8317e-10 | 2.8388e-07 | -4.9983e-07 | 4.9827e-07 | + | "Diff. - Displacement z" | 1186 |-8.849434e-06 |-7.4616e-09 | 2.9273e-07 | -4.9996e-07 | 4.9824e-07 | + | "Diff. - Energy" | 1186 |-2.865389e-05 |-2.4160e-08 | 5.7453e-07 | -9.9980e-07 | 9.9937e-07 | + | "Diff. - Entry Point x" | 1186 |-0.0007253386 |-6.1158e-07 | 2.8735e-05 | -4.9987e-05 | 4.9985e-05 | + | "Diff. - Entry Point y" | 1186 |-0.001658547 |-1.3984e-06 | 2.9005e-05 | -4.9986e-05 | 4.9955e-05 | + | "Diff. - Entry Point z" | 1186 |0.0005393647 | 4.5478e-07 | 2.8101e-05 | -4.9977e-05 | 4.9960e-05 | + | "Diff. - Parent |P|" | 1186 | -0.0480809 |-4.0540e-05 | 0.0028278 | -0.0049751 | 0.0049997 | + | "Diff. - TOF" | 1186 |3.110091e-05 | 2.6223e-08 | 2.8926e-06 | -4.9984e-06 | 4.9982e-06 | + | "Original - Displacement x" | 1186 | -829.3084 | -0.69925 | 6.8745 | -50.807 | 47.196 | + | "Original - Displacement y" | 1186 | 277.1783 | 0.23371 | 3.6819 | -33.564 | 50.959 | + | "Original - Displacement z" | 1186 | 8967.967 | 7.5615 | 6.4594 | -10.767 | 10.914 | + | "Original - Energy" | 1186 | 266.6861 | 0.22486 | 0.13806 | 0.00040484 | 1.6508 | + | "Original - Entry Point x" | 1186 | -242232.6 | -204.24 | 1147.8 | -2924.1 | 2965.0 | + | "Original - Entry Point y" | 1186 | 66328.71 | 55.926 | 662.92 | -2231.3 | 2247.8 | + | "Original - Entry Point z" | 1186 |1.028474e+07 | 8671.8 | 571.45 | 7849.5 | 9415.1 | + | "Original - Parent |P|" | 1186 | 3689216 | 3110.6 | 4763.1 | 1.4315 | 30850. | + | "Original - TOF" | 1186 | 38257.18 | 32.257 | 9.2434 | 26.169 | 196.01 | + | "Unpacked - Displacement x" | 1186 | -829.3084 | -0.69925 | 6.8745 | -50.807 | 47.196 | + | "Unpacked - Displacement y" | 1186 | 277.1783 | 0.23371 | 3.6819 | -33.564 | 50.959 | + | "Unpacked - Displacement z" | 1186 | 8967.967 | 7.5615 | 6.4594 | -10.767 | 10.914 | + | "Unpacked - Energy" | 1186 | 266.6862 | 0.22486 | 0.13806 | 0.00040400 | 1.6508 | + | "Unpacked - Entry Point x" | 1186 | -242232.6 | -204.24 | 1147.8 | -2924.1 | 2965.0 | + | "Unpacked - Entry Point y" | 1186 | 66328.71 | 55.926 | 662.92 | -2231.3 | 2247.8 | + | "Unpacked - Entry Point z" | 1186 |1.028474e+07 | 8671.8 | 571.45 | 7849.5 | 9415.1 | + | "Unpacked - Parent |P|" | 1186 | 3689216 | 3110.6 | 4763.1 | 1.4300 | 30850. | + | "Unpacked - TOF" | 1186 | 38257.18 | 32.257 | 9.2434 | 26.169 | 196.01 | UnpackRichHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1194 | 1194.0 | 0.0000 | 1194.0 | 1194.0 | + | "# UnPackedData" | 1 | 2664 | 2664.0 | 0.0000 | 2664.0 | 2664.0 | UnpackRichOpPhot SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1194 | 1194.0 | 0.0000 | 1194.0 | 1194.0 | + | "# UnPackedData" | 1 | 2664 | 2664.0 | 0.0000 | 2664.0 | 2664.0 | UnpackRichSegments SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 91 | 91.000 | 0.0000 | 91.000 | 91.000 | + | "# UnPackedData" | 1 | 176 | 176.00 | 0.0000 | 176.00 | 176.00 | UnpackRichTracks SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 82 | 82.000 | 0.0000 | 82.000 | 82.000 | + | "# UnPackedData" | 1 | 151 | 151.00 | 0.0000 | 151.00 | 151.00 | CheckRichHits SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1194 |-8.285039e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | - | "Diff. - Entry Point x" | 1194 |-0.00104357 |-8.7401e-07 | 2.9011e-05 | -4.9909e-05 | 4.9994e-05 | - | "Diff. - Entry Point y" | 1194 |-0.000302427 |-2.5329e-07 | 2.9156e-05 | -4.9977e-05 | 4.9931e-05 | - | "Diff. - Entry Point z" | 1194 |0.0001510192 | 1.2648e-07 | 2.8139e-05 | -4.9968e-05 | 4.9919e-05 | - | "Diff. - TOF" | 1194 |-1.73949e-05 |-1.4569e-08 | 2.9040e-06 | -4.9935e-06 | 4.9965e-06 | - | "Original - Energy" | 1194 | 23.88 | 0.020000 | 4.6993e-09 | 0.020000 | 0.020000 | - | "Original - Entry Point x" | 1194 | -677861.2 | -567.72 | 3415.1 | -4150.3 | 4150.5 | - | "Original - Entry Point y" | 1194 | 24083.57 | 20.170 | 670.60 | -1354.9 | 1319.9 | - | "Original - Entry Point z" | 1194 |1.016214e+07 | 8511.0 | 3994.1 | 1400.6 | 11094. | - | "Original - TOF" | 1194 | 52359.91 | 43.853 | 20.476 | 11.679 | 132.99 | - | "Unpacked - Energy" | 1194 | 23.88 | 0.020000 | 4.7043e-09 | 0.020000 | 0.020000 | - | "Unpacked - Entry Point x" | 1194 | -677861.2 | -567.72 | 3415.1 | -4150.3 | 4150.5 | - | "Unpacked - Entry Point y" | 1194 | 24083.57 | 20.170 | 670.60 | -1354.9 | 1319.9 | - | "Unpacked - Entry Point z" | 1194 |1.016214e+07 | 8511.0 | 3994.1 | 1400.6 | 11094. | - | "Unpacked - TOF" | 1194 | 52359.91 | 43.853 | 20.476 | 11.679 | 132.99 | + | "Diff. - Energy" | 2664 |-1.848521e-14 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 2664 |-0.0009559475 |-3.5884e-07 | 2.9133e-05 | -4.9995e-05 | 4.9988e-05 | + | "Diff. - Entry Point y" | 2664 |0.001089957 | 4.0914e-07 | 2.8657e-05 | -4.9964e-05 | 4.9885e-05 | + | "Diff. - Entry Point z" | 2664 |0.0001428168 | 5.3610e-08 | 2.8974e-05 | -4.9952e-05 | 4.9987e-05 | + | "Diff. - TOF" | 2664 |0.0003749564 | 1.4075e-07 | 2.8997e-06 | -4.9979e-06 | 4.9999e-06 | + | "Original - Energy" | 2664 | 53.28 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 2664 | -1495574 | -561.40 | 3009.5 | -4150.6 | 4150.8 | + | "Original - Entry Point y" | 2664 | 760039.8 | 285.30 | 822.46 | -1353.6 | 1391.5 | + | "Original - Entry Point z" | 2664 |1.841534e+07 | 6912.7 | 4577.7 | 1331.6 | 11094. | + | "Original - TOF" | 2664 | 94905.06 | 35.625 | 23.075 | 6.5074 | 142.21 | + | "Unpacked - Energy" | 2664 | 53.28 | 0.020000 | 0.0000 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 2664 | -1495574 | -561.40 | 3009.5 | -4150.6 | 4150.8 | + | "Unpacked - Entry Point y" | 2664 | 760039.8 | 285.30 | 822.46 | -1353.6 | 1391.5 | + | "Unpacked - Entry Point z" | 2664 |1.841534e+07 | 6912.7 | 4577.7 | 1331.6 | 11094. | + | "Unpacked - TOF" | 2664 | 94905.06 | 35.625 | 23.075 | 6.5074 | 142.21 | CheckRichOpPhot SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 1194 |0.0002932629 | 2.4561e-07 | 2.9231e-05 | -4.9995e-05 | 4.9943e-05 | - | "Diff. - Emission Point y" | 1194 |0.0004930197 | 4.1291e-07 | 2.8979e-05 | -4.9852e-05 | 4.9993e-05 | - | "Diff. - Emission Point z" | 1194 |0.001529941 | 1.2814e-06 | 2.8620e-05 | -4.9999e-05 | 4.9720e-05 | - | "Diff. - Energy" | 1194 |6.946266e-11 | 5.8176e-14 | 5.6685e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 1194 |0.0006659524 | 5.5775e-07 | 2.9055e-05 | -4.9991e-05 | 4.9692e-05 | - | "Diff. - HPD In. Point y" | 1194 |-0.0002548891 |-2.1347e-07 | 2.8999e-05 | -4.9967e-05 | 4.9866e-05 | - | "Diff. - HPD In. Point z" | 1194 |-0.0002340452 |-1.9602e-07 | 2.8621e-05 | -4.9701e-05 | 4.9985e-05 | - | "Diff. - HPD QW Point x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 1194 | 3790.71 | 3.1748 | 1.8102 | 0.019540 | 6.2738 | - | "Original - Cherenkov Theta" | 1194 | 401.4276 | 0.33620 | 0.66485 | 0.0029293 | 2.9225 | - | "Original - Emission Point x" | 1194 | 204678 | 171.42 | 1173.0 | -3478.1 | 3815.4 | - | "Original - Emission Point y" | 1194 | -12907.91 | -10.811 | 353.70 | -1262.5 | 1435.8 | - | "Original - Emission Point z" | 1194 | 9759586 | 8173.9 | 3914.3 | 992.51 | 11633. | - | "Original - Energy" | 1194 |0.005160307 | 4.3219e-06 | 1.0075e-06 | 1.7623e-06 | 6.7737e-06 | - | "Original - HPD In. Point x" | 1194 | -662822.1 | -555.13 | 3337.0 | -4072.9 | 4076.6 | - | "Original - HPD In. Point y" | 1194 | 22843.98 | 19.132 | 627.86 | -1249.6 | 1213.3 | - | "Original - HPD In. Point z" | 1194 |1.010114e+07 | 8459.9 | 3993.5 | 1367.8 | 11071. | - | "Original - HPD QW Point x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 1194 | 3790.71 | 3.1748 | 1.8102 | 0.019540 | 6.2738 | - | "Unpacked - Cherenkov Theta" | 1194 | 401.4276 | 0.33620 | 0.66485 | 0.0029293 | 2.9225 | - | "Unpacked - Emission Point x" | 1194 | 204678 | 171.42 | 1173.0 | -3478.1 | 3815.4 | - | "Unpacked - Emission Point y" | 1194 | -12907.91 | -10.811 | 353.70 | -1262.5 | 1435.8 | - | "Unpacked - Emission Point z" | 1194 | 9759586 | 8173.9 | 3914.3 | 992.51 | 11633. | - | "Unpacked - Energy" | 1194 |0.005160307 | 4.3219e-06 | 1.0075e-06 | 1.7623e-06 | 6.7737e-06 | - | "Unpacked - HPD In. Point x" | 1194 | -662822.1 | -555.13 | 3337.0 | -4072.9 | 4076.6 | - | "Unpacked - HPD In. Point y" | 1194 | 22843.98 | 19.132 | 627.86 | -1249.6 | 1213.3 | - | "Unpacked - HPD In. Point z" | 1194 |1.010114e+07 | 8459.9 | 3993.5 | 1367.8 | 11071. | - | "Unpacked - HPD QW Point x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 1194 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 2664 |-0.002380039 |-8.9341e-07 | 2.8907e-05 | -4.9909e-05 | 4.9928e-05 | + | "Diff. - Emission Point y" | 2664 |0.0009650418 | 3.6225e-07 | 2.8308e-05 | -4.9993e-05 | 4.9939e-05 | + | "Diff. - Emission Point z" | 2664 |-0.0002646442 |-9.9341e-08 | 2.8701e-05 | -4.9947e-05 | 4.9950e-05 | + | "Diff. - Energy" | 2664 |-3.678906e-10 |-1.3810e-13 | 5.7338e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 2664 |0.0002162232 | 8.1165e-08 | 2.9114e-05 | -4.9965e-05 | 4.9997e-05 | + | "Diff. - HPD In. Point y" | 2664 |-0.001096443 |-4.1158e-07 | 2.8409e-05 | -4.9992e-05 | 4.9913e-05 | + | "Diff. - HPD In. Point z" | 2664 |-0.001527982 |-5.7357e-07 | 2.9216e-05 | -4.9980e-05 | 4.9982e-05 | + | "Diff. - HPD QW Point x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 2664 | 8351.275 | 3.1349 | 1.8054 | 0.0017122 | 6.2819 | + | "Original - Cherenkov Theta" | 2664 | 1181.359 | 0.44345 | 0.58176 | 0.0013446 | 2.8972 | + | "Original - Emission Point x" | 2664 | -1033628 | -388.00 | 1420.7 | -3934.9 | 3937.1 | + | "Original - Emission Point y" | 2664 | 386927 | 145.24 | 561.75 | -1429.3 | 1393.0 | + | "Original - Emission Point z" | 2664 |1.775122e+07 | 6663.4 | 4457.1 | 991.13 | 11790. | + | "Original - Energy" | 2664 | 0.01144472 | 4.2961e-06 | 1.0827e-06 | 1.7564e-06 | 6.8671e-06 | + | "Original - HPD In. Point x" | 2664 | -1464288 | -549.66 | 2941.7 | -4078.1 | 4077.2 | + | "Original - HPD In. Point y" | 2664 | 710122.5 | 266.56 | 769.38 | -1264.5 | 1312.4 | + | "Original - HPD In. Point z" | 2664 |1.827371e+07 | 6859.5 | 4578.6 | 1265.3 | 11069. | + | "Original - HPD QW Point x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 2664 | 8351.275 | 3.1349 | 1.8054 | 0.0017122 | 6.2819 | + | "Unpacked - Cherenkov Theta" | 2664 | 1181.359 | 0.44345 | 0.58176 | 0.0013446 | 2.8972 | + | "Unpacked - Emission Point x" | 2664 | -1033628 | -388.00 | 1420.7 | -3934.9 | 3937.1 | + | "Unpacked - Emission Point y" | 2664 | 386927 | 145.24 | 561.75 | -1429.3 | 1393.0 | + | "Unpacked - Emission Point z" | 2664 |1.775122e+07 | 6663.4 | 4457.1 | 991.13 | 11790. | + | "Unpacked - Energy" | 2664 | 0.01144472 | 4.2961e-06 | 1.0827e-06 | 1.7564e-06 | 6.8671e-06 | + | "Unpacked - HPD In. Point x" | 2664 | -1464288 | -549.66 | 2941.7 | -4078.1 | 4077.2 | + | "Unpacked - HPD In. Point y" | 2664 | 710122.5 | 266.56 | 769.38 | -1264.5 | 1312.4 | + | "Unpacked - HPD In. Point z" | 2664 |1.827371e+07 | 6859.5 | 4578.6 | 1265.3 | 11069. | + | "Unpacked - HPD QW Point x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 2664 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegments SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 91 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 176 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1752 | 1752.0 | 0.0000 | 1752.0 | 1752.0 | + | "# UnPackedData" | 1 | 2351 | 2351.0 | 0.0000 | 2351.0 | 2351.0 | CheckSpdHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1752 |-0.0002797919 |-1.5970e-07 | 2.8945e-05 | -4.9900e-05 | 4.9876e-05 | - | "Diff. - TOF" | 1752 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1752 | 1014.797 | 0.57922 | 2.5957 | 3.2014e-05 | 63.491 | - | "Original - TOF" | 1752 | 2667 | 1.5223 | 1.7124 | -1.0000 | 6.0000 | - | "Unpacked - Energy" | 1752 | 1014.797 | 0.57922 | 2.5957 | 0.0000 | 63.491 | - | "Unpacked - TOF" | 1752 | 2667 | 1.5223 | 1.7124 | -1.0000 | 6.0000 | + | "Diff. - Energy" | 2351 |0.0008599376 | 3.6578e-07 | 2.9053e-05 | -4.9993e-05 | 4.9944e-05 | + | "Diff. - TOF" | 2351 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 2351 | 1380.574 | 0.58723 | 1.7976 | 7.6056e-06 | 46.116 | + | "Original - TOF" | 2351 | 3579 | 1.5223 | 1.7010 | -1.0000 | 5.0000 | + | "Unpacked - Energy" | 2351 | 1380.573 | 0.58723 | 1.7976 | 0.0000 | 46.116 | + | "Unpacked - TOF" | 2351 | 3579 | 1.5223 | 1.7010 | -1.0000 | 5.0000 | UnpackPrsHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 2991 | 2991.0 | 0.0000 | 2991.0 | 2991.0 | + | "# UnPackedData" | 1 | 3870 | 3870.0 | 0.0000 | 3870.0 | 3870.0 | CheckPrsHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 2991 |0.001354299 | 4.5279e-07 | 2.9091e-05 | -4.9965e-05 | 4.9990e-05 | - | "Diff. - TOF" | 2991 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 2991 | 3416.497 | 1.1423 | 5.3999 | 3.2416e-07 | 186.61 | - | "Original - TOF" | 2991 | 4539 | 1.5176 | 1.7009 | -1.0000 | 4.0000 | - | "Unpacked - Energy" | 2991 | 3416.495 | 1.1423 | 5.3999 | 0.0000 | 186.61 | - | "Unpacked - TOF" | 2991 | 4539 | 1.5176 | 1.7009 | -1.0000 | 4.0000 | + | "Diff. - Energy" | 3870 |-0.0005279558 |-1.3642e-07 | 2.8892e-05 | -4.9937e-05 | 4.9999e-05 | + | "Diff. - TOF" | 3870 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 3870 | 4203.77 | 1.0862 | 3.8811 | 4.2209e-06 | 62.507 | + | "Original - TOF" | 3870 | 5855 | 1.5129 | 1.7040 | -1.0000 | 5.0000 | + | "Unpacked - Energy" | 3870 | 4203.771 | 1.0862 | 3.8811 | 0.0000 | 62.507 | + | "Unpacked - TOF" | 3870 | 5855 | 1.5129 | 1.7040 | -1.0000 | 5.0000 | UnpackEcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 3084 | 3084.0 | 0.0000 | 3084.0 | 3084.0 | + | "# UnPackedData" | 1 | 3813 | 3813.0 | 0.0000 | 3813.0 | 3813.0 | CheckEcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 3084 |-0.0005636532 |-1.8277e-07 | 2.8715e-05 | -4.9969e-05 | 4.9880e-05 | - | "Diff. - TOF" | 3084 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 3084 | 43118.94 | 13.981 | 86.938 | 2.4503e-06 | 2617.4 | - | "Original - TOF" | 3084 | 272 | 0.088197 | 0.29699 | 0.0000 | 3.0000 | - | "Unpacked - Energy" | 3084 | 43118.94 | 13.981 | 86.938 | 0.0000 | 2617.4 | - | "Unpacked - TOF" | 3084 | 272 | 0.088197 | 0.29699 | 0.0000 | 3.0000 | + | "Diff. - Energy" | 3813 |-0.002630631 |-6.8991e-07 | 2.8686e-05 | -4.9995e-05 | 4.9985e-05 | + | "Diff. - TOF" | 3813 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 3813 | 47286.4 | 12.401 | 54.025 | 3.6093e-05 | 1594.5 | + | "Original - TOF" | 3813 | 370 | 0.097036 | 0.31821 | 0.0000 | 4.0000 | + | "Unpacked - Energy" | 3813 | 47286.4 | 12.401 | 54.025 | 0.0000 | 1594.5 | + | "Unpacked - TOF" | 3813 | 370 | 0.097036 | 0.31821 | 0.0000 | 4.0000 | UnpackHcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 295 | 295.00 | 0.0000 | 295.00 | 295.00 | + | "# UnPackedData" | 1 | 335 | 335.00 | 0.0000 | 335.00 | 335.00 | CheckHcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 295 |-0.0006151602 |-2.0853e-06 | 2.8440e-05 | -4.9570e-05 | 4.9907e-05 | - | "Diff. - TOF" | 295 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 295 | 4022.699 | 13.636 | 45.345 | 0.0010736 | 599.26 | - | "Original - TOF" | 295 | 46 | 0.15593 | 0.47595 | -1.0000 | 2.0000 | - | "Unpacked - Energy" | 295 | 4022.699 | 13.636 | 45.345 | 0.0011000 | 599.26 | - | "Unpacked - TOF" | 295 | 46 | 0.15593 | 0.47595 | -1.0000 | 2.0000 | + | "Diff. - Energy" | 335 |9.200479e-05 | 2.7464e-07 | 2.8504e-05 | -4.9574e-05 | 4.9680e-05 | + | "Diff. - TOF" | 335 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 335 | 4414.044 | 13.176 | 42.953 | 0.00068280 | 539.22 | + | "Original - TOF" | 335 | 43 | 0.12836 | 0.42840 | -1.0000 | 1.0000 | + | "Unpacked - Energy" | 335 | 4414.044 | 13.176 | 42.953 | 0.00070000 | 539.22 | + | "Unpacked - TOF" | 335 | 43 | 0.12836 | 0.42840 | -1.0000 | 1.0000 | UnpackMuonHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 350 | 350.00 | 0.0000 | 350.00 | 350.00 | + | "# UnPackedData" | 1 | 569 | 569.00 | 0.0000 | 569.00 | 569.00 | CheckMuonHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 350 |1.935208e-06 | 5.5292e-09 | 2.9309e-07 | -4.9911e-07 | 4.9752e-07 | - | "Diff. - Displacement y" | 350 |6.15548e-06 | 1.7587e-08 | 2.8022e-07 | -4.9905e-07 | 4.9869e-07 | - | "Diff. - Displacement z" | 350 |-8.616248e-06 |-2.4618e-08 | 2.9276e-07 | -4.9430e-07 | 4.9861e-07 | - | "Diff. - Energy" | 350 |8.549955e-06 | 2.4428e-08 | 5.7559e-07 | -9.9864e-07 | 9.9805e-07 | - | "Diff. - Entry Point x" | 350 |-0.0004480444 |-1.2801e-06 | 2.9756e-05 | -4.9979e-05 | 4.9772e-05 | - | "Diff. - Entry Point y" | 350 |0.000500848 | 1.4310e-06 | 2.8412e-05 | -4.8859e-05 | 4.9906e-05 | - | "Diff. - Entry Point z" | 350 |-0.001192231 |-3.4064e-06 | 2.8712e-05 | -4.9791e-05 | 4.9639e-05 | - | "Diff. - Parent |P|" | 350 | 0.05074003 | 0.00014497 | 0.0029458 | -0.0049237 | 0.0049988 | - | "Diff. - TOF" | 350 |6.112561e-05 | 1.7464e-07 | 2.9625e-06 | -4.9735e-06 | 4.9628e-06 | - | "Original - Displacement x" | 350 | -92.12707 | -0.26322 | 4.0406 | -52.912 | 19.825 | - | "Original - Displacement y" | 350 | 174.2079 | 0.49774 | 5.1684 | -16.656 | 67.437 | - | "Original - Displacement z" | 350 | 1307.439 | 3.7355 | 2.5133 | -5.0164 | 5.0786 | - | "Original - Energy" | 350 | 0.7178065 | 0.0020509 | 0.0035207 | 7.0201e-05 | 0.038981 | - | "Original - Entry Point x" | 350 | -73130.33 | -208.94 | 1199.5 | -3847.2 | 4759.5 | - | "Original - Entry Point y" | 350 | -11047.64 | -31.565 | 667.99 | -2522.0 | 2211.9 | - | "Original - Entry Point z" | 350 | 4474705 | 12785. | 1608.9 | 11953. | 19032. | - | "Original - Parent |P|" | 350 | 1335114 | 3814.6 | 10178. | 1.5463 | 94205. | - | "Original - TOF" | 350 | 15240.82 | 43.545 | 5.8942 | 39.868 | 70.426 | - | "Unpacked - Displacement x" | 350 | -92.12707 | -0.26322 | 4.0406 | -52.912 | 19.825 | - | "Unpacked - Displacement y" | 350 | 174.2079 | 0.49774 | 5.1684 | -16.656 | 67.437 | - | "Unpacked - Displacement z" | 350 | 1307.439 | 3.7355 | 2.5133 | -5.0164 | 5.0786 | - | "Unpacked - Energy" | 350 | 0.717798 | 0.0020509 | 0.0035208 | 7.0000e-05 | 0.038982 | - | "Unpacked - Entry Point x" | 350 | -73130.33 | -208.94 | 1199.5 | -3847.2 | 4759.5 | - | "Unpacked - Entry Point y" | 350 | -11047.64 | -31.565 | 667.99 | -2522.0 | 2211.9 | - | "Unpacked - Entry Point z" | 350 | 4474705 | 12785. | 1608.9 | 11953. | 19032. | - | "Unpacked - Parent |P|" | 350 | 1335114 | 3814.6 | 10178. | 1.5500 | 94205. | - | "Unpacked - TOF" | 350 | 15240.82 | 43.545 | 5.8942 | 39.868 | 70.426 | + | "Diff. - Displacement x" | 569 |3.983503e-08 | 7.0009e-11 | 2.8790e-07 | -4.9850e-07 | 4.9697e-07 | + | "Diff. - Displacement y" | 569 |-2.035477e-05 |-3.5773e-08 | 2.8722e-07 | -4.9861e-07 | 4.9137e-07 | + | "Diff. - Displacement z" | 569 |9.21694e-06 | 1.6198e-08 | 2.9660e-07 | -4.9796e-07 | 4.9727e-07 | + | "Diff. - Energy" | 569 |1.450991e-05 | 2.5501e-08 | 5.8005e-07 | -9.9762e-07 | 9.9780e-07 | + | "Diff. - Entry Point x" | 569 |-0.0002837921 |-4.9876e-07 | 2.8304e-05 | -4.9874e-05 | 4.9848e-05 | + | "Diff. - Entry Point y" | 569 |-0.0001712852 |-3.0103e-07 | 2.9151e-05 | -4.9903e-05 | 4.9906e-05 | + | "Diff. - Entry Point z" | 569 |4.53114e-05 | 7.9633e-08 | 2.8271e-05 | -4.9491e-05 | 4.9511e-05 | + | "Diff. - Parent |P|" | 569 | -0.1863166 |-0.00032745 | 0.0028577 | -0.0049980 | 0.0049793 | + | "Diff. - TOF" | 569 |5.490016e-05 | 9.6485e-08 | 2.8696e-06 | -4.9917e-06 | 4.9521e-06 | + | "Original - Displacement x" | 569 | 24.4121 | 0.042904 | 8.0850 | -54.544 | 173.21 | + | "Original - Displacement y" | 569 | 3.118234 | 0.0054802 | 3.4789 | -26.602 | 44.249 | + | "Original - Displacement z" | 569 | 2335.081 | 4.1038 | 2.1009 | -5.0053 | 5.0800 | + | "Original - Energy" | 569 | 7.712661 | 0.013555 | 0.12166 | 5.7938e-06 | 1.9595 | + | "Original - Entry Point x" | 569 | -137538.8 | -241.72 | 1274.3 | -4327.6 | 3497.9 | + | "Original - Entry Point y" | 569 | -30531.83 | -53.659 | 841.55 | -2807.7 | 2530.1 | + | "Original - Entry Point z" | 569 | 7205489 | 12663. | 1403.8 | 11954. | 18750. | + | "Original - Parent |P|" | 569 | 975633.6 | 1714.6 | 4620.4 | 1.4686 | 39675. | + | "Original - TOF" | 569 | 24795.64 | 43.578 | 5.9328 | 39.868 | 76.703 | + | "Unpacked - Displacement x" | 569 | 24.4121 | 0.042904 | 8.0850 | -54.544 | 173.21 | + | "Unpacked - Displacement y" | 569 | 3.118254 | 0.0054802 | 3.4789 | -26.602 | 44.249 | + | "Unpacked - Displacement z" | 569 | 2335.081 | 4.1038 | 2.1009 | -5.0053 | 5.0800 | + | "Unpacked - Energy" | 569 | 7.712646 | 0.013555 | 0.12166 | 6.0000e-06 | 1.9595 | + | "Unpacked - Entry Point x" | 569 | -137538.8 | -241.72 | 1274.3 | -4327.6 | 3497.9 | + | "Unpacked - Entry Point y" | 569 | -30531.83 | -53.659 | 841.55 | -2807.7 | 2530.1 | + | "Unpacked - Entry Point z" | 569 | 7205489 | 12663. | 1403.8 | 11954. | 18750. | + | "Unpacked - Parent |P|" | 569 | 975633.8 | 1714.6 | 4620.4 | 1.4700 | 39675. | + | "Unpacked - TOF" | 569 | 24795.64 | 43.578 | 5.9328 | 39.868 | 76.703 | SimMonitor DEBUG Finalize base class GaudiAlgorithm SimMonitor DEBUG Tools to release : SimMonitor DEBUG Services to release : @@ -8817,15 +8824,15 @@ MuonHitCheckerPrevPrev INFO ------------------------------------------------ MuonHitCheckerPrevPrev INFO Muon Monitoring Table MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrevPrev INFO M1 M2 M3 M4 M5 -MuonHitCheckerPrevPrev INFO 92.000 6.000 5.000 0.000 0.000 R1 -MuonHitCheckerPrevPrev INFO 116.000 5.000 16.000 4.000 4.000 R2 -MuonHitCheckerPrevPrev INFO 40.000 0.000 2.000 0.000 4.000 R3 -MuonHitCheckerPrevPrev INFO 52.000 4.000 0.000 0.000 0.000 R4 +MuonHitCheckerPrevPrev INFO 92.000 14.000 25.000 0.000 0.000 R1 +MuonHitCheckerPrevPrev INFO 169.000 7.000 4.000 1.000 0.000 R2 +MuonHitCheckerPrevPrev INFO 125.000 4.000 4.000 5.000 4.000 R3 +MuonHitCheckerPrevPrev INFO 109.000 5.000 0.000 0.000 0.000 R4 MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrevPrev INFO ------- Integrated over regions --------------------------- MuonHitCheckerPrevPrev INFO ----------------------------------------------------------------- -MuonHitCheckerPrevPrev INFO 300.000 15.000 23.000 4.000 8.000 allR -MuonHitCheckerPrevPrev INFO number of hits generated outside gaps volume 0 +MuonHitCheckerPrevPrev INFO 495.000 30.000 33.000 6.000 4.000 allR +MuonHitCheckerPrevPrev INFO number of hits generated outside gaps volume 1 UnpackPuVetoHitsPrevPrevSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# UnPackedData" | 1 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | @@ -8997,15 +9004,15 @@ MuonHitCheckerPrev INFO ------------------------------------------------ MuonHitCheckerPrev INFO Muon Monitoring Table MuonHitCheckerPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrev INFO M1 M2 M3 M4 M5 -MuonHitCheckerPrev INFO 92.000 6.000 5.000 0.000 0.000 R1 -MuonHitCheckerPrev INFO 116.000 5.000 16.000 4.000 4.000 R2 -MuonHitCheckerPrev INFO 40.000 0.000 2.000 0.000 4.000 R3 -MuonHitCheckerPrev INFO 52.000 4.000 0.000 0.000 0.000 R4 +MuonHitCheckerPrev INFO 92.000 14.000 25.000 0.000 0.000 R1 +MuonHitCheckerPrev INFO 169.000 7.000 4.000 1.000 0.000 R2 +MuonHitCheckerPrev INFO 125.000 4.000 4.000 5.000 4.000 R3 +MuonHitCheckerPrev INFO 109.000 5.000 0.000 0.000 0.000 R4 MuonHitCheckerPrev INFO ----------------------------------------------------------------- MuonHitCheckerPrev INFO ------- Integrated over regions --------------------------- MuonHitCheckerPrev INFO ----------------------------------------------------------------- -MuonHitCheckerPrev INFO 300.000 15.000 23.000 4.000 8.000 allR -MuonHitCheckerPrev INFO number of hits generated outside gaps volume 0 +MuonHitCheckerPrev INFO 495.000 30.000 33.000 6.000 4.000 allR +MuonHitCheckerPrev INFO number of hits generated outside gaps volume 1 UnpackPuVetoHitsPrev SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# UnPackedData" | 1 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | @@ -9052,26 +9059,26 @@ NextEventGaussSim SUCCESS ================================================ NextEventGaussSim SUCCESS 1 events processed NextEventGaussSim SUCCESS ================================================================== GetRichHitsNext INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsNext INFO Av. # MCRichHits : Rich1 = 312.00 +-17.66 (100.00 +-0.00%) Rich2 = 925.00 +-30.41 (100.00 +-0.00%) +GetRichHitsNext INFO Av. # MCRichHits : Rich1 = 520.00 +-22.80 (100.00 +-0.00%) Rich2 = 616.00 +-24.82 (100.00 +-0.00%) GetRichHitsNext INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Signal Hits : Rich1 = 247.00 +-15.72 ( 79.17 +-2.30%) Rich2 = 212.00 +-14.56 ( 22.92 +-1.38%) -GetRichHitsNext INFO Av. # Gas Quartz CK hits : Rich1 = 5.00 +- 2.24 ( 1.60 +-0.71%) Rich2 = 54.00 +- 7.35 ( 5.84 +-0.77%) -GetRichHitsNext INFO Av. # HPD Quartz CK hits : Rich1 = 55.00 +- 7.42 ( 17.63 +-2.16%) Rich2 = 465.00 +-21.56 ( 50.27 +-1.64%) +GetRichHitsNext INFO Av. # Signal Hits : Rich1 = 331.00 +-18.19 ( 63.65 +-2.11%) Rich2 = 272.00 +-16.49 ( 44.16 +-2.00%) +GetRichHitsNext INFO Av. # Gas Quartz CK hits : Rich1 = 7.00 +- 2.65 ( 1.35 +-0.51%) Rich2 = 1.00 +- 1.00 ( 0.16 +-0.16%) +GetRichHitsNext INFO Av. # HPD Quartz CK hits : Rich1 = 172.00 +-13.11 ( 33.08 +-2.06%) Rich2 = 83.00 +- 9.11 ( 13.47 +-1.38%) GetRichHitsNext INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 183.00 +-13.53 ( 19.78 +-1.31%) -GetRichHitsNext INFO Av. # All HPD reflection hits : Rich1 = 31.00 +- 5.57 ( 9.94 +-1.69%) Rich2 = 94.00 +- 9.70 ( 10.16 +-0.99%) -GetRichHitsNext INFO Av. # QW/PC refl. hits : Rich1 = 26.00 +- 5.10 ( 8.33 +-1.56%) Rich2 = 68.00 +- 8.25 ( 7.35 +-0.86%) +GetRichHitsNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 250.00 +-15.81 ( 40.58 +-1.98%) +GetRichHitsNext INFO Av. # All HPD reflection hits : Rich1 = 18.00 +- 4.24 ( 3.46 +-0.80%) Rich2 = 30.00 +- 5.48 ( 4.87 +-0.87%) +GetRichHitsNext INFO Av. # QW/PC refl. hits : Rich1 = 15.00 +- 3.87 ( 2.88 +-0.73%) Rich2 = 19.00 +- 4.36 ( 3.08 +-0.70%) GetRichHitsNext INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Air/QW refl. hits : Rich1 = 9.00 +- 3.00 ( 2.88 +-0.95%) Rich2 = 44.00 +- 6.63 ( 4.76 +-0.70%) -GetRichHitsNext INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsNext INFO Av. # Air/QW refl. hits : Rich1 = 5.00 +- 2.24 ( 0.96 +-0.43%) Rich2 = 17.00 +- 4.12 ( 2.76 +-0.66%) +GetRichHitsNext INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 1.00 +- 1.00 ( 0.16 +-0.16%) GetRichHitsNext INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 247.00 +-15.72 ( 79.17 +-2.30%) Rich2Gas = 212.00 +-14.56 ( 22.92 +-1.38%) +GetRichHitsNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 331.00 +-18.19 ( 63.65 +-2.11%) Rich2Gas = 272.00 +-16.49 ( 44.16 +-2.00%) GetRichHitsNext INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNext INFO Av. # Aero hits per tile : @@ -9091,95 +9098,96 @@ GetRichHitsNext INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHitsNext INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHitsNext INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHitsNext INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 252.00 +- 15.87 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 406.00 +- 20.15 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 59.00 +- 7.68 / event -GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 520.00 +- 22.80 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : Rich1Gas = 15.00 +- 3.87 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : Rich2Gas = 62.00 +- 7.87 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : GasQuartzWin = 6.00 +- 2.45 / event -GetRichSegmentsNext INFO Av. # MCRichSegments : HPDQuartzWin = 5.00 +- 2.24 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 341.00 +- 18.47 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 532.00 +- 23.07 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 8.00 +- 2.83 / event +GetRichPhotonsNext INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 255.00 +- 15.97 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : Rich1Gas = 17.00 +- 4.12 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : Rich2Gas = 47.00 +- 6.86 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : GasQuartzWin = 2.00 +- 1.41 / event +GetRichSegmentsNext INFO Av. # MCRichSegments : HPDQuartzWin = 3.00 +- 1.73 / event GetRichTracksNext INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVeloHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 623 | 623.00 | 0.0000 | 623.00 | 623.00 | + | "# PackedData" | 1 | 632 | 632.00 | 0.0000 | 632.00 | 632.00 | MCPuVetoHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 39 | 39.000 | 0.0000 | 39.000 | 39.000 | + | "# PackedData" | 1 | 33 | 33.000 | 0.0000 | 33.000 | 33.000 | MCTTHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 240 | 240.00 | 0.0000 | 240.00 | 240.00 | + | "# PackedData" | 1 | 164 | 164.00 | 0.0000 | 164.00 | 164.00 | MCITHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 123 | 123.00 | 0.0000 | 123.00 | 123.00 | + | "# PackedData" | 1 | 177 | 177.00 | 0.0000 | 177.00 | 177.00 | MCOTHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 535 | 535.00 | 0.0000 | 535.00 | 535.00 | + | "# PackedData" | 1 | 358 | 358.00 | 0.0000 | 358.00 | 358.00 | MCMuonHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 272 | 272.00 | 0.0000 | 272.00 | 272.00 | + | "# PackedData" | 1 | 167 | 167.00 | 0.0000 | 167.00 | 167.00 | MCPrsHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1774 | 1774.0 | 0.0000 | 1774.0 | 1774.0 | + | "# PackedData" | 1 | 1496 | 1496.0 | 0.0000 | 1496.0 | 1496.0 | MCSpdHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1256 | 1256.0 | 0.0000 | 1256.0 | 1256.0 | + | "# PackedData" | 1 | 748 | 748.00 | 0.0000 | 748.00 | 748.00 | MCEcalHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1885 | 1885.0 | 0.0000 | 1885.0 | 1885.0 | + | "# PackedData" | 1 | 1515 | 1515.0 | 0.0000 | 1515.0 | 1515.0 | MCHcalHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 222 | 222.00 | 0.0000 | 222.00 | 222.00 | + | "# PackedData" | 1 | 239 | 239.00 | 0.0000 | 239.00 | 239.00 | MCRichHitPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1237 | 1237.0 | 0.0000 | 1237.0 | 1237.0 | + | "# PackedData" | 1 | 1136 | 1136.0 | 0.0000 | 1136.0 | 1136.0 | MCRichOpPhotPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1237 | 1237.0 | 0.0000 | 1237.0 | 1237.0 | + | "# PackedData" | 1 | 1136 | 1136.0 | 0.0000 | 1136.0 | 1136.0 | MCRichSegmentPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 88 | 88.000 | 0.0000 | 88.000 | 88.000 | + | "# PackedData" | 1 | 69 | 69.000 | 0.0000 | 69.000 | 69.000 | MCRichTrackPackerNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 76 | 76.000 | 0.0000 | 76.000 | 76.000 | + | "# PackedData" | 1 | 61 | 61.000 | 0.0000 | 61.000 | 61.000 | VeloGaussMoniNext INFO ------------------------------------------------------ VeloGaussMoniNext INFO - VeloGaussMoni table - VeloGaussMoniNext INFO ------------------------------------------------------ -VeloGaussMoniNext INFO | Number of MCHits/Event: 623+/-0 -VeloGaussMoniNext INFO | Number of PileUpMCHits/Event: 39+/-0 +VeloGaussMoniNext INFO | Number of MCHits/Event: 632+/-0 +VeloGaussMoniNext INFO | Number of PileUpMCHits/Event: 33+/-0 VeloGaussMoniNext INFO ------------------------------------------------------ TTHitMonitorNext INFO *** Summary *** -TTHitMonitorNext INFO #hits per event: 240 -TTHitMonitorNext INFO Mean beta * gamma: 208.254 -TTHitMonitorNext INFO Most Probable deposited charge: 0.15971 -TTHitMonitorNext INFO Half Sample width 0.0594859 +TTHitMonitorNext INFO #hits per event: 164 +TTHitMonitorNext INFO Mean beta * gamma: 142.264 +TTHitMonitorNext INFO Most Probable deposited charge: 0.152159 +TTHitMonitorNext INFO Half Sample width 0.0336806 TTHitMonitorNext SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitorNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 24 | 24 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 240 | 49980.88 | 208.25 | 817.70 | 0.45968 | 5635.0 | - | "numberHits" | 1 | 240 | 240.00 | 0.0000 | 240.00 | 240.00 | + | "DeltaRay" | 19 | 19 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 164 | 23331.24 | 142.26 | 463.60 | 1.2038 | 2906.8 | + | "numberHits" | 1 | 164 | 164.00 | 0.0000 | 164.00 | 164.00 | ITHitMonitorNext INFO *** Summary *** -ITHitMonitorNext INFO #hits per event: 123 -ITHitMonitorNext INFO Mean beta * gamma: 113.76 -ITHitMonitorNext INFO Most Probable deposited charge: 0.116139 -ITHitMonitorNext INFO Half Sample width 0.0533878 +ITHitMonitorNext INFO #hits per event: 177 +ITHitMonitorNext INFO Mean beta * gamma: 13656.2 +ITHitMonitorNext INFO Most Probable deposited charge: 0.12557 +ITHitMonitorNext INFO Half Sample width 0.0298154 ITHitMonitorNext SUCCESS Booked 9 Histogram(s) : 1D=9 -ITHitMonitorNext SUCCESS Number of counters : 2 +ITHitMonitorNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "betaGamma" | 123 | 13992.45 | 113.76 | 183.09 | 0.50888 | 684.49 | - | "numberHits" | 1 | 123 | 123.00 | 0.0000 | 123.00 | 123.00 | + | "DeltaRay" | 2 | 2 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 177 | 2417149 | 13656. | 25365. | 3.8230 | 1.0051e+05 | + | "numberHits" | 1 | 177 | 177.00 | 0.0000 | 177.00 | 177.00 | OTHitMonitorNext INFO *** Summary *** -OTHitMonitorNext INFO #hits per event: 535 -OTHitMonitorNext INFO Mean beta * gamma: 150.339 -OTHitMonitorNext INFO Most Probable deposited charge: 0.205923 -OTHitMonitorNext INFO Half Sample width 0.0841719 +OTHitMonitorNext INFO #hits per event: 358 +OTHitMonitorNext INFO Mean beta * gamma: 709.877 +OTHitMonitorNext INFO Most Probable deposited charge: 0.19932 +OTHitMonitorNext INFO Half Sample width 0.107475 OTHitMonitorNext SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitorNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 26 | 26 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 535 | 80431.42 | 150.34 | 581.70 | 0.0045562 | 5358.5 | - | "numberHits" | 1 | 535 | 535.00 | 0.0000 | 535.00 | 535.00 | + | "DeltaRay" | 13 | 13 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 358 | 254136.1 | 709.88 | 2749.9 | 0.029526 | 19286. | + | "numberHits" | 1 | 358 | 358.00 | 0.0000 | 358.00 | 358.00 | SpdMonitorNext SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitorNext SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitorNext SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -9188,398 +9196,398 @@ MuonHitCheckerNext INFO ------------------------------------------------ MuonHitCheckerNext INFO Muon Monitoring Table MuonHitCheckerNext INFO ----------------------------------------------------------------- MuonHitCheckerNext INFO M1 M2 M3 M4 M5 -MuonHitCheckerNext INFO 92.000 6.000 5.000 0.000 0.000 R1 -MuonHitCheckerNext INFO 116.000 5.000 16.000 4.000 4.000 R2 -MuonHitCheckerNext INFO 40.000 0.000 2.000 0.000 4.000 R3 -MuonHitCheckerNext INFO 52.000 4.000 0.000 0.000 0.000 R4 +MuonHitCheckerNext INFO 92.000 14.000 25.000 0.000 0.000 R1 +MuonHitCheckerNext INFO 169.000 7.000 4.000 1.000 0.000 R2 +MuonHitCheckerNext INFO 125.000 4.000 4.000 5.000 4.000 R3 +MuonHitCheckerNext INFO 109.000 5.000 0.000 0.000 0.000 R4 MuonHitCheckerNext INFO ----------------------------------------------------------------- MuonHitCheckerNext INFO ------- Integrated over regions --------------------------- MuonHitCheckerNext INFO ----------------------------------------------------------------- -MuonHitCheckerNext INFO 300.000 15.000 23.000 4.000 8.000 allR -MuonHitCheckerNext INFO number of hits generated outside gaps volume 0 +MuonHitCheckerNext INFO 495.000 30.000 33.000 6.000 4.000 allR +MuonHitCheckerNext INFO number of hits generated outside gaps volume 1 UnpackPuVetoHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 39 | 39.000 | 0.0000 | 39.000 | 39.000 | + | "# UnPackedData" | 1 | 33 | 33.000 | 0.0000 | 33.000 | 33.000 | CheckPuVetoHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 39 |1.588431e-06 | 4.0729e-08 | 2.7350e-07 | -4.9571e-07 | 4.9423e-07 | - | "Diff. - Displacement y" | 39 |8.618962e-07 | 2.2100e-08 | 3.1178e-07 | -4.9707e-07 | 4.9362e-07 | - | "Diff. - Displacement z" | 39 |1.503419e-07 | 3.8549e-09 | 2.7712e-07 | -4.9974e-07 | 4.6937e-07 | - | "Diff. - Energy" | 39 |-1.961607e-06 |-5.0298e-08 | 4.6781e-07 | -8.2947e-07 | 8.4561e-07 | - | "Diff. - Entry Point x" | 39 |-5.58959e-05 |-1.4332e-06 | 2.7845e-05 | -4.4713e-05 | 4.3129e-05 | - | "Diff. - Entry Point y" | 39 |0.0001786329 | 4.5803e-06 | 3.0237e-05 | -4.4517e-05 | 4.8049e-05 | - | "Diff. - Entry Point z" | 39 |0.0001366558 | 3.5040e-06 | 2.3535e-05 | -4.7182e-05 | 4.1369e-05 | - | "Diff. - Parent |P|" | 39 | 0.0128878 | 0.00033046 | 0.0028593 | -0.0048124 | 0.0049584 | - | "Diff. - TOF" | 39 |9.470415e-06 | 2.4283e-07 | 2.9549e-06 | -4.7687e-06 | 4.7878e-06 | - | "Original - Displacement x" | 39 | 0.09647459 | 0.0024737 | 0.013642 | -0.027205 | 0.025206 | - | "Original - Displacement y" | 39 |-0.007688138 |-0.00019713 | 0.014921 | -0.034271 | 0.024145 | - | "Original - Displacement z" | 39 | -11.69923 | -0.29998 | 9.2928e-05 | -0.30015 | -0.29970 | - | "Original - Energy" | 39 | 3.932582 | 0.10084 | 0.032792 | 0.071914 | 0.27605 | - | "Original - Entry Point x" | 39 | 126.3985 | 3.2410 | 12.162 | -26.272 | 27.061 | - | "Original - Entry Point y" | 39 | -17.54292 | -0.44982 | 13.557 | -35.867 | 25.135 | - | "Original - Entry Point z" | 39 | -10497.44 | -269.17 | 41.425 | -315.88 | -218.98 | - | "Original - Parent |P|" | 39 | 408175.7 | 10466. | 9148.6 | 62.076 | 37440. | - | "Original - TOF" | 39 | 34.85537 | 0.89373 | 0.13864 | 0.72421 | 1.0551 | - | "Unpacked - Displacement x" | 39 | 0.096473 | 0.0024737 | 0.013642 | -0.027205 | 0.025206 | - | "Unpacked - Displacement y" | 39 | -0.007689 |-0.00019715 | 0.014921 | -0.034271 | 0.024145 | - | "Unpacked - Displacement z" | 39 | -11.69923 | -0.29998 | 9.2959e-05 | -0.30015 | -0.29970 | - | "Unpacked - Energy" | 39 | 3.932584 | 0.10084 | 0.032793 | 0.071914 | 0.27605 | - | "Unpacked - Entry Point x" | 39 | 126.3986 | 3.2410 | 12.162 | -26.272 | 27.061 | - | "Unpacked - Entry Point y" | 39 | -17.5431 | -0.44982 | 13.557 | -35.867 | 25.135 | - | "Unpacked - Entry Point z" | 39 | -10497.44 | -269.17 | 41.425 | -315.88 | -218.98 | - | "Unpacked - Parent |P|" | 39 | 408175.6 | 10466. | 9148.6 | 62.080 | 37440. | - | "Unpacked - TOF" | 39 | 34.85536 | 0.89373 | 0.13864 | 0.72421 | 1.0551 | + | "Diff. - Displacement x" | 33 |1.226184e-06 | 3.7157e-08 | 2.6766e-07 | -4.9254e-07 | 4.8850e-07 | + | "Diff. - Displacement y" | 33 |1.52502e-06 | 4.6213e-08 | 3.0748e-07 | -4.7575e-07 | 4.7861e-07 | + | "Diff. - Displacement z" | 33 |-4.232578e-07 |-1.2826e-08 | 2.8811e-07 | -4.9040e-07 | 4.1269e-07 | + | "Diff. - Energy" | 33 |3.585976e-06 | 1.0867e-07 | 5.4895e-07 | -9.3987e-07 | 9.9273e-07 | + | "Diff. - Entry Point x" | 33 |0.0002019131 | 6.1186e-06 | 2.9616e-05 | -4.6177e-05 | 4.7364e-05 | + | "Diff. - Entry Point y" | 33 |4.022922e-05 | 1.2191e-06 | 3.0066e-05 | -4.9662e-05 | 4.4585e-05 | + | "Diff. - Entry Point z" | 33 |0.0001836609 | 5.5655e-06 | 2.8458e-05 | -4.6570e-05 | 4.7407e-05 | + | "Diff. - Parent |P|" | 33 | 0.01781626 | 0.00053989 | 0.0029707 | -0.0049465 | 0.0047694 | + | "Diff. - TOF" | 33 |7.100285e-07 | 2.1516e-08 | 2.8523e-06 | -4.9027e-06 | 4.8832e-06 | + | "Original - Displacement x" | 33 | 0.09017023 | 0.0027324 | 0.012042 | -0.017537 | 0.025165 | + | "Original - Displacement y" | 33 |-0.05678447 | -0.0017207 | 0.015193 | -0.034078 | 0.024015 | + | "Original - Displacement z" | 33 | -9.899492 | -0.29998 | 8.0668e-05 | -0.30015 | -0.29981 | + | "Original - Energy" | 33 | 4.326172 | 0.13110 | 0.11131 | 0.064372 | 0.63283 | + | "Original - Entry Point x" | 33 | 114.4396 | 3.4679 | 10.845 | -16.714 | 27.048 | + | "Original - Entry Point y" | 33 | -57.71306 | -1.7489 | 13.829 | -35.729 | 25.074 | + | "Original - Entry Point z" | 33 | -8879.743 | -269.08 | 41.394 | -315.89 | -218.98 | + | "Original - Parent |P|" | 33 | 371698.4 | 11264. | 9154.8 | 1331.7 | 37440. | + | "Original - TOF" | 33 | 29.48246 | 0.89341 | 0.13860 | 0.72421 | 1.0551 | + | "Unpacked - Displacement x" | 33 | 0.090169 | 0.0027324 | 0.012042 | -0.017537 | 0.025165 | + | "Unpacked - Displacement y" | 33 | -0.056786 | -0.0017208 | 0.015193 | -0.034078 | 0.024015 | + | "Unpacked - Displacement z" | 33 | -9.899492 | -0.29998 | 8.0704e-05 | -0.30015 | -0.29981 | + | "Unpacked - Energy" | 33 | 4.326168 | 0.13110 | 0.11131 | 0.064372 | 0.63283 | + | "Unpacked - Entry Point x" | 33 | 114.4394 | 3.4679 | 10.845 | -16.714 | 27.048 | + | "Unpacked - Entry Point y" | 33 | -57.7131 | -1.7489 | 13.829 | -35.729 | 25.074 | + | "Unpacked - Entry Point z" | 33 | -8879.744 | -269.08 | 41.394 | -315.88 | -218.98 | + | "Unpacked - Parent |P|" | 33 | 371698.4 | 11264. | 9154.8 | 1331.7 | 37440. | + | "Unpacked - TOF" | 33 | 29.48246 | 0.89341 | 0.13860 | 0.72421 | 1.0551 | UnpackVeloHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 623 | 623.00 | 0.0000 | 623.00 | 623.00 | + | "# UnPackedData" | 1 | 632 | 632.00 | 0.0000 | 632.00 | 632.00 | CheckVeloHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 623 |-2.945558e-06 |-4.7280e-09 | 2.8835e-07 | -4.9968e-07 | 4.9869e-07 | - | "Diff. - Displacement y" | 623 |-1.2075e-05 |-1.9382e-08 | 2.8761e-07 | -4.9519e-07 | 4.9808e-07 | - | "Diff. - Displacement z" | 623 |-3.887972e-06 |-6.2407e-09 | 2.9601e-07 | -4.9922e-07 | 4.9643e-07 | - | "Diff. - Energy" | 623 |-1.471606e-05 |-2.3621e-08 | 5.8966e-07 | -9.9765e-07 | 9.9949e-07 | - | "Diff. - Entry Point x" | 623 |0.0009173416 | 1.4725e-06 | 2.8318e-05 | -4.9631e-05 | 4.9893e-05 | - | "Diff. - Entry Point y" | 623 |0.0009106724 | 1.4618e-06 | 2.8875e-05 | -4.9835e-05 | 4.9761e-05 | - | "Diff. - Entry Point z" | 623 |-0.001035872 |-1.6627e-06 | 2.7945e-05 | -4.9585e-05 | 4.9811e-05 | - | "Diff. - Parent |P|" | 623 | 0.1022633 | 0.00016415 | 0.0028914 | -0.0049962 | 0.0049992 | - | "Diff. - TOF" | 623 |5.420173e-05 | 8.7001e-08 | 2.9066e-06 | -4.9994e-06 | 4.9748e-06 | - | "Original - Displacement x" | 623 | 21.29963 | 0.034189 | 0.22432 | -0.55122 | 2.3006 | - | "Original - Displacement y" | 623 | 17.92707 | 0.028775 | 0.23256 | -0.70230 | 3.1040 | - | "Original - Displacement z" | 623 | 102.709 | 0.16486 | 0.23533 | -0.30217 | 0.30046 | - | "Original - Energy" | 623 | 265.3605 | 0.42594 | 1.6252 | 0.010146 | 26.900 | - | "Original - Entry Point x" | 623 | -545.3463 | -0.87536 | 16.680 | -41.859 | 44.012 | - | "Original - Entry Point y" | 623 | -215.8083 | -0.34640 | 16.484 | -42.400 | 43.740 | - | "Original - Entry Point z" | 623 | 116340 | 186.74 | 222.04 | -175.79 | 750.97 | - | "Original - Parent |P|" | 623 | 3136811 | 5035.0 | 9446.4 | 1.7831 | 79838. | - | "Original - TOF" | 623 | 522.664 | 0.83895 | 1.0066 | 0.034099 | 18.773 | - | "Unpacked - Displacement x" | 623 | 21.29963 | 0.034189 | 0.22432 | -0.55123 | 2.3006 | - | "Unpacked - Displacement y" | 623 | 17.92709 | 0.028775 | 0.23256 | -0.70230 | 3.1040 | - | "Unpacked - Displacement z" | 623 | 102.709 | 0.16486 | 0.23533 | -0.30217 | 0.30046 | - | "Unpacked - Energy" | 623 | 265.3605 | 0.42594 | 1.6252 | 0.010146 | 26.900 | - | "Unpacked - Entry Point x" | 623 | -545.3472 | -0.87536 | 16.680 | -41.858 | 44.012 | - | "Unpacked - Entry Point y" | 623 | -215.8092 | -0.34640 | 16.484 | -42.400 | 43.740 | - | "Unpacked - Entry Point z" | 623 | 116340 | 186.74 | 222.04 | -175.79 | 750.97 | - | "Unpacked - Parent |P|" | 623 | 3136810 | 5035.0 | 9446.4 | 1.7800 | 79838. | - | "Unpacked - TOF" | 623 | 522.664 | 0.83895 | 1.0066 | 0.034100 | 18.773 | + | "Diff. - Displacement x" | 632 |6.453112e-06 | 1.0211e-08 | 2.8799e-07 | -4.9933e-07 | 4.9928e-07 | + | "Diff. - Displacement y" | 632 |6.326119e-06 | 1.0010e-08 | 2.8753e-07 | -4.9979e-07 | 4.9954e-07 | + | "Diff. - Displacement z" | 632 |3.976042e-06 | 6.2912e-09 | 2.9148e-07 | -4.9837e-07 | 4.9954e-07 | + | "Diff. - Energy" | 632 |-1.601286e-05 |-2.5337e-08 | 5.7249e-07 | -9.9848e-07 | 9.9066e-07 | + | "Diff. - Entry Point x" | 632 |0.0008160294 | 1.2912e-06 | 2.9387e-05 | -4.9912e-05 | 4.9910e-05 | + | "Diff. - Entry Point y" | 632 |0.001324164 | 2.0952e-06 | 2.9850e-05 | -4.9631e-05 | 4.9328e-05 | + | "Diff. - Entry Point z" | 632 |-0.001282852 |-2.0298e-06 | 2.7779e-05 | -4.9696e-05 | 4.9943e-05 | + | "Diff. - Parent |P|" | 632 |-0.01353232 |-2.1412e-05 | 0.0028696 | -0.0049914 | 0.0049781 | + | "Diff. - TOF" | 632 |-0.0001234973 |-1.9541e-07 | 2.8282e-06 | -4.9736e-06 | 4.9839e-06 | + | "Original - Displacement x" | 632 | 4.301901 | 0.0068068 | 0.089514 | -0.55727 | 0.59511 | + | "Original - Displacement y" | 632 | -1.203669 | -0.0019045 | 0.10726 | -0.89948 | 0.77397 | + | "Original - Displacement z" | 632 | 120.6802 | 0.19095 | 0.22200 | -0.30217 | 0.30171 | + | "Original - Energy" | 632 | 116.8091 | 0.18482 | 0.63043 | 0.0053337 | 12.895 | + | "Original - Entry Point x" | 632 | 28.05482 | 0.044391 | 15.784 | -41.878 | 43.988 | + | "Original - Entry Point y" | 632 | -909.642 | -1.4393 | 18.069 | -42.758 | 43.678 | + | "Original - Entry Point z" | 632 | 124473.8 | 196.95 | 234.46 | -175.79 | 750.97 | + | "Original - Parent |P|" | 632 | 3135574 | 4961.4 | 9281.9 | 1.4603 | 79838. | + | "Original - TOF" | 632 | 503.0825 | 0.79602 | 0.66267 | 0.034079 | 2.5182 | + | "Unpacked - Displacement x" | 632 | 4.301895 | 0.0068068 | 0.089514 | -0.55727 | 0.59511 | + | "Unpacked - Displacement y" | 632 | -1.203675 | -0.0019045 | 0.10726 | -0.89948 | 0.77397 | + | "Unpacked - Displacement z" | 632 | 120.6802 | 0.19095 | 0.22200 | -0.30217 | 0.30171 | + | "Unpacked - Energy" | 632 | 116.8091 | 0.18482 | 0.63043 | 0.0053340 | 12.895 | + | "Unpacked - Entry Point x" | 632 | 28.054 | 0.044389 | 15.784 | -41.878 | 43.988 | + | "Unpacked - Entry Point y" | 632 | -909.6433 | -1.4393 | 18.069 | -42.758 | 43.678 | + | "Unpacked - Entry Point z" | 632 | 124473.8 | 196.95 | 234.46 | -175.79 | 750.97 | + | "Unpacked - Parent |P|" | 632 | 3135574 | 4961.4 | 9281.9 | 1.4600 | 79838. | + | "Unpacked - TOF" | 632 | 503.0826 | 0.79602 | 0.66267 | 0.034080 | 2.5182 | UnpackTTHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 240 | 240.00 | 0.0000 | 240.00 | 240.00 | + | "# UnPackedData" | 1 | 164 | 164.00 | 0.0000 | 164.00 | 164.00 | CheckTTHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 240 |-1.803398e-06 |-7.5142e-09 | 3.0837e-07 | -4.9846e-07 | 4.9425e-07 | - | "Diff. - Displacement y" | 240 |-5.426198e-07 |-2.2609e-09 | 2.7911e-07 | -4.9833e-07 | 4.9971e-07 | - | "Diff. - Displacement z" | 240 |-5.713231e-07 |-2.3805e-09 | 1.1087e-07 | -4.8724e-07 | 4.8724e-07 | - | "Diff. - Energy" | 240 |2.310022e-06 | 9.6251e-09 | 5.9849e-07 | -9.9832e-07 | 9.9459e-07 | - | "Diff. - Entry Point x" | 240 |0.0001872095 | 7.8004e-07 | 2.7213e-05 | -4.8291e-05 | 4.9147e-05 | - | "Diff. - Entry Point y" | 240 |-0.0002720448 |-1.1335e-06 | 2.8048e-05 | -4.9924e-05 | 4.9311e-05 | - | "Diff. - Entry Point z" | 240 |0.0001717944 | 7.1581e-07 | 6.2806e-06 | -3.5661e-05 | 4.3513e-05 | - | "Diff. - Parent |P|" | 240 | 0.047594 | 0.00019831 | 0.0028475 | -0.0049424 | 0.0049146 | - | "Diff. - TOF" | 240 |-4.245622e-06 |-1.7690e-08 | 2.9137e-06 | -4.9649e-06 | 4.9857e-06 | - | "Original - Displacement x" | 240 | 13.07234 | 0.054468 | 0.40765 | -1.6261 | 1.9828 | - | "Original - Displacement y" | 240 | 38.70623 | 0.16128 | 0.99778 | -0.63624 | 12.810 | - | "Original - Displacement z" | 240 | 66.82386 | 0.27843 | 0.38638 | -0.50000 | 0.50000 | - | "Original - Energy" | 240 | 80.32474 | 0.33469 | 0.59604 | 0.0034477 | 4.9741 | - | "Original - Entry Point x" | 240 | -10608.17 | -44.201 | 324.42 | -754.59 | 757.37 | - | "Original - Entry Point y" | 240 | -7029.47 | -29.289 | 280.25 | -637.19 | 659.25 | - | "Original - Entry Point z" | 240 | 602373.4 | 2509.9 | 134.42 | 2322.0 | 2648.0 | - | "Original - Parent |P|" | 240 | 483367.4 | 2014.0 | 4775.6 | 1.4874 | 30969. | - | "Original - TOF" | 240 | 2909.044 | 12.121 | 6.2466 | 7.7535 | 37.152 | - | "Unpacked - Displacement x" | 240 | 13.07234 | 0.054468 | 0.40765 | -1.6261 | 1.9828 | - | "Unpacked - Displacement y" | 240 | 38.70623 | 0.16128 | 0.99778 | -0.63624 | 12.810 | - | "Unpacked - Displacement z" | 240 | 66.82386 | 0.27843 | 0.38638 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 240 | 80.32474 | 0.33469 | 0.59604 | 0.0034480 | 4.9741 | - | "Unpacked - Entry Point x" | 240 | -10608.17 | -44.201 | 324.42 | -754.59 | 757.37 | - | "Unpacked - Entry Point y" | 240 | -7029.47 | -29.289 | 280.25 | -637.19 | 659.25 | - | "Unpacked - Entry Point z" | 240 | 602373.4 | 2509.9 | 134.42 | 2322.0 | 2648.0 | - | "Unpacked - Parent |P|" | 240 | 483367.4 | 2014.0 | 4775.6 | 1.4900 | 30969. | - | "Unpacked - TOF" | 240 | 2909.044 | 12.121 | 6.2466 | 7.7535 | 37.152 | + | "Diff. - Displacement x" | 164 |-4.722859e-06 |-2.8798e-08 | 3.1131e-07 | -4.9373e-07 | 4.9768e-07 | + | "Diff. - Displacement y" | 164 |2.638794e-06 | 1.6090e-08 | 2.8985e-07 | -4.9761e-07 | 4.8916e-07 | + | "Diff. - Displacement z" | 164 |-8.326673e-17 |-5.0772e-19 | 8.9603e-08 | -4.7630e-07 | 4.7630e-07 | + | "Diff. - Energy" | 164 |8.724923e-07 | 5.3201e-09 | 5.9405e-07 | -9.7722e-07 | 9.9437e-07 | + | "Diff. - Entry Point x" | 164 |-0.0004699626 |-2.8656e-06 | 2.8708e-05 | -4.9826e-05 | 4.9651e-05 | + | "Diff. - Entry Point y" | 164 |0.0003194539 | 1.9479e-06 | 2.9046e-05 | -4.9993e-05 | 4.9971e-05 | + | "Diff. - Entry Point z" | 164 |-0.0001101078 |-6.7139e-07 | 4.4224e-06 | -3.2378e-05 | 3.2931e-06 | + | "Diff. - Parent |P|" | 164 | 0.01577503 | 9.6189e-05 | 0.0029441 | -0.0049727 | 0.0049842 | + | "Diff. - TOF" | 164 |-1.472319e-05 |-8.9776e-08 | 2.9085e-06 | -4.9425e-06 | 4.8906e-06 | + | "Original - Displacement x" | 164 | -6.829489 | -0.041643 | 0.16741 | -1.2163 | 0.51512 | + | "Original - Displacement y" | 164 | -2.773404 | -0.016911 | 0.13993 | -0.92987 | 0.52647 | + | "Original - Displacement z" | 164 | 67.5 | 0.41159 | 0.26407 | -0.50000 | 0.50000 | + | "Original - Energy" | 164 | 30.69544 | 0.18717 | 0.10394 | 0.039368 | 0.86178 | + | "Original - Entry Point x" | 164 | -6959.702 | -42.437 | 281.09 | -645.36 | 714.40 | + | "Original - Entry Point y" | 164 | -4782.662 | -29.163 | 309.94 | -695.72 | 605.16 | + | "Original - Entry Point z" | 164 | 406186.1 | 2476.7 | 136.32 | 2322.0 | 2647.5 | + | "Original - Parent |P|" | 164 | 569925.6 | 3475.2 | 5933.1 | 1.7737 | 30921. | + | "Original - TOF" | 164 | 1491.692 | 9.0957 | 2.2089 | 7.7535 | 19.260 | + | "Unpacked - Displacement x" | 164 | -6.829484 | -0.041643 | 0.16741 | -1.2163 | 0.51512 | + | "Unpacked - Displacement y" | 164 | -2.773407 | -0.016911 | 0.13993 | -0.92987 | 0.52647 | + | "Unpacked - Displacement z" | 164 | 67.5 | 0.41159 | 0.26407 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 164 | 30.69544 | 0.18717 | 0.10394 | 0.039368 | 0.86178 | + | "Unpacked - Entry Point x" | 164 | -6959.702 | -42.437 | 281.09 | -645.36 | 714.40 | + | "Unpacked - Entry Point y" | 164 | -4782.662 | -29.163 | 309.94 | -695.72 | 605.16 | + | "Unpacked - Entry Point z" | 164 | 406186.1 | 2476.7 | 136.32 | 2322.0 | 2647.5 | + | "Unpacked - Parent |P|" | 164 | 569925.6 | 3475.2 | 5933.1 | 1.7700 | 30921. | + | "Unpacked - TOF" | 164 | 1491.692 | 9.0957 | 2.2089 | 7.7534 | 19.260 | UnpackITHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 123 | 123.00 | 0.0000 | 123.00 | 123.00 | + | "# UnPackedData" | 1 | 177 | 177.00 | 0.0000 | 177.00 | 177.00 | CheckITHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 123 |-3.727052e-06 |-3.0301e-08 | 2.7901e-07 | -4.9522e-07 | 4.8401e-07 | - | "Diff. - Displacement y" | 123 |-8.705564e-07 |-7.0777e-09 | 2.9094e-07 | -4.9705e-07 | 4.8647e-07 | - | "Diff. - Displacement z" | 123 | 1.016e-05 | 8.2602e-08 | 2.9145e-07 | -4.9828e-07 | 4.9254e-07 | - | "Diff. - Energy" | 123 |-8.17193e-06 |-6.6438e-08 | 5.9939e-07 | -9.9121e-07 | 9.9030e-07 | - | "Diff. - Entry Point x" | 123 |-0.0005199721 |-4.2274e-06 | 2.7000e-05 | -4.9344e-05 | 4.7304e-05 | - | "Diff. - Entry Point y" | 123 |-0.0002151865 |-1.7495e-06 | 2.8284e-05 | -4.9608e-05 | 4.8854e-05 | - | "Diff. - Entry Point z" | 123 |-0.0002885185 |-2.3457e-06 | 2.8469e-05 | -5.0000e-05 | 4.8902e-05 | - | "Diff. - Parent |P|" | 123 |-0.003877785 |-3.1527e-05 | 0.0028214 | -0.0049823 | 0.0049916 | - | "Diff. - TOF" | 123 |-7.89551e-05 |-6.4191e-07 | 2.7455e-06 | -4.9524e-06 | 4.8847e-06 | - | "Original - Displacement x" | 123 | -11.03568 | -0.089721 | 0.40786 | -3.4234 | 0.18862 | - | "Original - Displacement y" | 123 | -1.353127 | -0.011001 | 0.12921 | -0.46692 | 1.0899 | - | "Original - Displacement z" | 123 | 44.06586 | 0.35826 | 0.080426 | -0.14767 | 0.41023 | - | "Original - Energy" | 123 | 25.32765 | 0.20592 | 0.19041 | 0.070545 | 1.2767 | - | "Original - Entry Point x" | 123 | -407.1418 | -3.3101 | 182.22 | -259.04 | 398.85 | - | "Original - Entry Point y" | 123 | -4802.528 | -39.045 | 113.99 | -204.37 | 213.16 | - | "Original - Entry Point z" | 123 | 1048257 | 8522.4 | 539.01 | 7667.9 | 9172.3 | - | "Original - Parent |P|" | 123 | 1797010 | 14610. | 25661. | 2.2398 | 95381. | - | "Original - TOF" | 123 | 3546.784 | 28.836 | 2.0124 | 25.587 | 32.894 | - | "Unpacked - Displacement x" | 123 | -11.03568 | -0.089721 | 0.40786 | -3.4234 | 0.18862 | - | "Unpacked - Displacement y" | 123 | -1.353126 | -0.011001 | 0.12921 | -0.46692 | 1.0899 | - | "Unpacked - Displacement z" | 123 | 44.06585 | 0.35826 | 0.080426 | -0.14767 | 0.41023 | - | "Unpacked - Energy" | 123 | 25.32766 | 0.20592 | 0.19041 | 0.070546 | 1.2767 | - | "Unpacked - Entry Point x" | 123 | -407.1413 | -3.3101 | 182.22 | -259.04 | 398.85 | - | "Unpacked - Entry Point y" | 123 | -4802.528 | -39.045 | 113.99 | -204.37 | 213.16 | - | "Unpacked - Entry Point z" | 123 | 1048257 | 8522.4 | 539.01 | 7667.9 | 9172.3 | - | "Unpacked - Parent |P|" | 123 | 1797010 | 14610. | 25661. | 2.2400 | 95381. | - | "Unpacked - TOF" | 123 | 3546.784 | 28.836 | 2.0124 | 25.587 | 32.894 | + | "Diff. - Displacement x" | 177 |4.203864e-06 | 2.3751e-08 | 2.8973e-07 | -4.9276e-07 | 4.9257e-07 | + | "Diff. - Displacement y" | 177 |6.542696e-07 | 3.6964e-09 | 2.6424e-07 | -4.9645e-07 | 4.9880e-07 | + | "Diff. - Displacement z" | 177 |-8.48142e-06 |-4.7918e-08 | 2.8683e-07 | -4.9659e-07 | 4.9758e-07 | + | "Diff. - Energy" | 177 |-1.272826e-05 |-7.1911e-08 | 5.9197e-07 | -9.9059e-07 | 9.8646e-07 | + | "Diff. - Entry Point x" | 177 |-4.945798e-05 |-2.7942e-07 | 2.8943e-05 | -4.9800e-05 | 4.9122e-05 | + | "Diff. - Entry Point y" | 177 |0.0006977299 | 3.9420e-06 | 2.9853e-05 | -4.9488e-05 | 4.7991e-05 | + | "Diff. - Entry Point z" | 177 |-7.524688e-05 |-4.2512e-07 | 2.8330e-05 | -4.9566e-05 | 4.9393e-05 | + | "Diff. - Parent |P|" | 177 |-0.001172523 |-6.6244e-06 | 0.0028053 | -0.0049810 | 0.0048652 | + | "Diff. - TOF" | 177 |-1.70154e-05 |-9.6132e-08 | 2.9372e-06 | -4.9498e-06 | 4.9792e-06 | + | "Original - Displacement x" | 177 | -4.470977 | -0.025260 | 0.15573 | -0.79219 | 0.21982 | + | "Original - Displacement y" | 177 | -0.7156983 | -0.0040435 | 0.048010 | -0.53150 | 0.16837 | + | "Original - Displacement z" | 177 | 67.05059 | 0.37882 | 0.10477 | -0.41172 | 0.41041 | + | "Original - Energy" | 177 | 28.01537 | 0.15828 | 0.11967 | 0.025666 | 1.3646 | + | "Original - Entry Point x" | 177 | 8583.351 | 48.494 | 260.73 | -633.61 | 450.64 | + | "Original - Entry Point y" | 177 | 8904.066 | 50.305 | 36.035 | -49.223 | 155.73 | + | "Original - Entry Point z" | 177 | 1488392 | 8409.0 | 574.80 | 7668.2 | 9172.1 | + | "Original - Parent |P|" | 177 | 2917933 | 16485. | 26214. | 1.4686 | 95374. | + | "Original - TOF" | 177 | 4979.422 | 28.132 | 1.9293 | 25.590 | 30.828 | + | "Unpacked - Displacement x" | 177 | -4.470981 | -0.025260 | 0.15573 | -0.79219 | 0.21982 | + | "Unpacked - Displacement y" | 177 | -0.715699 | -0.0040435 | 0.048010 | -0.53150 | 0.16837 | + | "Unpacked - Displacement z" | 177 | 67.0506 | 0.37882 | 0.10477 | -0.41172 | 0.41041 | + | "Unpacked - Energy" | 177 | 28.01539 | 0.15828 | 0.11967 | 0.025666 | 1.3646 | + | "Unpacked - Entry Point x" | 177 | 8583.351 | 48.494 | 260.73 | -633.61 | 450.64 | + | "Unpacked - Entry Point y" | 177 | 8904.065 | 50.305 | 36.035 | -49.224 | 155.73 | + | "Unpacked - Entry Point z" | 177 | 1488392 | 8409.0 | 574.80 | 7668.2 | 9172.1 | + | "Unpacked - Parent |P|" | 177 | 2917933 | 16485. | 26214. | 1.4700 | 95374. | + | "Unpacked - TOF" | 177 | 4979.422 | 28.132 | 1.9293 | 25.590 | 30.828 | UnpackOTHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 535 | 535.00 | 0.0000 | 535.00 | 535.00 | + | "# UnPackedData" | 1 | 358 | 358.00 | 0.0000 | 358.00 | 358.00 | CheckOTHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 535 |2.074708e-06 | 3.8780e-09 | 2.8813e-07 | -4.9756e-07 | 4.9831e-07 | - | "Diff. - Displacement y" | 535 |6.734697e-06 | 1.2588e-08 | 2.9020e-07 | -4.9987e-07 | 4.9876e-07 | - | "Diff. - Displacement z" | 535 |-9.619758e-06 |-1.7981e-08 | 2.9176e-07 | -4.9874e-07 | 4.9919e-07 | - | "Diff. - Energy" | 535 |-6.13396e-06 |-1.1465e-08 | 5.8228e-07 | -9.9803e-07 | 9.9814e-07 | - | "Diff. - Entry Point x" | 535 |-0.0008431886 |-1.5761e-06 | 2.8954e-05 | -4.9975e-05 | 4.9673e-05 | - | "Diff. - Entry Point y" | 535 |-0.0001308932 |-2.4466e-07 | 2.9710e-05 | -4.9955e-05 | 4.9832e-05 | - | "Diff. - Entry Point z" | 535 |-0.0005239078 |-9.7927e-07 | 2.7936e-05 | -4.9987e-05 | 4.9920e-05 | - | "Diff. - Parent |P|" | 535 | -0.0239815 |-4.4825e-05 | 0.0028037 | -0.0050000 | 0.0049260 | - | "Diff. - TOF" | 535 |-2.643434e-05 |-4.9410e-08 | 2.8615e-06 | -4.9592e-06 | 4.9897e-06 | - | "Original - Displacement x" | 535 | -296.2185 | -0.55368 | 10.746 | -70.665 | 82.290 | - | "Original - Displacement y" | 535 | -388.1389 | -0.72549 | 4.4537 | -30.589 | 28.563 | - | "Original - Displacement z" | 535 | 3162.141 | 5.9105 | 7.9111 | -10.840 | 10.788 | - | "Original - Energy" | 535 | 158.0781 | 0.29547 | 0.37007 | 0.0018204 | 4.4842 | - | "Original - Entry Point x" | 535 | -143043.1 | -267.37 | 1441.1 | -3034.6 | 3039.2 | - | "Original - Entry Point y" | 535 | -187697.5 | -350.84 | 820.86 | -2363.5 | 1744.6 | - | "Original - Entry Point z" | 535 | 4704819 | 8794.1 | 541.41 | 7850.3 | 9413.1 | - | "Original - Parent |P|" | 535 | 926640.1 | 1732.0 | 2516.5 | 1.4236 | 11654. | - | "Original - TOF" | 535 | 18844.21 | 35.223 | 9.4736 | 26.245 | 81.868 | - | "Unpacked - Displacement x" | 535 | -296.2185 | -0.55368 | 10.746 | -70.665 | 82.290 | - | "Unpacked - Displacement y" | 535 | -388.1389 | -0.72549 | 4.4537 | -30.589 | 28.563 | - | "Unpacked - Displacement z" | 535 | 3162.141 | 5.9105 | 7.9111 | -10.840 | 10.788 | - | "Unpacked - Energy" | 535 | 158.0781 | 0.29547 | 0.37007 | 0.0018200 | 4.4842 | - | "Unpacked - Entry Point x" | 535 | -143043.1 | -267.37 | 1441.1 | -3034.6 | 3039.2 | - | "Unpacked - Entry Point y" | 535 | -187697.5 | -350.84 | 820.86 | -2363.5 | 1744.6 | - | "Unpacked - Entry Point z" | 535 | 4704819 | 8794.1 | 541.41 | 7850.3 | 9413.1 | - | "Unpacked - Parent |P|" | 535 | 926640.1 | 1732.0 | 2516.5 | 1.4200 | 11654. | - | "Unpacked - TOF" | 535 | 18844.21 | 35.223 | 9.4736 | 26.245 | 81.868 | + | "Diff. - Displacement x" | 358 |-6.112508e-07 |-1.7074e-09 | 2.8288e-07 | -4.8680e-07 | 4.9539e-07 | + | "Diff. - Displacement y" | 358 |7.730106e-07 | 2.1592e-09 | 2.8160e-07 | -4.9917e-07 | 4.9629e-07 | + | "Diff. - Displacement z" | 358 |9.406224e-07 | 2.6274e-09 | 2.7873e-07 | -4.9041e-07 | 4.9938e-07 | + | "Diff. - Energy" | 358 |-1.558509e-06 |-4.3534e-09 | 5.7695e-07 | -9.9909e-07 | 9.9935e-07 | + | "Diff. - Entry Point x" | 358 |0.0005246314 | 1.4655e-06 | 2.8971e-05 | -4.9839e-05 | 4.9812e-05 | + | "Diff. - Entry Point y" | 358 |0.0005884078 | 1.6436e-06 | 2.8434e-05 | -4.8884e-05 | 4.9843e-05 | + | "Diff. - Entry Point z" | 358 |-3.658927e-05 |-1.0220e-07 | 2.9026e-05 | -4.9963e-05 | 4.9724e-05 | + | "Diff. - Parent |P|" | 358 |-0.09135263 |-0.00025517 | 0.0029089 | -0.0049960 | 0.0049599 | + | "Diff. - TOF" | 358 |1.722462e-05 | 4.8113e-08 | 2.8914e-06 | -4.9859e-06 | 4.9573e-06 | + | "Original - Displacement x" | 358 | 47.30986 | 0.13215 | 7.3864 | -23.324 | 76.357 | + | "Original - Displacement y" | 358 | 471.2446 | 1.3163 | 15.986 | -26.781 | 192.68 | + | "Original - Displacement z" | 358 | 1948.94 | 5.4440 | 7.2851 | -10.757 | 10.800 | + | "Original - Energy" | 358 | 241.9405 | 0.67581 | 1.2115 | 0.00047764 | 11.285 | + | "Original - Entry Point x" | 358 | -24675.88 | -68.927 | 1387.7 | -3121.4 | 2998.9 | + | "Original - Entry Point y" | 358 | -36722.05 | -102.58 | 770.31 | -2287.2 | 1755.7 | + | "Original - Entry Point z" | 358 | 3085529 | 8618.8 | 574.68 | 7850.3 | 9413.9 | + | "Original - Parent |P|" | 358 | 892839.6 | 2494.0 | 3084.0 | 1.5603 | 11654. | + | "Original - TOF" | 358 | 12279.35 | 34.300 | 13.304 | 26.258 | 124.15 | + | "Unpacked - Displacement x" | 358 | 47.30986 | 0.13215 | 7.3864 | -23.324 | 76.357 | + | "Unpacked - Displacement y" | 358 | 471.2446 | 1.3163 | 15.986 | -26.781 | 192.68 | + | "Unpacked - Displacement z" | 358 | 1948.94 | 5.4440 | 7.2851 | -10.757 | 10.800 | + | "Unpacked - Energy" | 358 | 241.9405 | 0.67581 | 1.2115 | 0.00047800 | 11.285 | + | "Unpacked - Entry Point x" | 358 | -24675.88 | -68.927 | 1387.7 | -3121.4 | 2998.9 | + | "Unpacked - Entry Point y" | 358 | -36722.05 | -102.58 | 770.31 | -2287.2 | 1755.7 | + | "Unpacked - Entry Point z" | 358 | 3085529 | 8618.8 | 574.68 | 7850.3 | 9413.9 | + | "Unpacked - Parent |P|" | 358 | 892839.7 | 2494.0 | 3084.0 | 1.5600 | 11654. | + | "Unpacked - TOF" | 358 | 12279.35 | 34.300 | 13.304 | 26.258 | 124.15 | UnpackRichHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1237 | 1237.0 | 0.0000 | 1237.0 | 1237.0 | + | "# UnPackedData" | 1 | 1136 | 1136.0 | 0.0000 | 1136.0 | 1136.0 | UnpackRichOpPhotNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1237 | 1237.0 | 0.0000 | 1237.0 | 1237.0 | + | "# UnPackedData" | 1 | 1136 | 1136.0 | 0.0000 | 1136.0 | 1136.0 | UnpackRichSegmentsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 88 | 88.000 | 0.0000 | 88.000 | 88.000 | + | "# UnPackedData" | 1 | 69 | 69.000 | 0.0000 | 69.000 | 69.000 | UnpackRichTracksNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 76 | 76.000 | 0.0000 | 76.000 | 76.000 | + | "# UnPackedData" | 1 | 61 | 61.000 | 0.0000 | 61.000 | 61.000 | CheckRichHitsNext SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1237 |-8.583412e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | - | "Diff. - Entry Point x" | 1237 |0.0007711152 | 6.2338e-07 | 2.8827e-05 | -4.9887e-05 | 4.9947e-05 | - | "Diff. - Entry Point y" | 1237 |-0.00101642 |-8.2168e-07 | 2.8575e-05 | -4.9915e-05 | 4.9981e-05 | - | "Diff. - Entry Point z" | 1237 |-0.0005832763 |-4.7152e-07 | 2.8770e-05 | -4.9982e-05 | 4.9947e-05 | - | "Diff. - TOF" | 1237 |-4.236808e-05 |-3.4251e-08 | 2.9582e-06 | -4.9991e-06 | 4.9950e-06 | - | "Original - Energy" | 1237 | 24.74 | 0.020000 | 4.7179e-09 | 0.020000 | 0.020000 | - | "Original - Entry Point x" | 1237 | 1333798 | 1078.3 | 3260.6 | -4150.5 | 4147.5 | - | "Original - Entry Point y" | 1237 | -142831.3 | -115.47 | 719.20 | -1389.4 | 1389.1 | - | "Original - Entry Point z" | 1237 |1.052574e+07 | 8509.1 | 4065.6 | 1334.5 | 11094. | - | "Original - TOF" | 1237 | 49278.78 | 39.837 | 19.641 | 6.7696 | 117.34 | - | "Unpacked - Energy" | 1237 | 24.74 | 0.020000 | 4.7226e-09 | 0.020000 | 0.020000 | - | "Unpacked - Entry Point x" | 1237 | 1333798 | 1078.3 | 3260.6 | -4150.5 | 4147.5 | - | "Unpacked - Entry Point y" | 1237 | -142831.3 | -115.47 | 719.20 | -1389.4 | 1389.1 | - | "Unpacked - Entry Point z" | 1237 |1.052574e+07 | 8509.1 | 4065.6 | 1334.5 | 11094. | - | "Unpacked - TOF" | 1237 | 49278.78 | 39.837 | 19.641 | 6.7697 | 117.34 | + | "Diff. - Energy" | 1136 |-7.882583e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 1136 |0.0004522376 | 3.9810e-07 | 2.9024e-05 | -4.9999e-05 | 4.9949e-05 | + | "Diff. - Entry Point y" | 1136 |-0.001416047 |-1.2465e-06 | 2.8836e-05 | -4.9939e-05 | 4.9928e-05 | + | "Diff. - Entry Point z" | 1136 |0.0007213955 | 6.3503e-07 | 2.8556e-05 | -4.9871e-05 | 4.9855e-05 | + | "Diff. - TOF" | 1136 |3.278164e-05 | 2.8857e-08 | 2.9114e-06 | -4.9931e-06 | 4.9821e-06 | + | "Original - Energy" | 1136 | 22.72 | 0.020000 | 4.6579e-09 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 1136 | 588297.3 | 517.87 | 2921.9 | -4150.1 | 4150.7 | + | "Original - Entry Point y" | 1136 | 131822.1 | 116.04 | 898.31 | -1355.3 | 1354.6 | + | "Original - Entry Point z" | 1136 | 7434917 | 6544.8 | 4596.6 | 1399.8 | 11091. | + | "Original - TOF" | 1136 | 41047.48 | 36.133 | 26.275 | 6.7074 | 144.55 | + | "Unpacked - Energy" | 1136 | 22.72 | 0.020000 | 4.6632e-09 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 1136 | 588297.3 | 517.87 | 2921.9 | -4150.1 | 4150.7 | + | "Unpacked - Entry Point y" | 1136 | 131822.1 | 116.04 | 898.31 | -1355.3 | 1354.6 | + | "Unpacked - Entry Point z" | 1136 | 7434917 | 6544.8 | 4596.6 | 1399.8 | 11091. | + | "Unpacked - TOF" | 1136 | 41047.48 | 36.133 | 26.275 | 6.7074 | 144.55 | CheckRichOpPhotNext SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 1237 |-0.0009525336 |-7.7004e-07 | 2.8602e-05 | -4.9794e-05 | 4.9972e-05 | - | "Diff. - Emission Point y" | 1237 |0.001342841 | 1.0856e-06 | 2.9593e-05 | -4.9982e-05 | 4.9931e-05 | - | "Diff. - Emission Point z" | 1237 |0.001322378 | 1.0690e-06 | 2.8872e-05 | -4.9979e-05 | 4.9931e-05 | - | "Diff. - Energy" | 1237 |2.015668e-10 | 1.6295e-13 | 5.9212e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 1237 |0.001986974 | 1.6063e-06 | 2.8682e-05 | -4.9822e-05 | 4.9952e-05 | - | "Diff. - HPD In. Point y" | 1237 |-0.001328952 |-1.0743e-06 | 2.8386e-05 | -4.9958e-05 | 4.9909e-05 | - | "Diff. - HPD In. Point z" | 1237 |0.0003761663 | 3.0410e-07 | 2.9309e-05 | -4.9801e-05 | 4.9896e-05 | - | "Diff. - HPD QW Point x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 1237 | 3760.77 | 3.0402 | 1.7849 | 0.0063063 | 6.2830 | - | "Original - Cherenkov Theta" | 1237 | 728.2385 | 0.58871 | 0.55665 | 0.0026559 | 2.7454 | - | "Original - Emission Point x" | 1237 | 898057.1 | 726.00 | 2471.0 | -3845.4 | 3963.2 | - | "Original - Emission Point y" | 1237 | -25599.91 | -20.695 | 487.27 | -1191.0 | 1414.6 | - | "Original - Emission Point z" | 1237 |1.030051e+07 | 8327.0 | 3996.7 | 990.65 | 11538. | - | "Original - Energy" | 1237 |0.005458284 | 4.4125e-06 | 1.1039e-06 | 1.7646e-06 | 6.8000e-06 | - | "Original - HPD In. Point x" | 1237 | 1302314 | 1052.8 | 3189.5 | -4072.9 | 4072.4 | - | "Original - HPD In. Point y" | 1237 | -139094.7 | -112.45 | 678.50 | -1298.0 | 1316.0 | - | "Original - HPD In. Point z" | 1237 |1.045708e+07 | 8453.6 | 4063.3 | 1262.3 | 11062. | - | "Original - HPD QW Point x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 1237 | 3760.77 | 3.0402 | 1.7849 | 0.0063063 | 6.2830 | - | "Unpacked - Cherenkov Theta" | 1237 | 728.2385 | 0.58871 | 0.55665 | 0.0026559 | 2.7454 | - | "Unpacked - Emission Point x" | 1237 | 898057.1 | 726.00 | 2471.0 | -3845.4 | 3963.2 | - | "Unpacked - Emission Point y" | 1237 | -25599.91 | -20.695 | 487.27 | -1191.0 | 1414.6 | - | "Unpacked - Emission Point z" | 1237 |1.030051e+07 | 8327.0 | 3996.7 | 990.65 | 11538. | - | "Unpacked - Energy" | 1237 |0.005458284 | 4.4125e-06 | 1.1039e-06 | 1.7646e-06 | 6.8000e-06 | - | "Unpacked - HPD In. Point x" | 1237 | 1302314 | 1052.8 | 3189.5 | -4072.9 | 4072.4 | - | "Unpacked - HPD In. Point y" | 1237 | -139094.7 | -112.45 | 678.50 | -1298.0 | 1316.0 | - | "Unpacked - HPD In. Point z" | 1237 |1.045708e+07 | 8453.6 | 4063.3 | 1262.3 | 11062. | - | "Unpacked - HPD QW Point x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 1237 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 1136 |0.0009741273 | 8.5751e-07 | 2.9383e-05 | -4.9969e-05 | 4.9929e-05 | + | "Diff. - Emission Point y" | 1136 |0.0008255625 | 7.2673e-07 | 2.8773e-05 | -4.9982e-05 | 4.9973e-05 | + | "Diff. - Emission Point z" | 1136 |-0.001317791 |-1.1600e-06 | 2.9640e-05 | -4.9666e-05 | 4.9857e-05 | + | "Diff. - Energy" | 1136 |-2.117986e-10 |-1.8644e-13 | 5.7387e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 1136 |-0.002094927 |-1.8441e-06 | 2.9309e-05 | -4.9941e-05 | 4.9984e-05 | + | "Diff. - HPD In. Point y" | 1136 |-8.034398e-05 |-7.0725e-08 | 2.9381e-05 | -4.9970e-05 | 4.9930e-05 | + | "Diff. - HPD In. Point z" | 1136 |-0.0005510951 |-4.8512e-07 | 2.9434e-05 | -4.9996e-05 | 4.9970e-05 | + | "Diff. - HPD QW Point x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 1136 | 3526.889 | 3.1047 | 1.7687 | 0.0046828 | 6.2813 | + | "Original - Cherenkov Theta" | 1136 | 577.4469 | 0.50832 | 0.64950 | 0.0015297 | 2.8668 | + | "Original - Emission Point x" | 1136 | 541298.7 | 476.50 | 1446.5 | -4006.7 | 3954.8 | + | "Original - Emission Point y" | 1136 | 255686.3 | 225.08 | 540.37 | -1409.1 | 1357.7 | + | "Original - Emission Point z" | 1136 | 7197583 | 6335.9 | 4502.1 | 990.04 | 11568. | + | "Original - Energy" | 1136 |0.004845328 | 4.2653e-06 | 1.0193e-06 | 1.7525e-06 | 6.7763e-06 | + | "Original - HPD In. Point x" | 1136 | 575764.1 | 506.83 | 2857.1 | -4072.5 | 4077.3 | + | "Original - HPD In. Point y" | 1136 | 131442.2 | 115.71 | 841.71 | -1252.2 | 1281.1 | + | "Original - HPD In. Point z" | 1136 | 7371470 | 6489.0 | 4597.5 | 1328.7 | 11060. | + | "Original - HPD QW Point x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 1136 | 3526.889 | 3.1047 | 1.7687 | 0.0046828 | 6.2813 | + | "Unpacked - Cherenkov Theta" | 1136 | 577.4469 | 0.50832 | 0.64950 | 0.0015297 | 2.8668 | + | "Unpacked - Emission Point x" | 1136 | 541298.7 | 476.50 | 1446.5 | -4006.7 | 3954.8 | + | "Unpacked - Emission Point y" | 1136 | 255686.3 | 225.08 | 540.37 | -1409.1 | 1357.7 | + | "Unpacked - Emission Point z" | 1136 | 7197583 | 6335.9 | 4502.1 | 990.04 | 11568. | + | "Unpacked - Energy" | 1136 |0.004845328 | 4.2653e-06 | 1.0193e-06 | 1.7525e-06 | 6.7763e-06 | + | "Unpacked - HPD In. Point x" | 1136 | 575764.1 | 506.83 | 2857.1 | -4072.5 | 4077.3 | + | "Unpacked - HPD In. Point y" | 1136 | 131442.2 | 115.71 | 841.71 | -1252.2 | 1281.1 | + | "Unpacked - HPD In. Point z" | 1136 | 7371470 | 6489.0 | 4597.5 | 1328.7 | 11060. | + | "Unpacked - HPD QW Point x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 1136 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegmentsNext SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 88 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 69 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1256 | 1256.0 | 0.0000 | 1256.0 | 1256.0 | + | "# UnPackedData" | 1 | 748 | 748.00 | 0.0000 | 748.00 | 748.00 | CheckSpdHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1256 |2.280474e-05 | 1.8157e-08 | 2.8715e-05 | -4.9815e-05 | 4.9993e-05 | - | "Diff. - TOF" | 1256 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1256 | 697.828 | 0.55560 | 1.5488 | 5.3750e-06 | 23.315 | - | "Original - TOF" | 1256 | 1930 | 1.5366 | 1.6964 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 1256 | 697.828 | 0.55560 | 1.5488 | 0.0000 | 23.315 | - | "Unpacked - TOF" | 1256 | 1930 | 1.5366 | 1.6964 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 748 |0.0006674024 | 8.9225e-07 | 2.8766e-05 | -4.9805e-05 | 4.9895e-05 | + | "Diff. - TOF" | 748 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 748 | 380.633 | 0.50887 | 1.6220 | 5.0395e-06 | 32.181 | + | "Original - TOF" | 748 | 1163 | 1.5548 | 1.6909 | -1.0000 | 5.0000 | + | "Unpacked - Energy" | 748 | 380.6323 | 0.50887 | 1.6220 | 0.0000 | 32.181 | + | "Unpacked - TOF" | 748 | 1163 | 1.5548 | 1.6909 | -1.0000 | 5.0000 | UnpackPrsHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1774 | 1774.0 | 0.0000 | 1774.0 | 1774.0 | + | "# UnPackedData" | 1 | 1496 | 1496.0 | 0.0000 | 1496.0 | 1496.0 | CheckPrsHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1774 |-0.001575788 |-8.8827e-07 | 2.8785e-05 | -4.9924e-05 | 4.9994e-05 | - | "Diff. - TOF" | 1774 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1774 | 1638.315 | 0.92351 | 3.2002 | 3.3011e-06 | 49.389 | - | "Original - TOF" | 1774 | 2681 | 1.5113 | 1.7034 | -1.0000 | 4.0000 | - | "Unpacked - Energy" | 1774 | 1638.317 | 0.92352 | 3.2002 | 0.0000 | 49.389 | - | "Unpacked - TOF" | 1774 | 2681 | 1.5113 | 1.7034 | -1.0000 | 4.0000 | + | "Diff. - Energy" | 1496 |-0.0004503363 |-3.0103e-07 | 2.9032e-05 | -4.9983e-05 | 4.9965e-05 | + | "Diff. - TOF" | 1496 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1496 | 1414.826 | 0.94574 | 3.2886 | 1.1592e-05 | 46.532 | + | "Original - TOF" | 1496 | 2324 | 1.5535 | 1.6926 | -1.0000 | 5.0000 | + | "Unpacked - Energy" | 1496 | 1414.826 | 0.94574 | 3.2886 | 0.0000 | 46.532 | + | "Unpacked - TOF" | 1496 | 2324 | 1.5535 | 1.6926 | -1.0000 | 5.0000 | UnpackEcalHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1885 | 1885.0 | 0.0000 | 1885.0 | 1885.0 | + | "# UnPackedData" | 1 | 1515 | 1515.0 | 0.0000 | 1515.0 | 1515.0 | CheckEcalHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1885 |0.001169182 | 6.2026e-07 | 2.9193e-05 | -4.9998e-05 | 4.9905e-05 | - | "Diff. - TOF" | 1885 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1885 | 16349.81 | 8.6736 | 27.068 | 9.0549e-05 | 557.23 | - | "Original - TOF" | 1885 | 258 | 0.13687 | 0.36902 | 0.0000 | 4.0000 | - | "Unpacked - Energy" | 1885 | 16349.8 | 8.6736 | 27.068 | 0.00010000 | 557.23 | - | "Unpacked - TOF" | 1885 | 258 | 0.13687 | 0.36902 | 0.0000 | 4.0000 | + | "Diff. - Energy" | 1515 |0.0003716424 | 2.4531e-07 | 2.8553e-05 | -4.9981e-05 | 4.9855e-05 | + | "Diff. - TOF" | 1515 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1515 | 19717.54 | 13.015 | 75.391 | 1.4942e-10 | 2349.1 | + | "Original - TOF" | 1515 | 238 | 0.15710 | 0.38846 | 0.0000 | 3.0000 | + | "Unpacked - Energy" | 1515 | 19717.54 | 13.015 | 75.391 | 0.0000 | 2349.1 | + | "Unpacked - TOF" | 1515 | 238 | 0.15710 | 0.38846 | 0.0000 | 3.0000 | UnpackHcalHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 222 | 222.00 | 0.0000 | 222.00 | 222.00 | + | "# UnPackedData" | 1 | 239 | 239.00 | 0.0000 | 239.00 | 239.00 | CheckHcalHitsNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 222 |0.000437544 | 1.9709e-06 | 2.8604e-05 | -4.9411e-05 | 4.9673e-05 | - | "Diff. - TOF" | 222 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 222 | 1942.596 | 8.7504 | 25.123 | 0.00064087 | 293.54 | - | "Original - TOF" | 222 | 54 | 0.24324 | 0.47867 | -1.0000 | 2.0000 | - | "Unpacked - Energy" | 222 | 1942.596 | 8.7504 | 25.123 | 0.00060000 | 293.54 | - | "Unpacked - TOF" | 222 | 54 | 0.24324 | 0.47867 | -1.0000 | 2.0000 | + | "Diff. - Energy" | 239 |0.0004443338 | 1.8591e-06 | 2.7907e-05 | -4.9963e-05 | 4.9721e-05 | + | "Diff. - TOF" | 239 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 239 | 1795.854 | 7.5140 | 28.456 | 0.00042558 | 373.87 | + | "Original - TOF" | 239 | 47 | 0.19665 | 0.48301 | -1.0000 | 2.0000 | + | "Unpacked - Energy" | 239 | 1795.854 | 7.5140 | 28.456 | 0.00040000 | 373.87 | + | "Unpacked - TOF" | 239 | 47 | 0.19665 | 0.48301 | -1.0000 | 2.0000 | UnpackMuonHitsNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 272 | 272.00 | 0.0000 | 272.00 | 272.00 | + | "# UnPackedData" | 1 | 167 | 167.00 | 0.0000 | 167.00 | 167.00 | CheckMuonHitsNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 272 |-5.593671e-06 |-2.0565e-08 | 2.9784e-07 | -4.9724e-07 | 4.9620e-07 | - | "Diff. - Displacement y" | 272 |-2.305147e-06 |-8.4748e-09 | 2.9579e-07 | -4.9825e-07 | 4.9534e-07 | - | "Diff. - Displacement z" | 272 |-1.046023e-06 |-3.8457e-09 | 2.8087e-07 | -4.9865e-07 | 4.9975e-07 | - | "Diff. - Energy" | 272 |7.246731e-06 | 2.6642e-08 | 5.8026e-07 | -9.9021e-07 | 9.9639e-07 | - | "Diff. - Entry Point x" | 272 |-0.000457726 |-1.6828e-06 | 2.8060e-05 | -4.8970e-05 | 4.9268e-05 | - | "Diff. - Entry Point y" | 272 |0.0006139722 | 2.2573e-06 | 2.8004e-05 | -4.9625e-05 | 4.9824e-05 | - | "Diff. - Entry Point z" | 272 |0.0004822894 | 1.7731e-06 | 2.7064e-05 | -4.9771e-05 | 4.9847e-05 | - | "Diff. - Parent |P|" | 272 | 0.01745996 | 6.4191e-05 | 0.0028761 | -0.0049790 | 0.0049826 | - | "Diff. - TOF" | 272 |5.850023e-05 | 2.1507e-07 | 2.8446e-06 | -4.9687e-06 | 4.9877e-06 | - | "Original - Displacement x" | 272 | 199.4415 | 0.73324 | 4.1441 | -6.7782 | 37.220 | - | "Original - Displacement y" | 272 | -151.4057 | -0.55664 | 4.2278 | -23.836 | 26.140 | - | "Original - Displacement z" | 272 | 929.4051 | 3.4169 | 3.2219 | -5.0317 | 5.0629 | - | "Original - Energy" | 272 | 0.5992612 | 0.0022032 | 0.0025702 | 3.9037e-05 | 0.014698 | - | "Original - Entry Point x" | 272 | 71073.34 | 261.30 | 1447.5 | -3806.0 | 3807.0 | - | "Original - Entry Point y" | 272 | -91247.28 | -335.47 | 990.78 | -2978.0 | 2074.8 | - | "Original - Entry Point z" | 272 | 3398906 | 12496. | 1331.1 | 11953. | 19034. | - | "Original - Parent |P|" | 272 | 327262.7 | 1203.2 | 3434.0 | 1.4429 | 35491. | - | "Original - TOF" | 272 | 12044.51 | 44.281 | 7.2212 | 39.910 | 80.922 | - | "Unpacked - Displacement x" | 272 | 199.4415 | 0.73324 | 4.1441 | -6.7782 | 37.220 | - | "Unpacked - Displacement y" | 272 | -151.4057 | -0.55664 | 4.2278 | -23.836 | 26.140 | - | "Unpacked - Displacement z" | 272 | 929.4051 | 3.4169 | 3.2219 | -5.0317 | 5.0629 | - | "Unpacked - Energy" | 272 | 0.599254 | 0.0022031 | 0.0025702 | 4.0000e-05 | 0.014698 | - | "Unpacked - Entry Point x" | 272 | 71073.34 | 261.30 | 1447.5 | -3806.0 | 3807.0 | - | "Unpacked - Entry Point y" | 272 | -91247.28 | -335.47 | 990.78 | -2978.0 | 2074.8 | - | "Unpacked - Entry Point z" | 272 | 3398906 | 12496. | 1331.1 | 11953. | 19034. | - | "Unpacked - Parent |P|" | 272 | 327262.6 | 1203.2 | 3434.0 | 1.4400 | 35491. | - | "Unpacked - TOF" | 272 | 12044.51 | 44.281 | 7.2212 | 39.910 | 80.922 | + | "Diff. - Displacement x" | 167 |2.413587e-06 | 1.4453e-08 | 2.7887e-07 | -4.9496e-07 | 4.9210e-07 | + | "Diff. - Displacement y" | 167 |-5.721971e-06 |-3.4263e-08 | 2.5852e-07 | -4.9533e-07 | 4.6481e-07 | + | "Diff. - Displacement z" | 167 |7.893299e-07 | 4.7265e-09 | 2.7474e-07 | -4.8490e-07 | 4.8982e-07 | + | "Diff. - Energy" | 167 |-1.297586e-05 |-7.7700e-08 | 5.5856e-07 | -9.7503e-07 | 9.8892e-07 | + | "Diff. - Entry Point x" | 167 |0.0001795558 | 1.0752e-06 | 2.8064e-05 | -4.9858e-05 | 4.9495e-05 | + | "Diff. - Entry Point y" | 167 |-0.0002421329 |-1.4499e-06 | 2.9151e-05 | -4.9289e-05 | 4.9450e-05 | + | "Diff. - Entry Point z" | 167 |2.590216e-05 | 1.5510e-07 | 2.8068e-05 | -4.9581e-05 | 4.9513e-05 | + | "Diff. - Parent |P|" | 167 |-0.02402702 |-0.00014387 | 0.0028147 | -0.0049902 | 0.0049707 | + | "Diff. - TOF" | 167 |-5.343454e-05 |-3.1997e-07 | 2.8246e-06 | -4.9657e-06 | 4.9839e-06 | + | "Original - Displacement x" | 167 | -82.53009 | -0.49419 | 3.3880 | -16.634 | 11.231 | + | "Original - Displacement y" | 167 | -3.160518 | -0.018925 | 3.0171 | -23.074 | 11.712 | + | "Original - Displacement z" | 167 | 650.8065 | 3.8970 | 2.5147 | -5.0181 | 5.0186 | + | "Original - Energy" | 167 | 0.413277 | 0.0024747 | 0.0049541 | 0.00016707 | 0.043779 | + | "Original - Entry Point x" | 167 | 28468.31 | 170.47 | 1789.1 | -3777.7 | 4275.2 | + | "Original - Entry Point y" | 167 | -4533.455 | -27.146 | 909.61 | -2136.2 | 2945.2 | + | "Original - Entry Point z" | 167 | 2114150 | 12660. | 1219.4 | 11956. | 16629. | + | "Original - Parent |P|" | 167 | 391988.5 | 2347.2 | 4990.2 | 1.6751 | 35494. | + | "Original - TOF" | 167 | 7395.207 | 44.283 | 4.9412 | 40.191 | 58.033 | + | "Unpacked - Displacement x" | 167 | -82.53009 | -0.49419 | 3.3880 | -16.634 | 11.231 | + | "Unpacked - Displacement y" | 167 | -3.160512 | -0.018925 | 3.0171 | -23.074 | 11.712 | + | "Unpacked - Displacement z" | 167 | 650.8065 | 3.8970 | 2.5147 | -5.0181 | 5.0186 | + | "Unpacked - Energy" | 167 | 0.41329 | 0.0024748 | 0.0049541 | 0.00016800 | 0.043780 | + | "Unpacked - Entry Point x" | 167 | 28468.31 | 170.47 | 1789.1 | -3777.7 | 4275.2 | + | "Unpacked - Entry Point y" | 167 | -4533.455 | -27.146 | 909.61 | -2136.2 | 2945.2 | + | "Unpacked - Entry Point z" | 167 | 2114150 | 12660. | 1219.4 | 11956. | 16629. | + | "Unpacked - Parent |P|" | 167 | 391988.5 | 2347.2 | 4990.2 | 1.6800 | 35494. | + | "Unpacked - TOF" | 167 | 7395.207 | 44.283 | 4.9412 | 40.191 | 58.033 | NextNextEventGaussSim SUCCESS ================================================================== NextNextEventGaussSim SUCCESS 1 events processed NextNextEventGaussSim SUCCESS ================================================================== GetRichHitsNextNext INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsNextNext INFO Av. # MCRichHits : Rich1 = 272.00 +-16.49 (100.00 +-0.00%) Rich2 = 473.00 +-21.75 (100.00 +-0.00%) +GetRichHitsNextNext INFO Av. # MCRichHits : Rich1 = 225.00 +-15.00 (100.00 +-0.00%) Rich2 = 548.00 +-23.41 (100.00 +-0.00%) GetRichHitsNextNext INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Signal Hits : Rich1 = 261.00 +-16.16 ( 95.96 +-1.19%) Rich2 = 388.00 +-19.70 ( 82.03 +-1.77%) +GetRichHitsNextNext INFO Av. # Signal Hits : Rich1 = 205.00 +-14.32 ( 91.11 +-1.90%) Rich2 = 464.00 +-21.54 ( 84.67 +-1.54%) GetRichHitsNextNext INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsNextNext INFO Av. # HPD Quartz CK hits : Rich1 = 10.00 +- 3.16 ( 4.44 +-1.37%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 72.00 +- 8.49 ( 15.22 +-1.65%) -GetRichHitsNextNext INFO Av. # All HPD reflection hits : Rich1 = 11.00 +- 3.32 ( 4.04 +-1.19%) Rich2 = 19.00 +- 4.36 ( 4.02 +-0.90%) -GetRichHitsNextNext INFO Av. # QW/PC refl. hits : Rich1 = 10.00 +- 3.16 ( 3.68 +-1.14%) Rich2 = 16.00 +- 4.00 ( 3.38 +-0.83%) +GetRichHitsNextNext INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 62.00 +- 7.87 ( 11.31 +-1.35%) +GetRichHitsNextNext INFO Av. # All HPD reflection hits : Rich1 = 10.00 +- 3.16 ( 4.44 +-1.37%) Rich2 = 22.00 +- 4.69 ( 4.01 +-0.84%) +GetRichHitsNextNext INFO Av. # QW/PC refl. hits : Rich1 = 6.00 +- 2.45 ( 2.67 +-1.07%) Rich2 = 18.00 +- 4.24 ( 3.28 +-0.76%) GetRichHitsNextNext INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Air/QW refl. hits : Rich1 = 3.00 +- 1.73 ( 1.10 +-0.63%) Rich2 = 12.00 +- 3.46 ( 2.54 +-0.72%) +GetRichHitsNextNext INFO Av. # Air/QW refl. hits : Rich1 = 6.00 +- 2.45 ( 2.67 +-1.07%) Rich2 = 10.00 +- 3.16 ( 1.82 +-0.57%) GetRichHitsNextNext INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsNextNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 261.00 +-16.16 ( 95.96 +-1.19%) Rich2Gas = 388.00 +-19.70 ( 82.03 +-1.77%) +GetRichHitsNextNext INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 205.00 +-14.32 ( 91.11 +-1.90%) Rich2Gas = 464.00 +-21.54 ( 84.67 +-1.54%) GetRichHitsNextNext INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsNextNext INFO Av. # Aero hits per tile : @@ -9599,92 +9607,94 @@ GetRichHitsNextNext INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHitsNextNext INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHitsNextNext INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHitsNextNext INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 272.00 +- 16.49 / event -GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 473.00 +- 21.75 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich1Gas = 15.00 +- 3.87 / event -GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich2Gas = 28.00 +- 5.29 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich1Gas = 215.00 +- 14.66 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : Rich2Gas = 548.00 +- 23.41 / event +GetRichPhotonsNextNext INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 10.00 +- 3.16 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich1Gas = 10.00 +- 3.16 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : Rich2Gas = 32.00 +- 5.66 / event +GetRichSegmentsNextNext INFO Av. # MCRichSegments : HPDQuartzWin = 1.00 +- 1.00 / event GetRichTracksNextNext INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 MCVeloHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 315 | 315.00 | 0.0000 | 315.00 | 315.00 | + | "# PackedData" | 1 | 276 | 276.00 | 0.0000 | 276.00 | 276.00 | MCPuVetoHitPackerNext...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# PackedData" | 1 | 5 | 5.0000 | 0.0000 | 5.0000 | 5.0000 | MCTTHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 133 | 133.00 | 0.0000 | 133.00 | 133.00 | + | "# PackedData" | 1 | 110 | 110.00 | 0.0000 | 110.00 | 110.00 | MCITHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 114 | 114.00 | 0.0000 | 114.00 | 114.00 | + | "# PackedData" | 1 | 119 | 119.00 | 0.0000 | 119.00 | 119.00 | MCOTHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 186 | 186.00 | 0.0000 | 186.00 | 186.00 | + | "# PackedData" | 1 | 252 | 252.00 | 0.0000 | 252.00 | 252.00 | MCMuonHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 109 | 109.00 | 0.0000 | 109.00 | 109.00 | + | "# PackedData" | 1 | 106 | 106.00 | 0.0000 | 106.00 | 106.00 | MCPrsHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 908 | 908.00 | 0.0000 | 908.00 | 908.00 | + | "# PackedData" | 1 | 916 | 916.00 | 0.0000 | 916.00 | 916.00 | MCSpdHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 660 | 660.00 | 0.0000 | 660.00 | 660.00 | + | "# PackedData" | 1 | 576 | 576.00 | 0.0000 | 576.00 | 576.00 | MCEcalHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 1131 | 1131.0 | 0.0000 | 1131.0 | 1131.0 | + | "# PackedData" | 1 | 1147 | 1147.0 | 0.0000 | 1147.0 | 1147.0 | MCHcalHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 105 | 105.00 | 0.0000 | 105.00 | 105.00 | + | "# PackedData" | 1 | 165 | 165.00 | 0.0000 | 165.00 | 165.00 | MCRichHitPackerNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 745 | 745.00 | 0.0000 | 745.00 | 745.00 | + | "# PackedData" | 1 | 773 | 773.00 | 0.0000 | 773.00 | 773.00 | MCRichOpPhotPackerNex...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 745 | 745.00 | 0.0000 | 745.00 | 745.00 | + | "# PackedData" | 1 | 773 | 773.00 | 0.0000 | 773.00 | 773.00 | MCRichSegmentPackerNe...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# PackedData" | 1 | 43 | 43.000 | 0.0000 | 43.000 | 43.000 | MCRichTrackPackerNext...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 1 | 37 | 37.000 | 0.0000 | 37.000 | 37.000 | + | "# PackedData" | 1 | 38 | 38.000 | 0.0000 | 38.000 | 38.000 | VeloGaussMoniNextNext INFO ------------------------------------------------------ VeloGaussMoniNextNext INFO - VeloGaussMoni table - VeloGaussMoniNextNext INFO ------------------------------------------------------ -VeloGaussMoniNextNext INFO | Number of MCHits/Event: 315+/-0 +VeloGaussMoniNextNext INFO | Number of MCHits/Event: 276+/-0 VeloGaussMoniNextNext INFO | Number of PileUpMCHits/Event: 5+/-0 VeloGaussMoniNextNext INFO ------------------------------------------------------ TTHitMonitorNextNext INFO *** Summary *** -TTHitMonitorNextNext INFO #hits per event: 133 -TTHitMonitorNextNext INFO Mean beta * gamma: 4101.27 -TTHitMonitorNextNext INFO Most Probable deposited charge: 0.158476 -TTHitMonitorNextNext INFO Half Sample width 0.0419659 +TTHitMonitorNextNext INFO #hits per event: 110 +TTHitMonitorNextNext INFO Mean beta * gamma: 1478.96 +TTHitMonitorNextNext INFO Most Probable deposited charge: 0.159523 +TTHitMonitorNextNext INFO Half Sample width 0.0641071 TTHitMonitorNextNext SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 18 | 18 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 133 | 545469.5 | 4101.3 | 10306. | 1.1727 | 42115. | - | "numberHits" | 1 | 133 | 133.00 | 0.0000 | 133.00 | 133.00 | + | "DeltaRay" | 4 | 4 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 110 | 162685.7 | 1479.0 | 2716.5 | 0.22398 | 8065.7 | + | "numberHits" | 1 | 110 | 110.00 | 0.0000 | 110.00 | 110.00 | ITHitMonitorNextNext INFO *** Summary *** -ITHitMonitorNextNext INFO #hits per event: 114 -ITHitMonitorNextNext INFO Mean beta * gamma: 1316.07 -ITHitMonitorNextNext INFO Most Probable deposited charge: 0.121674 -ITHitMonitorNextNext INFO Half Sample width 0.0257697 +ITHitMonitorNextNext INFO #hits per event: 119 +ITHitMonitorNextNext INFO Mean beta * gamma: 6745.84 +ITHitMonitorNextNext INFO Most Probable deposited charge: 0.120176 +ITHitMonitorNextNext INFO Half Sample width 0.0348118 ITHitMonitorNextNext SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 8 | 8 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 114 | 150031.5 | 1316.1 | 2400.4 | 12.920 | 9173.2 | - | "numberHits" | 1 | 114 | 114.00 | 0.0000 | 114.00 | 114.00 | + | "DeltaRay" | 15 | 15 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 119 | 802754.6 | 6745.8 | 16553. | 1.0696 | 56978. | + | "numberHits" | 1 | 119 | 119.00 | 0.0000 | 119.00 | 119.00 | OTHitMonitorNextNext INFO *** Summary *** -OTHitMonitorNextNext INFO #hits per event: 186 -OTHitMonitorNextNext INFO Mean beta * gamma: 5959.1 -OTHitMonitorNextNext INFO Most Probable deposited charge: 0.197284 -OTHitMonitorNextNext INFO Half Sample width 0.0797774 +OTHitMonitorNextNext INFO #hits per event: 252 +OTHitMonitorNextNext INFO Mean beta * gamma: 2341.35 +OTHitMonitorNextNext INFO Most Probable deposited charge: 0.192167 +OTHitMonitorNextNext INFO Half Sample width 0.0610473 OTHitMonitorNextNext SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitorNextNext SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 15 | 15 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 186 | 1108393 | 5959.1 | 10307. | 3.5422 | 39711. | - | "numberHits" | 1 | 186 | 186.00 | 0.0000 | 186.00 | 186.00 | + | "DeltaRay" | 26 | 26 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 252 | 590020.8 | 2341.4 | 6289.8 | 0.013627 | 29656. | + | "numberHits" | 1 | 252 | 252.00 | 0.0000 | 252.00 | 252.00 | SpdMonitorNextNext SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitorNextNext SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitorNextNext SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -9693,278 +9703,278 @@ MuonHitCheckerNextNext INFO ------------------------------------------------ MuonHitCheckerNextNext INFO Muon Monitoring Table MuonHitCheckerNextNext INFO ----------------------------------------------------------------- MuonHitCheckerNextNext INFO M1 M2 M3 M4 M5 -MuonHitCheckerNextNext INFO 92.000 6.000 5.000 0.000 0.000 R1 -MuonHitCheckerNextNext INFO 116.000 5.000 16.000 4.000 4.000 R2 -MuonHitCheckerNextNext INFO 40.000 0.000 2.000 0.000 4.000 R3 -MuonHitCheckerNextNext INFO 52.000 4.000 0.000 0.000 0.000 R4 +MuonHitCheckerNextNext INFO 92.000 14.000 25.000 0.000 0.000 R1 +MuonHitCheckerNextNext INFO 169.000 7.000 4.000 1.000 0.000 R2 +MuonHitCheckerNextNext INFO 125.000 4.000 4.000 5.000 4.000 R3 +MuonHitCheckerNextNext INFO 109.000 5.000 0.000 0.000 0.000 R4 MuonHitCheckerNextNext INFO ----------------------------------------------------------------- MuonHitCheckerNextNext INFO ------- Integrated over regions --------------------------- MuonHitCheckerNextNext INFO ----------------------------------------------------------------- -MuonHitCheckerNextNext INFO 300.000 15.000 23.000 4.000 8.000 allR -MuonHitCheckerNextNext INFO number of hits generated outside gaps volume 0 +MuonHitCheckerNextNext INFO 495.000 30.000 33.000 6.000 4.000 allR +MuonHitCheckerNextNext INFO number of hits generated outside gaps volume 1 UnpackPuVetoHitsNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# UnPackedData" | 1 | 5 | 5.0000 | 0.0000 | 5.0000 | 5.0000 | CheckPuVetoHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 5 |-3.904587e-07 |-7.8092e-08 | 3.3574e-07 | -4.2513e-07 | 4.4033e-07 | - | "Diff. - Displacement y" | 5 |1.532462e-07 | 3.0649e-08 | 2.7126e-07 | -4.7511e-07 | 2.7481e-07 | - | "Diff. - Displacement z" | 5 |2.062487e-07 | 4.1250e-08 | 3.0376e-07 | -3.9578e-07 | 4.6711e-07 | - | "Diff. - Energy" | 5 |-1.524945e-06 |-3.0499e-07 | 3.7276e-07 | -7.6464e-07 | 6.9560e-08 | - | "Diff. - Entry Point x" | 5 |-4.515784e-05 |-9.0316e-06 | 2.5638e-05 | -4.7451e-05 | 2.0710e-05 | - | "Diff. - Entry Point y" | 5 |7.512662e-05 | 1.5025e-05 | 2.4675e-05 | -2.0173e-05 | 4.6536e-05 | - | "Diff. - Entry Point z" | 5 |1.377604e-05 | 2.7552e-06 | 2.9051e-05 | -4.1644e-05 | 4.2473e-05 | - | "Diff. - Parent |P|" | 5 |0.003130684 | 0.00062614 | 0.0033270 | -0.0043981 | 0.0049914 | - | "Diff. - TOF" | 5 |-9.932757e-06 |-1.9866e-06 | 6.2044e-07 | -2.6771e-06 | -1.0517e-06 | - | "Original - Displacement x" | 5 | -0.1240244 | -0.024805 | 0.017012 | -0.055980 | -0.0093932 | - | "Original - Displacement y" | 5 | 0.05868515 | 0.011737 | 0.017079 | -0.0078855 | 0.035623 | - | "Original - Displacement z" | 5 | -1.499862 | -0.29997 | 0.00014275 | -0.30014 | -0.29973 | - | "Original - Energy" | 5 | 0.4505905 | 0.090118 | 0.012732 | 0.078235 | 0.10780 | - | "Original - Entry Point x" | 5 | -78.27615 | -15.655 | 9.4559 | -30.973 | -4.8876 | - | "Original - Entry Point y" | 5 | 40.26368 | 8.0527 | 12.039 | -6.9949 | 23.547 | - | "Original - Entry Point z" | 5 | -1257.927 | -251.59 | 39.879 | -300.51 | -219.00 | - | "Original - Parent |P|" | 5 | 41765.6 | 8353.1 | 3514.5 | 1941.9 | 11567. | - | "Original - TOF" | 5 | 3.61117 | 0.72223 | 0.13050 | 0.60901 | 0.88203 | - | "Unpacked - Displacement x" | 5 | -0.124024 | -0.024805 | 0.017012 | -0.055980 | -0.0093930 | - | "Unpacked - Displacement y" | 5 | 0.058685 | 0.011737 | 0.017079 | -0.0078850 | 0.035623 | - | "Unpacked - Displacement z" | 5 | -1.499862 | -0.29997 | 0.00014262 | -0.30014 | -0.29973 | - | "Unpacked - Energy" | 5 | 0.450592 | 0.090118 | 0.012732 | 0.078236 | 0.10780 | - | "Unpacked - Entry Point x" | 5 | -78.2761 | -15.655 | 9.4559 | -30.973 | -4.8876 | - | "Unpacked - Entry Point y" | 5 | 40.2636 | 8.0527 | 12.039 | -6.9949 | 23.547 | - | "Unpacked - Entry Point z" | 5 | -1257.927 | -251.59 | 39.879 | -300.51 | -219.00 | - | "Unpacked - Parent |P|" | 5 | 41765.6 | 8353.1 | 3514.5 | 1941.9 | 11567. | - | "Unpacked - TOF" | 5 | 3.61118 | 0.72224 | 0.13050 | 0.60901 | 0.88203 | + | "Diff. - Displacement x" | 5 |9.307068e-07 | 1.8614e-07 | 2.0707e-07 | -1.0940e-07 | 4.8692e-07 | + | "Diff. - Displacement y" | 5 |-5.634426e-07 |-1.1269e-07 | 2.3610e-07 | -3.9284e-07 | 1.8683e-07 | + | "Diff. - Displacement z" | 5 |-4.050616e-07 |-8.1012e-08 | 2.9664e-07 | -3.9123e-07 | 4.5061e-07 | + | "Diff. - Energy" | 5 |1.117852e-06 | 2.2357e-07 | 6.0629e-07 | -9.1144e-07 | 8.9702e-07 | + | "Diff. - Entry Point x" | 5 |-2.480825e-06 |-4.9617e-07 | 2.7556e-05 | -4.7354e-05 | 2.9869e-05 | + | "Diff. - Entry Point y" | 5 |4.526536e-05 | 9.0531e-06 | 2.6691e-05 | -3.4655e-05 | 4.1409e-05 | + | "Diff. - Entry Point z" | 5 |0.0001123797 | 2.2476e-05 | 2.7696e-05 | -2.8787e-05 | 4.8851e-05 | + | "Diff. - Parent |P|" | 5 |0.009407799 | 0.0018816 | 0.00073897 | 0.0010530 | 0.0027581 | + | "Diff. - TOF" | 5 |-2.866269e-06 |-5.7325e-07 | 2.6097e-06 | -2.4702e-06 | 4.5764e-06 | + | "Original - Displacement x" | 5 | -0.1238151 | -0.024763 | 0.016906 | -0.055734 | -0.0094321 | + | "Original - Displacement y" | 5 | 0.05783644 | 0.011567 | 0.016955 | -0.0079212 | 0.035270 | + | "Original - Displacement z" | 5 | -1.49986 | -0.29997 | 0.00014250 | -0.30014 | -0.29973 | + | "Original - Energy" | 5 | 0.4901591 | 0.098032 | 0.018323 | 0.075799 | 0.12373 | + | "Original - Entry Point x" | 5 | -78.3002 | -15.660 | 9.4124 | -30.907 | -4.9355 | + | "Original - Entry Point y" | 5 | 39.96195 | 7.9924 | 12.005 | -7.0157 | 23.472 | + | "Original - Entry Point z" | 5 | -1257.926 | -251.59 | 39.879 | -300.51 | -219.00 | + | "Original - Parent |P|" | 5 | 41763.86 | 8352.8 | 3514.4 | 1941.9 | 11566. | + | "Original - TOF" | 5 | 3.611067 | 0.72221 | 0.13050 | 0.60900 | 0.88203 | + | "Unpacked - Displacement x" | 5 | -0.123816 | -0.024763 | 0.016906 | -0.055734 | -0.0094320 | + | "Unpacked - Displacement y" | 5 | 0.057837 | 0.011567 | 0.016955 | -0.0079210 | 0.035270 | + | "Unpacked - Displacement z" | 5 | -1.49986 | -0.29997 | 0.00014261 | -0.30014 | -0.29973 | + | "Unpacked - Energy" | 5 | 0.490158 | 0.098032 | 0.018323 | 0.075798 | 0.12373 | + | "Unpacked - Entry Point x" | 5 | -78.3002 | -15.660 | 9.4124 | -30.907 | -4.9355 | + | "Unpacked - Entry Point y" | 5 | 39.9619 | 7.9924 | 12.005 | -7.0157 | 23.472 | + | "Unpacked - Entry Point z" | 5 | -1257.926 | -251.59 | 39.879 | -300.51 | -219.00 | + | "Unpacked - Parent |P|" | 5 | 41763.85 | 8352.8 | 3514.4 | 1941.9 | 11566. | + | "Unpacked - TOF" | 5 | 3.61107 | 0.72221 | 0.13050 | 0.60900 | 0.88203 | UnpackVeloHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 315 | 315.00 | 0.0000 | 315.00 | 315.00 | + | "# UnPackedData" | 1 | 276 | 276.00 | 0.0000 | 276.00 | 276.00 | CheckVeloHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 315 |1.925626e-06 | 6.1131e-09 | 2.9334e-07 | -4.9839e-07 | 4.9802e-07 | - | "Diff. - Displacement y" | 315 |-3.456557e-06 |-1.0973e-08 | 2.9245e-07 | -4.9814e-07 | 4.9991e-07 | - | "Diff. - Displacement z" | 315 |8.133347e-08 | 2.5820e-10 | 2.9036e-07 | -4.9980e-07 | 4.9763e-07 | - | "Diff. - Energy" | 315 |-3.687644e-06 |-1.1707e-08 | 5.8919e-07 | -9.9997e-07 | 9.9910e-07 | - | "Diff. - Entry Point x" | 315 |-0.0007916758 |-2.5133e-06 | 2.8102e-05 | -4.9047e-05 | 4.9895e-05 | - | "Diff. - Entry Point y" | 315 |0.0001855904 | 5.8918e-07 | 2.8135e-05 | -4.9609e-05 | 4.8838e-05 | - | "Diff. - Entry Point z" | 315 |0.000330348 | 1.0487e-06 | 2.9485e-05 | -4.9812e-05 | 4.9855e-05 | - | "Diff. - Parent |P|" | 315 |0.002389867 | 7.5869e-06 | 0.0027644 | -0.0049797 | 0.0049881 | - | "Diff. - TOF" | 315 |2.10855e-05 | 6.6938e-08 | 2.8246e-06 | -4.9782e-06 | 4.9072e-06 | - | "Original - Displacement x" | 315 | 2.149841 | 0.0068249 | 0.075217 | -0.25598 | 0.65114 | - | "Original - Displacement y" | 315 | 5.135735 | 0.016304 | 0.073031 | -0.42317 | 0.53379 | - | "Original - Displacement z" | 315 | 67.78138 | 0.21518 | 0.19766 | -0.30123 | 0.30011 | - | "Original - Energy" | 315 | 43.70316 | 0.13874 | 0.29041 | 0.019259 | 3.7880 | - | "Original - Entry Point x" | 315 | -345.0821 | -1.0955 | 15.985 | -36.443 | 38.292 | - | "Original - Entry Point y" | 315 | 1635.203 | 5.1911 | 13.150 | -30.501 | 38.174 | - | "Original - Entry Point z" | 315 | 106663.7 | 338.61 | 279.73 | -160.84 | 751.00 | - | "Original - Parent |P|" | 315 | 2299169 | 7298.9 | 9049.5 | 2.8405 | 51325. | - | "Original - TOF" | 315 | 416.3893 | 1.3219 | 0.84035 | 0.055072 | 2.6312 | - | "Unpacked - Displacement x" | 315 | 2.149839 | 0.0068249 | 0.075217 | -0.25598 | 0.65114 | - | "Unpacked - Displacement y" | 315 | 5.135738 | 0.016304 | 0.073031 | -0.42317 | 0.53379 | - | "Unpacked - Displacement z" | 315 | 67.78138 | 0.21518 | 0.19766 | -0.30123 | 0.30011 | - | "Unpacked - Energy" | 315 | 43.70316 | 0.13874 | 0.29041 | 0.019260 | 3.7880 | - | "Unpacked - Entry Point x" | 315 | -345.0813 | -1.0955 | 15.985 | -36.443 | 38.291 | - | "Unpacked - Entry Point y" | 315 | 1635.203 | 5.1911 | 13.150 | -30.501 | 38.174 | - | "Unpacked - Entry Point z" | 315 | 106663.7 | 338.61 | 279.73 | -160.84 | 751.00 | - | "Unpacked - Parent |P|" | 315 | 2299169 | 7298.9 | 9049.5 | 2.8400 | 51325. | - | "Unpacked - TOF" | 315 | 416.3893 | 1.3219 | 0.84035 | 0.055070 | 2.6312 | + | "Diff. - Displacement x" | 276 |1.714656e-06 | 6.2125e-09 | 2.9646e-07 | -4.9736e-07 | 4.9620e-07 | + | "Diff. - Displacement y" | 276 |-7.793491e-07 |-2.8237e-09 | 2.8814e-07 | -4.9954e-07 | 4.9880e-07 | + | "Diff. - Displacement z" | 276 |-5.920208e-06 |-2.1450e-08 | 2.7674e-07 | -4.9951e-07 | 4.8676e-07 | + | "Diff. - Energy" | 276 |-1.292348e-05 |-4.6824e-08 | 5.8904e-07 | -9.9924e-07 | 9.8914e-07 | + | "Diff. - Entry Point x" | 276 |1.327508e-05 | 4.8098e-08 | 2.8276e-05 | -4.9832e-05 | 4.9726e-05 | + | "Diff. - Entry Point y" | 276 |-0.0007154758 |-2.5923e-06 | 2.9130e-05 | -4.9957e-05 | 4.9029e-05 | + | "Diff. - Entry Point z" | 276 |0.0003690121 | 1.3370e-06 | 2.8936e-05 | -4.9433e-05 | 4.9497e-05 | + | "Diff. - Parent |P|" | 276 | 0.05641955 | 0.00020442 | 0.0028818 | -0.0049965 | 0.0049742 | + | "Diff. - TOF" | 276 |3.97186e-05 | 1.4391e-07 | 2.8523e-06 | -4.9736e-06 | 4.8984e-06 | + | "Original - Displacement x" | 276 | 0.3501397 | 0.0012686 | 0.084695 | -0.47102 | 0.44245 | + | "Original - Displacement y" | 276 | 2.331598 | 0.0084478 | 0.081482 | -0.46486 | 0.46894 | + | "Original - Displacement z" | 276 | 53.5997 | 0.19420 | 0.21671 | -0.30161 | 0.30025 | + | "Original - Energy" | 276 | 33.62123 | 0.12182 | 0.11747 | 0.00058194 | 1.0530 | + | "Original - Entry Point x" | 276 | -487.6831 | -1.7670 | 16.779 | -36.577 | 37.824 | + | "Original - Entry Point y" | 276 | 1727.867 | 6.2604 | 13.155 | -34.757 | 32.308 | + | "Original - Entry Point z" | 276 | 83848.57 | 303.80 | 282.33 | -160.84 | 751.24 | + | "Original - Parent |P|" | 276 | 1940216 | 7029.8 | 9468.7 | 1.4369 | 51323. | + | "Original - TOF" | 276 | 338.506 | 1.2265 | 0.83711 | 0.055070 | 2.6324 | + | "Unpacked - Displacement x" | 276 | 0.350138 | 0.0012686 | 0.084695 | -0.47102 | 0.44245 | + | "Unpacked - Displacement y" | 276 | 2.331599 | 0.0084478 | 0.081482 | -0.46486 | 0.46895 | + | "Unpacked - Displacement z" | 276 | 53.5997 | 0.19420 | 0.21671 | -0.30161 | 0.30025 | + | "Unpacked - Energy" | 276 | 33.62124 | 0.12182 | 0.11747 | 0.00058200 | 1.0530 | + | "Unpacked - Entry Point x" | 276 | -487.6831 | -1.7670 | 16.779 | -36.577 | 37.824 | + | "Unpacked - Entry Point y" | 276 | 1727.868 | 6.2604 | 13.155 | -34.757 | 32.308 | + | "Unpacked - Entry Point z" | 276 | 83848.57 | 303.80 | 282.33 | -160.84 | 751.24 | + | "Unpacked - Parent |P|" | 276 | 1940216 | 7029.8 | 9468.7 | 1.4400 | 51323. | + | "Unpacked - TOF" | 276 | 338.506 | 1.2265 | 0.83711 | 0.055070 | 2.6324 | UnpackTTHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 133 | 133.00 | 0.0000 | 133.00 | 133.00 | + | "# UnPackedData" | 1 | 110 | 110.00 | 0.0000 | 110.00 | 110.00 | CheckTTHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 133 |1.107376e-06 | 8.3261e-09 | 2.8466e-07 | -4.9984e-07 | 4.9089e-07 | - | "Diff. - Displacement y" | 133 |4.258277e-07 | 3.2017e-09 | 2.7335e-07 | -4.9982e-07 | 4.8865e-07 | - | "Diff. - Displacement z" | 133 |-2.06591e-07 |-1.5533e-09 | 1.0650e-07 | -4.9671e-07 | 4.7621e-07 | - | "Diff. - Energy" | 133 |1.28993e-05 | 9.6987e-08 | 6.2446e-07 | -9.9608e-07 | 9.9269e-07 | - | "Diff. - Entry Point x" | 133 |0.0004324372 | 3.2514e-06 | 2.9207e-05 | -4.9264e-05 | 4.9039e-05 | - | "Diff. - Entry Point y" | 133 |0.0001225485 | 9.2142e-07 | 2.8465e-05 | -4.9464e-05 | 4.7890e-05 | - | "Diff. - Entry Point z" | 133 |0.0001153918 | 8.6761e-07 | 7.7170e-06 | -2.8524e-05 | 4.6819e-05 | - | "Diff. - Parent |P|" | 133 | 0.02319908 | 0.00017443 | 0.0029378 | -0.0049030 | 0.0047577 | - | "Diff. - TOF" | 133 |5.259815e-05 | 3.9547e-07 | 2.9685e-06 | -4.9376e-06 | 4.9049e-06 | - | "Original - Displacement x" | 133 | -4.774266 | -0.035897 | 0.22225 | -1.3927 | 0.44324 | - | "Original - Displacement y" | 133 | -3.893555 | -0.029275 | 0.14018 | -0.80513 | 0.20269 | - | "Original - Displacement z" | 133 | 48.21341 | 0.36251 | 0.29629 | -0.50000 | 0.50000 | - | "Original - Energy" | 133 | 25.24538 | 0.18981 | 0.10714 | 0.0060017 | 0.71758 | - | "Original - Entry Point x" | 133 | -8007.423 | -60.206 | 297.36 | -714.14 | 678.83 | - | "Original - Entry Point y" | 133 | 3147.516 | 23.666 | 195.25 | -644.14 | 473.23 | - | "Original - Entry Point z" | 133 | 332664.4 | 2501.2 | 134.46 | 2322.0 | 2647.5 | - | "Original - Parent |P|" | 133 | 417372.7 | 3138.1 | 5235.8 | 1.5652 | 25701. | - | "Original - TOF" | 133 | 1186.818 | 8.9234 | 0.94999 | 7.8728 | 12.535 | - | "Unpacked - Displacement x" | 133 | -4.774267 | -0.035897 | 0.22225 | -1.3927 | 0.44324 | - | "Unpacked - Displacement y" | 133 | -3.893555 | -0.029275 | 0.14018 | -0.80513 | 0.20269 | - | "Unpacked - Displacement z" | 133 | 48.21341 | 0.36251 | 0.29629 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 133 | 25.24537 | 0.18981 | 0.10714 | 0.0060020 | 0.71758 | - | "Unpacked - Entry Point x" | 133 | -8007.423 | -60.206 | 297.36 | -714.14 | 678.83 | - | "Unpacked - Entry Point y" | 133 | 3147.516 | 23.666 | 195.25 | -644.14 | 473.23 | - | "Unpacked - Entry Point z" | 133 | 332664.4 | 2501.2 | 134.46 | 2322.0 | 2647.5 | - | "Unpacked - Parent |P|" | 133 | 417372.7 | 3138.1 | 5235.8 | 1.5700 | 25701. | - | "Unpacked - TOF" | 133 | 1186.818 | 8.9234 | 0.94999 | 7.8728 | 12.535 | + | "Diff. - Displacement x" | 110 |6.297906e-07 | 5.7254e-09 | 3.0271e-07 | -4.9845e-07 | 4.7685e-07 | + | "Diff. - Displacement y" | 110 |1.14791e-07 | 1.0436e-09 | 2.8589e-07 | -4.8685e-07 | 4.8760e-07 | + | "Diff. - Displacement z" | 110 |-2.27671e-07 |-2.0697e-09 | 1.4291e-07 | -4.8762e-07 | 4.8762e-07 | + | "Diff. - Energy" | 110 |2.049947e-06 | 1.8636e-08 | 5.4238e-07 | -9.6435e-07 | 9.6245e-07 | + | "Diff. - Entry Point x" | 110 |-2.905923e-06 |-2.6417e-08 | 3.0309e-05 | -4.8454e-05 | 4.9936e-05 | + | "Diff. - Entry Point y" | 110 |-0.0005488782 |-4.9898e-06 | 2.9278e-05 | -4.9934e-05 | 4.9221e-05 | + | "Diff. - Entry Point z" | 110 |8.932211e-05 | 8.1202e-07 | 5.2233e-06 | -1.8060e-05 | 4.1710e-05 | + | "Diff. - Parent |P|" | 110 | 0.01028496 | 9.3500e-05 | 0.0028296 | -0.0049539 | 0.0049739 | + | "Diff. - TOF" | 110 |-1.838789e-05 |-1.6716e-07 | 2.7852e-06 | -4.9646e-06 | 4.9243e-06 | + | "Original - Displacement x" | 110 | 11.27338 | 0.10249 | 0.40661 | -1.7156 | 1.5552 | + | "Original - Displacement y" | 110 | 4.669183 | 0.042447 | 0.17320 | -0.33512 | 1.1155 | + | "Original - Displacement z" | 110 | 26.03353 | 0.23667 | 0.41224 | -0.50000 | 0.50000 | + | "Original - Energy" | 110 | 42.68898 | 0.38808 | 0.60456 | 0.0058653 | 3.1677 | + | "Original - Entry Point x" | 110 | 8145.139 | 74.047 | 278.24 | -653.89 | 779.60 | + | "Original - Entry Point y" | 110 | 5465.243 | 49.684 | 160.00 | -310.54 | 600.41 | + | "Original - Entry Point z" | 110 | 275929.7 | 2508.5 | 134.63 | 2322.0 | 2648.0 | + | "Original - Parent |P|" | 110 | 313630 | 2851.2 | 5159.9 | 2.1603 | 25702. | + | "Original - TOF" | 110 | 1288.597 | 11.715 | 5.2321 | 7.9109 | 31.623 | + | "Unpacked - Displacement x" | 110 | 11.27338 | 0.10249 | 0.40661 | -1.7156 | 1.5552 | + | "Unpacked - Displacement y" | 110 | 4.669183 | 0.042447 | 0.17320 | -0.33512 | 1.1155 | + | "Unpacked - Displacement z" | 110 | 26.03353 | 0.23667 | 0.41224 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 110 | 42.68898 | 0.38808 | 0.60456 | 0.0058660 | 3.1677 | + | "Unpacked - Entry Point x" | 110 | 8145.139 | 74.047 | 278.24 | -653.89 | 779.60 | + | "Unpacked - Entry Point y" | 110 | 5465.244 | 49.684 | 160.00 | -310.54 | 600.41 | + | "Unpacked - Entry Point z" | 110 | 275929.7 | 2508.5 | 134.63 | 2322.0 | 2648.0 | + | "Unpacked - Parent |P|" | 110 | 313630 | 2851.2 | 5159.9 | 2.1600 | 25702. | + | "Unpacked - TOF" | 110 | 1288.597 | 11.715 | 5.2321 | 7.9109 | 31.623 | UnpackITHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 114 | 114.00 | 0.0000 | 114.00 | 114.00 | + | "# UnPackedData" | 1 | 119 | 119.00 | 0.0000 | 119.00 | 119.00 | CheckITHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 114 |-1.626551e-07 |-1.4268e-09 | 3.0116e-07 | -4.8993e-07 | 4.9351e-07 | - | "Diff. - Displacement y" | 114 |-2.034107e-06 |-1.7843e-08 | 3.0036e-07 | -4.8074e-07 | 4.8980e-07 | - | "Diff. - Displacement z" | 114 |-4.041005e-06 |-3.5447e-08 | 2.9429e-07 | -4.9930e-07 | 4.9573e-07 | - | "Diff. - Energy" | 114 |-1.945668e-06 |-1.7067e-08 | 5.9251e-07 | -9.9974e-07 | 9.9304e-07 | - | "Diff. - Entry Point x" | 114 |0.0001712843 | 1.5025e-06 | 2.8570e-05 | -4.9855e-05 | 4.9621e-05 | - | "Diff. - Entry Point y" | 114 |9.989233e-05 | 8.7625e-07 | 2.6931e-05 | -4.9623e-05 | 4.9705e-05 | - | "Diff. - Entry Point z" | 114 |-0.0005111162 |-4.4835e-06 | 2.7382e-05 | -4.9406e-05 | 4.8872e-05 | - | "Diff. - Parent |P|" | 114 |-0.09140174 |-0.00080177 | 0.0028426 | -0.0049338 | 0.0049959 | - | "Diff. - TOF" | 114 |-1.16473e-05 |-1.0217e-07 | 2.7732e-06 | -4.8744e-06 | 4.9772e-06 | - | "Original - Displacement x" | 114 | -5.395732 | -0.047331 | 0.16415 | -1.2139 | 0.26064 | - | "Original - Displacement y" | 114 | 0.88246 | 0.0077409 | 0.037804 | -0.047195 | 0.28957 | - | "Original - Displacement z" | 114 | 40.72029 | 0.35720 | 0.16015 | -0.40997 | 0.41032 | - | "Original - Energy" | 114 | 16.99624 | 0.14909 | 0.088290 | 0.0015037 | 0.65920 | - | "Original - Entry Point x" | 114 | -11571.67 | -101.51 | 327.38 | -614.19 | 624.35 | - | "Original - Entry Point y" | 114 | 193.8132 | 1.7001 | 59.097 | -124.69 | 98.217 | - | "Original - Entry Point z" | 114 | 951941.5 | 8350.4 | 535.98 | 7667.7 | 9167.1 | - | "Original - Parent |P|" | 114 | 1428252 | 12529. | 13086. | 2.5726 | 40190. | - | "Original - TOF" | 114 | 3201.692 | 28.085 | 1.8341 | 25.712 | 30.961 | - | "Unpacked - Displacement x" | 114 | -5.395732 | -0.047331 | 0.16415 | -1.2139 | 0.26064 | - | "Unpacked - Displacement y" | 114 | 0.882462 | 0.0077409 | 0.037804 | -0.047195 | 0.28957 | - | "Unpacked - Displacement z" | 114 | 40.72029 | 0.35720 | 0.16015 | -0.40997 | 0.41032 | - | "Unpacked - Energy" | 114 | 16.99625 | 0.14909 | 0.088290 | 0.0015040 | 0.65920 | - | "Unpacked - Entry Point x" | 114 | -11571.67 | -101.51 | 327.38 | -614.19 | 624.35 | - | "Unpacked - Entry Point y" | 114 | 193.8131 | 1.7001 | 59.097 | -124.69 | 98.217 | - | "Unpacked - Entry Point z" | 114 | 951941.5 | 8350.4 | 535.98 | 7667.7 | 9167.1 | - | "Unpacked - Parent |P|" | 114 | 1428252 | 12529. | 13086. | 2.5700 | 40190. | - | "Unpacked - TOF" | 114 | 3201.692 | 28.085 | 1.8341 | 25.712 | 30.961 | + | "Diff. - Displacement x" | 119 |8.37359e-07 | 7.0366e-09 | 2.9097e-07 | -4.8979e-07 | 4.7595e-07 | + | "Diff. - Displacement y" | 119 |2.968858e-06 | 2.4948e-08 | 2.9670e-07 | -4.9166e-07 | 4.8980e-07 | + | "Diff. - Displacement z" | 119 |6.613473e-06 | 5.5575e-08 | 2.9802e-07 | -4.8895e-07 | 4.9988e-07 | + | "Diff. - Energy" | 119 |1.110065e-06 | 9.3283e-09 | 5.7760e-07 | -9.8711e-07 | 9.9214e-07 | + | "Diff. - Entry Point x" | 119 |3.831631e-05 | 3.2199e-07 | 2.8259e-05 | -4.9514e-05 | 4.9782e-05 | + | "Diff. - Entry Point y" | 119 |-0.0003113657 |-2.6165e-06 | 2.6748e-05 | -4.9944e-05 | 4.7874e-05 | + | "Diff. - Entry Point z" | 119 |-0.0001984629 |-1.6678e-06 | 3.0335e-05 | -4.9580e-05 | 4.8980e-05 | + | "Diff. - Parent |P|" | 119 |-0.03614021 |-0.00030370 | 0.0028601 | -0.0049374 | 0.0049404 | + | "Diff. - TOF" | 119 |-1.063494e-05 |-8.9369e-08 | 3.1316e-06 | -4.9303e-06 | 4.8823e-06 | + | "Original - Displacement x" | 119 | -0.6278052 | -0.0052757 | 0.21176 | -1.1566 | 0.73219 | + | "Original - Displacement y" | 119 | -1.47428 | -0.012389 | 0.11384 | -0.52667 | 0.74731 | + | "Original - Displacement z" | 119 | 35.12736 | 0.29519 | 0.24746 | -0.41155 | 0.40989 | + | "Original - Energy" | 119 | 21.36705 | 0.17956 | 0.15532 | 0.0049700 | 1.1005 | + | "Original - Entry Point x" | 119 | -18040.06 | -151.60 | 264.22 | -598.53 | 291.90 | + | "Original - Entry Point y" | 119 | -2738.695 | -23.014 | 77.085 | -209.73 | 94.416 | + | "Original - Entry Point z" | 119 | 1005578 | 8450.2 | 506.93 | 7667.9 | 9167.0 | + | "Original - Parent |P|" | 119 | 1651978 | 13882. | 10661. | 1.4870 | 29753. | + | "Original - TOF" | 119 | 3569.758 | 29.998 | 7.1400 | 25.720 | 60.364 | + | "Unpacked - Displacement x" | 119 | -0.627806 | -0.0052757 | 0.21176 | -1.1565 | 0.73219 | + | "Unpacked - Displacement y" | 119 | -1.474283 | -0.012389 | 0.11384 | -0.52667 | 0.74731 | + | "Unpacked - Displacement z" | 119 | 35.12736 | 0.29519 | 0.24746 | -0.41155 | 0.40989 | + | "Unpacked - Energy" | 119 | 21.36704 | 0.17955 | 0.15532 | 0.0049700 | 1.1005 | + | "Unpacked - Entry Point x" | 119 | -18040.06 | -151.60 | 264.22 | -598.53 | 291.90 | + | "Unpacked - Entry Point y" | 119 | -2738.695 | -23.014 | 77.085 | -209.73 | 94.416 | + | "Unpacked - Entry Point z" | 119 | 1005578 | 8450.2 | 506.93 | 7667.9 | 9167.0 | + | "Unpacked - Parent |P|" | 119 | 1651978 | 13882. | 10661. | 1.4900 | 29753. | + | "Unpacked - TOF" | 119 | 3569.758 | 29.998 | 7.1400 | 25.720 | 60.364 | UnpackOTHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 186 | 186.00 | 0.0000 | 186.00 | 186.00 | + | "# UnPackedData" | 1 | 252 | 252.00 | 0.0000 | 252.00 | 252.00 | CheckOTHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 186 |5.281319e-06 | 2.8394e-08 | 2.9344e-07 | -4.9722e-07 | 4.9370e-07 | - | "Diff. - Displacement y" | 186 |-2.786376e-06 |-1.4981e-08 | 2.9757e-07 | -4.9494e-07 | 4.9905e-07 | - | "Diff. - Displacement z" | 186 |-1.242433e-06 |-6.6797e-09 | 2.9501e-07 | -4.9663e-07 | 4.9956e-07 | - | "Diff. - Energy" | 186 |1.974835e-05 | 1.0617e-07 | 5.5374e-07 | -9.9352e-07 | 9.9998e-07 | - | "Diff. - Entry Point x" | 186 |-6.108948e-05 |-3.2844e-07 | 2.9385e-05 | -4.9720e-05 | 4.9032e-05 | - | "Diff. - Entry Point y" | 186 |0.0004997972 | 2.6871e-06 | 2.9198e-05 | -4.9926e-05 | 4.9599e-05 | - | "Diff. - Entry Point z" | 186 |0.0001727915 | 9.2899e-07 | 2.9281e-05 | -4.9280e-05 | 4.9848e-05 | - | "Diff. - Parent |P|" | 186 |-0.03362626 |-0.00018079 | 0.0028081 | -0.0049635 | 0.0049298 | - | "Diff. - TOF" | 186 |-6.19559e-05 |-3.3310e-07 | 2.9292e-06 | -4.8601e-06 | 4.9794e-06 | - | "Original - Displacement x" | 186 | -1211.292 | -6.5123 | 25.009 | -232.25 | 21.169 | - | "Original - Displacement y" | 186 | 14.70241 | 0.079045 | 3.5969 | -29.828 | 16.104 | - | "Original - Displacement z" | 186 | 1153.46 | 6.2014 | 7.7029 | -10.749 | 10.758 | - | "Original - Energy" | 186 | 58.79923 | 0.31612 | 0.44544 | 0.0029919 | 4.2671 | - | "Original - Entry Point x" | 186 | -73334.39 | -394.27 | 1410.2 | -2778.3 | 2396.4 | - | "Original - Entry Point y" | 186 | 11992.89 | 64.478 | 363.83 | -780.44 | 2144.3 | - | "Original - Entry Point z" | 186 | 1611574 | 8664.4 | 601.30 | 7854.7 | 9415.2 | - | "Original - Parent |P|" | 186 | 728959.8 | 3919.1 | 5250.7 | 1.4314 | 25658. | - | "Original - TOF" | 186 | 6117.783 | 32.891 | 6.2690 | 26.358 | 55.598 | - | "Unpacked - Displacement x" | 186 | -1211.292 | -6.5123 | 25.009 | -232.25 | 21.169 | - | "Unpacked - Displacement y" | 186 | 14.70241 | 0.079045 | 3.5969 | -29.828 | 16.104 | - | "Unpacked - Displacement z" | 186 | 1153.46 | 6.2014 | 7.7029 | -10.749 | 10.758 | - | "Unpacked - Energy" | 186 | 58.79921 | 0.31612 | 0.44544 | 0.0029920 | 4.2671 | - | "Unpacked - Entry Point x" | 186 | -73334.39 | -394.27 | 1410.2 | -2778.3 | 2396.4 | - | "Unpacked - Entry Point y" | 186 | 11992.89 | 64.478 | 363.83 | -780.44 | 2144.3 | - | "Unpacked - Entry Point z" | 186 | 1611574 | 8664.4 | 601.30 | 7854.7 | 9415.2 | - | "Unpacked - Parent |P|" | 186 | 728959.9 | 3919.1 | 5250.7 | 1.4300 | 25658. | - | "Unpacked - TOF" | 186 | 6117.783 | 32.891 | 6.2690 | 26.358 | 55.598 | + | "Diff. - Displacement x" | 252 |4.302246e-06 | 1.7072e-08 | 2.8326e-07 | -4.9589e-07 | 4.9267e-07 | + | "Diff. - Displacement y" | 252 |3.972386e-06 | 1.5763e-08 | 2.9566e-07 | -4.9953e-07 | 4.9586e-07 | + | "Diff. - Displacement z" | 252 |-7.28612e-06 |-2.8913e-08 | 2.8429e-07 | -4.9550e-07 | 4.9592e-07 | + | "Diff. - Energy" | 252 |-2.057462e-06 |-8.1645e-09 | 5.8095e-07 | -9.9775e-07 | 9.8470e-07 | + | "Diff. - Entry Point x" | 252 |-0.001088734 |-4.3204e-06 | 2.9219e-05 | -4.9701e-05 | 4.9948e-05 | + | "Diff. - Entry Point y" | 252 |-0.0002497316 |-9.9100e-07 | 2.7729e-05 | -4.9190e-05 | 4.9062e-05 | + | "Diff. - Entry Point z" | 252 |0.0004478169 | 1.7771e-06 | 2.8395e-05 | -4.9964e-05 | 4.9892e-05 | + | "Diff. - Parent |P|" | 252 | 0.01628988 | 6.4642e-05 | 0.0029253 | -0.0048698 | 0.0049752 | + | "Diff. - TOF" | 252 |1.140447e-06 | 4.5256e-09 | 2.7842e-06 | -4.9493e-06 | 4.9710e-06 | + | "Original - Displacement x" | 252 | 100.6342 | 0.39934 | 5.0370 | -24.026 | 20.523 | + | "Original - Displacement y" | 252 | -47.63235 | -0.18902 | 6.1223 | -18.557 | 70.801 | + | "Original - Displacement z" | 252 | 1819.091 | 7.2186 | 6.8047 | -10.795 | 10.793 | + | "Original - Energy" | 252 | 69.42482 | 0.27550 | 0.34195 | 0.011077 | 3.4583 | + | "Original - Entry Point x" | 252 | 65114.49 | 258.39 | 1175.3 | -2785.7 | 2721.9 | + | "Original - Entry Point y" | 252 | -28191.36 | -111.87 | 561.78 | -2381.9 | 1699.7 | + | "Original - Entry Point z" | 252 | 2180523 | 8652.9 | 553.00 | 7853.3 | 9408.5 | + | "Original - Parent |P|" | 252 | 1046848 | 4154.2 | 5081.2 | 1.4903 | 25657. | + | "Original - TOF" | 252 | 7911.072 | 31.393 | 6.2997 | 26.357 | 63.967 | + | "Unpacked - Displacement x" | 252 | 100.6342 | 0.39934 | 5.0370 | -24.026 | 20.523 | + | "Unpacked - Displacement y" | 252 | -47.63235 | -0.18902 | 6.1223 | -18.557 | 70.801 | + | "Unpacked - Displacement z" | 252 | 1819.091 | 7.2186 | 6.8047 | -10.795 | 10.793 | + | "Unpacked - Energy" | 252 | 69.42482 | 0.27550 | 0.34195 | 0.011076 | 3.4583 | + | "Unpacked - Entry Point x" | 252 | 65114.49 | 258.39 | 1175.3 | -2785.7 | 2721.9 | + | "Unpacked - Entry Point y" | 252 | -28191.36 | -111.87 | 561.78 | -2381.9 | 1699.7 | + | "Unpacked - Entry Point z" | 252 | 2180523 | 8652.9 | 553.00 | 7853.3 | 9408.5 | + | "Unpacked - Parent |P|" | 252 | 1046848 | 4154.2 | 5081.2 | 1.4900 | 25657. | + | "Unpacked - TOF" | 252 | 7911.072 | 31.393 | 6.2997 | 26.357 | 63.967 | UnpackRichHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 745 | 745.00 | 0.0000 | 745.00 | 745.00 | + | "# UnPackedData" | 1 | 773 | 773.00 | 0.0000 | 773.00 | 773.00 | UnpackRichOpPhotNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 745 | 745.00 | 0.0000 | 745.00 | 745.00 | + | "# UnPackedData" | 1 | 773 | 773.00 | 0.0000 | 773.00 | 773.00 | UnpackRichSegmentsNex...SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "# UnPackedData" | 1 | 43 | 43.000 | 0.0000 | 43.000 | 43.000 | UnpackRichTracksNextNextSUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 37 | 37.000 | 0.0000 | 37.000 | 37.000 | + | "# UnPackedData" | 1 | 38 | 38.000 | 0.0000 | 38.000 | 38.000 | CheckRichHitsNextNext SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 745 |-5.169476e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | - | "Diff. - Entry Point x" | 745 |-0.0002975066 |-3.9934e-07 | 2.8528e-05 | -4.9994e-05 | 4.9988e-05 | - | "Diff. - Entry Point y" | 745 |-0.0005448332 |-7.3132e-07 | 2.9489e-05 | -4.9939e-05 | 4.9890e-05 | - | "Diff. - Entry Point z" | 745 |-0.001118426 |-1.5012e-06 | 2.8695e-05 | -4.9683e-05 | 4.9769e-05 | - | "Diff. - TOF" | 745 |-0.0001126678 |-1.5123e-07 | 2.8852e-06 | -4.9989e-06 | 4.9975e-06 | - | "Original - Energy" | 745 | 14.9 | 0.020000 | 4.2639e-09 | 0.020000 | 0.020000 | - | "Original - Entry Point x" | 745 | -123964.1 | -166.39 | 3171.5 | -4150.5 | 4149.8 | - | "Original - Entry Point y" | 745 | 69126.85 | 92.788 | 765.56 | -1354.2 | 1391.2 | - | "Original - Entry Point z" | 745 | 5561516 | 7465.1 | 4453.9 | 1332.0 | 11094. | - | "Original - TOF" | 745 | 29358.64 | 39.408 | 21.249 | 11.862 | 112.30 | - | "Unpacked - Energy" | 745 | 14.9 | 0.020000 | 4.2726e-09 | 0.020000 | 0.020000 | - | "Unpacked - Entry Point x" | 745 | -123964.1 | -166.39 | 3171.5 | -4150.5 | 4149.8 | - | "Unpacked - Entry Point y" | 745 | 69126.85 | 92.788 | 765.56 | -1354.2 | 1391.2 | - | "Unpacked - Entry Point z" | 745 | 5561516 | 7465.1 | 4453.9 | 1332.0 | 11094. | - | "Unpacked - TOF" | 745 | 29358.64 | 39.408 | 21.249 | 11.862 | 112.30 | + | "Diff. - Energy" | 773 |-5.363765e-15 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 773 |-0.001523568 |-1.9710e-06 | 2.7978e-05 | -4.9520e-05 | 4.9708e-05 | + | "Diff. - Entry Point y" | 773 |0.000185598 | 2.4010e-07 | 2.9198e-05 | -4.9864e-05 | 4.9997e-05 | + | "Diff. - Entry Point z" | 773 |-0.0006105304 |-7.8982e-07 | 2.8834e-05 | -4.9908e-05 | 4.9885e-05 | + | "Diff. - TOF" | 773 |1.896822e-05 | 2.4538e-08 | 2.8529e-06 | -4.9842e-06 | 4.9900e-06 | + | "Original - Energy" | 773 | 15.46 | 0.020000 | 4.3044e-09 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 773 | -586885.5 | -759.23 | 3273.0 | -4150.7 | 4150.1 | + | "Original - Entry Point y" | 773 | 129047.3 | 166.94 | 658.65 | -1247.8 | 1283.2 | + | "Original - Entry Point z" | 773 | 6309171 | 8161.9 | 4172.9 | 1539.2 | 11094. | + | "Original - TOF" | 773 | 32604.53 | 42.179 | 20.007 | 11.135 | 110.04 | + | "Unpacked - Energy" | 773 | 15.46 | 0.020000 | 4.3127e-09 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 773 | -586885.5 | -759.23 | 3273.0 | -4150.7 | 4150.1 | + | "Unpacked - Entry Point y" | 773 | 129047.3 | 166.94 | 658.65 | -1247.8 | 1283.2 | + | "Unpacked - Entry Point z" | 773 | 6309171 | 8161.9 | 4172.9 | 1539.2 | 11094. | + | "Unpacked - TOF" | 773 | 32604.53 | 42.179 | 20.007 | 11.135 | 110.04 | CheckRichOpPhotNextNext SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 745 |0.0004483703 | 6.0184e-07 | 2.8479e-05 | -4.9991e-05 | 4.9987e-05 | - | "Diff. - Emission Point y" | 745 |0.0005768394 | 7.7428e-07 | 2.9557e-05 | -4.9977e-05 | 4.9831e-05 | - | "Diff. - Emission Point z" | 745 |-0.0002030415 |-2.7254e-07 | 2.8999e-05 | -4.9944e-05 | 4.9974e-05 | - | "Diff. - Energy" | 745 |3.62661e-11 | 4.8679e-14 | 5.7162e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 745 |-0.001176656 |-1.5794e-06 | 2.8905e-05 | -4.9946e-05 | 4.9763e-05 | - | "Diff. - HPD In. Point y" | 745 |0.001452079 | 1.9491e-06 | 2.8480e-05 | -4.9880e-05 | 4.9991e-05 | - | "Diff. - HPD In. Point z" | 745 |-0.0005292638 |-7.1042e-07 | 2.8856e-05 | -4.9918e-05 | 4.9919e-05 | - | "Diff. - HPD QW Point x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 745 | 2218.396 | 2.9777 | 1.9090 | 0.0012087 | 6.2557 | - | "Original - Cherenkov Theta" | 745 | 133.2636 | 0.17888 | 0.50996 | 0.0017897 | 2.8404 | - | "Original - Emission Point x" | 745 | -46244.4 | -62.073 | 578.65 | -3170.9 | 3255.4 | - | "Original - Emission Point y" | 745 | -1482.517 | -1.9900 | 124.55 | -472.96 | 705.31 | - | "Original - Emission Point z" | 745 | 5314202 | 7133.2 | 4305.0 | 999.16 | 11496. | - | "Original - Energy" | 745 | 0.00318749 | 4.2785e-06 | 1.0102e-06 | 1.7688e-06 | 6.2218e-06 | - | "Original - HPD In. Point x" | 745 | -121163.1 | -162.64 | 3098.6 | -4077.8 | 4067.9 | - | "Original - HPD In. Point y" | 745 | 63916.21 | 85.794 | 710.66 | -1279.0 | 1300.3 | - | "Original - HPD In. Point z" | 745 | 5523883 | 7414.6 | 4452.7 | 1287.3 | 11071. | - | "Original - HPD QW Point x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 745 | 2218.396 | 2.9777 | 1.9090 | 0.0012087 | 6.2557 | - | "Unpacked - Cherenkov Theta" | 745 | 133.2636 | 0.17888 | 0.50996 | 0.0017897 | 2.8404 | - | "Unpacked - Emission Point x" | 745 | -46244.4 | -62.073 | 578.65 | -3170.9 | 3255.4 | - | "Unpacked - Emission Point y" | 745 | -1482.517 | -1.9900 | 124.55 | -472.96 | 705.31 | - | "Unpacked - Emission Point z" | 745 | 5314202 | 7133.2 | 4305.0 | 999.16 | 11496. | - | "Unpacked - Energy" | 745 | 0.00318749 | 4.2785e-06 | 1.0102e-06 | 1.7688e-06 | 6.2218e-06 | - | "Unpacked - HPD In. Point x" | 745 | -121163.1 | -162.64 | 3098.6 | -4077.8 | 4067.9 | - | "Unpacked - HPD In. Point y" | 745 | 63916.21 | 85.794 | 710.66 | -1279.0 | 1300.3 | - | "Unpacked - HPD In. Point z" | 745 | 5523883 | 7414.6 | 4452.7 | 1287.3 | 11071. | - | "Unpacked - HPD QW Point x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 745 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 773 |0.001463156 | 1.8928e-06 | 2.9541e-05 | -4.9889e-05 | 4.9730e-05 | + | "Diff. - Emission Point y" | 773 |-0.0006142331 |-7.9461e-07 | 2.8441e-05 | -4.9854e-05 | 5.0000e-05 | + | "Diff. - Emission Point z" | 773 |-0.0003435551 |-4.4444e-07 | 2.9005e-05 | -4.9942e-05 | 4.9897e-05 | + | "Diff. - Energy" | 773 |2.546585e-11 | 3.2944e-14 | 5.7715e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 773 |0.000841802 | 1.0890e-06 | 2.8996e-05 | -4.9881e-05 | 4.9936e-05 | + | "Diff. - HPD In. Point y" | 773 |-0.001457307 |-1.8853e-06 | 2.9576e-05 | -4.9907e-05 | 4.9940e-05 | + | "Diff. - HPD In. Point z" | 773 |0.0005425744 | 7.0191e-07 | 2.9357e-05 | -4.9929e-05 | 4.9930e-05 | + | "Diff. - HPD QW Point x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 773 | 2535.939 | 3.2806 | 1.8211 | 0.013938 | 6.2488 | + | "Original - Cherenkov Theta" | 773 | 112.2128 | 0.14517 | 0.43568 | 0.0014840 | 2.7452 | + | "Original - Emission Point x" | 773 | -82750.3 | -107.05 | 457.69 | -3026.1 | 2673.3 | + | "Original - Emission Point y" | 773 | -32778.56 | -42.404 | 207.52 | -1071.8 | 907.61 | + | "Original - Emission Point z" | 773 | 6027935 | 7798.1 | 4107.8 | 1000.8 | 11789. | + | "Original - Energy" | 773 |0.003268594 | 4.2285e-06 | 1.0175e-06 | 1.8262e-06 | 6.6650e-06 | + | "Original - HPD In. Point x" | 773 | -573699 | -742.17 | 3197.7 | -4074.2 | 4067.7 | + | "Original - HPD In. Point y" | 773 | 117773.3 | 152.36 | 611.47 | -1155.8 | 1186.3 | + | "Original - HPD In. Point z" | 773 | 6270314 | 8111.7 | 4171.1 | 1485.3 | 11065. | + | "Original - HPD QW Point x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 773 | 2535.939 | 3.2806 | 1.8211 | 0.013938 | 6.2488 | + | "Unpacked - Cherenkov Theta" | 773 | 112.2128 | 0.14517 | 0.43568 | 0.0014840 | 2.7452 | + | "Unpacked - Emission Point x" | 773 | -82750.3 | -107.05 | 457.69 | -3026.1 | 2673.3 | + | "Unpacked - Emission Point y" | 773 | -32778.56 | -42.404 | 207.52 | -1071.8 | 907.61 | + | "Unpacked - Emission Point z" | 773 | 6027935 | 7798.1 | 4107.8 | 1000.8 | 11789. | + | "Unpacked - Energy" | 773 |0.003268594 | 4.2285e-06 | 1.0175e-06 | 1.8262e-06 | 6.6650e-06 | + | "Unpacked - HPD In. Point x" | 773 | -573699 | -742.17 | 3197.7 | -4074.2 | 4067.7 | + | "Unpacked - HPD In. Point y" | 773 | 117773.3 | 152.36 | 611.47 | -1155.8 | 1186.3 | + | "Unpacked - HPD In. Point z" | 773 | 6270314 | 8111.7 | 4171.1 | 1485.3 | 11065. | + | "Unpacked - HPD QW Point x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 773 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegmentsNext...SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Diff. - Traj. Momenta x" | 43 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | @@ -9987,80 +9997,80 @@ CheckRichSegmentsNext...SUCCESS Number of counters : 18 | "Unpacked - Traj. Point z" | 43 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 660 | 660.00 | 0.0000 | 660.00 | 660.00 | + | "# UnPackedData" | 1 | 576 | 576.00 | 0.0000 | 576.00 | 576.00 | CheckSpdHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 660 |-9.987297e-05 |-1.5132e-07 | 2.7944e-05 | -4.9367e-05 | 4.9879e-05 | - | "Diff. - TOF" | 660 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 660 | 304.9473 | 0.46204 | 0.97414 | 0.00011003 | 6.0201 | - | "Original - TOF" | 660 | 1005 | 1.5227 | 1.6988 | -1.0000 | 4.0000 | - | "Unpacked - Energy" | 660 | 304.9474 | 0.46204 | 0.97414 | 0.00010000 | 6.0201 | - | "Unpacked - TOF" | 660 | 1005 | 1.5227 | 1.6988 | -1.0000 | 4.0000 | + | "Diff. - Energy" | 576 |0.0001345185 | 2.3354e-07 | 2.8958e-05 | -4.9836e-05 | 4.9691e-05 | + | "Diff. - TOF" | 576 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 576 | 285.0676 | 0.49491 | 1.1514 | 7.5087e-05 | 9.5236 | + | "Original - TOF" | 576 | 879 | 1.5260 | 1.6974 | -1.0000 | 4.0000 | + | "Unpacked - Energy" | 576 | 285.0675 | 0.49491 | 1.1514 | 0.00010000 | 9.5236 | + | "Unpacked - TOF" | 576 | 879 | 1.5260 | 1.6974 | -1.0000 | 4.0000 | UnpackPrsHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 908 | 908.00 | 0.0000 | 908.00 | 908.00 | + | "# UnPackedData" | 1 | 916 | 916.00 | 0.0000 | 916.00 | 916.00 | CheckPrsHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 908 |-0.001541015 |-1.6972e-06 | 2.9308e-05 | -4.9991e-05 | 4.9732e-05 | - | "Diff. - TOF" | 908 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 908 | 902.0778 | 0.99348 | 3.6004 | 2.8465e-05 | 52.954 | - | "Original - TOF" | 908 | 1377 | 1.5165 | 1.7067 | -1.0000 | 5.0000 | - | "Unpacked - Energy" | 908 | 902.0793 | 0.99348 | 3.6004 | 0.0000 | 52.954 | - | "Unpacked - TOF" | 908 | 1377 | 1.5165 | 1.7067 | -1.0000 | 5.0000 | + | "Diff. - Energy" | 916 |0.0006143029 | 6.7064e-07 | 2.8271e-05 | -4.9800e-05 | 4.9813e-05 | + | "Diff. - TOF" | 916 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 916 | 942.0863 | 1.0285 | 3.8278 | 2.4046e-05 | 54.090 | + | "Original - TOF" | 916 | 1394 | 1.5218 | 1.6991 | -1.0000 | 4.0000 | + | "Unpacked - Energy" | 916 | 942.0857 | 1.0285 | 3.8278 | 0.0000 | 54.090 | + | "Unpacked - TOF" | 916 | 1394 | 1.5218 | 1.6991 | -1.0000 | 4.0000 | UnpackEcalHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 1131 | 1131.0 | 0.0000 | 1131.0 | 1131.0 | + | "# UnPackedData" | 1 | 1147 | 1147.0 | 0.0000 | 1147.0 | 1147.0 | CheckEcalHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 1131 |-0.00191579 |-1.6939e-06 | 2.8803e-05 | -4.9944e-05 | 4.9908e-05 | - | "Diff. - TOF" | 1131 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 1131 | 14465.02 | 12.790 | 64.979 | 0.00059242 | 1085.9 | - | "Original - TOF" | 1131 | 118 | 0.10433 | 0.35395 | 0.0000 | 4.0000 | - | "Unpacked - Energy" | 1131 | 14465.02 | 12.790 | 64.979 | 0.00060000 | 1085.9 | - | "Unpacked - TOF" | 1131 | 118 | 0.10433 | 0.35395 | 0.0000 | 4.0000 | + | "Diff. - Energy" | 1147 |-0.0003979265 |-3.4693e-07 | 2.9298e-05 | -4.9913e-05 | 4.9901e-05 | + | "Diff. - TOF" | 1147 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 1147 | 14395.1 | 12.550 | 58.723 | 5.0583e-05 | 1058.3 | + | "Original - TOF" | 1147 | 146 | 0.12729 | 0.34613 | 0.0000 | 2.0000 | + | "Unpacked - Energy" | 1147 | 14395.1 | 12.550 | 58.723 | 0.00010000 | 1058.3 | + | "Unpacked - TOF" | 1147 | 146 | 0.12729 | 0.34613 | 0.0000 | 2.0000 | UnpackHcalHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 105 | 105.00 | 0.0000 | 105.00 | 105.00 | + | "# UnPackedData" | 1 | 165 | 165.00 | 0.0000 | 165.00 | 165.00 | CheckHcalHitsNextNext SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 105 |-0.0001667524 |-1.5881e-06 | 2.9194e-05 | -4.9095e-05 | 4.9905e-05 | - | "Diff. - TOF" | 105 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 105 | 1548.172 | 14.744 | 39.490 | 0.0042531 | 294.60 | - | "Original - TOF" | 105 | 23 | 0.21905 | 0.47771 | -1.0000 | 1.0000 | - | "Unpacked - Energy" | 105 | 1548.172 | 14.744 | 39.490 | 0.0043000 | 294.60 | - | "Unpacked - TOF" | 105 | 23 | 0.21905 | 0.47771 | -1.0000 | 1.0000 | + | "Diff. - Energy" | 165 |-0.0008950599 |-5.4246e-06 | 2.7695e-05 | -4.7300e-05 | 4.8955e-05 | + | "Diff. - TOF" | 165 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 165 | 1834.228 | 11.117 | 29.363 | 0.00062773 | 281.40 | + | "Original - TOF" | 165 | 19 | 0.11515 | 0.44594 | -1.0000 | 1.0000 | + | "Unpacked - Energy" | 165 | 1834.228 | 11.117 | 29.363 | 0.00060000 | 281.39 | + | "Unpacked - TOF" | 165 | 19 | 0.11515 | 0.44594 | -1.0000 | 1.0000 | UnpackMuonHitsNextNext SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 1 | 109 | 109.00 | 0.0000 | 109.00 | 109.00 | + | "# UnPackedData" | 1 | 106 | 106.00 | 0.0000 | 106.00 | 106.00 | CheckMuonHitsNextNext SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 109 |-9.642162e-07 |-8.8460e-09 | 2.3570e-07 | -4.9061e-07 | 4.3216e-07 | - | "Diff. - Displacement y" | 109 |2.454416e-06 | 2.2518e-08 | 2.8782e-07 | -4.9794e-07 | 4.9319e-07 | - | "Diff. - Displacement z" | 109 |4.379163e-06 | 4.0176e-08 | 2.9051e-07 | -4.9919e-07 | 4.9493e-07 | - | "Diff. - Energy" | 109 |-2.336486e-06 |-2.1436e-08 | 5.8514e-07 | -9.8620e-07 | 9.8834e-07 | - | "Diff. - Entry Point x" | 109 |-0.0006687511 |-6.1353e-06 | 2.9929e-05 | -4.8376e-05 | 4.9032e-05 | - | "Diff. - Entry Point y" | 109 |8.859844e-05 | 8.1283e-07 | 2.8193e-05 | -4.9686e-05 | 4.9893e-05 | - | "Diff. - Entry Point z" | 109 |0.0004476531 | 4.1069e-06 | 2.9084e-05 | -4.9061e-05 | 4.9900e-05 | - | "Diff. - Parent |P|" | 109 |0.003964256 | 3.6369e-05 | 0.0028114 | -0.0048880 | 0.0049884 | - | "Diff. - TOF" | 109 |4.261697e-05 | 3.9098e-07 | 2.7679e-06 | -4.9694e-06 | 4.9175e-06 | - | "Original - Displacement x" | 109 | -111.0095 | -1.0184 | 7.8985 | -46.997 | 24.405 | - | "Original - Displacement y" | 109 | -82.91195 | -0.76066 | 9.3972 | -62.840 | 27.475 | - | "Original - Displacement z" | 109 | 358.4599 | 3.2886 | 2.3380 | -5.0081 | 5.0990 | - | "Original - Energy" | 109 | 0.5317817 | 0.0048787 | 0.011361 | 5.7517e-05 | 0.071271 | - | "Original - Entry Point x" | 109 | 16800.5 | 154.13 | 1466.8 | -3080.4 | 3428.5 | - | "Original - Entry Point y" | 109 | 20160.07 | 184.95 | 396.86 | -325.30 | 1290.3 | - | "Original - Entry Point z" | 109 | 1333697 | 12236. | 433.30 | 11954. | 15342. | - | "Original - Parent |P|" | 109 | 367207.6 | 3368.9 | 7402.2 | 1.5308 | 40168. | - | "Original - TOF" | 109 | 4608.783 | 42.282 | 3.2682 | 40.024 | 59.432 | - | "Unpacked - Displacement x" | 109 | -111.0095 | -1.0184 | 7.8985 | -46.997 | 24.405 | - | "Unpacked - Displacement y" | 109 | -82.91196 | -0.76066 | 9.3972 | -62.840 | 27.475 | - | "Unpacked - Displacement z" | 109 | 358.4599 | 3.2886 | 2.3380 | -5.0081 | 5.0990 | - | "Unpacked - Energy" | 109 | 0.531784 | 0.0048788 | 0.011361 | 5.8000e-05 | 0.071270 | - | "Unpacked - Entry Point x" | 109 | 16800.5 | 154.13 | 1466.8 | -3080.4 | 3428.5 | - | "Unpacked - Entry Point y" | 109 | 20160.07 | 184.95 | 396.86 | -325.30 | 1290.3 | - | "Unpacked - Entry Point z" | 109 | 1333697 | 12236. | 433.30 | 11954. | 15342. | - | "Unpacked - Parent |P|" | 109 | 367207.6 | 3368.9 | 7402.2 | 1.5300 | 40168. | - | "Unpacked - TOF" | 109 | 4608.783 | 42.282 | 3.2682 | 40.024 | 59.432 | + | "Diff. - Displacement x" | 106 |-6.648755e-07 |-6.2724e-09 | 3.1179e-07 | -4.9242e-07 | 4.9779e-07 | + | "Diff. - Displacement y" | 106 |2.648686e-06 | 2.4988e-08 | 2.9632e-07 | -4.8374e-07 | 4.9011e-07 | + | "Diff. - Displacement z" | 106 |1.302703e-06 | 1.2290e-08 | 2.8052e-07 | -4.9504e-07 | 4.8879e-07 | + | "Diff. - Energy" | 106 |-1.148166e-05 |-1.0832e-07 | 6.0872e-07 | -9.9416e-07 | 9.9966e-07 | + | "Diff. - Entry Point x" | 106 |0.0004720823 | 4.4536e-06 | 2.9627e-05 | -4.9885e-05 | 4.9906e-05 | + | "Diff. - Entry Point y" | 106 |0.0002205738 | 2.0809e-06 | 2.6623e-05 | -4.7940e-05 | 4.8372e-05 | + | "Diff. - Entry Point z" | 106 |-0.0003402555 |-3.2100e-06 | 2.5711e-05 | -4.8060e-05 | 4.8194e-05 | + | "Diff. - Parent |P|" | 106 |-0.04089694 |-0.00038582 | 0.0028653 | -0.0048194 | 0.0048253 | + | "Diff. - TOF" | 106 |-1.843411e-05 |-1.7391e-07 | 2.6720e-06 | -4.9694e-06 | 4.9692e-06 | + | "Original - Displacement x" | 106 | 4.814126 | 0.045416 | 2.0215 | -9.8449 | 6.2418 | + | "Original - Displacement y" | 106 | 56.04943 | 0.52877 | 5.1837 | -10.603 | 50.520 | + | "Original - Displacement z" | 106 | 407.0403 | 3.8400 | 2.4296 | -5.0000 | 5.0108 | + | "Original - Energy" | 106 | 0.3467365 | 0.0032711 | 0.016124 | 1.1563e-06 | 0.16708 | + | "Original - Entry Point x" | 106 | -24816.82 | -234.12 | 1160.7 | -2429.8 | 3785.5 | + | "Original - Entry Point y" | 106 | 39410.4 | 371.80 | 903.70 | -849.37 | 2825.1 | + | "Original - Entry Point z" | 106 | 1287297 | 12144. | 97.706 | 11954. | 12274. | + | "Original - Parent |P|" | 106 | 414672.4 | 3912.0 | 7413.0 | 1.5116 | 29736. | + | "Original - TOF" | 106 | 4393.713 | 41.450 | 2.0382 | 40.012 | 55.012 | + | "Unpacked - Displacement x" | 106 | 4.814127 | 0.045416 | 2.0215 | -9.8449 | 6.2418 | + | "Unpacked - Displacement y" | 106 | 56.04942 | 0.52877 | 5.1837 | -10.603 | 50.520 | + | "Unpacked - Displacement z" | 106 | 407.0403 | 3.8400 | 2.4296 | -5.0000 | 5.0108 | + | "Unpacked - Energy" | 106 | 0.346748 | 0.0032712 | 0.016124 | 2.0000e-06 | 0.16708 | + | "Unpacked - Entry Point x" | 106 | -24816.82 | -234.12 | 1160.7 | -2429.8 | 3785.5 | + | "Unpacked - Entry Point y" | 106 | 39410.4 | 371.80 | 903.70 | -849.37 | 2825.1 | + | "Unpacked - Entry Point z" | 106 | 1287297 | 12144. | 97.706 | 11954. | 12274. | + | "Unpacked - Parent |P|" | 106 | 414672.5 | 3912.0 | 7413.0 | 1.5100 | 29736. | + | "Unpacked - TOF" | 106 | 4393.713 | 41.450 | 2.0382 | 40.012 | 55.012 | Simulation DEBUG Finalize base class GaudiAlgorithm Simulation DEBUG Tools to release : Simulation DEBUG Services to release : @@ -10074,50 +10084,50 @@ NextNextEventGaussSim...SUCCESS Booked 4 Histogram(s) : 1D=4 NextNextEventGaussSim...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1369.82 | 1369.8 | 0.0000 | 1369.8 | 1369.8 | + | "Total Memory/MB" | 1 | 1373.332 | 1373.3 | 0.0000 | 1373.3 | 1373.3 | NextEventGaussSim.Nex...SUCCESS Booked 4 Histogram(s) : 1D=4 NextEventGaussSim.Nex...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1357.732 | 1357.7 | 0.0000 | 1357.7 | 1357.7 | + | "Total Memory/MB" | 1 | 1361.68 | 1361.7 | 0.0000 | 1361.7 | 1361.7 | PrevEventGaussSim.Pre...SUCCESS Booked 4 Histogram(s) : 1D=4 PrevEventGaussSim.Pre...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1357.732 | 1357.7 | 0.0000 | 1357.7 | 1357.7 | + | "Total Memory/MB" | 1 | 1361.68 | 1361.7 | 0.0000 | 1361.7 | 1361.7 | PrevPrevEventGaussSim...SUCCESS Booked 4 Histogram(s) : 1D=4 PrevPrevEventGaussSim...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1357.596 | 1357.6 | 0.0000 | 1357.6 | 1357.6 | + | "Total Memory/MB" | 1 | 1361.68 | 1361.7 | 0.0000 | 1361.7 | 1361.7 | MainEventGaussSim.Mai...SUCCESS Booked 4 Histogram(s) : 1D=4 MainEventGaussSim.Mai... DEBUG ==> Finalize the base class GaudiTool MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1237.66 | 1237.7 | 0.0000 | 1237.7 | 1237.7 | + | "Total Memory/MB" | 1 | 1236.288 | 1236.3 | 0.0000 | 1236.3 | 1236.3 | MainEventGaussSim.Mai... DEBUG Tools to release : MainEventGaussSim.Mai... DEBUG Services to release : GaussGenNextNext.Gaus...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenNextNext.Gaus...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1237.66 | 1237.7 | 0.0000 | 1237.7 | 1237.7 | + | "Total Memory/MB" | 1 | 1236.288 | 1236.3 | 0.0000 | 1236.3 | 1236.3 | GaussGenNext.GaussGen...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenNext.GaussGen...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1237.66 | 1237.7 | 0.0000 | 1237.7 | 1237.7 | + | "Total Memory/MB" | 1 | 1236.288 | 1236.3 | 0.0000 | 1236.3 | 1236.3 | GaussGenPrev.GaussGen...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenPrev.GaussGen...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1237.66 | 1237.7 | 0.0000 | 1237.7 | 1237.7 | + | "Total Memory/MB" | 1 | 1236.288 | 1236.3 | 0.0000 | 1236.3 | 1236.3 | GaussGenPrevPrev.Gaus...SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGenPrevPrev.Gaus...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1237.66 | 1237.7 | 0.0000 | 1237.7 | 1237.7 | + | "Total Memory/MB" | 1 | 1236.288 | 1236.3 | 0.0000 | 1236.3 | 1236.3 | Generation.BeamSpotSm... DEBUG ==> Finalize the base class GaudiTool Generation.BeamSpotSm... DEBUG Tools to release : Generation.BeamSpotSm... DEBUG Services to release : @@ -10147,7 +10157,7 @@ GaussGen.GaussGenMemory DEBUG ==> Finalize the base class GaudiTool GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 1 | 1237.66 | 1237.7 | 0.0000 | 1237.7 | 1237.7 | + | "Total Memory/MB" | 1 | 1236.288 | 1236.3 | 0.0000 | 1236.3 | 1236.3 | GaussGen.GaussGenMemory DEBUG Tools to release : GaussGen.GaussGenMemory DEBUG Services to release : ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- @@ -10167,40 +10177,40 @@ GaussGeo.MuonSDet DEBUG Services to release : GaussGeo.Hcal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Hcal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 5 | 7.513468 | 1.5027 | 1.4874 | 0.0000 | 4.0227 | - | "#hits" | 5 | 371 | 74.200 | 69.852 | 0.0000 | 174.00 | - | "#subhits" | 5 | 468 | 93.600 | 89.783 | 0.0000 | 225.00 | - | "#tslots" | 5 | 622 | 124.40 | 118.29 | 0.0000 | 295.00 | + | "#energy" | 5 | 8.044126 | 1.6088 | 1.6206 | 0.0000 | 4.4140 | + | "#hits" | 5 | 427 | 85.400 | 74.352 | 0.0000 | 187.00 | + | "#subhits" | 5 | 578 | 115.60 | 104.12 | 0.0000 | 268.00 | + | "#tslots" | 5 | 739 | 147.80 | 132.17 | 0.0000 | 335.00 | GaussGeo.Hcal DEBUG Tools to release : GaussGeo.Hcal DEBUG Services to release : HistogramDataSvc GaussGeo.Hcal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Ecal DEBUG ==> Finalize the base class GaudiTool GaussGeo.Ecal SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 5 | 73.93377 | 14.787 | 15.764 | 0.0000 | 43.119 | - | "#hits" | 5 | 3066 | 613.20 | 552.25 | 0.0000 | 1358.0 | - | "#subhits" | 5 | 5504 | 1100.8 | 1069.5 | 0.0000 | 2830.0 | - | "#tslots" | 5 | 6100 | 1220.0 | 1174.9 | 0.0000 | 3084.0 | + | "#energy" | 5 | 81.39903 | 16.280 | 17.360 | 0.0000 | 47.286 | + | "#hits" | 5 | 3286 | 657.20 | 642.27 | 0.0000 | 1731.0 | + | "#subhits" | 5 | 5808 | 1161.6 | 1277.3 | 0.0000 | 3489.0 | + | "#tslots" | 5 | 6475 | 1295.0 | 1397.5 | 0.0000 | 3813.0 | GaussGeo.Ecal DEBUG Tools to release : GaussGeo.Ecal DEBUG Services to release : HistogramDataSvc GaussGeo.Ecal DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Prs DEBUG ==> Finalize the base class GaudiTool GaussGeo.Prs SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 5 | 5.95689 | 1.1914 | 1.2707 | 0.0000 | 3.4165 | - | "#hits" | 5 | 611 | 122.20 | 120.32 | 0.0000 | 299.00 | - | "#subhits" | 5 | 951 | 190.20 | 191.02 | 0.0000 | 502.00 | - | "#tslots" | 5 | 5673 | 1134.6 | 1138.5 | 0.0000 | 2991.0 | + | "#energy" | 5 | 6.560682 | 1.3121 | 1.5461 | 0.0000 | 4.2038 | + | "#hits" | 5 | 739 | 147.80 | 151.92 | 0.0000 | 409.00 | + | "#subhits" | 5 | 1056 | 211.20 | 238.79 | 0.0000 | 648.00 | + | "#tslots" | 5 | 6282 | 1256.4 | 1425.6 | 0.0000 | 3870.0 | GaussGeo.Prs DEBUG Tools to release : GaussGeo.Prs DEBUG Services to release : HistogramDataSvc GaussGeo.Prs DEBUG Releasing service 'HistogramDataSvc' GaussGeo.Spd DEBUG ==> Finalize the base class GaudiTool GaussGeo.Spd SUCCESS Number of counters : 4 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "#energy" | 5 | 2.017573 | 0.40351 | 0.39891 | 0.0000 | 1.0148 | - | "#hits" | 5 | 400 | 80.000 | 75.821 | 0.0000 | 178.00 | - | "#subhits" | 5 | 616 | 123.20 | 115.95 | 0.0000 | 293.00 | - | "#tslots" | 5 | 3668 | 733.60 | 691.64 | 0.0000 | 1752.0 | + | "#energy" | 5 | 2.046274 | 0.40925 | 0.50886 | 0.0000 | 1.3806 | + | "#hits" | 5 | 484 | 96.800 | 106.55 | 0.0000 | 291.00 | + | "#subhits" | 5 | 619 | 123.80 | 144.87 | 0.0000 | 395.00 | + | "#tslots" | 5 | 3675 | 735.00 | 862.25 | 0.0000 | 2351.0 | GaussGeo.Spd DEBUG Tools to release : GaussGeo.Spd DEBUG Services to release : HistogramDataSvc GaussGeo.Spd DEBUG Releasing service 'HistogramDataSvc' @@ -10374,520 +10384,520 @@ Generation.MinimumBia... DEBUG ==> Finalize the base class GaudiTool Generation.MinimumBia... DEBUG Tools to release : Generation.MinimumBia... DEBUG Services to release : TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 104020.000 | 104636.227 | 104636.227 104636.2 0.00 | 1 | 104.636 | -TimingAuditor.TIMER INFO GaussSequencer | 104010.000 | 104621.633 | 104621.633 104621.6 0.00 | 1 | 104.622 | -TimingAuditor.TIMER INFO Generator | 1430.000 | 1429.627 | 1429.627 1429.6 0.00 | 1 | 1.430 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1390.000 | 1387.607 | 1387.607 1387.6 0.00 | 1 | 1.388 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.461 | 1.461 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO Generation | 1390.000 | 1383.846 | 1383.846 1383.8 0.00 | 1 | 1.384 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 2.243 | 2.243 2.2 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 2.192 | 2.192 2.2 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GeneratorSlotPrevPrevSeq | 0.000 | 3.741 | 3.741 3.7 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GaussGenPrevPrev | 0.000 | 0.728 | 0.728 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenerationPrevPrev | 0.000 | 2.837 | 2.837 2.8 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GenMonitorPrevPrev | 0.000 | 0.147 | 0.147 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenMonitorAlgPrevPrev | 0.000 | 0.136 | 0.136 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GeneratorSlotPrevSeq | 0.000 | 1.415 | 1.415 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GaussGenPrev | 0.000 | 0.318 | 0.318 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenerationPrev | 0.000 | 1.040 | 1.040 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenMonitorPrev | 0.000 | 0.033 | 0.033 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenMonitorAlgPrev | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GeneratorSlotNextSeq | 30.000 | 27.366 | 27.366 27.4 0.00 | 1 | 0.027 | -TimingAuditor.TIMER INFO GaussGenNext | 0.000 | 0.307 | 0.307 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenerationNext | 30.000 | 26.771 | 26.771 26.8 0.00 | 1 | 0.027 | -TimingAuditor.TIMER INFO GenMonitorNext | 0.000 | 0.245 | 0.245 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenMonitorAlgNext | 0.000 | 0.233 | 0.233 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GeneratorSlotNextNextSeq | 10.000 | 9.467 | 9.467 9.5 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO GaussGenNextNext | 0.000 | 0.585 | 0.585 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenerationNextNext | 10.000 | 8.718 | 8.718 8.7 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO GenMonitorNextNext | 0.000 | 0.119 | 0.119 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GenMonitorAlgNextNext | 0.000 | 0.108 | 0.108 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO Simulation | 102580.000 | 103191.930 | 103191.930 103191.9 0.00 | 1 | 103.192 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 64550.000 | 65036.746 | 65036.746 65036.7 0.00 | 1 | 65.037 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.080 | 1.080 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 64550.000 | 65035.625 | 65035.625 65035.6 0.00 | 1 | 65.036 | -TimingAuditor.TIMER INFO MakeMainSim | 64460.000 | 64934.895 | 64934.895 64934.9 0.00 | 1 | 64.935 | -TimingAuditor.TIMER INFO GenToSim | 30670.000 | 30928.488 | 30928.486 30928.5 0.00 | 1 | 30.928 | -TimingAuditor.TIMER INFO GiGaFlush | 33740.000 | 33953.688 | 33953.688 33953.7 0.00 | 1 | 33.954 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 0.000 | 8.445 | 8.445 8.4 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO DetectorsHits | 40.000 | 34.921 | 34.921 34.9 0.00 | 1 | 0.035 | -TimingAuditor.TIMER INFO GetPuVetoHits | 10.000 | 0.784 | 0.784 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 1.632 | 1.632 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetTTHits | 0.000 | 3.247 | 3.247 3.2 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetITHits | 0.000 | 3.619 | 3.619 3.6 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetOTHits | 10.000 | 5.329 | 5.329 5.3 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO RichHits | 10.000 | 12.106 | 12.106 12.1 0.00 | 1 | 0.012 | -TimingAuditor.TIMER INFO GetRichHits | 10.000 | 5.671 | 5.671 5.7 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 1.624 | 1.624 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 1.799 | 1.799 1.8 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 1.418 | 1.418 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.679 | 0.679 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.713 | 0.713 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.835 | 0.835 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 1.381 | 1.381 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetEcalHits | 10.000 | 1.591 | 1.591 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.198 | 0.198 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 4.000 | 4.000 4.0 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO MainEventDataPacking | 10.000 | 9.033 | 9.033 9.0 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 1.645 | 1.645 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 1.026 | 1.026 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 0.965 | 0.965 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.076 | 0.076 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.063 | 0.063 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.508 | 0.508 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.136 | 0.136 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.086 | 0.086 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.736 | 0.736 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.182 | 0.182 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.445 | 0.445 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.066 | 0.066 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.591 | 0.591 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 1.046 | 1.046 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.795 | 0.795 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.433 | 0.433 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitor | 90.000 | 100.701 | 100.701 100.7 0.00 | 1 | 0.101 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.274 | 0.274 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.833 | 0.833 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.602 | 0.602 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DetectorsMonitor | 20.000 | 26.711 | 26.711 26.7 0.00 | 1 | 0.027 | -TimingAuditor.TIMER INFO VeloGaussMoni | 10.000 | 15.588 | 15.588 15.6 0.00 | 1 | 0.016 | -TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 1.380 | 1.380 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.304 | 0.304 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 0.768 | 0.768 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 1.487 | 1.487 1.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 1.705 | 1.705 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO EcalMonitor | 10.000 | 2.409 | 2.409 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.670 | 0.670 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 2.270 | 2.270 2.3 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DataUnpackTest | 70.000 | 72.185 | 72.185 72.2 0.00 | 1 | 0.072 | -TimingAuditor.TIMER INFO UnpackMCVertex | 10.000 | 2.213 | 2.213 2.2 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 2.587 | 2.587 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.890 | 0.890 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 1.186 | 1.186 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.655 | 0.655 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 0.849 | 0.849 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.365 | 0.365 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHits | 10.000 | 4.439 | 4.439 4.4 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.176 | 0.176 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHits | 0.000 | 1.874 | 1.874 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.102 | 0.102 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHits | 0.000 | 1.063 | 1.063 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.441 | 0.441 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHits | 0.000 | 4.593 | 4.593 4.6 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO UnpackRichHits | 10.000 | 1.010 | 1.010 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 1.355 | 1.355 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.928 | 0.928 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.556 | 0.556 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichHits | 0.000 | 4.142 | 4.142 4.1 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO CheckRichOpPhot | 30.000 | 25.255 | 25.255 25.3 0.00 | 1 | 0.025 | -TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 1.078 | 1.078 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.208 | 0.208 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.995 | 0.995 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 2.354 | 2.354 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 1.140 | 1.140 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckPrsHits | 0.000 | 3.311 | 3.311 3.3 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 1.621 | 1.621 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CheckEcalHits | 10.000 | 3.244 | 3.244 3.2 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.135 | 0.135 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.314 | 0.314 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.194 | 0.194 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 2.364 | 2.364 2.4 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO PrevPrevEventSeq | 30.000 | 24.376 | 24.376 24.4 0.00 | 1 | 0.024 | -TimingAuditor.TIMER INFO PrevPrevEventGaussSim | 0.000 | 0.696 | 0.696 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrevPrevSimulation | 30.000 | 23.644 | 23.644 23.6 0.00 | 1 | 0.024 | -TimingAuditor.TIMER INFO MakePrevPrevSim | 20.000 | 20.906 | 20.906 20.9 0.00 | 1 | 0.021 | -TimingAuditor.TIMER INFO GenToSimPrevPrev | 0.000 | 3.384 | 3.384 3.4 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaFlushPrevPrev | 20.000 | 16.210 | 16.210 16.2 0.00 | 1 | 0.016 | -TimingAuditor.TIMER INFO GiGaCheckEventPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthPrevPrev | 0.000 | 0.147 | 0.147 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsHitsPrevPrev | 0.000 | 0.672 | 0.672 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetPuVetoHitsPrevPrev | 0.000 | 0.043 | 0.043 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO EVENT LOOP | 127910.000 | 128316.773 | 128316.781 128316.8 0.00 | 1 | 128.317 | +TimingAuditor.TIMER INFO GaussSequencer | 127890.000 | 128303.070 | 128303.070 128303.1 0.00 | 1 | 128.303 | +TimingAuditor.TIMER INFO Generator | 1460.000 | 1465.512 | 1465.512 1465.5 0.00 | 1 | 1.466 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1420.000 | 1423.773 | 1423.773 1423.8 0.00 | 1 | 1.424 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 1.440 | 1.440 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Generation | 1420.000 | 1420.052 | 1420.052 1420.1 0.00 | 1 | 1.420 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 2.229 | 2.229 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 2.172 | 2.172 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GeneratorSlotPrevPrevSeq | 0.000 | 3.884 | 3.884 3.9 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GaussGenPrevPrev | 0.000 | 0.802 | 0.802 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenerationPrevPrev | 0.000 | 2.872 | 2.872 2.9 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GenMonitorPrevPrev | 0.000 | 0.181 | 0.181 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlgPrevPrev | 0.000 | 0.169 | 0.169 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GeneratorSlotPrevSeq | 0.000 | 1.532 | 1.532 1.5 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GaussGenPrev | 0.000 | 0.335 | 0.335 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenerationPrev | 0.000 | 0.989 | 0.989 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenMonitorPrev | 0.000 | 0.187 | 0.187 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlgPrev | 0.000 | 0.180 | 0.180 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GeneratorSlotNextSeq | 30.000 | 26.712 | 26.712 26.7 0.00 | 1 | 0.027 | +TimingAuditor.TIMER INFO GaussGenNext | 0.000 | 0.255 | 0.255 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenerationNext | 30.000 | 26.136 | 26.136 26.1 0.00 | 1 | 0.026 | +TimingAuditor.TIMER INFO GenMonitorNext | 0.000 | 0.273 | 0.273 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlgNext | 0.000 | 0.245 | 0.245 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GeneratorSlotNextNextSeq | 10.000 | 9.584 | 9.584 9.6 0.00 | 1 | 0.010 | +TimingAuditor.TIMER INFO GaussGenNextNext | 0.000 | 0.552 | 0.552 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenerationNextNext | 10.000 | 8.795 | 8.795 8.8 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO GenMonitorNextNext | 0.000 | 0.168 | 0.168 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GenMonitorAlgNextNext | 0.000 | 0.156 | 0.156 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO Simulation | 126430.000 | 126837.484 | 126837.484 126837.5 0.00 | 1 | 126.837 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 88120.000 | 88407.469 | 88407.469 88407.5 0.00 | 1 | 88.407 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 1.369 | 1.369 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MainSimulation | 88120.000 | 88406.039 | 88406.039 88406.0 0.00 | 1 | 88.406 | +TimingAuditor.TIMER INFO MakeMainSim | 87990.000 | 88268.586 | 88268.586 88268.6 0.00 | 1 | 88.269 | +TimingAuditor.TIMER INFO GenToSim | 30840.000 | 31019.225 | 31019.225 31019.2 0.00 | 1 | 31.019 | +TimingAuditor.TIMER INFO GiGaFlush | 57080.000 | 57173.926 | 57173.926 57173.9 0.00 | 1 | 57.174 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.032 | 0.032 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 10.000 | 10.621 | 10.621 10.6 0.00 | 1 | 0.011 | +TimingAuditor.TIMER INFO DetectorsHits | 50.000 | 54.503 | 54.503 54.5 0.00 | 1 | 0.055 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.831 | 0.831 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 2.525 | 2.525 2.5 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetTTHits | 10.000 | 5.227 | 5.227 5.2 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GetITHits | 0.000 | 4.899 | 4.899 4.9 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GetOTHits | 10.000 | 7.971 | 7.971 8.0 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO RichHits | 20.000 | 24.266 | 24.266 24.3 0.00 | 1 | 0.024 | +TimingAuditor.TIMER INFO GetRichHits | 10.000 | 14.048 | 14.048 14.0 0.00 | 1 | 0.014 | +TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 2.793 | 2.793 2.8 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetRichSegments | 10.000 | 3.438 | 3.438 3.4 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 1.430 | 1.430 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.518 | 0.518 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 1.777 | 1.777 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.857 | 0.857 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.957 | 0.957 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 1.297 | 1.297 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.159 | 0.159 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 5.213 | 5.213 5.2 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO MainEventDataPacking | 10.000 | 10.087 | 10.087 10.1 0.00 | 1 | 0.010 | +TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 1.725 | 1.725 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.865 | 0.865 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 1.393 | 1.393 1.4 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.032 | 0.032 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.061 | 0.061 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.069 | 0.069 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.107 | 0.107 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.743 | 0.743 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.118 | 0.118 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.162 | 0.162 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.837 | 0.837 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 2.121 | 2.121 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO MCRichSegmentPacker | 10.000 | 0.905 | 0.905 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.552 | 0.552 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SimMonitor | 130.000 | 137.438 | 137.438 137.4 0.00 | 1 | 0.137 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.273 | 0.273 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.952 | 0.952 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.882 | 0.882 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DetectorsMonitor | 10.000 | 21.171 | 21.171 21.2 0.00 | 1 | 0.021 | +TimingAuditor.TIMER INFO VeloGaussMoni | 0.000 | 7.705 | 7.705 7.7 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 2.882 | 2.882 2.9 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO ITHitMonitor | 10.000 | 0.742 | 0.742 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 0.974 | 0.974 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 1.786 | 1.786 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 2.187 | 2.187 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 2.100 | 2.100 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.508 | 0.508 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 2.090 | 2.090 2.1 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO DataUnpackTest | 110.000 | 114.055 | 114.055 114.1 0.00 | 1 | 0.114 | +TimingAuditor.TIMER INFO UnpackMCVertex | 10.000 | 1.452 | 1.452 1.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 1.472 | 1.472 1.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.947 | 0.947 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 0.962 | 0.962 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.559 | 0.559 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 0.949 | 0.949 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.232 | 0.232 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHits | 0.000 | 5.585 | 5.585 5.6 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.121 | 0.121 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHits | 10.000 | 2.937 | 2.937 2.9 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.114 | 0.114 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHits | 0.000 | 2.643 | 2.643 2.6 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.269 | 0.269 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHits | 10.000 | 7.568 | 7.568 7.6 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 0.974 | 0.974 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 1.318 | 1.318 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.958 | 0.958 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.576 | 0.576 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckRichHits | 10.000 | 8.963 | 8.963 9.0 0.00 | 1 | 0.009 | +TimingAuditor.TIMER INFO CheckRichOpPhot | 60.000 | 56.093 | 56.093 56.1 0.00 | 1 | 0.056 | +TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 1.563 | 1.563 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.193 | 0.193 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.776 | 0.776 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 2.714 | 2.714 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.600 | 0.600 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckPrsHits | 10.000 | 4.224 | 4.224 4.2 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.569 | 0.569 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckEcalHits | 0.000 | 4.022 | 4.022 4.0 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.069 | 0.069 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.367 | 0.367 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.128 | 0.128 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 3.709 | 3.709 3.7 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO PrevPrevEventSeq | 30.000 | 24.282 | 24.282 24.3 0.00 | 1 | 0.024 | +TimingAuditor.TIMER INFO PrevPrevEventGaussSim | 0.000 | 0.638 | 0.638 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrevPrevSimulation | 30.000 | 23.625 | 23.625 23.6 0.00 | 1 | 0.024 | +TimingAuditor.TIMER INFO MakePrevPrevSim | 20.000 | 20.769 | 20.769 20.8 0.00 | 1 | 0.021 | +TimingAuditor.TIMER INFO GenToSimPrevPrev | 10.000 | 3.686 | 3.686 3.7 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GiGaFlushPrevPrev | 10.000 | 15.678 | 15.678 15.7 0.00 | 1 | 0.016 | +TimingAuditor.TIMER INFO GiGaCheckEventPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthPrevPrev | 0.000 | 0.166 | 0.166 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsHitsPrevPrev | 0.000 | 0.787 | 0.787 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetPuVetoHitsPrevPrev | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO GetVeloHitsPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetTTHitsPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetITHitsPrevPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetOTHitsPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO RichHitsPrevPrev | 0.000 | 0.472 | 0.472 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichHitsPrevPrev | 0.000 | 0.249 | 0.249 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichPhotonsPrevPrev| 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichSegmentsPrevPre| 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetTTHitsPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetITHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetOTHitsPrevPrev | 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO RichHitsPrevPrev | 0.000 | 0.456 | 0.456 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichHitsPrevPrev | 0.000 | 0.312 | 0.312 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichPhotonsPrevPrev| 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichSegmentsPrevPre| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO GetRichTracksPrevPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.042 | 0.042 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.048 | 0.048 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHitsPrevPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHitsPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHitsPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsPrevPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevPrevEventDataPacking| 0.000 | 0.385 | 0.385 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCParticlePrevPrev | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCVertexPrevPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPackerPrevPrev| 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerPrevPr| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerPrevPrev| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerPrevPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerPrevPrev| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPackerPrevPrev| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerPrevPrev| 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerPrevP| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.029 | 0.029 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPackerPrevPr| 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorPrevPrev | 10.000 | 2.708 | 2.708 2.7 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaGetPrevPrevEvent | 0.000 | 0.066 | 0.066 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevPrevMCTruthMonitor | 0.000 | 0.036 | 0.036 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgPrevPrev | 0.000 | 0.034 | 0.034 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitorPrevPrev| 10.000 | 1.929 | 1.929 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO VeloGaussMoniPrevPrev | 10.000 | 0.167 | 0.167 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO TTHitMonitorPrevPrev | 0.000 | 0.077 | 0.077 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO ITHitMonitorPrevPrev | 0.000 | 0.061 | 0.061 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitorPrevPrev | 0.000 | 0.058 | 0.058 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SpdMonitorPrevPrev | 0.000 | 0.172 | 0.172 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrsMonitorPrevPrev | 0.000 | 0.128 | 0.128 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO EcalMonitorPrevPrev | 0.000 | 0.181 | 0.181 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO HcalMonitorPrevPrev | 0.000 | 0.126 | 0.126 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MuonHitCheckerPrevPrev | 0.000 | 0.842 | 0.842 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTestPrevPrev | 0.000 | 0.597 | 0.597 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMCVertexPrevPrev | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMCParticlePrevPre| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCVertexPrevPrev| 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticlePrevPr| 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsPrevPre| 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsPrevPrev| 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHitsPrevPrev | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackTTHitsPrevPrev | 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackITHitsPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackOTHitsPrevPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichHitsPrevPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhotPrevPre| 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichSegmentsPrevP| 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichTracksPrevPre| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsPrevPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichOpPhotPrevPrev| 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichSegmentsPrevPr| 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichTracksPrevPrev| 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsPrevPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPrsHitsPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackEcalHitsPrevPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackHcalHitsPrevPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHitsPrevPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevEventSeq | 20.000 | 13.585 | 13.585 13.6 0.00 | 1 | 0.014 | -TimingAuditor.TIMER INFO PrevEventGaussSim | 0.000 | 0.342 | 0.342 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevSimulation | 20.000 | 13.220 | 13.220 13.2 0.00 | 1 | 0.013 | -TimingAuditor.TIMER INFO MakePrevSim | 10.000 | 10.261 | 10.261 10.3 0.00 | 1 | 0.010 | -TimingAuditor.TIMER INFO GenToSimPrev | 0.000 | 0.117 | 0.117 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaFlushPrev | 10.000 | 9.110 | 9.110 9.1 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO GiGaCheckEventPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthPrev | 0.000 | 0.057 | 0.057 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsHitsPrev | 0.000 | 0.464 | 0.464 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPuVetoHitsPrev | 0.000 | 0.029 | 0.029 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetTTHitsPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetITHitsPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetOTHitsPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO RichHitsPrev | 0.000 | 0.247 | 0.247 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichHitsPrev | 0.000 | 0.075 | 0.075 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichPhotonsPrev | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichSegmentsPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichTracksPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.046 | 0.046 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.039 | 0.039 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHitsPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHitsPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHitsPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevEventDataPacking | 0.000 | 0.439 | 0.439 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCParticlePrev | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCVertexPrev | 0.000 | 0.035 | 0.035 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPackerPrev | 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerPrev | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPackerPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPackerPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorPrev | 10.000 | 2.948 | 2.948 2.9 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaGetPrevEvent | 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrevMCTruthMonitor | 0.000 | 0.043 | 0.043 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.026 | 0.026 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHitsPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHitsPrevPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevPrevEventDataPacking| 0.000 | 0.362 | 0.362 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCParticlePrevPrev | 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertexPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPackerPrevPrev| 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerPrevPr| 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerPrevPrev| 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerPrevPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerPrevPrev| 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerPrevPrev| 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerPrevPrev| 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerPrevP| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPackerPrevPr| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorPrevPrev | 10.000 | 2.842 | 2.842 2.8 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GiGaGetPrevPrevEvent | 0.000 | 0.072 | 0.072 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevPrevMCTruthMonitor | 0.000 | 0.044 | 0.044 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgPrevPrev | 0.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitorPrevPrev| 10.000 | 2.010 | 2.010 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO VeloGaussMoniPrevPrev | 0.000 | 0.158 | 0.158 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO TTHitMonitorPrevPrev | 0.000 | 0.085 | 0.085 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO ITHitMonitorPrevPrev | 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitorPrevPrev | 0.000 | 0.062 | 0.062 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SpdMonitorPrevPrev | 0.000 | 0.131 | 0.131 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrsMonitorPrevPrev | 0.000 | 0.124 | 0.124 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO EcalMonitorPrevPrev | 0.000 | 0.138 | 0.138 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO HcalMonitorPrevPrev | 0.000 | 0.122 | 0.122 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MuonHitCheckerPrevPrev | 10.000 | 0.992 | 0.992 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestPrevPrev | 0.000 | 0.616 | 0.616 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackMCVertexPrevPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticlePrevPre| 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertexPrevPrev| 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticlePrevPr| 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsPrevPre| 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsPrevPrev| 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHitsPrevPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackTTHitsPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackITHitsPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackOTHitsPrevPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichHitsPrevPrev | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhotPrevPre| 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegmentsPrevP| 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracksPrevPre| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsPrevPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichOpPhotPrevPrev| 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichSegmentsPrevPr| 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichTracksPrevPrev| 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsPrevPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHitsPrevPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPrsHitsPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackEcalHitsPrevPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackHcalHitsPrevPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHitsPrevPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsPrevPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevEventSeq | 10.000 | 13.367 | 13.367 13.4 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO PrevEventGaussSim | 0.000 | 0.304 | 0.304 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevSimulation | 10.000 | 13.030 | 13.030 13.0 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO MakePrevSim | 10.000 | 9.821 | 9.821 9.8 0.00 | 1 | 0.010 | +TimingAuditor.TIMER INFO GenToSimPrev | 0.000 | 0.095 | 0.095 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaFlushPrev | 10.000 | 8.355 | 8.355 8.4 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GiGaCheckEventPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthPrev | 0.000 | 0.042 | 0.042 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsHitsPrev | 0.000 | 0.508 | 0.508 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetPuVetoHitsPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetTTHitsPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetITHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetOTHitsPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO RichHitsPrev | 0.000 | 0.317 | 0.317 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichHitsPrev | 0.000 | 0.130 | 0.130 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichPhotonsPrev | 0.000 | 0.035 | 0.035 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichSegmentsPrev | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetRichTracksPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackPre| 0.000 | 0.029 | 0.029 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHitsPrev | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevEventDataPacking | 0.000 | 0.727 | 0.727 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PackMCParticlePrev | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertexPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPackerPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPackerPrev| 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPackerPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorPrev | 0.000 | 3.192 | 3.192 3.2 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GiGaGetPrevEvent | 0.000 | 0.055 | 0.055 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrevMCTruthMonitor | 0.000 | 0.063 | 0.063 0.1 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO GiGaGetHitsAlgPrev | 0.000 | 0.029 | 0.029 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitorPrev | 10.000 | 2.124 | 2.124 2.1 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO VeloGaussMoniPrev | 0.000 | 0.155 | 0.155 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO TTHitMonitorPrev | 0.000 | 0.050 | 0.050 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO ITHitMonitorPrev | 0.000 | 0.046 | 0.046 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitorPrev | 0.000 | 0.049 | 0.049 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SpdMonitorPrev | 0.000 | 0.283 | 0.283 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PrsMonitorPrev | 0.000 | 0.177 | 0.177 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO EcalMonitorPrev | 0.000 | 0.150 | 0.150 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO HcalMonitorPrev | 0.000 | 0.135 | 0.135 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MuonHitCheckerPrev | 10.000 | 0.987 | 0.987 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO DataUnpackTestPrev | 0.000 | 0.612 | 0.612 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMCVertexPrev | 0.000 | 0.023 | 0.023 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMCParticlePrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCVertexPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticlePrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsPrev | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackTTHitsPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackITHitsPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackOTHitsPrev | 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHitsPrev | 0.000 | 0.010 | 0.010 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichHitsPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhotPrev | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichSegmentsPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichTracksPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichOpPhotPrev | 0.000 | 0.008 | 0.008 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichSegmentsPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichTracksPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPrsHitsPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackEcalHitsPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitorPrev | 0.000 | 2.238 | 2.238 2.2 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO VeloGaussMoniPrev | 0.000 | 0.133 | 0.133 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO TTHitMonitorPrev | 0.000 | 0.066 | 0.066 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO ITHitMonitorPrev | 0.000 | 0.058 | 0.058 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitorPrev | 0.000 | 0.087 | 0.087 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SpdMonitorPrev | 0.000 | 0.167 | 0.167 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PrsMonitorPrev | 0.000 | 0.181 | 0.181 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO EcalMonitorPrev | 0.000 | 0.145 | 0.145 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO HcalMonitorPrev | 0.000 | 0.140 | 0.140 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MuonHitCheckerPrev | 0.000 | 1.162 | 1.162 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestPrev | 0.000 | 0.746 | 0.746 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackMCVertexPrev | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticlePrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertexPrev | 0.000 | 0.009 | 0.009 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticlePrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsPrev | 0.000 | 0.021 | 0.021 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHitsPrev | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackTTHitsPrev | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackITHitsPrev | 0.000 | 0.012 | 0.012 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackOTHitsPrev | 0.000 | 0.011 | 0.011 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichHitsPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhotPrev | 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegmentsPrev | 0.000 | 0.134 | 0.134 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracksPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichOpPhotPrev | 0.000 | 0.007 | 0.007 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichSegmentsPrev | 0.000 | 0.006 | 0.006 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichTracksPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPrsHitsPrev | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHitsPrev | 0.000 | 0.003 | 0.003 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackEcalHitsPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | TimingAuditor.TIMER INFO UnpackHcalHitsPrev | 0.000 | 0.013 | 0.013 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHitsPrev | 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsPrev | 0.000 | 0.005 | 0.005 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextEventSeq | 24680.000 | 24798.045 | 24798.043 24798.0 0.00 | 1 | 24.798 | +TimingAuditor.TIMER INFO CheckHcalHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHitsPrev | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsPrev | 0.000 | 0.004 | 0.004 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextEventSeq | 23410.000 | 23490.715 | 23490.715 23490.7 0.00 | 1 | 23.491 | TimingAuditor.TIMER INFO NextEventGaussSim | 0.000 | 0.338 | 0.338 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextSimulation | 24680.000 | 24797.682 | 24797.682 24797.7 0.00 | 1 | 24.798 | -TimingAuditor.TIMER INFO MakeNextSim | 24590.000 | 24714.289 | 24714.289 24714.3 0.00 | 1 | 24.714 | -TimingAuditor.TIMER INFO GenToSimNext | 0.000 | 0.635 | 0.635 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GiGaFlushNext | 24570.000 | 24692.828 | 24692.828 24692.8 0.00 | 1 | 24.693 | -TimingAuditor.TIMER INFO GiGaCheckEventNext | 0.000 | 0.015 | 0.015 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthNext | 10.000 | 2.159 | 2.159 2.2 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DetectorsHitsNext | 10.000 | 15.285 | 15.285 15.3 0.00 | 1 | 0.015 | -TimingAuditor.TIMER INFO GetPuVetoHitsNext | 0.000 | 0.075 | 0.075 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsNext | 0.000 | 0.848 | 0.848 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetTTHitsNext | 0.000 | 1.142 | 1.142 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetITHitsNext | 0.000 | 0.811 | 0.811 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetOTHitsNext | 0.000 | 1.720 | 1.720 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO RichHitsNext | 10.000 | 6.950 | 6.950 6.9 0.00 | 1 | 0.007 | -TimingAuditor.TIMER INFO GetRichHitsNext | 0.000 | 3.251 | 3.251 3.3 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetRichPhotonsNext | 10.000 | 1.048 | 1.048 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichSegmentsNext | 0.000 | 1.213 | 1.213 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichTracksNext | 0.000 | 0.783 | 0.783 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.083 | 0.083 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.487 | 0.487 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHitsNext | 0.000 | 0.445 | 0.445 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsNext | 0.000 | 0.727 | 0.727 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetEcalHitsNext | 0.000 | 0.961 | 0.961 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetHcalHitsNext | 0.000 | 0.146 | 0.146 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsNext | 0.000 | 1.336 | 1.336 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextEventDataPacking | 0.000 | 3.269 | 3.269 3.3 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO PackMCParticleNext | 0.000 | 0.613 | 0.613 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PackMCVertexNext | 0.000 | 0.426 | 0.426 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPackerNext | 0.000 | 0.139 | 0.139 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerNext | 0.000 | 0.059 | 0.059 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerNext | 0.000 | 0.058 | 0.058 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerNext | 0.000 | 0.039 | 0.039 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerNext | 0.000 | 0.095 | 0.095 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerNext | 0.000 | 0.063 | 0.063 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerNext | 0.000 | 0.164 | 0.164 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerNext | 0.000 | 0.099 | 0.099 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerNext | 0.000 | 0.141 | 0.141 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPackerNext | 0.000 | 0.040 | 0.040 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerNext | 0.000 | 0.168 | 0.168 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerNext | 0.000 | 0.714 | 0.714 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.204 | 0.204 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPackerNext | 0.000 | 0.063 | 0.063 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorNext | 90.000 | 83.379 | 83.379 83.4 0.00 | 1 | 0.083 | -TimingAuditor.TIMER INFO GiGaGetNextEvent | 0.000 | 0.113 | 0.113 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextMCTruthMonitor | 0.000 | 0.354 | 0.354 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgNext | 10.000 | 0.200 | 0.200 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitorNext | 30.000 | 22.354 | 22.354 22.4 0.00 | 1 | 0.022 | -TimingAuditor.TIMER INFO VeloGaussMoniNext | 10.000 | 13.992 | 13.992 14.0 0.00 | 1 | 0.014 | -TimingAuditor.TIMER INFO TTHitMonitorNext | 0.000 | 0.655 | 0.655 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO ITHitMonitorNext | 0.000 | 0.353 | 0.353 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitorNext | 0.000 | 1.002 | 1.002 1.0 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO SpdMonitorNext | 10.000 | 1.098 | 1.098 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitorNext | 0.000 | 1.355 | 1.355 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO EcalMonitorNext | 0.000 | 1.529 | 1.529 1.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO HcalMonitorNext | 0.000 | 0.634 | 0.634 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitCheckerNext | 10.000 | 1.586 | 1.586 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DataUnpackTestNext | 50.000 | 60.290 | 60.290 60.3 0.00 | 1 | 0.060 | -TimingAuditor.TIMER INFO UnpackMCVertexNext | 0.000 | 1.284 | 1.284 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackMCParticleNext | 0.000 | 1.892 | 1.892 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO CompareMCVertexNext | 0.000 | 0.444 | 0.444 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticleNext | 0.000 | 0.412 | 0.412 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsNext | 0.000 | 0.066 | 0.066 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsNext | 0.000 | 0.336 | 0.336 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHitsNext | 0.000 | 0.308 | 0.308 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHitsNext | 0.000 | 4.378 | 4.378 4.4 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO UnpackTTHitsNext | 0.000 | 0.165 | 0.165 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHitsNext | 10.000 | 1.596 | 1.596 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackITHitsNext | 0.000 | 0.077 | 0.077 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsNext | 0.000 | 0.855 | 0.855 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackOTHitsNext | 0.000 | 0.332 | 0.332 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHitsNext | 0.000 | 3.457 | 3.457 3.5 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO UnpackRichHitsNext | 0.000 | 0.685 | 0.685 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichOpPhotNext | 0.000 | 1.082 | 1.082 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichSegmentsNext | 0.000 | 0.576 | 0.576 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichTracksNext | 0.000 | 0.180 | 0.180 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsNext | 0.000 | 4.260 | 4.260 4.3 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO CheckRichOpPhotNext | 30.000 | 26.593 | 26.593 26.6 0.00 | 1 | 0.027 | -TimingAuditor.TIMER INFO CheckRichSegmentsNext | 0.000 | 0.654 | 0.654 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckRichTracksNext | 0.000 | 0.039 | 0.039 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsNext | 0.000 | 0.513 | 0.513 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckSpdHitsNext | 0.000 | 1.433 | 1.433 1.4 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackPrsHitsNext | 0.000 | 0.627 | 0.627 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckPrsHitsNext | 0.000 | 1.933 | 1.933 1.9 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackEcalHitsNext | 10.000 | 0.630 | 0.630 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CheckEcalHitsNext | 0.000 | 2.072 | 2.072 2.1 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackHcalHitsNext | 0.000 | 0.097 | 0.097 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsNext | 0.000 | 0.276 | 0.276 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHitsNext | 0.000 | 0.163 | 0.163 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsNext | 0.000 | 1.958 | 1.958 2.0 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO NextNextEventSeq | 13300.000 | 13319.061 | 13319.061 13319.1 0.00 | 1 | 13.319 | -TimingAuditor.TIMER INFO NextNextEventGaussSim | 0.000 | 0.724 | 0.724 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO NextNextSimulation | 13300.000 | 13318.302 | 13318.302 13318.3 0.00 | 1 | 13.318 | -TimingAuditor.TIMER INFO MakeNextNextSim | 13250.000 | 13268.616 | 13268.616 13268.6 0.00 | 1 | 13.269 | -TimingAuditor.TIMER INFO GenToSimNextNext | 0.000 | 2.789 | 2.789 2.8 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GiGaFlushNextNext | 13240.000 | 13254.641 | 13254.641 13254.6 0.00 | 1 | 13.255 | -TimingAuditor.TIMER INFO GiGaCheckEventNextNext | 0.000 | 0.018 | 0.018 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthNextNext | 0.000 | 1.558 | 1.558 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DetectorsHitsNextNext | 10.000 | 7.836 | 7.836 7.8 0.00 | 1 | 0.008 | -TimingAuditor.TIMER INFO GetPuVetoHitsNextNext | 0.000 | 0.061 | 0.061 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsNextNext | 0.000 | 0.580 | 0.580 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetTTHitsNextNext | 0.000 | 0.688 | 0.688 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetITHitsNextNext | 0.000 | 0.721 | 0.721 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetOTHitsNextNext | 0.000 | 0.795 | 0.795 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO RichHitsNextNext | 10.000 | 3.343 | 3.343 3.3 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO GetRichHitsNextNext | 10.000 | 1.640 | 1.640 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetRichPhotonsNextNext| 0.000 | 0.544 | 0.544 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetRichSegmentsNextNex| 0.000 | 0.496 | 0.496 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetRichTracksNextNext | 0.000 | 0.266 | 0.266 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.093 | 0.093 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.211 | 0.211 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHitsNextNext | 0.000 | 0.202 | 0.202 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsNextNext | 0.000 | 0.288 | 0.288 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHitsNextNext | 0.000 | 0.485 | 0.485 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHitsNextNext | 0.000 | 0.054 | 0.054 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsNextNext | 0.000 | 0.467 | 0.467 0.5 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextNextEventDataPacking| 0.000 | 1.599 | 1.599 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO PackMCParticleNextNext | 0.000 | 0.273 | 0.273 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO PackMCVertexNextNext | 0.000 | 0.211 | 0.211 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPackerNextNext| 0.000 | 0.106 | 0.106 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPuVetoHitPackerNextNe| 0.000 | 0.019 | 0.019 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPackerNextNext | 0.000 | 0.039 | 0.039 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPackerNextNext | 0.000 | 0.028 | 0.028 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPackerNextNext | 0.000 | 0.035 | 0.035 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPackerNextNext| 0.000 | 0.031 | 0.031 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPackerNextNext | 0.000 | 0.056 | 0.056 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPackerNextNext | 0.000 | 0.047 | 0.047 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPackerNextNext| 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPackerNextNext| 0.000 | 0.022 | 0.022 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPackerNextNext| 0.000 | 0.097 | 0.097 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPackerNextN| 0.000 | 0.266 | 0.266 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.087 | 0.087 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPackerNextNe| 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimMonitorNextNext | 50.000 | 49.665 | 49.665 49.7 0.00 | 1 | 0.050 | -TimingAuditor.TIMER INFO GiGaGetNextNextEvent | 0.000 | 0.115 | 0.115 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO NextNextMCTruthMonitor | 0.000 | 0.361 | 0.361 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlgNextNext | 0.000 | 0.163 | 0.163 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitorNextNext| 20.000 | 15.670 | 15.670 15.7 0.00 | 1 | 0.016 | -TimingAuditor.TIMER INFO VeloGaussMoniNextNext | 10.000 | 8.524 | 8.524 8.5 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO TTHitMonitorNextNext | 10.000 | 1.289 | 1.289 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO ITHitMonitorNextNext | 0.000 | 0.287 | 0.287 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitorNextNext | 0.000 | 0.312 | 0.312 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SpdMonitorNextNext | 0.000 | 0.907 | 0.907 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitorNextNext | 0.000 | 0.943 | 0.943 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO EcalMonitorNextNext | 0.000 | 1.071 | 1.071 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO HcalMonitorNextNext | 0.000 | 0.642 | 0.642 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO MuonHitCheckerNextNext | 0.000 | 1.519 | 1.519 1.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO DataUnpackTestNextNext | 30.000 | 33.284 | 33.284 33.3 0.00 | 1 | 0.033 | -TimingAuditor.TIMER INFO UnpackMCVertexNextNext | 0.000 | 0.423 | 0.423 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMCParticleNextNex| 0.000 | 0.531 | 0.531 0.5 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO CompareMCVertexNextNext| 0.000 | 0.283 | 0.283 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticleNextNe| 0.000 | 0.183 | 0.183 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHitsNextNex| 0.000 | 0.043 | 0.043 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHitsNextNext| 0.000 | 0.107 | 0.107 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHitsNextNext | 0.000 | 0.176 | 0.176 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHitsNextNext | 0.000 | 2.093 | 2.093 2.1 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO UnpackTTHitsNextNext | 0.000 | 0.079 | 0.079 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHitsNextNext | 0.000 | 1.338 | 1.338 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackITHitsNextNext | 0.000 | 0.072 | 0.072 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckITHitsNextNext | 0.000 | 0.790 | 0.790 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackOTHitsNextNext | 0.000 | 0.118 | 0.118 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHitsNextNext | 0.000 | 1.232 | 1.232 1.2 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichHitsNextNext | 0.000 | 0.318 | 0.318 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhotNextNex| 0.000 | 0.611 | 0.611 0.6 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichSegmentsNextN| 0.000 | 0.336 | 0.336 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichTracksNextNex| 0.000 | 0.058 | 0.058 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHitsNextNext | 10.000 | 2.641 | 2.641 2.6 0.00 | 1 | 0.003 | -TimingAuditor.TIMER INFO CheckRichOpPhotNextNext| 10.000 | 15.776 | 15.776 15.8 0.00 | 1 | 0.016 | -TimingAuditor.TIMER INFO CheckRichSegmentsNextNe| 0.000 | 0.369 | 0.369 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckRichTracksNextNext| 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHitsNextNext | 0.000 | 0.256 | 0.256 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHitsNextNext | 0.000 | 0.775 | 0.775 0.8 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackPrsHitsNextNext | 10.000 | 0.335 | 0.335 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHitsNextNext | 0.000 | 1.114 | 1.114 1.1 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackEcalHitsNextNext | 0.000 | 0.379 | 0.379 0.4 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHitsNextNext | 0.000 | 1.288 | 1.288 1.3 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO UnpackHcalHitsNextNext | 0.000 | 0.067 | 0.067 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHitsNextNext | 0.000 | 0.117 | 0.117 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHitsNextNext | 0.000 | 0.168 | 0.168 0.2 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHitsNextNext | 0.000 | 0.774 | 0.774 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextSimulation | 23410.000 | 23490.340 | 23490.342 23490.3 0.00 | 1 | 23.490 | +TimingAuditor.TIMER INFO MakeNextSim | 23360.000 | 23430.395 | 23430.395 23430.4 0.00 | 1 | 23.430 | +TimingAuditor.TIMER INFO GenToSimNext | 0.000 | 0.608 | 0.608 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GiGaFlushNext | 23340.000 | 23413.213 | 23413.211 23413.2 0.00 | 1 | 23.413 | +TimingAuditor.TIMER INFO GiGaCheckEventNext | 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthNext | 0.000 | 1.715 | 1.715 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO DetectorsHitsNext | 10.000 | 12.719 | 12.719 12.7 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO GetPuVetoHitsNext | 0.000 | 0.095 | 0.095 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsNext | 0.000 | 1.210 | 1.210 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetTTHitsNext | 0.000 | 0.960 | 0.960 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetITHitsNext | 0.000 | 0.968 | 0.968 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetOTHitsNext | 10.000 | 1.562 | 1.562 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO RichHitsNext | 0.000 | 5.462 | 5.462 5.5 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GetRichHitsNext | 0.000 | 3.079 | 3.079 3.1 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetRichPhotonsNext | 0.000 | 0.580 | 0.580 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichSegmentsNext | 0.000 | 0.778 | 0.778 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichTracksNext | 0.000 | 0.497 | 0.497 0.5 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.074 | 0.074 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.363 | 0.363 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHitsNext | 0.000 | 0.186 | 0.186 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsNext | 0.000 | 0.384 | 0.384 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHitsNext | 0.000 | 0.539 | 0.539 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetHcalHitsNext | 0.000 | 0.093 | 0.093 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsNext | 0.000 | 1.082 | 1.082 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextEventDataPacking | 10.000 | 1.957 | 1.957 2.0 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO PackMCParticleNext | 0.000 | 0.378 | 0.378 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertexNext | 0.000 | 0.239 | 0.239 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPackerNext | 0.000 | 0.097 | 0.097 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerNext | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerNext | 10.000 | 0.027 | 0.027 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerNext | 0.000 | 0.024 | 0.024 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerNext | 0.000 | 0.056 | 0.056 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerNext | 0.000 | 0.026 | 0.026 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerNext | 0.000 | 0.071 | 0.071 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerNext | 0.000 | 0.043 | 0.043 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerNext | 0.000 | 0.070 | 0.070 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerNext | 0.000 | 0.020 | 0.020 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerNext | 0.000 | 0.079 | 0.079 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerNext | 0.000 | 0.426 | 0.426 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.092 | 0.092 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPackerNext | 0.000 | 0.051 | 0.051 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorNext | 50.000 | 59.925 | 59.925 59.9 0.00 | 1 | 0.060 | +TimingAuditor.TIMER INFO GiGaGetNextEvent | 0.000 | 0.130 | 0.130 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextMCTruthMonitor | 0.000 | 0.444 | 0.444 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgNext | 0.000 | 0.190 | 0.190 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitorNext | 10.000 | 12.175 | 12.175 12.2 0.00 | 1 | 0.012 | +TimingAuditor.TIMER INFO VeloGaussMoniNext | 0.000 | 5.098 | 5.098 5.1 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO TTHitMonitorNext | 0.000 | 0.758 | 0.758 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO ITHitMonitorNext | 0.000 | 0.264 | 0.264 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitorNext | 0.000 | 1.285 | 1.285 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO SpdMonitorNext | 0.000 | 0.755 | 0.755 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrsMonitorNext | 0.000 | 1.043 | 1.043 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO EcalMonitorNext | 10.000 | 1.108 | 1.108 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO HcalMonitorNext | 0.000 | 0.440 | 0.440 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MuonHitCheckerNext | 0.000 | 1.246 | 1.246 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTestNext | 40.000 | 46.904 | 46.904 46.9 0.00 | 1 | 0.047 | +TimingAuditor.TIMER INFO UnpackMCVertexNext | 0.000 | 0.435 | 0.435 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticleNext | 0.000 | 0.503 | 0.503 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CompareMCVertexNext | 0.000 | 0.354 | 0.354 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticleNext | 0.000 | 0.357 | 0.357 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsNext | 0.000 | 0.037 | 0.037 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsNext | 0.000 | 0.272 | 0.272 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHitsNext | 0.000 | 0.139 | 0.139 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHitsNext | 0.000 | 4.047 | 4.047 4.0 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO UnpackTTHitsNext | 0.000 | 0.050 | 0.050 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHitsNext | 0.000 | 1.065 | 1.065 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackITHitsNext | 0.000 | 0.050 | 0.050 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsNext | 10.000 | 1.171 | 1.171 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackOTHitsNext | 0.000 | 0.082 | 0.082 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHitsNext | 0.000 | 2.310 | 2.310 2.3 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichHitsNext | 0.000 | 0.215 | 0.215 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhotNext | 0.000 | 0.377 | 0.377 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegmentsNext | 0.000 | 0.191 | 0.191 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracksNext | 0.000 | 0.062 | 0.062 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsNext | 0.000 | 3.751 | 3.751 3.8 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO CheckRichOpPhotNext | 30.000 | 24.084 | 24.084 24.1 0.00 | 1 | 0.024 | +TimingAuditor.TIMER INFO CheckRichSegmentsNext | 0.000 | 0.559 | 0.559 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO CheckRichTracksNext | 0.000 | 0.025 | 0.025 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsNext | 0.000 | 0.168 | 0.168 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHitsNext | 0.000 | 0.850 | 0.850 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackPrsHitsNext | 0.000 | 0.254 | 0.254 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHitsNext | 0.000 | 1.667 | 1.667 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackEcalHitsNext | 0.000 | 0.261 | 0.261 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHitsNext | 0.000 | 1.590 | 1.590 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackHcalHitsNext | 0.000 | 0.051 | 0.051 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsNext | 0.000 | 0.261 | 0.261 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHitsNext | 0.000 | 0.053 | 0.053 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsNext | 0.000 | 1.104 | 1.104 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextNextEventSeq | 14860.000 | 14901.551 | 14901.551 14901.6 0.00 | 1 | 14.902 | +TimingAuditor.TIMER INFO NextNextEventGaussSim | 0.000 | 0.505 | 0.505 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextNextSimulation | 14860.000 | 14901.010 | 14901.010 14901.0 0.00 | 1 | 14.901 | +TimingAuditor.TIMER INFO MakeNextNextSim | 14800.000 | 14846.507 | 14846.507 14846.5 0.00 | 1 | 14.847 | +TimingAuditor.TIMER INFO GenToSimNextNext | 10.000 | 1.848 | 1.848 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GiGaFlushNextNext | 14780.000 | 14829.805 | 14829.805 14829.8 0.00 | 1 | 14.830 | +TimingAuditor.TIMER INFO GiGaCheckEventNextNext | 0.000 | 0.014 | 0.014 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthNextNext | 0.000 | 1.149 | 1.149 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO DetectorsHitsNextNext | 10.000 | 10.876 | 10.876 10.9 0.00 | 1 | 0.011 | +TimingAuditor.TIMER INFO GetPuVetoHitsNextNext | 0.000 | 0.069 | 0.069 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsNextNext | 0.000 | 0.508 | 0.508 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetTTHitsNextNext | 0.000 | 0.706 | 0.706 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetITHitsNextNext | 0.000 | 0.755 | 0.755 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetOTHitsNextNext | 0.000 | 1.278 | 1.278 1.3 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO RichHitsNextNext | 0.000 | 4.703 | 4.703 4.7 0.00 | 1 | 0.005 | +TimingAuditor.TIMER INFO GetRichHitsNextNext | 0.000 | 1.811 | 1.811 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetRichPhotonsNextNext| 0.000 | 1.201 | 1.201 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichSegmentsNextNex| 0.000 | 0.811 | 0.811 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetRichTracksNextNext | 0.000 | 0.331 | 0.331 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrackNex| 0.000 | 0.104 | 0.104 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.313 | 0.313 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHitsNextNext | 0.000 | 0.266 | 0.266 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsNextNext | 0.000 | 0.587 | 0.587 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetEcalHitsNextNext | 0.000 | 0.874 | 0.874 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetHcalHitsNextNext | 0.000 | 0.140 | 0.140 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsNextNext | 10.000 | 0.800 | 0.800 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO NextNextEventDataPacking| 0.000 | 2.658 | 2.658 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO PackMCParticleNextNext | 0.000 | 0.384 | 0.384 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO PackMCVertexNextNext | 0.000 | 0.320 | 0.320 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPackerNextNext| 0.000 | 0.118 | 0.118 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPuVetoHitPackerNextNe| 0.000 | 0.016 | 0.016 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPackerNextNext | 0.000 | 0.055 | 0.055 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPackerNextNext | 0.000 | 0.042 | 0.042 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPackerNextNext | 0.000 | 0.069 | 0.069 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPackerNextNext| 0.000 | 0.056 | 0.056 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPackerNextNext | 0.000 | 0.127 | 0.127 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCSpdHitPackerNextNext | 0.000 | 0.094 | 0.094 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPackerNextNext| 0.000 | 0.142 | 0.142 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPackerNextNext| 0.000 | 0.053 | 0.053 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPackerNextNext| 0.000 | 0.173 | 0.173 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichOpPhotPackerNextN| 0.000 | 0.567 | 0.567 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MCRichSegmentPackerNext| 0.000 | 0.153 | 0.153 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO MCRichTrackPackerNextNe| 0.000 | 0.063 | 0.063 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimMonitorNextNext | 60.000 | 54.474 | 54.474 54.5 0.00 | 1 | 0.054 | +TimingAuditor.TIMER INFO GiGaGetNextNextEvent | 0.000 | 0.147 | 0.147 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO NextNextMCTruthMonitor | 0.000 | 0.373 | 0.373 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlgNextNext | 0.000 | 0.158 | 0.158 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitorNextNext| 30.000 | 21.230 | 21.230 21.2 0.00 | 1 | 0.021 | +TimingAuditor.TIMER INFO VeloGaussMoniNextNext | 10.000 | 12.613 | 12.613 12.6 0.00 | 1 | 0.013 | +TimingAuditor.TIMER INFO TTHitMonitorNextNext | 0.000 | 0.775 | 0.775 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO ITHitMonitorNextNext | 0.000 | 0.583 | 0.583 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO OTHitMonitorNextNext | 0.000 | 1.748 | 1.748 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO SpdMonitorNextNext | 0.000 | 0.897 | 0.897 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO PrsMonitorNextNext | 0.000 | 0.957 | 0.957 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO EcalMonitorNextNext | 0.000 | 1.123 | 1.123 1.1 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO HcalMonitorNextNext | 0.000 | 0.564 | 0.564 0.6 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO MuonHitCheckerNextNext | 20.000 | 1.781 | 1.781 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO DataUnpackTestNextNext | 30.000 | 32.466 | 32.466 32.5 0.00 | 1 | 0.032 | +TimingAuditor.TIMER INFO UnpackMCVertexNextNext | 0.000 | 0.239 | 0.239 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticleNextNex| 0.000 | 0.430 | 0.430 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertexNextNext| 0.000 | 0.201 | 0.201 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticleNextNe| 0.000 | 0.150 | 0.150 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHitsNextNex| 0.000 | 0.036 | 0.036 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHitsNextNext| 0.000 | 0.092 | 0.092 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHitsNextNext | 0.000 | 0.128 | 0.128 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHitsNextNext | 0.000 | 1.831 | 1.831 1.8 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackTTHitsNextNext | 0.000 | 0.096 | 0.096 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHitsNextNext | 0.000 | 0.911 | 0.911 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackITHitsNextNext | 0.000 | 0.068 | 0.068 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckITHitsNextNext | 0.000 | 0.816 | 0.816 0.8 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackOTHitsNextNext | 0.000 | 0.129 | 0.129 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHitsNextNext | 0.000 | 1.644 | 1.644 1.6 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO UnpackRichHitsNextNext | 0.000 | 0.263 | 0.263 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhotNextNex| 0.000 | 0.508 | 0.508 0.5 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichSegmentsNextN| 0.000 | 0.263 | 0.263 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichTracksNextNex| 0.000 | 0.048 | 0.048 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHitsNextNext | 10.000 | 2.662 | 2.662 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO CheckRichOpPhotNextNext| 10.000 | 16.373 | 16.373 16.4 0.00 | 1 | 0.016 | +TimingAuditor.TIMER INFO CheckRichSegmentsNextNe| 0.000 | 0.360 | 0.360 0.4 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckRichTracksNextNext| 0.000 | 0.017 | 0.017 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHitsNextNext | 0.000 | 0.216 | 0.216 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckSpdHitsNextNext | 0.000 | 0.710 | 0.710 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackPrsHitsNextNext | 0.000 | 0.268 | 0.268 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHitsNextNext | 10.000 | 0.988 | 0.988 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackEcalHitsNextNext | 0.000 | 0.325 | 0.325 0.3 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHitsNextNext | 0.000 | 1.180 | 1.180 1.2 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO UnpackHcalHitsNextNext | 0.000 | 0.062 | 0.062 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHitsNextNext | 0.000 | 0.188 | 0.188 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHitsNextNext | 0.000 | 0.068 | 0.068 0.1 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHitsNextNext | 0.000 | 0.765 | 0.765 0.8 0.00 | 1 | 0.001 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 3177 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 4574 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 71.5 [s] Ave/Min/Max= 14.3(+- 13.3)/ 0.01/ 33.7 [s] #= 5 -ChronoStatSvc INFO Time User : Tot= 312 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 95.2 [s] Ave/Min/Max= 19(+- 21)/ 0.01/ 57.1 [s] #= 5 +ChronoStatSvc INFO Time User : Tot= 338 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 5 | 6100 | 1220.0 | 1174.9 | 0.0000 | 3084.0 | -******Stat****** INFO "#Hcal MCHits" | 5 | 622 | 124.40 | 118.29 | 0.0000 | 295.00 | -******Stat****** INFO "#IT MCHits" | 5 | 392 | 78.400 | 65.448 | 0.0000 | 155.00 | -******Stat****** INFO "#MCParticles" | 5 | 3513 | 702.60 | 683.41 | 5.0000 | 1700.0 | -******Stat****** INFO "#MCRichOpPhoto | 1 | 1194 | 1194.0 | 0.0000 | 1194.0 | 1194.0 | -******Stat****** INFO "#MCRichSegment | 1 | 91 | 91.000 | 0.0000 | 91.000 | 91.000 | -******Stat****** INFO "#MCRichTracks" | 1 | 82 | 82.000 | 0.0000 | 82.000 | 82.000 | -******Stat****** INFO "#MCVertices" | 5 | 3893 | 778.60 | 755.01 | 4.0000 | 1908.0 | -******Stat****** INFO "#Muon MCHits" | 5 | 731 | 146.20 | 142.47 | 0.0000 | 350.00 | -******Stat****** INFO "#OT MCHits" | 5 | 1431 | 286.20 | 288.23 | 0.0000 | 710.00 | -******Stat****** INFO "#Prs MCHits" | 5 | 5673 | 1134.6 | 1138.5 | 0.0000 | 2991.0 | -******Stat****** INFO "#Rich MCHits" | 5 | 3176 | 635.20 | 546.52 | 0.0000 | 1237.0 | -******Stat****** INFO "#Rich1 MCHits" | 5 | 883 | 176.60 | 144.77 | 0.0000 | 312.00 | -******Stat****** INFO "#Rich2 MCHits" | 5 | 2293 | 458.60 | 407.14 | 0.0000 | 925.00 | -******Stat****** INFO "#Spd MCHits" | 5 | 3668 | 733.60 | 691.64 | 0.0000 | 1752.0 | -******Stat****** INFO "#TT MCHits" | 5 | 657 | 131.40 | 118.00 | 0.0000 | 284.00 | -******Stat****** INFO "#Velo MCHits" | 5 | 1614 | 322.80 | 290.97 | 0.0000 | 676.00 | +******Stat****** INFO "#Ecal MCHits" | 5 | 6475 | 1295.0 | 1397.5 | 0.0000 | 3813.0 | +******Stat****** INFO "#Hcal MCHits" | 5 | 739 | 147.80 | 132.17 | 0.0000 | 335.00 | +******Stat****** INFO "#IT MCHits" | 5 | 706 | 141.20 | 150.93 | 0.0000 | 410.00 | +******Stat****** INFO "#MCParticles" | 5 | 3608 | 721.60 | 788.72 | 5.0000 | 2121.0 | +******Stat****** INFO "#MCRichOpPhoto | 1 | 2664 | 2664.0 | 0.0000 | 2664.0 | 2664.0 | +******Stat****** INFO "#MCRichSegment | 1 | 176 | 176.00 | 0.0000 | 176.00 | 176.00 | +******Stat****** INFO "#MCRichTracks" | 1 | 151 | 151.00 | 0.0000 | 151.00 | 151.00 | +******Stat****** INFO "#MCVertices" | 5 | 4032 | 806.40 | 903.50 | 4.0000 | 2441.0 | +******Stat****** INFO "#Muon MCHits" | 5 | 842 | 168.40 | 210.28 | 0.0000 | 569.00 | +******Stat****** INFO "#OT MCHits" | 5 | 1796 | 359.20 | 436.61 | 0.0000 | 1186.0 | +******Stat****** INFO "#Prs MCHits" | 5 | 6282 | 1256.4 | 1425.6 | 0.0000 | 3870.0 | +******Stat****** INFO "#Rich MCHits" | 5 | 4573 | 914.60 | 980.05 | 0.0000 | 2664.0 | +******Stat****** INFO "#Rich1 MCHits" | 5 | 1860 | 372.00 | 417.69 | 0.0000 | 1115.0 | +******Stat****** INFO "#Rich2 MCHits" | 5 | 2713 | 542.60 | 566.94 | 0.0000 | 1549.0 | +******Stat****** INFO "#Spd MCHits" | 5 | 3675 | 735.00 | 862.25 | 0.0000 | 2351.0 | +******Stat****** INFO "#TT MCHits" | 5 | 731 | 146.20 | 167.91 | 0.0000 | 457.00 | +******Stat****** INFO "#Velo MCHits" | 5 | 1783 | 356.60 | 347.97 | 0.0000 | 875.00 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully diff --git a/Sim/Gauss/tests/refs/testGauss-pgun-56000050-caloonly.ref b/Sim/Gauss/tests/refs/testGauss-pgun-56000050-caloonly.ref index 931b8dd9e03ba840b618b17e0a013bb0940a3775..221dfc6794047689eb6afe429dd6283686f520f4 100644 --- a/Sim/Gauss/tests/refs/testGauss-pgun-56000050-caloonly.ref +++ b/Sim/Gauss/tests/refs/testGauss-pgun-56000050-caloonly.ref @@ -1,19 +1,19 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPGuns/options/PGuns.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPGuns/options/PGuns.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPGuns/options/PGuns.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPGuns/options/PGuns.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/56000050.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/CaloAcceptance.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/CaloAcceptance.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/56000050.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-gen-10evts-defaults.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-gen-10evts-defaults.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/CaloOnly.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/CaloOnly.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-gen-10evts-defaults.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-gen-10evts-defaults.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/CaloOnly.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/CaloOnly.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' # applying configuration of Gauss Ecut value = 5.0 @@ -35,8 +35,8 @@ RICH simulation now configured # |-Production = 'PGUN' (default: 'PHYS') # |-TotalCrossSection = 9.109999999999999e-24 # |-BeamPipe = 'BeamPipeInDet' (default: 'BeamPipeOn') -# |-ReplaceWithGDML = [{'volsToReplace': [], 'gdmlFile': ''}] -# | (default: [{'volsToReplace': [], 'gdmlFile': ''}]) +# |-ReplaceWithGDML = [{'volsToReplace': [], 'gdmlFile': '', 'volsToInstrument': {}}] +# | (default: [{'volsToReplace': [], 'gdmlFile': '', 'volsToInstrument': {}}]) # |-InteractionPosition = [0.459, -0.015, 0.5] (default: [0.459, -0.015, 0.5]) # |-BeamLineAngles = [-7.5e-05, 3.5000000000000004e-05] (default: [-7.5e-05, 3.5000000000000004e-05]) # |-BunchRMS = 82.03 @@ -59,6 +59,7 @@ RICH simulation now configured # |-MergeGenFSR = False # |-Debug = False # |-BeamMomentum = 3500000.0 +# |-SplitSim = False # |-DataType = '2016' (default: '') # |-PostSimFilters = [] (default: []) # |-B1Particle = 'p' @@ -72,23 +73,23 @@ RICH simulation now configured # \----- (End of User Gauss/Gauss) ------------------------------------------------------------------- # GaussTape.ItemList = ['/Event/Gen/Header#1', '/Event/MC/Header#1', '/Event/Gen/BeamParameters#1', '/Event/Gen/Collisions#1', '/Event/pSim/MCVertices#1', '/Event/pSim/MCParticles#1', '/Event/pSim/Spd/Hits#1', '/Event/pSim/Prs/Hits#1', '/Event/pSim/Ecal/Hits#1', '/Event/pSim/Hcal/Hits#1'] # GaussTape.OptItemList = ['/Event/Gen/HepMCEvents#1'] -# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20181113-3', 'SIMCOND': 'sim-20161124-1-vc-md100'} +# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20190206-3', 'SIMCOND': 'sim-20170721-1-vc-md100'} # WARNING: Latest unbound local tags on top of the latest global tags of 2016 data type(s) are added: {} ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild37.cern.ch on Wed Nov 14 07:25:32 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 06:19:18 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' -ToolSvc.GitDDDB INFO using commit 'dddb-20181113-3' corresponding to be0330fb2a31b79da4c070bfa0c63e3f1f21c2d2 +ToolSvc.GitDDDB INFO using commit 'dddb-20190206-3' corresponding to 6ccfd930ebf64b2415358a84dd3ad48b8c4d83f7 ToolSvc.GitSIMCOND INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/SIMCOND.git' -ToolSvc.GitSIMCOND INFO using commit 'sim-20161124-1-vc-md100' corresponding to 7b54d919ab54f3a716e32ae2f90c9de6a8ec26e9 +ToolSvc.GitSIMCOND INFO using commit 'sim-20170721-1-vc-md100' corresponding to f9b3cf0aa6d9ee61d5ee0692f95e4584e52df268 DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -96,7 +97,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHesOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHesOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -217,9 +218,9 @@ RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 RndmGenSvc.Engine INFO This is the GEANT4 engine! RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> -TimingAuditor.TIMER INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. GaussSequencer INFO Member list: GaudiSequencer/Generator, GaudiSequencer/Simulation -ToolSvc.SequencerTime... INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. Generator INFO Member list: GaudiSequencer/GeneratorSlotMainSeq GeneratorSlotMainSeq INFO Member list: GenInit/GaussGen, ParticleGun, GaudiSequencer/GenMonitor GaussGen SUCCESS ================================================================== @@ -665,156 +666,156 @@ MainEventGaussSim SUCCESS 10 events processed MainEventGaussSim SUCCESS ================================================================== MCPrsHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 10 | 438 | 43.800 | 32.317 | 6.0000 | 114.00 | + | "# PackedData" | 10 | 425 | 42.500 | 32.364 | 6.0000 | 114.00 | MCSpdHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 10 | 120 | 12.000 | 12.586 | 0.0000 | 42.000 | + | "# PackedData" | 10 | 114 | 11.400 | 11.209 | 0.0000 | 36.000 | MCEcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 10 | 399 | 39.900 | 22.142 | 19.000 | 94.000 | + | "# PackedData" | 10 | 390 | 39.000 | 22.503 | 19.000 | 94.000 | MCHcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 10 | 28 | 2.8000 | 1.9900 | 0.0000 | 6.0000 | + | "# PackedData" | 10 | 26 | 2.6000 | 1.8547 | 0.0000 | 6.0000 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 HcalMonitor SUCCESS Booked 16 Histogram(s) : 1D=16 UnpackSpdHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 10 | 120 | 12.000 | 12.586 | 0.0000 | 42.000 | + | "# UnPackedData" | 10 | 114 | 11.400 | 11.209 | 0.0000 | 36.000 | CheckSpdHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 120 |0.0005065444 | 4.2212e-06 | 2.7956e-05 | -4.9472e-05 | 4.8800e-05 | - | "Diff. - TOF" | 120 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 120 | 27.29581 | 0.22747 | 0.53951 | 8.7790e-05 | 4.0971 | - | "Original - TOF" | 120 | 180 | 1.5000 | 1.7078 | -1.0000 | 4.0000 | - | "Unpacked - Energy" | 120 | 27.2953 | 0.22746 | 0.53951 | 0.00010000 | 4.0971 | - | "Unpacked - TOF" | 120 | 180 | 1.5000 | 1.7078 | -1.0000 | 4.0000 | + | "Diff. - Energy" | 114 |0.0003067092 | 2.6904e-06 | 2.7379e-05 | -4.9472e-05 | 4.8800e-05 | + | "Diff. - TOF" | 114 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 114 | 26.74731 | 0.23463 | 0.55256 | 8.7790e-05 | 4.1042 | + | "Original - TOF" | 114 | 171 | 1.5000 | 1.7078 | -1.0000 | 4.0000 | + | "Unpacked - Energy" | 114 | 26.747 | 0.23462 | 0.55256 | 0.00010000 | 4.1042 | + | "Unpacked - TOF" | 114 | 171 | 1.5000 | 1.7078 | -1.0000 | 4.0000 | UnpackPrsHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 10 | 438 | 43.800 | 32.317 | 6.0000 | 114.00 | + | "# UnPackedData" | 10 | 425 | 42.500 | 32.364 | 6.0000 | 114.00 | CheckPrsHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 438 |0.0007159622 | 1.6346e-06 | 2.8755e-05 | -4.8893e-05 | 4.9463e-05 | - | "Diff. - TOF" | 438 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 438 | 1320.003 | 3.0137 | 16.998 | 2.0727e-05 | 194.97 | - | "Original - TOF" | 438 | 657 | 1.5000 | 1.7078 | -1.0000 | 4.0000 | - | "Unpacked - Energy" | 438 | 1320.002 | 3.0137 | 16.998 | 0.0000 | 194.97 | - | "Unpacked - TOF" | 438 | 657 | 1.5000 | 1.7078 | -1.0000 | 4.0000 | + | "Diff. - Energy" | 425 |0.0006661642 | 1.5674e-06 | 2.9140e-05 | -4.9987e-05 | 4.9463e-05 | + | "Diff. - TOF" | 425 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 425 | 1342.996 | 3.1600 | 17.488 | 2.0727e-05 | 194.97 | + | "Original - TOF" | 425 | 640 | 1.5059 | 1.7055 | -1.0000 | 4.0000 | + | "Unpacked - Energy" | 425 | 1342.996 | 3.1600 | 17.488 | 0.0000 | 194.97 | + | "Unpacked - TOF" | 425 | 640 | 1.5059 | 1.7055 | -1.0000 | 4.0000 | UnpackEcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 10 | 399 | 39.900 | 22.142 | 19.000 | 94.000 | + | "# UnPackedData" | 10 | 390 | 39.000 | 22.503 | 19.000 | 94.000 | CheckEcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 399 |0.0006991624 | 1.7523e-06 | 2.9601e-05 | -4.9952e-05 | 4.9800e-05 | - | "Diff. - TOF" | 399 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 399 | 67708.07 | 169.69 | 811.61 | 0.0011891 | 6478.6 | - | "Original - TOF" | 399 | 8 | 0.020050 | 0.14017 | 0.0000 | 1.0000 | - | "Unpacked - Energy" | 399 | 67708.07 | 169.69 | 811.61 | 0.0012000 | 6478.6 | - | "Unpacked - TOF" | 399 | 8 | 0.020050 | 0.14017 | 0.0000 | 1.0000 | + | "Diff. - Energy" | 390 |0.0007182758 | 1.8417e-06 | 2.9618e-05 | -4.9887e-05 | 4.9800e-05 | + | "Diff. - TOF" | 390 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 390 | 67578.79 | 173.28 | 819.09 | 0.0011891 | 6478.6 | + | "Original - TOF" | 390 | 6 | 0.015385 | 0.12308 | 0.0000 | 1.0000 | + | "Unpacked - Energy" | 390 | 67578.79 | 173.28 | 819.09 | 0.0012000 | 6478.6 | + | "Unpacked - TOF" | 390 | 6 | 0.015385 | 0.12308 | 0.0000 | 1.0000 | UnpackHcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 10 | 28 | 2.8000 | 1.9900 | 0.0000 | 6.0000 | + | "# UnPackedData" | 10 | 26 | 2.6000 | 1.8547 | 0.0000 | 6.0000 | CheckHcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 28 |7.490282e-05 | 2.6751e-06 | 2.8181e-05 | -3.9425e-05 | 4.8535e-05 | - | "Diff. - TOF" | 28 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 28 | 33.89727 | 1.2106 | 1.6689 | 0.0052606 | 6.2461 | - | "Original - TOF" | 28 | -6 | -0.21429 | 0.41033 | -1.0000 | 0.0000 | - | "Unpacked - Energy" | 28 | 33.8972 | 1.2106 | 1.6689 | 0.0053000 | 6.2461 | - | "Unpacked - TOF" | 28 | -6 | -0.21429 | 0.41033 | -1.0000 | 0.0000 | + | "Diff. - Energy" | 26 |0.0002359778 | 9.0761e-06 | 2.6353e-05 | -3.9425e-05 | 4.8535e-05 | + | "Diff. - TOF" | 26 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 26 | 35.33604 | 1.3591 | 2.1822 | 0.0052606 | 8.2619 | + | "Original - TOF" | 26 | -7 | -0.26923 | 0.44356 | -1.0000 | 0.0000 | + | "Unpacked - Energy" | 26 | 35.3358 | 1.3591 | 2.1821 | 0.0053000 | 8.2619 | + | "Unpacked - TOF" | 26 | -7 | -0.26923 | 0.44356 | -1.0000 | 0.0000 | RootHistSvc WARNING no ROOT output file name, Histograms cannot be persistified EventLoopMgr INFO Histograms converted successfully according to request. ToolSvc INFO Removing all tools created by ToolSvc MainEventGaussSim.Mai...SUCCESS Booked 4 Histogram(s) : 1D=4 MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Delta Memory/MB" | 1 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Total Memory/MB" | 10 | 10563.69 | 1056.4 | 3.7310 | 1045.2 | 1057.7 | + | "Delta Memory/MB" | 1 | 0.132 | 0.13200 | 0.0000 | 0.13200 | 0.13200 | + | "Total Memory/MB" | 10 | 10571.46 | 1057.1 | 3.8056 | 1045.7 | 1058.6 | GaussGen.GaussGenMemory SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Delta Memory/MB" | 1 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Total Memory/MB" | 10 | 10563.69 | 1056.4 | 3.7310 | 1045.2 | 1057.7 | + | "Delta Memory/MB" | 1 | 0.132 | 0.13200 | 0.0000 | 0.13200 | 0.13200 | + | "Total Memory/MB" | 10 | 10571.46 | 1057.1 | 3.8056 | 1045.7 | 1058.6 | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- -ToolSvc.SequencerTime... INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. ToolSvc.SequencerTime... INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO This machine has a speed about 2.70 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 1464.000 | 2487.749 | 591.028 19300.1 5907.27 | 10 | 24.877 | -TimingAuditor.TIMER INFO GaussSequencer | 1464.000 | 2486.941 | 590.999 19292.4 5904.85 | 10 | 24.869 | -TimingAuditor.TIMER INFO Generator | 1.000 | 0.569 | 0.184 3.7 1.10 | 10 | 0.006 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 1.000 | 0.563 | 0.178 3.7 1.10 | 10 | 0.006 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 0.224 | 0.100 1.1 0.31 | 10 | 0.002 | -TimingAuditor.TIMER INFO ParticleGun | 1.000 | 0.248 | 0.044 2.0 0.63 | 10 | 0.002 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 0.075 | 0.022 0.5 0.15 | 10 | 0.001 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 0.067 | 0.016 0.5 0.15 | 10 | 0.001 | -TimingAuditor.TIMER INFO Simulation | 1463.000 | 2486.362 | 590.793 19288.7 5903.75 | 10 | 24.864 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.005 | 0.005 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 1463.000 | 2486.347 | 590.779 19288.6 5903.75 | 10 | 24.863 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 0.133 | 0.089 0.5 0.12 | 10 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 1463.000 | 2486.203 | 590.678 19288.2 5903.63 | 10 | 24.862 | -TimingAuditor.TIMER INFO MakeMainSim | 1462.000 | 2485.310 | 590.300 19285.1 5902.87 | 10 | 24.853 | -TimingAuditor.TIMER INFO GenToSim | 839.000 | 1861.102 | 0.037 18610.2 5885.02 | 10 | 18.611 | -TimingAuditor.TIMER INFO GiGaFlush | 622.000 | 623.512 | 589.968 671.0 23.52 | 10 | 6.235 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.009 | 0.006 0.0 0.01 | 10 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 1.000 | 0.318 | 0.031 2.8 0.87 | 10 | 0.003 | -TimingAuditor.TIMER INFO DetectorsHits | 0.000 | 0.107 | 0.062 0.3 0.06 | 10 | 0.001 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.036 | 0.020 0.1 0.03 | 10 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.026 | 0.010 0.1 0.03 | 10 | 0.000 | +TimingAuditor.TIMER INFO EVENT LOOP | 1500.000 | 1606.915 | 568.060 9797.6 2878.94 | 10 | 16.069 | +TimingAuditor.TIMER INFO GaussSequencer | 1499.000 | 1604.538 | 568.018 9774.4 2871.62 | 10 | 16.045 | +TimingAuditor.TIMER INFO Generator | 0.000 | 1.982 | 0.203 17.5 5.46 | 10 | 0.020 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 0.000 | 1.977 | 0.199 17.5 5.46 | 10 | 0.020 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 0.289 | 0.112 1.6 0.46 | 10 | 0.003 | +TimingAuditor.TIMER INFO ParticleGun | 0.000 | 0.314 | 0.046 2.7 0.83 | 10 | 0.003 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 1.354 | 0.022 13.2 4.16 | 10 | 0.014 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 1.335 | 0.017 13.2 4.16 | 10 | 0.013 | +TimingAuditor.TIMER INFO Simulation | 1499.000 | 1602.546 | 567.724 9756.8 2866.16 | 10 | 16.025 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.005 | 0.004 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 1499.000 | 1602.533 | 567.713 9756.8 2866.15 | 10 | 16.025 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 0.819 | 0.081 7.3 2.29 | 10 | 0.008 | +TimingAuditor.TIMER INFO MainSimulation | 1499.000 | 1601.695 | 567.595 9749.4 2863.85 | 10 | 16.017 | +TimingAuditor.TIMER INFO MakeMainSim | 1498.000 | 1598.917 | 566.319 9727.8 2857.25 | 10 | 15.989 | +TimingAuditor.TIMER INFO GenToSim | 821.000 | 900.284 | 0.048 9001.8 2846.57 | 10 | 9.003 | +TimingAuditor.TIMER INFO GiGaFlush | 676.000 | 696.565 | 565.478 792.1 77.26 | 10 | 6.966 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.008 | 0.006 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 1.000 | 1.608 | 0.038 15.6 4.91 | 10 | 0.016 | +TimingAuditor.TIMER INFO DetectorsHits | 0.000 | 0.116 | 0.061 0.3 0.08 | 10 | 0.001 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.039 | 0.020 0.1 0.03 | 10 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.031 | 0.011 0.1 0.04 | 10 | 0.000 | TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 0.022 | 0.011 0.0 0.01 | 10 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.007 | 0.007 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO MainEventDataPacking | 0.000 | 0.219 | 0.119 0.8 0.22 | 10 | 0.002 | -TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 0.058 | 0.026 0.2 0.07 | 10 | 0.001 | -TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.027 | 0.014 0.1 0.04 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.058 | 0.019 0.4 0.11 | 10 | 0.001 | -TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.015 | 0.012 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.022 | 0.014 0.0 0.01 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.012 | 0.012 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO SimMonitor | 1.000 | 0.883 | 0.370 3.0 0.78 | 10 | 0.009 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.065 | 0.044 0.2 0.04 | 10 | 0.001 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.018 | 0.011 0.1 0.02 | 10 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.012 | 0.010 0.0 0.01 | 10 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitor | 1.000 | 0.333 | 0.075 1.4 0.39 | 10 | 0.003 | -TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 0.122 | 0.012 0.4 0.14 | 10 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitor | 1.000 | 0.072 | 0.015 0.5 0.14 | 10 | 0.001 | -TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 0.083 | 0.021 0.3 0.11 | 10 | 0.001 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.040 | 0.008 0.2 0.07 | 10 | 0.000 | -TimingAuditor.TIMER INFO DataUnpackTest | 0.000 | 0.436 | 0.189 1.4 0.34 | 10 | 0.004 | -TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 0.032 | 0.012 0.2 0.06 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 0.024 | 0.009 0.1 0.04 | 10 | 0.000 | -TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.013 | 0.008 0.0 0.01 | 10 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 0.047 | 0.006 0.3 0.09 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.040 | 0.015 0.2 0.06 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 0.029 | 0.005 0.1 0.02 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.029 | 0.013 0.1 0.02 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHits | 0.000 | 0.079 | 0.017 0.3 0.09 | 10 | 0.001 | -TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.022 | 0.014 0.0 0.01 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHits | 0.000 | 0.048 | 0.025 0.1 0.03 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.012 | 0.011 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.008 | 0.004 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.007 | 0.006 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO MainEventDataPacking | 0.000 | 0.275 | 0.118 1.4 0.41 | 10 | 0.003 | +TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 0.078 | 0.028 0.4 0.12 | 10 | 0.001 | +TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.035 | 0.013 0.2 0.05 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.096 | 0.017 0.8 0.23 | 10 | 0.001 | +TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.012 | 0.009 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.014 | 0.010 0.0 0.01 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.010 | 0.009 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO SimMonitor | 1.000 | 2.770 | 0.414 21.6 6.61 | 10 | 0.028 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.089 | 0.052 0.3 0.08 | 10 | 0.001 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.026 | 0.013 0.1 0.03 | 10 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.014 | 0.009 0.0 0.01 | 10 | 0.000 | +TimingAuditor.TIMER INFO DetectorsMonitor | 0.000 | 0.377 | 0.082 1.7 0.50 | 10 | 0.004 | +TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 0.133 | 0.012 0.5 0.16 | 10 | 0.001 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 0.072 | 0.016 0.5 0.14 | 10 | 0.001 | +TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 0.088 | 0.022 0.4 0.13 | 10 | 0.001 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.062 | 0.008 0.3 0.11 | 10 | 0.001 | +TimingAuditor.TIMER INFO DataUnpackTest | 1.000 | 2.242 | 0.195 19.4 6.02 | 10 | 0.022 | +TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 0.052 | 0.010 0.3 0.09 | 10 | 0.001 | +TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 0.027 | 0.008 0.2 0.06 | 10 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.015 | 0.008 0.1 0.02 | 10 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 1.806 | 0.005 17.5 5.53 | 10 | 0.018 | +TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.054 | 0.015 0.4 0.11 | 10 | 0.001 | +TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 0.033 | 0.005 0.1 0.03 | 10 | 0.000 | +TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.035 | 0.010 0.1 0.04 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHits | 0.000 | 0.078 | 0.015 0.4 0.11 | 10 | 0.001 | +TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.020 | 0.011 0.1 0.01 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHits | 1.000 | 0.044 | 0.024 0.1 0.02 | 10 | 0.000 | +TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.009 | 0.008 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.008 | 0.003 0.0 0.00 | 10 | 0.000 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 6.21 [s] Ave/Min/Max=0.621(+-0.0202)/ 0.59/ 0.66 [s] #= 10 -ChronoStatSvc INFO Time User : Tot= 46.9 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 6.58 [s] Ave/Min/Max=0.658(+-0.0517)/ 0.57/ 0.74 [s] #= 10 +ChronoStatSvc INFO Time User : Tot= 50 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 10 | 399 | 39.900 | 22.142 | 19.000 | 94.000 | -******Stat****** INFO "#Hcal MCHits" | 10 | 28 | 2.8000 | 1.9900 | 0.0000 | 6.0000 | +******Stat****** INFO "#Ecal MCHits" | 10 | 390 | 39.000 | 22.503 | 19.000 | 94.000 | +******Stat****** INFO "#Hcal MCHits" | 10 | 26 | 2.6000 | 1.8547 | 0.0000 | 6.0000 | ******Stat****** INFO "#MCParticles" | 10 | 12 | 1.2000 | 0.60000 | 1.0000 | 3.0000 | ******Stat****** INFO "#MCVertices" | 10 | 22 | 2.2000 | 0.60000 | 2.0000 | 4.0000 | -******Stat****** INFO "#Prs MCHits" | 10 | 438 | 43.800 | 32.317 | 6.0000 | 114.00 | -******Stat****** INFO "#Spd MCHits" | 10 | 120 | 12.000 | 12.586 | 0.0000 | 42.000 | +******Stat****** INFO "#Prs MCHits" | 10 | 425 | 42.500 | 32.364 | 6.0000 | 114.00 | +******Stat****** INFO "#Spd MCHits" | 10 | 114 | 11.400 | 11.209 | 0.0000 | 36.000 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully @@ -838,3 +839,4 @@ Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= +# diff --git a/Sim/Gauss/tests/refs/testGauss-pgun-56000050.ref b/Sim/Gauss/tests/refs/testGauss-pgun-56000050.ref index 158b1248e6b7053d31e3a607b88d589a617977eb..8a18d3b1fa52aaa9c1a90a9898c98615a9e5c709 100644 --- a/Sim/Gauss/tests/refs/testGauss-pgun-56000050.ref +++ b/Sim/Gauss/tests/refs/testGauss-pgun-56000050.ref @@ -1,17 +1,17 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPGuns/options/PGuns.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPGuns/options/PGuns.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPGuns/options/PGuns.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPGuns/options/PGuns.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/56000050.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/CaloAcceptance.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/CaloAcceptance.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/56000050.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-gen-10evts-defaults.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-gen-10evts-defaults.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-gen-10evts-defaults.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-gen-10evts-defaults.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -33,8 +33,8 @@ RICH simulation now configured # |-Production = 'PGUN' (default: 'PHYS') # |-TotalCrossSection = 9.109999999999999e-24 # |-BeamPipe = 'BeamPipeOn' -# |-ReplaceWithGDML = [{'volsToReplace': [], 'gdmlFile': ''}] -# | (default: [{'volsToReplace': [], 'gdmlFile': ''}]) +# |-ReplaceWithGDML = [{'volsToReplace': [], 'gdmlFile': '', 'volsToInstrument': {}}] +# | (default: [{'volsToReplace': [], 'gdmlFile': '', 'volsToInstrument': {}}]) # |-InteractionPosition = [0.459, -0.015, 0.5] (default: [0.459, -0.015, 0.5]) # |-BeamLineAngles = [-7.5e-05, 3.5000000000000004e-05] (default: [-7.5e-05, 3.5000000000000004e-05]) # |-BunchRMS = 82.03 @@ -57,6 +57,7 @@ RICH simulation now configured # |-MergeGenFSR = False # |-Debug = False # |-BeamMomentum = 3500000.0 +# |-SplitSim = False # |-DataType = '2016' (default: '') # |-PostSimFilters = [] (default: []) # |-B1Particle = 'p' @@ -70,24 +71,24 @@ RICH simulation now configured # \----- (End of User Gauss/Gauss) ------------------------------------------------------------------- # GaussTape.ItemList = ['/Event/Gen/Header#1', '/Event/MC/Header#1', '/Event/Gen/BeamParameters#1', '/Event/Gen/Collisions#1', '/Event/pSim/MCVertices#1', '/Event/pSim/MCParticles#1', '/Event/pSim/Velo/Hits#1', '/Event/pSim/PuVeto/Hits#1', '/Event/pSim/IT/Hits#1', '/Event/pSim/OT/Hits#1', '/Event/pSim/TT/Hits#1', '/Event/pSim/Muon/Hits#1', '/Event/pSim/Spd/Hits#1', '/Event/pSim/Prs/Hits#1', '/Event/pSim/Ecal/Hits#1', '/Event/pSim/Hcal/Hits#1', '/Event/pSim/Rich/Hits#1', '/Event/pSim/Rich/OpticalPhotons#1', '/Event/pSim/Rich/Tracks#1', '/Event/pSim/Rich/Segments#1', '/Event/Link/MC/Particles2MCRichTracks#1', '/Event/Link/MC/Rich/Hits2MCRichOpticalPhotons#1'] # GaussTape.OptItemList = ['/Event/Gen/HepMCEvents#1'] -# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20181113-3', 'SIMCOND': 'sim-20161124-1-vc-md100'} +# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20190206-3', 'SIMCOND': 'sim-20170721-1-vc-md100'} # WARNING: Latest unbound local tags on top of the latest global tags of 2016 data type(s) are added: {'DDDB': ['rich-20140220']} # WARNING: local tags in DDDB are ignored ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild37.cern.ch on Wed Nov 14 07:27:23 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 06:20:25 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' -ToolSvc.GitDDDB INFO using commit 'dddb-20181113-3' corresponding to be0330fb2a31b79da4c070bfa0c63e3f1f21c2d2 +ToolSvc.GitDDDB INFO using commit 'dddb-20190206-3' corresponding to 6ccfd930ebf64b2415358a84dd3ad48b8c4d83f7 ToolSvc.GitSIMCOND INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/SIMCOND.git' -ToolSvc.GitSIMCOND INFO using commit 'sim-20161124-1-vc-md100' corresponding to 7b54d919ab54f3a716e32ae2f90c9de6a8ec26e9 +ToolSvc.GitSIMCOND INFO using commit 'sim-20170721-1-vc-md100' corresponding to f9b3cf0aa6d9ee61d5ee0692f95e4584e52df268 DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -95,7 +96,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -248,7 +249,7 @@ RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 RndmGenSvc.Engine INFO This is the GEANT4 engine! RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> -TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. GaussSequencer INFO Member list: GaudiSequencer/Generator, GaudiSequencer/Simulation ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. Generator INFO Member list: GaudiSequencer/GeneratorSlotMainSeq @@ -1141,122 +1142,122 @@ ToolSvc INFO Removing all tools created by ToolSvc MainEventGaussSim.Mai...SUCCESS Booked 4 Histogram(s) : 1D=4 MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Delta Memory/MB" | 1 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Total Memory/MB" | 10 | 11768.1 | 1176.8 | 27.677 | 1093.8 | 1186.0 | + | "Delta Memory/MB" | 1 | 0.264 | 0.26400 | 0.0000 | 0.26400 | 0.26400 | + | "Total Memory/MB" | 10 | 11770.98 | 1177.1 | 27.658 | 1094.1 | 1186.6 | GaussGen.GaussGenMemory SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Delta Memory/MB" | 1 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Total Memory/MB" | 10 | 11768.1 | 1176.8 | 27.677 | 1093.8 | 1186.0 | + | "Delta Memory/MB" | 1 | 0.264 | 0.26400 | 0.0000 | 0.26400 | 0.26400 | + | "Total Memory/MB" | 10 | 11770.98 | 1177.1 | 27.658 | 1094.1 | 1186.6 | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. ToolSvc.SequencerTime... INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 4016.000 | 4846.137 | 687.712 40832.4 12646.11 | 10 | 48.461 | -TimingAuditor.TIMER INFO GaussSequencer | 4016.000 | 4845.561 | 687.677 40827.2 12644.49 | 10 | 48.456 | -TimingAuditor.TIMER INFO Generator | 0.000 | 0.642 | 0.186 4.5 1.37 | 10 | 0.006 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 0.000 | 0.636 | 0.180 4.5 1.37 | 10 | 0.006 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 0.188 | 0.105 0.8 0.23 | 10 | 0.002 | -TimingAuditor.TIMER INFO ParticleGun | 0.000 | 0.209 | 0.041 1.6 0.50 | 10 | 0.002 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 0.225 | 0.021 2.0 0.64 | 10 | 0.002 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 0.218 | 0.014 2.0 0.64 | 10 | 0.002 | -TimingAuditor.TIMER INFO Simulation | 4016.000 | 4844.909 | 687.478 40822.7 12643.12 | 10 | 48.449 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.007 | 0.005 0.0 0.01 | 10 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 4016.000 | 4844.893 | 687.465 40822.7 12643.12 | 10 | 48.449 | -TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 0.127 | 0.091 0.4 0.09 | 10 | 0.001 | -TimingAuditor.TIMER INFO MainSimulation | 4016.000 | 4844.754 | 687.362 40822.3 12643.02 | 10 | 48.448 | -TimingAuditor.TIMER INFO MakeMainSim | 4013.000 | 4825.038 | 686.579 40640.4 12586.04 | 10 | 48.250 | -TimingAuditor.TIMER INFO GenToSim | 3060.000 | 3868.899 | 0.047 38687.8 12234.11 | 10 | 38.689 | -TimingAuditor.TIMER INFO GiGaFlush | 950.000 | 954.591 | 685.874 1945.3 408.00 | 10 | 9.546 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.007 | 0.007 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 1.000 | 0.202 | 0.032 1.5 0.45 | 10 | 0.002 | -TimingAuditor.TIMER INFO DetectorsHits | 2.000 | 0.793 | 0.271 3.4 0.96 | 10 | 0.008 | -TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.025 | 0.021 0.1 0.01 | 10 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 0.008 | 0.008 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO GetTTHits | 0.000 | 0.068 | 0.007 0.5 0.15 | 10 | 0.001 | -TimingAuditor.TIMER INFO GetITHits | 0.000 | 0.009 | 0.007 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO GetOTHits | 2.000 | 0.080 | 0.008 0.4 0.12 | 10 | 0.001 | -TimingAuditor.TIMER INFO RichHits | 0.000 | 0.363 | 0.125 1.9 0.53 | 10 | 0.004 | -TimingAuditor.TIMER INFO GetRichHits | 0.000 | 0.127 | 0.019 0.7 0.20 | 10 | 0.001 | -TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 0.033 | 0.010 0.2 0.05 | 10 | 0.000 | -TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 0.050 | 0.010 0.3 0.10 | 10 | 0.001 | -TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 0.037 | 0.008 0.2 0.07 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.055 | 0.026 0.3 0.08 | 10 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.029 | 0.016 0.1 0.03 | 10 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.031 | 0.009 0.1 0.03 | 10 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.036 | 0.007 0.1 0.04 | 10 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 0.041 | 0.017 0.1 0.04 | 10 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.008 | 0.007 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 0.082 | 0.008 0.3 0.11 | 10 | 0.001 | -TimingAuditor.TIMER INFO MainEventDataPacking | 0.000 | 0.503 | 0.263 2.3 0.65 | 10 | 0.005 | -TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 0.070 | 0.019 0.5 0.15 | 10 | 0.001 | -TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 0.032 | 0.014 0.2 0.05 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 0.050 | 0.018 0.3 0.10 | 10 | 0.001 | -TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.015 | 0.012 0.0 0.01 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.013 | 0.012 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.012 | 0.011 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.012 | 0.011 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.013 | 0.012 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.040 | 0.014 0.2 0.07 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.015 | 0.012 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.016 | 0.012 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.012 | 0.012 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.032 | 0.013 0.2 0.06 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 0.035 | 0.014 0.2 0.05 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.042 | 0.013 0.3 0.08 | 10 | 0.000 | -TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.035 | 0.012 0.2 0.06 | 10 | 0.000 | -TimingAuditor.TIMER INFO SimMonitor | 3.000 | 19.707 | 0.713 181.9 56.99 | 10 | 0.197 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.060 | 0.045 0.2 0.04 | 10 | 0.001 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.022 | 0.012 0.1 0.02 | 10 | 0.000 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.049 | 0.026 0.2 0.06 | 10 | 0.000 | -TimingAuditor.TIMER INFO DetectorsMonitor | 1.000 | 17.679 | 0.151 174.1 54.98 | 10 | 0.177 | -TimingAuditor.TIMER INFO VeloGaussMoni | 0.000 | 0.063 | 0.014 0.5 0.15 | 10 | 0.001 | -TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 0.054 | 0.008 0.4 0.13 | 10 | 0.001 | -TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.009 | 0.005 0.0 0.01 | 10 | 0.000 | -TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 0.022 | 0.005 0.1 0.03 | 10 | 0.000 | -TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 0.086 | 0.012 0.4 0.12 | 10 | 0.001 | -TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 0.085 | 0.008 0.4 0.12 | 10 | 0.001 | -TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 0.092 | 0.020 0.5 0.15 | 10 | 0.001 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.066 | 0.009 0.3 0.11 | 10 | 0.001 | -TimingAuditor.TIMER INFO MuonHitChecker | 1.000 | 17.169 | 0.016 171.5 54.22 | 10 | 0.172 | -TimingAuditor.TIMER INFO DataUnpackTest | 2.000 | 1.878 | 0.452 7.2 2.24 | 10 | 0.019 | -TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 0.042 | 0.012 0.3 0.08 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 0.036 | 0.010 0.2 0.05 | 10 | 0.000 | -TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.017 | 0.008 0.1 0.02 | 10 | 0.000 | -TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 0.025 | 0.006 0.2 0.05 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.044 | 0.015 0.2 0.06 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 0.011 | 0.005 0.1 0.02 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.013 | 0.011 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckVeloHits | 0.000 | 0.011 | 0.004 0.1 0.02 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.026 | 0.011 0.1 0.03 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckTTHits | 0.000 | 0.054 | 0.004 0.4 0.11 | 10 | 0.001 | -TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.012 | 0.011 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckITHits | 0.000 | 0.004 | 0.004 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.014 | 0.010 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckOTHits | 0.000 | 0.081 | 0.004 0.3 0.10 | 10 | 0.001 | -TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 0.042 | 0.013 0.2 0.06 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 0.039 | 0.013 0.2 0.07 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.041 | 0.012 0.3 0.08 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.048 | 0.013 0.3 0.08 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckRichHits | 0.000 | 0.093 | 0.005 0.4 0.14 | 10 | 0.001 | -TimingAuditor.TIMER INFO CheckRichOpPhot | 2.000 | 0.532 | 0.005 2.2 0.83 | 10 | 0.005 | -TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 0.026 | 0.005 0.1 0.04 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.013 | 0.005 0.1 0.02 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.048 | 0.013 0.2 0.06 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 0.082 | 0.005 0.3 0.10 | 10 | 0.001 | -TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.032 | 0.011 0.1 0.03 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckPrsHits | 0.000 | 0.148 | 0.005 0.7 0.21 | 10 | 0.001 | -TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.032 | 0.017 0.1 0.02 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckEcalHits | 0.000 | 0.126 | 0.025 0.5 0.17 | 10 | 0.001 | -TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.013 | 0.011 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.008 | 0.004 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.012 | 0.011 0.0 0.00 | 10 | 0.000 | -TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 0.041 | 0.005 0.2 0.06 | 10 | 0.000 | +TimingAuditor.TIMER INFO EVENT LOOP | 4110.000 | 4156.925 | 672.923 33449.3 10296.61 | 10 | 41.569 | +TimingAuditor.TIMER INFO GaussSequencer | 4110.000 | 4156.228 | 672.888 33443.7 10294.90 | 10 | 41.562 | +TimingAuditor.TIMER INFO Generator | 2.000 | 0.605 | 0.188 4.1 1.22 | 10 | 0.006 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 2.000 | 0.599 | 0.182 4.1 1.22 | 10 | 0.006 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 0.225 | 0.105 1.1 0.31 | 10 | 0.002 | +TimingAuditor.TIMER INFO ParticleGun | 1.000 | 0.245 | 0.042 2.0 0.61 | 10 | 0.002 | +TimingAuditor.TIMER INFO GenMonitor | 1.000 | 0.115 | 0.020 0.9 0.29 | 10 | 0.001 | +TimingAuditor.TIMER INFO GenMonitorAlg | 1.000 | 0.108 | 0.016 0.9 0.29 | 10 | 0.001 | +TimingAuditor.TIMER INFO Simulation | 4108.000 | 4155.610 | 672.694 33439.6 10293.69 | 10 | 41.556 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.006 | 0.004 0.0 0.01 | 10 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 4108.000 | 4155.596 | 672.683 33439.6 10293.69 | 10 | 41.556 | +TimingAuditor.TIMER INFO MainEventGaussSim | 1.000 | 0.187 | 0.081 1.0 0.30 | 10 | 0.002 | +TimingAuditor.TIMER INFO MainSimulation | 4107.000 | 4155.399 | 672.591 33438.6 10293.39 | 10 | 41.554 | +TimingAuditor.TIMER INFO MakeMainSim | 4106.000 | 4152.528 | 671.958 33424.9 10289.56 | 10 | 41.525 | +TimingAuditor.TIMER INFO GenToSim | 3067.000 | 3113.200 | 0.049 31130.6 9844.29 | 10 | 31.132 | +TimingAuditor.TIMER INFO GiGaFlush | 1036.000 | 1037.072 | 671.304 2280.8 528.20 | 10 | 10.371 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.006 | 0.005 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 0.000 | 0.396 | 0.037 3.4 1.04 | 10 | 0.004 | +TimingAuditor.TIMER INFO DetectorsHits | 2.000 | 1.159 | 0.276 6.0 1.76 | 10 | 0.012 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 0.025 | 0.020 0.1 0.01 | 10 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 0.007 | 0.007 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO GetTTHits | 0.000 | 0.168 | 0.007 1.3 0.40 | 10 | 0.002 | +TimingAuditor.TIMER INFO GetITHits | 0.000 | 0.010 | 0.006 0.0 0.01 | 10 | 0.000 | +TimingAuditor.TIMER INFO GetOTHits | 0.000 | 0.155 | 0.005 0.8 0.24 | 10 | 0.002 | +TimingAuditor.TIMER INFO RichHits | 1.000 | 0.490 | 0.111 2.9 0.87 | 10 | 0.005 | +TimingAuditor.TIMER INFO GetRichHits | 1.000 | 0.221 | 0.019 1.4 0.41 | 10 | 0.002 | +TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 0.039 | 0.008 0.2 0.07 | 10 | 0.000 | +TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 0.062 | 0.009 0.5 0.14 | 10 | 0.001 | +TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 0.044 | 0.006 0.3 0.10 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.062 | 0.026 0.4 0.10 | 10 | 0.001 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPho| 0.000 | 0.030 | 0.013 0.1 0.04 | 10 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.031 | 0.009 0.1 0.04 | 10 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.038 | 0.005 0.1 0.04 | 10 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 0.049 | 0.013 0.2 0.05 | 10 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.008 | 0.005 0.0 0.01 | 10 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHits | 0.000 | 0.132 | 0.006 0.6 0.22 | 10 | 0.001 | +TimingAuditor.TIMER INFO MainEventDataPacking | 1.000 | 0.640 | 0.216 4.0 1.20 | 10 | 0.006 | +TimingAuditor.TIMER INFO PackMCParticle | 0.000 | 0.116 | 0.017 0.9 0.28 | 10 | 0.001 | +TimingAuditor.TIMER INFO PackMCVertex | 1.000 | 0.038 | 0.011 0.2 0.07 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 0.094 | 0.015 0.8 0.25 | 10 | 0.001 | +TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.010 | 0.009 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.012 | 0.008 0.0 0.01 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.010 | 0.008 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.009 | 0.008 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.010 | 0.009 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.054 | 0.011 0.4 0.12 | 10 | 0.001 | +TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.014 | 0.009 0.0 0.01 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.014 | 0.010 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.010 | 0.009 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.053 | 0.010 0.4 0.13 | 10 | 0.001 | +TimingAuditor.TIMER INFO MCRichOpPhotPacker | 0.000 | 0.041 | 0.011 0.3 0.08 | 10 | 0.000 | +TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.052 | 0.010 0.4 0.12 | 10 | 0.001 | +TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.041 | 0.009 0.3 0.10 | 10 | 0.000 | +TimingAuditor.TIMER INFO SimMonitor | 1.000 | 2.863 | 0.626 13.7 4.08 | 10 | 0.029 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.074 | 0.050 0.2 0.05 | 10 | 0.001 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 0.027 | 0.011 0.1 0.04 | 10 | 0.000 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.053 | 0.025 0.3 0.08 | 10 | 0.001 | +TimingAuditor.TIMER INFO DetectorsMonitor | 0.000 | 0.799 | 0.149 5.0 1.49 | 10 | 0.008 | +TimingAuditor.TIMER INFO VeloGaussMoni | 0.000 | 0.078 | 0.014 0.6 0.20 | 10 | 0.001 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 0.120 | 0.007 1.0 0.31 | 10 | 0.001 | +TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.012 | 0.003 0.1 0.03 | 10 | 0.000 | +TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 0.027 | 0.003 0.1 0.04 | 10 | 0.000 | +TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 0.102 | 0.010 0.5 0.15 | 10 | 0.001 | +TimingAuditor.TIMER INFO PrsMonitor | 0.000 | 0.096 | 0.007 0.4 0.14 | 10 | 0.001 | +TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 0.102 | 0.020 0.6 0.18 | 10 | 0.001 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.063 | 0.008 0.3 0.11 | 10 | 0.001 | +TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 0.153 | 0.017 1.2 0.37 | 10 | 0.002 | +TimingAuditor.TIMER INFO DataUnpackTest | 1.000 | 1.892 | 0.374 8.0 2.52 | 10 | 0.019 | +TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 0.042 | 0.010 0.3 0.08 | 10 | 0.000 | +TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 0.031 | 0.007 0.2 0.06 | 10 | 0.000 | +TimingAuditor.TIMER INFO CompareMCVertex | 0.000 | 0.017 | 0.006 0.1 0.02 | 10 | 0.000 | +TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 0.026 | 0.005 0.2 0.06 | 10 | 0.000 | +TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.037 | 0.013 0.2 0.07 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 0.012 | 0.004 0.1 0.03 | 10 | 0.000 | +TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.009 | 0.008 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckVeloHits | 0.000 | 0.002 | 0.002 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.014 | 0.008 0.1 0.02 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckTTHits | 0.000 | 0.059 | 0.003 0.4 0.13 | 10 | 0.001 | +TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.010 | 0.007 0.0 0.01 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckITHits | 0.000 | 0.003 | 0.002 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.011 | 0.007 0.0 0.01 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckOTHits | 0.000 | 0.087 | 0.002 0.3 0.11 | 10 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichHits | 1.000 | 0.035 | 0.009 0.2 0.07 | 10 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 0.039 | 0.010 0.3 0.08 | 10 | 0.000 | +TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.055 | 0.009 0.3 0.10 | 10 | 0.001 | +TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.041 | 0.010 0.3 0.09 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckRichHits | 0.000 | 0.097 | 0.004 0.4 0.15 | 10 | 0.001 | +TimingAuditor.TIMER INFO CheckRichOpPhot | 0.000 | 0.561 | 0.004 2.2 0.88 | 10 | 0.006 | +TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 0.031 | 0.003 0.2 0.06 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.012 | 0.003 0.1 0.03 | 10 | 0.000 | +TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.050 | 0.009 0.3 0.10 | 10 | 0.001 | +TimingAuditor.TIMER INFO CheckSpdHits | 0.000 | 0.086 | 0.003 0.3 0.12 | 10 | 0.001 | +TimingAuditor.TIMER INFO UnpackPrsHits | 0.000 | 0.035 | 0.008 0.1 0.04 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckPrsHits | 0.000 | 0.151 | 0.003 0.7 0.22 | 10 | 0.002 | +TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.031 | 0.012 0.1 0.03 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckEcalHits | 0.000 | 0.123 | 0.024 0.5 0.16 | 10 | 0.001 | +TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.012 | 0.008 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.007 | 0.002 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.010 | 0.008 0.0 0.00 | 10 | 0.000 | +TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 0.036 | 0.003 0.2 0.05 | 10 | 0.000 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 231 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' @@ -1264,8 +1265,8 @@ GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 9.5 [s] Ave/Min/Max= 0.95(+-0.377)/ 0.69/ 1.91 [s] #= 10 -ChronoStatSvc INFO Time User : Tot= 81.2 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 10.3 [s] Ave/Min/Max= 1.03(+-0.502)/ 0.67/ 2.28 [s] #= 10 +ChronoStatSvc INFO Time User : Tot= 86.1 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) @@ -1311,3 +1312,4 @@ Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= +� diff --git a/Sim/Gauss/tests/refs/testGauss-redecay.ref b/Sim/Gauss/tests/refs/testGauss-redecay.ref index 87e7fc43f69f9ca6eac6e37f73c8c6df363058f2..b198074cc29d66298f720cfe05cb244d297f2697 100644 --- a/Sim/Gauss/tests/refs/testGauss-redecay.ref +++ b/Sim/Gauss/tests/refs/testGauss-redecay.ref @@ -1,19 +1,19 @@ -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/options/Gauss-DEV.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' # --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/27162212.py' # <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/27162212.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Gen/LbPythia8/options/Pythia8.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-redecay.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-redecay.py' -# --> Including file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/tests/options/testGauss-QMTests.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r371/options/Gauss/Beam6500GeV-md100-2016-nu1.6.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r371/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r371/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r371/options/Gauss/Beam6500GeV-md100-2016-nu1.6.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-redecay.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-redecay.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam6500GeV-md100-2016-nu1.6.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam6500GeV-md100-2016-nu1.6.py' # applying configuration of Gauss veloMisAlignGeometry: 2 @@ -74,24 +74,24 @@ RICH simulation now configured # \----- (End of User Gauss/Gauss) ------------------------------------------------------------------- # GaussTape.ItemList = ['/Event/Gen/Header#1', '/Event/MC/Header#1', '/Event/Gen/BeamParameters#1', '/Event/Gen/Collisions#1', '/Event/pSim/MCVertices#1', '/Event/pSim/MCParticles#1', '/Event/pSim/Velo/Hits#1', '/Event/pSim/PuVeto/Hits#1', '/Event/pSim/IT/Hits#1', '/Event/pSim/OT/Hits#1', '/Event/pSim/TT/Hits#1', '/Event/pSim/Muon/Hits#1', '/Event/pSim/Spd/Hits#1', '/Event/pSim/Prs/Hits#1', '/Event/pSim/Ecal/Hits#1', '/Event/pSim/Hcal/Hits#1', '/Event/pSim/Rich/Hits#1', '/Event/pSim/Rich/OpticalPhotons#1', '/Event/pSim/Rich/Tracks#1', '/Event/pSim/Rich/Segments#1', '/Event/Link/MC/Particles2MCRichTracks#1', '/Event/Link/MC/Rich/Hits2MCRichOpticalPhotons#1'] # GaussTape.OptItemList = ['/Event/Gen/HepMCEvents#1'] -# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20181113-3', 'SIMCOND': 'sim-20161124-1-vc-md100'} +# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20190206-3', 'SIMCOND': 'sim-20170721-1-vc-md100'} # WARNING: Latest unbound local tags on top of the latest global tags of 2016 data type(s) are added: {'DDDB': ['rich-20140220']} # WARNING: local tags in DDDB are ignored ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version HEAD - running on lbbuild43.cern.ch on Tue Nov 20 06:52:57 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 06:22:21 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' -ToolSvc.GitDDDB INFO using commit 'dddb-20181113-3' corresponding to be0330fb2a31b79da4c070bfa0c63e3f1f21c2d2 +ToolSvc.GitDDDB INFO using commit 'dddb-20190206-3' corresponding to 6ccfd930ebf64b2415358a84dd3ad48b8c4d83f7 ToolSvc.GitSIMCOND INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/SIMCOND.git' -ToolSvc.GitSIMCOND INFO using commit 'sim-20161124-1-vc-md100' corresponding to 7b54d919ab54f3a716e32ae2f90c9de6a8ec26e9 +ToolSvc.GitSIMCOND INFO using commit 'sim-20170721-1-vc-md100' corresponding to f9b3cf0aa6d9ee61d5ee0692f95e4584e52df268 DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -99,7 +99,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_HEAD/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -255,7 +255,7 @@ RndmGenSvc.Engine INFO This is the GEANT4 engine! RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. GaussSequencer INFO Member list: GaudiSequencer/Generator, GaudiSequencer/Simulation -ToolSvc.SequencerTime... INFO This machine has a speed about 4.76 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. Generator INFO Member list: GaudiSequencer/GeneratorSlotMainSeq GeneratorSlotMainSeq INFO Member list: GenInit/GaussGen, GaussRedecayCtrFilter/RegisterNewEvent, Generation, GaussRedecaySorter, GaudiSequencer/GenMonitor GaussGen SUCCESS ================================================================== @@ -324,7 +324,7 @@ MODOP=5 -- corrects Energy from mass+flow | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | | | P Y T H H I A A | | - | | P Y T H H III A A Now is 20 Nov 2018 at 06:54:10 | | + | | P Y T H H III A A Now is 23 Feb 2019 at 06:23:36 | | | | | | | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | @@ -932,178 +932,178 @@ SignalGen INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [10 SignalSim INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 728455846, 0] GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Particles' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Particles' -GaussRedecayMergeAndC... DEBUG Got 3682 from MC/Particles -GaussRedecayMergeAndC... DEBUG Got 276 from Signal/MC/Particles +GaussRedecayMergeAndC... DEBUG Got 3379 from MC/Particles +GaussRedecayMergeAndC... DEBUG Got 414 from Signal/MC/Particles GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Vertices' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Vertices' -GaussRedecayMergeAndC... DEBUG Got 4230 from MC/Vertices -GaussRedecayMergeAndC... DEBUG Got 305 from Signal/MC/Vertices +GaussRedecayMergeAndC... DEBUG Got 3762 from MC/Vertices +GaussRedecayMergeAndC... DEBUG Got 445 from Signal/MC/Vertices GaussRedecayMergeAndC... DEBUG Fixing connections for 424243 with original ID -513 GaussRedecayMergeAndC... DEBUG Disconnect 424243from vertex with products: -GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x430299b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x43029d10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302a3c0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302a740 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302aa60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302b190 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302b520 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302c440 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302cd40 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302d1f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x442e3790 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x442e6840 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x43029510 EndVertices : #=2 [ 0x442ef420 0x442ef6f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43029510 EndVertices : #=2 [ 0x442f55f0 0x442f58c0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43029510 EndVertices : #=2 [ 0x442fb930 0x442fbc00 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x442fbdd0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (6178.47,-137.779,269010,269134) ParticleID = LHCb.ParticleID(424243) OriginVertex = 0x43029510 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3682 +GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x4163e860 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x4163ebc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x4163f270 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x4163f5f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x4163f910 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x41640040 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x416403d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x416412f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x41641bf0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x416420a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163e3c0 EndVertices : #=2 [ 0x426529e0 0x42652c70 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x426552f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x4163e3c0 EndVertices : #=2 [ 0x4265c350 0x4265c5e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x42664250 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x42667710 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x426693d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (6178.47,-137.779,269010,269134) ParticleID = LHCb.ParticleID(424243) OriginVertex = 0x4163e3c0 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3379 GaussRedecayMergeAndC... DEBUG Disconnected from vertex: -GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x430299b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x43029d10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302a3c0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302a740 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302aa60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302b190 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302b520 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302c440 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302cd40 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x4302d1f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x442e3790 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x442e6840 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x43029510 EndVertices : #=2 [ 0x442ef420 0x442ef6f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43029510 EndVertices : #=2 [ 0x442f55f0 0x442f58c0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43029510 EndVertices : #=2 [ 0x442fb930 0x442fbc00 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43029510 EndVertices : #=1 [ 0x442fbdd0 ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3681 +GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x4163e860 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x4163ebc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x4163f270 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x4163f5f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x4163f910 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x41640040 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x416403d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x416412f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x41641bf0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x416420a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163e3c0 EndVertices : #=2 [ 0x426529e0 0x42652c70 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x426552f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x4163e3c0 EndVertices : #=2 [ 0x4265c350 0x4265c5e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x42664250 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x42667710 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163e3c0 EndVertices : #=1 [ 0x426693d0 ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3378 GaussRedecayMergeAndC... DEBUG ---> Signal vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG ---> Original vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG Treated -513 -> 424243 to new connection. GaussRedecayMergeAndC... DEBUG Fixing connections for 424244 with original ID 525 GaussRedecayMergeAndC... DEBUG Disconnect 424244from vertex with products: -GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x4301c830 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x4301d0b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x4301d610 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x4301de00 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x4301e330 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x4303ff80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43040490 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43040be0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43041100 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x430415b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43041e90 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x430428c0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43042ed0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43043870 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43fb1020 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x44266c90 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x44267440 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43fae770 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43f8ff60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43026810 EndVertices : #=2 [ 0x44252c00 0x44252ed0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43026810 EndVertices : #=2 [ 0x442530a0 0x44253330 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43ff3e50 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43ff3fb0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43ff4150 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43ff42f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43ff4a20 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43ff4bc0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x43026810 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (36.2235,-964.57,93913.3,94091.9) ParticleID = LHCb.ParticleID(424244) OriginVertex = 0x43026810 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3847 +GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41631640 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41631ec0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41632420 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41632c10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41633140 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41654dc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x416552d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41655a20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41655f40 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x416563f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41656cd0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41657700 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41657d10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x416586b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x4163b6c0 EndVertices : #=3 [ 0x4270bb60 0x4270bf40 0x4270c150 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163b6c0 EndVertices : #=3 [ 0x42708c70 0x42708f40 0x42709190 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41656030 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x42725010 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x42575990 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163b6c0 EndVertices : #=2 [ 0x42645240 0x42645510 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4163b6c0 EndVertices : #=2 [ 0x41652c40 0x41652f10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x4263a150 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x4263a2b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x4263a410 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x4263a5b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163b6c0 EndVertices : #=2 [ 0x4263aa50 0x4263ace0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x4263aeb0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x4163b6c0 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (36.2235,-964.57,93913.3,94091.9) ParticleID = LHCb.ParticleID(424244) OriginVertex = 0x4163b6c0 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3709 GaussRedecayMergeAndC... DEBUG Disconnected from vertex: -GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x4301c830 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x4301d0b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x4301d610 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x4301de00 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x4301e330 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x4303ff80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43040490 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43040be0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43041100 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x430415b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43041e90 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x430428c0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43042ed0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43043870 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43fb1020 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x44266c90 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x44267440 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43fae770 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43f8ff60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43026810 EndVertices : #=2 [ 0x44252c00 0x44252ed0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43026810 EndVertices : #=2 [ 0x442530a0 0x44253330 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43ff3e50 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43ff3fb0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43ff4150 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43ff42f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43ff4a20 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x43026810 EndVertices : #=1 [ 0x43ff4bc0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x43026810 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3846 +GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41631640 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41631ec0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41632420 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41632c10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41633140 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41654dc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x416552d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41655a20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41655f40 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x416563f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41656cd0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41657700 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41657d10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x416586b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x4163b6c0 EndVertices : #=3 [ 0x4270bb60 0x4270bf40 0x4270c150 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163b6c0 EndVertices : #=3 [ 0x42708c70 0x42708f40 0x42709190 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x41656030 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x42725010 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x42575990 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163b6c0 EndVertices : #=2 [ 0x42645240 0x42645510 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4163b6c0 EndVertices : #=2 [ 0x41652c40 0x41652f10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x4263a150 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x4263a2b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x4263a410 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x4263a5b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4163b6c0 EndVertices : #=2 [ 0x4263aa50 0x4263ace0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x4163b6c0 EndVertices : #=1 [ 0x4263aeb0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x4163b6c0 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3708 GaussRedecayMergeAndC... DEBUG ---> Signal vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG ---> Original vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG Treated 525 -> 424244 to new connection. GaussRedecayMergeAndC... DEBUG That was the last one, removing fake primary vertex from the signal part. GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/PuVeto/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/PuVeto/Hits' -GaussRedecayMergeAndC... DEBUG Got 89 from MC/PuVeto/Hits +GaussRedecayMergeAndC... DEBUG Got 80 from MC/PuVeto/Hits GaussRedecayMergeAndC... DEBUG Got 0 from Signal/MC/PuVeto/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/Velo/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/Velo/Hits' -GaussRedecayMergeAndC... DEBUG Got 1467 from MC/Velo/Hits -GaussRedecayMergeAndC... DEBUG Got 298 from Signal/MC/Velo/Hits +GaussRedecayMergeAndC... DEBUG Got 1551 from MC/Velo/Hits +GaussRedecayMergeAndC... DEBUG Got 273 from Signal/MC/Velo/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/TT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/TT/Hits' -GaussRedecayMergeAndC... DEBUG Got 723 from MC/TT/Hits -GaussRedecayMergeAndC... DEBUG Got 113 from Signal/MC/TT/Hits +GaussRedecayMergeAndC... DEBUG Got 530 from MC/TT/Hits +GaussRedecayMergeAndC... DEBUG Got 155 from Signal/MC/TT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/IT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/IT/Hits' -GaussRedecayMergeAndC... DEBUG Got 496 from MC/IT/Hits -GaussRedecayMergeAndC... DEBUG Got 87 from Signal/MC/IT/Hits +GaussRedecayMergeAndC... DEBUG Got 325 from MC/IT/Hits +GaussRedecayMergeAndC... DEBUG Got 56 from Signal/MC/IT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/OT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/OT/Hits' -GaussRedecayMergeAndC... DEBUG Got 1398 from MC/OT/Hits -GaussRedecayMergeAndC... DEBUG Got 154 from Signal/MC/OT/Hits +GaussRedecayMergeAndC... DEBUG Got 1266 from MC/OT/Hits +GaussRedecayMergeAndC... DEBUG Got 262 from Signal/MC/OT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/Muon/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/Muon/Hits' -GaussRedecayMergeAndC... DEBUG Got 560 from MC/Muon/Hits -GaussRedecayMergeAndC... DEBUG Got 67 from Signal/MC/Muon/Hits +GaussRedecayMergeAndC... DEBUG Got 621 from MC/Muon/Hits +GaussRedecayMergeAndC... DEBUG Got 100 from Signal/MC/Muon/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Spd/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Spd/Hits' -GaussRedecayMergeAndC... DEBUG Got 2186 from MC/Spd/Hits -GaussRedecayMergeAndC... DEBUG Got 512 from Signal/MC/Spd/Hits +GaussRedecayMergeAndC... DEBUG Got 2254 from MC/Spd/Hits +GaussRedecayMergeAndC... DEBUG Got 464 from Signal/MC/Spd/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Prs/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Prs/Hits' -GaussRedecayMergeAndC... DEBUG Got 3734 from MC/Prs/Hits -GaussRedecayMergeAndC... DEBUG Got 731 from Signal/MC/Prs/Hits +GaussRedecayMergeAndC... DEBUG Got 3898 from MC/Prs/Hits +GaussRedecayMergeAndC... DEBUG Got 631 from Signal/MC/Prs/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Ecal/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Ecal/Hits' -GaussRedecayMergeAndC... DEBUG Got 4567 from MC/Ecal/Hits -GaussRedecayMergeAndC... DEBUG Got 910 from Signal/MC/Ecal/Hits +GaussRedecayMergeAndC... DEBUG Got 4231 from MC/Ecal/Hits +GaussRedecayMergeAndC... DEBUG Got 911 from Signal/MC/Ecal/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Hcal/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Hcal/Hits' -GaussRedecayMergeAndC... DEBUG Got 695 from MC/Hcal/Hits -GaussRedecayMergeAndC... DEBUG Got 172 from Signal/MC/Hcal/Hits +GaussRedecayMergeAndC... DEBUG Got 604 from MC/Hcal/Hits +GaussRedecayMergeAndC... DEBUG Got 161 from Signal/MC/Hcal/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCRichHit>*' has been retrieved from TS at address 'MC/Rich/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCRichHit>*' has been retrieved from TS at address 'Signal/MC/Rich/Hits' -GaussRedecayMergeAndC... DEBUG Got 3245 from MC/Rich/Hits -GaussRedecayMergeAndC... DEBUG Got 458 from Signal/MC/Rich/Hits +GaussRedecayMergeAndC... DEBUG Got 3227 from MC/Rich/Hits +GaussRedecayMergeAndC... DEBUG Got 608 from Signal/MC/Rich/Hits GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichOpticalPhoton,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/OpticalPhotons' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichOpticalPhoton,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/OpticalPhotons' -GaussRedecayMergeAndC... DEBUG Got 3245 from MC/Rich/OpticalPhotons -GaussRedecayMergeAndC... DEBUG Got 458 from Signal/MC/Rich/OpticalPhotons +GaussRedecayMergeAndC... DEBUG Got 3227 from MC/Rich/OpticalPhotons +GaussRedecayMergeAndC... DEBUG Got 608 from Signal/MC/Rich/OpticalPhotons GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichSegment,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/Segments' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichSegment,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/Segments' -GaussRedecayMergeAndC... DEBUG Got 228 from MC/Rich/Segments -GaussRedecayMergeAndC... DEBUG Got 33 from Signal/MC/Rich/Segments +GaussRedecayMergeAndC... DEBUG Got 223 from MC/Rich/Segments +GaussRedecayMergeAndC... DEBUG Got 47 from Signal/MC/Rich/Segments GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichTrack,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/Tracks' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichTrack,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/Tracks' -GaussRedecayMergeAndC... DEBUG Got 189 from MC/Rich/Tracks -GaussRedecayMergeAndC... DEBUG Got 26 from Signal/MC/Rich/Tracks +GaussRedecayMergeAndC... DEBUG Got 180 from MC/Rich/Tracks +GaussRedecayMergeAndC... DEBUG Got 33 from Signal/MC/Rich/Tracks GaussRedecayMergeAndC... DEBUG The object of type 'LHCb::MCHeader*' has been retrieved from TS at address 'MC/Header' -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 3954 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 4532 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 3789 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 4204 GaussGen INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 1474865432, 0] MainEventGaussSim INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 1044128089, 0] SignalGen INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 889723850, 0] @@ -1112,714 +1112,716 @@ SignalSim INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [10 PYTHIA Abort from Pythia::forceHadronLevel: check of event revealed problems GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Particles' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Particles' -GaussRedecayMergeAndC... DEBUG Got 3682 from MC/Particles -GaussRedecayMergeAndC... DEBUG Got 421 from Signal/MC/Particles +GaussRedecayMergeAndC... DEBUG Got 3379 from MC/Particles +GaussRedecayMergeAndC... DEBUG Got 279 from Signal/MC/Particles GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Vertices' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Vertices' -GaussRedecayMergeAndC... DEBUG Got 4230 from MC/Vertices -GaussRedecayMergeAndC... DEBUG Got 506 from Signal/MC/Vertices +GaussRedecayMergeAndC... DEBUG Got 3762 from MC/Vertices +GaussRedecayMergeAndC... DEBUG Got 330 from Signal/MC/Vertices GaussRedecayMergeAndC... DEBUG Fixing connections for 424243 with original ID -513 GaussRedecayMergeAndC... DEBUG Disconnect 424243from vertex with products: -GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x437a1310 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x43b26e80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x43b2f3b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x4417ffc0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x437e3510 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x4377dad0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x436d74a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x439f81d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x43b2c530 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x43a59670 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x43a7fda0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x43c081d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x436c6d80 EndVertices : #=2 [ 0x4370f0a0 0x43a7c510 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436c6d80 EndVertices : #=2 [ 0x430ca3c0 0x438f6f00 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x436c6d80 EndVertices : #=2 [ 0x43a81340 0x43a3a2a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x438843a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (6178.47,-137.779,269010,269134) ParticleID = LHCb.ParticleID(424243) OriginVertex = 0x436c6d80 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3682 +GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x41b3fdd0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x4209ce60 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x4209cd90 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x4256c6b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x42241210 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x84596e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x30051a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x2ff35c0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x7846590 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x2b7fe20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42117810 EndVertices : #=2 [ 0x41e425c0 0x418c4860 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x424391b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x42117810 EndVertices : #=2 [ 0x41e7ad00 0x420b2aa0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x420b2d10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x418c24d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x422ac6e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (6178.47,-137.779,269010,269134) ParticleID = LHCb.ParticleID(424243) OriginVertex = 0x42117810 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3379 GaussRedecayMergeAndC... DEBUG Disconnected from vertex: -GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x437a1310 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x43b26e80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x43b2f3b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x4417ffc0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x437e3510 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x4377dad0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x436d74a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x439f81d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x43b2c530 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x43a59670 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x43a7fda0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x43c081d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x436c6d80 EndVertices : #=2 [ 0x4370f0a0 0x43a7c510 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436c6d80 EndVertices : #=2 [ 0x430ca3c0 0x438f6f00 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x436c6d80 EndVertices : #=2 [ 0x43a81340 0x43a3a2a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436c6d80 EndVertices : #=1 [ 0x438843a0 ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3681 +GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x41b3fdd0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x4209ce60 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x4209cd90 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x4256c6b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x42241210 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x84596e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x30051a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x2ff35c0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x7846590 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x2b7fe20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42117810 EndVertices : #=2 [ 0x41e425c0 0x418c4860 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x424391b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x42117810 EndVertices : #=2 [ 0x41e7ad00 0x420b2aa0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x420b2d10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x418c24d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42117810 EndVertices : #=1 [ 0x422ac6e0 ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3378 GaussRedecayMergeAndC... DEBUG ---> Signal vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG ---> Original vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG Treated -513 -> 424243 to new connection. GaussRedecayMergeAndC... DEBUG Fixing connections for 424244 with original ID 525 GaussRedecayMergeAndC... DEBUG Disconnect 424244from vertex with products: -GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x434de0b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x434f7280 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x434f71b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43525ed0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x434e1680 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x434e8570 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x8d84e80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x109b0a70 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x434e1370 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x45028b40 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43568ea0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x450196f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x443d1b30 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x401cee0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43ceada0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43f06660 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43f068a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43f06ae0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x435acd30 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x434ddeb0 EndVertices : #=2 [ 0x435acf70 0x443d46f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x434ddeb0 EndVertices : #=2 [ 0x443d4960 0x443f4170 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43c00c80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43c00e80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43c01080 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x439601f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43960410 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43960650 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x434ddeb0 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (36.2235,-964.57,93913.3,94091.9) ParticleID = LHCb.ParticleID(424244) OriginVertex = 0x434ddeb0 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 4050 +GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x427527a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x42598210 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x42598140 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x42437fc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x41de5e70 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x424bde90 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x4270e330 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x422e1a80 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x41de5b60 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x42347460 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x420f97e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x4273ac30 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x4209b990 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x3ee3250 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x42752560 EndVertices : #=3 [ 0x41b59b30 0x41b59eb0 0x420b3450 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42752560 EndVertices : #=3 [ 0x41fbb700 0x4210ae70 0x42339500 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x423397d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x42253650 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x42253890 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42752560 EndVertices : #=2 [ 0x42253ad0 0x423427b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42752560 EndVertices : #=2 [ 0x42468b70 0x42468ee0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x3d9d190 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x3d9d390 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x3d9d590 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x420318f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42752560 EndVertices : #=2 [ 0x42031b30 0x424b90e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x424b9320 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x42752560 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (36.2235,-964.57,93913.3,94091.9) ParticleID = LHCb.ParticleID(424244) OriginVertex = 0x42752560 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3586 GaussRedecayMergeAndC... DEBUG Disconnected from vertex: -GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x434de0b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x434f7280 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x434f71b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43525ed0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x434e1680 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x434e8570 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x8d84e80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x109b0a70 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x434e1370 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x45028b40 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43568ea0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x450196f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x443d1b30 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x401cee0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43ceada0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43f06660 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43f068a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43f06ae0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x435acd30 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x434ddeb0 EndVertices : #=2 [ 0x435acf70 0x443d46f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x434ddeb0 EndVertices : #=2 [ 0x443d4960 0x443f4170 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43c00c80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43c00e80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43c01080 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x439601f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43960410 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x434ddeb0 EndVertices : #=1 [ 0x43960650 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x434ddeb0 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 4049 +GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x427527a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x42598210 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x42598140 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x42437fc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x41de5e70 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x424bde90 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x4270e330 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x422e1a80 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x41de5b60 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x42347460 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x420f97e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x4273ac30 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x4209b990 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x3ee3250 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x42752560 EndVertices : #=3 [ 0x41b59b30 0x41b59eb0 0x420b3450 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42752560 EndVertices : #=3 [ 0x41fbb700 0x4210ae70 0x42339500 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x423397d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x42253650 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x42253890 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42752560 EndVertices : #=2 [ 0x42253ad0 0x423427b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42752560 EndVertices : #=2 [ 0x42468b70 0x42468ee0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x3d9d190 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x3d9d390 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x3d9d590 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x420318f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42752560 EndVertices : #=2 [ 0x42031b30 0x424b90e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x42752560 EndVertices : #=1 [ 0x424b9320 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x42752560 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3585 GaussRedecayMergeAndC... DEBUG ---> Signal vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG ---> Original vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG Treated 525 -> 424244 to new connection. GaussRedecayMergeAndC... DEBUG That was the last one, removing fake primary vertex from the signal part. GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/PuVeto/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/PuVeto/Hits' -GaussRedecayMergeAndC... DEBUG Got 89 from MC/PuVeto/Hits +GaussRedecayMergeAndC... DEBUG Got 80 from MC/PuVeto/Hits GaussRedecayMergeAndC... DEBUG Got 0 from Signal/MC/PuVeto/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/Velo/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/Velo/Hits' -GaussRedecayMergeAndC... DEBUG Got 1467 from MC/Velo/Hits -GaussRedecayMergeAndC... DEBUG Got 243 from Signal/MC/Velo/Hits +GaussRedecayMergeAndC... DEBUG Got 1551 from MC/Velo/Hits +GaussRedecayMergeAndC... DEBUG Got 237 from Signal/MC/Velo/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/TT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/TT/Hits' -GaussRedecayMergeAndC... DEBUG Got 723 from MC/TT/Hits -GaussRedecayMergeAndC... DEBUG Got 143 from Signal/MC/TT/Hits +GaussRedecayMergeAndC... DEBUG Got 530 from MC/TT/Hits +GaussRedecayMergeAndC... DEBUG Got 79 from Signal/MC/TT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/IT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/IT/Hits' -GaussRedecayMergeAndC... DEBUG Got 496 from MC/IT/Hits -GaussRedecayMergeAndC... DEBUG Got 43 from Signal/MC/IT/Hits +GaussRedecayMergeAndC... DEBUG Got 325 from MC/IT/Hits +GaussRedecayMergeAndC... DEBUG Got 198 from Signal/MC/IT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/OT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/OT/Hits' -GaussRedecayMergeAndC... DEBUG Got 1398 from MC/OT/Hits -GaussRedecayMergeAndC... DEBUG Got 330 from Signal/MC/OT/Hits +GaussRedecayMergeAndC... DEBUG Got 1266 from MC/OT/Hits +GaussRedecayMergeAndC... DEBUG Got 480 from Signal/MC/OT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/Muon/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/Muon/Hits' -GaussRedecayMergeAndC... DEBUG Got 560 from MC/Muon/Hits -GaussRedecayMergeAndC... DEBUG Got 249 from Signal/MC/Muon/Hits +GaussRedecayMergeAndC... DEBUG Got 621 from MC/Muon/Hits +GaussRedecayMergeAndC... DEBUG Got 138 from Signal/MC/Muon/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Spd/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Spd/Hits' -GaussRedecayMergeAndC... DEBUG Got 2186 from MC/Spd/Hits -GaussRedecayMergeAndC... DEBUG Got 377 from Signal/MC/Spd/Hits +GaussRedecayMergeAndC... DEBUG Got 2254 from MC/Spd/Hits +GaussRedecayMergeAndC... DEBUG Got 492 from Signal/MC/Spd/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Prs/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Prs/Hits' -GaussRedecayMergeAndC... DEBUG Got 3734 from MC/Prs/Hits -GaussRedecayMergeAndC... DEBUG Got 805 from Signal/MC/Prs/Hits +GaussRedecayMergeAndC... DEBUG Got 3898 from MC/Prs/Hits +GaussRedecayMergeAndC... DEBUG Got 783 from Signal/MC/Prs/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Ecal/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Ecal/Hits' -GaussRedecayMergeAndC... DEBUG Got 4567 from MC/Ecal/Hits -GaussRedecayMergeAndC... DEBUG Got 710 from Signal/MC/Ecal/Hits +GaussRedecayMergeAndC... DEBUG Got 4231 from MC/Ecal/Hits +GaussRedecayMergeAndC... DEBUG Got 1011 from Signal/MC/Ecal/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Hcal/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Hcal/Hits' -GaussRedecayMergeAndC... DEBUG Got 695 from MC/Hcal/Hits -GaussRedecayMergeAndC... DEBUG Got 71 from Signal/MC/Hcal/Hits +GaussRedecayMergeAndC... DEBUG Got 604 from MC/Hcal/Hits +GaussRedecayMergeAndC... DEBUG Got 141 from Signal/MC/Hcal/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCRichHit>*' has been retrieved from TS at address 'MC/Rich/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCRichHit>*' has been retrieved from TS at address 'Signal/MC/Rich/Hits' -GaussRedecayMergeAndC... DEBUG Got 3245 from MC/Rich/Hits -GaussRedecayMergeAndC... DEBUG Got 628 from Signal/MC/Rich/Hits +GaussRedecayMergeAndC... DEBUG Got 3227 from MC/Rich/Hits +GaussRedecayMergeAndC... DEBUG Got 730 from Signal/MC/Rich/Hits GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichOpticalPhoton,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/OpticalPhotons' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichOpticalPhoton,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/OpticalPhotons' -GaussRedecayMergeAndC... DEBUG Got 3245 from MC/Rich/OpticalPhotons -GaussRedecayMergeAndC... DEBUG Got 628 from Signal/MC/Rich/OpticalPhotons +GaussRedecayMergeAndC... DEBUG Got 3227 from MC/Rich/OpticalPhotons +GaussRedecayMergeAndC... DEBUG Got 730 from Signal/MC/Rich/OpticalPhotons GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichSegment,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/Segments' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichSegment,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/Segments' -GaussRedecayMergeAndC... DEBUG Got 228 from MC/Rich/Segments -GaussRedecayMergeAndC... DEBUG Got 40 from Signal/MC/Rich/Segments +GaussRedecayMergeAndC... DEBUG Got 223 from MC/Rich/Segments +GaussRedecayMergeAndC... DEBUG Got 61 from Signal/MC/Rich/Segments GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichTrack,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/Tracks' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichTrack,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/Tracks' -GaussRedecayMergeAndC... DEBUG Got 189 from MC/Rich/Tracks -GaussRedecayMergeAndC... DEBUG Got 27 from Signal/MC/Rich/Tracks +GaussRedecayMergeAndC... DEBUG Got 180 from MC/Rich/Tracks +GaussRedecayMergeAndC... DEBUG Got 51 from Signal/MC/Rich/Tracks GaussRedecayMergeAndC... DEBUG The object of type 'LHCb::MCHeader*' has been retrieved from TS at address 'MC/Header' -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 4099 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 4733 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 3654 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 4089 GaussGen INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 645125023, 0] MainEventGaussSim INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 790725412, 0] SignalGen INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 184141722, 0] SignalSim INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 182915586, 0] GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Particles' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Particles' -GaussRedecayMergeAndC... DEBUG Got 3682 from MC/Particles -GaussRedecayMergeAndC... DEBUG Got 334 from Signal/MC/Particles +GaussRedecayMergeAndC... DEBUG Got 3379 from MC/Particles +GaussRedecayMergeAndC... DEBUG Got 322 from Signal/MC/Particles GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Vertices' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Vertices' -GaussRedecayMergeAndC... DEBUG Got 4230 from MC/Vertices -GaussRedecayMergeAndC... DEBUG Got 396 from Signal/MC/Vertices +GaussRedecayMergeAndC... DEBUG Got 3762 from MC/Vertices +GaussRedecayMergeAndC... DEBUG Got 417 from Signal/MC/Vertices GaussRedecayMergeAndC... DEBUG Fixing connections for 424243 with original ID -513 GaussRedecayMergeAndC... DEBUG Disconnect 424243from vertex with products: -GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x44202710 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x436f2370 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x436f22a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x43a257f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x43a91a40 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x443ee9f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x43adcb00 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x436bc880 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x43d38260 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x434e7bf0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x4379dd70 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x43a56c50 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x43884470 EndVertices : #=2 [ 0x43a73b50 0x43797c00 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43884470 EndVertices : #=2 [ 0x43a4d270 0x44176200 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43884470 EndVertices : #=2 [ 0x43b59760 0x4374e3f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x43887290 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (6178.47,-137.779,269010,269134) ParticleID = LHCb.ParticleID(424243) OriginVertex = 0x43884470 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3682 +GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x417bccf0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x4243dcd0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x4243dc00 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x425230c0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x4245f8a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x420f6270 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x422786d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x424fb2b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x41e054a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x4236fa10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41badac0 EndVertices : #=2 [ 0x42117640 0x41b3fc90 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x41fbcb80 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x41badac0 EndVertices : #=2 [ 0x422398a0 0x42241350 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x420c6b70 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x4222bf00 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x41a76790 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (6178.47,-137.779,269010,269134) ParticleID = LHCb.ParticleID(424243) OriginVertex = 0x41badac0 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3379 GaussRedecayMergeAndC... DEBUG Disconnected from vertex: -GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x44202710 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x436f2370 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x436f22a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x43a257f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x43a91a40 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x443ee9f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x43adcb00 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x436bc880 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x43d38260 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x434e7bf0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x4379dd70 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x43a56c50 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x43884470 EndVertices : #=2 [ 0x43a73b50 0x43797c00 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43884470 EndVertices : #=2 [ 0x43a4d270 0x44176200 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43884470 EndVertices : #=2 [ 0x43b59760 0x4374e3f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43884470 EndVertices : #=1 [ 0x43887290 ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3681 +GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x417bccf0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x4243dcd0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x4243dc00 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x425230c0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x4245f8a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x420f6270 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x422786d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x424fb2b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x41e054a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x4236fa10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41badac0 EndVertices : #=2 [ 0x42117640 0x41b3fc90 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x41fbcb80 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x41badac0 EndVertices : #=2 [ 0x422398a0 0x42241350 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x420c6b70 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x4222bf00 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41badac0 EndVertices : #=1 [ 0x41a76790 ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3378 GaussRedecayMergeAndC... DEBUG ---> Signal vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG ---> Original vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG Treated -513 -> 424243 to new connection. GaussRedecayMergeAndC... DEBUG Fixing connections for 424244 with original ID 525 GaussRedecayMergeAndC... DEBUG Disconnect 424244from vertex with products: -GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x4335e710 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x434fe0e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x434fe010 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x4353a8d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x443db2e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x44153240 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x43c41540 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x444034e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x44327c10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x443de4e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x43ffbc80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x1094b030 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x8d3ac10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x43023ca0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x348b320 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x348b560 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x443cf850 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x1bf17370 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x401cd10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43311c50 EndVertices : #=2 [ 0x401cf50 0x40946b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43311c50 EndVertices : #=2 [ 0x4094920 0x443e8800 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x4a97470 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x7ee9560 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x7ee9760 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x7ee99a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x7ee6770 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x7ee69b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x43311c50 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (36.2235,-964.57,93913.3,94091.9) ParticleID = LHCb.ParticleID(424244) OriginVertex = 0x43311c50 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3950 +GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x42525df0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x424d4230 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x424d4160 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x4226bcb0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x424b4260 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x2bef730 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x424569e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x28ae650 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x42476e10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x420fb1d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x424e21b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x42300720 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x424da3e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x419aef20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x42525bd0 EndVertices : #=3 [ 0x42718c80 0x42718fc0 0x41e0d0b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42525bd0 EndVertices : #=3 [ 0x424bdc20 0x424bdfa0 0x42516e50 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x43ae4fc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x41f08320 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x41a81220 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42525bd0 EndVertices : #=2 [ 0x41a81460 0x424b0ca0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42525bd0 EndVertices : #=2 [ 0x41636fb0 0x416372b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x41638ad0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x41638cd0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x432cb0d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x432cb310 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42525bd0 EndVertices : #=2 [ 0x432cb550 0x424f2690 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x4243d600 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x42525bd0 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (36.2235,-964.57,93913.3,94091.9) ParticleID = LHCb.ParticleID(424244) OriginVertex = 0x42525bd0 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3614 GaussRedecayMergeAndC... DEBUG Disconnected from vertex: -GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x4335e710 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x434fe0e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x434fe010 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x4353a8d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x443db2e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x44153240 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x43c41540 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x444034e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x44327c10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x443de4e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x43ffbc80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x1094b030 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x8d3ac10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x43023ca0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x348b320 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x348b560 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x443cf850 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x1bf17370 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x401cd10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43311c50 EndVertices : #=2 [ 0x401cf50 0x40946b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43311c50 EndVertices : #=2 [ 0x4094920 0x443e8800 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x4a97470 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x7ee9560 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x7ee9760 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x7ee99a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x7ee6770 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x43311c50 EndVertices : #=1 [ 0x7ee69b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x43311c50 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3949 +GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x42525df0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x424d4230 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x424d4160 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x4226bcb0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x424b4260 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x2bef730 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x424569e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x28ae650 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x42476e10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x420fb1d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x424e21b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x42300720 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x424da3e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x419aef20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x42525bd0 EndVertices : #=3 [ 0x42718c80 0x42718fc0 0x41e0d0b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42525bd0 EndVertices : #=3 [ 0x424bdc20 0x424bdfa0 0x42516e50 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x43ae4fc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x41f08320 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x41a81220 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42525bd0 EndVertices : #=2 [ 0x41a81460 0x424b0ca0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42525bd0 EndVertices : #=2 [ 0x41636fb0 0x416372b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x41638ad0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x41638cd0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x432cb0d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x432cb310 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x42525bd0 EndVertices : #=2 [ 0x432cb550 0x424f2690 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x42525bd0 EndVertices : #=1 [ 0x4243d600 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x42525bd0 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3613 GaussRedecayMergeAndC... DEBUG ---> Signal vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG ---> Original vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG Treated 525 -> 424244 to new connection. GaussRedecayMergeAndC... DEBUG That was the last one, removing fake primary vertex from the signal part. GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/PuVeto/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/PuVeto/Hits' -GaussRedecayMergeAndC... DEBUG Got 89 from MC/PuVeto/Hits +GaussRedecayMergeAndC... DEBUG Got 80 from MC/PuVeto/Hits GaussRedecayMergeAndC... DEBUG Got 0 from Signal/MC/PuVeto/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/Velo/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/Velo/Hits' -GaussRedecayMergeAndC... DEBUG Got 1467 from MC/Velo/Hits -GaussRedecayMergeAndC... DEBUG Got 152 from Signal/MC/Velo/Hits +GaussRedecayMergeAndC... DEBUG Got 1551 from MC/Velo/Hits +GaussRedecayMergeAndC... DEBUG Got 122 from Signal/MC/Velo/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/TT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/TT/Hits' -GaussRedecayMergeAndC... DEBUG Got 723 from MC/TT/Hits -GaussRedecayMergeAndC... DEBUG Got 94 from Signal/MC/TT/Hits +GaussRedecayMergeAndC... DEBUG Got 530 from MC/TT/Hits +GaussRedecayMergeAndC... DEBUG Got 89 from Signal/MC/TT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/IT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/IT/Hits' -GaussRedecayMergeAndC... DEBUG Got 496 from MC/IT/Hits -GaussRedecayMergeAndC... DEBUG Got 101 from Signal/MC/IT/Hits +GaussRedecayMergeAndC... DEBUG Got 325 from MC/IT/Hits +GaussRedecayMergeAndC... DEBUG Got 110 from Signal/MC/IT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/OT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/OT/Hits' -GaussRedecayMergeAndC... DEBUG Got 1398 from MC/OT/Hits -GaussRedecayMergeAndC... DEBUG Got 83 from Signal/MC/OT/Hits +GaussRedecayMergeAndC... DEBUG Got 1266 from MC/OT/Hits +GaussRedecayMergeAndC... DEBUG Got 201 from Signal/MC/OT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/Muon/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/Muon/Hits' -GaussRedecayMergeAndC... DEBUG Got 560 from MC/Muon/Hits -GaussRedecayMergeAndC... DEBUG Got 41 from Signal/MC/Muon/Hits +GaussRedecayMergeAndC... DEBUG Got 621 from MC/Muon/Hits +GaussRedecayMergeAndC... DEBUG Got 141 from Signal/MC/Muon/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Spd/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Spd/Hits' -GaussRedecayMergeAndC... DEBUG Got 2186 from MC/Spd/Hits -GaussRedecayMergeAndC... DEBUG Got 160 from Signal/MC/Spd/Hits +GaussRedecayMergeAndC... DEBUG Got 2254 from MC/Spd/Hits +GaussRedecayMergeAndC... DEBUG Got 775 from Signal/MC/Spd/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Prs/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Prs/Hits' -GaussRedecayMergeAndC... DEBUG Got 3734 from MC/Prs/Hits -GaussRedecayMergeAndC... DEBUG Got 677 from Signal/MC/Prs/Hits +GaussRedecayMergeAndC... DEBUG Got 3898 from MC/Prs/Hits +GaussRedecayMergeAndC... DEBUG Got 1116 from Signal/MC/Prs/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Ecal/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Ecal/Hits' -GaussRedecayMergeAndC... DEBUG Got 4567 from MC/Ecal/Hits -GaussRedecayMergeAndC... DEBUG Got 977 from Signal/MC/Ecal/Hits +GaussRedecayMergeAndC... DEBUG Got 4231 from MC/Ecal/Hits +GaussRedecayMergeAndC... DEBUG Got 1246 from Signal/MC/Ecal/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Hcal/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Hcal/Hits' -GaussRedecayMergeAndC... DEBUG Got 695 from MC/Hcal/Hits -GaussRedecayMergeAndC... DEBUG Got 172 from Signal/MC/Hcal/Hits +GaussRedecayMergeAndC... DEBUG Got 604 from MC/Hcal/Hits +GaussRedecayMergeAndC... DEBUG Got 138 from Signal/MC/Hcal/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCRichHit>*' has been retrieved from TS at address 'MC/Rich/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCRichHit>*' has been retrieved from TS at address 'Signal/MC/Rich/Hits' -GaussRedecayMergeAndC... DEBUG Got 3245 from MC/Rich/Hits -GaussRedecayMergeAndC... DEBUG Got 305 from Signal/MC/Rich/Hits +GaussRedecayMergeAndC... DEBUG Got 3227 from MC/Rich/Hits +GaussRedecayMergeAndC... DEBUG Got 489 from Signal/MC/Rich/Hits GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichOpticalPhoton,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/OpticalPhotons' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichOpticalPhoton,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/OpticalPhotons' -GaussRedecayMergeAndC... DEBUG Got 3245 from MC/Rich/OpticalPhotons -GaussRedecayMergeAndC... DEBUG Got 305 from Signal/MC/Rich/OpticalPhotons +GaussRedecayMergeAndC... DEBUG Got 3227 from MC/Rich/OpticalPhotons +GaussRedecayMergeAndC... DEBUG Got 489 from Signal/MC/Rich/OpticalPhotons GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichSegment,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/Segments' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichSegment,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/Segments' -GaussRedecayMergeAndC... DEBUG Got 228 from MC/Rich/Segments -GaussRedecayMergeAndC... DEBUG Got 21 from Signal/MC/Rich/Segments +GaussRedecayMergeAndC... DEBUG Got 223 from MC/Rich/Segments +GaussRedecayMergeAndC... DEBUG Got 37 from Signal/MC/Rich/Segments GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichTrack,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/Tracks' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichTrack,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/Tracks' -GaussRedecayMergeAndC... DEBUG Got 189 from MC/Rich/Tracks -GaussRedecayMergeAndC... DEBUG Got 15 from Signal/MC/Rich/Tracks +GaussRedecayMergeAndC... DEBUG Got 180 from MC/Rich/Tracks +GaussRedecayMergeAndC... DEBUG Got 31 from Signal/MC/Rich/Tracks GaussRedecayMergeAndC... DEBUG The object of type 'LHCb::MCHeader*' has been retrieved from TS at address 'MC/Header' -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 4012 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 4623 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 3697 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 4176 GaussGen INFO Evt 4, Run 1082, Nr. in job = 4 with seeds [1082, 4, 1010630449, 0] MainEventGaussSim INFO Evt 4, Run 1082, Nr. in job = 4 with seeds [1082, 4, 1633773475, 0] SignalGen INFO Evt 4, Run 1082, Nr. in job = 4 with seeds [1082, 4, 412443397, 0] SignalSim INFO Evt 4, Run 1082, Nr. in job = 4 with seeds [1082, 4, 497923983, 0] GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Particles' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Particles' -GaussRedecayMergeAndC... DEBUG Got 3682 from MC/Particles -GaussRedecayMergeAndC... DEBUG Got 110 from Signal/MC/Particles +GaussRedecayMergeAndC... DEBUG Got 3379 from MC/Particles +GaussRedecayMergeAndC... DEBUG Got 276 from Signal/MC/Particles GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Vertices' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Vertices' -GaussRedecayMergeAndC... DEBUG Got 4230 from MC/Vertices -GaussRedecayMergeAndC... DEBUG Got 130 from Signal/MC/Vertices +GaussRedecayMergeAndC... DEBUG Got 3762 from MC/Vertices +GaussRedecayMergeAndC... DEBUG Got 318 from Signal/MC/Vertices GaussRedecayMergeAndC... DEBUG Fixing connections for 424243 with original ID -513 GaussRedecayMergeAndC... DEBUG Disconnect 424243from vertex with products: -GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43af0170 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x4376c740 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x4376c670 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43857460 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43b0ce60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43ad4700 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x437a1310 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43f515c0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x4373f4e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x430a9610 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43b42920 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43418700 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x4477c120 EndVertices : #=2 [ 0x43abd8d0 0x4301a3e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4477c120 EndVertices : #=2 [ 0x43a05d20 0x43fc4d20 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4477c120 EndVertices : #=2 [ 0x44113300 0x43a192a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x436e3ba0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (6178.47,-137.779,269010,269134) ParticleID = LHCb.ParticleID(424243) OriginVertex = 0x4477c120 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3682 +GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x41b5a880 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x41cec5f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x41cec520 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x42082990 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x423eec90 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x424a2cf0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x4280e2b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x424d45f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x428a3f60 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x423558c0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41b5a670 EndVertices : #=2 [ 0x41eaabb0 0x43a97e10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x420e8340 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x41b5a670 EndVertices : #=2 [ 0x4263fed0 0x4245f570 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x419f6810 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x419ed380 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x42104060 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (6178.47,-137.779,269010,269134) ParticleID = LHCb.ParticleID(424243) OriginVertex = 0x41b5a670 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3379 GaussRedecayMergeAndC... DEBUG Disconnected from vertex: -GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43af0170 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x4376c740 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x4376c670 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43857460 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43b0ce60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43ad4700 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x437a1310 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43f515c0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x4373f4e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x430a9610 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43b42920 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x43418700 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x4477c120 EndVertices : #=2 [ 0x43abd8d0 0x4301a3e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4477c120 EndVertices : #=2 [ 0x43a05d20 0x43fc4d20 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x4477c120 EndVertices : #=2 [ 0x44113300 0x43a192a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x4477c120 EndVertices : #=1 [ 0x436e3ba0 ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3681 +GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x41b5a880 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x41cec5f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x41cec520 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x42082990 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x423eec90 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x424a2cf0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x4280e2b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x424d45f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x428a3f60 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x423558c0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41b5a670 EndVertices : #=2 [ 0x41eaabb0 0x43a97e10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x420e8340 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x41b5a670 EndVertices : #=2 [ 0x4263fed0 0x4245f570 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x419f6810 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x419ed380 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41b5a670 EndVertices : #=1 [ 0x42104060 ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3378 GaussRedecayMergeAndC... DEBUG ---> Signal vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG ---> Original vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG Treated -513 -> 424243 to new connection. GaussRedecayMergeAndC... DEBUG Fixing connections for 424244 with original ID 525 GaussRedecayMergeAndC... DEBUG Disconnect 424244from vertex with products: -GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43d24240 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43651040 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x44193db0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x4423f720 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x4351d0d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43020630 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x435be990 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43949610 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43f35130 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x7ed0d10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43f73bb0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x439cfd60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x443cda50 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43474b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43021960 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43021ba0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x44401d60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x44401fa0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43023bc0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436108c0 EndVertices : #=2 [ 0x43023e00 0x43bf1890 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x436108c0 EndVertices : #=2 [ 0x43bf1a90 0x41c1040 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x44701b10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x44701d10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x443d96a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x443d98e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x443d9b20 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x443da060 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x436108c0 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (36.2235,-964.57,93913.3,94091.9) ParticleID = LHCb.ParticleID(424244) OriginVertex = 0x436108c0 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3701 +GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41869160 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x424abef0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x424abe20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x4254a760 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41e28af0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x422c8e20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x423386f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41f4a840 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41a73bb0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41a9b5c0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x424cb3d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x42002ab0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x42383f60 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41b33a80 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x41868f20 EndVertices : #=3 [ 0x42089c60 0x4180b700 0x4180baf0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41868f20 EndVertices : #=3 [ 0x4251d2d0 0x4251d610 0x420a6700 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41fc7b70 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41f642a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x42270d80 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41868f20 EndVertices : #=2 [ 0x42270fc0 0x41f6d0c0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41868f20 EndVertices : #=2 [ 0x28ae550 0x420efbc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x420efe30 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x42371150 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x42371350 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x43aa0190 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41868f20 EndVertices : #=2 [ 0x43aa03d0 0x420fb280 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x420fb4f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x41868f20 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (36.2235,-964.57,93913.3,94091.9) ParticleID = LHCb.ParticleID(424244) OriginVertex = 0x41868f20 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3533 GaussRedecayMergeAndC... DEBUG Disconnected from vertex: -GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43d24240 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43651040 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x44193db0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x4423f720 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x4351d0d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43020630 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x435be990 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43949610 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43f35130 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x7ed0d10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43f73bb0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x439cfd60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x443cda50 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43474b0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43021960 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43021ba0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x44401d60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x44401fa0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x43023bc0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436108c0 EndVertices : #=2 [ 0x43023e00 0x43bf1890 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x436108c0 EndVertices : #=2 [ 0x43bf1a90 0x41c1040 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x44701b10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x44701d10 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x443d96a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x443d98e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x443d9b20 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x436108c0 EndVertices : #=1 [ 0x443da060 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x436108c0 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3700 +GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41869160 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x424abef0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x424abe20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x4254a760 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41e28af0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x422c8e20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x423386f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41f4a840 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41a73bb0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41a9b5c0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x424cb3d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x42002ab0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x42383f60 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41b33a80 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x41868f20 EndVertices : #=3 [ 0x42089c60 0x4180b700 0x4180baf0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41868f20 EndVertices : #=3 [ 0x4251d2d0 0x4251d610 0x420a6700 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41fc7b70 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x41f642a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x42270d80 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41868f20 EndVertices : #=2 [ 0x42270fc0 0x41f6d0c0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41868f20 EndVertices : #=2 [ 0x28ae550 0x420efbc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x420efe30 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x42371150 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x42371350 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x43aa0190 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41868f20 EndVertices : #=2 [ 0x43aa03d0 0x420fb280 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x41868f20 EndVertices : #=1 [ 0x420fb4f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x41868f20 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3532 GaussRedecayMergeAndC... DEBUG ---> Signal vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG ---> Original vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG Treated 525 -> 424244 to new connection. GaussRedecayMergeAndC... DEBUG That was the last one, removing fake primary vertex from the signal part. GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/PuVeto/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/PuVeto/Hits' -GaussRedecayMergeAndC... DEBUG Got 89 from MC/PuVeto/Hits +GaussRedecayMergeAndC... DEBUG Got 80 from MC/PuVeto/Hits GaussRedecayMergeAndC... DEBUG Got 0 from Signal/MC/PuVeto/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/Velo/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/Velo/Hits' -GaussRedecayMergeAndC... DEBUG Got 1467 from MC/Velo/Hits -GaussRedecayMergeAndC... DEBUG Got 196 from Signal/MC/Velo/Hits +GaussRedecayMergeAndC... DEBUG Got 1551 from MC/Velo/Hits +GaussRedecayMergeAndC... DEBUG Got 199 from Signal/MC/Velo/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/TT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/TT/Hits' -GaussRedecayMergeAndC... DEBUG Got 723 from MC/TT/Hits -GaussRedecayMergeAndC... DEBUG Got 64 from Signal/MC/TT/Hits +GaussRedecayMergeAndC... DEBUG Got 530 from MC/TT/Hits +GaussRedecayMergeAndC... DEBUG Got 57 from Signal/MC/TT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/IT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/IT/Hits' -GaussRedecayMergeAndC... DEBUG Got 496 from MC/IT/Hits -GaussRedecayMergeAndC... DEBUG Got 65 from Signal/MC/IT/Hits +GaussRedecayMergeAndC... DEBUG Got 325 from MC/IT/Hits +GaussRedecayMergeAndC... DEBUG Got 91 from Signal/MC/IT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/OT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/OT/Hits' -GaussRedecayMergeAndC... DEBUG Got 1398 from MC/OT/Hits -GaussRedecayMergeAndC... DEBUG Got 139 from Signal/MC/OT/Hits +GaussRedecayMergeAndC... DEBUG Got 1266 from MC/OT/Hits +GaussRedecayMergeAndC... DEBUG Got 337 from Signal/MC/OT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/Muon/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/Muon/Hits' -GaussRedecayMergeAndC... DEBUG Got 560 from MC/Muon/Hits -GaussRedecayMergeAndC... DEBUG Got 61 from Signal/MC/Muon/Hits +GaussRedecayMergeAndC... DEBUG Got 621 from MC/Muon/Hits +GaussRedecayMergeAndC... DEBUG Got 264 from Signal/MC/Muon/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Spd/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Spd/Hits' -GaussRedecayMergeAndC... DEBUG Got 2186 from MC/Spd/Hits -GaussRedecayMergeAndC... DEBUG Got 349 from Signal/MC/Spd/Hits +GaussRedecayMergeAndC... DEBUG Got 2254 from MC/Spd/Hits +GaussRedecayMergeAndC... DEBUG Got 512 from Signal/MC/Spd/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Prs/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Prs/Hits' -GaussRedecayMergeAndC... DEBUG Got 3734 from MC/Prs/Hits -GaussRedecayMergeAndC... DEBUG Got 442 from Signal/MC/Prs/Hits +GaussRedecayMergeAndC... DEBUG Got 3898 from MC/Prs/Hits +GaussRedecayMergeAndC... DEBUG Got 811 from Signal/MC/Prs/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Ecal/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Ecal/Hits' -GaussRedecayMergeAndC... DEBUG Got 4567 from MC/Ecal/Hits -GaussRedecayMergeAndC... DEBUG Got 778 from Signal/MC/Ecal/Hits +GaussRedecayMergeAndC... DEBUG Got 4231 from MC/Ecal/Hits +GaussRedecayMergeAndC... DEBUG Got 825 from Signal/MC/Ecal/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Hcal/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Hcal/Hits' -GaussRedecayMergeAndC... DEBUG Got 695 from MC/Hcal/Hits -GaussRedecayMergeAndC... DEBUG Got 126 from Signal/MC/Hcal/Hits +GaussRedecayMergeAndC... DEBUG Got 604 from MC/Hcal/Hits +GaussRedecayMergeAndC... DEBUG Got 135 from Signal/MC/Hcal/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCRichHit>*' has been retrieved from TS at address 'MC/Rich/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCRichHit>*' has been retrieved from TS at address 'Signal/MC/Rich/Hits' -GaussRedecayMergeAndC... DEBUG Got 3245 from MC/Rich/Hits -GaussRedecayMergeAndC... DEBUG Got 335 from Signal/MC/Rich/Hits +GaussRedecayMergeAndC... DEBUG Got 3227 from MC/Rich/Hits +GaussRedecayMergeAndC... DEBUG Got 444 from Signal/MC/Rich/Hits GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichOpticalPhoton,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/OpticalPhotons' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichOpticalPhoton,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/OpticalPhotons' -GaussRedecayMergeAndC... DEBUG Got 3245 from MC/Rich/OpticalPhotons -GaussRedecayMergeAndC... DEBUG Got 335 from Signal/MC/Rich/OpticalPhotons +GaussRedecayMergeAndC... DEBUG Got 3227 from MC/Rich/OpticalPhotons +GaussRedecayMergeAndC... DEBUG Got 444 from Signal/MC/Rich/OpticalPhotons GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichSegment,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/Segments' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichSegment,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/Segments' -GaussRedecayMergeAndC... DEBUG Got 228 from MC/Rich/Segments -GaussRedecayMergeAndC... DEBUG Got 19 from Signal/MC/Rich/Segments +GaussRedecayMergeAndC... DEBUG Got 223 from MC/Rich/Segments +GaussRedecayMergeAndC... DEBUG Got 43 from Signal/MC/Rich/Segments GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichTrack,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/Tracks' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichTrack,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/Tracks' -GaussRedecayMergeAndC... DEBUG Got 189 from MC/Rich/Tracks -GaussRedecayMergeAndC... DEBUG Got 12 from Signal/MC/Rich/Tracks +GaussRedecayMergeAndC... DEBUG Got 180 from MC/Rich/Tracks +GaussRedecayMergeAndC... DEBUG Got 34 from Signal/MC/Rich/Tracks GaussRedecayMergeAndC... DEBUG The object of type 'LHCb::MCHeader*' has been retrieved from TS at address 'MC/Header' -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 3788 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 4357 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 3651 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 4077 GaussGen INFO Evt 5, Run 1082, Nr. in job = 5 with seeds [1082, 5, 1094777801, 0] MainEventGaussSim INFO Evt 5, Run 1082, Nr. in job = 5 with seeds [1082, 5, 103049051, 0] SignalGen INFO Evt 5, Run 1082, Nr. in job = 5 with seeds [1082, 5, 1190510537, 0] SignalSim INFO Evt 5, Run 1082, Nr. in job = 5 with seeds [1082, 5, 275096727, 0] GiGa.TrackSeq.HepMCTrackWARNING GaussTrackActionHepMC:: The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown' GiGa.TrackSeq.HepMCTrackWARNING GaussTrackActionHepMC:: The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown' +GiGa.TrackSeq.HepMCTrackWARNING GaussTrackActionHepMC:: The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown' +GiGa.TrackSeq.HepMCTrackWARNING GaussTrackActionHepMC:: The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Particles' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Particles' -GaussRedecayMergeAndC... DEBUG Got 3682 from MC/Particles -GaussRedecayMergeAndC... DEBUG Got 304 from Signal/MC/Particles +GaussRedecayMergeAndC... DEBUG Got 3379 from MC/Particles +GaussRedecayMergeAndC... DEBUG Got 492 from Signal/MC/Particles GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Vertices' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCVertex,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Vertices' -GaussRedecayMergeAndC... DEBUG Got 4230 from MC/Vertices -GaussRedecayMergeAndC... DEBUG Got 350 from Signal/MC/Vertices +GaussRedecayMergeAndC... DEBUG Got 3762 from MC/Vertices +GaussRedecayMergeAndC... DEBUG Got 620 from Signal/MC/Vertices GaussRedecayMergeAndC... DEBUG Fixing connections for 424243 with original ID -513 GaussRedecayMergeAndC... DEBUG Disconnect 424243from vertex with products: -GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43706ce0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43ae6550 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43ae6480 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x442684a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43798ff0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x44335870 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x3eb66c30 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x436cfdd0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43711ee0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43173a40 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x436c4db0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x436751f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x43f6fc40 EndVertices : #=2 [ 0x43eda490 0x436c8f90 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43f6fc40 EndVertices : #=2 [ 0x43aac110 0x44181360 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43f6fc40 EndVertices : #=2 [ 0x436cbc00 0x43a8d9f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43a6e090 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (6178.47,-137.779,269010,269134) ParticleID = LHCb.ParticleID(424243) OriginVertex = 0x43f6fc40 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3682 +GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x4397bf70 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41d63ac0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41d639f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41f2fcc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41c86bb0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41d9e8f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41f5bf60 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41ee8e10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x416fde50 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41cad5f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41d07af0 EndVertices : #=2 [ 0x41dd5620 0x41d57690 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x424baaa0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x41d07af0 EndVertices : #=2 [ 0x418517d0 0x41d14050 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x42194bf0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x43fb88f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41ce14c0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (6178.47,-137.779,269010,269134) ParticleID = LHCb.ParticleID(424243) OriginVertex = 0x41d07af0 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3379 GaussRedecayMergeAndC... DEBUG Disconnected from vertex: -GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43706ce0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43ae6550 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43ae6480 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x442684a0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43798ff0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x44335870 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x3eb66c30 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x436cfdd0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43711ee0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43173a40 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x436c4db0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x436751f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x43f6fc40 EndVertices : #=2 [ 0x43eda490 0x436c8f90 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43f6fc40 EndVertices : #=2 [ 0x43aac110 0x44181360 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43f6fc40 EndVertices : #=2 [ 0x436cbc00 0x43a8d9f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43f6fc40 EndVertices : #=1 [ 0x43a6e090 ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3681 +GaussRedecayMergeAndC... DEBUG { Momentum = (402.066,98.0197,4553.78,4574.54) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x4397bf70 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (950.435,273.237,10990.4,11035.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41d63ac0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1176.12,789.437,30282.3,30315.7) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41d639f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (547.54,-434.634,5736.59,5804.94) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41f2fcc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1993.28,532.447,25561.1,25690.5) ParticleID = LHCb.ParticleID(-313) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41c86bb0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (451.347,-191.859,3598.88,3666.07) ParticleID = LHCb.ParticleID(311) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41d9e8f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (188.027,-60.6604,2041.09,2122.56) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41f5bf60 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1373.53,370.45,11451.7,11573.2) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41ee8e10 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-196.477,45.0102,118.56,270.008) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x416fde50 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (114.95,-161.231,3017.47,3073.19) ParticleID = LHCb.ParticleID(221) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41cad5f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (56.7292,513.526,4115.74,4150.39) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41d07af0 EndVertices : #=2 [ 0x41dd5620 0x41d57690 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (293.009,-91.6415,509.291,610.827) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x424baaa0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (1002.55,75.7949,12461.6,12511.8) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x41d07af0 EndVertices : #=2 [ 0x418517d0 0x41d14050 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (793.814,-376.984,23601,23617.7) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x42194bf0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (569.934,-279.772,14493.4,14508) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x43fb88f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (73.5837,-10.6746,6000.89,6002.97) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41d07af0 EndVertices : #=1 [ 0x41ce14c0 ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3378 GaussRedecayMergeAndC... DEBUG ---> Signal vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG ---> Original vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG Treated -513 -> 424243 to new connection. GaussRedecayMergeAndC... DEBUG Fixing connections for 424244 with original ID 525 GaussRedecayMergeAndC... DEBUG Disconnect 424244from vertex with products: -GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x439435d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43f354e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43ebbab0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43d24e80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43d4cf70 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x918a6d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43024620 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x434dcac0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43d4cc60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43517820 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43e80580 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43513e60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43ea6c00 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x430206f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43f2b520 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43f2b720 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43949710 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43949950 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43be4870 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43d22a60 EndVertices : #=2 [ 0x4b3dc10 0x4b3df70 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43d22a60 EndVertices : #=2 [ 0x43ca4390 0x4501c3d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43cdc070 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43cdc270 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x7ed0b40 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x7ed0d80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43dbef20 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43dbf140 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x43d22a60 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (36.2235,-964.57,93913.3,94091.9) ParticleID = LHCb.ParticleID(424244) OriginVertex = 0x43d22a60 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3928 +GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x41ef9de0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x439b9c40 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x41f4e170 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x41f843d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x3001e20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x4258cfc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x425966c0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x41aaa120 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x42049480 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x4200e840 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x41e183a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x41eec930 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x417fdbc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x439ccdd0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x41ef9ba0 EndVertices : #=3 [ 0x439d2e20 0x439d7b40 0x42252d20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41ef9ba0 EndVertices : #=3 [ 0x4175e290 0x424df1b0 0x41868e20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x418690a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x439bae30 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x439bb070 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41ef9ba0 EndVertices : #=2 [ 0x439e2a00 0x42158d00 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41ef9ba0 EndVertices : #=2 [ 0x426a7640 0x426a79b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x426a39e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x426a3be0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x43999b40 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x43999d80 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41ef9ba0 EndVertices : #=2 [ 0x42275bf0 0x421214f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x42121740 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x41ef9ba0 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (36.2235,-964.57,93913.3,94091.9) ParticleID = LHCb.ParticleID(424244) OriginVertex = 0x41ef9ba0 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3807 GaussRedecayMergeAndC... DEBUG Disconnected from vertex: -GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x439435d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43f354e0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43ebbab0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43d24e80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43d4cf70 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x918a6d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43024620 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x434dcac0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43d4cc60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43517820 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43e80580 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43513e60 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43ea6c00 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x430206f0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43f2b520 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43f2b720 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43949710 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43949950 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43be4870 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43d22a60 EndVertices : #=2 [ 0x4b3dc10 0x4b3df70 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43d22a60 EndVertices : #=2 [ 0x43ca4390 0x4501c3d0 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43cdc070 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43cdc270 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x7ed0b40 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x7ed0d80 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43dbef20 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x43d22a60 EndVertices : #=1 [ 0x43dbf140 ] } -GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x43d22a60 EndVertices : #=0 [ ] } -GaussRedecayMergeAndC... DEBUG Total number of particles: 3927 +GaussRedecayMergeAndC... DEBUG { Momentum = (-577.346,-423.916,-191.88,753.704) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x41ef9de0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1768.44,-1358.28,9619.87,10055.3) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x439b9c40 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-14.8571,-157.964,5121.4,5264.12) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x41f4e170 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2527.5,-2858.96,28177.5,28479.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x41f843d0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (307.273,-459.383,-15501.6,15512) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x3001e20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (784.031,519.828,-45945.8,45993.1) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x4258cfc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (898.64,-1014.82,-10010.5,10454) ParticleID = LHCb.ParticleID(1114) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x425966c0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (271.413,-6.4225,-4841.36,5006.63) ParticleID = LHCb.ParticleID(-2114) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x41aaa120 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (53.14,-592.033,-1111.9,1268.02) ParticleID = LHCb.ParticleID(111) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x42049480 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (465.777,613.989,-1784.06,2303.67) ParticleID = LHCb.ParticleID(2214) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x4200e840 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (831.541,104.215,407.759,1282.02) ParticleID = LHCb.ParticleID(-323) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x41e183a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-371.127,779.218,1095.96,2646.75) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x41eec930 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (98.2984,163.132,18498,18577.5) ParticleID = LHCb.ParticleID(213) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x417fdbc0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-1820.01,-1063.11,35012.2,35130.2) ParticleID = LHCb.ParticleID(-213) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x439ccdd0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-889.955,272.225,25966.2,25999.8) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x41ef9ba0 EndVertices : #=3 [ 0x439d2e20 0x439d7b40 0x42252d20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-907.455,-596.209,11708.5,11759.6) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41ef9ba0 EndVertices : #=3 [ 0x4175e290 0x424df1b0 0x41868e20 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-216.36,294.68,276.743,479.285) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x418690a0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (0.905233,-736.643,-104.178,892.868) ParticleID = LHCb.ParticleID(321) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x439bae30 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (58.7303,183.323,-31348.7,31363.3) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x439bb070 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-295.727,-569.814,5318.48,5358.9) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41ef9ba0 EndVertices : #=2 [ 0x439e2a00 0x42158d00 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-440.382,95.8683,4335.68,4361.27) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41ef9ba0 EndVertices : #=2 [ 0x426a7640 0x426a79b0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (651.341,-907.642,546.347,1557.85) ParticleID = LHCb.ParticleID(-2212) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x426a39e0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-2.99017,309.213,57.3807,344.084) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x426a3be0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-677.114,573.226,-457.958,1008.11) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x43999b40 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (90.9044,141.599,-527.13,570.666) ParticleID = LHCb.ParticleID(211) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x43999d80 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-170.485,-87.224,-485.38,540.135) ParticleID = LHCb.ParticleID(-211) OriginVertex = 0x41ef9ba0 EndVertices : #=2 [ 0x42275bf0 0x421214f0 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (368.014,-1449.36,-243.535,1782.06) ParticleID = LHCb.ParticleID(2212) OriginVertex = 0x41ef9ba0 EndVertices : #=1 [ 0x42121740 ] } +GaussRedecayMergeAndC... DEBUG { Momentum = (-12.3371,-1663.03,-367.919,1945.24) ParticleID = LHCb.ParticleID(-2112) OriginVertex = 0x41ef9ba0 EndVertices : #=0 [ ] } +GaussRedecayMergeAndC... DEBUG Total number of particles: 3806 GaussRedecayMergeAndC... DEBUG ---> Signal vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG ---> Original vertex: (0.869771, -0.16159, -23.7383) GaussRedecayMergeAndC... DEBUG Treated 525 -> 424244 to new connection. GaussRedecayMergeAndC... DEBUG That was the last one, removing fake primary vertex from the signal part. GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/PuVeto/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/PuVeto/Hits' -GaussRedecayMergeAndC... DEBUG Got 89 from MC/PuVeto/Hits +GaussRedecayMergeAndC... DEBUG Got 80 from MC/PuVeto/Hits GaussRedecayMergeAndC... DEBUG Got 0 from Signal/MC/PuVeto/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/Velo/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/Velo/Hits' -GaussRedecayMergeAndC... DEBUG Got 1467 from MC/Velo/Hits -GaussRedecayMergeAndC... DEBUG Got 221 from Signal/MC/Velo/Hits +GaussRedecayMergeAndC... DEBUG Got 1551 from MC/Velo/Hits +GaussRedecayMergeAndC... DEBUG Got 225 from Signal/MC/Velo/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/TT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/TT/Hits' -GaussRedecayMergeAndC... DEBUG Got 723 from MC/TT/Hits -GaussRedecayMergeAndC... DEBUG Got 100 from Signal/MC/TT/Hits +GaussRedecayMergeAndC... DEBUG Got 530 from MC/TT/Hits +GaussRedecayMergeAndC... DEBUG Got 196 from Signal/MC/TT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/IT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/IT/Hits' -GaussRedecayMergeAndC... DEBUG Got 496 from MC/IT/Hits -GaussRedecayMergeAndC... DEBUG Got 42 from Signal/MC/IT/Hits +GaussRedecayMergeAndC... DEBUG Got 325 from MC/IT/Hits +GaussRedecayMergeAndC... DEBUG Got 106 from Signal/MC/IT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/OT/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/OT/Hits' -GaussRedecayMergeAndC... DEBUG Got 1398 from MC/OT/Hits -GaussRedecayMergeAndC... DEBUG Got 276 from Signal/MC/OT/Hits +GaussRedecayMergeAndC... DEBUG Got 1266 from MC/OT/Hits +GaussRedecayMergeAndC... DEBUG Got 350 from Signal/MC/OT/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'MC/Muon/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCHit>*' has been retrieved from TS at address 'Signal/MC/Muon/Hits' -GaussRedecayMergeAndC... DEBUG Got 560 from MC/Muon/Hits -GaussRedecayMergeAndC... DEBUG Got 163 from Signal/MC/Muon/Hits +GaussRedecayMergeAndC... DEBUG Got 621 from MC/Muon/Hits +GaussRedecayMergeAndC... DEBUG Got 182 from Signal/MC/Muon/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Spd/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Spd/Hits' -GaussRedecayMergeAndC... DEBUG Got 2186 from MC/Spd/Hits -GaussRedecayMergeAndC... DEBUG Got 660 from Signal/MC/Spd/Hits +GaussRedecayMergeAndC... DEBUG Got 2254 from MC/Spd/Hits +GaussRedecayMergeAndC... DEBUG Got 968 from Signal/MC/Spd/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Prs/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Prs/Hits' -GaussRedecayMergeAndC... DEBUG Got 3734 from MC/Prs/Hits -GaussRedecayMergeAndC... DEBUG Got 873 from Signal/MC/Prs/Hits +GaussRedecayMergeAndC... DEBUG Got 3898 from MC/Prs/Hits +GaussRedecayMergeAndC... DEBUG Got 1226 from Signal/MC/Prs/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Ecal/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Ecal/Hits' -GaussRedecayMergeAndC... DEBUG Got 4567 from MC/Ecal/Hits -GaussRedecayMergeAndC... DEBUG Got 821 from Signal/MC/Ecal/Hits +GaussRedecayMergeAndC... DEBUG Got 4231 from MC/Ecal/Hits +GaussRedecayMergeAndC... DEBUG Got 1088 from Signal/MC/Ecal/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'MC/Hcal/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCCaloHit>*' has been retrieved from TS at address 'Signal/MC/Hcal/Hits' -GaussRedecayMergeAndC... DEBUG Got 695 from MC/Hcal/Hits -GaussRedecayMergeAndC... DEBUG Got 94 from Signal/MC/Hcal/Hits +GaussRedecayMergeAndC... DEBUG Got 604 from MC/Hcal/Hits +GaussRedecayMergeAndC... DEBUG Got 80 from Signal/MC/Hcal/Hits GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCRichHit>*' has been retrieved from TS at address 'MC/Rich/Hits' GaussRedecayMergeAndC... DEBUG The object of type 'ObjectVector<LHCb::MCRichHit>*' has been retrieved from TS at address 'Signal/MC/Rich/Hits' -GaussRedecayMergeAndC... DEBUG Got 3245 from MC/Rich/Hits -GaussRedecayMergeAndC... DEBUG Got 616 from Signal/MC/Rich/Hits +GaussRedecayMergeAndC... DEBUG Got 3227 from MC/Rich/Hits +GaussRedecayMergeAndC... DEBUG Got 754 from Signal/MC/Rich/Hits GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichOpticalPhoton,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/OpticalPhotons' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichOpticalPhoton,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/OpticalPhotons' -GaussRedecayMergeAndC... DEBUG Got 3245 from MC/Rich/OpticalPhotons -GaussRedecayMergeAndC... DEBUG Got 616 from Signal/MC/Rich/OpticalPhotons +GaussRedecayMergeAndC... DEBUG Got 3227 from MC/Rich/OpticalPhotons +GaussRedecayMergeAndC... DEBUG Got 754 from Signal/MC/Rich/OpticalPhotons GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichSegment,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/Segments' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichSegment,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/Segments' -GaussRedecayMergeAndC... DEBUG Got 228 from MC/Rich/Segments -GaussRedecayMergeAndC... DEBUG Got 40 from Signal/MC/Rich/Segments +GaussRedecayMergeAndC... DEBUG Got 223 from MC/Rich/Segments +GaussRedecayMergeAndC... DEBUG Got 56 from Signal/MC/Rich/Segments GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichTrack,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'MC/Rich/Tracks' GaussRedecayMergeAndC... DEBUG The object of type 'KeyedContainer<LHCb::MCRichTrack,Containers::KeyedObjectManager<Containers::hashmap> >*' has been retrieved from TS at address 'Signal/MC/Rich/Tracks' -GaussRedecayMergeAndC... DEBUG Got 189 from MC/Rich/Tracks -GaussRedecayMergeAndC... DEBUG Got 33 from Signal/MC/Rich/Tracks +GaussRedecayMergeAndC... DEBUG Got 180 from MC/Rich/Tracks +GaussRedecayMergeAndC... DEBUG Got 47 from Signal/MC/Rich/Tracks GaussRedecayMergeAndC... DEBUG The object of type 'LHCb::MCHeader*' has been retrieved from TS at address 'MC/Header' -GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 3982 -GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 4577 +GiGaGetMainEvent INFO Number of extracted MCParticles 'MC/Particles' 3867 +GiGaGetMainEvent INFO Number of extracted MCVertices 'MC/Vertices' 4379 ApplicationMgr INFO Application Manager Stopped successfully GaussGen SUCCESS ================================================================== GaussGen SUCCESS 5 events processed @@ -1854,26 +1856,26 @@ MainEventGaussSim SUCCESS ================================================ MainEventGaussSim SUCCESS 5 events processed MainEventGaussSim SUCCESS ================================================================== GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHits INFO Av. # MCRichHits : Rich1 = 2048.00 +-45.25 (100.00 +-0.00%) Rich2 = 1197.00 +-34.60 (100.00 +-0.00%) +GetRichHits INFO Av. # MCRichHits : Rich1 = 2191.00 +-46.81 (100.00 +-0.00%) Rich2 = 1036.00 +-32.19 (100.00 +-0.00%) GetRichHits INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal Hits : Rich1 = 1339.00 +-36.59 ( 65.38 +-1.05%) Rich2 = 548.00 +-23.41 ( 45.78 +-1.44%) -GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 103.00 +-10.15 ( 5.03 +-0.48%) Rich2 = 24.00 +- 4.90 ( 2.01 +-0.41%) -GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 555.00 +-23.56 ( 27.10 +-0.98%) Rich2 = 209.00 +-14.46 ( 17.46 +-1.10%) -GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 1.00 +- 1.00 ( 0.05 +-0.05%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHits INFO Av. # Signal Hits : Rich1 = 1283.00 +-35.82 ( 58.56 +-1.05%) Rich2 = 567.00 +-23.81 ( 54.73 +-1.55%) +GetRichHits INFO Av. # Gas Quartz CK hits : Rich1 = 113.00 +-10.63 ( 5.16 +-0.47%) Rich2 = 32.00 +- 5.66 ( 3.09 +-0.54%) +GetRichHits INFO Av. # HPD Quartz CK hits : Rich1 = 740.00 +-27.20 ( 33.77 +-1.01%) Rich2 = 59.00 +- 7.68 ( 5.69 +-0.72%) +GetRichHits INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 395.00 +-19.87 ( 33.00 +-1.36%) -GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 132.00 +-11.49 ( 6.45 +-0.54%) Rich2 = 71.00 +- 8.43 ( 5.93 +-0.68%) -GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 113.00 +-10.63 ( 5.52 +-0.50%) Rich2 = 58.00 +- 7.62 ( 4.85 +-0.62%) +GetRichHits INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 357.00 +-18.89 ( 34.46 +-1.48%) +GetRichHits INFO Av. # All HPD reflection hits : Rich1 = 228.00 +-15.10 ( 10.41 +-0.65%) Rich2 = 50.00 +- 7.07 ( 4.83 +-0.67%) +GetRichHits INFO Av. # QW/PC refl. hits : Rich1 = 179.00 +-13.38 ( 8.17 +-0.59%) Rich2 = 42.00 +- 6.48 ( 4.05 +-0.61%) GetRichHits INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 50.00 +- 7.07 ( 2.44 +-0.34%) Rich2 = 35.00 +- 5.92 ( 2.92 +-0.49%) +GetRichHits INFO Av. # Air/QW refl. hits : Rich1 = 81.00 +- 9.00 ( 3.70 +-0.40%) Rich2 = 25.00 +- 5.00 ( 2.41 +-0.48%) GetRichHits INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 1339.00 +-36.59 ( 65.38 +-1.05%) Rich2Gas = 548.00 +-23.41 ( 45.78 +-1.44%) +GetRichHits INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 1283.00 +-35.82 ( 58.56 +-1.05%) Rich2Gas = 567.00 +-23.81 ( 54.73 +-1.55%) GetRichHits INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHits INFO Av. # Aero hits per tile : @@ -1893,16 +1895,14 @@ GetRichHits INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHits INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHits INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 1389.00 +- 37.27 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 964.00 +- 31.05 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 127.00 +- 11.27 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 764.00 +- 27.64 / event -GetRichPhotons INFO Av. # MCRichOpticalPhotons : Nitrogen = 1.00 +- 1.00 / event -GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 70.00 +- 8.37 / event -GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 130.00 +- 11.40 / event -GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 19.00 +- 4.36 / event -GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 8.00 +- 2.83 / event -GetRichSegments INFO Av. # MCRichSegments : Nitrogen = 1.00 +- 1.00 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich1Gas = 1338.00 +- 36.58 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : Rich2Gas = 945.00 +- 30.74 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 145.00 +- 12.04 / event +GetRichPhotons INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 799.00 +- 28.27 / event +GetRichSegments INFO Av. # MCRichSegments : Rich1Gas = 64.00 +- 8.00 / event +GetRichSegments INFO Av. # MCRichSegments : Rich2Gas = 122.00 +- 11.05 / event +GetRichSegments INFO Av. # MCRichSegments : GasQuartzWin = 24.00 +- 4.90 / event +GetRichSegments INFO Av. # MCRichSegments : HPDQuartzWin = 13.00 +- 3.61 / event GetRichTracks INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 SignalGen SUCCESS ================================================================== SignalGen SUCCESS 5 events processed @@ -1911,26 +1911,26 @@ SignalSim SUCCESS ================================================ SignalSim SUCCESS 5 events processed SignalSim SUCCESS ================================================================== GetRichHitsSignal INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsSignal INFO Av. # MCRichHits : Rich1 = 240.00 +- 6.93 (100.00 +-0.00%) Rich2 = 228.40 +- 6.76 (100.00 +-0.00%) +GetRichHitsSignal INFO Av. # MCRichHits : Rich1 = 304.40 +- 7.80 (100.00 +-0.00%) Rich2 = 300.60 +- 7.75 (100.00 +-0.00%) GetRichHitsSignal INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsSignal INFO Av. # Signal Hits : Rich1 = 206.00 +- 6.42 ( 85.83 +-1.01%) Rich2 = 106.80 +- 4.62 ( 46.76 +-1.48%) -GetRichHitsSignal INFO Av. # Gas Quartz CK hits : Rich1 = 0.20 +- 0.20 ( 0.08 +-0.08%) Rich2 = 1.00 +- 0.45 ( 0.44 +-0.20%) -GetRichHitsSignal INFO Av. # HPD Quartz CK hits : Rich1 = 24.80 +- 2.23 ( 10.33 +-0.88%) Rich2 = 64.20 +- 3.58 ( 28.11 +-1.33%) -GetRichHitsSignal INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsSignal INFO Av. # Signal Hits : Rich1 = 269.60 +- 7.34 ( 88.57 +-0.82%) Rich2 = 157.60 +- 5.61 ( 52.43 +-1.29%) +GetRichHitsSignal INFO Av. # Gas Quartz CK hits : Rich1 = 1.80 +- 0.60 ( 0.59 +-0.20%) Rich2 = 5.80 +- 1.08 ( 1.93 +-0.35%) +GetRichHitsSignal INFO Av. # HPD Quartz CK hits : Rich1 = 22.00 +- 2.10 ( 7.23 +-0.66%) Rich2 = 35.80 +- 2.68 ( 11.91 +-0.84%) +GetRichHitsSignal INFO Av. # Nitrogen CK hits : Rich1 = 0.40 +- 0.28 ( 0.13 +-0.09%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSignal INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSignal INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSignal INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsSignal INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 52.20 +- 3.23 ( 22.85 +-1.24%) -GetRichHitsSignal INFO Av. # All HPD reflection hits : Rich1 = 12.00 +- 1.55 ( 5.00 +-0.63%) Rich2 = 16.40 +- 1.81 ( 7.18 +-0.76%) -GetRichHitsSignal INFO Av. # QW/PC refl. hits : Rich1 = 9.00 +- 1.34 ( 3.75 +-0.55%) Rich2 = 13.80 +- 1.66 ( 6.04 +-0.71%) +GetRichHitsSignal INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 92.80 +- 4.31 ( 30.87 +-1.19%) +GetRichHitsSignal INFO Av. # All HPD reflection hits : Rich1 = 17.40 +- 1.87 ( 5.72 +-0.60%) Rich2 = 18.00 +- 1.90 ( 5.99 +-0.61%) +GetRichHitsSignal INFO Av. # QW/PC refl. hits : Rich1 = 13.60 +- 1.65 ( 4.47 +-0.53%) Rich2 = 14.60 +- 1.71 ( 4.86 +-0.55%) GetRichHitsSignal INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsSignal INFO Av. # Air/QW refl. hits : Rich1 = 5.60 +- 1.06 ( 2.33 +-0.44%) Rich2 = 6.80 +- 1.17 ( 2.98 +-0.50%) -GetRichHitsSignal INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsSignal INFO Av. # Air/QW refl. hits : Rich1 = 5.60 +- 1.06 ( 1.84 +-0.34%) Rich2 = 8.00 +- 1.26 ( 2.66 +-0.42%) +GetRichHitsSignal INFO Av. # Air/PC refl. hits : Rich1 = 0.20 +- 0.20 ( 0.07 +-0.07%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSignal INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSignal INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSignal INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSignal INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsSignal INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 206.00 +- 6.42 ( 85.83 +-1.01%) Rich2Gas = 106.80 +- 4.62 ( 46.76 +-1.48%) +GetRichHitsSignal INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 269.60 +- 7.34 ( 88.57 +-0.82%) Rich2Gas = 157.60 +- 5.61 ( 52.43 +-1.29%) GetRichHitsSignal INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSignal INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSignal INFO Av. # Aero hits per tile : @@ -1950,14 +1950,16 @@ GetRichHitsSignal INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHitsSignal INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHitsSignal INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHitsSignal INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotonsSignal INFO Av. # MCRichOpticalPhotons : Rich1Gas = 215.00 +- 6.56 / event -GetRichPhotonsSignal INFO Av. # MCRichOpticalPhotons : Rich2Gas = 163.20 +- 5.71 / event -GetRichPhotonsSignal INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 1.20 +- 0.49 / event -GetRichPhotonsSignal INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 89.00 +- 4.22 / event -GetRichSegmentsSignal INFO Av. # MCRichSegments : Rich1Gas = 11.20 +- 1.50 / event -GetRichSegmentsSignal INFO Av. # MCRichSegments : Rich2Gas = 17.60 +- 1.88 / event -GetRichSegmentsSignal INFO Av. # MCRichSegments : GasQuartzWin = 0.80 +- 0.40 / event -GetRichSegmentsSignal INFO Av. # MCRichSegments : HPDQuartzWin = 1.00 +- 0.45 / event +GetRichPhotonsSignal INFO Av. # MCRichOpticalPhotons : Rich1Gas = 280.20 +- 7.49 / event +GetRichPhotonsSignal INFO Av. # MCRichOpticalPhotons : Rich2Gas = 259.00 +- 7.20 / event +GetRichPhotonsSignal INFO Av. # MCRichOpticalPhotons : GasQuartzWin = 7.60 +- 1.23 / event +GetRichPhotonsSignal INFO Av. # MCRichOpticalPhotons : HPDQuartzWin = 57.80 +- 3.40 / event +GetRichPhotonsSignal INFO Av. # MCRichOpticalPhotons : Nitrogen = 0.40 +- 0.28 / event +GetRichSegmentsSignal INFO Av. # MCRichSegments : Rich1Gas = 13.20 +- 1.62 / event +GetRichSegmentsSignal INFO Av. # MCRichSegments : Rich2Gas = 32.80 +- 2.56 / event +GetRichSegmentsSignal INFO Av. # MCRichSegments : GasQuartzWin = 1.80 +- 0.60 / event +GetRichSegmentsSignal INFO Av. # MCRichSegments : HPDQuartzWin = 0.80 +- 0.40 / event +GetRichSegmentsSignal INFO Av. # MCRichSegments : Nitrogen = 0.20 +- 0.20 / event GetRichTracksSignal INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 GaussRedecayMergeAndC... DEBUG Finalize base class GaudiAlgorithm GaussRedecayMergeAndC... DEBUG Tools to release : @@ -1965,85 +1967,85 @@ GaussRedecayMergeAndC... DEBUG Services to release : GaussRedecay GaussRedecayMergeAndC... DEBUG Releasing service 'GaussRedecay' MCVeloHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 8445 | 1689.0 | 48.567 | 1619.0 | 1765.0 | + | "# PackedData" | 5 | 8811 | 1762.2 | 50.558 | 1673.0 | 1824.0 | MCPuVetoHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 445 | 89.000 | 0.0000 | 89.000 | 89.000 | + | "# PackedData" | 5 | 400 | 80.000 | 0.0000 | 80.000 | 80.000 | MCTTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 4129 | 825.80 | 25.732 | 787.00 | 866.00 | + | "# PackedData" | 5 | 3226 | 645.20 | 51.955 | 587.00 | 726.00 | MCITHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 2818 | 563.60 | 23.491 | 538.00 | 597.00 | + | "# PackedData" | 5 | 2186 | 437.20 | 46.931 | 381.00 | 523.00 | MCOTHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 7972 | 1594.4 | 91.801 | 1481.0 | 1728.0 | + | "# PackedData" | 5 | 7960 | 1592.0 | 93.951 | 1467.0 | 1746.0 | MCMuonHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 3381 | 676.20 | 78.675 | 601.00 | 809.00 | + | "# PackedData" | 5 | 3930 | 786.00 | 55.893 | 721.00 | 885.00 | MCPrsHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 22198 | 4439.6 | 147.55 | 4176.0 | 4607.0 | + | "# PackedData" | 5 | 24057 | 4811.4 | 221.81 | 4529.0 | 5124.0 | MCSpdHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 12988 | 2597.6 | 167.45 | 2346.0 | 2846.0 | + | "# PackedData" | 5 | 14481 | 2896.2 | 197.51 | 2718.0 | 3222.0 | MCEcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 27031 | 5406.2 | 94.626 | 5277.0 | 5544.0 | + | "# PackedData" | 5 | 26236 | 5247.2 | 145.34 | 5056.0 | 5477.0 | MCHcalHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 4110 | 822.00 | 40.684 | 766.00 | 867.00 | + | "# PackedData" | 5 | 3675 | 735.00 | 27.078 | 684.00 | 765.00 | MCRichHitPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 18567 | 3713.4 | 135.54 | 3550.0 | 3873.0 | + | "# PackedData" | 5 | 19160 | 3832.0 | 124.27 | 3671.0 | 3981.0 | MCRichOpPhotPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 18567 | 3713.4 | 135.54 | 3550.0 | 3873.0 | + | "# PackedData" | 5 | 19160 | 3832.0 | 124.27 | 3671.0 | 3981.0 | MCRichSegmentPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 1293 | 258.60 | 9.0465 | 247.00 | 268.00 | + | "# PackedData" | 5 | 1359 | 271.80 | 8.6810 | 260.00 | 284.00 | MCRichTrackPacker SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# PackedData" | 5 | 1058 | 211.60 | 7.8638 | 201.00 | 222.00 | + | "# PackedData" | 5 | 1096 | 219.20 | 8.1584 | 211.00 | 231.00 | VeloGaussMoni INFO ------------------------------------------------------ VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | Number of MCHits/Event: 1689+/-21.72 -VeloGaussMoni INFO | Number of PileUpMCHits/Event: 89+/-0 +VeloGaussMoni INFO | Number of MCHits/Event: 1762.2+/-22.6104 +VeloGaussMoni INFO | Number of PileUpMCHits/Event: 80+/-0 VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** -TTHitMonitor INFO #hits per event: 825.8 -TTHitMonitor INFO Mean beta * gamma: 1378.17 -TTHitMonitor INFO Most Probable deposited charge: 0.162367 -TTHitMonitor INFO Half Sample width 0.0690707 +TTHitMonitor INFO #hits per event: 645.2 +TTHitMonitor INFO Mean beta * gamma: 1871.75 +TTHitMonitor INFO Most Probable deposited charge: 0.155887 +TTHitMonitor INFO Half Sample width 0.0513065 TTHitMonitor SUCCESS Booked 7 Histogram(s) : 1D=7 TTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 520 | 520 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 4129 | 5690478 | 1378.2 | 6757.5 | 0.0045503 | 59371. | - | "numberHits" | 5 | 4129 | 825.80 | 25.732 | 787.00 | 866.00 | + | "DeltaRay" | 482 | 482 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 3226 | 6038274 | 1871.8 | 5156.3 | 0.014192 | 38530. | + | "numberHits" | 5 | 3226 | 645.20 | 51.955 | 587.00 | 726.00 | ITHitMonitor INFO *** Summary *** -ITHitMonitor INFO #hits per event: 563.6 -ITHitMonitor INFO Mean beta * gamma: 5051.14 -ITHitMonitor INFO Most Probable deposited charge: 0.12957 -ITHitMonitor INFO Half Sample width 0.0476308 +ITHitMonitor INFO #hits per event: 437.2 +ITHitMonitor INFO Mean beta * gamma: 2129.79 +ITHitMonitor INFO Most Probable deposited charge: 0.111838 +ITHitMonitor INFO Half Sample width 0.0428874 ITHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 ITHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 221 | 221 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 2818 |1.423411e+07 | 5051.1 | 12344. | 3.2062 | 59371. | - | "numberHits" | 5 | 2818 | 563.60 | 23.491 | 538.00 | 597.00 | + | "DeltaRay" | 243 | 243 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 2186 | 4655713 | 2129.8 | 8634.3 | 0.32524 | 97711. | + | "numberHits" | 5 | 2186 | 437.20 | 46.931 | 381.00 | 523.00 | OTHitMonitor INFO *** Summary *** -OTHitMonitor INFO #hits per event: 1594.4 -OTHitMonitor INFO Mean beta * gamma: 2587.45 -OTHitMonitor INFO Most Probable deposited charge: 0.19499 -OTHitMonitor INFO Half Sample width 0.0729333 +OTHitMonitor INFO #hits per event: 1592 +OTHitMonitor INFO Mean beta * gamma: 2514.3 +OTHitMonitor INFO Most Probable deposited charge: 0.189396 +OTHitMonitor INFO Half Sample width 0.0659419 OTHitMonitor SUCCESS Booked 9 Histogram(s) : 1D=9 OTHitMonitor SUCCESS Number of counters : 3 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "DeltaRay" | 462 | 462 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | - | "betaGamma" | 7972 |2.062717e+07 | 2587.5 | 8364.9 | 0.0049874 | 59371. | - | "numberHits" | 5 | 7972 | 1594.4 | 91.801 | 1481.0 | 1728.0 | + | "DeltaRay" | 547 | 547 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "betaGamma" | 7960 |2.001385e+07 | 2514.3 | 8856.4 | 0.0058703 | 97711. | + | "numberHits" | 5 | 7960 | 1592.0 | 93.951 | 1467.0 | 1746.0 | SpdMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 PrsMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 EcalMonitor SUCCESS Booked 19 Histogram(s) : 1D=19 @@ -2052,377 +2054,374 @@ MuonHitChecker INFO ------------------------------------------------ MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO M1 M2 M3 M4 M5 -MuonHitChecker INFO 121.800 16.400 9.000 4.600 12.800 R1 -MuonHitChecker INFO 125.400 27.400 25.400 0.000 0.000 R2 -MuonHitChecker INFO 138.200 4.400 5.000 0.000 3.000 R3 -MuonHitChecker INFO 151.000 30.200 1.600 0.000 0.000 R4 +MuonHitChecker INFO 167.400 14.200 1.600 2.400 8.600 R1 +MuonHitChecker INFO 113.600 107.400 1.600 0.000 0.000 R2 +MuonHitChecker INFO 159.200 9.400 8.400 4.800 4.800 R3 +MuonHitChecker INFO 131.200 37.800 9.600 4.000 0.000 R4 MuonHitChecker INFO ----------------------------------------------------------------- MuonHitChecker INFO ------- Integrated over regions --------------------------- MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO 536.400 78.400 41.000 4.600 15.800 allR +MuonHitChecker INFO 571.400 168.800 21.200 11.200 13.400 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 UnpackPuVetoHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 445 | 89.000 | 0.0000 | 89.000 | 89.000 | + | "# UnPackedData" | 5 | 400 | 80.000 | 0.0000 | 80.000 | 80.000 | CheckPuVetoHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 445 |4.940572e-06 | 1.1102e-08 | 2.9108e-07 | -4.6710e-07 | 4.9927e-07 | - | "Diff. - Displacement y" | 445 | 2.098e-06 | 4.7146e-09 | 2.7740e-07 | -4.9470e-07 | 4.9919e-07 | - | "Diff. - Displacement z" | 445 |-4.202181e-06 |-9.4431e-09 | 2.9029e-07 | -4.9529e-07 | 4.8295e-07 | - | "Diff. - Energy" | 445 |-4.885969e-05 |-1.0980e-07 | 5.3164e-07 | -9.6954e-07 | 9.3722e-07 | - | "Diff. - Entry Point x" | 445 |-0.0003922819 |-8.8153e-07 | 2.9044e-05 | -4.9991e-05 | 4.8596e-05 | - | "Diff. - Entry Point y" | 445 |0.0001385632 | 3.1138e-07 | 3.0296e-05 | -4.9995e-05 | 4.9096e-05 | - | "Diff. - Entry Point z" | 445 |-0.001690678 |-3.7993e-06 | 3.0087e-05 | -4.9724e-05 | 4.9486e-05 | - | "Diff. - Parent |P|" | 445 | 0.1028167 | 0.00023105 | 0.0028381 | -0.0046436 | 0.0049378 | - | "Diff. - TOF" | 445 |-6.667708e-05 |-1.4984e-07 | 2.8561e-06 | -4.9278e-06 | 4.9570e-06 | - | "Original - Displacement x" | 445 | -0.8779051 | -0.0019728 | 0.018699 | -0.045502 | 0.057083 | - | "Original - Displacement y" | 445 | -0.9300629 | -0.0020900 | 0.022267 | -0.043568 | 0.056088 | - | "Original - Displacement z" | 445 | -131.9876 | -0.29660 | 0.030075 | -0.30032 | -0.014856 | - | "Original - Energy" | 445 | 46.05453 | 0.10349 | 0.044211 | 0.0031401 | 0.44229 | - | "Original - Entry Point x" | 445 | -252.3609 | -0.56710 | 14.900 | -34.560 | 39.271 | - | "Original - Entry Point y" | 445 | -986.7894 | -2.2175 | 18.365 | -43.369 | 38.986 | - | "Original - Entry Point z" | 445 | -119547.8 | -268.65 | 42.179 | -315.89 | -218.94 | - | "Original - Parent |P|" | 445 | 4897126 | 11005. | 15195. | 175.83 | 78762. | - | "Original - TOF" | 445 | 410.8654 | 0.92329 | 0.19227 | 0.65245 | 1.2643 | - | "Unpacked - Displacement x" | 445 | -0.87791 | -0.0019728 | 0.018699 | -0.045502 | 0.057083 | - | "Unpacked - Displacement y" | 445 | -0.930065 | -0.0020900 | 0.022267 | -0.043568 | 0.056088 | - | "Unpacked - Displacement z" | 445 | -131.9876 | -0.29660 | 0.030075 | -0.30032 | -0.014856 | - | "Unpacked - Energy" | 445 | 46.05458 | 0.10349 | 0.044211 | 0.0031400 | 0.44229 | - | "Unpacked - Entry Point x" | 445 | -252.3605 | -0.56710 | 14.900 | -34.560 | 39.271 | - | "Unpacked - Entry Point y" | 445 | -986.7895 | -2.2175 | 18.365 | -43.369 | 38.986 | - | "Unpacked - Entry Point z" | 445 | -119547.8 | -268.65 | 42.179 | -315.89 | -218.94 | - | "Unpacked - Parent |P|" | 445 | 4897126 | 11005. | 15195. | 175.83 | 78762. | - | "Unpacked - TOF" | 445 | 410.8655 | 0.92329 | 0.19227 | 0.65245 | 1.2643 | + | "Diff. - Displacement x" | 400 |4.400146e-06 | 1.1000e-08 | 3.0341e-07 | -4.9637e-07 | 4.7752e-07 | + | "Diff. - Displacement y" | 400 |1.314825e-05 | 3.2871e-08 | 2.5865e-07 | -4.9632e-07 | 4.8832e-07 | + | "Diff. - Displacement z" | 400 |-2.054095e-06 |-5.1352e-09 | 2.9272e-07 | -4.8377e-07 | 4.9235e-07 | + | "Diff. - Energy" | 400 |-5.025484e-05 |-1.2564e-07 | 5.5133e-07 | -9.8530e-07 | 9.6519e-07 | + | "Diff. - Entry Point x" | 400 |4.195804e-05 | 1.0490e-07 | 3.0916e-05 | -4.6680e-05 | 4.9526e-05 | + | "Diff. - Entry Point y" | 400 |1.298831e-05 | 3.2471e-08 | 2.7707e-05 | -4.9416e-05 | 4.9269e-05 | + | "Diff. - Entry Point z" | 400 |0.0002936277 | 7.3407e-07 | 3.0193e-05 | -4.9608e-05 | 4.9728e-05 | + | "Diff. - Parent |P|" | 400 | -0.116659 |-0.00029165 | 0.0029794 | -0.0049378 | 0.0048902 | + | "Diff. - TOF" | 400 |0.0001314634 | 3.2866e-07 | 2.8595e-06 | -4.9868e-06 | 4.9768e-06 | + | "Original - Displacement x" | 400 | -0.0389156 |-9.7289e-05 | 0.017872 | -0.048143 | 0.039989 | + | "Original - Displacement y" | 400 | -1.427872 | -0.0035697 | 0.022854 | -0.050114 | 0.055848 | + | "Original - Displacement z" | 400 | -119.9929 | -0.29998 | 0.00011156 | -0.30022 | -0.29957 | + | "Original - Energy" | 400 | 47.88306 | 0.11971 | 0.098640 | 0.072027 | 0.79034 | + | "Original - Entry Point x" | 400 | 325.0935 | 0.81273 | 14.550 | -34.580 | 39.326 | + | "Original - Entry Point y" | 400 | -1368.92 | -3.4223 | 18.520 | -43.471 | 38.907 | + | "Original - Entry Point z" | 400 | -106613 | -266.53 | 42.184 | -315.90 | -218.94 | + | "Original - Parent |P|" | 400 | 4810856 | 12027. | 15670. | 80.419 | 78762. | + | "Original - TOF" | 400 | 385.3279 | 0.96332 | 0.31888 | 0.65245 | 2.7927 | + | "Unpacked - Displacement x" | 400 | -0.03892 |-9.7300e-05 | 0.017872 | -0.048143 | 0.039989 | + | "Unpacked - Displacement y" | 400 | -1.427885 | -0.0035697 | 0.022854 | -0.050114 | 0.055848 | + | "Unpacked - Displacement z" | 400 | -119.9929 | -0.29998 | 0.00011164 | -0.30022 | -0.29957 | + | "Unpacked - Energy" | 400 | 47.88311 | 0.11971 | 0.098640 | 0.072028 | 0.79034 | + | "Unpacked - Entry Point x" | 400 | 325.0935 | 0.81273 | 14.550 | -34.580 | 39.326 | + | "Unpacked - Entry Point y" | 400 | -1368.92 | -3.4223 | 18.520 | -43.471 | 38.907 | + | "Unpacked - Entry Point z" | 400 | -106613 | -266.53 | 42.184 | -315.90 | -218.94 | + | "Unpacked - Parent |P|" | 400 | 4810856 | 12027. | 15670. | 80.420 | 78762. | + | "Unpacked - TOF" | 400 | 385.3278 | 0.96332 | 0.31888 | 0.65245 | 2.7927 | UnpackVeloHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 8445 | 1689.0 | 48.567 | 1619.0 | 1765.0 | + | "# UnPackedData" | 5 | 8811 | 1762.2 | 50.558 | 1673.0 | 1824.0 | CheckVeloHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 8445 |-8.493609e-05 |-1.0058e-08 | 2.9056e-07 | -4.9990e-07 | 4.9957e-07 | - | "Diff. - Displacement y" | 8445 |4.792799e-05 | 5.6753e-09 | 2.9184e-07 | -4.9969e-07 | 4.9987e-07 | - | "Diff. - Displacement z" | 8445 |0.0001105244 | 1.3088e-08 | 2.9192e-07 | -4.9990e-07 | 4.9998e-07 | - | "Diff. - Energy" | 8445 |9.682779e-06 | 1.1466e-09 | 5.7652e-07 | -9.9761e-07 | 9.9951e-07 | - | "Diff. - Entry Point x" | 8445 |-0.007784372 |-9.2177e-07 | 2.8094e-05 | -5.0000e-05 | 4.9882e-05 | - | "Diff. - Entry Point y" | 8445 | -0.0102817 |-1.2175e-06 | 2.8418e-05 | -4.9998e-05 | 4.9986e-05 | - | "Diff. - Entry Point z" | 8445 | 0.01217455 | 1.4416e-06 | 2.8556e-05 | -4.9995e-05 | 4.9982e-05 | - | "Diff. - Parent |P|" | 8445 |-0.02167077 |-2.5661e-06 | 0.0028707 | -0.0049956 | 0.0049964 | - | "Diff. - TOF" | 8445 |0.0005719562 | 6.7727e-08 | 2.8618e-06 | -4.9934e-06 | 4.9990e-06 | - | "Original - Displacement x" | 8445 | -11.46799 | -0.0013580 | 0.13543 | -1.0778 | 2.2487 | - | "Original - Displacement y" | 8445 | 54.24021 | 0.0064228 | 0.12750 | -2.1198 | 1.4116 | - | "Original - Displacement z" | 8445 | 1265.626 | 0.14987 | 0.25380 | -0.30294 | 0.30171 | - | "Original - Energy" | 8445 | 1060.921 | 0.12563 | 0.15055 | 0.00013258 | 2.6331 | - | "Original - Entry Point x" | 8445 | 781.5888 | 0.092550 | 16.888 | -42.936 | 43.473 | - | "Original - Entry Point y" | 8445 | -3775.514 | -0.44707 | 15.224 | -42.165 | 42.287 | - | "Original - Entry Point z" | 8445 | 1951628 | 231.10 | 278.26 | -175.80 | 751.01 | - | "Original - Parent |P|" | 8445 |8.533672e+07 | 10105. | 16060. | 1.5302 | 89959. | - | "Original - TOF" | 8445 | 8019.244 | 0.94958 | 0.76464 | 0.032137 | 3.1533 | - | "Unpacked - Displacement x" | 8445 | -11.4679 | -0.0013580 | 0.13543 | -1.0778 | 2.2487 | - | "Unpacked - Displacement y" | 8445 | 54.24017 | 0.0064228 | 0.12750 | -2.1198 | 1.4116 | - | "Unpacked - Displacement z" | 8445 | 1265.625 | 0.14987 | 0.25380 | -0.30294 | 0.30171 | - | "Unpacked - Energy" | 8445 | 1060.921 | 0.12563 | 0.15055 | 0.00013200 | 2.6331 | - | "Unpacked - Entry Point x" | 8445 | 781.5966 | 0.092551 | 16.888 | -42.936 | 43.473 | - | "Unpacked - Entry Point y" | 8445 | -3775.504 | -0.44707 | 15.224 | -42.165 | 42.287 | - | "Unpacked - Entry Point z" | 8445 | 1951628 | 231.10 | 278.26 | -175.80 | 751.01 | - | "Unpacked - Parent |P|" | 8445 |8.533672e+07 | 10105. | 16060. | 1.5300 | 89960. | - | "Unpacked - TOF" | 8445 | 8019.244 | 0.94958 | 0.76464 | 0.032140 | 3.1533 | + | "Diff. - Displacement x" | 8811 |5.284161e-05 | 5.9972e-09 | 2.8544e-07 | -4.9953e-07 | 4.9956e-07 | + | "Diff. - Displacement y" | 8811 |5.681126e-05 | 6.4478e-09 | 2.8754e-07 | -4.9932e-07 | 4.9996e-07 | + | "Diff. - Displacement z" | 8811 |-8.585199e-05 |-9.7437e-09 | 2.9012e-07 | -4.9981e-07 | 4.9880e-07 | + | "Diff. - Energy" | 8811 |-3.03725e-05 |-3.4471e-09 | 5.7371e-07 | -9.9939e-07 | 9.9940e-07 | + | "Diff. - Entry Point x" | 8811 |-0.0009999331 |-1.1349e-07 | 2.8715e-05 | -4.9961e-05 | 4.9999e-05 | + | "Diff. - Entry Point y" | 8811 |-0.001968078 |-2.2337e-07 | 2.8743e-05 | -4.9994e-05 | 4.9996e-05 | + | "Diff. - Entry Point z" | 8811 |0.005056669 | 5.7390e-07 | 2.8434e-05 | -4.9887e-05 | 4.9912e-05 | + | "Diff. - Parent |P|" | 8811 | 0.3116834 | 3.5374e-05 | 0.0028787 | -0.0049962 | 0.0049985 | + | "Diff. - TOF" | 8811 |-0.0001623964 |-1.8431e-08 | 2.8954e-06 | -4.9998e-06 | 4.9985e-06 | + | "Original - Displacement x" | 8811 | -22.65627 | -0.0025714 | 0.13447 | -1.6937 | 2.1038 | + | "Original - Displacement y" | 8811 | 45.18642 | 0.0051284 | 0.13702 | -2.1157 | 2.0657 | + | "Original - Displacement z" | 8811 | 1232.533 | 0.13989 | 0.25917 | -0.30424 | 0.30081 | + | "Original - Energy" | 8811 | 1315.673 | 0.14932 | 0.28362 | 0.0021223 | 4.1210 | + | "Original - Entry Point x" | 8811 | 720.3655 | 0.081758 | 16.805 | -42.684 | 43.529 | + | "Original - Entry Point y" | 8811 | 446.2568 | 0.050648 | 16.195 | -43.192 | 42.602 | + | "Original - Entry Point z" | 8811 | 2051557 | 232.84 | 285.79 | -175.81 | 751.31 | + | "Original - Parent |P|" | 8811 |8.580843e+07 | 9738.8 | 15747. | 1.9856 | 89960. | + | "Original - TOF" | 8811 | 8613.361 | 0.97757 | 0.75675 | 0.027523 | 5.0131 | + | "Unpacked - Displacement x" | 8811 | -22.65632 | -0.0025714 | 0.13447 | -1.6937 | 2.1038 | + | "Unpacked - Displacement y" | 8811 | 45.18636 | 0.0051284 | 0.13702 | -2.1157 | 2.0657 | + | "Unpacked - Displacement z" | 8811 | 1232.533 | 0.13989 | 0.25917 | -0.30424 | 0.30081 | + | "Unpacked - Energy" | 8811 | 1315.673 | 0.14932 | 0.28362 | 0.0021220 | 4.1210 | + | "Unpacked - Entry Point x" | 8811 | 720.3665 | 0.081758 | 16.805 | -42.684 | 43.529 | + | "Unpacked - Entry Point y" | 8811 | 446.2588 | 0.050648 | 16.195 | -43.192 | 42.602 | + | "Unpacked - Entry Point z" | 8811 | 2051557 | 232.84 | 285.79 | -175.81 | 751.31 | + | "Unpacked - Parent |P|" | 8811 |8.580843e+07 | 9738.8 | 15747. | 1.9900 | 89960. | + | "Unpacked - TOF" | 8811 | 8613.361 | 0.97757 | 0.75675 | 0.027520 | 5.0131 | UnpackTTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 4129 | 825.80 | 25.732 | 787.00 | 866.00 | + | "# UnPackedData" | 5 | 3226 | 645.20 | 51.955 | 587.00 | 726.00 | CheckTTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 4129 |-1.749139e-05 |-4.2362e-09 | 2.8141e-07 | -4.9993e-07 | 4.9937e-07 | - | "Diff. - Displacement y" | 4129 |-5.635146e-05 |-1.3648e-08 | 2.9379e-07 | -4.9945e-07 | 4.9918e-07 | - | "Diff. - Displacement z" | 4129 |-2.193071e-05 |-5.3114e-09 | 1.3544e-07 | -4.9791e-07 | 4.9791e-07 | - | "Diff. - Energy" | 4129 |7.817965e-05 | 1.8934e-08 | 5.7739e-07 | -9.9683e-07 | 9.9933e-07 | - | "Diff. - Entry Point x" | 4129 |-0.004460031 |-1.0802e-06 | 2.7775e-05 | -4.9888e-05 | 4.9777e-05 | - | "Diff. - Entry Point y" | 4129 |0.0004279093 | 1.0364e-07 | 2.8986e-05 | -4.9981e-05 | 4.9855e-05 | - | "Diff. - Entry Point z" | 4129 |0.003159426 | 7.6518e-07 | 1.0221e-05 | -4.9973e-05 | 4.9841e-05 | - | "Diff. - Parent |P|" | 4129 | -0.2797158 |-6.7744e-05 | 0.0028707 | -0.0049888 | 0.0049859 | - | "Diff. - TOF" | 4129 |0.0005853916 | 1.4178e-07 | 2.8577e-06 | -4.9979e-06 | 4.9933e-06 | - | "Original - Displacement x" | 4129 | 114.2714 | 0.027675 | 0.48372 | -2.7533 | 5.3906 | - | "Original - Displacement y" | 4129 | -71.12447 | -0.017226 | 0.28072 | -1.7435 | 2.2819 | - | "Original - Displacement z" | 4129 | 950.4042 | 0.23018 | 0.39683 | -0.50000 | 0.50000 | - | "Original - Energy" | 4129 | 1389.85 | 0.33661 | 0.55601 | 0.00074301 | 4.6447 | - | "Original - Entry Point x" | 4129 | 13420.38 | 3.2503 | 293.76 | -775.10 | 777.01 | - | "Original - Entry Point y" | 4129 | 84037.29 | 20.353 | 219.12 | -649.44 | 655.89 | - | "Original - Entry Point z" | 4129 |1.033217e+07 | 2502.3 | 134.99 | 2322.0 | 2648.0 | - | "Original - Parent |P|" | 4129 |2.195264e+07 | 5316.7 | 12968. | 1.4262 | 89956. | - | "Original - TOF" | 4129 | 47702.82 | 11.553 | 5.3156 | 7.5582 | 48.118 | - | "Unpacked - Displacement x" | 4129 | 114.2714 | 0.027675 | 0.48372 | -2.7533 | 5.3906 | - | "Unpacked - Displacement y" | 4129 | -71.12441 | -0.017226 | 0.28072 | -1.7435 | 2.2819 | - | "Unpacked - Displacement z" | 4129 | 950.4042 | 0.23018 | 0.39683 | -0.50000 | 0.50000 | - | "Unpacked - Energy" | 4129 | 1389.85 | 0.33661 | 0.55601 | 0.00074400 | 4.6447 | - | "Unpacked - Entry Point x" | 4129 | 13420.39 | 3.2503 | 293.76 | -775.10 | 777.01 | - | "Unpacked - Entry Point y" | 4129 | 84037.29 | 20.353 | 219.12 | -649.44 | 655.89 | - | "Unpacked - Entry Point z" | 4129 |1.033217e+07 | 2502.3 | 134.99 | 2322.0 | 2648.0 | - | "Unpacked - Parent |P|" | 4129 |2.195264e+07 | 5316.7 | 12968. | 1.4300 | 89956. | - | "Unpacked - TOF" | 4129 | 47702.82 | 11.553 | 5.3156 | 7.5582 | 48.118 | + | "Diff. - Displacement x" | 3226 |5.592722e-07 | 1.7336e-10 | 2.9032e-07 | -4.9804e-07 | 4.9870e-07 | + | "Diff. - Displacement y" | 3226 |-1.688977e-05 |-5.2355e-09 | 2.9277e-07 | -4.9745e-07 | 4.9955e-07 | + | "Diff. - Displacement z" | 3226 |-7.467532e-06 |-2.3148e-09 | 1.1117e-07 | -4.9893e-07 | 4.9535e-07 | + | "Diff. - Energy" | 3226 |-3.861863e-05 |-1.1971e-08 | 5.8258e-07 | -9.9938e-07 | 9.9489e-07 | + | "Diff. - Entry Point x" | 3226 |-0.005381782 |-1.6683e-06 | 2.8456e-05 | -4.9801e-05 | 4.9917e-05 | + | "Diff. - Entry Point y" | 3226 |-0.001005171 |-3.1158e-07 | 2.8213e-05 | -4.9832e-05 | 4.9922e-05 | + | "Diff. - Entry Point z" | 3226 |-0.0008412886 |-2.6078e-07 | 8.1203e-06 | -4.9650e-05 | 4.7695e-05 | + | "Diff. - Parent |P|" | 3226 | 0.311683 | 9.6616e-05 | 0.0029117 | -0.0049965 | 0.0049947 | + | "Diff. - TOF" | 3226 |-0.0002866691 |-8.8862e-08 | 2.8860e-06 | -4.9938e-06 | 4.9915e-06 | + | "Original - Displacement x" | 3226 | 67.28939 | 0.020858 | 0.37521 | -2.5066 | 4.4934 | + | "Original - Displacement y" | 3226 | 32.59992 | 0.010105 | 0.20831 | -2.6688 | 1.5093 | + | "Original - Displacement z" | 3226 | 1068.108 | 0.33109 | 0.33773 | -0.50000 | 0.50000 | + | "Original - Energy" | 3226 | 737.9764 | 0.22876 | 0.23284 | 0.00084844 | 3.0875 | + | "Original - Entry Point x" | 3226 | 91727.34 | 28.434 | 269.09 | -771.31 | 792.60 | + | "Original - Entry Point y" | 3226 | 118758.9 | 36.813 | 196.17 | -614.85 | 677.63 | + | "Original - Entry Point z" | 3226 | 8054626 | 2496.8 | 135.98 | 2322.0 | 2648.0 | + | "Original - Parent |P|" | 3226 |2.163812e+07 | 6707.4 | 13565. | 1.4405 | 89955. | + | "Original - TOF" | 3226 | 33494.33 | 10.383 | 4.8488 | 7.5562 | 45.769 | + | "Unpacked - Displacement x" | 3226 | 67.28939 | 0.020858 | 0.37521 | -2.5066 | 4.4934 | + | "Unpacked - Displacement y" | 3226 | 32.59994 | 0.010105 | 0.20831 | -2.6688 | 1.5093 | + | "Unpacked - Displacement z" | 3226 | 1068.108 | 0.33109 | 0.33773 | -0.50000 | 0.50000 | + | "Unpacked - Energy" | 3226 | 737.9764 | 0.22876 | 0.23284 | 0.00084800 | 3.0875 | + | "Unpacked - Entry Point x" | 3226 | 91727.34 | 28.434 | 269.09 | -771.31 | 792.60 | + | "Unpacked - Entry Point y" | 3226 | 118758.9 | 36.813 | 196.17 | -614.85 | 677.63 | + | "Unpacked - Entry Point z" | 3226 | 8054626 | 2496.8 | 135.98 | 2322.0 | 2648.0 | + | "Unpacked - Parent |P|" | 3226 |2.163812e+07 | 6707.4 | 13565. | 1.4400 | 89955. | + | "Unpacked - TOF" | 3226 | 33494.33 | 10.383 | 4.8488 | 7.5562 | 45.769 | UnpackITHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 2818 | 563.60 | 23.491 | 538.00 | 597.00 | + | "# UnPackedData" | 5 | 2186 | 437.20 | 46.931 | 381.00 | 523.00 | CheckITHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 2818 |-8.159345e-05 |-2.8954e-08 | 2.8486e-07 | -4.9932e-07 | 4.9854e-07 | - | "Diff. - Displacement y" | 2818 |-3.787096e-06 |-1.3439e-09 | 2.8116e-07 | -4.9959e-07 | 4.9858e-07 | - | "Diff. - Displacement z" | 2818 |1.925536e-05 | 6.8330e-09 | 2.8394e-07 | -4.9887e-07 | 4.9929e-07 | - | "Diff. - Energy" | 2818 |1.20197e-05 | 4.2653e-09 | 5.7925e-07 | -9.9993e-07 | 9.9797e-07 | - | "Diff. - Entry Point x" | 2818 |0.003582937 | 1.2714e-06 | 2.9284e-05 | -4.9969e-05 | 4.9703e-05 | - | "Diff. - Entry Point y" | 2818 |0.002006113 | 7.1189e-07 | 2.9156e-05 | -4.9875e-05 | 4.9958e-05 | - | "Diff. - Entry Point z" | 2818 |0.0008485481 | 3.0112e-07 | 2.8618e-05 | -4.9921e-05 | 4.9900e-05 | - | "Diff. - Parent |P|" | 2818 |-0.01161275 |-4.1209e-06 | 0.0028985 | -0.0049996 | 0.0049772 | - | "Diff. - TOF" | 2818 |-0.0001116061 |-3.9605e-08 | 2.8829e-06 | -4.9975e-06 | 4.9971e-06 | - | "Original - Displacement x" | 2818 | -126.4969 | -0.044889 | 0.75190 | -17.326 | 0.75726 | - | "Original - Displacement y" | 2818 | 10.41891 | 0.0036973 | 0.20853 | -1.1106 | 3.1385 | - | "Original - Displacement z" | 2818 | 876.4149 | 0.31101 | 0.19931 | -0.41233 | 0.41159 | - | "Original - Energy" | 2818 | 481.3567 | 0.17082 | 0.29851 | 0.0017287 | 6.4082 | - | "Original - Entry Point x" | 2818 | -115336.4 | -40.928 | 299.40 | -619.93 | 637.46 | - | "Original - Entry Point y" | 2818 | 45672.52 | 16.207 | 99.929 | -218.41 | 202.38 | - | "Original - Entry Point z" | 2818 |2.34039e+07 | 8305.1 | 563.07 | 7667.7 | 9172.2 | - | "Original - Parent |P|" | 2818 |3.218141e+07 | 11420. | 18725. | 1.4226 | 89936. | - | "Original - TOF" | 2818 | 79469.04 | 28.201 | 2.2478 | 25.391 | 41.750 | - | "Unpacked - Displacement x" | 2818 | -126.4968 | -0.044889 | 0.75190 | -17.326 | 0.75726 | - | "Unpacked - Displacement y" | 2818 | 10.41891 | 0.0036973 | 0.20853 | -1.1106 | 3.1385 | - | "Unpacked - Displacement z" | 2818 | 876.4149 | 0.31101 | 0.19931 | -0.41233 | 0.41159 | - | "Unpacked - Energy" | 2818 | 481.3567 | 0.17082 | 0.29851 | 0.0017280 | 6.4082 | - | "Unpacked - Entry Point x" | 2818 | -115336.4 | -40.928 | 299.40 | -619.93 | 637.46 | - | "Unpacked - Entry Point y" | 2818 | 45672.52 | 16.207 | 99.929 | -218.41 | 202.38 | - | "Unpacked - Entry Point z" | 2818 |2.34039e+07 | 8305.1 | 563.07 | 7667.7 | 9172.2 | - | "Unpacked - Parent |P|" | 2818 |3.218141e+07 | 11420. | 18725. | 1.4200 | 89936. | - | "Unpacked - TOF" | 2818 | 79469.04 | 28.201 | 2.2478 | 25.391 | 41.750 | + | "Diff. - Displacement x" | 2186 |-2.764884e-05 |-1.2648e-08 | 2.8742e-07 | -4.9902e-07 | 4.9760e-07 | + | "Diff. - Displacement y" | 2186 |-2.071685e-05 |-9.4771e-09 | 2.8959e-07 | -4.9923e-07 | 4.9949e-07 | + | "Diff. - Displacement z" | 2186 |-4.059578e-05 |-1.8571e-08 | 2.9098e-07 | -4.9932e-07 | 4.9941e-07 | + | "Diff. - Energy" | 2186 |3.633054e-05 | 1.6620e-08 | 5.6111e-07 | -9.9957e-07 | 9.9802e-07 | + | "Diff. - Entry Point x" | 2186 |-0.00340321 |-1.5568e-06 | 2.8400e-05 | -4.9849e-05 | 4.9942e-05 | + | "Diff. - Entry Point y" | 2186 |-0.00229798 |-1.0512e-06 | 2.7946e-05 | -4.9900e-05 | 4.9709e-05 | + | "Diff. - Entry Point z" | 2186 |-0.0004383592 |-2.0053e-07 | 2.8893e-05 | -4.9755e-05 | 4.9861e-05 | + | "Diff. - Parent |P|" | 2186 | -0.2467029 |-0.00011286 | 0.0028567 | -0.0049845 | 0.0049993 | + | "Diff. - TOF" | 2186 |-6.663513e-05 |-3.0483e-08 | 2.8103e-06 | -4.9763e-06 | 4.9871e-06 | + | "Original - Displacement x" | 2186 | -41.97212 | -0.019200 | 0.27567 | -5.2179 | 5.5162 | + | "Original - Displacement y" | 2186 | -9.20208 | -0.0042096 | 0.13167 | -1.2594 | 2.3164 | + | "Original - Displacement z" | 2186 | 694.4943 | 0.31770 | 0.17329 | -0.41250 | 0.41229 | + | "Original - Energy" | 2186 | 370.1839 | 0.16934 | 0.24461 | 0.00031439 | 3.3829 | + | "Original - Entry Point x" | 2186 | -131721.6 | -60.257 | 278.14 | -639.68 | 625.83 | + | "Original - Entry Point y" | 2186 | 79084.91 | 36.178 | 108.34 | -203.04 | 211.91 | + | "Original - Entry Point z" | 2186 |1.817402e+07 | 8313.8 | 550.28 | 7667.7 | 9172.2 | + | "Original - Parent |P|" | 2186 |3.263854e+07 | 14931. | 21568. | 1.4294 | 83960. | + | "Original - TOF" | 2186 | 61734.74 | 28.241 | 2.2149 | 25.392 | 42.708 | + | "Unpacked - Displacement x" | 2186 | -41.97209 | -0.019200 | 0.27567 | -5.2179 | 5.5162 | + | "Unpacked - Displacement y" | 2186 | -9.202059 | -0.0042095 | 0.13167 | -1.2594 | 2.3164 | + | "Unpacked - Displacement z" | 2186 | 694.4943 | 0.31770 | 0.17329 | -0.41250 | 0.41229 | + | "Unpacked - Energy" | 2186 | 370.1839 | 0.16934 | 0.24461 | 0.00031400 | 3.3829 | + | "Unpacked - Entry Point x" | 2186 | -131721.6 | -60.257 | 278.14 | -639.68 | 625.83 | + | "Unpacked - Entry Point y" | 2186 | 79084.92 | 36.178 | 108.34 | -203.04 | 211.91 | + | "Unpacked - Entry Point z" | 2186 |1.817402e+07 | 8313.8 | 550.28 | 7667.7 | 9172.2 | + | "Unpacked - Parent |P|" | 2186 |3.263854e+07 | 14931. | 21568. | 1.4300 | 83960. | + | "Unpacked - TOF" | 2186 | 61734.74 | 28.241 | 2.2149 | 25.392 | 42.708 | UnpackOTHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 7972 | 1594.4 | 91.801 | 1481.0 | 1728.0 | + | "# UnPackedData" | 5 | 7960 | 1592.0 | 93.951 | 1467.0 | 1746.0 | CheckOTHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 7972 |-6.567653e-05 |-8.2384e-09 | 2.9183e-07 | -4.9921e-07 | 4.9889e-07 | - | "Diff. - Displacement y" | 7972 |-5.384915e-05 |-6.7548e-09 | 2.8712e-07 | -4.9910e-07 | 4.9988e-07 | - | "Diff. - Displacement z" | 7972 |0.0001490551 | 1.8697e-08 | 2.8417e-07 | -4.9998e-07 | 4.9903e-07 | - | "Diff. - Energy" | 7972 |9.006637e-05 | 1.1298e-08 | 5.7886e-07 | -9.9871e-07 | 9.9931e-07 | - | "Diff. - Entry Point x" | 7972 |-0.002152445 |-2.7000e-07 | 2.8626e-05 | -4.9915e-05 | 5.0000e-05 | - | "Diff. - Entry Point y" | 7972 |0.003954713 | 4.9608e-07 | 2.8622e-05 | -4.9964e-05 | 4.9980e-05 | - | "Diff. - Entry Point z" | 7972 |-0.006601724 |-8.2811e-07 | 2.8715e-05 | -4.9932e-05 | 4.9975e-05 | - | "Diff. - Parent |P|" | 7972 | 0.08132477 | 1.0201e-05 | 0.0028715 | -0.0049991 | 0.0049962 | - | "Diff. - TOF" | 7972 |0.0002975648 | 3.7326e-08 | 2.8677e-06 | -4.9954e-06 | 4.9976e-06 | - | "Original - Displacement x" | 7972 | 1150.865 | 0.14436 | 8.7298 | -60.983 | 80.886 | - | "Original - Displacement y" | 7972 | -181.8818 | -0.022815 | 4.6592 | -78.665 | 77.362 | - | "Original - Displacement z" | 7972 | 56639.62 | 7.1048 | 6.8460 | -10.820 | 10.853 | - | "Original - Energy" | 7972 | 2435.5 | 0.30551 | 0.41577 | 0.00035539 | 6.8643 | - | "Original - Entry Point x" | 7972 | 774992.6 | 97.214 | 1314.0 | -3157.0 | 3073.4 | - | "Original - Entry Point y" | 7972 | 79174.6 | 9.9316 | 644.42 | -2325.2 | 2349.8 | - | "Original - Entry Point z" | 7972 |6.895083e+07 | 8649.1 | 552.70 | 7848.8 | 9413.6 | - | "Original - Parent |P|" | 7972 |3.400985e+07 | 4266.2 | 7494.7 | 1.4246 | 82229. | - | "Original - TOF" | 7972 | 262176.7 | 32.887 | 9.3065 | 26.077 | 149.43 | - | "Unpacked - Displacement x" | 7972 | 1150.865 | 0.14436 | 8.7298 | -60.983 | 80.886 | - | "Unpacked - Displacement y" | 7972 | -181.8818 | -0.022815 | 4.6592 | -78.665 | 77.362 | - | "Unpacked - Displacement z" | 7972 | 56639.62 | 7.1048 | 6.8460 | -10.820 | 10.853 | - | "Unpacked - Energy" | 7972 | 2435.5 | 0.30551 | 0.41577 | 0.00035600 | 6.8643 | - | "Unpacked - Entry Point x" | 7972 | 774992.6 | 97.214 | 1314.0 | -3157.0 | 3073.4 | - | "Unpacked - Entry Point y" | 7972 | 79174.59 | 9.9316 | 644.42 | -2325.2 | 2349.8 | - | "Unpacked - Entry Point z" | 7972 |6.895083e+07 | 8649.1 | 552.70 | 7848.8 | 9413.6 | - | "Unpacked - Parent |P|" | 7972 |3.400985e+07 | 4266.2 | 7494.7 | 1.4200 | 82229. | - | "Unpacked - TOF" | 7972 | 262176.7 | 32.887 | 9.3065 | 26.077 | 149.43 | + | "Diff. - Displacement x" | 7960 |3.587116e-05 | 4.5064e-09 | 2.8453e-07 | -4.9988e-07 | 4.9950e-07 | + | "Diff. - Displacement y" | 7960 |2.421236e-06 | 3.0418e-10 | 2.9122e-07 | -4.9997e-07 | 4.9951e-07 | + | "Diff. - Displacement z" | 7960 |-7.465696e-05 |-9.3790e-09 | 2.8750e-07 | -4.9966e-07 | 4.9939e-07 | + | "Diff. - Energy" | 7960 |-5.966932e-05 |-7.4961e-09 | 5.6409e-07 | -9.9968e-07 | 9.9965e-07 | + | "Diff. - Entry Point x" | 7960 |0.002147716 | 2.6981e-07 | 2.8616e-05 | -4.9994e-05 | 4.9993e-05 | + | "Diff. - Entry Point y" | 7960 |0.0002343766 | 2.9444e-08 | 2.9130e-05 | -4.9999e-05 | 4.9990e-05 | + | "Diff. - Entry Point z" | 7960 |0.001111199 | 1.3960e-07 | 2.8697e-05 | -4.9976e-05 | 4.9993e-05 | + | "Diff. - Parent |P|" | 7960 | -0.37265 |-4.6815e-05 | 0.0028592 | -0.0049944 | 0.0049975 | + | "Diff. - TOF" | 7960 |-0.0004031566 |-5.0648e-08 | 2.8603e-06 | -4.9964e-06 | 4.9878e-06 | + | "Original - Displacement x" | 7960 | -5378.666 | -0.67571 | 7.6408 | -97.329 | 100.42 | + | "Original - Displacement y" | 7960 | -1066.252 | -0.13395 | 5.4363 | -162.34 | 68.255 | + | "Original - Displacement z" | 7960 | 60945.44 | 7.6565 | 6.3414 | -10.879 | 10.962 | + | "Original - Energy" | 7960 | 1985.085 | 0.24938 | 0.23305 | 0.00027359 | 4.0426 | + | "Original - Entry Point x" | 7960 | -802712.3 | -100.84 | 1136.6 | -2981.8 | 2977.0 | + | "Original - Entry Point y" | 7960 | 138399.8 | 17.387 | 564.30 | -2393.7 | 2413.3 | + | "Original - Entry Point z" | 7960 |6.897202e+07 | 8664.8 | 562.90 | 7851.4 | 9414.2 | + | "Original - Parent |P|" | 7960 |3.386806e+07 | 4254.8 | 6824.0 | 1.4241 | 82224. | + | "Original - TOF" | 7960 | 254599.6 | 31.985 | 12.264 | 26.051 | 469.54 | + | "Unpacked - Displacement x" | 7960 | -5378.666 | -0.67571 | 7.6408 | -97.329 | 100.42 | + | "Unpacked - Displacement y" | 7960 | -1066.252 | -0.13395 | 5.4363 | -162.34 | 68.255 | + | "Unpacked - Displacement z" | 7960 | 60945.44 | 7.6565 | 6.3414 | -10.879 | 10.962 | + | "Unpacked - Energy" | 7960 | 1985.086 | 0.24938 | 0.23305 | 0.00027400 | 4.0426 | + | "Unpacked - Entry Point x" | 7960 | -802712.3 | -100.84 | 1136.6 | -2981.8 | 2977.0 | + | "Unpacked - Entry Point y" | 7960 | 138399.8 | 17.387 | 564.30 | -2393.7 | 2413.3 | + | "Unpacked - Entry Point z" | 7960 |6.897202e+07 | 8664.8 | 562.90 | 7851.4 | 9414.2 | + | "Unpacked - Parent |P|" | 7960 |3.386806e+07 | 4254.8 | 6824.0 | 1.4200 | 82224. | + | "Unpacked - TOF" | 7960 | 254599.6 | 31.985 | 12.264 | 26.051 | 469.54 | UnpackRichHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 18567 | 3713.4 | 135.54 | 3550.0 | 3873.0 | + | "# UnPackedData" | 5 | 19160 | 3832.0 | 124.27 | 3671.0 | 3981.0 | UnpackRichOpPhot SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 18567 | 3713.4 | 135.54 | 3550.0 | 3873.0 | + | "# UnPackedData" | 5 | 19160 | 3832.0 | 124.27 | 3671.0 | 3981.0 | UnpackRichSegments SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 1293 | 258.60 | 9.0465 | 247.00 | 268.00 | + | "# UnPackedData" | 5 | 1359 | 271.80 | 8.6810 | 260.00 | 284.00 | UnpackRichTracks SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 1058 | 211.60 | 7.8638 | 201.00 | 222.00 | + | "# UnPackedData" | 5 | 1096 | 219.20 | 8.1584 | 211.00 | 231.00 | CheckRichHits SUCCESS Number of counters : 15 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 18567 |-1.288344e-13 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | - | "Diff. - Entry Point x" | 18567 |-0.01330032 |-7.1634e-07 | 2.8890e-05 | -4.9996e-05 | 4.9996e-05 | - | "Diff. - Entry Point y" | 18567 |-0.01028299 |-5.5383e-07 | 2.8598e-05 | -4.9987e-05 | 4.9985e-05 | - | "Diff. - Entry Point z" | 18567 |0.001892485 | 1.0193e-07 | 2.8711e-05 | -4.9992e-05 | 4.9965e-05 | - | "Diff. - TOF" | 18567 |9.550405e-05 | 5.1438e-09 | 2.9109e-06 | -4.9992e-06 | 4.9997e-06 | - | "Original - Energy" | 18567 | 371.34 | 0.020000 | 7.9010e-09 | 0.020000 | 0.020000 | - | "Original - Entry Point x" | 18567 | -5689904 | -306.45 | 2476.5 | -4150.7 | 4150.8 | - | "Original - Entry Point y" | 18567 | 521184.7 | 28.070 | 1005.2 | -1391.4 | 1392.1 | - | "Original - Entry Point z" | 18567 |9.51404e+07 | 5124.2 | 4466.0 | 1330.4 | 11094. | - | "Original - TOF" | 18567 | 502707.8 | 27.075 | 22.111 | 6.6635 | 130.70 | - | "Unpacked - Energy" | 18567 | 371.34 | 0.020000 | 7.9010e-09 | 0.020000 | 0.020000 | - | "Unpacked - Entry Point x" | 18567 | -5689904 | -306.45 | 2476.5 | -4150.7 | 4150.8 | - | "Unpacked - Entry Point y" | 18567 | 521184.7 | 28.070 | 1005.2 | -1391.4 | 1392.1 | - | "Unpacked - Entry Point z" | 18567 |9.51404e+07 | 5124.2 | 4466.0 | 1330.4 | 11094. | - | "Unpacked - TOF" | 18567 | 502707.8 | 27.075 | 22.111 | 6.6635 | 130.70 | + | "Diff. - Energy" | 19160 |-1.329492e-13 |-6.9389e-18 | 0.0000 | -6.9389e-18 | -6.9389e-18 | + | "Diff. - Entry Point x" | 19160 |0.005793463 | 3.0237e-07 | 2.8692e-05 | -4.9998e-05 | 4.9999e-05 | + | "Diff. - Entry Point y" | 19160 |0.005383872 | 2.8100e-07 | 2.9011e-05 | -4.9984e-05 | 4.9996e-05 | + | "Diff. - Entry Point z" | 19160 |-0.007632628 |-3.9836e-07 | 2.8919e-05 | -4.9995e-05 | 4.9972e-05 | + | "Diff. - TOF" | 19160 |-0.0007741688 |-4.0405e-08 | 2.9097e-06 | -4.9975e-06 | 4.9981e-06 | + | "Original - Energy" | 19160 | 383.2 | 0.020000 | 9.0351e-09 | 0.020000 | 0.020000 | + | "Original - Entry Point x" | 19160 | -7559014 | -394.52 | 2328.6 | -4150.5 | 4150.8 | + | "Original - Entry Point y" | 19160 | 1978017 | 103.24 | 1019.7 | -1391.8 | 1391.6 | + | "Original - Entry Point z" | 19160 |9.238788e+07 | 4821.9 | 4400.9 | 1329.7 | 11095. | + | "Original - TOF" | 19160 | 496374.2 | 25.907 | 22.152 | 6.6520 | 164.95 | + | "Unpacked - Energy" | 19160 | 383.2 | 0.020000 | 9.0351e-09 | 0.020000 | 0.020000 | + | "Unpacked - Entry Point x" | 19160 | -7559014 | -394.52 | 2328.6 | -4150.5 | 4150.8 | + | "Unpacked - Entry Point y" | 19160 | 1978017 | 103.24 | 1019.7 | -1391.8 | 1391.6 | + | "Unpacked - Entry Point z" | 19160 |9.238788e+07 | 4821.9 | 4400.9 | 1329.7 | 11095. | + | "Unpacked - TOF" | 19160 | 496374.2 | 25.907 | 22.152 | 6.6520 | 164.95 | CheckRichOpPhot SUCCESS Number of counters : 72 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Aero. Exit x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Aero. Exit z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Phi" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Cherenkov Theta" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Emission Point x" | 18567 |0.007051863 | 3.7981e-07 | 2.8557e-05 | -4.9997e-05 | 4.9995e-05 | - | "Diff. - Emission Point y" | 18567 |-0.00797562 |-4.2956e-07 | 2.8803e-05 | -4.9943e-05 | 5.0000e-05 | - | "Diff. - Emission Point z" | 18567 |-0.006358798 |-3.4248e-07 | 2.8878e-05 | -4.9997e-05 | 4.9984e-05 | - | "Diff. - Energy" | 18567 |3.111609e-10 | 1.6759e-14 | 5.7769e-12 | -1.0004e-11 | 1.0004e-11 | - | "Diff. - HPD In. Point x" | 18567 |0.0008250653 | 4.4437e-08 | 2.8739e-05 | -4.9992e-05 | 4.9988e-05 | - | "Diff. - HPD In. Point y" | 18567 | 0.02233354 | 1.2029e-06 | 2.8875e-05 | -4.9980e-05 | 4.9975e-05 | - | "Diff. - HPD In. Point z" | 18567 | 0.00950814 | 5.1210e-07 | 2.8849e-05 | -4.9993e-05 | 4.9997e-05 | - | "Diff. - HPD QW Point x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - HPD QW Point z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Parent Momentum z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Prim. Mirr. z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Sec. Mirr. z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Aero. Exit z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Cherenkov Phi" | 18567 | 59604.96 | 3.2103 | 1.8550 | 0.00010537 | 6.2820 | - | "Original - Cherenkov Theta" | 18567 | 7612.514 | 0.41000 | 0.56074 | 0.012136 | 2.9019 | - | "Original - Emission Point x" | 18567 | -2887190 | -155.50 | 1304.3 | -4052.4 | 3846.8 | - | "Original - Emission Point y" | 18567 | 2288400 | 123.25 | 559.75 | -1486.8 | 1452.0 | - | "Original - Emission Point z" | 18567 |9.183868e+07 | 4946.3 | 4393.0 | 990.17 | 11829. | - | "Original - Energy" | 18567 | 0.07976452 | 4.2960e-06 | 1.0664e-06 | 1.7551e-06 | 6.8779e-06 | - | "Original - HPD In. Point x" | 18567 | -5576322 | -300.34 | 2420.2 | -4078.4 | 4078.9 | - | "Original - HPD In. Point y" | 18567 | 461820.9 | 24.873 | 934.29 | -1317.2 | 1311.3 | - | "Original - HPD In. Point z" | 18567 |9.422114e+07 | 5074.7 | 4464.4 | 1260.1 | 11072. | - | "Original - HPD QW Point x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - HPD QW Point z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Parent Momentum z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Prim. Mirr. z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Sec. Mirr. z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Aero. Exit z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Cherenkov Phi" | 18567 | 59604.96 | 3.2103 | 1.8550 | 0.00010537 | 6.2820 | - | "Unpacked - Cherenkov Theta" | 18567 | 7612.514 | 0.41000 | 0.56074 | 0.012136 | 2.9019 | - | "Unpacked - Emission Point x" | 18567 | -2887190 | -155.50 | 1304.3 | -4052.4 | 3846.8 | - | "Unpacked - Emission Point y" | 18567 | 2288400 | 123.25 | 559.75 | -1486.8 | 1452.0 | - | "Unpacked - Emission Point z" | 18567 |9.183868e+07 | 4946.3 | 4393.0 | 990.17 | 11829. | - | "Unpacked - Energy" | 18567 | 0.07976452 | 4.2960e-06 | 1.0664e-06 | 1.7551e-06 | 6.8779e-06 | - | "Unpacked - HPD In. Point x" | 18567 | -5576322 | -300.34 | 2420.2 | -4078.4 | 4078.9 | - | "Unpacked - HPD In. Point y" | 18567 | 461820.9 | 24.873 | 934.29 | -1317.2 | 1311.3 | - | "Unpacked - HPD In. Point z" | 18567 |9.422114e+07 | 5074.7 | 4464.4 | 1260.1 | 11072. | - | "Unpacked - HPD QW Point x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - HPD QW Point z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Parent Momentum z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Prim. Mirr. z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. x" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. y" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Sec. Mirr. z" | 18567 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Aero. Exit z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Phi" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Cherenkov Theta" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Emission Point x" | 19160 | 0.01097863 | 5.7300e-07 | 2.9163e-05 | -4.9980e-05 | 4.9980e-05 | + | "Diff. - Emission Point y" | 19160 |-0.005764265 |-3.0085e-07 | 2.9202e-05 | -5.0000e-05 | 4.9983e-05 | + | "Diff. - Emission Point z" | 19160 |-0.007482227 |-3.9051e-07 | 2.9030e-05 | -4.9992e-05 | 4.9987e-05 | + | "Diff. - Energy" | 19160 |3.959713e-10 | 2.0667e-14 | 5.7421e-12 | -1.0004e-11 | 1.0004e-11 | + | "Diff. - HPD In. Point x" | 19160 |-0.0005128412 |-2.6766e-08 | 2.8582e-05 | -4.9872e-05 | 4.9991e-05 | + | "Diff. - HPD In. Point y" | 19160 | 0.01325008 | 6.9155e-07 | 2.8728e-05 | -4.9995e-05 | 4.9994e-05 | + | "Diff. - HPD In. Point z" | 19160 |-0.006125411 |-3.1970e-07 | 2.8673e-05 | -4.9952e-05 | 5.0000e-05 | + | "Diff. - HPD QW Point x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - HPD QW Point z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Parent Momentum z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Prim. Mirr. z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Sec. Mirr. z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Aero. Exit z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Cherenkov Phi" | 19160 | 60123.61 | 3.1380 | 1.8825 | 5.9687e-05 | 6.2830 | + | "Original - Cherenkov Theta" | 19160 | 7865.062 | 0.41049 | 0.57304 | 0.011547 | 2.9376 | + | "Original - Emission Point x" | 19160 | -3075631 | -160.52 | 983.73 | -3934.7 | 3256.0 | + | "Original - Emission Point y" | 19160 | 1306459 | 68.187 | 608.08 | -1472.4 | 1436.3 | + | "Original - Emission Point z" | 19160 |8.874899e+07 | 4632.0 | 4301.8 | 990.92 | 11829. | + | "Original - Energy" | 19160 | 0.08242285 | 4.3018e-06 | 1.0844e-06 | 1.7527e-06 | 6.8486e-06 | + | "Original - HPD In. Point x" | 19160 | -7397417 | -386.09 | 2275.7 | -4078.7 | 4078.7 | + | "Original - HPD In. Point y" | 19160 | 1837788 | 95.918 | 946.38 | -1317.6 | 1316.4 | + | "Original - HPD In. Point z" | 19160 |9.143827e+07 | 4772.4 | 4398.4 | 1259.7 | 11069. | + | "Original - HPD QW Point x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - HPD QW Point z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Parent Momentum z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Prim. Mirr. z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Sec. Mirr. z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Aero. Exit z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Cherenkov Phi" | 19160 | 60123.61 | 3.1380 | 1.8825 | 5.9687e-05 | 6.2830 | + | "Unpacked - Cherenkov Theta" | 19160 | 7865.062 | 0.41049 | 0.57304 | 0.011547 | 2.9376 | + | "Unpacked - Emission Point x" | 19160 | -3075631 | -160.52 | 983.73 | -3934.7 | 3256.0 | + | "Unpacked - Emission Point y" | 19160 | 1306459 | 68.187 | 608.08 | -1472.4 | 1436.3 | + | "Unpacked - Emission Point z" | 19160 |8.874899e+07 | 4632.0 | 4301.8 | 990.92 | 11829. | + | "Unpacked - Energy" | 19160 | 0.08242285 | 4.3018e-06 | 1.0844e-06 | 1.7527e-06 | 6.8486e-06 | + | "Unpacked - HPD In. Point x" | 19160 | -7397417 | -386.09 | 2275.7 | -4078.7 | 4078.7 | + | "Unpacked - HPD In. Point y" | 19160 | 1837788 | 95.918 | 946.38 | -1317.6 | 1316.4 | + | "Unpacked - HPD In. Point z" | 19160 |9.143827e+07 | 4772.4 | 4398.4 | 1259.7 | 11069. | + | "Unpacked - HPD QW Point x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - HPD QW Point z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Parent Momentum z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Prim. Mirr. z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. x" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. y" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Sec. Mirr. z" | 19160 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | CheckRichSegments SUCCESS Number of counters : 18 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Traj. Momenta x" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta y" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Momenta z" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point x" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point y" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Diff. - Traj. Point z" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta x" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta y" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Momenta z" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point x" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point y" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Traj. Point z" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta x" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta y" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Momenta z" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point x" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point y" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Unpacked - Traj. Point z" | 1293 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta x" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta y" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Momenta z" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point x" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point y" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Diff. - Traj. Point z" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta x" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta y" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Momenta z" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point x" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point y" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Traj. Point z" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta x" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta y" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Momenta z" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point x" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point y" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Unpacked - Traj. Point z" | 1359 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | UnpackSpdHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 12988 | 2597.6 | 167.45 | 2346.0 | 2846.0 | + | "# UnPackedData" | 5 | 14481 | 2896.2 | 197.51 | 2718.0 | 3222.0 | CheckSpdHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 12988 |-0.001171946 |-9.0233e-08 | 2.8754e-05 | -4.9994e-05 | 4.9976e-05 | - | "Diff. - TOF" | 12988 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 12988 | 7055.776 | 0.54325 | 1.7251 | 3.0228e-07 | 49.354 | - | "Original - TOF" | 12988 | 19924 | 1.5340 | 1.7042 | -1.0000 | 7.0000 | - | "Unpacked - Energy" | 12988 | 7055.777 | 0.54325 | 1.7251 | 0.0000 | 49.355 | - | "Unpacked - TOF" | 12988 | 19924 | 1.5340 | 1.7042 | -1.0000 | 7.0000 | + | "Diff. - Energy" | 14481 |-0.01191925 |-8.2310e-07 | 2.8843e-05 | -4.9971e-05 | 4.9993e-05 | + | "Diff. - TOF" | 14481 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 14481 | 7405.918 | 0.51142 | 1.3185 | 2.5492e-06 | 43.600 | + | "Original - TOF" | 14481 | 22334 | 1.5423 | 1.7026 | -1.0000 | 6.0000 | + | "Unpacked - Energy" | 14481 | 7405.93 | 0.51142 | 1.3185 | 0.0000 | 43.600 | + | "Unpacked - TOF" | 14481 | 22334 | 1.5423 | 1.7026 | -1.0000 | 6.0000 | UnpackPrsHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 22198 | 4439.6 | 147.55 | 4176.0 | 4607.0 | + | "# UnPackedData" | 5 | 24057 | 4811.4 | 221.81 | 4529.0 | 5124.0 | CheckPrsHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 22198 |-0.006104761 |-2.7501e-07 | 2.9196e-05 | -4.9986e-05 | 4.9980e-05 | - | "Diff. - TOF" | 22198 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 22198 | 25667.53 | 1.1563 | 4.8390 | 2.8283e-06 | 111.10 | - | "Original - TOF" | 22198 | 34010 | 1.5321 | 1.7053 | -1.0000 | 7.0000 | - | "Unpacked - Energy" | 22198 | 25667.54 | 1.1563 | 4.8390 | 0.0000 | 111.10 | - | "Unpacked - TOF" | 22198 | 34010 | 1.5321 | 1.7053 | -1.0000 | 7.0000 | + | "Diff. - Energy" | 24057 |-0.007385281 |-3.0699e-07 | 2.9020e-05 | -4.9992e-05 | 4.9977e-05 | + | "Diff. - TOF" | 24057 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 24057 | 26812.45 | 1.1145 | 5.1369 | 4.6729e-07 | 187.28 | + | "Original - TOF" | 24057 | 36884 | 1.5332 | 1.6985 | -1.0000 | 6.0000 | + | "Unpacked - Energy" | 24057 | 26812.45 | 1.1145 | 5.1369 | 0.0000 | 187.28 | + | "Unpacked - TOF" | 24057 | 36884 | 1.5332 | 1.6985 | -1.0000 | 6.0000 | UnpackEcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 27031 | 5406.2 | 94.626 | 5277.0 | 5544.0 | + | "# UnPackedData" | 5 | 26236 | 5247.2 | 145.34 | 5056.0 | 5477.0 | CheckEcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 27031 |-0.01429555 |-5.2886e-07 | 2.8971e-05 | -4.9994e-05 | 4.9985e-05 | - | "Diff. - TOF" | 27031 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 27031 | 569811.1 | 21.080 | 206.96 | 5.5404e-06 | 9929.7 | - | "Original - TOF" | 27031 | 3412 | 0.12623 | 0.35221 | 0.0000 | 6.0000 | - | "Unpacked - Energy" | 27031 | 569811.1 | 21.080 | 206.96 | 0.0000 | 9929.7 | - | "Unpacked - TOF" | 27031 | 3412 | 0.12623 | 0.35221 | 0.0000 | 6.0000 | + | "Diff. - Energy" | 26236 |-0.01242993 |-4.7377e-07 | 2.9270e-05 | -4.9998e-05 | 4.9995e-05 | + | "Diff. - TOF" | 26236 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 26236 | 537306.5 | 20.480 | 189.40 | 0.00014153 | 9941.1 | + | "Original - TOF" | 26236 | 3113 | 0.11865 | 0.37030 | 0.0000 | 7.0000 | + | "Unpacked - Energy" | 26236 | 537306.5 | 20.480 | 189.40 | 0.00010000 | 9941.1 | + | "Unpacked - TOF" | 26236 | 3113 | 0.11865 | 0.37030 | 0.0000 | 7.0000 | UnpackHcalHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 4110 | 822.00 | 40.684 | 766.00 | 867.00 | + | "# UnPackedData" | 5 | 3675 | 735.00 | 27.078 | 684.00 | 765.00 | CheckHcalHits SUCCESS Number of counters : 6 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Energy" | 4110 |0.001920956 | 4.6739e-07 | 2.8480e-05 | -4.9897e-05 | 4.9970e-05 | - | "Diff. - TOF" | 4110 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | - | "Original - Energy" | 4110 | 38151.22 | 9.2825 | 29.314 | 0.00013601 | 770.43 | - | "Original - TOF" | 4110 | 438 | 0.10657 | 0.49703 | -1.0000 | 1.0000 | - | "Unpacked - Energy" | 4110 | 38151.21 | 9.2825 | 29.314 | 0.00010000 | 770.43 | - | "Unpacked - TOF" | 4110 | 438 | 0.10657 | 0.49703 | -1.0000 | 1.0000 | + | "Diff. - Energy" | 3675 |0.004190262 | 1.1402e-06 | 2.8287e-05 | -4.9850e-05 | 4.9995e-05 | + | "Diff. - TOF" | 3675 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 | + | "Original - Energy" | 3675 | 47151.63 | 12.830 | 44.949 | 0.00013687 | 1113.9 | + | "Original - TOF" | 3675 | 520 | 0.14150 | 0.46669 | -1.0000 | 1.0000 | + | "Unpacked - Energy" | 3675 | 47151.63 | 12.830 | 44.949 | 0.00010000 | 1113.9 | + | "Unpacked - TOF" | 3675 | 520 | 0.14150 | 0.46669 | -1.0000 | 1.0000 | UnpackMuonHits SUCCESS Number of counters : 1 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# UnPackedData" | 5 | 3381 | 676.20 | 78.675 | 601.00 | 809.00 | + | "# UnPackedData" | 5 | 3930 | 786.00 | 55.893 | 721.00 | 885.00 | CheckMuonHits SUCCESS Number of counters : 27 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "Diff. - Displacement x" | 3381 |-1.374756e-05 |-4.0661e-09 | 2.8940e-07 | -4.9997e-07 | 4.9947e-07 | - | "Diff. - Displacement y" | 3381 |-8.216532e-06 |-2.4302e-09 | 2.8858e-07 | -4.9989e-07 | 4.9908e-07 | - | "Diff. - Displacement z" | 3381 |-6.191718e-07 |-1.8313e-10 | 2.9363e-07 | -4.9837e-07 | 4.9959e-07 | - | "Diff. - Energy" | 3381 |-4.334127e-05 |-1.2819e-08 | 5.7609e-07 | -9.9776e-07 | 9.9633e-07 | - | "Diff. - Entry Point x" | 3381 |-0.004363969 |-1.2907e-06 | 2.7968e-05 | -4.9913e-05 | 4.9903e-05 | - | "Diff. - Entry Point y" | 3381 |0.001108665 | 3.2791e-07 | 2.9146e-05 | -4.9924e-05 | 4.9985e-05 | - | "Diff. - Entry Point z" | 3381 |-0.000846156 |-2.5027e-07 | 2.9720e-05 | -4.9981e-05 | 4.9966e-05 | - | "Diff. - Parent |P|" | 3381 | 0.09308932 | 2.7533e-05 | 0.0028927 | -0.0049918 | 0.0049915 | - | "Diff. - TOF" | 3381 |0.0001780593 | 5.2665e-08 | 2.8808e-06 | -4.9935e-06 | 4.9959e-06 | - | "Original - Displacement x" | 3381 | -1179.356 | -0.34882 | 6.9305 | -165.77 | 47.992 | - | "Original - Displacement y" | 3381 | 1091.649 | 0.32288 | 4.7409 | -36.055 | 160.44 | - | "Original - Displacement z" | 3381 | 13898.06 | 4.1106 | 2.1944 | -5.1299 | 5.3159 | - | "Original - Energy" | 3381 | 6.337481 | 0.0018744 | 0.0031542 | 2.8216e-05 | 0.10063 | - | "Original - Entry Point x" | 3381 | 360873.6 | 106.74 | 1545.9 | -4882.4 | 3890.2 | - | "Original - Entry Point y" | 3381 | 767048 | 226.87 | 1147.8 | -4053.2 | 4012.1 | - | "Original - Entry Point z" | 3381 |4.375181e+07 | 12940. | 1704.1 | 11953. | 19034. | - | "Original - Parent |P|" | 3381 |1.331071e+07 | 3936.9 | 10513. | 1.4251 | 83925. | - | "Original - TOF" | 3381 | 151239.3 | 44.732 | 7.4533 | 39.705 | 95.275 | - | "Unpacked - Displacement x" | 3381 | -1179.356 | -0.34882 | 6.9305 | -165.77 | 47.992 | - | "Unpacked - Displacement y" | 3381 | 1091.649 | 0.32288 | 4.7409 | -36.055 | 160.44 | - | "Unpacked - Displacement z" | 3381 | 13898.06 | 4.1106 | 2.1944 | -5.1299 | 5.3159 | - | "Unpacked - Energy" | 3381 | 6.337524 | 0.0018745 | 0.0031542 | 2.8000e-05 | 0.10063 | - | "Unpacked - Entry Point x" | 3381 | 360873.6 | 106.74 | 1545.9 | -4882.4 | 3890.2 | - | "Unpacked - Entry Point y" | 3381 | 767048 | 226.87 | 1147.8 | -4053.2 | 4012.1 | - | "Unpacked - Entry Point z" | 3381 |4.375181e+07 | 12940. | 1704.1 | 11953. | 19034. | - | "Unpacked - Parent |P|" | 3381 |1.331071e+07 | 3936.9 | 10513. | 1.4300 | 83925. | - | "Unpacked - TOF" | 3381 | 151239.3 | 44.732 | 7.4533 | 39.705 | 95.275 | -ConversionFilter SUCCESS Number of counters : 1 - | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "event with gamma conversion from D*(2007)0" | 1 | 1 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "Diff. - Displacement x" | 3930 |-2.410306e-06 |-6.1331e-10 | 2.8661e-07 | -4.9917e-07 | 4.9955e-07 | + | "Diff. - Displacement y" | 3930 |3.637285e-05 | 9.2552e-09 | 2.8965e-07 | -4.9985e-07 | 4.9914e-07 | + | "Diff. - Displacement z" | 3930 |-0.0001364818 |-3.4728e-08 | 2.9299e-07 | -4.9855e-07 | 4.9982e-07 | + | "Diff. - Energy" | 3930 |3.983952e-05 | 1.0137e-08 | 5.8153e-07 | -9.9975e-07 | 9.9714e-07 | + | "Diff. - Entry Point x" | 3930 |-0.002434762 |-6.1953e-07 | 2.8948e-05 | -4.9995e-05 | 4.9903e-05 | + | "Diff. - Entry Point y" | 3930 |0.001540521 | 3.9199e-07 | 2.9432e-05 | -4.9895e-05 | 4.9985e-05 | + | "Diff. - Entry Point z" | 3930 | 0.00279322 | 7.1074e-07 | 2.8546e-05 | -4.9985e-05 | 4.9995e-05 | + | "Diff. - Parent |P|" | 3930 | -0.2822775 |-7.1826e-05 | 0.0028264 | -0.0049964 | 0.0049874 | + | "Diff. - TOF" | 3930 |0.0004628943 | 1.1778e-07 | 2.9628e-06 | -4.9979e-06 | 4.9959e-06 | + | "Original - Displacement x" | 3930 | -2559.067 | -0.65116 | 7.6039 | -165.77 | 16.618 | + | "Original - Displacement y" | 3930 | -1603.243 | -0.40795 | 5.5117 | -85.157 | 48.358 | + | "Original - Displacement z" | 3930 | 15446.39 | 3.9304 | 2.3317 | -5.1231 | 5.1058 | + | "Original - Energy" | 3930 | 7.198964 | 0.0018318 | 0.0025240 | 6.7048e-06 | 0.044664 | + | "Original - Entry Point x" | 3930 | -110986.7 | -28.241 | 1697.5 | -4317.8 | 4774.2 | + | "Original - Entry Point y" | 3930 | 176079.4 | 44.804 | 785.87 | -2793.4 | 3974.8 | + | "Original - Entry Point z" | 3930 |5.148824e+07 | 13101. | 1679.9 | 11953. | 19032. | + | "Original - Parent |P|" | 3930 |1.219662e+07 | 3103.5 | 9566.6 | 1.4482 | 83938. | + | "Original - TOF" | 3930 | 176483.5 | 44.907 | 6.1176 | 39.706 | 83.014 | + | "Unpacked - Displacement x" | 3930 | -2559.067 | -0.65116 | 7.6039 | -165.77 | 16.618 | + | "Unpacked - Displacement y" | 3930 | -1603.243 | -0.40795 | 5.5117 | -85.157 | 48.358 | + | "Unpacked - Displacement z" | 3930 | 15446.39 | 3.9304 | 2.3317 | -5.1231 | 5.1058 | + | "Unpacked - Energy" | 3930 | 7.198924 | 0.0018318 | 0.0025240 | 6.0000e-06 | 0.044664 | + | "Unpacked - Entry Point x" | 3930 | -110986.7 | -28.241 | 1697.5 | -4317.8 | 4774.2 | + | "Unpacked - Entry Point y" | 3930 | 176079.4 | 44.804 | 785.87 | -2793.4 | 3974.8 | + | "Unpacked - Entry Point z" | 3930 |5.148824e+07 | 13101. | 1679.9 | 11953. | 19032. | + | "Unpacked - Parent |P|" | 3930 |1.219662e+07 | 3103.5 | 9566.6 | 1.4500 | 83938. | + | "Unpacked - TOF" | 3930 | 176483.5 | 44.907 | 6.1176 | 39.706 | 83.014 | RootHistSvc WARNING no ROOT output file name, Histograms cannot be persistified EventLoopMgr INFO Histograms converted successfully according to request. LoKiSvc SUCCESS @@ -2455,17 +2454,17 @@ SignalSim.SignalSimMe...SUCCESS Booked 4 Histogram(s) : 1D=4 SignalSim.SignalSimMe...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 9621.596 | 1924.3 | 3.6230 | 1917.1 | 1926.2 | + | "Total Memory/MB" | 5 | 9551.252 | 1910.3 | 3.7600 | 1902.7 | 1912.4 | SignalGen.SignalGenMe...SUCCESS Booked 4 Histogram(s) : 1D=4 SignalGen.SignalGenMe...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 9621.596 | 1924.3 | 3.6230 | 1917.1 | 1926.2 | + | "Total Memory/MB" | 5 | 9551.252 | 1910.3 | 3.7600 | 1902.7 | 1912.4 | MainEventGaussSim.Mai...SUCCESS Booked 4 Histogram(s) : 1D=4 MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 9491.084 | 1898.2 | 55.826 | 1786.6 | 1926.2 | + | "Total Memory/MB" | 5 | 9423.568 | 1884.7 | 54.827 | 1775.1 | 1912.4 | Generation.SignalPlain WARNING SignalPlain:: releaseSvc(IInterface):: IInterface* is not active StatusCode=FAILURE Generation.SignalPlain SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 Generation.SignalPlain SUCCESS #WARNINGS = 1 Message = 'releaseSvc(IInterface):: IInterface* is not active' @@ -2473,9 +2472,9 @@ GaussGen.GaussGenMemory SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 9491.084 | 1898.2 | 55.826 | 1786.6 | 1926.2 | + | "Total Memory/MB" | 5 | 9423.568 | 1884.7 | 54.827 | 1775.1 | 1912.4 | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- -ToolSvc.SequencerTime... INFO This machine has a speed about 4.76 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. ToolSvc.SequencerTime... INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- @@ -2535,184 +2534,184 @@ TimingAuditor.TIMER INFO ------------------------------------------------ TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 32246.000 | 39060.355 | 7959.417 143308.3 58355.16 | 5 | 195.302 | -TimingAuditor.TIMER INFO GaussSequencer | 32244.000 | 39057.258 | 7958.964 143295.7 58349.84 | 5 | 195.286 | -TimingAuditor.TIMER INFO Generator | 418.000 | 434.274 | 21.312 2030.5 892.53 | 5 | 2.171 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 418.000 | 434.258 | 21.277 2030.5 892.54 | 5 | 2.171 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 0.487 | 0.199 1.1 0.39 | 5 | 0.002 | -TimingAuditor.TIMER INFO RegisterNewEvent | 18.000 | 27.802 | 0.102 68.5 24.96 | 5 | 0.139 | -TimingAuditor.TIMER INFO Generation | 1990.000 | 2026.710 | 2026.710 2026.7 0.00 | 1 | 2.027 | -TimingAuditor.TIMER INFO GaussRedecaySorter | 0.000 | 1.587 | 1.587 1.6 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GenMonitor | 10.000 | 0.897 | 0.897 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GenMonitorAlg | 10.000 | 0.882 | 0.882 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO Simulation | 31826.000 | 38622.961 | 7934.012 141265.2 57458.57 | 5 | 193.115 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.014 | 0.006 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 31826.000 | 38622.930 | 7933.987 141265.1 57458.57 | 5 | 193.115 | -TimingAuditor.TIMER INFO MainEventGaussSim | 2.000 | 0.596 | 0.209 1.5 0.56 | 5 | 0.003 | -TimingAuditor.TIMER INFO HepMCFilterSeqMain | 31824.000 | 38622.312 | 7933.757 141263.6 57458.05 | 5 | 193.112 | +TimingAuditor.TIMER INFO EVENT LOOP | 32192.000 | 35771.492 | 11252.491 118088.1 46104.52 | 5 | 178.857 | +TimingAuditor.TIMER INFO GaussSequencer | 32190.000 | 35768.129 | 11252.073 118074.6 46098.83 | 5 | 178.841 | +TimingAuditor.TIMER INFO Generator | 422.000 | 431.921 | 18.622 2067.0 914.02 | 5 | 2.160 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 422.000 | 431.903 | 18.600 2066.9 914.02 | 5 | 2.160 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 0.394 | 0.175 1.1 0.41 | 5 | 0.002 | +TimingAuditor.TIMER INFO RegisterNewEvent | 16.000 | 18.335 | 0.105 26.2 10.60 | 5 | 0.092 | +TimingAuditor.TIMER INFO Generation | 2030.000 | 2063.870 | 2063.870 2063.9 0.00 | 1 | 2.064 | +TimingAuditor.TIMER INFO GaussRedecaySorter | 0.000 | 1.035 | 1.035 1.0 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 0.748 | 0.748 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 0.735 | 0.735 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO Simulation | 31768.000 | 35336.184 | 11229.187 116007.7 45186.62 | 5 | 176.681 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.012 | 0.007 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 31768.000 | 35336.152 | 11229.167 116007.6 45186.61 | 5 | 176.681 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 0.688 | 0.209 2.5 1.04 | 5 | 0.003 | +TimingAuditor.TIMER INFO HepMCFilterSeqMain | 31768.000 | 35335.445 | 11228.939 116005.1 45185.57 | 5 | 176.677 | TimingAuditor.TIMER INFO HepMCFilterMain | 0.000 | 0.004 | 0.003 0.0 0.00 | 5 | 0.000 | -TimingAuditor.TIMER INFO MainSimulation | 31824.000 | 38622.293 | 7933.735 141263.6 57458.05 | 5 | 193.111 | -TimingAuditor.TIMER INFO MakeMainSim | 108880.000 | 129223.711 | 129223.711 129223.7 0.00 | 1 | 129.224 | -TimingAuditor.TIMER INFO MakeMainFullSim | 108880.000 | 129223.688 | 129223.688 129223.7 0.00 | 1 | 129.224 | +TimingAuditor.TIMER INFO MainSimulation | 31768.000 | 35335.426 | 11228.926 116005.0 45185.57 | 5 | 176.677 | +TimingAuditor.TIMER INFO MakeMainSim | 93810.000 | 105153.023 | 105153.023 105153.0 0.00 | 1 | 105.153 | +TimingAuditor.TIMER INFO MakeMainFullSim | 93810.000 | 105153.008 | 105153.008 105153.0 0.00 | 1 | 105.153 | TimingAuditor.TIMER INFO CheckIfFullOrUESim | 0.000 | 0.002 | 0.002 0.0 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO MakeMainFullSimImpl | 108880.000 | 129223.672 | 129223.672 129223.7 0.00 | 1 | 129.224 | -TimingAuditor.TIMER INFO GenToSim | 31470.000 | 37614.801 | 37614.801 37614.8 0.00 | 1 | 37.615 | -TimingAuditor.TIMER INFO GiGaFlush | 77330.000 | 90384.609 | 90384.609 90384.6 0.00 | 1 | 90.385 | -TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.059 | 0.059 0.1 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruth | 20.000 | 964.362 | 964.362 964.4 0.00 | 1 | 0.964 | -TimingAuditor.TIMER INFO DetectorsHits | 40.000 | 194.702 | 194.702 194.7 0.00 | 1 | 0.195 | -TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 65.288 | 65.288 65.3 0.00 | 1 | 0.065 | -TimingAuditor.TIMER INFO GetVeloHits | 0.000 | 5.727 | 5.727 5.7 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO GetTTHits | 10.000 | 4.899 | 4.899 4.9 0.00 | 1 | 0.005 | -TimingAuditor.TIMER INFO GetITHits | 0.000 | 5.633 | 5.633 5.6 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO GetOTHits | 10.000 | 8.502 | 8.502 8.5 0.00 | 1 | 0.009 | -TimingAuditor.TIMER INFO RichHits | 10.000 | 30.221 | 30.221 30.2 0.00 | 1 | 0.030 | -TimingAuditor.TIMER INFO GetRichHits | 10.000 | 17.570 | 17.570 17.6 0.00 | 1 | 0.018 | -TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 3.677 | 3.677 3.7 0.00 | 1 | 0.004 | -TimingAuditor.TIMER INFO GetRichSegments | 0.000 | 5.980 | 5.980 6.0 0.00 | 1 | 0.006 | -TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 2.471 | 2.471 2.5 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.670 | 0.670 0.7 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.928 | 0.928 0.9 0.00 | 1 | 0.001 | -TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 1.728 | 1.728 1.7 0.00 | 1 | 0.002 | -TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.269 | 0.269 0.3 0.00 | 1 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 70.459 | 70.459 70.5 0.00 | 1 | 0.070 | -TimingAuditor.TIMER INFO GaussRedecayCopyToSer| 20.000 | 64.886 | 64.886 64.9 0.00 | 1 | 0.065 | -TimingAuditor.TIMER INFO SignalSimulation | 9850.000 | 12373.713 | 7756.636 15568.3 3044.77 | 5 | 61.869 | -TimingAuditor.TIMER INFO SignalGen | 0.000 | 0.251 | 0.063 0.9 0.37 | 5 | 0.001 | -TimingAuditor.TIMER INFO SignalSim | 0.000 | 0.120 | 0.050 0.3 0.10 | 5 | 0.001 | -TimingAuditor.TIMER INFO MakeMainSignalSim | 9850.000 | 12373.267 | 7756.506 15568.2 3044.83 | 5 | 61.866 | -TimingAuditor.TIMER INFO CheckIfSignalSim | 0.000 | 0.002 | 0.002 0.0 0.00 | 5 | 0.000 | -TimingAuditor.TIMER INFO MakeMainSignalSimImpl | 9850.000 | 12373.248 | 7756.493 15568.1 3044.82 | 5 | 61.866 | -TimingAuditor.TIMER INFO GenerationSignal | 18.000 | 29.844 | 2.890 72.1 28.26 | 5 | 0.149 | -TimingAuditor.TIMER INFO GenToSimSignal | 4.000 | 2.004 | 0.972 5.9 2.17 | 5 | 0.010 | -TimingAuditor.TIMER INFO GiGaFlushSignal | 9826.000 | 12332.612 | 7747.657 15532.9 3040.03 | 5 | 61.663 | -TimingAuditor.TIMER INFO GiGaCheckEventSignal | 0.000 | 0.008 | 0.006 0.0 0.00 | 5 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthSignal | 2.000 | 0.890 | 0.423 1.8 0.55 | 5 | 0.004 | -TimingAuditor.TIMER INFO DetectorsHitsSignal | 0.000 | 7.299 | 4.090 15.9 4.93 | 5 | 0.036 | -TimingAuditor.TIMER INFO GetPuVetoHitsSignal | 0.000 | 0.031 | 0.026 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsSignal | 0.000 | 0.548 | 0.371 0.9 0.24 | 5 | 0.003 | -TimingAuditor.TIMER INFO GetTTHitsSignal | 0.000 | 0.493 | 0.372 0.6 0.09 | 5 | 0.002 | -TimingAuditor.TIMER INFO GetITHitsSignal | 0.000 | 1.227 | 0.243 4.5 1.84 | 5 | 0.006 | -TimingAuditor.TIMER INFO GetOTHitsSignal | 0.000 | 0.971 | 0.594 1.3 0.26 | 5 | 0.005 | -TimingAuditor.TIMER INFO RichHitsSignal | 0.000 | 1.491 | 0.880 2.0 0.55 | 5 | 0.007 | -TimingAuditor.TIMER INFO GetRichHitsSignal | 0.000 | 0.814 | 0.450 1.1 0.31 | 5 | 0.004 | -TimingAuditor.TIMER INFO GetRichPhotonsSigna| 0.000 | 0.228 | 0.119 0.3 0.10 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetRichSegmentsSign| 0.000 | 0.266 | 0.151 0.3 0.10 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetRichTracksSignal| 0.000 | 0.147 | 0.080 0.2 0.05 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetSpdHitsSignal | 0.000 | 0.133 | 0.075 0.2 0.04 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetPrsHitsSignal | 0.000 | 1.016 | 0.114 4.3 1.86 | 5 | 0.005 | -TimingAuditor.TIMER INFO GetEcalHitsSignal | 0.000 | 0.354 | 0.304 0.4 0.05 | 5 | 0.002 | -TimingAuditor.TIMER INFO GetHcalHitsSignal | 0.000 | 0.061 | 0.039 0.1 0.03 | 5 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsSignal | 0.000 | 0.869 | 0.385 1.5 0.48 | 5 | 0.004 | -TimingAuditor.TIMER INFO SignalPrint | 0.000 | 0.468 | 0.290 0.7 0.16 | 5 | 0.002 | -TimingAuditor.TIMER INFO LoadMainSim | 2.000 | 1.426 | 0.009 5.6 2.33 | 5 | 0.007 | -TimingAuditor.TIMER INFO CheckIfSignalSim2 | 0.000 | 0.005 | 0.003 0.0 0.00 | 5 | 0.000 | -TimingAuditor.TIMER INFO GaussRedecayRetrieveFro| 2.500 | 1.754 | 0.426 5.5 2.53 | 4 | 0.007 | -TimingAuditor.TIMER INFO MergeMainSim | 8.000 | 7.090 | 4.244 12.4 3.31 | 5 | 0.035 | +TimingAuditor.TIMER INFO MakeMainFullSimImpl | 93810.000 | 105152.977 | 105152.977 105153.0 0.00 | 1 | 105.153 | +TimingAuditor.TIMER INFO GenToSim | 30370.000 | 35962.977 | 35962.973 35963.0 0.00 | 1 | 35.963 | +TimingAuditor.TIMER INFO GiGaFlush | 63340.000 | 69032.742 | 69032.742 69032.7 0.00 | 1 | 69.033 | +TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.030 | 0.030 0.0 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruth | 10.000 | 16.416 | 16.416 16.4 0.00 | 1 | 0.016 | +TimingAuditor.TIMER INFO DetectorsHits | 60.000 | 113.307 | 113.307 113.3 0.00 | 1 | 0.113 | +TimingAuditor.TIMER INFO GetPuVetoHits | 0.000 | 28.257 | 28.257 28.3 0.00 | 1 | 0.028 | +TimingAuditor.TIMER INFO GetVeloHits | 10.000 | 4.247 | 4.247 4.2 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetTTHits | 0.000 | 8.395 | 8.395 8.4 0.00 | 1 | 0.008 | +TimingAuditor.TIMER INFO GetITHits | 10.000 | 7.281 | 7.281 7.3 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO GetOTHits | 0.000 | 15.638 | 15.638 15.6 0.00 | 1 | 0.016 | +TimingAuditor.TIMER INFO RichHits | 30.000 | 37.973 | 37.973 38.0 0.00 | 1 | 0.038 | +TimingAuditor.TIMER INFO GetRichHits | 20.000 | 24.483 | 24.483 24.5 0.00 | 1 | 0.024 | +TimingAuditor.TIMER INFO GetRichPhotons | 0.000 | 4.209 | 4.209 4.2 0.00 | 1 | 0.004 | +TimingAuditor.TIMER INFO GetRichSegments | 10.000 | 6.296 | 6.296 6.3 0.00 | 1 | 0.006 | +TimingAuditor.TIMER INFO GetRichTracks | 0.000 | 2.727 | 2.727 2.7 0.00 | 1 | 0.003 | +TimingAuditor.TIMER INFO GetSpdHits | 0.000 | 0.665 | 0.665 0.7 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetPrsHits | 0.000 | 0.921 | 0.921 0.9 0.00 | 1 | 0.001 | +TimingAuditor.TIMER INFO GetEcalHits | 0.000 | 1.715 | 1.715 1.7 0.00 | 1 | 0.002 | +TimingAuditor.TIMER INFO GetHcalHits | 0.000 | 0.234 | 0.234 0.2 0.00 | 1 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHits | 10.000 | 7.191 | 7.191 7.2 0.00 | 1 | 0.007 | +TimingAuditor.TIMER INFO GaussRedecayCopyToSer| 30.000 | 27.160 | 27.160 27.2 0.00 | 1 | 0.027 | +TimingAuditor.TIMER INFO SignalSimulation | 12808.000 | 14098.827 | 10599.580 17891.6 3450.21 | 5 | 70.494 | +TimingAuditor.TIMER INFO SignalGen | 0.000 | 0.313 | 0.060 1.3 0.54 | 5 | 0.002 | +TimingAuditor.TIMER INFO SignalSim | 0.000 | 0.120 | 0.049 0.4 0.15 | 5 | 0.001 | +TimingAuditor.TIMER INFO MakeMainSignalSim | 12808.000 | 14098.369 | 10597.854 17891.5 3450.61 | 5 | 70.492 | +TimingAuditor.TIMER INFO CheckIfSignalSim | 0.000 | 0.003 | 0.002 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO MakeMainSignalSimImpl | 12808.000 | 14098.342 | 10597.793 17891.4 3450.62 | 5 | 70.492 | +TimingAuditor.TIMER INFO GenerationSignal | 20.000 | 20.600 | 2.395 67.5 26.56 | 5 | 0.103 | +TimingAuditor.TIMER INFO GenToSimSignal | 4.000 | 1.873 | 0.912 5.2 1.85 | 5 | 0.009 | +TimingAuditor.TIMER INFO GiGaFlushSignal | 12774.000 | 14066.188 | 10514.386 17868.2 3462.09 | 5 | 70.331 | +TimingAuditor.TIMER INFO GiGaCheckEventSignal | 0.000 | 0.006 | 0.006 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthSignal | 2.000 | 1.093 | 0.766 1.8 0.44 | 5 | 0.005 | +TimingAuditor.TIMER INFO DetectorsHitsSignal | 8.000 | 7.850 | 5.176 10.5 2.32 | 5 | 0.039 | +TimingAuditor.TIMER INFO GetPuVetoHitsSignal | 0.000 | 0.036 | 0.026 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsSignal | 2.000 | 0.561 | 0.240 0.9 0.25 | 5 | 0.003 | +TimingAuditor.TIMER INFO GetTTHitsSignal | 0.000 | 0.715 | 0.308 1.1 0.33 | 5 | 0.004 | +TimingAuditor.TIMER INFO GetITHitsSignal | 2.000 | 0.749 | 0.454 1.5 0.42 | 5 | 0.004 | +TimingAuditor.TIMER INFO GetOTHitsSignal | 0.000 | 1.269 | 0.721 1.9 0.45 | 5 | 0.006 | +TimingAuditor.TIMER INFO RichHitsSignal | 2.000 | 2.234 | 1.335 3.0 0.80 | 5 | 0.011 | +TimingAuditor.TIMER INFO GetRichHitsSignal | 0.000 | 1.309 | 0.746 1.8 0.51 | 5 | 0.007 | +TimingAuditor.TIMER INFO GetRichPhotonsSigna| 2.000 | 0.307 | 0.171 0.5 0.12 | 5 | 0.002 | +TimingAuditor.TIMER INFO GetRichSegmentsSign| 0.000 | 0.373 | 0.246 0.5 0.11 | 5 | 0.002 | +TimingAuditor.TIMER INFO GetRichTracksSignal| 0.000 | 0.199 | 0.146 0.3 0.06 | 5 | 0.001 | +TimingAuditor.TIMER INFO GetSpdHitsSignal | 0.000 | 0.181 | 0.137 0.3 0.05 | 5 | 0.001 | +TimingAuditor.TIMER INFO GetPrsHitsSignal | 0.000 | 0.219 | 0.178 0.3 0.04 | 5 | 0.001 | +TimingAuditor.TIMER INFO GetEcalHitsSignal | 0.000 | 0.386 | 0.271 0.5 0.08 | 5 | 0.002 | +TimingAuditor.TIMER INFO GetHcalHitsSignal | 0.000 | 0.062 | 0.047 0.1 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsSignal | 2.000 | 1.327 | 0.473 2.1 0.74 | 5 | 0.007 | +TimingAuditor.TIMER INFO SignalPrint | 0.000 | 0.589 | 0.407 0.8 0.17 | 5 | 0.003 | +TimingAuditor.TIMER INFO LoadMainSim | 0.000 | 0.651 | 0.020 1.6 0.63 | 5 | 0.003 | +TimingAuditor.TIMER INFO CheckIfSignalSim2 | 0.000 | 0.003 | 0.003 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO GaussRedecayRetrieveFro| 0.000 | 0.789 | 0.285 1.6 0.59 | 4 | 0.003 | +TimingAuditor.TIMER INFO MergeMainSim | 8.000 | 7.256 | 5.307 10.5 2.02 | 5 | 0.036 | TimingAuditor.TIMER INFO CheckIfMerge | 0.000 | 0.002 | 0.002 0.0 0.00 | 5 | 0.000 | -TimingAuditor.TIMER INFO GaussRedecayMergeAndCle| 8.000 | 7.060 | 4.223 12.3 3.31 | 5 | 0.035 | -TimingAuditor.TIMER INFO RichPaddingMain | 2.000 | 4.048 | 2.787 7.3 1.91 | 5 | 0.020 | -TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.198 | 0.079 0.6 0.24 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCRichHitToMCRichOpPhot| 2.000 | 3.816 | 2.691 7.2 1.91 | 5 | 0.019 | -TimingAuditor.TIMER INFO MainEventDataPacking | 10.000 | 119.400 | 7.407 559.0 245.75 | 5 | 0.597 | -TimingAuditor.TIMER INFO PackMCParticle | 2.000 | 1.936 | 1.594 2.5 0.35 | 5 | 0.010 | -TimingAuditor.TIMER INFO PackMCVertex | 2.000 | 1.469 | 1.247 1.8 0.20 | 5 | 0.007 | -TimingAuditor.TIMER INFO MCVeloHitPacker | 0.000 | 108.671 | 0.153 542.7 242.61 | 5 | 0.543 | -TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.035 | 0.023 0.1 0.02 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.092 | 0.075 0.1 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.085 | 0.076 0.1 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.162 | 0.132 0.2 0.02 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.090 | 0.071 0.1 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCPrsHitPacker | 2.000 | 0.344 | 0.171 0.9 0.33 | 5 | 0.002 | -TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.176 | 0.093 0.4 0.14 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.259 | 0.236 0.3 0.03 | 5 | 0.001 | -TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.056 | 0.041 0.1 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO MCRichHitPacker | 0.000 | 0.420 | 0.230 1.1 0.38 | 5 | 0.002 | -TimingAuditor.TIMER INFO MCRichOpPhotPacker | 4.000 | 4.204 | 2.491 9.1 2.78 | 5 | 0.021 | -TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.638 | 0.305 1.7 0.60 | 5 | 0.003 | -TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.580 | 0.052 2.7 1.17 | 5 | 0.003 | -TimingAuditor.TIMER INFO SimMonitor | 176.000 | 271.800 | 162.128 422.2 134.45 | 5 | 1.359 | -TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.181 | 0.053 0.6 0.26 | 5 | 0.001 | -TimingAuditor.TIMER INFO MainMCTruthMonitor | 4.000 | 3.814 | 1.879 7.0 2.57 | 5 | 0.019 | -TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 0.920 | 0.792 1.2 0.17 | 5 | 0.005 | -TimingAuditor.TIMER INFO DetectorsMonitor | 14.000 | 59.118 | 11.710 231.3 96.51 | 5 | 0.296 | -TimingAuditor.TIMER INFO VeloGaussMoni | 2.000 | 10.457 | 3.051 34.8 13.77 | 5 | 0.052 | -TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 0.983 | 0.715 1.8 0.47 | 5 | 0.005 | -TimingAuditor.TIMER INFO ITHitMonitor | 2.000 | 0.572 | 0.465 0.9 0.17 | 5 | 0.003 | -TimingAuditor.TIMER INFO OTHitMonitor | 0.000 | 2.452 | 1.301 4.4 1.49 | 5 | 0.012 | -TimingAuditor.TIMER INFO SpdMonitor | 4.000 | 1.271 | 1.046 1.8 0.30 | 5 | 0.006 | -TimingAuditor.TIMER INFO PrsMonitor | 2.000 | 1.852 | 1.614 2.1 0.19 | 5 | 0.009 | -TimingAuditor.TIMER INFO EcalMonitor | 0.000 | 5.428 | 2.285 10.3 4.26 | 5 | 0.027 | -TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.452 | 0.370 0.7 0.14 | 5 | 0.002 | -TimingAuditor.TIMER INFO MuonHitChecker | 4.000 | 35.527 | 0.602 174.7 77.78 | 5 | 0.178 | -TimingAuditor.TIMER INFO DataUnpackTest | 158.000 | 207.705 | 147.660 387.3 101.17 | 5 | 1.039 | -TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 3.514 | 1.210 11.3 4.34 | 5 | 0.018 | -TimingAuditor.TIMER INFO UnpackMCParticle | 0.000 | 1.914 | 1.409 3.5 0.87 | 5 | 0.010 | -TimingAuditor.TIMER INFO CompareMCVertex | 6.000 | 3.096 | 1.537 6.7 2.05 | 5 | 0.015 | -TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 2.097 | 1.620 2.4 0.30 | 5 | 0.010 | -TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.196 | 0.048 0.8 0.32 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckPuVetoHits | 0.000 | 2.410 | 0.619 8.8 3.59 | 5 | 0.012 | -TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.296 | 0.211 0.5 0.14 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckVeloHits | 12.000 | 14.536 | 10.615 28.2 7.66 | 5 | 0.073 | -TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.189 | 0.125 0.3 0.08 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckTTHits | 6.000 | 9.070 | 5.189 23.8 8.25 | 5 | 0.045 | -TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.130 | 0.092 0.2 0.05 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckITHits | 2.000 | 3.749 | 3.584 4.0 0.16 | 5 | 0.019 | -TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.292 | 0.206 0.5 0.11 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckOTHits | 12.000 | 13.965 | 9.916 28.6 8.17 | 5 | 0.070 | -TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 0.623 | 0.336 1.5 0.52 | 5 | 0.003 | -TimingAuditor.TIMER INFO UnpackRichOpPhot | 4.000 | 0.941 | 0.546 2.1 0.67 | 5 | 0.005 | -TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.749 | 0.416 1.9 0.62 | 5 | 0.004 | -TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.206 | 0.084 0.7 0.26 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckRichHits | 10.000 | 16.011 | 12.046 29.3 7.47 | 5 | 0.080 | -TimingAuditor.TIMER INFO CheckRichOpPhot | 80.000 | 102.972 | 73.555 192.2 50.47 | 5 | 0.515 | -TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 1.978 | 1.787 2.2 0.19 | 5 | 0.010 | -TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.148 | 0.086 0.4 0.11 | 5 | 0.001 | -TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.392 | 0.211 0.9 0.27 | 5 | 0.002 | -TimingAuditor.TIMER INFO CheckSpdHits | 6.000 | 5.667 | 2.641 16.2 5.89 | 5 | 0.028 | -TimingAuditor.TIMER INFO UnpackPrsHits | 2.000 | 0.549 | 0.381 0.8 0.18 | 5 | 0.003 | -TimingAuditor.TIMER INFO CheckPrsHits | 2.000 | 4.989 | 4.626 5.4 0.28 | 5 | 0.025 | -TimingAuditor.TIMER INFO UnpackEcalHits | 2.000 | 0.844 | 0.426 1.5 0.44 | 5 | 0.004 | -TimingAuditor.TIMER INFO CheckEcalHits | 8.000 | 7.821 | 5.781 15.1 4.08 | 5 | 0.039 | -TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.168 | 0.110 0.3 0.06 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 2.964 | 0.867 11.2 4.58 | 5 | 0.015 | -TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.187 | 0.089 0.3 0.10 | 5 | 0.001 | -TimingAuditor.TIMER INFO CheckMuonHits | 6.000 | 4.570 | 4.071 5.5 0.60 | 5 | 0.023 | -TimingAuditor.TIMER INFO PostSimFilterSeq | 0.000 | 0.456 | 0.347 0.7 0.13 | 5 | 0.002 | -TimingAuditor.TIMER INFO ConversionFilter | 0.000 | 0.443 | 0.335 0.6 0.13 | 5 | 0.002 | +TimingAuditor.TIMER INFO GaussRedecayMergeAndCle| 8.000 | 7.225 | 5.285 10.5 2.01 | 5 | 0.036 | +TimingAuditor.TIMER INFO RichPaddingMain | 2.000 | 4.169 | 2.926 7.5 1.86 | 5 | 0.021 | +TimingAuditor.TIMER INFO MCPartToMCRichTrack | 0.000 | 0.889 | 0.095 4.0 1.74 | 5 | 0.004 | +TimingAuditor.TIMER INFO MCRichHitToMCRichOpPhot| 2.000 | 3.249 | 2.813 3.5 0.27 | 5 | 0.016 | +TimingAuditor.TIMER INFO MainEventDataPacking | 12.000 | 10.831 | 7.398 21.6 6.05 | 5 | 0.054 | +TimingAuditor.TIMER INFO PackMCParticle | 2.000 | 1.833 | 1.410 3.0 0.68 | 5 | 0.009 | +TimingAuditor.TIMER INFO PackMCVertex | 0.000 | 1.300 | 1.120 1.6 0.20 | 5 | 0.007 | +TimingAuditor.TIMER INFO MCVeloHitPacker | 2.000 | 0.683 | 0.178 2.6 1.08 | 5 | 0.003 | +TimingAuditor.TIMER INFO MCPuVetoHitPacker | 0.000 | 0.030 | 0.023 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCTTHitPacker | 0.000 | 0.088 | 0.069 0.1 0.02 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCITHitPacker | 0.000 | 0.122 | 0.061 0.3 0.12 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCOTHitPacker | 0.000 | 0.164 | 0.141 0.2 0.01 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCMuonHitPacker | 0.000 | 0.095 | 0.083 0.1 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCPrsHitPacker | 0.000 | 0.358 | 0.170 0.9 0.30 | 5 | 0.002 | +TimingAuditor.TIMER INFO MCSpdHitPacker | 0.000 | 0.205 | 0.119 0.5 0.17 | 5 | 0.001 | +TimingAuditor.TIMER INFO MCEcalHitPacker | 0.000 | 0.680 | 0.241 2.2 0.84 | 5 | 0.003 | +TimingAuditor.TIMER INFO MCHcalHitPacker | 0.000 | 0.049 | 0.042 0.1 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO MCRichHitPacker | 2.000 | 1.180 | 0.251 4.8 2.03 | 5 | 0.006 | +TimingAuditor.TIMER INFO MCRichOpPhotPacker | 6.000 | 3.141 | 2.731 3.7 0.35 | 5 | 0.016 | +TimingAuditor.TIMER INFO MCRichSegmentPacker | 0.000 | 0.544 | 0.331 1.2 0.35 | 5 | 0.003 | +TimingAuditor.TIMER INFO MCRichTrackPacker | 0.000 | 0.174 | 0.061 0.6 0.24 | 5 | 0.001 | +TimingAuditor.TIMER INFO SimMonitor | 176.000 | 183.018 | 167.422 212.7 17.35 | 5 | 0.915 | +TimingAuditor.TIMER INFO GiGaGetMainEvent | 0.000 | 0.148 | 0.048 0.5 0.20 | 5 | 0.001 | +TimingAuditor.TIMER INFO MainMCTruthMonitor | 0.000 | 1.758 | 1.649 2.0 0.13 | 5 | 0.009 | +TimingAuditor.TIMER INFO GiGaGetHitsAlg | 0.000 | 1.417 | 0.853 3.5 1.16 | 5 | 0.007 | +TimingAuditor.TIMER INFO DetectorsMonitor | 14.000 | 16.136 | 11.909 29.4 7.44 | 5 | 0.081 | +TimingAuditor.TIMER INFO VeloGaussMoni | 4.000 | 4.573 | 3.035 9.7 2.88 | 5 | 0.023 | +TimingAuditor.TIMER INFO TTHitMonitor | 0.000 | 0.879 | 0.517 2.0 0.60 | 5 | 0.004 | +TimingAuditor.TIMER INFO ITHitMonitor | 0.000 | 0.456 | 0.359 0.7 0.12 | 5 | 0.002 | +TimingAuditor.TIMER INFO OTHitMonitor | 6.000 | 1.694 | 1.207 2.5 0.50 | 5 | 0.008 | +TimingAuditor.TIMER INFO SpdMonitor | 0.000 | 1.322 | 1.087 1.6 0.26 | 5 | 0.007 | +TimingAuditor.TIMER INFO PrsMonitor | 2.000 | 2.054 | 1.825 2.3 0.19 | 5 | 0.010 | +TimingAuditor.TIMER INFO EcalMonitor | 2.000 | 2.309 | 2.041 2.9 0.33 | 5 | 0.012 | +TimingAuditor.TIMER INFO HcalMonitor | 0.000 | 0.389 | 0.314 0.6 0.13 | 5 | 0.002 | +TimingAuditor.TIMER INFO MuonHitChecker | 0.000 | 2.349 | 0.682 8.1 3.21 | 5 | 0.012 | +TimingAuditor.TIMER INFO DataUnpackTest | 162.000 | 163.503 | 152.525 177.3 8.93 | 5 | 0.818 | +TimingAuditor.TIMER INFO UnpackMCVertex | 0.000 | 1.662 | 1.324 2.6 0.52 | 5 | 0.008 | +TimingAuditor.TIMER INFO UnpackMCParticle | 6.000 | 1.656 | 1.337 2.6 0.52 | 5 | 0.008 | +TimingAuditor.TIMER INFO CompareMCVertex | 2.000 | 2.024 | 1.431 2.3 0.35 | 5 | 0.010 | +TimingAuditor.TIMER INFO CompareMCParticle | 0.000 | 1.847 | 1.441 2.2 0.29 | 5 | 0.009 | +TimingAuditor.TIMER INFO UnpackPuVetoHits | 0.000 | 0.193 | 0.048 0.8 0.32 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckPuVetoHits | 2.000 | 0.799 | 0.564 1.7 0.52 | 5 | 0.004 | +TimingAuditor.TIMER INFO UnpackVeloHits | 0.000 | 0.293 | 0.202 0.4 0.10 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckVeloHits | 10.000 | 12.134 | 10.850 15.1 1.71 | 5 | 0.061 | +TimingAuditor.TIMER INFO UnpackTTHits | 0.000 | 0.160 | 0.105 0.3 0.07 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckTTHits | 6.000 | 5.032 | 3.870 8.4 1.94 | 5 | 0.025 | +TimingAuditor.TIMER INFO UnpackITHits | 0.000 | 0.118 | 0.081 0.2 0.04 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckITHits | 4.000 | 2.910 | 2.607 3.4 0.31 | 5 | 0.015 | +TimingAuditor.TIMER INFO UnpackOTHits | 0.000 | 0.302 | 0.189 0.5 0.11 | 5 | 0.002 | +TimingAuditor.TIMER INFO CheckOTHits | 10.000 | 10.839 | 9.646 12.0 0.89 | 5 | 0.054 | +TimingAuditor.TIMER INFO UnpackRichHits | 0.000 | 0.808 | 0.353 2.1 0.72 | 5 | 0.004 | +TimingAuditor.TIMER INFO UnpackRichOpPhot | 0.000 | 0.943 | 0.613 1.7 0.45 | 5 | 0.005 | +TimingAuditor.TIMER INFO UnpackRichSegments | 0.000 | 0.677 | 0.486 1.2 0.29 | 5 | 0.003 | +TimingAuditor.TIMER INFO UnpackRichTracks | 0.000 | 0.235 | 0.099 0.7 0.28 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckRichHits | 14.000 | 13.325 | 12.580 14.7 0.87 | 5 | 0.067 | +TimingAuditor.TIMER INFO CheckRichOpPhot | 82.000 | 82.154 | 76.908 86.3 3.39 | 5 | 0.411 | +TimingAuditor.TIMER INFO CheckRichSegments | 0.000 | 2.109 | 1.939 2.5 0.21 | 5 | 0.011 | +TimingAuditor.TIMER INFO CheckRichTracks | 0.000 | 0.141 | 0.092 0.3 0.07 | 5 | 0.001 | +TimingAuditor.TIMER INFO UnpackSpdHits | 0.000 | 0.454 | 0.236 0.9 0.28 | 5 | 0.002 | +TimingAuditor.TIMER INFO CheckSpdHits | 4.000 | 3.322 | 3.100 3.6 0.25 | 5 | 0.017 | +TimingAuditor.TIMER INFO UnpackPrsHits | 2.000 | 0.506 | 0.354 0.7 0.17 | 5 | 0.003 | +TimingAuditor.TIMER INFO CheckPrsHits | 6.000 | 5.455 | 4.970 5.9 0.36 | 5 | 0.027 | +TimingAuditor.TIMER INFO UnpackEcalHits | 0.000 | 0.638 | 0.451 0.8 0.15 | 5 | 0.003 | +TimingAuditor.TIMER INFO CheckEcalHits | 6.000 | 5.851 | 5.480 6.2 0.30 | 5 | 0.029 | +TimingAuditor.TIMER INFO UnpackHcalHits | 0.000 | 0.229 | 0.132 0.6 0.19 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | 0.805 | 0.741 0.8 0.04 | 5 | 0.004 | +TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.192 | 0.173 0.2 0.02 | 5 | 0.001 | +TimingAuditor.TIMER INFO CheckMuonHits | 8.000 | 5.237 | 4.700 5.9 0.44 | 5 | 0.026 | +TimingAuditor.TIMER INFO PostSimFilterSeq | 0.000 | 0.293 | 0.267 0.3 0.02 | 5 | 0.001 | +TimingAuditor.TIMER INFO ConversionFilter | 0.000 | 0.279 | 0.257 0.3 0.02 | 5 | 0.001 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- GiGa.TrackSeq.HepMCTrackSUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.HepMCTrackSUCCESS #WARNINGS = 2 Message = 'The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown'' +GiGa.TrackSeq.HepMCTrackSUCCESS #WARNINGS = 4 Message = 'The process is known 'Electromagnetic/hPairProd', but vertex type is still 'Unknown'' GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 5588 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' +GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 6253 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 126 [s] Ave/Min/Max= 21.1(+- 25.2)/ 7.03/ 77.3 [s] #= 6 +GiGa.GiGaMgr::process... INFO Time User : Tot= 127 [s] Ave/Min/Max= 21.2(+- 19)/ 9.2/ 63.2 [s] #= 6 ChronoStatSvc INFO Time User : Tot= 255 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO The Final stat Table (not ordered) ******Stat****** INFO **************************************************************************************************** ******Stat****** INFO Counter | # | sum | mean/eff^* | rms/err^* | min | max | -******Stat****** INFO "#Ecal MCHits" | 5 | 27031 | 5406.2 | 94.626 | 5277.0 | 5544.0 | -******Stat****** INFO "#Hcal MCHits" | 5 | 4110 | 822.00 | 40.684 | 766.00 | 867.00 | -******Stat****** INFO "#IT MCHits" | 5 | 2818 | 563.60 | 23.491 | 538.00 | 597.00 | -******Stat****** INFO "#MCParticles" | 5 | 19835 | 3967.0 | 101.87 | 3788.0 | 4099.0 | -******Stat****** INFO "#MCRichOpPhoto | 5 | 18567 | 3713.4 | 135.54 | 3550.0 | 3873.0 | -******Stat****** INFO "#MCRichSegment | 5 | 1293 | 258.60 | 9.0465 | 247.00 | 268.00 | -******Stat****** INFO "#MCRichTracks" | 5 | 1058 | 211.60 | 7.8638 | 201.00 | 222.00 | -******Stat****** INFO "#MCVertices" | 5 | 22822 | 4564.4 | 123.36 | 4357.0 | 4733.0 | -******Stat****** INFO "#Muon MCHits" | 5 | 3381 | 676.20 | 78.675 | 601.00 | 809.00 | -******Stat****** INFO "#OT MCHits" | 5 | 7972 | 1594.4 | 91.801 | 1481.0 | 1728.0 | -******Stat****** INFO "#Prs MCHits" | 5 | 22198 | 4439.6 | 147.55 | 4176.0 | 4607.0 | -******Stat****** INFO "#Rich MCHits" | 5 | 18567 | 3713.4 | 135.54 | 3550.0 | 3873.0 | -******Stat****** INFO "#Rich1 MCHits" | 5 | 11440 | 2288.0 | 70.866 | 2217.0 | 2420.0 | -******Stat****** INFO "#Rich2 MCHits" | 5 | 7127 | 1425.4 | 100.88 | 1331.0 | 1605.0 | -******Stat****** INFO "#Spd MCHits" | 5 | 12988 | 2597.6 | 167.45 | 2346.0 | 2846.0 | -******Stat****** INFO "#TT MCHits" | 5 | 4129 | 825.80 | 25.732 | 787.00 | 866.00 | -******Stat****** INFO "#Velo MCHits" | 5 | 8445 | 1689.0 | 48.567 | 1619.0 | 1765.0 | +******Stat****** INFO "#Ecal MCHits" | 5 | 26236 | 5247.2 | 145.34 | 5056.0 | 5477.0 | +******Stat****** INFO "#Hcal MCHits" | 5 | 3675 | 735.00 | 27.078 | 684.00 | 765.00 | +******Stat****** INFO "#IT MCHits" | 5 | 2186 | 437.20 | 46.931 | 381.00 | 523.00 | +******Stat****** INFO "#MCParticles" | 5 | 18658 | 3731.6 | 84.075 | 3651.0 | 3867.0 | +******Stat****** INFO "#MCRichOpPhoto | 5 | 19160 | 3832.0 | 124.27 | 3671.0 | 3981.0 | +******Stat****** INFO "#MCRichSegment | 5 | 1359 | 271.80 | 8.6810 | 260.00 | 284.00 | +******Stat****** INFO "#MCRichTracks" | 5 | 1096 | 219.20 | 8.1584 | 211.00 | 231.00 | +******Stat****** INFO "#MCVertices" | 5 | 20925 | 4185.0 | 108.59 | 4077.0 | 4379.0 | +******Stat****** INFO "#Muon MCHits" | 5 | 3930 | 786.00 | 55.893 | 721.00 | 885.00 | +******Stat****** INFO "#OT MCHits" | 5 | 7960 | 1592.0 | 93.951 | 1467.0 | 1746.0 | +******Stat****** INFO "#Prs MCHits" | 5 | 24057 | 4811.4 | 221.81 | 4529.0 | 5124.0 | +******Stat****** INFO "#Rich MCHits" | 5 | 19160 | 3832.0 | 124.27 | 3671.0 | 3981.0 | +******Stat****** INFO "#Rich1 MCHits" | 5 | 12477 | 2495.4 | 89.148 | 2372.0 | 2600.0 | +******Stat****** INFO "#Rich2 MCHits" | 5 | 6683 | 1336.6 | 83.770 | 1235.0 | 1454.0 | +******Stat****** INFO "#Spd MCHits" | 5 | 14481 | 2896.2 | 197.51 | 2718.0 | 3222.0 | +******Stat****** INFO "#TT MCHits" | 5 | 3226 | 645.20 | 51.955 | 587.00 | 726.00 | +******Stat****** INFO "#Velo MCHits" | 5 | 8811 | 1762.2 | 50.558 | 1673.0 | 1824.0 | ******Stat****** INFO **************************************************************************************************** ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully @@ -2738,3 +2737,4 @@ Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 ======================================================================= +z diff --git a/Sim/Gauss/tests/refs/testGauss-splitsim.ref b/Sim/Gauss/tests/refs/testGauss-splitsim.ref index 85550e255b6f1de7f163353adb87dfdc528d9d10..3d2be900627c9ed839e0c0058210a592298c825d 100644 --- a/Sim/Gauss/tests/refs/testGauss-splitsim.ref +++ b/Sim/Gauss/tests/refs/testGauss-splitsim.ref @@ -1,29 +1,26 @@ -# setting LC_ALL to "C" -# --> Including file '/mnt/lbsoft/STACKGAUSS/Gauss/runTest.py' -# --> Including file '/mnt/lbsoft/STACKGAUSS/Gauss/Sim/Gauss/options/Gauss-DEV.py' -# <-- End of file '/mnt/lbsoft/STACKGAUSS/Gauss/Sim/Gauss/options/Gauss-DEV.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v30r25/options/27162212.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v30r25/options/27162212.py' -# --> Including file '/mnt/lbsoft/STACKGAUSS/Gauss/Gen/LbPythia8/options/Pythia8.py' -# <-- End of file '/mnt/lbsoft/STACKGAUSS/Gauss/Gen/LbPythia8/options/Pythia8.py' -# --> Including file '/mnt/lbsoft/STACKGAUSS/Gauss/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# <-- End of file '/mnt/lbsoft/STACKGAUSS/Gauss/Sim/Gauss/tests/options/testGauss-NoOutput.py' -# --> Including file '/mnt/lbsoft/STACKGAUSS/Gauss/Sim/Gauss/tests/options/testGauss-splitsim.py' -# <-- End of file '/mnt/lbsoft/STACKGAUSS/Gauss/Sim/Gauss/tests/options/testGauss-splitsim.py' -# --> Including file '/mnt/lbsoft/STACKGAUSS/Gauss/Sim/Gauss/tests/options/testGauss-QMTests.py' -# <-- End of file '/mnt/lbsoft/STACKGAUSS/Gauss/Sim/Gauss/tests/options/testGauss-QMTests.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r370/options/Gauss/Beam6500GeV-md100-2016-nu1.6.py' -# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r370/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r370/options/Gauss/VertexSmear_SignalPGun.py' -# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r370/options/Gauss/Beam6500GeV-md100-2016-nu1.6.py' -# <-- End of file '/mnt/lbsoft/STACKGAUSS/Gauss/runTest.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/options/Gauss-DEV.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/27162212.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/Gen/DecFiles/v31r0/options/27162212.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Gen/LbPythia8/options/Pythia8.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-NoOutput.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-splitsim.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-splitsim.py' +# --> Including file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# <-- End of file '/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/tests/options/testGauss-QMTests.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam6500GeV-md100-2016-nu1.6.py' +# --> Including file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/VertexSmear_SignalPGun.py' +# <-- End of file '/cvmfs/lhcb.cern.ch/lib/lhcb/DBASE/AppConfig/v3r376/options/Gauss/Beam6500GeV-md100-2016-nu1.6.py' # applying configuration of Gauss veloMisAlignGeometry: 2 Ecut value = 5.0 Gauss run option selected for RICH = GTB RICH simulation for the data in year = 2016 -RICH simulation now configured +RICH simulation now configured # WARNING: No event data output produced # WARNING: No histograms produced @@ -77,24 +74,24 @@ RICH simulation now configured # \----- (End of User Gauss/Gauss) ------------------------------------------------------------------- # GaussTape.ItemList = ['/Event/Gen/Header#1', '/Event/MC/Header#1', '/Event/Gen/BeamParameters#1', '/Event/Gen/Collisions#1', '/Event/pSim/MCVertices#1', '/Event/pSim/MCParticles#1', '/Event/pSim/Velo/Hits#1', '/Event/pSim/PuVeto/Hits#1', '/Event/pSim/IT/Hits#1', '/Event/pSim/OT/Hits#1', '/Event/pSim/TT/Hits#1', '/Event/pSim/Muon/Hits#1', '/Event/pSim/Spd/Hits#1', '/Event/pSim/Prs/Hits#1', '/Event/pSim/Ecal/Hits#1', '/Event/pSim/Hcal/Hits#1', '/Event/pSim/Rich/Hits#1', '/Event/pSim/Rich/OpticalPhotons#1', '/Event/pSim/Rich/Tracks#1', '/Event/pSim/Rich/Segments#1', '/Event/Link/MC/Particles2MCRichTracks#1', '/Event/Link/MC/Rich/Hits2MCRichOpticalPhotons#1'] # GaussTape.OptItemList = ['/Event/Gen/HepMCEvents#1'] -# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20181113-3', 'SIMCOND': 'sim-20161124-2-vc-md100'} +# WARNING: Default global tags will be overridden with the latest ones available for '2016' data type: {'DDDB': 'dddb-20190206-3', 'SIMCOND': 'sim-20170721-1-vc-md100'} # WARNING: Latest unbound local tags on top of the latest global tags of 2016 data type(s) are added: {'DDDB': ['rich-20140220']} # WARNING: local tags in DDDB are ignored -ApplicationMgr SUCCESS +ApplicationMgr SUCCESS ==================================================================================================================================== - Welcome to Gauss version v53r0 - running on therearecookies.cern.ch on Wed Nov 28 12:44:31 2018 + Welcome to Gauss version v53r1-release + running on lbbuild52.cern.ch on Sat Feb 23 06:29:04 2019 ==================================================================================================================================== ApplicationMgr INFO Application Manager Configured successfully ToolSvc.GitDDDB INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/DDDB.git' -ToolSvc.GitDDDB INFO using commit 'dddb-20181113-3' corresponding to be0330fb2a31b79da4c070bfa0c63e3f1f21c2d2 +ToolSvc.GitDDDB INFO using commit 'dddb-20190206-3' corresponding to 6ccfd930ebf64b2415358a84dd3ad48b8c4d83f7 ToolSvc.GitSIMCOND INFO opening Git repository '/cvmfs/lhcb.cern.ch/lib/lhcb/git-conddb/SIMCOND.git' -ToolSvc.GitSIMCOND INFO using commit 'sim-20161124-2-vc-md100' corresponding to 23ff57a60c9e5ee8613a56f3252800a9d03f8ff2 +ToolSvc.GitSIMCOND INFO using commit 'sim-20170721-1-vc-md100' corresponding to f9b3cf0aa6d9ee61d5ee0692f95e4584e52df268 DetectorPersistencySvc INFO Added successfully Conversion service:XmlCnvSvc DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml ************************************************************** - Geant4 version Name: geant4-10-04-patch-02 (25-May-2018) + Geant4 version Name: geant4-10-04-patch-03 (8-February-2019) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -102,7 +99,7 @@ DetectorDataSvc SUCCESS Detector description database: git:/lhcb.xml WWW : http://geant4.org/ ************************************************************** -SimulationSvc INFO Loading simulation attributes file "/mnt/lbsoft/STACKGAUSS/Gauss/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... +SimulationSvc INFO Loading simulation attributes file "/workspace/build/GAUSS/GAUSS_v53r1-release/Sim/Gauss/xml/SimulationRICHAerogelOff.xml" ... GiGa.ModularPL INFO GiGaPhysListModular initializing GiGa.ModularPL INFO Registered GiGa.ModularPL.EmOpt1NoCutsPhysics GiGa.ModularPL INFO Registered GiGa.ModularPL.DecayPhysics @@ -121,7 +118,7 @@ GiGa.ModularPL INFO Registered GiGa.ModularPL.GiGaPhysUnknownParticl -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : PART102 issued by : G4ParticleDefintion::G4ParticleDefintion -Strange PDGEncoding +Strange PDGEncoding *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -129,7 +126,7 @@ Strange PDGEncoding -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : PART102 issued by : G4ParticleDefintion::G4ParticleDefintion -Strange PDGEncoding +Strange PDGEncoding *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -137,7 +134,7 @@ Strange PDGEncoding -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : PART102 issued by : G4ParticleDefintion::G4ParticleDefintion -Strange PDGEncoding +Strange PDGEncoding *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -145,7 +142,7 @@ Strange PDGEncoding -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : PART102 issued by : G4ParticleDefintion::G4ParticleDefintion -Strange PDGEncoding +Strange PDGEncoding *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -153,7 +150,7 @@ Strange PDGEncoding -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : PART102 issued by : G4ParticleDefintion::G4ParticleDefintion -Strange PDGEncoding +Strange PDGEncoding *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -161,7 +158,7 @@ Strange PDGEncoding -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : PART102 issued by : G4ParticleDefintion::G4ParticleDefintion -Strange PDGEncoding +Strange PDGEncoding *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -169,7 +166,7 @@ Strange PDGEncoding -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : PART102 issued by : G4ParticleDefintion::G4ParticleDefintion -Strange PDGEncoding +Strange PDGEncoding *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -177,10 +174,10 @@ GiGa INFO Used Physics List Object is GiGaPhysListModular/ GiGa INFO Stacking Action Object is not required to be loaded EventClockSvc.FakeEve... INFO Event times generated from 0 with steps of 0 EventClockSvc.FakeEve... INFO Run numbers generated from 0 every 0 events -MagneticFieldSvc INFO Opened magnetic field file : /afs/cern.ch/lhcb/software/DEV/nightlies/DBASE/FieldMap/v5r7/cdf/field.v5r0.c1.down.cdf -MagneticFieldSvc INFO Opened magnetic field file : /afs/cern.ch/lhcb/software/DEV/nightlies/DBASE/FieldMap/v5r7/cdf/field.v5r0.c2.down.cdf -MagneticFieldSvc INFO Opened magnetic field file : /afs/cern.ch/lhcb/software/DEV/nightlies/DBASE/FieldMap/v5r7/cdf/field.v5r0.c3.down.cdf -MagneticFieldSvc INFO Opened magnetic field file : /afs/cern.ch/lhcb/software/DEV/nightlies/DBASE/FieldMap/v5r7/cdf/field.v5r0.c4.down.cdf +MagneticFieldSvc INFO Opened magnetic field file : /workspace/build/DBASE/FieldMap/v5r7/cdf/field.v5r0.c1.down.cdf +MagneticFieldSvc INFO Opened magnetic field file : /workspace/build/DBASE/FieldMap/v5r7/cdf/field.v5r0.c2.down.cdf +MagneticFieldSvc INFO Opened magnetic field file : /workspace/build/DBASE/FieldMap/v5r7/cdf/field.v5r0.c3.down.cdf +MagneticFieldSvc INFO Opened magnetic field file : /workspace/build/DBASE/FieldMap/v5r7/cdf/field.v5r0.c4.down.cdf MagneticFieldSvc INFO Map scaled by factor 1 with polarity internally used: -1 signed relative current: -1 RichG4TrackActionPhotOpt INFO Rich HPD MaxQE SiDetEff and OverallEff for Aerogel Rich1Gas Rich2Gas 0.45 0.85 0.844 0.775 0.776 RichG4TrackActionPhotOpt INFO Rich Max Mirror reflectivity R1M1 R1M2 R2M1 R2M2 ConvSup R1 R2 0.95 0.97 0.98 0.98 1 1 @@ -195,10 +192,10 @@ GiGa INFO Used Run Action Object is GiGaRunActionSequence GaussGeo INFO ============================================ GaussGeo INFO = useAlignment: 1 GaussGeo INFO = alignAll: 1 -GaussGeo INFO = alignDetsNames: +GaussGeo INFO = alignDetsNames: GaussGeo INFO = None GaussGeo INFO ============================================ ---- Warning from G4Material::G4Material() define a material with density=0 is not allowed. +--- Warning from G4Material::G4Material() define a material with density=0 is not allowed. The material /dd/Materials/Vacuum will be constructed with the default minimal density: 1e-25g/cm3 GaussGeo.FieldMgr INFO Minimum and Maximum Epsilon Step : 5e-05 0.001 GaussGeo INFO Global 'Field Manager' is set to 'GiGaFieldMgr/GaussGeo.FieldMgr' @@ -209,9 +206,9 @@ GaussGeo WARNING Multiple indistinguishable misalignable detector GaussGeo WARNING Multiple indistinguishable misalignable detector elements found inside '/dd/Geometry/BeforeMagnetRegion/TT/Modules/lvLadder4'! GaussGeo WARNING Multiple indistinguishable misalignable detector elements found inside '/dd/Geometry/BeforeMagnetRegion/TT/Modules/lvLadder1'! GaussGeo WARNING Multiple indistinguishable misalignable detector elements found inside '/dd/Geometry/BeforeMagnetRegion/TT/Modules/lvLadder2'! ---- Warning from G4Material::G4Material() define a material with density=0 is not allowed. +--- Warning from G4Material::G4Material() define a material with density=0 is not allowed. The material /dd/Materials/RichMaterials/RichHpdVacuum will be constructed with the default minimal density: 1e-25g/cm3 ---- Warning from G4Material::G4Material() define a material with density=0 is not allowed. +--- Warning from G4Material::G4Material() define a material with density=0 is not allowed. The material /dd/Materials/RichMaterials/HpdS20PhCathode will be constructed with the default minimal density: 1e-25g/cm3 GaussGeo.ZeroField INFO createFieldMgr(): null magnetic field RFileCnv INFO opening Root file "/cvmfs/lhcb.cern.ch/lib/lhcb/PARAM/ParamFiles/v8r27p1/data/gausscalo.root" for reading @@ -256,9 +253,9 @@ RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 RndmGenSvc.Engine INFO This is the GEANT4 engine! RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> -TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. GaussSequencer INFO Member list: GaudiSequencer/Generator, GaudiSequencer/Simulation -ToolSvc.SequencerTime... INFO This machine has a speed about 2.33 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 3.03 times the speed of a 2.8 GHz Xeon. Generator INFO Member list: GaudiSequencer/GeneratorSlotMainSeq GeneratorSlotMainSeq INFO Member list: GenInit/GaussGen, Generation, GaudiSequencer/GenMonitor GaussGen SUCCESS ================================================================== @@ -281,7 +278,7 @@ GaussGen INFO Beam spot = (0.84,-0.18,-3.1) mm GaussGen INFO Luminosity = 1.77e+29 /cm2/s GaussGen INFO Nu = 1.59764 GaussGen INFO emittance = 5.80285e-07 -GaussGen INFO Luminous region = ( 0.029503, 0.029503, 37.5007 ), mm +GaussGen INFO Luminous region = ( 0.029503, 0.029503, 37.5007 ), mm Message from PHCORK(MODCOR):: initialization MODOP=5 -- corrects Energy from mass+flow @@ -299,7 +296,7 @@ MODOP=5 -- corrects Energy from mass+flow From version 3.00 - by N. Davidson, T. Przedzinski and Z. Was ******************************************************************************** - Internal (default) input parameters: + Internal (default) input parameters: INTERF= 1 ISEC= 0 ITRE= 0 IEXP= 1 IFTOP= 1 IFW= 1 ALPHA_QED= 0x1.de3d3945c2bf2p-8 XPHCUT= 0x1.ad7f29abcaf48p-24 @@ -318,73 +315,73 @@ MODOP=2 -- blocks emission in pi0 to gamma e+e-: DEFAULT Message from PHCORK(MODCOR):: initialization MODOP=5 -- corrects Energy from mass+flow - *------------------------------------------------------------------------------------* - | | - | *------------------------------------------------------------------------------* | - | | | | - | | | | - | | PPP Y Y TTTTT H H III A Welcome to the Lund Monte Carlo! | | - | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | - | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | - | | P Y T H H I A A | | - | | P Y T H H III A A Now is 28 Nov 2018 at 12:45:22 | | - | | | | - | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | - | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | - | | e-mail: christian.bierlich@thep.lu.se | | - | | Nishita Desai; Laboratoire Charles Coulomb (L2C), | | - | | CNRS-Universite de Montpellier, 34090 Montpellier, France; | | - | | e-mail: nishita.desai@umontpellier.fr | | - | | Nadine Fischer; School of Physics, | | - | | Monash University, PO Box 27, 3800 Melbourne, Australia; | | - | | e-mail: nadine.fischer@monash.edu | | - | | Ilkka Helenius; Institute for Theoretical Physics, | | - | | Tuebingen University, Auf der Morgenstelle 14, 72076 Tuebingen, Germany; | | - | | e-mail: ilkka.helenius@uni-tuebingen.de | | - | | Philip Ilten; School of Physics and Astronomy, | | - | | University of Birmingham, Birmingham, B152 2TT, UK; | | - | | e-mail: philten@cern.ch | | - | | Leif Lonnblad; Department of Astronomy and Theoretical Physics, | | - | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | - | | e-mail: leif.lonnblad@thep.lu.se | | - | | Stephen Mrenna; Computing Division, Simulations Group, | | - | | Fermi National Accelerator Laboratory, MS 234, Batavia, IL 60510, USA; | | - | | e-mail: mrenna@fnal.gov | | - | | Stefan Prestel; Theoretical Physics Department, | | - | | Fermi National Accelerator Laboratory, MS 106, Batavia, IL 60510, USA; | | - | | e-mail: sprestel@fnal.gov | | - | | Christine O. Rasmussen; Department of Astronomy and Theoretical Physics, | | - | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | - | | e-mail: christine.rasmussen@thep.lu.se | | - | | Torbjorn Sjostrand; Department of Astronomy and Theoretical Physics, | | - | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | - | | e-mail: torbjorn@thep.lu.se | | - | | Peter Skands; School of Physics, | | - | | Monash University, PO Box 27, 3800 Melbourne, Australia; | | - | | e-mail: peter.skands@monash.edu | | - | | | | - | | The main program reference is 'An Introduction to PYTHIA 8.2', | | - | | T. Sjostrand et al, Comput. Phys. Commun. 191 (2015) 159 | | - | | [arXiv:1410.3012 [hep-ph]] | | - | | | | - | | The main physics reference is the 'PYTHIA 6.4 Physics and Manual', | | - | | T. Sjostrand, S. Mrenna and P. Skands, JHEP05 (2006) 026 [hep-ph/0603175] | | - | | | | - | | An archive of program versions and documentation is found on the web: | | - | | http://www.thep.lu.se/Pythia | | - | | | | - | | This program is released under the GNU General Public Licence version 2. | | - | | Please respect the MCnet Guidelines for Event Generator Authors and Users. | | - | | | | - | | Disclaimer: this program comes without any guarantees. | | - | | Beware of errors and use common sense when interpreting results. | | - | | | | - | | Copyright (C) 2018 Torbjorn Sjostrand | | - | | | | - | | | | - | *------------------------------------------------------------------------------* | - | | - *------------------------------------------------------------------------------------* + *------------------------------------------------------------------------------------* + | | + | *------------------------------------------------------------------------------* | + | | | | + | | | | + | | PPP Y Y TTTTT H H III A Welcome to the Lund Monte Carlo! | | + | | P P Y Y T H H I A A This is PYTHIA version 8.235 | | + | | PPP Y T HHHHH I AAAAA Last date of change: 27 Mar 2018 | | + | | P Y T H H I A A | | + | | P Y T H H III A A Now is 23 Feb 2019 at 06:30:28 | | + | | | | + | | Christian Bierlich; Department of Astronomy and Theoretical Physics, | | + | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | + | | e-mail: christian.bierlich@thep.lu.se | | + | | Nishita Desai; Laboratoire Charles Coulomb (L2C), | | + | | CNRS-Universite de Montpellier, 34090 Montpellier, France; | | + | | e-mail: nishita.desai@umontpellier.fr | | + | | Nadine Fischer; School of Physics, | | + | | Monash University, PO Box 27, 3800 Melbourne, Australia; | | + | | e-mail: nadine.fischer@monash.edu | | + | | Ilkka Helenius; Institute for Theoretical Physics, | | + | | Tuebingen University, Auf der Morgenstelle 14, 72076 Tuebingen, Germany; | | + | | e-mail: ilkka.helenius@uni-tuebingen.de | | + | | Philip Ilten; School of Physics and Astronomy, | | + | | University of Birmingham, Birmingham, B152 2TT, UK; | | + | | e-mail: philten@cern.ch | | + | | Leif Lonnblad; Department of Astronomy and Theoretical Physics, | | + | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | + | | e-mail: leif.lonnblad@thep.lu.se | | + | | Stephen Mrenna; Computing Division, Simulations Group, | | + | | Fermi National Accelerator Laboratory, MS 234, Batavia, IL 60510, USA; | | + | | e-mail: mrenna@fnal.gov | | + | | Stefan Prestel; Theoretical Physics Department, | | + | | Fermi National Accelerator Laboratory, MS 106, Batavia, IL 60510, USA; | | + | | e-mail: sprestel@fnal.gov | | + | | Christine O. Rasmussen; Department of Astronomy and Theoretical Physics, | | + | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | + | | e-mail: christine.rasmussen@thep.lu.se | | + | | Torbjorn Sjostrand; Department of Astronomy and Theoretical Physics, | | + | | Lund University, Solvegatan 14A, SE-223 62 Lund, Sweden; | | + | | e-mail: torbjorn@thep.lu.se | | + | | Peter Skands; School of Physics, | | + | | Monash University, PO Box 27, 3800 Melbourne, Australia; | | + | | e-mail: peter.skands@monash.edu | | + | | | | + | | The main program reference is 'An Introduction to PYTHIA 8.2', | | + | | T. Sjostrand et al, Comput. Phys. Commun. 191 (2015) 159 | | + | | [arXiv:1410.3012 [hep-ph]] | | + | | | | + | | The main physics reference is the 'PYTHIA 6.4 Physics and Manual', | | + | | T. Sjostrand, S. Mrenna and P. Skands, JHEP05 (2006) 026 [hep-ph/0603175] | | + | | | | + | | An archive of program versions and documentation is found on the web: | | + | | http://www.thep.lu.se/Pythia | | + | | | | + | | This program is released under the GNU General Public Licence version 2. | | + | | Please respect the MCnet Guidelines for Event Generator Authors and Users. | | + | | | | + | | Disclaimer: this program comes without any guarantees. | | + | | Beware of errors and use common sense when interpreting results. | | + | | | | + | | Copyright (C) 2018 Torbjorn Sjostrand | | + | | | | + | | | | + | *------------------------------------------------------------------------------* | + | | + *------------------------------------------------------------------------------------* ************************************* @@ -405,22 +402,22 @@ MODOP=5 -- corrects Energy from mass+flow ************************************* In F3pi: chpt + 1 resonance + 2 resonance (RchT) KORB: rho/rhop -> pi-pi0 mixing: - KORB: rho = 0.769900024 0.151199996 - KORB: rhop = 1.37000000 0.509999990 -0.109999999 + KORB: rho = 0.769900024 0.151199996 + KORB: rhop = 1.37000000 0.509999990 -0.109999999 KORB: K*/K*prime -> Kpi mixing: KORB: kstp = 1.70000005 0.234999999 -3.79999988E-02 KORB: a1/a1prime -> 3pi, KKpi mixing: - KORB: a1 = 1.27499998 0.699999988 - KORB: a1prim= 1.46099997 0.250000000 0.00000000 + KORB: a1 = 1.27499998 0.699999988 + KORB: a1prim= 1.46099997 0.250000000 0.00000000 KORB: K1A/K1B -> Kpipi mixing: - KORB: K1A = 1.26999998 9.00000036E-02 1.00000000 - KORB: K1B = 1.40199995 0.173999995 0.800000012 + KORB: K1A = 1.26999998 9.00000036E-02 1.00000000 + KORB: K1B = 1.40199995 0.173999995 0.800000012 KORB: rho/rhop/rhopp -> 4pi mixing: - KORB: rho = 0.769900024 0.151199996 - KORB: rhopp = 1.46500003 0.310000002 -0.109999999 - KORB: rhoppp= 1.70000005 0.234999999 -0.109999999 - KORB: 3PI-PI0 PARAMS: 0.00000000 0.124200001 0.160400003 0.271100014 0.444299996 - KORB: PI-3PI0 PARAMS: 0.00000000 1.00000000 + KORB: rho = 0.769900024 0.151199996 + KORB: rhopp = 1.46500003 0.310000002 -0.109999999 + KORB: rhoppp= 1.70000005 0.234999999 -0.109999999 + KORB: 3PI-PI0 PARAMS: 0.00000000 0.124200001 0.160400003 0.271100014 0.444299996 + KORB: PI-3PI0 PARAMS: 0.00000000 1.00000000 Reading SANC input files. File 'table1-1.txt' missing... skipped. File 'table2-2.txt' missing... skipped. @@ -429,35 +426,35 @@ File 'table11-11.txt' missing... skipped. Generation.SignalPlai...SUCCESS ================================================================== Generation.SignalPlai...SUCCESS Using as production engine Pythia8Production Generation.SignalPlai...SUCCESS ================================================================== -LoKiSvc SUCCESS +LoKiSvc SUCCESS Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome -LoKi LoKi -LoKi LoKi -LoKi Welcome to LoKi! LoKi -LoKi LoKi -LoKi (LOops & KInematics) LoKi -LoKi LoKi -LoKi Smart & Friendly C++ Physics Analysis Tool Kit LoKi -LoKi LoKi -LoKi LoKi -LoKi Author: Vanya BELYAEV Ivan.Belyaev@itep.ru LoKi -LoKi With the kind help of Galina Pakhlova & Sergey Barsuk LoKi -LoKi LoKi -LoKi Have fun and enjoy! LoKi -LoKi LoKi +LoKi LoKi +LoKi LoKi +LoKi Welcome to LoKi! LoKi +LoKi LoKi +LoKi (LOops & KInematics) LoKi +LoKi LoKi +LoKi Smart & Friendly C++ Physics Analysis Tool Kit LoKi +LoKi LoKi +LoKi LoKi +LoKi Author: Vanya BELYAEV Ivan.Belyaev@itep.ru LoKi +LoKi With the kind help of Galina Pakhlova & Sergey Barsuk LoKi +LoKi LoKi +LoKi Have fun and enjoy! LoKi +LoKi LoKi Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome Welcome -LHAPDF 6.1.6 loading /afs/cern.ch/lhcb/software/DEV/nightlies/DBASE/LHAPDFSets/v2r1/data/CT09MCS/CT09MCS_0000.dat +LHAPDF 6.1.6 loading /workspace/build/DBASE/LHAPDFSets/v2r1/data/CT09MCS/CT09MCS_0000.dat CT09MCS PDF set, member #0, version 1; LHAPDF ID = 10770 PYTHIA Warning in MultipartonInteractions::init: maximum increased by factor 5.327 -Generation.SignalPlain INFO Generating Signal events of D*(2007)~0 D*(2007)0 +Generation.SignalPlain INFO Generating Signal events of D*(2007)~0 D*(2007)0 Generation.SignalPlain INFO The signal decay mode has visible branching fractions of :0.0148209 -Generation.BeamSpotSm... INFO Smearing of interaction point with Gaussian distribution +Generation.BeamSpotSm... INFO Smearing of interaction point with Gaussian distribution Generation SUCCESS ================================================================== Generation SUCCESS Requested to generate EventType 27162212 Generation SUCCESS ================================================================== @@ -572,17 +569,17 @@ OTHitMonitor.MCPartic... INFO MCParticle Momentum cut : 0 GeV/c < P < 1.79 OTHitMonitor.MCPartic... INFO Beta * gamma cut : 0 < beta*gamma OTHitMonitor.MCPartic... INFO Eta cut : -1.79769e+308 < P < 1.79769e+308 DataUnpackTest INFO Member list: UnpackMCVertex, UnpackMCParticle, CompareMCVertex, CompareMCParticle, DataPacking::Unpack<LHCb::MCPuVetoHitPacker>/UnpackPuVetoHits, DataPacking::Check<LHCb::MCPuVetoHitPacker>/CheckPuVetoHits, DataPacking::Unpack<LHCb::MCVeloHitPacker>/UnpackVeloHits, DataPacking::Check<LHCb::MCVeloHitPacker>/CheckVeloHits, DataPacking::Unpack<LHCb::MCTTHitPacker>/UnpackTTHits, DataPacking::Check<LHCb::MCTTHitPacker>/CheckTTHits, DataPacking::Unpack<LHCb::MCITHitPacker>/UnpackITHits, DataPacking::Check<LHCb::MCITHitPacker>/CheckITHits, DataPacking::Unpack<LHCb::MCOTHitPacker>/UnpackOTHits, DataPacking::Check<LHCb::MCOTHitPacker>/CheckOTHits, DataPacking::Unpack<LHCb::MCRichHitPacker>/UnpackRichHits, DataPacking::Unpack<LHCb::MCRichOpticalPhotonPacker>/UnpackRichOpPhot, DataPacking::Unpack<LHCb::MCRichSegmentPacker>/UnpackRichSegments, DataPacking::Unpack<LHCb::MCRichTrackPacker>/UnpackRichTracks, DataPacking::Check<LHCb::MCRichHitPacker>/CheckRichHits, DataPacking::Check<LHCb::MCRichOpticalPhotonPacker>/CheckRichOpPhot, DataPacking::Check<LHCb::MCRichSegmentPacker>/CheckRichSegments, DataPacking::Check<LHCb::MCRichTrackPacker>/CheckRichTracks, DataPacking::Unpack<LHCb::MCSpdHitPacker>/UnpackSpdHits, DataPacking::Check<LHCb::MCSpdHitPacker>/CheckSpdHits, DataPacking::Unpack<LHCb::MCPrsHitPacker>/UnpackPrsHits, DataPacking::Check<LHCb::MCPrsHitPacker>/CheckPrsHits, DataPacking::Unpack<LHCb::MCEcalHitPacker>/UnpackEcalHits, DataPacking::Check<LHCb::MCEcalHitPacker>/CheckEcalHits, DataPacking::Unpack<LHCb::MCHcalHitPacker>/UnpackHcalHits, DataPacking::Check<LHCb::MCHcalHitPacker>/CheckHcalHits, DataPacking::Unpack<LHCb::MCMuonHitPacker>/UnpackMuonHits, DataPacking::Check<LHCb::MCMuonHitPacker>/CheckMuonHits -EventLoopMgr WARNING Unable to locate service "EventSelector" +EventLoopMgr WARNING Unable to locate service "EventSelector" EventLoopMgr WARNING No events will be processed from external input. ApplicationMgr INFO Application Manager Initialized successfully ApplicationMgr INFO Application Manager Started successfully GaussGen INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 2119103972, 0] - PYTHIA Warning in StringFragmentation::fragmentToJunction: bad convergence junction rest frame + PYTHIA Warning in StringFragmentation::fragmentToJunction: bad convergence junction rest frame MainEventGaussSim INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 1677927199, 0] SplitSim INFO Evt 1, Run 1082, Nr. in job = 1 with seeds [1082, 1, 1723832051, 0] GiGa.GiGaMgr INFO GiGaRunManager:: Geometry will be extracted from GaussGeo - FTFP_BERT : new threshold between BERT and FTFP is over the interval + FTFP_BERT : new threshold between BERT and FTFP is over the interval for pions : 3 to 12 GeV for kaons : 3 to 12 GeV for proton : 3 to 12 GeV @@ -595,12 +592,12 @@ RichHpdPhotoElectricEffect UseNominalHpdQE = 0 RichHpd Hit Smearing Flag and Values = 1 0.760 0.085 0.000 RichHpdProperties INFO Total Number of hpds in Rich1 = 196 RichHpdProperties INFO Total Number of hpds in Rich2 = 288 -RichHpdProperties INFO Filled the HPD QE, PSF and Demag tables for RICH +RichHpdProperties INFO Filled the HPD QE, PSF and Demag tables for RICH RichG4Cerenkov Rich2 backgrActivateFlag Rich2 backgrprob 0 0.5 Rich Hpd SiHitEfficiency Used for Backscatter BackScatterCorrectedProb 0.85 0.0385953 -GiGa.ModularPL INFO The production cut for gamma is set to 5 mm -GiGa.ModularPL INFO The production cut for electron is set to 5 mm -GiGa.ModularPL INFO The production cut for positron is set to 5 mm +GiGa.ModularPL INFO The production cut for gamma is set to 5 mm +GiGa.ModularPL INFO The production cut for electron is set to 5 mm +GiGa.ModularPL INFO The production cut for positron is set to 5 mm ==================================================================== HADRONIC PROCESSES SUMMARY (verbose level 1) @@ -633,7 +630,7 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J + Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV --------------------------------------------------- @@ -642,12 +639,12 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J + Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J + Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV --------------------------------------------------- @@ -656,7 +653,7 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J + Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV Process: hadElastic @@ -669,12 +666,12 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J + Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J + Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV Process: hFritiofCaptureAtRest @@ -685,12 +682,12 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J + Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J + Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV Process: hFritiofCaptureAtRest @@ -701,12 +698,12 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J + Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J + Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV Process: hFritiofCaptureAtRest @@ -720,7 +717,7 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J + Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV --------------------------------------------------- @@ -729,12 +726,12 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J + Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J + Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV Process: hFritiofCaptureAtRest @@ -745,12 +742,12 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J + Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J + Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV Process: hFritiofCaptureAtRest @@ -761,7 +758,7 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J + Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV Process: hadElastic @@ -798,13 +795,13 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J + Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV Process: kaon+Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J + Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J Cr_sctns: ChipsKaonPlusInelasticXS: 0 eV ---> 100 TeV Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV @@ -813,13 +810,13 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J + Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV Process: kaon-Inelastic Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J + Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J Cr_sctns: ChipsKaonMinusInelasticXS: 0 eV ---> 100 TeV Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV @@ -867,8 +864,8 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 12 GeV Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV - G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections - below 91 GeV, Glauber-Gribov above + G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections + below 91 GeV, Glauber-Gribov above Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV --------------------------------------------------- @@ -884,8 +881,8 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Model: FTFP: 3 GeV ---> 100 TeV Model: BertiniCascade: 0 eV ---> 12 GeV Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV - G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections - below 91 GeV, Glauber-Gribov above + G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections + below 91 GeV, Glauber-Gribov above Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV Process: hBertiniCaptureAtRest @@ -910,7 +907,7 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J + Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV Process: hadElastic @@ -920,19 +917,18 @@ GiGa.ModularPL INFO The production cut for positron is set to 5 mm ================================================================ RichG4HistoSet2 INFO Now Booking Rich G4 Histo Set2 GaussGen INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 1474865432, 0] + PYTHIA Warning in SpaceShower::pT2nextQCD: weight above unity + PYTHIA Warning in JunctionSplitting::SplitJunPairs: parallel junction state not allowed. + PYTHIA Warning in JunctionSplitting::CheckColours: Not possible to split junctions; making new colours MainEventGaussSim INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 1044128089, 0] SplitSim INFO Evt 2, Run 1082, Nr. in job = 2 with seeds [1082, 2, 1053930545, 0] GaussGen INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 645125023, 0] - PYTHIA Error in StringFragmentation::fragmentToJunction: caught in junction flavour loop - PYTHIA Error in Pythia::next: hadronLevel failed; try again - PYTHIA Error in BeamRemnants::setKinematics: kinematics construction failed - PYTHIA Warning in SpaceShower::pT2nextQCD: weight above unity MainEventGaussSim INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 790725412, 0] SplitSim INFO Evt 3, Run 1082, Nr. in job = 3 with seeds [1082, 3, 126272920, 0] GaussGen INFO Evt 4, Run 1082, Nr. in job = 4 with seeds [1082, 4, 1010630449, 0] - PYTHIA Warning in JunctionSplitting::SplitJunPairs: parallel junction state not allowed. - PYTHIA Warning in JunctionSplitting::CheckColours: Not possible to split junctions; making new colours - PYTHIA Error in StringFragmentation::fragment: stuck in joining + PYTHIA Error in BeamRemnants::setKinematics: kinematics construction failed + PYTHIA Error in StringFragmentation::fragment: stuck in joining + PYTHIA Error in Pythia::next: hadronLevel failed; try again MainEventGaussSim INFO Evt 4, Run 1082, Nr. in job = 4 with seeds [1082, 4, 1633773475, 0] SplitSim INFO Evt 4, Run 1082, Nr. in job = 4 with seeds [1082, 4, 358048057, 0] GaussGen INFO Evt 5, Run 1082, Nr. in job = 5 with seeds [1082, 5, 1094777801, 0] @@ -942,32 +938,32 @@ ApplicationMgr INFO Application Manager Stopped successfully GaussGen SUCCESS ================================================================== GaussGen SUCCESS 5 events processed GaussGen SUCCESS ================================================================== -Generation SUCCESS READ FSR: { Event type: 27162212 Hard Generator: Pythia8 Generation method: Generation.SignalPlain DecFiles version: v30r25 njobs:1 +Generation SUCCESS READ FSR: { Event type: 27162212 Hard Generator: Pythia8 Generation method: Generation.SignalPlain DecFiles version: v31r0 njobs:1 - generator counters: AllEvt key: 0 value: 296 / ZeroInt key: 1 value: 47 / EvtGenerated key: 2 value: 249 / IntGenerated key: 3 value: 519 / EvtAccepted key: 4 value: 5 / IntAccepted key: 5 value: 10 / OnebGen key: 10 value: 7 / ThreebGen key: 11 value: 0 / PromptBGen key: 12 value: 0 / OnecGen key: 13 value: 60 / ThreecGen key: 14 value: 8 / PromptCGen key: 15 value: 0 / bAndcGen key: 16 value: 1 / OnebAcc key: 17 value: 1 / ThreebAcc key: 18 value: 0 / PromptBAcc key: 19 value: 0 / OnecAcc key: 20 value: 4 / ThreecAcc key: 21 value: 1 / PromptCAcc key: 22 value: 0 / bAndcAcc key: 23 value: 0 / BeforeLevelCut key: 26 value: 17 / AfterLevelCut key: 27 value: 3 / EvtInverted key: 28 value: 2 / antiB0Acc key: 42 value: 1 / D0Acc key: 64 value: 1 / antiD0Acc key: 65 value: 6 / DplusAcc key: 66 value: 1 / B2starAcc key: 80 value: 1 / DstarAcc key: 89 value: 5 / EvtSignal key: 91 value: 5 / BeforePCut key: 93 value: 10 / AfterPCut key: 94 value: 3 / BeforeantiPCut key: 95 value: 7 / AfterantiPCut key: 96 value: 0 / AllsubProcess key: 100 value: 519 / non-diffractive key: 201 value: 303 / A B -> A B elastic key: 202 value: 116 / A B -> X B single diffractive key: 203 value: 30 / A B -> A X single diffractive key: 204 value: 26 / A B -> X X double diffractive key: 205 value: 44 / + generator counters: AllEvt key: 0 value: 167 / ZeroInt key: 1 value: 38 / EvtGenerated key: 2 value: 129 / IntGenerated key: 3 value: 281 / EvtAccepted key: 4 value: 5 / IntAccepted key: 5 value: 14 / OnebGen key: 10 value: 3 / ThreebGen key: 11 value: 0 / PromptBGen key: 12 value: 0 / OnecGen key: 13 value: 33 / ThreecGen key: 14 value: 4 / PromptCGen key: 15 value: 2 / bAndcGen key: 16 value: 1 / OnebAcc key: 17 value: 2 / ThreebAcc key: 18 value: 0 / PromptBAcc key: 19 value: 0 / OnecAcc key: 20 value: 5 / ThreecAcc key: 21 value: 2 / PromptCAcc key: 22 value: 0 / bAndcAcc key: 23 value: 1 / BeforeLevelCut key: 26 value: 16 / AfterLevelCut key: 27 value: 3 / EvtInverted key: 28 value: 2 / antiB0Acc key: 42 value: 1 / Bs0Acc key: 45 value: 1 / D0Acc key: 64 value: 2 / antiD0Acc key: 65 value: 2 / DplusAcc key: 66 value: 2 / DminusAcc key: 67 value: 1 / DsplusAcc key: 68 value: 1 / DsminusAcc key: 69 value: 3 / cBaryonAcc key: 70 value: 1 / BstarAcc key: 79 value: 1 / B2starAcc key: 80 value: 1 / DstarAcc key: 89 value: 4 / D2starAcc key: 90 value: 1 / EvtSignal key: 91 value: 4 / EvtantiSignal key: 92 value: 1 / BeforePCut key: 93 value: 10 / AfterPCut key: 94 value: 3 / BeforeantiPCut key: 95 value: 6 / AfterantiPCut key: 96 value: 0 / AllsubProcess key: 100 value: 281 / non-diffractive key: 201 value: 162 / A B -> A B elastic key: 202 value: 58 / A B -> X B single diffractive key: 203 value: 15 / A B -> A X single diffractive key: 204 value: 20 / A B -> X X double diffractive key: 205 value: 26 / cross-sections: Total cross-section key: 0 value: 100.304 / non-diffractive key: 101 value: 56.4185 / A B -> A B elastic key: 102 value: 22.2557 / A B -> X B single diffractive key: 103 value: 6.41605 / A B -> A X single diffractive key: 104 value: 6.41605 / A B -> X X double diffractive key: 105 value: 8.79791 / } -GenMonitorAlg INFO +GenMonitorAlg INFO ======================== Generators Statistics ==================== = = -= Number of particles generated: 10069 += Number of particles generated: 13259 = Number of events: 5 -= Mean multiplicity: 2013.8 += Mean multiplicity: 2651.8 = = -= Number of pseudo stable particles generated: 3922 += Number of pseudo stable particles generated: 5337 = Number of events: 5 -= Mean pseudo stable multiplicity: 784.4 += Mean pseudo stable multiplicity: 1067.4 = = -= Number of charged stable particles generated: 1250 += Number of charged stable particles generated: 1616 = Number of events: 5 -= Mean charged stable multiplicity: 250 += Mean charged stable multiplicity: 323.2 = = -= Number of charged stable particles in LHCb eta 286 += Number of charged stable particles in LHCb eta 382 = Number of events: 5 -= Mean charged stable multiplicity in LHCb eta: 57.2 += Mean charged stable multiplicity in LHCb eta: 76.4 = = =================================================================== -GenMonitorAlg SUCCESS Booked 21 Histogram(s) : 1D=19 2D=2 +GenMonitorAlg SUCCESS Booked 21 Histogram(s) : 1D=19 2D=2 MainEventGaussSim SUCCESS ================================================================== MainEventGaussSim SUCCESS 5 events processed MainEventGaussSim SUCCESS ================================================================== @@ -975,26 +971,26 @@ SplitSim SUCCESS ================================================ SplitSim SUCCESS 5 events processed SplitSim SUCCESS ================================================================== GetRichHitsSplit INFO Av. # Invalid RICH flags = 0.00 +- 0.00 -GetRichHitsSplit INFO Av. # MCRichHits : Rich1 = 6.80 +- 1.17 (100.00 +-0.00%) Rich2 = 0.40 +- 0.28 (100.00 +-0.00%) +GetRichHitsSplit INFO Av. # MCRichHits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # Invalid radiator hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsSplit INFO Av. # Signal Hits : Rich1 = 6.60 +- 1.15 ( 97.06 +-2.90%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsSplit INFO Av. # Signal Hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # Gas Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # HPD Quartz CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # Nitrogen CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # Aero Filter CK hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # Si back-scattering : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # Charged Track hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsSplit INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.40 +- 0.28 (100.00 +-0.00%) -GetRichHitsSplit INFO Av. # All HPD reflection hits : Rich1 = 0.20 +- 0.20 ( 2.94 +-2.90%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsSplit INFO Av. # QW/PC refl. hits : Rich1 = 0.20 +- 0.20 ( 2.94 +-2.90%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsSplit INFO Av. # Scintillation hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsSplit INFO Av. # All HPD reflection hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsSplit INFO Av. # QW/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # Chromium refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsSplit INFO Av. # Air/QW refl. hits : Rich1 = 0.20 +- 0.20 ( 2.94 +-2.90%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsSplit INFO Av. # Air/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # Air/PC refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # PC/QW refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # Silicon refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # Kovar refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # Kapton refl. hits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) -GetRichHitsSplit INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 6.60 +- 1.15 ( 97.06 +-2.90%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) +GetRichHitsSplit INFO Av. # Signal CK MCRichHits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # Rayleigh scattered hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # MCParticle-less hits : Aero = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich1Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2Gas = 0.00 +- 0.00 ( 0.00 +-0.00%) GetRichHitsSplit INFO Av. # Aero hits per tile : @@ -1014,10 +1010,6 @@ GetRichHitsSplit INFO tile = 12 hits = 0.00 +- 0.00 / eve GetRichHitsSplit INFO tile = 13 hits = 0.00 +- 0.00 / event GetRichHitsSplit INFO tile = 14 hits = 0.00 +- 0.00 / event GetRichHitsSplit INFO tile = 15 hits = 0.00 +- 0.00 / event -GetRichPhotonsSplit INFO Av. # MCRichOpticalPhotons : Rich1Gas = 6.80 +- 1.17 / event -GetRichPhotonsSplit INFO Av. # MCRichOpticalPhotons : Rich2Gas = 0.40 +- 0.28 / event -GetRichSegmentsSplit INFO Av. # MCRichSegments : Rich1Gas = 0.40 +- 0.28 / event -GetRichSegmentsSplit INFO Av. # MCRichSegments : Rich2Gas = 0.20 +- 0.20 / event GetRichTracksSplit INFO Av. # MCRichTracks : Overall = 0.00 +- 0.00 GetRichHits INFO Av. # Invalid RICH flags = 0.00 +- 0.00 GetRichHits INFO Av. # MCRichHits : Rich1 = 0.00 +- 0.00 ( 0.00 +-0.00%) Rich2 = 0.00 +- 0.00 ( 0.00 +-0.00%) @@ -1065,16 +1057,16 @@ GaussRedecayMergeAndC... DEBUG Tools to release : GaussRedecayMergeAndC... DEBUG Services to release : GaussRedecay GaussRedecayMergeAndC... DEBUG Releasing service 'GaussRedecay' VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO - VeloGaussMoni table - +VeloGaussMoni INFO - VeloGaussMoni table - VeloGaussMoni INFO ------------------------------------------------------ -VeloGaussMoni INFO | ==> No MCHits found! +VeloGaussMoni INFO | ==> No MCHits found! VeloGaussMoni INFO ------------------------------------------------------ TTHitMonitor INFO *** Summary *** TTHitMonitor INFO #hits per event: 0 TTHitMonitor INFO Mean beta * gamma: 0 TTHitMonitor INFO Most Probable deposited charge: 0 TTHitMonitor INFO Half Sample width 0 -TTHitMonitor SUCCESS Booked 4 Histogram(s) : 1D=4 +TTHitMonitor SUCCESS Booked 4 Histogram(s) : 1D=4 TTHitMonitor SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "betaGamma" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | @@ -1084,7 +1076,7 @@ ITHitMonitor INFO #hits per event: 0 ITHitMonitor INFO Mean beta * gamma: 0 ITHitMonitor INFO Most Probable deposited charge: 0 ITHitMonitor INFO Half Sample width 0 -ITHitMonitor SUCCESS Booked 6 Histogram(s) : 1D=6 +ITHitMonitor SUCCESS Booked 6 Histogram(s) : 1D=6 ITHitMonitor SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "betaGamma" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | @@ -1094,15 +1086,15 @@ OTHitMonitor INFO #hits per event: 0 OTHitMonitor INFO Mean beta * gamma: 0 OTHitMonitor INFO Most Probable deposited charge: 0 OTHitMonitor INFO Half Sample width 0 -OTHitMonitor SUCCESS Booked 6 Histogram(s) : 1D=6 +OTHitMonitor SUCCESS Booked 6 Histogram(s) : 1D=6 OTHitMonitor SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "betaGamma" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | | "numberHits" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO Muon Monitoring Table +MuonHitChecker INFO Muon Monitoring Table MuonHitChecker INFO ----------------------------------------------------------------- -MuonHitChecker INFO M1 M2 M3 M4 M5 +MuonHitChecker INFO M1 M2 M3 M4 M5 MuonHitChecker INFO 0.000 0.000 0.000 0.000 0.000 R1 MuonHitChecker INFO 0.000 0.000 0.000 0.000 0.000 R2 MuonHitChecker INFO 0.000 0.000 0.000 0.000 0.000 R3 @@ -1114,68 +1106,65 @@ MuonHitChecker INFO 0.000 0.000 0.000 0.000 0.000 allR MuonHitChecker INFO number of hits generated outside gaps volume 0 RootHistSvc WARNING no ROOT output file name, Histograms cannot be persistified EventLoopMgr INFO Histograms converted successfully according to request. -LoKiSvc SUCCESS +LoKiSvc SUCCESS Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good -LoKi LoKi -LoKi LoKi -LoKi Good Bye from LoKi! LoKi -LoKi LoKi -LoKi (LOops & KInematics) LoKi -LoKi LoKi -LoKi Smart & Friendly C++ Physics Analysis Tool Kit LoKi -LoKi LoKi -LoKi LoKi -LoKi LoKi mailing list ('LoKi-club') : lhcb-loki@cern.ch LoKi -LoKi Comments, suggestions, criticism, ideas, questions and requests are *ALWAYS* welcome LoKi -LoKi LoKi +LoKi LoKi +LoKi LoKi +LoKi Good Bye from LoKi! LoKi +LoKi LoKi +LoKi (LOops & KInematics) LoKi +LoKi LoKi +LoKi Smart & Friendly C++ Physics Analysis Tool Kit LoKi +LoKi LoKi +LoKi LoKi +LoKi LoKi mailing list ('LoKi-club') : lhcb-loki@cern.ch LoKi +LoKi Comments, suggestions, criticism, ideas, questions and requests are *ALWAYS* welcome LoKi +LoKi LoKi Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good Bye Good ToolSvc INFO Removing all tools created by ToolSvc -SplitSim.SplitSimMemory SUCCESS Booked 4 Histogram(s) : 1D=4 +SplitSim.SplitSimMemory SUCCESS Booked 4 Histogram(s) : 1D=4 SplitSim.SplitSimMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 10061.3 | 2012.3 | 38.440 | 1935.4 | 2033.1 | -MainEventGaussSim.Mai...SUCCESS Booked 4 Histogram(s) : 1D=4 + | "Total Memory/MB" | 5 | 9270.536 | 1854.1 | 39.602 | 1774.9 | 1873.9 | +MainEventGaussSim.Mai...SUCCESS Booked 4 Histogram(s) : 1D=4 MainEventGaussSim.Mai...SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 10061.3 | 2012.3 | 38.440 | 1935.4 | 2033.1 | -ToolSvc.LoKi::Hybrid:...SUCCESS Number of counters : 1 - | Counter | # | sum | mean/eff^* | rms/err^* | min | max | - | "# loaded from PYTHON" | 7 | 7 | 1.0000 | 0.0000 | 1.0000 | 1.0000 | + | "Total Memory/MB" | 5 | 9270.536 | 1854.1 | 39.602 | 1774.9 | 1873.9 | Generation.SignalPlain WARNING SignalPlain:: releaseSvc(IInterface):: IInterface* is not active StatusCode=FAILURE Generation.SignalPlain SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 Generation.SignalPlain SUCCESS #WARNINGS = 1 Message = 'releaseSvc(IInterface):: IInterface* is not active' -GaussGen.GaussGenMemory SUCCESS Booked 4 Histogram(s) : 1D=4 +GaussGen.GaussGenMemory SUCCESS Booked 4 Histogram(s) : 1D=4 GaussGen.GaussGenMemory SUCCESS Number of counters : 2 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | | "Delta Memory/MB" | 0 | 0 | 0.0000 | 0.0000 | 1.7977e+308 |-1.7977e+308 | - | "Total Memory/MB" | 5 | 10057.96 | 2011.6 | 38.100 | 1935.4 | 2032.2 | + | "Total Memory/MB" | 5 | 9265.824 | 1853.2 | 39.173 | 1774.9 | 1873.9 | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- -ToolSvc.SequencerTime... INFO This machine has a speed about 2.33 times the speed of a 2.8 GHz Xeon. +ToolSvc.SequencerTime... INFO This machine has a speed about 3.03 times the speed of a 2.8 GHz Xeon. ToolSvc.SequencerTime... INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- ToolSvc.SequencerTime... INFO -------------------------------------------------------------------------------------------------- -Generation.SignalPlai...SUCCESS Booked 3 Histogram(s) : 2D=3 +Generation.SignalPlai...SUCCESS Booked 3 Histogram(s) : 2D=3 Generation.SignalPlai...SUCCESS Number of counters : 8 | Counter | # | sum | mean/eff^* | rms/err^* | min | max | |*"Efficiency for [D*(2007)0]cc " | 5 | 5 |( 100.0000 +- 0.000000)%| ------- | ------- | |*"Efficiency for [D0]cc " | 5 | 5 |( 100.0000 +- 0.000000)%| ------- | ------- | |*"Efficiency for [K-]cc " | 6 | 5 |( 83.33333 +- 15.21452)%| ------- | ------- | |*"Efficiency for [pi+]cc " | 6 | 6 |( 100.0000 +- 0.000000)%| ------- | ------- | - |*"Efficiency for gamma " | 17 | 6 |( 35.29412 +- 11.59040)%| ------- | ------- | - |*"accept_events" | 17 | 5 |( 29.41176 +- 11.05102)%| ------- | ------- | - |*"accept_particles" | 17 | 5 |( 29.41176 +- 11.05102)%| ------- | ------- | - | "selected marked" | 17 | 85 | 5.0000 | 0.0000 | 5.0000 | 5.0000 | + |*"Efficiency for gamma " | 16 | 6 |( 37.50000 +- 12.10307)%| ------- | ------- | + |*"accept_events" | 16 | 5 |( 31.25000 +- 11.58781)%| ------- | ------- | + |*"accept_particles" | 16 | 5 |( 31.25000 +- 11.58781)%| ------- | ------- | + | "selected marked" | 16 | 80 | 5.0000 | 0.0000 | 5.0000 | 5.0000 | Generation.SignalPlai...SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -Generation.SignalPlai...SUCCESS #WARNINGS = 1 Message = '# of bad/null bins for efficiency histogram: 0/114' +Generation.SignalPlai...SUCCESS #WARNINGS = 1 Message = '# of bad/null bins for efficiency histogram: 0/115' *------- PYTHIA Event and Cross Section Statistics -------------------------------------------------------------* | | @@ -1184,77 +1173,76 @@ Generation.SignalPlai...SUCCESS #WARNINGS = 1 Message = '# of bad/null | | | | |-----------------------------------------------------------------------------------------------------------------| | | | | - | non-diffractive 101 | 303 303 303 | 5.642e+01 0.000e+00 | - | A B -> A B elastic 102 | 116 116 116 | 2.226e+01 0.000e+00 | - | A B -> X B single diffractive 103 | 30 30 30 | 6.416e+00 4.867e-08 | - | A B -> A X single diffractive 104 | 26 26 26 | 6.416e+00 4.959e-08 | - | A B -> X X double diffractive 105 | 44 44 44 | 8.798e+00 3.594e-08 | + | non-diffractive 101 | 162 162 162 | 5.642e+01 1.060e-07 | + | A B -> A B elastic 102 | 58 58 58 | 2.226e+01 0.000e+00 | + | A B -> X B single diffractive 103 | 15 15 15 | 6.416e+00 4.353e-08 | + | A B -> A X single diffractive 104 | 20 20 20 | 6.416e+00 4.987e-08 | + | A B -> X X double diffractive 105 | 26 26 26 | 8.798e+00 0.000e+00 | | | | | - | sum | 519 519 519 | 1.003e+02 7.823e-08 | + | sum | 281 281 281 | 1.003e+02 1.249e-07 | | | *------- End PYTHIA Event and Cross Section Statistics ----------------------------------------------------------* - *------- PYTHIA Error and Warning Messages Statistics ----------------------------------------------------------* - | | - | times message | - | | - | 7 Error in BeamRemnants::setKinematics: kinematics construction failed | - | 3 Error in Pythia::next: hadronLevel failed; try again | - | 1 Error in StringFragmentation::fragment: stuck in joining | - | 2 Error in StringFragmentation::fragmentToJunction: caught in junction flavour loop | - | 6 Warning in JunctionSplitting::CheckColours: Not possible to split junctions; making new colours | - | 6 Warning in JunctionSplitting::SplitJunPairs: parallel junction state not allowed. | - | 3 Warning in MultipartonInteractions::init: maximum increased | - | 2 Warning in SpaceShower::pT2nextQCD: weight above unity | - | 36 Warning in StringFragmentation::fragmentToJunction: bad convergence junction rest frame | - | | - *------- End PYTHIA Error and Warning Messages Statistics ------------------------------------------------------* + *------- PYTHIA Error and Warning Messages Statistics ----------------------------------------------------------* + | | + | times message | + | | + | 11 Error in BeamRemnants::setKinematics: kinematics construction failed | + | 2 Error in Pythia::next: hadronLevel failed; try again | + | 2 Error in StringFragmentation::fragment: stuck in joining | + | 5 Warning in JunctionSplitting::CheckColours: Not possible to split junctions; making new colours | + | 5 Warning in JunctionSplitting::SplitJunPairs: parallel junction state not allowed. | + | 3 Warning in MultipartonInteractions::init: maximum increased | + | 3 Warning in SpaceShower::pT2nextQCD: weight above unity | + | 14 Warning in StringFragmentation::fragmentToJunction: bad convergence junction rest frame | + | | + *------- End PYTHIA Error and Warning Messages Statistics ------------------------------------------------------* TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO This machine has a speed about 2.78 times the speed of a 2.8 GHz Xeon. +TimingAuditor.TIMER INFO This machine has a speed about 2.86 times the speed of a 2.8 GHz Xeon. TimingAuditor.TIMER INFO Algorithm (millisec) | <user> | <clock> | min max sigma | entries | total (s) | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -TimingAuditor.TIMER INFO EVENT LOOP | 14608.000 | 14624.469 | 3467.860 35576.5 14541.39 | 5 | 73.122 | -TimingAuditor.TIMER INFO GaussSequencer | 14604.000 | 14622.434 | 3467.403 35567.7 14538.20 | 5 | 73.112 | -TimingAuditor.TIMER INFO Generator | 7856.000 | 7860.187 | 2391.691 24146.8 9188.65 | 5 | 39.301 | -TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 7856.000 | 7860.174 | 2391.658 24146.8 9188.65 | 5 | 39.301 | -TimingAuditor.TIMER INFO GaussGen | 0.000 | 0.447 | 0.205 1.3 0.46 | 5 | 0.002 | -TimingAuditor.TIMER INFO Generation | 7856.000 | 7859.142 | 2389.448 24145.7 9188.69 | 5 | 39.296 | -TimingAuditor.TIMER INFO GenMonitor | 0.000 | 0.535 | 0.222 0.9 0.30 | 5 | 0.003 | -TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 0.521 | 0.213 0.9 0.29 | 5 | 0.003 | -TimingAuditor.TIMER INFO Simulation | 6748.000 | 6762.223 | 6.652 33175.9 14766.39 | 5 | 33.811 | -TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.005 | 0.004 0.0 0.00 | 5 | 0.000 | -TimingAuditor.TIMER INFO MainEventSeq | 6748.000 | 6762.206 | 6.637 33175.9 14766.39 | 5 | 33.811 | -TimingAuditor.TIMER INFO MainEventGaussSim | 2.000 | 0.628 | 0.261 1.7 0.61 | 5 | 0.003 | -TimingAuditor.TIMER INFO MainSimulation | 6746.000 | 6761.550 | 6.353 33174.2 14765.80 | 5 | 33.808 | -TimingAuditor.TIMER INFO MakeMainSim | 6746.000 | 6761.544 | 6.348 33174.2 14765.80 | 5 | 33.808 | -TimingAuditor.TIMER INFO RegisterNewEvent | 0.000 | 0.072 | 0.012 0.2 0.07 | 5 | 0.000 | -TimingAuditor.TIMER INFO GaussHepMCSplitter | 0.000 | 0.203 | 0.040 0.9 0.36 | 5 | 0.001 | -TimingAuditor.TIMER INFO SplitSimulation | 6746.000 | 6761.252 | 6.241 33173.2 14765.41 | 5 | 33.806 | -TimingAuditor.TIMER INFO SplitSim | 0.000 | 0.164 | 0.081 0.3 0.10 | 5 | 0.001 | -TimingAuditor.TIMER INFO MakeMainSplitSim | 6746.000 | 6761.074 | 6.140 33172.9 14765.31 | 5 | 33.805 | -TimingAuditor.TIMER INFO GenToSimSplit | 6602.000 | 6617.715 | 0.144 33085.7 14796.03 | 5 | 33.089 | -TimingAuditor.TIMER INFO GiGaFlushSplit | 142.000 | 140.812 | 4.523 381.0 143.29 | 5 | 0.704 | -TimingAuditor.TIMER INFO GiGaCheckEventSplit | 0.000 | 0.006 | 0.003 0.0 0.00 | 5 | 0.000 | -TimingAuditor.TIMER INFO SimToMCTruthSplit | 0.000 | 0.488 | 0.026 2.1 0.91 | 5 | 0.002 | -TimingAuditor.TIMER INFO DetectorsHitsSplit | 2.000 | 1.871 | 0.476 4.6 1.64 | 5 | 0.009 | -TimingAuditor.TIMER INFO GetPuVetoHitsSplit | 0.000 | 0.031 | 0.015 0.1 0.02 | 5 | 0.000 | -TimingAuditor.TIMER INFO GetVeloHitsSplit | 0.000 | 0.100 | 0.008 0.5 0.20 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetTTHitsSplit | 2.000 | 0.223 | 0.006 1.1 0.48 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetITHitsSplit | 0.000 | 0.013 | 0.005 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO GetOTHitsSplit | 0.000 | 0.380 | 0.005 1.0 0.52 | 5 | 0.002 | -TimingAuditor.TIMER INFO RichHitsSplit | 0.000 | 0.855 | 0.106 1.9 0.75 | 5 | 0.004 | -TimingAuditor.TIMER INFO GetRichHitsSplit | 0.000 | 0.562 | 0.045 1.3 0.55 | 5 | 0.003 | -TimingAuditor.TIMER INFO GetRichPhotonsSplit | 0.000 | 0.064 | 0.013 0.2 0.07 | 5 | 0.000 | -TimingAuditor.TIMER INFO GetRichSegmentsSplit| 0.000 | 0.104 | 0.010 0.4 0.17 | 5 | 0.001 | -TimingAuditor.TIMER INFO GetRichTracksSplit | 0.000 | 0.088 | 0.006 0.4 0.16 | 5 | 0.000 | -TimingAuditor.TIMER INFO GetSpdHitsSplit | 0.000 | 0.023 | 0.007 0.1 0.02 | 5 | 0.000 | -TimingAuditor.TIMER INFO GetPrsHitsSplit | 0.000 | 0.024 | 0.005 0.1 0.02 | 5 | 0.000 | -TimingAuditor.TIMER INFO GetEcalHitsSplit | 0.000 | 0.017 | 0.006 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO GetHcalHitsSplit | 0.000 | 0.006 | 0.004 0.0 0.00 | 5 | 0.000 | -TimingAuditor.TIMER INFO GetMuonHitsSplit | 0.000 | 0.144 | 0.007 0.6 0.24 | 5 | 0.001 | -TimingAuditor.TIMER INFO SplitPrint | 0.000 | 0.041 | 0.011 0.1 0.04 | 5 | 0.000 | -TimingAuditor.TIMER INFO PostSimFilterSeq | 0.000 | 0.019 | 0.013 0.0 0.01 | 5 | 0.000 | -TimingAuditor.TIMER INFO ConversionFilter | 0.000 | 0.012 | 0.005 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO EVENT LOOP | 9200.000 | 11048.423 | 651.292 41179.7 16962.93 | 5 | 55.242 | +TimingAuditor.TIMER INFO GaussSequencer | 9196.000 | 11044.989 | 651.215 41163.5 16955.84 | 5 | 55.225 | +TimingAuditor.TIMER INFO Generator | 3024.000 | 3147.652 | 426.764 5695.2 2089.37 | 5 | 15.738 | +TimingAuditor.TIMER INFO GeneratorSlotMainSeq | 3024.000 | 3147.644 | 426.759 5695.2 2089.37 | 5 | 15.738 | +TimingAuditor.TIMER INFO GaussGen | 0.000 | 0.494 | 0.152 1.4 0.53 | 5 | 0.002 | +TimingAuditor.TIMER INFO Generation | 3024.000 | 3146.422 | 426.246 5694.7 2089.57 | 5 | 15.732 | +TimingAuditor.TIMER INFO GenMonitor | 0.000 | 0.680 | 0.247 1.2 0.39 | 5 | 0.003 | +TimingAuditor.TIMER INFO GenMonitorAlg | 0.000 | 0.668 | 0.228 1.2 0.40 | 5 | 0.003 | +TimingAuditor.TIMER INFO Simulation | 6172.000 | 7897.325 | 47.273 38948.9 17358.53 | 5 | 39.487 | +TimingAuditor.TIMER INFO GiGaStore | 0.000 | 0.006 | 0.006 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO MainEventSeq | 6172.000 | 7897.308 | 47.255 38948.8 17358.53 | 5 | 39.487 | +TimingAuditor.TIMER INFO MainEventGaussSim | 0.000 | 2.768 | 0.210 12.5 5.46 | 5 | 0.014 | +TimingAuditor.TIMER INFO MainSimulation | 6172.000 | 7894.519 | 46.878 38936.3 17353.06 | 5 | 39.473 | +TimingAuditor.TIMER INFO MakeMainSim | 6172.000 | 7894.512 | 46.872 38936.3 17353.06 | 5 | 39.473 | +TimingAuditor.TIMER INFO RegisterNewEvent | 0.000 | 0.065 | 0.009 0.2 0.08 | 5 | 0.000 | +TimingAuditor.TIMER INFO GaussHepMCSplitter | 0.000 | 0.170 | 0.029 0.7 0.30 | 5 | 0.001 | +TimingAuditor.TIMER INFO SplitSimulation | 6172.000 | 7894.259 | 46.818 38935.4 17352.72 | 5 | 39.471 | +TimingAuditor.TIMER INFO SplitSim | 0.000 | 0.129 | 0.065 0.4 0.13 | 5 | 0.001 | +TimingAuditor.TIMER INFO MakeMainSplitSim | 6172.000 | 7894.117 | 46.735 38935.0 17352.59 | 5 | 39.471 | +TimingAuditor.TIMER INFO GenToSimSplit | 6050.000 | 7731.539 | 0.086 38656.2 17287.39 | 5 | 38.658 | +TimingAuditor.TIMER INFO GiGaFlushSplit | 120.000 | 150.259 | 45.238 243.4 93.52 | 5 | 0.751 | +TimingAuditor.TIMER INFO GiGaCheckEventSplit | 0.000 | 0.006 | 0.006 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO SimToMCTruthSplit | 2.000 | 6.874 | 0.047 34.0 15.18 | 5 | 0.034 | +TimingAuditor.TIMER INFO DetectorsHitsSplit | 0.000 | 5.288 | 0.246 23.6 10.22 | 5 | 0.026 | +TimingAuditor.TIMER INFO GetPuVetoHitsSplit | 0.000 | 0.039 | 0.023 0.1 0.03 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetVeloHitsSplit | 0.000 | 0.009 | 0.008 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetTTHitsSplit | 0.000 | 0.008 | 0.007 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetITHitsSplit | 0.000 | 0.007 | 0.007 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetOTHitsSplit | 0.000 | 4.319 | 0.007 21.6 9.64 | 5 | 0.022 | +TimingAuditor.TIMER INFO RichHitsSplit | 0.000 | 0.531 | 0.109 1.1 0.42 | 5 | 0.003 | +TimingAuditor.TIMER INFO GetRichHitsSplit | 0.000 | 0.417 | 0.062 1.1 0.42 | 5 | 0.002 | +TimingAuditor.TIMER INFO GetRichPhotonsSplit | 0.000 | 0.027 | 0.011 0.1 0.03 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetRichSegmentsSplit| 0.000 | 0.031 | 0.009 0.1 0.05 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetRichTracksSplit | 0.000 | 0.021 | 0.007 0.1 0.03 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetSpdHitsSplit | 0.000 | 0.030 | 0.008 0.1 0.04 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetPrsHitsSplit | 0.000 | 0.023 | 0.012 0.1 0.02 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetEcalHitsSplit | 0.000 | 0.015 | 0.006 0.0 0.01 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetHcalHitsSplit | 0.000 | 0.006 | 0.005 0.0 0.00 | 5 | 0.000 | +TimingAuditor.TIMER INFO GetMuonHitsSplit | 0.000 | 0.188 | 0.008 0.8 0.37 | 5 | 0.001 | +TimingAuditor.TIMER INFO SplitPrint | 0.000 | 0.058 | 0.012 0.2 0.08 | 5 | 0.000 | +TimingAuditor.TIMER INFO PostSimFilterSeq | 0.000 | 0.020 | 0.011 0.1 0.02 | 5 | 0.000 | +TimingAuditor.TIMER INFO ConversionFilter | 0.000 | 0.015 | 0.006 0.0 0.02 | 5 | 0.000 | TimingAuditor.TIMER INFO GenToSim | 0.000 | 0.000 | 0.000 0.0 0.00 | 0 | 0.000 | TimingAuditor.TIMER INFO GiGaFlush | 0.000 | 0.000 | 0.000 0.0 0.00 | 0 | 0.000 | TimingAuditor.TIMER INFO GiGaCheckEvent | 0.000 | 0.000 | 0.000 0.0 0.00 | 0 | 0.000 | @@ -1345,16 +1333,14 @@ TimingAuditor.TIMER INFO CheckHcalHits | 0.000 | TimingAuditor.TIMER INFO UnpackMuonHits | 0.000 | 0.000 | 0.000 0.0 0.00 | 0 | 0.000 | TimingAuditor.TIMER INFO CheckMuonHits | 0.000 | 0.000 | 0.000 0.0 0.00 | 0 | 0.000 | TimingAuditor.TIMER INFO -------------------------------------------------------------------------------------------------- -GiGa.TrackSeq.PostTrack SUCCESS Exceptions/Errors/Warnings/Infos Statistics : 0/0/1/0 -GiGa.TrackSeq.PostTrack SUCCESS #WARNINGS = 36 Message = 'RichHpd/Pmt/Mcp PhotoelectricProcess RichHpd/Pmt/Mcp SiEnergyLossProcess particles not kept' GiGa.GiGaMgr INFO GiGaRunManager:: GiGaRunManager Finalization *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** -GiGa.GiGaMgr::process... INFO Time User : Tot= 0.71 [s] Ave/Min/Max=0.142(+-0.128)/ 0/ 0.38 [s] #= 5 -ChronoStatSvc INFO Time User : Tot= 182 [s] #= 1 +GiGa.GiGaMgr::process... INFO Time User : Tot= 0.6 [s] Ave/Min/Max= 0.12(+-0.071)/ 0.05/ 0.21 [s] #= 5 +ChronoStatSvc INFO Time User : Tot= 144 [s] #= 1 *****Chrono***** INFO **************************************************************************************************** -ChronoStatSvc.finalize() INFO Service finalized successfully +ChronoStatSvc.finalize() INFO Service finalized successfully ApplicationMgr INFO Application Manager Finalized successfully ApplicationMgr INFO Application Manager Terminated successfully Thanks for using LHAPDF 6.1.6. Please make sure to cite the paper: