diff --git a/Hlt/Hlt1Conf/options/hlt1_allen_via_moore_example.py b/Hlt/Hlt1Conf/options/hlt1_allen_via_moore_example.py
index 930e5ea18c91304b90626561ec2ea880201c620f..8f681e53aac9bb73cedc5fa9db3960792580430f 100644
--- a/Hlt/Hlt1Conf/options/hlt1_allen_via_moore_example.py
+++ b/Hlt/Hlt1Conf/options/hlt1_allen_via_moore_example.py
@@ -20,5 +20,5 @@ options.evt_max = 100
options.output_file = "HLT1.dst"
options.output_type = "ROOT"
-with allen_sequence.bind(sequence="hlt1_pp_forward_then_matching_no_ut"):
+with allen_sequence.bind(sequence="hlt1_pp_default"):
run_allen(options)
diff --git a/Hlt/Hlt1Conf/tests/options/allen_fwd_tracks_tos.py b/Hlt/Hlt1Conf/tests/options/allen_fwd_tracks_tos.py
index bc0f06ea8e6d5718ff7a6b22a7208ddef18b84a6..26c411bb6555c74ea2671f5f764f2b94621c6f9c 100644
--- a/Hlt/Hlt1Conf/tests/options/allen_fwd_tracks_tos.py
+++ b/Hlt/Hlt1Conf/tests/options/allen_fwd_tracks_tos.py
@@ -92,7 +92,7 @@ options.msg_svc_format = "% F%70W%S %7W%R%T %0W%M"
# Remove the UT bind once the UT conditions are
# integrated in DD4Hep
with (
- allen_gaudi_config.bind(sequence="hlt1_pp_no_ut"),
+ allen_gaudi_config.bind(sequence="hlt1_pp_forward_then_matching"),
default_VeloCluster_source.bind(bank_type="VPRetinaCluster"),
get_default_ut_clusters.bind(disable_ut=True),
):
diff --git a/Hlt/Hlt1Conf/tests/options/allen_vtxs_tos.py b/Hlt/Hlt1Conf/tests/options/allen_vtxs_tos.py
index f0be7be1f7c7cc44dd3f84c9ece3fd11038cec9d..f60e5d67ccfe1a750287715d88a9739d350dbb61 100644
--- a/Hlt/Hlt1Conf/tests/options/allen_vtxs_tos.py
+++ b/Hlt/Hlt1Conf/tests/options/allen_vtxs_tos.py
@@ -91,7 +91,7 @@ options.msg_svc_format = "% F%70W%S %7W%R%T %0W%M"
# Remove the UT bind once the UT conditions are
# integrated in DD4Hep
with (
- allen_gaudi_config.bind(sequence="hlt1_pp_no_ut_dihadrons"),
+ allen_gaudi_config.bind(sequence="hlt1_pp_dihadrons"),
default_VeloCluster_source.bind(bank_type="VPRetinaCluster"),
get_default_ut_clusters.bind(disable_ut=True),
):
diff --git a/Hlt/Hlt1Conf/tests/options/bandwidth/hlt1_bandwidth_streamless_streams.py b/Hlt/Hlt1Conf/tests/options/bandwidth/hlt1_bandwidth_streamless_streams.py
index 879f55935666103379ce1a3f0a6f3f5e9e14262c..96a81f94d55ef14c63524dbecc64b75aeab7fddf 100644
--- a/Hlt/Hlt1Conf/tests/options/bandwidth/hlt1_bandwidth_streamless_streams.py
+++ b/Hlt/Hlt1Conf/tests/options/bandwidth/hlt1_bandwidth_streamless_streams.py
@@ -42,7 +42,7 @@ if UseDD4Hep:
config = configure_input(options)
# choice of sequence from https://mattermost.web.cern.ch/lhcb/pl/ewxcgeppm7gxdejdcsm6ko6xky
with (
- allen_gaudi_config.bind(sequence="hlt1_pp_matching_no_ut_1000KHz"),
+ allen_gaudi_config.bind(sequence="hlt1_pp_default"),
allen_runtime_options.bind(filename="allen_write_hlt1_bandwidth_test_monitor.root"),
):
allen_node = allen_control_flow(options)
diff --git a/Hlt/Hlt1Conf/tests/qmtest/persistency.qms/allen_secondary_vertex_tos.qmt b/Hlt/Hlt1Conf/tests/qmtest/persistency.qms/allen_secondary_vertex_tos.qmt
index b2e0fc396107c03225e6c910495913b083e8c93a..976da25bcb2423cef39da5a681690921758a711c 100644
--- a/Hlt/Hlt1Conf/tests/qmtest/persistency.qms/allen_secondary_vertex_tos.qmt
+++ b/Hlt/Hlt1Conf/tests/qmtest/persistency.qms/allen_secondary_vertex_tos.qmt
@@ -21,13 +21,13 @@ Run Allen HLT1 and check secondary vertexes against SelReports with TOSFilters.
true
from Moore.qmtest.exclusions import preprocessor
-from Moore.qmtest.exclusions import remove_known_warnings
+from Moore.qmtest.exclusions import remove_UT_cluster_warnings
countErrorLines({
"FATAL": 0,
"ERROR": 0,
"WARNING": 0
},
- stdout=remove_known_warnings(stdout))
+ stdout=remove_UT_cluster_warnings(stdout))
# Check that:
# 1. For multi-track Hlt1 lines, the number of events passing the
diff --git a/Hlt/Hlt1Conf/tests/qmtest/persistency.qms/allen_single_track_tos.qmt b/Hlt/Hlt1Conf/tests/qmtest/persistency.qms/allen_single_track_tos.qmt
index d8b675c183a24b76f9fa0b92b74413504b042bc9..2a0d30ed3ff3d5835c421a06e35c20efe3a58f4d 100644
--- a/Hlt/Hlt1Conf/tests/qmtest/persistency.qms/allen_single_track_tos.qmt
+++ b/Hlt/Hlt1Conf/tests/qmtest/persistency.qms/allen_single_track_tos.qmt
@@ -24,13 +24,13 @@ Run Allen HLT1 and check forward tracks against SelReports with TOSFilters.
true
from Moore.qmtest.exclusions import preprocessor
-from Moore.qmtest.exclusions import remove_known_warnings
+from Moore.qmtest.exclusions import remove_UT_cluster_warnings
countErrorLines({
"FATAL": 0,
"ERROR": 0,
"WARNING": 0
},
- stdout=remove_known_warnings(stdout))
+ stdout=remove_UT_cluster_warnings(stdout))
# Check that:
# 1. For single-track Hlt1 lines, the number of events passing the
diff --git a/Hlt/Moore/python/Moore/qmtest/exclusions.py b/Hlt/Moore/python/Moore/qmtest/exclusions.py
index e9fed45c70c35261ff8b0a93a5e19cde7d972751..fe3fc31949809cfe814fc8d81bf7319022a18f12 100644
--- a/Hlt/Moore/python/Moore/qmtest/exclusions.py
+++ b/Hlt/Moore/python/Moore/qmtest/exclusions.py
@@ -69,6 +69,7 @@ remove_known_warnings = (
r"FTRawBankDecoder.*ERROR Suppressing message.*Misordered links.*",
r"FTRawBankDecoder.*ERROR Suppressing message.*No end fragment found.*",
r"FTRawBankDecoder.*ERROR Suppressing message:.*Misordered large cluster.*",
+ r"FTRawBankDecoder.*WARNING Suppressing message:.*Misordered channel.*",
r"FTRawBankDecoder.*WARNING Suppressing message.*Misordered links.*",
r"FTRawBankDecoder.*WARNING Suppressing message.*No end fragment found.*",
r"FTRawBankDecoder.*WARNING Suppressing message:.*No begin fragment found.*",
diff --git a/Hlt/RecoConf/options/allen_gaudi_forward.py b/Hlt/RecoConf/options/allen_gaudi_forward.py
index 526950f859f1c4c017865daab7f2e8c080645554..a60282a7fa01e2e0dad6b0518d1ca4f574682d30 100644
--- a/Hlt/RecoConf/options/allen_gaudi_forward.py
+++ b/Hlt/RecoConf/options/allen_gaudi_forward.py
@@ -56,7 +56,7 @@ options.histo_file = "Hlt1ForwardTrackingResolutionAllen.root"
with (
make_velo_full_clusters.bind(make_full_cluster=VPRetinaFullClustering),
default_VeloCluster_source.bind(bank_type="VPRetinaCluster"),
- allen_gaudi_config.bind(sequence="hlt1_pp_no_ut"),
+ allen_gaudi_config.bind(sequence="hlt1_pp_forward"),
get_default_ut_clusters.bind(disable_ut=True),
allen_runtime_options.bind(filename="allen_gaudi_forward_monitor.root"),
):
diff --git a/Hlt/RecoConf/options/allen_gaudi_seed_and_match.py b/Hlt/RecoConf/options/allen_gaudi_seed_and_match.py
index f33975d00624337d09e62ab6f344dec0e99f0839..84b1606f5e7284595907b0438053a914c3285f64 100644
--- a/Hlt/RecoConf/options/allen_gaudi_seed_and_match.py
+++ b/Hlt/RecoConf/options/allen_gaudi_seed_and_match.py
@@ -54,7 +54,7 @@ options.histo_file = "Hlt1SeedAndMatchTrackingResolutionAllen.root"
with (
make_velo_full_clusters.bind(make_full_cluster=VPRetinaFullClustering),
- allen_gaudi_config.bind(sequence="hlt1_pp_matching_no_ut"),
+ allen_gaudi_config.bind(sequence="hlt1_pp_matching"),
get_default_ut_clusters.bind(disable_ut=True),
default_VeloCluster_source.bind(bank_type="VPRetinaCluster"),
allen_runtime_options.bind(filename="allen_gaudi_seed_match_monitor.root"),
diff --git a/Hlt/RecoConf/options/allen_gaudi_seed_and_match_with_ut.py b/Hlt/RecoConf/options/allen_gaudi_seed_and_match_with_ut.py
deleted file mode 100644
index 7d50e1a27620cc4be76b24d6f42dfa2e6aa4d1a8..0000000000000000000000000000000000000000
--- a/Hlt/RecoConf/options/allen_gaudi_seed_and_match_with_ut.py
+++ /dev/null
@@ -1,62 +0,0 @@
-###############################################################################
-# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration #
-# #
-# This software is distributed under the terms of the GNU General Public #
-# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
-# #
-# In applying this licence, CERN does not waive the privileges and immunities #
-# granted to it by virtue of its status as an Intergovernmental Organization #
-# or submit itself to any jurisdiction. #
-###############################################################################
-from Allen.config import run_allen_reconstruction
-from AllenCore.gaudi_allen_generator import allen_runtime_options
-from PyConf.Algorithms import VPRetinaFullClustering
-from RecoConf.config import Reconstruction
-from RecoConf.decoders import default_VeloCluster_source
-from RecoConf.hlt1_allen import allen_gaudi_config, make_allen_seed_and_match_tracks
-from RecoConf.legacy_rec_hlt1_tracking import (
- get_default_ut_clusters,
- make_velo_full_clusters,
-)
-from RecoConf.mc_checking import (
- check_tracking_efficiency,
- make_links_lhcbids_mcparticles_VP_FT,
- make_links_tracks_mcparticles,
-)
-from RecoConf.mc_checking_categories import get_hit_type_mask, get_mc_categories
-from RecoConf.options import options
-
-
-def make_reconstruction():
- seed_and_match_tracks = make_allen_seed_and_match_tracks()
-
- # make links to lhcb id for mc matching
- links_to_lhcbids = make_links_lhcbids_mcparticles_VP_FT()
-
- # build the PrChecker algorihm for forward track
- links_to_seed_and_match_tracks = make_links_tracks_mcparticles(
- InputTracks=seed_and_match_tracks["v1keyed"], LinksToLHCbIDs=links_to_lhcbids
- )
-
- pr_checker_for_seed_and_match_track = check_tracking_efficiency(
- TrackType="SeedAndMatch",
- InputTracks=seed_and_match_tracks["v1keyed"],
- LinksToTracks=links_to_seed_and_match_tracks,
- LinksToLHCbIDs=links_to_lhcbids,
- MCCategories=get_mc_categories("BestLong"),
- HitTypesToCheck=get_hit_type_mask("Match"),
- )
-
- return Reconstruction("track_efficiency", [pr_checker_for_seed_and_match_track])
-
-
-options.histo_file = "Hlt1SeedAndMatchTrackingResolutionAllen_UT.root"
-
-with (
- make_velo_full_clusters.bind(make_full_cluster=VPRetinaFullClustering),
- allen_gaudi_config.bind(sequence="hlt1_pp_matching"),
- get_default_ut_clusters.bind(disable_ut=True),
- default_VeloCluster_source.bind(bank_type="VPRetinaCluster"),
- allen_runtime_options.bind(filename="allen_gaudi_seed_match_monitor.root"),
-):
- run_allen_reconstruction(options, make_reconstruction)
diff --git a/Hlt/RecoConf/options/allen_gaudi_velo_ut.py b/Hlt/RecoConf/options/allen_gaudi_velo_ut.py
index 253d85f20386b4900be718bd8e4b09936908ebd6..dc53adf8df36c0f979903b20abf0c878acba1c37 100644
--- a/Hlt/RecoConf/options/allen_gaudi_velo_ut.py
+++ b/Hlt/RecoConf/options/allen_gaudi_velo_ut.py
@@ -14,7 +14,7 @@ from PyConf.Algorithms import VPRetinaFullClustering
from RecoConf.config import Reconstruction
from RecoConf.decoders import default_VeloCluster_source
from RecoConf.event_filters import require_gec
-from RecoConf.hlt1_allen import make_allen_velo_ut_tracks
+from RecoConf.hlt1_allen import allen_gaudi_config, make_allen_velo_ut_tracks
from RecoConf.legacy_rec_hlt1_tracking import (
get_global_clusters_on_track_tool,
make_FTRawBankDecoder_empty_clusters,
@@ -58,6 +58,7 @@ options.evt_max = 100
options.histo_file = "Hlt1VeloUTTrackingResolutionAllen.root"
with (
+ allen_gaudi_config.bind(sequence="hlt1_pp_forward"),
make_velo_full_clusters.bind(make_full_cluster=VPRetinaFullClustering),
allen_runtime_options.bind(filename="allen_gaudi_velo_ut_monitor.root"),
default_VeloCluster_source.bind(bank_type="VPRetinaCluster"),
diff --git a/Hlt/RecoConf/options/hlt1_hlt2_comparison.py b/Hlt/RecoConf/options/hlt1_hlt2_comparison.py
index 7faec79afee9050d2ee40c5f6e4643aa7a3826de..cd3788a8d5c55b5c71938681dfa4b68c1b9cdc36 100644
--- a/Hlt/RecoConf/options/hlt1_hlt2_comparison.py
+++ b/Hlt/RecoConf/options/hlt1_hlt2_comparison.py
@@ -32,7 +32,7 @@ def reco():
allen_forward_tracks = make_allen_forward_tracks()
allen_velo_tracks = make_allen_velo_tracks()
- allen_pvs = hlt1_reconstruction(with_ut=False)["pvs"]
+ allen_pvs = hlt1_reconstruction(with_ut=True)["pvs"]
pvs = make_all_pvs()["v1"]
@@ -46,7 +46,7 @@ def reco():
pvs,
allen_velo_tracks["v1keyed"],
Velotracks,
- with_ut=False,
+ with_ut=True,
)
return Reconstruction("hlt1", checker)
@@ -54,9 +54,9 @@ def reco():
options.histo_file = "HLT1HLT2Checker_fitted_profile.root"
with (
- allen_gaudi_config.bind(sequence="hlt1_pp_no_ut"),
+ allen_gaudi_config.bind(sequence="hlt1_pp_forward"),
default_VeloCluster_source.bind(bank_type="VPRetinaCluster"),
- get_default_ut_clusters.bind(disable_ut=True),
+ get_default_ut_clusters.bind(disable_ut=False),
make_velo_full_clusters.bind(make_full_cluster=VPRetinaFullClustering),
):
run_allen_reconstruction(options, reco)
diff --git a/Hlt/RecoConf/tests/qmtest/allen_gaudi_forward_with_mcchecking.qmt b/Hlt/RecoConf/tests/qmtest/allen_gaudi_forward_with_mcchecking.qmt
index c39ab5c9df1c70ad985b2245e33867c3951b7a6a..1a7f36f3a09a3f3c32faad612a340cb5db04a14d 100644
--- a/Hlt/RecoConf/tests/qmtest/allen_gaudi_forward_with_mcchecking.qmt
+++ b/Hlt/RecoConf/tests/qmtest/allen_gaudi_forward_with_mcchecking.qmt
@@ -27,9 +27,9 @@
from Moore.qmtest.exclusions import ref_preprocessor
validateWithReference(preproc = ref_preprocessor)
-from Moore.qmtest.exclusions import remove_known_warnings
+from Moore.qmtest.exclusions import remove_UT_cluster_warnings
countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0},
- stdout=remove_known_warnings(stdout))
+ stdout=remove_UT_cluster_warnings(stdout))
diff --git a/Hlt/RecoConf/tests/qmtest/allen_gaudi_seed_and_match_with_mcchecking.qmt b/Hlt/RecoConf/tests/qmtest/allen_gaudi_seed_and_match_with_mcchecking.qmt
index e016ebebd62147b0a7db4bc6a681759127de5920..53f3f822fa87c9529dee7383ba558a973dc2071b 100644
--- a/Hlt/RecoConf/tests/qmtest/allen_gaudi_seed_and_match_with_mcchecking.qmt
+++ b/Hlt/RecoConf/tests/qmtest/allen_gaudi_seed_and_match_with_mcchecking.qmt
@@ -27,9 +27,9 @@
from Moore.qmtest.exclusions import ref_preprocessor
validateWithReference(preproc = ref_preprocessor)
-from Moore.qmtest.exclusions import remove_known_warnings
+from Moore.qmtest.exclusions import remove_UT_cluster_warnings
countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0},
- stdout=remove_known_warnings(stdout))
+ stdout=remove_UT_cluster_warnings(stdout))
diff --git a/Hlt/RecoConf/tests/qmtest/allen_gaudi_seed_and_match_with_ut_with_mcchecking.qmt b/Hlt/RecoConf/tests/qmtest/allen_gaudi_seed_and_match_with_ut_with_mcchecking.qmt
deleted file mode 100644
index d50d2e9a5f2058f840f0808dc5f7aee786891f54..0000000000000000000000000000000000000000
--- a/Hlt/RecoConf/tests/qmtest/allen_gaudi_seed_and_match_with_ut_with_mcchecking.qmt
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-gaudirun.py
-
- $MOOREROOT/tests/options/default_input_and_conds_hlt1.py
- $RECOCONFROOT/options/allen_gaudi_seed_and_match_with_ut.py
-
-true
-../refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref
-../refs/empty.ref
-
-
-from Moore.qmtest.exclusions import ref_preprocessor
-validateWithReference(preproc = ref_preprocessor)
-
-from Moore.qmtest.exclusions import remove_UT_cluster_warnings
-countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0},
- stdout=remove_UT_cluster_warnings(stdout))
-
-
-
diff --git a/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref b/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref
deleted file mode 100644
index dee0878c3574eff3b8328dcc7b0cceb04f858277..0000000000000000000000000000000000000000
--- a/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref
+++ /dev/null
@@ -1,137 +0,0 @@
-SeedAndMatchTrackChecker_4920259f INFO Results
-SeedAndMatchTrackChecker_4920259f INFO **** SeedAndMatch 45942 tracks including 1882 ghosts [ 4.10 %], Event average 3.15 % ****
-SeedAndMatchTrackChecker_4920259f INFO 01_long : 40872 from 59002 [ 69.27 %] 881 clones [ 2.11 %], purity: 83.94 %, hitEff: 98.30 %
-SeedAndMatchTrackChecker_4920259f INFO 02_long_P>5GeV : 32507 from 37806 [ 85.98 %] 701 clones [ 2.11 %], purity: 84.02 %, hitEff: 98.57 %
-SeedAndMatchTrackChecker_4920259f INFO 03_long_strange : 1857 from 3239 [ 57.33 %] 30 clones [ 1.59 %], purity: 82.04 %, hitEff: 98.49 %
-SeedAndMatchTrackChecker_4920259f INFO 04_long_strange_P>5GeV : 1249 from 1484 [ 84.16 %] 18 clones [ 1.42 %], purity: 82.03 %, hitEff: 98.97 %
-SeedAndMatchTrackChecker_4920259f INFO 05_long_fromB : 52 from 87 [ 59.77 %] 1 clones [ 1.89 %], purity: 84.52 %, hitEff: 98.29 %
-SeedAndMatchTrackChecker_4920259f INFO 05_long_fromD : 495 from 693 [ 71.43 %] 9 clones [ 1.79 %], purity: 84.15 %, hitEff: 98.72 %
-SeedAndMatchTrackChecker_4920259f INFO 06_long_fromB_P>5GeV : 41 from 50 [ 82.00 %] 1 clones [ 2.38 %], purity: 84.40 %, hitEff: 98.23 %
-SeedAndMatchTrackChecker_4920259f INFO 06_long_fromD_P>5GeV : 409 from 463 [ 88.34 %] 9 clones [ 2.15 %], purity: 84.24 %, hitEff: 98.89 %
-SeedAndMatchTrackChecker_4920259f INFO 07_long_electrons : 1445 from 4165 [ 34.69 %] 35 clones [ 2.36 %], purity: 81.18 %, hitEff: 98.25 %
-SeedAndMatchTrackChecker_4920259f INFO 07_long_electrons_pairprod : 1337 from 3893 [ 34.34 %] 34 clones [ 2.48 %], purity: 81.00 %, hitEff: 98.26 %
-SeedAndMatchTrackChecker_4920259f INFO 08_long_fromB_electrons : 5 from 7 [ 71.43 %] 1 clones [16.67 %], purity: 85.17 %, hitEff: 98.61 %
-SeedAndMatchTrackChecker_4920259f INFO 09_long_fromB_electrons_P>5GeV : 4 from 6 [ 66.67 %] 1 clones [20.00 %], purity: 85.06 %, hitEff:100.00 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromB_P>3GeV_Pt>0.5GeV : 28 from 39 [ 71.79 %] 1 clones [ 3.45 %], purity: 84.58 %, hitEff: 97.70 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromB_electrons_P>3GeV_Pt>0.5GeV : 4 from 6 [ 66.67 %] 1 clones [20.00 %], purity: 85.06 %, hitEff:100.00 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromD_P>3GeV_Pt>0.5GeV : 314 from 363 [ 86.50 %] 7 clones [ 2.18 %], purity: 84.12 %, hitEff: 98.62 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_strange_P>3GeV_Pt>0.5GeV : 634 from 755 [ 83.97 %] 11 clones [ 1.71 %], purity: 81.75 %, hitEff: 98.35 %
-SeedAndMatchTrackChecker_4920259f INFO 11_UT_long_fromB_P>3GeV_Pt>0.5GeV : 28 from 39 [ 71.79 %] 1 clones [ 3.45 %], purity: 84.58 %, hitEff: 97.70 %
-SeedAndMatchTrackChecker_4920259f INFO
-ApplicationMgr INFO Application Manager Finalized successfully
-ApplicationMgr INFO Application Manager Terminated successfully
-HLTControlFlowMgr INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Processed events" | 1000 |
-PrLHCbID2MCParticleVPFT_7b5311b2 INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "#removed null MCParticles" | 6374967 | 0 | 0.0000 |
-PrTrackAssociator_88d30813 INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- |*"Efficiency" | 45942 | 44060 |( 95.90353 +- 0.09247348)% |
- | "MC particles per track" | 44060 | 51234 | 1.1628 |
-PrVPHitsToVPLightClusters_8cd36c45 INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Clusters" | 1000 | 2178998 | 2179.0 |
-SeedAndMatchTrackChecker_4920259... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "# loaded from PYTHON" | 17 |
-VPLightClustersToVPMicroClusters... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "# Converted Clusters" | 1000 | 2178998 | 2179.0 |
-VeloRetinaClusterTrackingSIMD_66... INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Clusters" | 1000 | 2178998 | 2179.0 |
- | "Nb of Produced Tracks" | 1000 | 240661 | 240.66 |
-calculate_number_of_retinacluste... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_unexpected_velo_rawbank" | 104000 |
-fromV3TrackV1Track_3957846e INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Tracks" | 1000 | 45942 | 45.942 |
- | "Not all LHCbIDs were found as clusters." | 45942 |
-fromV3TrackV1Track_3957846e.AddC... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Could not find all UT clusters" | 45942 |
-matching_consolidate_tracks_matc... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_long_tracks_matching" | 1000 | 45942 | 45.942 |
-pv_beamline_cleanup INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_PVs" | 1000 | 5108 | 5.1080 |
-scifi_consolidate_seeds_matching INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_seed_tracks" | 1000 | 81379 | 81.379 |
-velo_consolidate_tracks INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_velo_tracks" | 1000 | 249199 | 249.20 |
-TransposeRawBanks_49219a6b INFO 1D histograms in directory "TransposeRawBanks_49219a6b" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | Muon | "Muon" | 44000 | 35.585 | 14.369 | 0.72234 | 0.59958 |
-TransposeRawBanks_901cc252 INFO 1D histograms in directory "TransposeRawBanks_901cc252" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | ECal | "ECal" | 72000 | 157.5 | 0.0000 | 0 | 0 |
-TransposeRawBanks_abee1068 INFO 1D histograms in directory "TransposeRawBanks_abee1068" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | FTCluster | "FTCluster" | 240000 | 43.621 | 27.730 | 1.7421 | 4.0042 |
-TransposeRawBanks_d381aaa1 INFO 1D histograms in directory "TransposeRawBanks_d381aaa1" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | VP | "VP" | 208000 | 93.461 | 56.368 | 1.2504 | 3.1052 |
-TransposeRawBanks_d61819c9 INFO 1D histograms in directory "TransposeRawBanks_d61819c9" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | UT | "UT" | 216000 | 69.797 | 61.476 | 2.6463 | 11.635 |
-is_muon INFO 1D histograms in directory "is_muon" : 3
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_muons | "# muons" | 45942 | 0.10892 | 0.31154 | 2.5106 | 4.3033 |
- | pv_x | "pv_x" | 3225 | 2 | 0.0000 | 0 | 0 |
- | pv_y | "pv_y" | 5004 | 515.55 | 331.93 | 2.6176 | 26.622 |
-make_long_track_particles INFO 1D histograms in directory "make_long_track_particles" : 7
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | number_of_trks | "NTrks" | 999 | 45.888 | 27.474 | 0.70425 | 0.14269 |
- | trk_eta | "etaTrk" | 45842 | 3.6642 | 0.71688 | -0.12752 | -0.8407 |
- | trk_phi | "phiTrk" | 45842 | 0.0032719 | 1.7921 | -0.010237 | -1.2287 |
- | trk_pt | "ptTrk" | 45836 | 659.79 | 588.90 | 3.485 | 22.933 |
- | trk_qop | "q/p" | 45842 |-3.9942e-07 | 0.00015219 | -0.0027128 | -0.83343 |
- | trk_tx | "txTrk" | 45842 | -4.69e-05 | 0.061481 | 0.0065894 | 3.32 |
- | trk_ty | "tyTrk" | 45842 | 2.6002e-05 | 0.056478 | -0.020784 | 1.4208 |
-matching_consolidate_tracks_matc... INFO 1D histograms in directory "matching_consolidate_tracks_matching" : 9
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | long_track_ghost_prob | "GhostProb" | 45942 | 0.080366 | 0.10172 | 2.0182 | 3.7053 |
- | long_track_matching_eta | "#eta" | 45942 | 3.6635 | 0.71641 | -0.12703 | -0.83939 |
- | long_track_matching_nhits | "N. hits / track" | 45942 | 25.13 | 3.1829 | -0.013671 | -0.50156 |
- | long_track_matching_phi | "#phi" | 45942 | 0.0037992 | 1.7921 | -0.010085 | -1.2285 |
- | long_track_matching_pt | "pt" | 45936 | 659.26 | 588.48 | 3.4864 | 22.956 |
- | long_track_matching_qop | "q/p" | 45942 |-3.5153e-07 | 0.00015254 | -0.0027944 | -0.82955 |
- | long_track_matching_tx | "tx" | 45942 |-4.5057e-05 | 0.061485 | 0.0042278 | 3.3104 |
- | long_track_matching_ty | "ty" | 45942 | 3.3521e-05 | 0.056477 | -0.020607 | 1.417 |
- | n_long_tracks_matching_event | "n_long_tracks_matching_event" | 1000 | 45.942 | 27.513 | 0.70223 | 0.13099 |
-pv_beamline_cleanup INFO 1D histograms in directory "pv_beamline_cleanup" : 7
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_pvs_event | "n_pvs_event" | 1000 | 5.108 | 2.1896 | 0.40232 | -0.12265 |
- | n_smog2_PVs | "n_smog2_PVs" | 1000 | 0 | 0.0000 | 0 | 0 |
- | pv_x | "pv_x" | 5102 | 0.00026578 | 0.028513 | -0.18749 | 3.1562 |
- | pv_y | "pv_y" | 5102 |-0.00044767 | 0.028276 | 0.021878 | 1.3696 |
- | pv_z | "pv_z" | 5104 | 0.38417 | 59.552 | -0.04858 | -0.078973 |
- | pv_z_only_pp | "pv_z_only_pp" | 5102 | 0.46158 | 59.428 | -0.037612 | -0.10559 |
- | pv_z_only_smog | "pv_z_only_smog" | 2 | -201.2 | 0.70000 |-2.7152e-09 | -2 |
-scifi_consolidate_seeds_matching INFO 1D histograms in directory "scifi_consolidate_seeds_matching" : 5
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_scifi_seeds_event | "n_scifi_seeds_event" | 1000 | 81.379 | 53.902 | 1.3114 | 2.5205 |
- | scifi_track_eta | "#eta" | 81379 | 2.6539 | 0.73482 | 0.65427 | 0.36887 |
- | scifi_track_nhits | "N. hits / track" | 81379 | 11.433 | 0.74631 | -0.89496 | -0.65699 |
- | scifi_track_phi | "#phi" | 81379 | 0.0045101 | 2.0509 | -0.0032834 | -1.0152 |
- | scifi_track_qop | "q/p" | 81379 |-2.0002e-06 | 0.00016279 | 0.0055054 | -0.8615 |
-velo_consolidate_tracks INFO 1D histograms in directory "velo_consolidate_tracks" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_velo_tracks_event | "n_velo_tracks_event" | 1000 | 249.2 | 138.92 | 0.80202 | 0.76951 |
-velo_kalman_filter INFO 1D histograms in directory "velo_kalman_filter" : 9
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | velo_backward_track_eta | "#backward_eta" | 93151 | -3.0205 | 0.80383 | 0.033462 | -0.62798 |
- | velo_backward_track_nhits | "backward N. hits / track" | 93151 | 4.5716 | 1.3436 | 1.1909 | 2.2091 |
- | velo_backward_track_phi | "#backward_phi" | 93151 | -0.018647 | 1.8047 | 0.0013515 | -1.1806 |
- | velo_forward_track_eta | "#forward_eta" | 156047 | 3.2744 | 1.0906 | 0.11796 | -0.98058 |
- | velo_forward_track_nhits | "forward N. hits / track" | 156048 | 7.3537 | 3.4396 | 0.54358 | -0.64326 |
- | velo_forward_track_phi | "#forward_phi" | 156048 | 0.0021129 | 1.8086 | -0.0090447 | -1.1933 |
- | velo_total_track_eta | "#total_eta" | 249198 | 0.92132 | 3.2034 | -0.37215 | -1.4838 |
- | velo_total_track_nhits | "total N. hits / track" | 249199 | 6.3137 | 3.1456 | 1.0681 | 0.34532 |
- | velo_total_track_phi | "#total_phi" | 249199 | -0.0056471 | 1.8072 | -0.005139 | -1.1886 |
diff --git a/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref.armv8.1_a b/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref.armv8.1_a
deleted file mode 100644
index 488a4622ef624765614ec1c482a1098c9e34de4f..0000000000000000000000000000000000000000
--- a/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref.armv8.1_a
+++ /dev/null
@@ -1,137 +0,0 @@
-SeedAndMatchTrackChecker_4920259f INFO Results
-SeedAndMatchTrackChecker_4920259f INFO **** SeedAndMatch 45949 tracks including 1884 ghosts [ 4.10 %], Event average 3.15 % ****
-SeedAndMatchTrackChecker_4920259f INFO 01_long : 40876 from 59002 [ 69.28 %] 881 clones [ 2.11 %], purity: 83.94 %, hitEff: 98.30 %
-SeedAndMatchTrackChecker_4920259f INFO 02_long_P>5GeV : 32510 from 37806 [ 85.99 %] 701 clones [ 2.11 %], purity: 84.02 %, hitEff: 98.57 %
-SeedAndMatchTrackChecker_4920259f INFO 03_long_strange : 1858 from 3239 [ 57.36 %] 30 clones [ 1.59 %], purity: 82.04 %, hitEff: 98.49 %
-SeedAndMatchTrackChecker_4920259f INFO 04_long_strange_P>5GeV : 1250 from 1484 [ 84.23 %] 18 clones [ 1.42 %], purity: 82.02 %, hitEff: 98.97 %
-SeedAndMatchTrackChecker_4920259f INFO 05_long_fromB : 52 from 87 [ 59.77 %] 1 clones [ 1.89 %], purity: 84.52 %, hitEff: 98.29 %
-SeedAndMatchTrackChecker_4920259f INFO 05_long_fromD : 495 from 693 [ 71.43 %] 9 clones [ 1.79 %], purity: 84.15 %, hitEff: 98.72 %
-SeedAndMatchTrackChecker_4920259f INFO 06_long_fromB_P>5GeV : 41 from 50 [ 82.00 %] 1 clones [ 2.38 %], purity: 84.40 %, hitEff: 98.23 %
-SeedAndMatchTrackChecker_4920259f INFO 06_long_fromD_P>5GeV : 409 from 463 [ 88.34 %] 9 clones [ 2.15 %], purity: 84.24 %, hitEff: 98.89 %
-SeedAndMatchTrackChecker_4920259f INFO 07_long_electrons : 1446 from 4165 [ 34.72 %] 35 clones [ 2.36 %], purity: 81.18 %, hitEff: 98.25 %
-SeedAndMatchTrackChecker_4920259f INFO 07_long_electrons_pairprod : 1338 from 3893 [ 34.37 %] 34 clones [ 2.48 %], purity: 81.00 %, hitEff: 98.27 %
-SeedAndMatchTrackChecker_4920259f INFO 08_long_fromB_electrons : 5 from 7 [ 71.43 %] 1 clones [16.67 %], purity: 85.17 %, hitEff: 98.61 %
-SeedAndMatchTrackChecker_4920259f INFO 09_long_fromB_electrons_P>5GeV : 4 from 6 [ 66.67 %] 1 clones [20.00 %], purity: 85.06 %, hitEff:100.00 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromB_P>3GeV_Pt>0.5GeV : 28 from 39 [ 71.79 %] 1 clones [ 3.45 %], purity: 84.58 %, hitEff: 97.70 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromB_electrons_P>3GeV_Pt>0.5GeV : 4 from 6 [ 66.67 %] 1 clones [20.00 %], purity: 85.06 %, hitEff:100.00 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromD_P>3GeV_Pt>0.5GeV : 314 from 363 [ 86.50 %] 7 clones [ 2.18 %], purity: 84.12 %, hitEff: 98.62 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_strange_P>3GeV_Pt>0.5GeV : 635 from 755 [ 84.11 %] 11 clones [ 1.70 %], purity: 81.74 %, hitEff: 98.35 %
-SeedAndMatchTrackChecker_4920259f INFO 11_UT_long_fromB_P>3GeV_Pt>0.5GeV : 28 from 39 [ 71.79 %] 1 clones [ 3.45 %], purity: 84.58 %, hitEff: 97.70 %
-SeedAndMatchTrackChecker_4920259f INFO
-ApplicationMgr INFO Application Manager Finalized successfully
-ApplicationMgr INFO Application Manager Terminated successfully
-HLTControlFlowMgr INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Processed events" | 1000 |
-PrLHCbID2MCParticleVPFT_7b5311b2 INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "#removed null MCParticles" | 6374967 | 0 | 0.0000 |
-PrTrackAssociator_88d30813 INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- |*"Efficiency" | 45949 | 44065 |( 95.89980 +- 0.09250671)% |
- | "MC particles per track" | 44065 | 51240 | 1.1628 |
-PrVPHitsToVPLightClusters_8cd36c45 INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Clusters" | 1000 | 2178998 | 2179.0 |
-SeedAndMatchTrackChecker_4920259... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "# loaded from PYTHON" | 17 |
-VPLightClustersToVPMicroClusters... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "# Converted Clusters" | 1000 | 2178998 | 2179.0 |
-VeloRetinaClusterTrackingSIMD_66... INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Clusters" | 1000 | 2178998 | 2179.0 |
- | "Nb of Produced Tracks" | 1000 | 240654 | 240.65 |
-calculate_number_of_retinacluste... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_unexpected_velo_rawbank" | 104000 |
-fromV3TrackV1Track_3957846e INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Tracks" | 1000 | 45949 | 45.949 |
- | "Not all LHCbIDs were found as clusters." | 45949 |
-fromV3TrackV1Track_3957846e.AddC... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Could not find all UT clusters" | 45949 |
-matching_consolidate_tracks_matc... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_long_tracks_matching" | 1000 | 45949 | 45.949 |
-pv_beamline_cleanup INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_PVs" | 1000 | 5107 | 5.1070 |
-scifi_consolidate_seeds_matching INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_seed_tracks" | 1000 | 81378 | 81.378 |
-velo_consolidate_tracks INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_velo_tracks" | 1000 | 249202 | 249.20 |
-TransposeRawBanks_49219a6b INFO 1D histograms in directory "TransposeRawBanks_49219a6b" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | Muon | "Muon" | 44000 | 35.585 | 14.369 | 0.72234 | 0.59958 |
-TransposeRawBanks_901cc252 INFO 1D histograms in directory "TransposeRawBanks_901cc252" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | ECal | "ECal" | 72000 | 157.5 | 0.0000 | 0 | 0 |
-TransposeRawBanks_abee1068 INFO 1D histograms in directory "TransposeRawBanks_abee1068" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | FTCluster | "FTCluster" | 240000 | 43.621 | 27.730 | 1.7421 | 4.0042 |
-TransposeRawBanks_d381aaa1 INFO 1D histograms in directory "TransposeRawBanks_d381aaa1" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | VP | "VP" | 208000 | 93.461 | 56.368 | 1.2504 | 3.1052 |
-TransposeRawBanks_d61819c9 INFO 1D histograms in directory "TransposeRawBanks_d61819c9" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | UT | "UT" | 216000 | 69.797 | 61.476 | 2.6463 | 11.635 |
-is_muon INFO 1D histograms in directory "is_muon" : 3
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_muons | "# muons" | 45949 | 0.1089 | 0.31152 | 2.5109 | 4.3047 |
- | pv_x | "pv_x" | 3226 | 2 | 0.0000 | 0 | 0 |
- | pv_y | "pv_y" | 5004 | 515.46 | 331.99 | 2.6166 | 26.605 |
-make_long_track_particles INFO 1D histograms in directory "make_long_track_particles" : 7
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | number_of_trks | "NTrks" | 999 | 45.895 | 27.479 | 0.70392 | 0.14123 |
- | trk_eta | "etaTrk" | 45849 | 3.6643 | 0.71689 | -0.12772 | -0.84076 |
- | trk_phi | "phiTrk" | 45849 | 0.0032327 | 1.7921 | -0.010237 | -1.2286 |
- | trk_pt | "ptTrk" | 45843 | 659.74 | 588.88 | 3.4849 | 22.932 |
- | trk_qop | "q/p" | 45849 |-3.8485e-07 | 0.00015219 | -0.0028299 | -0.83336 |
- | trk_tx | "txTrk" | 45849 |-4.8311e-05 | 0.061477 | 0.0066283 | 3.3207 |
- | trk_ty | "tyTrk" | 45849 | 2.5082e-05 | 0.056473 | -0.020863 | 1.4215 |
-matching_consolidate_tracks_matc... INFO 1D histograms in directory "matching_consolidate_tracks_matching" : 9
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | long_track_ghost_prob | "GhostProb" | 45949 | 0.080386 | 0.10174 | 2.0177 | 3.7028 |
- | long_track_matching_eta | "#eta" | 45949 | 3.6636 | 0.71641 | -0.12723 | -0.8394 |
- | long_track_matching_nhits | "N. hits / track" | 45949 | 25.13 | 3.1829 | -0.013192 | -0.50255 |
- | long_track_matching_phi | "#phi" | 45949 | 0.0036201 | 1.7921 | -0.010094 | -1.2284 |
- | long_track_matching_pt | "pt" | 45943 | 659.22 | 588.47 | 3.4868 | 22.967 |
- | long_track_matching_qop | "q/p" | 45949 |-3.3744e-07 | 0.00015254 | -0.002912 | -0.82948 |
- | long_track_matching_tx | "tx" | 45949 |-4.5376e-05 | 0.061481 | 0.0042391 | 3.3112 |
- | long_track_matching_ty | "ty" | 45949 | 3.295e-05 | 0.056472 | -0.020684 | 1.4177 |
- | n_long_tracks_matching_event | "n_long_tracks_matching_event" | 1000 | 45.949 | 27.518 | 0.7019 | 0.12953 |
-pv_beamline_cleanup INFO 1D histograms in directory "pv_beamline_cleanup" : 7
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_pvs_event | "n_pvs_event" | 1000 | 5.107 | 2.1880 | 0.40351 | -0.11488 |
- | n_smog2_PVs | "n_smog2_PVs" | 1000 | 0 | 0.0000 | 0 | 0 |
- | pv_x | "pv_x" | 5101 | 0.00023094 | 0.028521 | -0.19494 | 3.1679 |
- | pv_y | "pv_y" | 5101 | -0.0004803 | 0.028196 | -0.012409 | 1.2271 |
- | pv_z | "pv_z" | 5103 | 0.37017 | 59.545 | -0.04884 | -0.078858 |
- | pv_z_only_pp | "pv_z_only_pp" | 5101 | 0.44793 | 59.420 | -0.037872 | -0.10549 |
- | pv_z_only_smog | "pv_z_only_smog" | 2 | -201.2 | 0.70000 | 1.4243e-09 | -2 |
-scifi_consolidate_seeds_matching INFO 1D histograms in directory "scifi_consolidate_seeds_matching" : 5
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_scifi_seeds_event | "n_scifi_seeds_event" | 1000 | 81.378 | 53.902 | 1.3115 | 2.5209 |
- | scifi_track_eta | "#eta" | 81378 | 2.6539 | 0.73482 | 0.65431 | 0.3689 |
- | scifi_track_nhits | "N. hits / track" | 81378 | 11.433 | 0.74633 | -0.89492 | -0.65711 |
- | scifi_track_phi | "#phi" | 81378 | 0.0044773 | 2.0509 | -0.003265 | -1.0152 |
- | scifi_track_qop | "q/p" | 81378 |-1.9996e-06 | 0.00016279 | 0.0054938 | -0.86152 |
-velo_consolidate_tracks INFO 1D histograms in directory "velo_consolidate_tracks" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_velo_tracks_event | "n_velo_tracks_event" | 1000 | 249.2 | 138.92 | 0.80213 | 0.76952 |
-velo_kalman_filter INFO 1D histograms in directory "velo_kalman_filter" : 9
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | velo_backward_track_eta | "#backward_eta" | 93153 | -3.0206 | 0.80390 | 0.032812 | -0.62537 |
- | velo_backward_track_nhits | "backward N. hits / track" | 93153 | 4.5716 | 1.3436 | 1.1909 | 2.209 |
- | velo_backward_track_phi | "#backward_phi" | 93153 | -0.018529 | 1.8047 | 0.0013665 | -1.1806 |
- | velo_forward_track_eta | "#forward_eta" | 156048 | 3.2744 | 1.0905 | 0.11791 | -0.98068 |
- | velo_forward_track_nhits | "forward N. hits / track" | 156049 | 7.3536 | 3.4395 | 0.54368 | -0.64307 |
- | velo_forward_track_phi | "#forward_phi" | 156049 | 0.0021239 | 1.8086 | -0.0090732 | -1.1933 |
- | velo_total_track_eta | "#total_eta" | 249201 | 0.92127 | 3.2034 | -0.37216 | -1.4837 |
- | velo_total_track_nhits | "total N. hits / track" | 249202 | 6.3136 | 3.1455 | 1.0682 | 0.34561 |
- | velo_total_track_phi | "#total_phi" | 249202 | -0.0055962 | 1.8072 | -0.0051515 | -1.1886 |
diff --git a/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref.detdesc b/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref.detdesc
deleted file mode 100644
index 8072a0b5df3ea0360a039a87b6cad0074136f83d..0000000000000000000000000000000000000000
--- a/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref.detdesc
+++ /dev/null
@@ -1,137 +0,0 @@
-SeedAndMatchTrackChecker_4920259f INFO Results
-SeedAndMatchTrackChecker_4920259f INFO **** SeedAndMatch 46211 tracks including 1863 ghosts [ 4.03 %], Event average 3.11 % ****
-SeedAndMatchTrackChecker_4920259f INFO 01_long : 41088 from 59002 [ 69.64 %] 894 clones [ 2.13 %], purity: 83.90 %, hitEff: 98.31 %
-SeedAndMatchTrackChecker_4920259f INFO 02_long_P>5GeV : 32689 from 37806 [ 86.47 %] 714 clones [ 2.14 %], purity: 83.97 %, hitEff: 98.58 %
-SeedAndMatchTrackChecker_4920259f INFO 03_long_strange : 1869 from 3239 [ 57.70 %] 31 clones [ 1.63 %], purity: 82.02 %, hitEff: 98.48 %
-SeedAndMatchTrackChecker_4920259f INFO 04_long_strange_P>5GeV : 1257 from 1484 [ 84.70 %] 18 clones [ 1.41 %], purity: 82.01 %, hitEff: 98.93 %
-SeedAndMatchTrackChecker_4920259f INFO 05_long_fromB : 54 from 87 [ 62.07 %] 1 clones [ 1.82 %], purity: 84.55 %, hitEff: 98.36 %
-SeedAndMatchTrackChecker_4920259f INFO 05_long_fromD : 502 from 693 [ 72.44 %] 9 clones [ 1.76 %], purity: 84.03 %, hitEff: 98.69 %
-SeedAndMatchTrackChecker_4920259f INFO 06_long_fromB_P>5GeV : 43 from 50 [ 86.00 %] 1 clones [ 2.27 %], purity: 84.43 %, hitEff: 98.31 %
-SeedAndMatchTrackChecker_4920259f INFO 06_long_fromD_P>5GeV : 415 from 463 [ 89.63 %] 9 clones [ 2.12 %], purity: 84.10 %, hitEff: 98.86 %
-SeedAndMatchTrackChecker_4920259f INFO 07_long_electrons : 1467 from 4165 [ 35.22 %] 41 clones [ 2.72 %], purity: 81.19 %, hitEff: 98.26 %
-SeedAndMatchTrackChecker_4920259f INFO 07_long_electrons_pairprod : 1354 from 3893 [ 34.78 %] 38 clones [ 2.73 %], purity: 81.01 %, hitEff: 98.27 %
-SeedAndMatchTrackChecker_4920259f INFO 08_long_fromB_electrons : 5 from 7 [ 71.43 %] 1 clones [16.67 %], purity: 85.09 %, hitEff: 98.61 %
-SeedAndMatchTrackChecker_4920259f INFO 09_long_fromB_electrons_P>5GeV : 4 from 6 [ 66.67 %] 1 clones [20.00 %], purity: 84.96 %, hitEff:100.00 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromB_P>3GeV_Pt>0.5GeV : 29 from 39 [ 74.36 %] 1 clones [ 3.33 %], purity: 84.58 %, hitEff: 97.78 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromB_electrons_P>3GeV_Pt>0.5GeV : 4 from 6 [ 66.67 %] 1 clones [20.00 %], purity: 84.96 %, hitEff:100.00 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromD_P>3GeV_Pt>0.5GeV : 318 from 363 [ 87.60 %] 7 clones [ 2.15 %], purity: 83.98 %, hitEff: 98.61 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_strange_P>3GeV_Pt>0.5GeV : 639 from 755 [ 84.64 %] 11 clones [ 1.69 %], purity: 81.72 %, hitEff: 98.34 %
-SeedAndMatchTrackChecker_4920259f INFO 11_UT_long_fromB_P>3GeV_Pt>0.5GeV : 29 from 39 [ 74.36 %] 1 clones [ 3.33 %], purity: 84.58 %, hitEff: 97.78 %
-SeedAndMatchTrackChecker_4920259f INFO
-ApplicationMgr INFO Application Manager Finalized successfully
-ApplicationMgr INFO Application Manager Terminated successfully
-HLTControlFlowMgr INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Processed events" | 1000 |
-PrLHCbID2MCParticleVPFT_7b5311b2 INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "#removed null MCParticles" | 6374967 | 0 | 0.0000 |
-PrTrackAssociator_88d30813 INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- |*"Efficiency" | 46211 | 44348 |( 95.96849 +- 0.09150091)% |
- | "MC particles per track" | 44348 | 51555 | 1.1625 |
-PrVPHitsToVPLightClusters_8cd36c45 INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Clusters" | 1000 | 2178998 | 2179.0 |
-SeedAndMatchTrackChecker_4920259... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "# loaded from PYTHON" | 17 |
-VPLightClustersToVPMicroClusters... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "# Converted Clusters" | 1000 | 2178998 | 2179.0 |
-VeloRetinaClusterTrackingSIMD_66... INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Clusters" | 1000 | 2178998 | 2179.0 |
- | "Nb of Produced Tracks" | 1000 | 239397 | 239.40 |
-calculate_number_of_retinacluste... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_unexpected_velo_rawbank" | 104000 |
-fromV3TrackV1Track_3957846e INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Tracks" | 1000 | 46211 | 46.211 |
- | "Not all LHCbIDs were found as clusters." | 46211 |
-fromV3TrackV1Track_3957846e.AddC... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Could not find all UT clusters" | 46211 |
-matching_consolidate_tracks_matc... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_long_tracks_matching" | 1000 | 46211 | 46.211 |
-pv_beamline_cleanup INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_PVs" | 1000 | 5079 | 5.0790 |
-scifi_consolidate_seeds_matching INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_seed_tracks" | 1000 | 81379 | 81.379 |
-velo_consolidate_tracks INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_velo_tracks" | 1000 | 246878 | 246.88 |
-TransposeRawBanks_49219a6b INFO 1D histograms in directory "TransposeRawBanks_49219a6b" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | Muon | "Muon" | 44000 | 35.585 | 14.369 | 0.72234 | 0.59958 |
-TransposeRawBanks_901cc252 INFO 1D histograms in directory "TransposeRawBanks_901cc252" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | ECal | "ECal" | 72000 | 157.5 | 0.0000 | 0 | 0 |
-TransposeRawBanks_abee1068 INFO 1D histograms in directory "TransposeRawBanks_abee1068" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | FTCluster | "FTCluster" | 240000 | 43.621 | 27.730 | 1.7421 | 4.0042 |
-TransposeRawBanks_d381aaa1 INFO 1D histograms in directory "TransposeRawBanks_d381aaa1" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | VP | "VP" | 208000 | 93.461 | 56.368 | 1.2504 | 3.1052 |
-TransposeRawBanks_d61819c9 INFO 1D histograms in directory "TransposeRawBanks_d61819c9" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | UT | "UT" | 216000 | 69.797 | 61.476 | 2.6463 | 11.635 |
-is_muon INFO 1D histograms in directory "is_muon" : 3
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_muons | "# muons" | 46211 | 0.11952 | 0.32440 | 2.3458 | 3.5028 |
- | pv_x | "pv_x" | 3609 | 2 | 0.0000 | 0 | 0 |
- | pv_y | "pv_y" | 5523 | 503.27 | 341.53 | 2.9139 | 27.402 |
-make_long_track_particles INFO 1D histograms in directory "make_long_track_particles" : 7
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | number_of_trks | "NTrks" | 999 | 46.159 | 27.586 | 0.70664 | 0.16425 |
- | trk_eta | "etaTrk" | 46113 | 3.666 | 0.71794 | -0.12766 | -0.84154 |
- | trk_phi | "phiTrk" | 46113 | 0.0074518 | 1.7901 | -0.013324 | -1.2264 |
- | trk_pt | "ptTrk" | 46104 | 661.15 | 592.13 | 3.4918 | 22.784 |
- | trk_qop | "q/p" | 46113 | 1.0084e-08 | 0.00015167 | 0.0068393 | -0.83919 |
- | trk_tx | "txTrk" | 46113 |-0.00011808 | 0.061440 | 0.0031969 | 3.3231 |
- | trk_ty | "tyTrk" | 46113 | 8.7914e-05 | 0.056453 | -0.016753 | 1.4284 |
-matching_consolidate_tracks_matc... INFO 1D histograms in directory "matching_consolidate_tracks_matching" : 9
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | long_track_ghost_prob | "GhostProb" | 46211 | 0.077018 | 0.10042 | 2.0797 | 4.0005 |
- | long_track_matching_eta | "#eta" | 46211 | 3.6653 | 0.71749 | -0.12678 | -0.83929 |
- | long_track_matching_nhits | "N. hits / track" | 46211 | 25.13 | 3.1798 | -0.0068146 | -0.5081 |
- | long_track_matching_phi | "#phi" | 46211 | 0.0077007 | 1.7902 | -0.013087 | -1.2263 |
- | long_track_matching_pt | "pt" | 46202 | 660.61 | 591.78 | 3.4952 | 22.864 |
- | long_track_matching_qop | "q/p" | 46211 |-4.4037e-08 | 0.00015199 | 0.0068087 | -0.8357 |
- | long_track_matching_tx | "tx" | 46211 |-0.00011848 | 0.061446 | 0.00090751 | 3.3128 |
- | long_track_matching_ty | "ty" | 46211 | 9.5605e-05 | 0.056454 | -0.016569 | 1.4245 |
- | n_long_tracks_matching_event | "n_long_tracks_matching_event" | 1000 | 46.211 | 27.621 | 0.70424 | 0.15226 |
-pv_beamline_cleanup INFO 1D histograms in directory "pv_beamline_cleanup" : 7
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_pvs_event | "n_pvs_event" | 1000 | 5.079 | 2.1737 | 0.39579 | -0.14695 |
- | n_smog2_PVs | "n_smog2_PVs" | 1000 | 0 | 0.0000 | 0 | 0 |
- | pv_x | "pv_x" | 5073 | 1.0923 | 0.028647 | -0.15766 | 2.8989 |
- | pv_y | "pv_y" | 5073 | 0.4733 | 0.028514 | -0.12287 | 2.051 |
- | pv_z | "pv_z" | 5075 | 0.37742 | 59.643 | -0.04789 | -0.08487 |
- | pv_z_only_pp | "pv_z_only_pp" | 5073 | 0.45553 | 59.519 | -0.036875 | -0.1114 |
- | pv_z_only_smog | "pv_z_only_smog" | 2 | -201.2 | 0.70000 |-2.7152e-09 | -2 |
-scifi_consolidate_seeds_matching INFO 1D histograms in directory "scifi_consolidate_seeds_matching" : 5
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_scifi_seeds_event | "n_scifi_seeds_event" | 1000 | 81.379 | 53.902 | 1.3114 | 2.5205 |
- | scifi_track_eta | "#eta" | 81379 | 2.6539 | 0.73482 | 0.65427 | 0.36887 |
- | scifi_track_nhits | "N. hits / track" | 81379 | 11.433 | 0.74631 | -0.89496 | -0.65699 |
- | scifi_track_phi | "#phi" | 81379 | 0.0045101 | 2.0509 | -0.0032834 | -1.0152 |
- | scifi_track_qop | "q/p" | 81379 | 2.0002e-06 | 0.00016279 | -0.0055054 | -0.8615 |
-velo_consolidate_tracks INFO 1D histograms in directory "velo_consolidate_tracks" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_velo_tracks_event | "n_velo_tracks_event" | 1000 | 246.88 | 136.91 | 0.77806 | 0.66555 |
-velo_kalman_filter INFO 1D histograms in directory "velo_kalman_filter" : 9
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | velo_backward_track_eta | "#backward_eta" | 91099 | -3.0444 | 0.79528 | 0.045412 | -0.59281 |
- | velo_backward_track_nhits | "backward N. hits / track" | 91099 | 4.5267 | 1.3301 | 1.2703 | 2.4665 |
- | velo_backward_track_phi | "#backward_phi" | 91099 | -0.004395 | 1.8138 | -0.018122 | -1.1894 |
- | velo_forward_track_eta | "#forward_eta" | 155778 | 3.2789 | 1.0882 | 0.11751 | -0.97838 |
- | velo_forward_track_nhits | "forward N. hits / track" | 155779 | 7.3441 | 3.4434 | 0.54599 | -0.64309 |
- | velo_forward_track_phi | "#forward_phi" | 155779 | 0.0030463 | 1.8096 | -0.010561 | -1.1934 |
- | velo_total_track_eta | "#total_eta" | 246877 | 0.94556 | 3.2079 | -0.39024 | -1.4718 |
- | velo_total_track_nhits | "total N. hits / track" | 246878 | 6.3044 | 3.1595 | 1.0671 | 0.32512 |
- | velo_total_track_phi | "#total_phi" | 246878 | 0.00030043 | 1.8111 | -0.013377 | -1.1919 |
diff --git a/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref.x86_64_v3-detdesc-opt b/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref.x86_64_v3-detdesc-opt
deleted file mode 100644
index b422b38f086ccacf77cc7fcc729eb71811e9c4e9..0000000000000000000000000000000000000000
--- a/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref.x86_64_v3-detdesc-opt
+++ /dev/null
@@ -1,137 +0,0 @@
-SeedAndMatchTrackChecker_4920259f INFO Results
-SeedAndMatchTrackChecker_4920259f INFO **** SeedAndMatch 46207 tracks including 1861 ghosts [ 4.03 %], Event average 3.10 % ****
-SeedAndMatchTrackChecker_4920259f INFO 01_long : 41090 from 59002 [ 69.64 %] 895 clones [ 2.13 %], purity: 83.90 %, hitEff: 98.31 %
-SeedAndMatchTrackChecker_4920259f INFO 02_long_P>5GeV : 32691 from 37806 [ 86.47 %] 715 clones [ 2.14 %], purity: 83.97 %, hitEff: 98.58 %
-SeedAndMatchTrackChecker_4920259f INFO 03_long_strange : 1870 from 3239 [ 57.73 %] 31 clones [ 1.63 %], purity: 82.02 %, hitEff: 98.48 %
-SeedAndMatchTrackChecker_4920259f INFO 04_long_strange_P>5GeV : 1258 from 1484 [ 84.77 %] 18 clones [ 1.41 %], purity: 82.01 %, hitEff: 98.93 %
-SeedAndMatchTrackChecker_4920259f INFO 05_long_fromB : 54 from 87 [ 62.07 %] 1 clones [ 1.82 %], purity: 84.55 %, hitEff: 98.36 %
-SeedAndMatchTrackChecker_4920259f INFO 05_long_fromD : 502 from 693 [ 72.44 %] 9 clones [ 1.76 %], purity: 84.03 %, hitEff: 98.69 %
-SeedAndMatchTrackChecker_4920259f INFO 06_long_fromB_P>5GeV : 43 from 50 [ 86.00 %] 1 clones [ 2.27 %], purity: 84.43 %, hitEff: 98.31 %
-SeedAndMatchTrackChecker_4920259f INFO 06_long_fromD_P>5GeV : 415 from 463 [ 89.63 %] 9 clones [ 2.12 %], purity: 84.10 %, hitEff: 98.86 %
-SeedAndMatchTrackChecker_4920259f INFO 07_long_electrons : 1463 from 4165 [ 35.13 %] 41 clones [ 2.73 %], purity: 81.20 %, hitEff: 98.27 %
-SeedAndMatchTrackChecker_4920259f INFO 07_long_electrons_pairprod : 1350 from 3893 [ 34.68 %] 38 clones [ 2.74 %], purity: 81.01 %, hitEff: 98.28 %
-SeedAndMatchTrackChecker_4920259f INFO 08_long_fromB_electrons : 5 from 7 [ 71.43 %] 1 clones [16.67 %], purity: 85.09 %, hitEff: 98.61 %
-SeedAndMatchTrackChecker_4920259f INFO 09_long_fromB_electrons_P>5GeV : 4 from 6 [ 66.67 %] 1 clones [20.00 %], purity: 84.96 %, hitEff:100.00 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromB_P>3GeV_Pt>0.5GeV : 29 from 39 [ 74.36 %] 1 clones [ 3.33 %], purity: 84.58 %, hitEff: 97.78 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromB_electrons_P>3GeV_Pt>0.5GeV : 4 from 6 [ 66.67 %] 1 clones [20.00 %], purity: 84.96 %, hitEff:100.00 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromD_P>3GeV_Pt>0.5GeV : 318 from 363 [ 87.60 %] 7 clones [ 2.15 %], purity: 83.98 %, hitEff: 98.61 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_strange_P>3GeV_Pt>0.5GeV : 640 from 755 [ 84.77 %] 11 clones [ 1.69 %], purity: 81.72 %, hitEff: 98.34 %
-SeedAndMatchTrackChecker_4920259f INFO 11_UT_long_fromB_P>3GeV_Pt>0.5GeV : 29 from 39 [ 74.36 %] 1 clones [ 3.33 %], purity: 84.58 %, hitEff: 97.78 %
-SeedAndMatchTrackChecker_4920259f INFO
-ApplicationMgr INFO Application Manager Finalized successfully
-ApplicationMgr INFO Application Manager Terminated successfully
-HLTControlFlowMgr INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Processed events" | 1000 |
-PrLHCbID2MCParticleVPFT_7b5311b2 INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "#removed null MCParticles" | 6374967 | 0 | 0.0000 |
-PrTrackAssociator_88d30813 INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- |*"Efficiency" | 46207 | 44346 |( 95.97247 +- 0.09146159)% |
- | "MC particles per track" | 44346 | 51552 | 1.1625 |
-PrVPHitsToVPLightClusters_8cd36c45 INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Clusters" | 1000 | 2178998 | 2179.0 |
-SeedAndMatchTrackChecker_4920259... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "# loaded from PYTHON" | 17 |
-VPLightClustersToVPMicroClusters... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "# Converted Clusters" | 1000 | 2178998 | 2179.0 |
-VeloRetinaClusterTrackingSIMD_66... INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Clusters" | 1000 | 2178998 | 2179.0 |
- | "Nb of Produced Tracks" | 1000 | 239937 | 239.94 |
-calculate_number_of_retinacluste... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_unexpected_velo_rawbank" | 104000 |
-fromV3TrackV1Track_3957846e INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Tracks" | 1000 | 46207 | 46.207 |
- | "Not all LHCbIDs were found as clusters." | 46207 |
-fromV3TrackV1Track_3957846e.AddC... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Could not find all UT clusters" | 46207 |
-matching_consolidate_tracks_matc... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_long_tracks_matching" | 1000 | 46207 | 46.207 |
-pv_beamline_cleanup INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_PVs" | 1000 | 5080 | 5.0800 |
-scifi_consolidate_seeds_matching INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_seed_tracks" | 1000 | 81378 | 81.378 |
-velo_consolidate_tracks INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_velo_tracks" | 1000 | 246885 | 246.88 |
-TransposeRawBanks_49219a6b INFO 1D histograms in directory "TransposeRawBanks_49219a6b" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | Muon | "Muon" | 44000 | 35.585 | 14.369 | 0.72234 | 0.59958 |
-TransposeRawBanks_901cc252 INFO 1D histograms in directory "TransposeRawBanks_901cc252" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | ECal | "ECal" | 72000 | 157.5 | 0.0000 | 0 | 0 |
-TransposeRawBanks_abee1068 INFO 1D histograms in directory "TransposeRawBanks_abee1068" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | FTCluster | "FTCluster" | 240000 | 43.621 | 27.730 | 1.7421 | 4.0042 |
-TransposeRawBanks_d381aaa1 INFO 1D histograms in directory "TransposeRawBanks_d381aaa1" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | VP | "VP" | 208000 | 93.461 | 56.368 | 1.2504 | 3.1052 |
-TransposeRawBanks_d61819c9 INFO 1D histograms in directory "TransposeRawBanks_d61819c9" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | UT | "UT" | 216000 | 69.797 | 61.476 | 2.6463 | 11.635 |
-is_muon INFO 1D histograms in directory "is_muon" : 3
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_muons | "# muons" | 46207 | 0.11951 | 0.32438 | 2.346 | 3.5035 |
- | pv_x | "pv_x" | 3609 | 2 | 0.0000 | 0 | 0 |
- | pv_y | "pv_y" | 5522 | 503.27 | 341.56 | 2.9136 | 27.397 |
-make_long_track_particles INFO 1D histograms in directory "make_long_track_particles" : 7
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | number_of_trks | "NTrks" | 999 | 46.155 | 27.582 | 0.7066 | 0.16445 |
- | trk_eta | "etaTrk" | 46109 | 3.666 | 0.71792 | -0.12772 | -0.84149 |
- | trk_phi | "phiTrk" | 46109 | 0.0074236 | 1.7901 | -0.013262 | -1.2264 |
- | trk_pt | "ptTrk" | 46100 | 661.15 | 592.15 | 3.4913 | 22.775 |
- | trk_qop | "q/p" | 46109 | 1.0302e-08 | 0.00015167 | 0.0068994 | -0.8392 |
- | trk_tx | "txTrk" | 46109 |-0.00011874 | 0.061442 | 0.0032152 | 3.3226 |
- | trk_ty | "tyTrk" | 46109 | 8.3498e-05 | 0.056452 | -0.016763 | 1.4288 |
-matching_consolidate_tracks_matc... INFO 1D histograms in directory "matching_consolidate_tracks_matching" : 9
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | long_track_ghost_prob | "GhostProb" | 46207 | 0.077006 | 0.10040 | 2.0795 | 3.9998 |
- | long_track_matching_eta | "#eta" | 46207 | 3.6653 | 0.71747 | -0.12686 | -0.83921 |
- | long_track_matching_nhits | "N. hits / track" | 46207 | 25.13 | 3.1794 | -0.0063436 | -0.50855 |
- | long_track_matching_phi | "#phi" | 46207 | 0.0076709 | 1.7902 | -0.013027 | -1.2263 |
- | long_track_matching_pt | "pt" | 46198 | 660.62 | 591.81 | 3.4951 | 22.862 |
- | long_track_matching_qop | "q/p" | 46207 |-4.3175e-08 | 0.00015199 | 0.0068855 | -0.83568 |
- | long_track_matching_tx | "tx" | 46207 |-0.00011827 | 0.061449 | 0.0009091 | 3.3125 |
- | long_track_matching_ty | "ty" | 46207 | 9.1371e-05 | 0.056453 | -0.01658 | 1.4248 |
- | n_long_tracks_matching_event | "n_long_tracks_matching_event" | 1000 | 46.207 | 27.617 | 0.70421 | 0.15246 |
-pv_beamline_cleanup INFO 1D histograms in directory "pv_beamline_cleanup" : 7
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_pvs_event | "n_pvs_event" | 1000 | 5.08 | 2.1743 | 0.39467 | -0.15053 |
- | n_smog2_PVs | "n_smog2_PVs" | 1000 | 0 | 0.0000 | 0 | 0 |
- | pv_x | "pv_x" | 5074 | 1.0922 | 0.028660 | -0.15482 | 2.9063 |
- | pv_y | "pv_y" | 5074 | 0.47333 | 0.028533 | -0.1188 | 2.0437 |
- | pv_z | "pv_z" | 5076 | 0.39984 | 59.659 | -0.047606 | -0.085793 |
- | pv_z_only_pp | "pv_z_only_pp" | 5074 | 0.47804 | 59.535 | -0.036607 | -0.1123 |
- | pv_z_only_smog | "pv_z_only_smog" | 2 | -201.2 | 0.70000 | 1.4243e-09 | -2 |
-scifi_consolidate_seeds_matching INFO 1D histograms in directory "scifi_consolidate_seeds_matching" : 5
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_scifi_seeds_event | "n_scifi_seeds_event" | 1000 | 81.378 | 53.902 | 1.3115 | 2.5209 |
- | scifi_track_eta | "#eta" | 81378 | 2.6539 | 0.73482 | 0.65431 | 0.3689 |
- | scifi_track_nhits | "N. hits / track" | 81378 | 11.433 | 0.74633 | -0.89492 | -0.65711 |
- | scifi_track_phi | "#phi" | 81378 | 0.0044773 | 2.0509 | -0.003265 | -1.0152 |
- | scifi_track_qop | "q/p" | 81378 | 1.9996e-06 | 0.00016279 | -0.0054938 | -0.86152 |
-velo_consolidate_tracks INFO 1D histograms in directory "velo_consolidate_tracks" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_velo_tracks_event | "n_velo_tracks_event" | 1000 | 246.88 | 136.92 | 0.77802 | 0.66498 |
-velo_kalman_filter INFO 1D histograms in directory "velo_kalman_filter" : 9
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | velo_backward_track_eta | "#backward_eta" | 91101 | -3.0445 | 0.79534 | 0.044733 | -0.59005 |
- | velo_backward_track_nhits | "backward N. hits / track" | 91101 | 4.5267 | 1.3301 | 1.2703 | 2.4663 |
- | velo_backward_track_phi | "#backward_phi" | 91101 | -0.0042663 | 1.8138 | -0.018125 | -1.1893 |
- | velo_forward_track_eta | "#forward_eta" | 155783 | 3.2789 | 1.0882 | 0.11747 | -0.97849 |
- | velo_forward_track_nhits | "forward N. hits / track" | 155784 | 7.3439 | 3.4433 | 0.54604 | -0.64289 |
- | velo_forward_track_phi | "#forward_phi" | 155784 | 0.0031031 | 1.8096 | -0.010629 | -1.1935 |
- | velo_total_track_eta | "#total_eta" | 246884 | 0.94555 | 3.2079 | -0.39027 | -1.4718 |
- | velo_total_track_nhits | "total N. hits / track" | 246885 | 6.3044 | 3.1594 | 1.0671 | 0.32532 |
- | velo_total_track_phi | "#total_phi" | 246885 | 0.00038378 | 1.8111 | -0.013421 | -1.1919 |
diff --git a/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref.x86_64_v3-opt b/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref.x86_64_v3-opt
deleted file mode 100644
index 86bd572ea02efd9e11c783b39960ba7d238826e3..0000000000000000000000000000000000000000
--- a/Hlt/RecoConf/tests/refs/allen_gaudi_seed_and_match_with_ut_with_mcchecking.ref.x86_64_v3-opt
+++ /dev/null
@@ -1,137 +0,0 @@
-SeedAndMatchTrackChecker_4920259f INFO Results
-SeedAndMatchTrackChecker_4920259f INFO **** SeedAndMatch 45949 tracks including 1884 ghosts [ 4.10 %], Event average 3.15 % ****
-SeedAndMatchTrackChecker_4920259f INFO 01_long : 40876 from 59002 [ 69.28 %] 881 clones [ 2.11 %], purity: 83.94 %, hitEff: 98.30 %
-SeedAndMatchTrackChecker_4920259f INFO 02_long_P>5GeV : 32510 from 37806 [ 85.99 %] 701 clones [ 2.11 %], purity: 84.02 %, hitEff: 98.57 %
-SeedAndMatchTrackChecker_4920259f INFO 03_long_strange : 1858 from 3239 [ 57.36 %] 30 clones [ 1.59 %], purity: 82.04 %, hitEff: 98.49 %
-SeedAndMatchTrackChecker_4920259f INFO 04_long_strange_P>5GeV : 1250 from 1484 [ 84.23 %] 18 clones [ 1.42 %], purity: 82.02 %, hitEff: 98.97 %
-SeedAndMatchTrackChecker_4920259f INFO 05_long_fromB : 52 from 87 [ 59.77 %] 1 clones [ 1.89 %], purity: 84.52 %, hitEff: 98.29 %
-SeedAndMatchTrackChecker_4920259f INFO 05_long_fromD : 495 from 693 [ 71.43 %] 9 clones [ 1.79 %], purity: 84.15 %, hitEff: 98.72 %
-SeedAndMatchTrackChecker_4920259f INFO 06_long_fromB_P>5GeV : 41 from 50 [ 82.00 %] 1 clones [ 2.38 %], purity: 84.40 %, hitEff: 98.23 %
-SeedAndMatchTrackChecker_4920259f INFO 06_long_fromD_P>5GeV : 409 from 463 [ 88.34 %] 9 clones [ 2.15 %], purity: 84.24 %, hitEff: 98.89 %
-SeedAndMatchTrackChecker_4920259f INFO 07_long_electrons : 1446 from 4165 [ 34.72 %] 35 clones [ 2.36 %], purity: 81.18 %, hitEff: 98.25 %
-SeedAndMatchTrackChecker_4920259f INFO 07_long_electrons_pairprod : 1338 from 3893 [ 34.37 %] 34 clones [ 2.48 %], purity: 81.00 %, hitEff: 98.27 %
-SeedAndMatchTrackChecker_4920259f INFO 08_long_fromB_electrons : 5 from 7 [ 71.43 %] 1 clones [16.67 %], purity: 85.17 %, hitEff: 98.61 %
-SeedAndMatchTrackChecker_4920259f INFO 09_long_fromB_electrons_P>5GeV : 4 from 6 [ 66.67 %] 1 clones [20.00 %], purity: 85.06 %, hitEff:100.00 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromB_P>3GeV_Pt>0.5GeV : 28 from 39 [ 71.79 %] 1 clones [ 3.45 %], purity: 84.58 %, hitEff: 97.70 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromB_electrons_P>3GeV_Pt>0.5GeV : 4 from 6 [ 66.67 %] 1 clones [20.00 %], purity: 85.06 %, hitEff:100.00 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_fromD_P>3GeV_Pt>0.5GeV : 314 from 363 [ 86.50 %] 7 clones [ 2.18 %], purity: 84.12 %, hitEff: 98.62 %
-SeedAndMatchTrackChecker_4920259f INFO 10_long_strange_P>3GeV_Pt>0.5GeV : 635 from 755 [ 84.11 %] 11 clones [ 1.70 %], purity: 81.74 %, hitEff: 98.35 %
-SeedAndMatchTrackChecker_4920259f INFO 11_UT_long_fromB_P>3GeV_Pt>0.5GeV : 28 from 39 [ 71.79 %] 1 clones [ 3.45 %], purity: 84.58 %, hitEff: 97.70 %
-SeedAndMatchTrackChecker_4920259f INFO
-ApplicationMgr INFO Application Manager Finalized successfully
-ApplicationMgr INFO Application Manager Terminated successfully
-HLTControlFlowMgr INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Processed events" | 1000 |
-PrLHCbID2MCParticleVPFT_7b5311b2 INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "#removed null MCParticles" | 6374967 | 0 | 0.0000 |
-PrTrackAssociator_88d30813 INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- |*"Efficiency" | 45949 | 44065 |( 95.89980 +- 0.09250671)% |
- | "MC particles per track" | 44065 | 51240 | 1.1628 |
-PrVPHitsToVPLightClusters_8cd36c45 INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Clusters" | 1000 | 2178998 | 2179.0 |
-SeedAndMatchTrackChecker_4920259... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "# loaded from PYTHON" | 17 |
-VPLightClustersToVPMicroClusters... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "# Converted Clusters" | 1000 | 2178998 | 2179.0 |
-VeloRetinaClusterTrackingSIMD_66... INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Clusters" | 1000 | 2178998 | 2179.0 |
- | "Nb of Produced Tracks" | 1000 | 241256 | 241.26 |
-calculate_number_of_retinacluste... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_unexpected_velo_rawbank" | 104000 |
-fromV3TrackV1Track_3957846e INFO Number of counters : 2
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Nb of Produced Tracks" | 1000 | 45949 | 45.949 |
- | "Not all LHCbIDs were found as clusters." | 45949 |
-fromV3TrackV1Track_3957846e.AddC... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "Could not find all UT clusters" | 45949 |
-matching_consolidate_tracks_matc... INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_long_tracks_matching" | 1000 | 45949 | 45.949 |
-pv_beamline_cleanup INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_PVs" | 1000 | 5107 | 5.1070 |
-scifi_consolidate_seeds_matching INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_seed_tracks" | 1000 | 81378 | 81.378 |
-velo_consolidate_tracks INFO Number of counters : 1
- | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
- | "n_velo_tracks" | 1000 | 249202 | 249.20 |
-TransposeRawBanks_49219a6b INFO 1D histograms in directory "TransposeRawBanks_49219a6b" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | Muon | "Muon" | 44000 | 35.585 | 14.369 | 0.72234 | 0.59958 |
-TransposeRawBanks_901cc252 INFO 1D histograms in directory "TransposeRawBanks_901cc252" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | ECal | "ECal" | 72000 | 157.5 | 0.0000 | 0 | 0 |
-TransposeRawBanks_abee1068 INFO 1D histograms in directory "TransposeRawBanks_abee1068" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | FTCluster | "FTCluster" | 240000 | 43.621 | 27.730 | 1.7421 | 4.0042 |
-TransposeRawBanks_d381aaa1 INFO 1D histograms in directory "TransposeRawBanks_d381aaa1" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | VP | "VP" | 208000 | 93.461 | 56.368 | 1.2504 | 3.1052 |
-TransposeRawBanks_d61819c9 INFO 1D histograms in directory "TransposeRawBanks_d61819c9" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | UT | "UT" | 216000 | 69.797 | 61.476 | 2.6463 | 11.635 |
-is_muon INFO 1D histograms in directory "is_muon" : 3
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_muons | "# muons" | 45949 | 0.1089 | 0.31152 | 2.5109 | 4.3047 |
- | pv_x | "pv_x" | 3226 | 2 | 0.0000 | 0 | 0 |
- | pv_y | "pv_y" | 5004 | 515.46 | 331.99 | 2.6166 | 26.605 |
-make_long_track_particles INFO 1D histograms in directory "make_long_track_particles" : 7
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | number_of_trks | "NTrks" | 999 | 45.895 | 27.479 | 0.70392 | 0.14123 |
- | trk_eta | "etaTrk" | 45849 | 3.6643 | 0.71689 | -0.12772 | -0.84076 |
- | trk_phi | "phiTrk" | 45849 | 0.0032327 | 1.7921 | -0.010237 | -1.2286 |
- | trk_pt | "ptTrk" | 45843 | 659.74 | 588.88 | 3.4849 | 22.932 |
- | trk_qop | "q/p" | 45849 |-3.8485e-07 | 0.00015219 | -0.0028299 | -0.83336 |
- | trk_tx | "txTrk" | 45849 |-4.8311e-05 | 0.061477 | 0.0066283 | 3.3207 |
- | trk_ty | "tyTrk" | 45849 | 2.5082e-05 | 0.056473 | -0.020863 | 1.4215 |
-matching_consolidate_tracks_matc... INFO 1D histograms in directory "matching_consolidate_tracks_matching" : 9
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | long_track_ghost_prob | "GhostProb" | 45949 | 0.080386 | 0.10174 | 2.0177 | 3.7028 |
- | long_track_matching_eta | "#eta" | 45949 | 3.6636 | 0.71641 | -0.12723 | -0.8394 |
- | long_track_matching_nhits | "N. hits / track" | 45949 | 25.13 | 3.1829 | -0.013192 | -0.50255 |
- | long_track_matching_phi | "#phi" | 45949 | 0.0036201 | 1.7921 | -0.010094 | -1.2284 |
- | long_track_matching_pt | "pt" | 45943 | 659.22 | 588.47 | 3.4868 | 22.967 |
- | long_track_matching_qop | "q/p" | 45949 |-3.3744e-07 | 0.00015254 | -0.002912 | -0.82948 |
- | long_track_matching_tx | "tx" | 45949 |-4.5376e-05 | 0.061481 | 0.0042391 | 3.3112 |
- | long_track_matching_ty | "ty" | 45949 | 3.295e-05 | 0.056472 | -0.020684 | 1.4177 |
- | n_long_tracks_matching_event | "n_long_tracks_matching_event" | 1000 | 45.949 | 27.518 | 0.7019 | 0.12953 |
-pv_beamline_cleanup INFO 1D histograms in directory "pv_beamline_cleanup" : 7
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_pvs_event | "n_pvs_event" | 1000 | 5.107 | 2.1880 | 0.40351 | -0.11488 |
- | n_smog2_PVs | "n_smog2_PVs" | 1000 | 0 | 0.0000 | 0 | 0 |
- | pv_x | "pv_x" | 5101 | 0.00023094 | 0.028521 | -0.19494 | 3.1679 |
- | pv_y | "pv_y" | 5101 | -0.0004803 | 0.028196 | -0.012409 | 1.2271 |
- | pv_z | "pv_z" | 5103 | 0.37017 | 59.545 | -0.04884 | -0.078858 |
- | pv_z_only_pp | "pv_z_only_pp" | 5101 | 0.44793 | 59.420 | -0.037872 | -0.10549 |
- | pv_z_only_smog | "pv_z_only_smog" | 2 | -201.2 | 0.70000 | 1.4243e-09 | -2 |
-scifi_consolidate_seeds_matching INFO 1D histograms in directory "scifi_consolidate_seeds_matching" : 5
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_scifi_seeds_event | "n_scifi_seeds_event" | 1000 | 81.378 | 53.902 | 1.3115 | 2.5209 |
- | scifi_track_eta | "#eta" | 81378 | 2.6539 | 0.73482 | 0.65431 | 0.3689 |
- | scifi_track_nhits | "N. hits / track" | 81378 | 11.433 | 0.74633 | -0.89492 | -0.65711 |
- | scifi_track_phi | "#phi" | 81378 | 0.0044773 | 2.0509 | -0.003265 | -1.0152 |
- | scifi_track_qop | "q/p" | 81378 |-1.9996e-06 | 0.00016279 | 0.0054938 | -0.86152 |
-velo_consolidate_tracks INFO 1D histograms in directory "velo_consolidate_tracks" : 1
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | n_velo_tracks_event | "n_velo_tracks_event" | 1000 | 249.2 | 138.92 | 0.80213 | 0.76952 |
-velo_kalman_filter INFO 1D histograms in directory "velo_kalman_filter" : 9
- | ID | Title | # | Mean | RMS | Skewness | Kurtosis |
- | velo_backward_track_eta | "#backward_eta" | 93153 | -3.0206 | 0.80390 | 0.032812 | -0.62537 |
- | velo_backward_track_nhits | "backward N. hits / track" | 93153 | 4.5716 | 1.3436 | 1.1909 | 2.209 |
- | velo_backward_track_phi | "#backward_phi" | 93153 | -0.018529 | 1.8047 | 0.0013665 | -1.1806 |
- | velo_forward_track_eta | "#forward_eta" | 156048 | 3.2744 | 1.0905 | 0.11791 | -0.98068 |
- | velo_forward_track_nhits | "forward N. hits / track" | 156049 | 7.3536 | 3.4395 | 0.54368 | -0.64307 |
- | velo_forward_track_phi | "#forward_phi" | 156049 | 0.0021239 | 1.8086 | -0.0090732 | -1.1933 |
- | velo_total_track_eta | "#total_eta" | 249201 | 0.92127 | 3.2034 | -0.37216 | -1.4837 |
- | velo_total_track_nhits | "total N. hits / track" | 249202 | 6.3136 | 3.1455 | 1.0682 | 0.34561 |
- | velo_total_track_phi | "#total_phi" | 249202 | -0.0055962 | 1.8072 | -0.0051515 | -1.1886 |