diff --git a/Dumpers/BinaryDumpers/tests/qmtest/lhcb_geometry_allen_event_loop.qmt b/Dumpers/BinaryDumpers/tests/qmtest/lhcb_geometry_allen_event_loop.qmt index 5fe91f3c574e114579a780ce9b7d953763c54384..737343ac5d0cb10bec7b0db616e88dbd3cca53f6 100644 --- a/Dumpers/BinaryDumpers/tests/qmtest/lhcb_geometry_allen_event_loop.qmt +++ b/Dumpers/BinaryDumpers/tests/qmtest/lhcb_geometry_allen_event_loop.qmt @@ -23,7 +23,7 @@ ../../options/allen.py --test-file-db-keyupgrade_Sept2022_minbias_0fb_md_mdf - --sequence$ALLEN_INSTALL_DIR/constants/hlt1_pp_no_ut.json + --sequence$ALLEN_INSTALL_DIR/constants/hlt1_pp_default.json --monitoring-filenameallen_event_loop.root -n10000 diff --git a/configuration/python/AllenSequences/calo_plus_passthrough.py b/configuration/python/AllenSequences/calo_plus_passthrough.py deleted file mode 100644 index 65da5c3e14c6b438f4ed4b48b2449e3ce1215e7c..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/calo_plus_passthrough.py +++ /dev/null @@ -1,90 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 PyConf.control_flow import NodeLogic, CompositeNode -from AllenCore.generator import generate -from AllenConf.persistency import make_persistency -from AllenConf.utils import line_maker -from AllenConf.validators import rate_validation -from AllenConf.calo_reconstruction import decode_calo -from AllenConf.hlt1_photon_lines import make_single_calo_cluster_line -from AllenConf.hlt1_reconstruction import hlt1_reconstruction -from AllenConf.hlt1_monitoring_lines import make_calo_digits_minADC_line, make_velo_micro_bias_line -from AllenConf.hlt1_calibration_lines import make_passthrough_line -from AllenConf.odin import odin_error_filter, make_event_type, make_odin_orbit -from AllenConf.lumi_reconstruction import lumi_reconstruction - -reconstructed_objects = hlt1_reconstruction( - algorithm_name='calo_plus_passthrough_sequence') -ecal_clusters = reconstructed_objects["ecal_clusters"] - -lines = [] -lumiline_name = "Hlt1ODINLumi" -lumilinefull_name = "Hlt1ODIN1kHzLumi" - -prefilters = [odin_error_filter("odin_error_filter")] -with line_maker.bind(prefilter=prefilters): - lines.append( - line_maker( - make_single_calo_cluster_line( - ecal_clusters, name="Hlt1SingleCaloCluster", minEt=400))) - lines.append(line_maker(make_passthrough_line())) - -odin_lumi_event = make_event_type(event_type='Lumi') -with line_maker.bind(prefilter=prefilters + [odin_lumi_event]): - lines += [ - line_maker(make_passthrough_line(name=lumiline_name, pre_scaler=1.)) - ] - -odin_orbit = make_odin_orbit(odin_orbit_modulo=30, odin_orbit_remainder=1) -with line_maker.bind(prefilter=prefilters + [odin_lumi_event, odin_orbit]): - lines += [ - line_maker( - make_passthrough_line(name=lumilinefull_name, pre_scaler=1.)) - ] - -line_algorithms = [tup[0] for tup in lines] - -lines = CompositeNode( - "AllLines", [tup[1] for tup in lines], - NodeLogic.NONLAZY_OR, - force_order=False) - -persistency_node, persistency_algorithms = make_persistency(line_algorithms) - -calo_sequence = CompositeNode( - "CaloClustering", [lines, persistency_node], - NodeLogic.NONLAZY_AND, - force_order=True) - -gather_selections = persistency_algorithms['gather_selections'] - -lumi_node = CompositeNode( - "AllenLumiNode", - lumi_reconstruction( - gather_selections=gather_selections, - lumiline_name=lumiline_name, - lumilinefull_name=lumilinefull_name, - with_muon=False)["algorithms"], - NodeLogic.NONLAZY_AND, - force_order=False) - -lumi_with_prefilter = CompositeNode( - "LumiWithPrefilter", - prefilters + [lumi_node], - NodeLogic.LAZY_AND, - force_order=True) - -hlt1_node = CompositeNode( - "AllenWithLumi", [calo_sequence, lumi_with_prefilter], - NodeLogic.NONLAZY_AND, - force_order=False) - -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut.py b/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut.py deleted file mode 100644 index e9f50da08416a1d132e7c05ecc0504fb1d8c21c6..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut.py +++ /dev/null @@ -1,28 +0,0 @@ -############################################################################### -# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_PbPb import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.calo_reconstruction import make_ecal_clusters -from AllenConf.persistency import make_routingbits_writer, rb_map_PbPb -from AllenConf.hlt1_heavy_ions_lines import make_heavy_ion_event_line - -with make_routingbits_writer.bind(rb_map=rb_map_PbPb): - with make_heavy_ion_event_line.bind(PbPb_SMOG_z_separation=-330.): - with make_ecal_clusters.bind( - seed_min_adc=10, neighbour_min_adc=2, min_et=200, min_e19=0): - hlt1_node = setup_hlt1_node( - with_ut=False, - EnableGEC=True, - bx_type=[1, 3], - reco_particles=True, - tracking_type=TrackingType.FORWARD_THEN_MATCHING) - generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_minimal.py b/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_minimal.py deleted file mode 100644 index e3ad3137f6dd0e7379513055751209d0427f651b..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_minimal.py +++ /dev/null @@ -1,30 +0,0 @@ -############################################################################### -# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_PbPb import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.filters import make_gec -from AllenConf.enum_types import TrackingType -from AllenConf.persistency import make_routingbits_writer, rb_map_PbPb -from AllenConf.calo_reconstruction import make_ecal_clusters - -with make_gec.bind(max_scifi_clusters=30000, count_ut=False): - with make_routingbits_writer.bind(rb_map=rb_map_PbPb): - with make_ecal_clusters.bind( - seed_min_adc=10, neighbour_min_adc=2, min_et=200, min_e19=0): - hlt1_node = setup_hlt1_node( - with_ut=False, - EnableGEC=True, - max_ecal_upc=800000, - min_ecal_hadro=94000, - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - bx_type=[1, 3], - mini=True) - generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_minimal_veloSP.py b/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_minimal_veloSP.py deleted file mode 100644 index e679d50ba26f18445fbee4ed48e8fe8fbdaa5122..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_minimal_veloSP.py +++ /dev/null @@ -1,33 +0,0 @@ -############################################################################### -# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_PbPb import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.filters import make_gec -from AllenConf.enum_types import TrackingType -from AllenConf.velo_reconstruction import decode_velo -from AllenConf.persistency import make_routingbits_writer, rb_map_PbPb -from AllenConf.calo_reconstruction import make_ecal_clusters - -with decode_velo.bind(retina_decoding=False): - with make_routingbits_writer.bind(rb_map=rb_map_PbPb): - with make_gec.bind(max_scifi_clusters=30000, count_ut=False): - with make_ecal_clusters.bind( - seed_min_adc=10, neighbour_min_adc=2, min_et=200, - min_e19=0): - hlt1_node = setup_hlt1_node( - with_ut=False, - EnableGEC=True, - max_ecal_upc=800000, - min_ecal_hadro=94000, - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - bx_type=[1, 3], - mini=True) - generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_no_gec.py b/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_no_gec.py deleted file mode 100644 index 5dc7481b27d5b4a6d52dc1ed51c4470eed10ec33..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_no_gec.py +++ /dev/null @@ -1,29 +0,0 @@ -############################################################################### -# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_PbPb import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.primary_vertex_reconstruction import make_pvs -from AllenConf.persistency import make_routingbits_writer, rb_map_PbPb -from AllenConf.hlt1_heavy_ions_lines import make_heavy_ion_event_line -from AllenConf.calo_reconstruction import make_ecal_clusters - -with make_pvs.bind(zmin=-845., Nbins=4608, SMOG2_pp_separation=-300.): - with make_routingbits_writer.bind(rb_map=rb_map_PbPb): - with make_heavy_ion_event_line.bind(PbPb_SMOG_z_separation=-300.): - with make_ecal_clusters.bind( - seed_min_adc=10, neighbour_min_adc=2, min_et=200, - min_e19=0): - hlt1_node = setup_hlt1_node( - with_ut=False, - bx_type=[1, 3], - tracking_type=TrackingType.FORWARD_THEN_MATCHING) - generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_no_gec_veloSP.py b/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_no_gec_veloSP.py deleted file mode 100644 index 2c46e998481887974934560673b119389883f8f2..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_no_gec_veloSP.py +++ /dev/null @@ -1,33 +0,0 @@ -############################################################################### -# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_PbPb import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.velo_reconstruction import decode_velo -from AllenConf.primary_vertex_reconstruction import make_pvs -from AllenConf.hlt1_heavy_ions_lines import make_heavy_ion_event_line -from AllenConf.persistency import make_routingbits_writer, rb_map_PbPb -from AllenConf.calo_reconstruction import make_ecal_clusters - -with decode_velo.bind(retina_decoding=False): - with make_pvs.bind(zmin=-845., Nbins=4608, SMOG2_pp_separation=-300.): - with make_routingbits_writer.bind(rb_map=rb_map_PbPb): - with make_heavy_ion_event_line.bind(PbPb_SMOG_z_separation=-300.): - with make_ecal_clusters.bind( - seed_min_adc=10, - neighbour_min_adc=2, - min_et=200, - min_e19=0): - hlt1_node = setup_hlt1_node( - with_ut=False, - bx_type=[1, 3], - tracking_type=TrackingType.FORWARD_THEN_MATCHING) - generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_validation.py b/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_validation.py deleted file mode 100644 index d37ca79be7cfde2d456f20bd94de7e6322443151..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_validation.py +++ /dev/null @@ -1,36 +0,0 @@ -############################################################################### -# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_PbPb import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.filters import make_gec -from AllenConf.enum_types import TrackingType -from AllenConf.primary_vertex_reconstruction import make_pvs -from AllenConf.hlt1_heavy_ions_lines import make_heavy_ion_event_line -from AllenConf.persistency import make_routingbits_writer, rb_map_PbPb -from AllenConf.calo_reconstruction import make_ecal_clusters - -with make_gec.bind(max_scifi_clusters=30000, count_ut=False): - with make_pvs.bind(zmin=-845., Nbins=4608, SMOG2_pp_separation=-300.): - with make_routingbits_writer.bind(rb_map=rb_map_PbPb): - with make_heavy_ion_event_line.bind(PbPb_SMOG_z_separation=-300.): - with make_ecal_clusters.bind( - seed_min_adc=10, - neighbour_min_adc=2, - min_et=200, - min_e19=0): - hlt1_node = setup_hlt1_node( - withMCChecking=True, - enableRateValidator=True, - with_ut=False, - bx_type=[1, 3], - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - EnableGEC=True) - generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_veloSP.py b/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_veloSP.py deleted file mode 100644 index a216644e5c4f50919a31a8161bd84037f9779f36..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_veloSP.py +++ /dev/null @@ -1,38 +0,0 @@ -############################################################################### -# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_PbPb import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.filters import make_gec -from AllenConf.enum_types import TrackingType -from AllenConf.velo_reconstruction import decode_velo -from AllenConf.primary_vertex_reconstruction import make_pvs -from AllenConf.persistency import make_routingbits_writer, rb_map_PbPb -from AllenConf.hlt1_heavy_ions_lines import make_heavy_ion_event_line -from AllenConf.calo_reconstruction import make_ecal_clusters - -with decode_velo.bind(retina_decoding=False): - with make_gec.bind(max_scifi_clusters=30000, count_ut=False): - with make_pvs.bind(zmin=-845., Nbins=4608, SMOG2_pp_separation=-300.): - with make_routingbits_writer.bind(rb_map=rb_map_PbPb): - with make_ecal_clusters.bind( - seed_min_adc=10, - neighbour_min_adc=2, - min_et=200, - min_e19=0): - with make_heavy_ion_event_line.bind( - PbPb_SMOG_z_separation=-300.): - hlt1_node = setup_hlt1_node( - with_ut=False, - EnableGEC=True, - bx_type=[1, 3], - reco_particles=True, - tracking_type=TrackingType.FORWARD_THEN_MATCHING) - generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_veloSP_validation.py b/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_veloSP_validation.py deleted file mode 100644 index c660e3ac674f26344732f4da357a75a024c25056..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_PbPb_PbSMOG_no_ut_veloSP_validation.py +++ /dev/null @@ -1,36 +0,0 @@ -############################################################################### -# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_PbPb import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.filters import make_gec -from AllenConf.enum_types import TrackingType -from AllenConf.velo_reconstruction import decode_velo -from AllenConf.primary_vertex_reconstruction import make_pvs -from AllenConf.hlt1_heavy_ions_lines import make_heavy_ion_event_line -from AllenConf.calo_reconstruction import make_ecal_clusters - -with decode_velo.bind(retina_decoding=False): - with make_gec.bind(max_scifi_clusters=30000, count_ut=False): - with make_pvs.bind(zmin=-845., Nbins=4608, SMOG2_pp_separation=-300.): - with make_heavy_ion_event_line.bind(PbPb_SMOG_z_separation=-300.): - with make_ecal_clusters.bind( - seed_min_adc=10, - neighbour_min_adc=2, - min_et=200, - min_e19=0): - hlt1_node = setup_hlt1_node( - withMCChecking=True, - enableRateValidator=True, - with_ut=False, - bx_type=[1, 3], - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - EnableGEC=True) - generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_alaSMOG_forward_then_matching_no_ut.py b/configuration/python/AllenSequences/hlt1_pp_alaSMOG_forward_then_matching_no_ut.py deleted file mode 100644 index d0d14930f4815c2f35d4b46651fee549b7557a2e..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_alaSMOG_forward_then_matching_no_ut.py +++ /dev/null @@ -1,27 +0,0 @@ -############################################################################### -# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node, default_SMOG2_lines -from AllenConf.hlt1_smog2_lines import make_SMOG2_minimum_bias_line -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.filters import make_checkPV -from AllenConf.primary_vertex_reconstruction import make_pvs - -with make_pvs.bind(zmin=-845., SMOG2_pp_separation=-300., Nbins=4608): - with make_checkPV.bind(min_z=-717., max_z=-300.): - with default_SMOG2_lines.bind(min_z=-717., max_z=-300.): - with make_SMOG2_minimum_bias_line.bind(min_z=-717., max_z=-300.): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - with_ut=False, - withSMOG2=True) - - generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_alaSMOG_forward_then_matching_no_ut_validation.py b/configuration/python/AllenSequences/hlt1_pp_alaSMOG_forward_then_matching_no_ut_validation.py deleted file mode 100644 index 52e343594ed6d8e04a9c740fcd9a9fab995c95f4..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_alaSMOG_forward_then_matching_no_ut_validation.py +++ /dev/null @@ -1,28 +0,0 @@ -############################################################################### -# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node, default_SMOG2_lines -from AllenConf.hlt1_smog2_lines import make_SMOG2_minimum_bias_line -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.filters import make_checkPV -from AllenConf.primary_vertex_reconstruction import make_pvs - -with make_pvs.bind(zmin=-845., SMOG2_pp_separation=-300., Nbins=4608): - with make_checkPV.bind(min_z=-717., max_z=-300.): - with default_SMOG2_lines.bind(min_z=-717., max_z=-300.): - with make_SMOG2_minimum_bias_line.bind(min_z=-717., max_z=-300.): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - with_ut=False, - withSMOG2=True, - withMCChecking=True) - - generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_alaSMOG_forward_then_matching_no_ut_veloSP.py b/configuration/python/AllenSequences/hlt1_pp_alaSMOG_forward_then_matching_no_ut_veloSP.py deleted file mode 100644 index 98b9ce9134eab1e2753302954cc3ab3b1e699b20..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_alaSMOG_forward_then_matching_no_ut_veloSP.py +++ /dev/null @@ -1,30 +0,0 @@ -############################################################################### -# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node, default_SMOG2_lines -from AllenConf.hlt1_smog2_lines import make_SMOG2_minimum_bias_line -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.filters import make_checkPV -from AllenConf.primary_vertex_reconstruction import make_pvs -from AllenConf.velo_reconstruction import decode_velo - -with decode_velo.bind(retina_decoding=False): - with make_pvs.bind(zmin=-845., SMOG2_pp_separation=-300., Nbins=4608): - with make_checkPV.bind(min_z=-717., max_z=-300.): - with default_SMOG2_lines.bind(min_z=-717., max_z=-300.): - with make_SMOG2_minimum_bias_line.bind( - min_z=-717., max_z=-300.): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - with_ut=False, - withSMOG2=True) - - generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_default.py b/configuration/python/AllenSequences/hlt1_pp_default.py index b00dd58b6eb4229d53d0b55070b62b66e6059b32..4debe4597aa3467016a037910f1be86cde8ef5b5 100644 --- a/configuration/python/AllenSequences/hlt1_pp_default.py +++ b/configuration/python/AllenSequences/hlt1_pp_default.py @@ -10,6 +10,23 @@ ############################################################################### from AllenConf.HLT1 import setup_hlt1_node from AllenCore.generator import generate +from AllenConf.enum_types import TrackingType +from AllenConf.get_thresholds import get_thresholds +from AllenConf.matching_reconstruction import make_velo_scifi_matches +from AllenConf.velo_reconstruction import make_pr_velo_tracks + +#Copy of hlt1_pp_forward_then_matching_and_downstream_with_parkf_1200kHz +with make_velo_scifi_matches.bind( + ghost_killer_threshold=0.8), make_pr_velo_tracks.bind( + missing_modules=[21]): + hlt1_node = setup_hlt1_node( + tracking_type=TrackingType.FORWARD_THEN_MATCHING, + threshold_settings=get_thresholds( + f"forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1200kHz" + ), + with_ut=True, + enableDownstream=True, + with_fullKF=True, + ) -hlt1_node = setup_hlt1_node() generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_no_ut_dihadrons.py b/configuration/python/AllenSequences/hlt1_pp_dihadrons.py similarity index 89% rename from configuration/python/AllenSequences/hlt1_pp_no_ut_dihadrons.py rename to configuration/python/AllenSequences/hlt1_pp_dihadrons.py index 0f05c3fa4f938a9c04992609dfc52d4be88cd4bb..2888d1b810b3e0bd94c4c4c58f3ae5a758e07245 100644 --- a/configuration/python/AllenSequences/hlt1_pp_no_ut_dihadrons.py +++ b/configuration/python/AllenSequences/hlt1_pp_dihadrons.py @@ -12,9 +12,5 @@ from AllenConf.HLT1 import setup_hlt1_node from AllenCore.generator import generate hlt1_node = setup_hlt1_node( - with_ut=False, - enableRateValidator=True, - with_calo=False, - with_muon=False, - with_v0s=False) + enableRateValidator=True, with_calo=False, with_muon=False, with_v0s=False) generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_and_downstream.py b/configuration/python/AllenSequences/hlt1_pp_forward.py similarity index 91% rename from configuration/python/AllenSequences/hlt1_pp_matching_no_ut_and_downstream.py rename to configuration/python/AllenSequences/hlt1_pp_forward.py index fcb1847decb048c69182baaa03306ea840821fef..45418adc782d52fd2fff496c4513dcf9e516709e 100644 --- a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_and_downstream.py +++ b/configuration/python/AllenSequences/hlt1_pp_forward.py @@ -12,6 +12,5 @@ from AllenConf.HLT1 import setup_hlt1_node from AllenCore.generator import generate from AllenConf.enum_types import TrackingType -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING, enableDownstream=True) +hlt1_node = setup_hlt1_node(tracking_type=TrackingType.FORWARD) generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_muon.py b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_muon.py deleted file mode 100644 index 0c3ef078be03709ff86bd9f7863efbd68fd92d3d..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_muon.py +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, with_muon=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_1000KHz.py b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_1000KHz.py deleted file mode 100644 index 531cf35968edbb541f7eb017197f90a3b71a64fb..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_1000KHz.py +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - threshold_settings=get_thresholds("no_ut_tuned_1000KHz"), - with_ut=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_longtae.py b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_longtae.py deleted file mode 100644 index 26aeabbe0fc1622a766d107bc71d81996660ab2e..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_longtae.py +++ /dev/null @@ -1,22 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.filters import make_tae_activity_filter - -with make_tae_activity_filter.bind( - use_long_tracks=True, name="tae_long_activity_filter"): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - with_ut=False, - tae_activity=True) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_no_muon.py b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_no_muon.py deleted file mode 100644 index 5fc537795a11b58558d5fb0e60e44146c767d01a..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_no_muon.py +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - with_ut=False, - with_muon=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_pi0_calib.py b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_pi0_calib.py deleted file mode 100644 index e8163080fea176d30147e4d87493b6a6399cfb1e..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_pi0_calib.py +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.hlt1_calibration_lines import make_pi02gammagamma_line - -with make_pi02gammagamma_line.bind(pre_scaler=1.): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - with_ut=False, - ) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_tuning.py b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_tuning.py deleted file mode 100644 index 0cc9630bf068db96aa54d17c6034e95833b0772d..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_tuning.py +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - threshold_settings=get_thresholds("tuning"), - with_ut=False, - enableTupling=True) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloSP.py b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloSP.py deleted file mode 100644 index 4454d83a658b87b75f8fb37eeb786cfd9541e24b..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloSP.py +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenConf.velo_reconstruction import decode_velo -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType - -with decode_velo.bind(retina_decoding=False): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, with_ut=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloSP_longtae.py b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloSP_longtae.py deleted file mode 100644 index 25a3c7bef8c67d6929028e8083ff144bd609f40c..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloSP_longtae.py +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenConf.velo_reconstruction import decode_velo -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.filters import make_tae_activity_filter - -with decode_velo.bind(retina_decoding=False): - with make_tae_activity_filter.bind( - use_long_tracks=True, name="tae_long_activity_filter"): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - with_ut=False, - tae_activity=True) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloSP_velotae.py b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloSP_velotae.py deleted file mode 100644 index b7f9d9eec271e80bbb4aa2063519535eaa091f1b..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloSP_velotae.py +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenConf.velo_reconstruction import decode_velo -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.filters import make_tae_activity_filter - -with decode_velo.bind(retina_decoding=False): - with make_tae_activity_filter.bind( - use_long_tracks=False, name="tae_velo_activity_filter"): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - with_ut=False, - tae_activity=True) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloopen.py b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloopen.py deleted file mode 100644 index 99440a08ae27ed77b2798bdf6f9fbaab18006049..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloopen.py +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - with_ut=False, - velo_open=True) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloopen_validation.py b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloopen_validation.py deleted file mode 100644 index 2bdd20e412f6ad4c20129998ff45b36b92d9e23f..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_veloopen_validation.py +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - with_ut=False, - withMCChecking=True, - enableRateValidator=True, - velo_open=True) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_velotae.py b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_velotae.py deleted file mode 100644 index 6526b99ad97d8d11d4c610c48a084e64b1bd9693..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_no_ut_velotae.py +++ /dev/null @@ -1,22 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.filters import make_tae_activity_filter - -with make_tae_activity_filter.bind( - use_long_tracks=False, name="tae_velo_activity_filter"): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - with_ut=False, - tae_activity=True) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_then_forward_no_ut.py b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_rich.py similarity index 93% rename from configuration/python/AllenSequences/hlt1_pp_matching_then_forward_no_ut.py rename to configuration/python/AllenSequences/hlt1_pp_forward_then_matching_rich.py index ed7d20d28235a5172caa0f4e05597b01db2d87fd..86ced335cfc00923504102342ceda0d2a66f4fb8 100644 --- a/configuration/python/AllenSequences/hlt1_pp_matching_then_forward_no_ut.py +++ b/configuration/python/AllenSequences/hlt1_pp_forward_then_matching_rich.py @@ -13,5 +13,5 @@ from AllenCore.generator import generate from AllenConf.enum_types import TrackingType hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING_THEN_FORWARD, with_ut=False) + with_rich=True, tracking_type=TrackingType.FORWARD_THEN_MATCHING) generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_no_muon.py b/configuration/python/AllenSequences/hlt1_pp_matching_no_muon.py deleted file mode 100644 index 410ede73e6d969ea295ab328df65a010d7960aac..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_matching_no_muon.py +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING, with_ut=False, with_muon=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_no_muon_veloSP.py b/configuration/python/AllenSequences/hlt1_pp_matching_no_muon_veloSP.py deleted file mode 100644 index ae1eb9c3df31b69aa09ce1e1fe258658b0bc8615..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_matching_no_muon_veloSP.py +++ /dev/null @@ -1,23 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenConf.velo_reconstruction import decode_velo -from AllenCore.generator import generate -from AllenConf.scifi_reconstruction import decode_scifi -from AllenConf.enum_types import TrackingType - -with decode_velo.bind(retina_decoding=False): - hlt1_node = setup_hlt1_node( - enableRateValidator=True, - tracking_type=TrackingType.MATCHING, - with_muon=False, - with_ut=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut.py b/configuration/python/AllenSequences/hlt1_pp_matching_no_ut.py deleted file mode 100644 index 6e199bd031c1cdc5e1107b064eb3717aabe0d25d..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut.py +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING, - threshold_settings=get_thresholds("no_ut_tuned_mu4_800KHz_v1"), - with_ut=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_1000KHz_longtae.py b/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_1000KHz_longtae.py deleted file mode 100644 index d17e63f3e183efa161d260971843bb95e5faa0e9..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_1000KHz_longtae.py +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds -from AllenConf.filters import make_tae_activity_filter - -with make_tae_activity_filter.bind( - use_long_tracks=True, name="tae_long_activity_filter"): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING, - threshold_settings=get_thresholds("no_ut_tuned_1000KHz"), - with_ut=False, - tae_activity=True) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_1000KHz_longtae_veloSP.py b/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_1000KHz_longtae_veloSP.py deleted file mode 100644 index 045bd38a6d6de939ae9eeea8e91a8a509bc320c4..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_1000KHz_longtae_veloSP.py +++ /dev/null @@ -1,26 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenConf.velo_reconstruction import decode_velo -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds -from AllenConf.filters import make_tae_activity_filter - -with decode_velo.bind(retina_decoding=False): - with make_tae_activity_filter.bind( - use_long_tracks=True, name="tae_long_activity_filter"): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING, - threshold_settings=get_thresholds("no_ut_tuned_1000KHz"), - with_ut=False, - tae_activity=True) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_1000KHz_veloSP.py b/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_1000KHz_veloSP.py deleted file mode 100644 index c0d5a55d1d0bd55c8f07937cca5f0a20d2ecd44e..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_1000KHz_veloSP.py +++ /dev/null @@ -1,22 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenConf.velo_reconstruction import decode_velo -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds - -with decode_velo.bind(retina_decoding=False): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING, - threshold_settings=get_thresholds("no_ut_tuned_mu4_1000KHz_v1"), - with_ut=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_and_downstream_validation.py b/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_and_downstream_validation.py deleted file mode 100644 index eba7c54009a2b4831baad1444c38bd0d09a1f759..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_and_downstream_validation.py +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING, - enableDownstream=True, - withMCChecking=True, - enableRateValidator=True) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_and_ut_decoding.py b/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_and_ut_decoding.py deleted file mode 100644 index f872ca1badc7d83fad428388823ddec3afc14d8e..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_and_ut_decoding.py +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType - -from AllenConf.matching_reconstruction import make_velo_scifi_matches - -with make_velo_scifi_matches.bind(force_skip_ut=True): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING, with_ut=True) - -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_tuning.py b/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_tuning.py deleted file mode 100644 index 2826fa56684366376c75d02021c22fe2cf9ee92d..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_tuning.py +++ /dev/null @@ -1,22 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING, - threshold_settings=get_thresholds("tuning"), - with_ut=False, - enableTupling=True, - withMCChecking=True) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_validation.py b/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_validation.py deleted file mode 100644 index 22d1525f86a691c9d8fd43896c4038b52ba5cfa8..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_validation.py +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType - -hlt1_node = setup_hlt1_node( - withMCChecking=True, tracking_type=TrackingType.MATCHING, with_ut=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_veloSP.py b/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_veloSP.py deleted file mode 100644 index d4146b6911223e2597d7236332f252c29ba13ab3..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_matching_no_ut_veloSP.py +++ /dev/null @@ -1,22 +0,0 @@ -############################################################################### -# (c) Copyright 2023-2024 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenConf.velo_reconstruction import decode_velo -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds - -with decode_velo.bind(retina_decoding=False): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING, - threshold_settings=get_thresholds("no_ut_tuned_mu4_800KHz_v1"), - with_ut=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_matching_then_forward_no_ut_validation.py b/configuration/python/AllenSequences/hlt1_pp_matching_then_forward_no_ut_validation.py deleted file mode 100644 index 6c1377481cd51761e14fc0eee889cc58647a4112..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_matching_then_forward_no_ut_validation.py +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING_THEN_FORWARD, - with_ut=False, - withMCChecking=True, - enableRateValidator=True) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_no_calo.py b/configuration/python/AllenSequences/hlt1_pp_no_calo.py deleted file mode 100644 index 58bafbf5111fb42b00bb344e34015d062bbb8cc1..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_no_calo.py +++ /dev/null @@ -1,15 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate - -hlt1_node = setup_hlt1_node(with_calo=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_no_calo_validation.py b/configuration/python/AllenSequences/hlt1_pp_no_calo_validation.py deleted file mode 100644 index 6016a61db850e8cf4b9669ac8c8e89b771df0c5d..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_no_calo_validation.py +++ /dev/null @@ -1,15 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate - -hlt1_node = setup_hlt1_node(withMCChecking=True, with_calo=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_no_ut.py b/configuration/python/AllenSequences/hlt1_pp_no_ut.py deleted file mode 100644 index 777c58af94abda9216d78aa9855974c902fe4a10..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_no_ut.py +++ /dev/null @@ -1,15 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate - -hlt1_node = setup_hlt1_node(with_ut=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_no_ut_no_muon.py b/configuration/python/AllenSequences/hlt1_pp_no_ut_no_muon.py deleted file mode 100644 index 6ef325cbe25d53ce281a722dcdf77a3e4f657864..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_no_ut_no_muon.py +++ /dev/null @@ -1,15 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate - -hlt1_node = setup_hlt1_node(with_ut=False, with_muon=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_no_ut_validation.py b/configuration/python/AllenSequences/hlt1_pp_no_ut_validation.py deleted file mode 100644 index 1c1a93cd98e708d422e9bc336f5fcf464d7d0f06..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_no_ut_validation.py +++ /dev/null @@ -1,15 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate - -hlt1_node = setup_hlt1_node(withMCChecking=True, with_ut=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_Ar.py b/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_Ar.py deleted file mode 100644 index d0d70befcafe4d764bea3d481ff40eca25735cdd..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_Ar.py +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_pp_ref import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds -from AllenConf.hlt1_smog2_lines import make_SMOG2_minimum_bias_line - -with make_SMOG2_minimum_bias_line.bind(pre_scaler=0.02): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - threshold_settings=get_thresholds("pp_reference_run_2024")) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_H.py b/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_H.py deleted file mode 100644 index 6935b336d45ff0f4c28ac29ea9626c8502f09669..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_H.py +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_pp_ref import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds -from AllenConf.hlt1_smog2_lines import make_SMOG2_minimum_bias_line - -with make_SMOG2_minimum_bias_line.bind(pre_scaler=0.03): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - threshold_settings=get_thresholds("pp_reference_run_2024")) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_HeD.py b/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_HeD.py deleted file mode 100644 index 88dbb968ffd6d4a13a7067fcb992024aae285434..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_HeD.py +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_pp_ref import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds -from AllenConf.hlt1_smog2_lines import make_SMOG2_minimum_bias_line - -with make_SMOG2_minimum_bias_line.bind(pre_scaler=0.075): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - threshold_settings=get_thresholds("pp_reference_run_2024")) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_HeD_loose.py b/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_HeD_loose.py deleted file mode 100644 index 94bffa8ec0909f727699afc7da509d75756f0137..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_HeD_loose.py +++ /dev/null @@ -1,22 +0,0 @@ -############################################################################### -# (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_pp_ref import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds -from AllenConf.hlt1_smog2_lines import make_SMOG2_minimum_bias_line - -with make_SMOG2_minimum_bias_line.bind(pre_scaler=0.15): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - threshold_settings=get_thresholds("pp_reference_run_2024"), - smog2_lumi_prescale=1) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_HeD_loose_veloSP.py b/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_HeD_loose_veloSP.py deleted file mode 100644 index 1711a218b3e10969907c59ba825b34c149ab9770..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_HeD_loose_veloSP.py +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################### -# (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_pp_ref import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds -from AllenConf.hlt1_smog2_lines import make_SMOG2_minimum_bias_line -from AllenConf.velo_reconstruction import decode_velo - -with make_SMOG2_minimum_bias_line.bind(pre_scaler=0.15),\ - decode_velo.bind(retina_decoding=False): - hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - threshold_settings=get_thresholds("pp_reference_run_2024"), - smog2_lumi_prescale=1) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_no_ut.py b/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_no_ut.py deleted file mode 100644 index 4c8f17784af1a5cdbe0ecdfb016d269be28aa48c..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_no_ut.py +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################### -# (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_pp_ref import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - threshold_settings=get_thresholds("pp_reference_run_2024"), - with_ut=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_no_ut_validation.py b/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_no_ut_validation.py deleted file mode 100644 index 9013a9ede21ed82ced9510c219d28085a0bde787..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_ref_forward_then_matching_no_ut_validation.py +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_pp_ref import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds - -hlt1_node = setup_hlt1_node( - withMCChecking=True, - tracking_type=TrackingType.FORWARD_THEN_MATCHING, - threshold_settings=get_thresholds("pp_reference_run_2024"), - with_ut=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_ref_matching.py b/configuration/python/AllenSequences/hlt1_pp_ref_matching.py deleted file mode 100644 index 1a3502b3a82e9e33ea9cd969bbe5211d76c1f8ac..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_ref_matching.py +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################### -# (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_pp_ref import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING, - threshold_settings=get_thresholds("pp_reference_run_2024")) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_ref_matching_no_ut.py b/configuration/python/AllenSequences/hlt1_pp_ref_matching_no_ut.py deleted file mode 100644 index b635f470170fa8d707d91c6888f09c8ae1510afc..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_ref_matching_no_ut.py +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################### -# (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_pp_ref import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds - -hlt1_node = setup_hlt1_node( - tracking_type=TrackingType.MATCHING, - threshold_settings=get_thresholds("pp_reference_run_2024"), - with_ut=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_ref_matching_no_ut_validation.py b/configuration/python/AllenSequences/hlt1_pp_ref_matching_no_ut_validation.py deleted file mode 100644 index b9bff3e68a3a52f5a5df9095cf6b759e6ebebe73..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_ref_matching_no_ut_validation.py +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_pp_ref import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds - -hlt1_node = setup_hlt1_node( - withMCChecking=True, - tracking_type=TrackingType.MATCHING, - threshold_settings=get_thresholds("pp_reference_run_2024"), - with_ut=False) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_ref_matching_validation.py b/configuration/python/AllenSequences/hlt1_pp_ref_matching_validation.py deleted file mode 100644 index 00347490c7696cc4d15e5b22d4db9881f654d613..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_ref_matching_validation.py +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################### -# (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), 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 AllenConf.HLT1_pp_ref import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.enum_types import TrackingType -from AllenConf.get_thresholds import get_thresholds - -hlt1_node = setup_hlt1_node( - withMCChecking=True, - tracking_type=TrackingType.MATCHING, - threshold_settings=get_thresholds("pp_reference_run_2024")) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_rich_no_ut.py b/configuration/python/AllenSequences/hlt1_pp_rich_no_ut.py deleted file mode 100644 index 634a4964dbffe40207bbdf621cc95ebf5b4c9181..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/hlt1_pp_rich_no_ut.py +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.HLT1 import setup_hlt1_node -from AllenCore.generator import generate -from AllenConf.rich_reconstruction import decode_rich -from PyConf.control_flow import NodeLogic, CompositeNode - -hlt1_node = setup_hlt1_node(with_ut=False, with_rich=True) -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/hlt1_pp_validation.py b/configuration/python/AllenSequences/hlt1_pp_validation.py index 080d778a25004f2e23b230283180efb6945b6bb7..e35309cfac3c6bba4035963e0a5139d6deb3dab5 100644 --- a/configuration/python/AllenSequences/hlt1_pp_validation.py +++ b/configuration/python/AllenSequences/hlt1_pp_validation.py @@ -10,6 +10,24 @@ ############################################################################### from AllenConf.HLT1 import setup_hlt1_node from AllenCore.generator import generate +from AllenConf.enum_types import TrackingType +from AllenConf.get_thresholds import get_thresholds +from AllenConf.matching_reconstruction import make_velo_scifi_matches +from AllenConf.velo_reconstruction import make_pr_velo_tracks + +#Copy of hlt1_pp_forward_then_matching_and_downstream_with_parkf_1200kHz +with make_velo_scifi_matches.bind( + ghost_killer_threshold=0.8), make_pr_velo_tracks.bind( + missing_modules=[21]): + hlt1_node = setup_hlt1_node( + tracking_type=TrackingType.FORWARD_THEN_MATCHING, + threshold_settings=get_thresholds( + f"forward_then_matching_and_downstream_with_parkf_tuned_mu5p3_1200kHz" + ), + with_ut=True, + enableDownstream=True, + with_fullKF=True, + withMCChecking=True, + enableRateValidator=True) -hlt1_node = setup_hlt1_node(withMCChecking=True, enableRateValidator=True) generate(hlt1_node) diff --git a/configuration/python/AllenSequences/muon_decoding.py b/configuration/python/AllenSequences/muon_decoding.py deleted file mode 100644 index 2a5b41b97c98566a5e1bb6d64096c8b7b13a9d8f..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/muon_decoding.py +++ /dev/null @@ -1,14 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.muon_reconstruction import decode_muon -from AllenCore.generator import generate - -generate(decode_muon()["dev_muon_hits"].producer) diff --git a/configuration/python/AllenSequences/passthrough_no_ut.py b/configuration/python/AllenSequences/passthrough_no_ut.py deleted file mode 100644 index b3ab675357e2194ec74204994df2f8fa33b27c8d..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/passthrough_no_ut.py +++ /dev/null @@ -1,47 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 PyConf.control_flow import NodeLogic, CompositeNode -from AllenCore.generator import generate, make_algorithm -from AllenConf.hlt1_calibration_lines import make_passthrough_line -from AllenConf.persistency import make_persistency -from AllenConf.odin import decode_odin -from AllenCore.algorithms import data_provider_t -from AllenConf.utils import line_maker -from AllenConf.validators import rate_validation - -bank_providers = [decode_odin()['dev_odin_data'].producer] - -# To test memory traffic when copying to the device, add the following -for det, bt in (("velo", "VP"), ("scifi", "FTCluster"), ("muon", "Muon"), - ("ecal_banks", "ECal")): - bank_providers.append( - make_algorithm(data_provider_t, name=det + "_banks", bank_type=bt)) - -passthrough_line = line_maker(make_passthrough_line(pre_scaler=1)) -line_algorithms = [passthrough_line[0]] - -providers = CompositeNode( - "Providers", bank_providers, NodeLogic.NONLAZY_AND, force_order=False) - -lines = CompositeNode( - "AllLines", [passthrough_line[1]], NodeLogic.NONLAZY_OR, force_order=False) - -persistency_node, persistency_algorithms = make_persistency(line_algorithms) - -passthrough_sequence = CompositeNode( - "Passthrough", [ - providers, lines, persistency_node, - rate_validation(lines=line_algorithms) - ], - NodeLogic.NONLAZY_AND, - force_order=True) - -generate(passthrough_sequence) diff --git a/configuration/python/AllenSequences/passthrough_prescaled_1_25.py b/configuration/python/AllenSequences/passthrough_prescaled_1_25.py deleted file mode 100644 index 5a46a3732cbf024ca2f52f51726d72c694c5ad55..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/passthrough_prescaled_1_25.py +++ /dev/null @@ -1,47 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 PyConf.control_flow import NodeLogic, CompositeNode -from AllenCore.generator import generate, make_algorithm -from AllenConf.hlt1_calibration_lines import make_passthrough_line -from AllenConf.persistency import make_persistency -from AllenConf.odin import decode_odin -from AllenCore.algorithms import data_provider_t -from AllenConf.utils import line_maker -from AllenConf.validators import rate_validation - -bank_providers = [decode_odin()['dev_odin_data'].producer] - -# To test memory traffic when copying to the device, add the following -for det, bt in (("velo", "VP"), ("scifi", "FTCluster"), ("muon", "Muon"), - ("ecal_banks", "ECal")): - bank_providers.append( - make_algorithm(data_provider_t, name=det + "_banks", bank_type=bt)) - -passthrough_line = line_maker(make_passthrough_line(pre_scaler=0.04)) -line_algorithms = [passthrough_line[0]] - -providers = CompositeNode( - "Providers", bank_providers, NodeLogic.NONLAZY_AND, force_order=False) - -lines = CompositeNode( - "AllLines", [passthrough_line[1]], NodeLogic.NONLAZY_OR, force_order=False) - -persistency_node, persistency_algorithms = make_persistency(line_algorithms) - -hlt1_node = CompositeNode( - "Passthrough", [ - providers, lines, persistency_node, - rate_validation(lines=line_algorithms) - ], - NodeLogic.NONLAZY_AND, - force_order=True) - -generate(hlt1_node) diff --git a/configuration/python/AllenSequences/passthrough_prescaled_1_25_veloSP.py b/configuration/python/AllenSequences/passthrough_prescaled_1_25_veloSP.py deleted file mode 100644 index 4c97dd1135ccc9335c1864fac94676874be068f1..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/passthrough_prescaled_1_25_veloSP.py +++ /dev/null @@ -1,47 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 PyConf.control_flow import NodeLogic, CompositeNode -from AllenCore.generator import generate, make_algorithm -from AllenConf.hlt1_calibration_lines import make_passthrough_line -from AllenConf.persistency import make_persistency -from AllenConf.odin import decode_odin -from AllenCore.algorithms import data_provider_t -from AllenConf.utils import line_maker -from AllenConf.validators import rate_validation - -bank_providers = [decode_odin()['dev_odin_data'].producer] - -# To test memory traffic when copying to the device, add the following -for det, bt in (("velo", "VP"), ("scifi", "FTCluster"), ("muon", "Muon"), - ("ecal_banks", "ECal")): - bank_providers.append( - make_algorithm(data_provider_t, name=det + "_banks", bank_type=bt)) - -passthrough_line = line_maker(make_passthrough_line(pre_scaler=0.04)) -line_algorithms = [passthrough_line[0]] - -providers = CompositeNode( - "Providers", bank_providers, NodeLogic.NONLAZY_AND, force_order=False) - -lines = CompositeNode( - "AllLines", [passthrough_line[1]], NodeLogic.NONLAZY_OR, force_order=False) - -persistency_node, persistency_algorithms = make_persistency(line_algorithms) - -passthrough_sequence = CompositeNode( - "Passthrough", [ - providers, lines, persistency_node, - rate_validation(lines=line_algorithms) - ], - NodeLogic.NONLAZY_AND, - force_order=True) - -generate(passthrough_sequence) diff --git a/configuration/python/AllenSequences/scifi_decoding.py b/configuration/python/AllenSequences/scifi_decoding.py deleted file mode 100644 index 031e4d64ceaefc67aa95561a06df00f0c193e873..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/scifi_decoding.py +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.scifi_reconstruction import decode_scifi -from PyConf.control_flow import NodeLogic, CompositeNode -from AllenCore.generator import generate - -decode_scifi = CompositeNode("DecodeScifi", - [decode_scifi()["dev_scifi_hits"].producer]) - -generate(decode_scifi) diff --git a/configuration/python/AllenSequences/trackmatching_veloscifi_and_utdecoding.py b/configuration/python/AllenSequences/trackmatching_veloscifi_and_utdecoding.py deleted file mode 100644 index e665779f835252dc49f3cfbd25a9454ab8bcdcbe..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/trackmatching_veloscifi_and_utdecoding.py +++ /dev/null @@ -1,34 +0,0 @@ -############################################################################### -# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.matching_reconstruction import velo_scifi_matching -from AllenConf.ut_reconstruction import decode_ut -from AllenConf.hlt1_reconstruction import make_composite_node_with_gec -from AllenConf.filters import make_gec -from PyConf.control_flow import NodeLogic, CompositeNode -from AllenCore.generator import generate - -velo_scifi_matching_sequence = CompositeNode( - "Matching", [ - make_composite_node_with_gec( - "velo_scifi_matching", - velo_scifi_matching(), - with_scifi=True, - with_ut=False), - make_composite_node_with_gec( - "decode_ut", - decode_ut()['dev_ut_hits'], - with_scifi=True, - with_ut=True) - ], - NodeLogic.LAZY_AND, - force_order=True) - -generate(velo_scifi_matching_sequence) diff --git a/configuration/python/AllenSequences/ut_decoding.py b/configuration/python/AllenSequences/ut_decoding.py deleted file mode 100644 index 9f53a5d1ff72bbebcd85e2b73dda2b6291b0791c..0000000000000000000000000000000000000000 --- a/configuration/python/AllenSequences/ut_decoding.py +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################### -# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration # -# # -# This software is distributed under the terms of the Apache License # -# version 2 (Apache-2.0), copied verbatim in the file "LICENSE". # -# # -# 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 AllenConf.ut_reconstruction import decode_ut -from PyConf.control_flow import NodeLogic, CompositeNode -from AllenCore.generator import generate - -decode_ut = CompositeNode("DecodeUT", [decode_ut()["dev_ut_hits"].producer]) - -generate(decode_ut) diff --git a/scripts/ci/test_config.yaml b/scripts/ci/test_config.yaml index a129cf1b488a79ef1c5c80b8473d5ff251fbaf27..32b22cfa01b517d9475eff4590d67ccbc785c646 100644 --- a/scripts/ci/test_config.yaml +++ b/scripts/ci/test_config.yaml @@ -55,16 +55,14 @@ config: minimal: - type: "throughput" sequence: - - hlt1_pp_default - #- hlt1_pp_forward_then_matching # I guess this one can be replaced? - - hlt1_pp_forward_then_matching_and_downstream_with_parkf_1200kHz + - hlt1_pp_default #mapped to the sequence used in operations "hlt1_pp_forward_then_matching_and_downstream_with_parkf_1200kHz" dataset: "MEP_2025_pp_pD2_bu_321834_LHCb_ECEB01_BU_0" geometry: "geometry_run3_2025-v00.01" - type: "efficiency" sequence: - - hlt1_pp_validation - dataset: "Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits" + - hlt1_pp_validation #validation for the sequence used in operations "hlt1_pp_forward_then_matching_and_downstream_with_parkf_1200kHz" + dataset: "Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits" geometry: "geometry_dddb-20231017_sim-20231017-vc-md100_new_SciFi_geometry" # FIXME run_changes needs re-adding @@ -79,9 +77,9 @@ minimal: # - a5000 full: + ####################################Throughput tests - type: "throughput" #on exp24 MC sequence: - - hlt1_pp_default - hlt1_pp_veloSP - hlt1_pp_forward_then_matching_and_downstream_veloSP dataset: "Beam6800GeV-expected-2024-MagDown-nu7.6_MinBiasMD" @@ -106,36 +104,29 @@ full: # run throughput, various settings - type: "throughput" sequence: - - hlt1_pp_matching - - hlt1_pp_forward_then_matching + - hlt1_pp_forward + - hlt1_pp_matching + - hlt1_pp_forward_then_matching - hlt1_pp_forward_then_matching_no_ut - hlt1_pp_forward_then_matching_and_downstream - hlt1_pp_forward_then_matching_with_parkf - - hlt1_pp_forward_then_matching_and_downstream_with_parkf_1200kHz + - hlt1_pp_forward_then_matching_rich #throughput test with RICH decoding -> medium/long term development dataset: "MEP_2025_pp_pD2_bu_321834_LHCb_ECEB01_BU_0" # we should keep this one properly updated! geometry: "geometry_run3_2025-v00.01" - # run throughput, pp reference run, exp 2024 conditions - - type: "throughput" - sequence: - - hlt1_pp_ref_matching - - hlt1_pp_ref_forward_then_matching - dataset: "Beam2680GeV-expected-2024-MagDown-nu3.5_MinBiasMD" - geometry: "geometry_dddb-20240427_sim10-2024.Q1.2-v1.1-md100" - - # run throughput, default, SMOG2_pppHe, exp 2024 conditions + # run throughput, default, SMOG2_pppAr, exp 2024 conditions - type: "throughput" sequence: - - hlt1_pp_forward_then_matching - dataset: "ppHeBeam6800GeVexpected2024MagDownandSMOG2Nu7.6andNu0.2Pythia8andEPOS_Sim10c_30000000_5k" + - hlt1_pp_default + dataset: "SMOG2_pppAr_exp2024_mdf_sim-20231017-vc-md100_5k" geometry: "SMOG2_exp2024" - # run throughput, default, SMOG2_pppAr, exp 2024 conditions + # run throughput, pp reference run, exp 2024 conditions - type: "throughput" sequence: - - hlt1_pp_forward_then_matching - dataset: "SMOG2_pppAr_exp2024_mdf_sim-20231017-vc-md100_5k" - geometry: "SMOG2_exp2024" + - hlt1_pp_ref_forward_then_matching + dataset: "Beam2680GeV-expected-2024-MagDown-nu3.5_MinBiasMD" + geometry: "geometry_dddb-20240427_sim10-2024.Q1.2-v1.1-md100" # run throughput, pp reference run, SMOG2 pp+pAr, expected 2024 conditions - type: "throughput" @@ -143,7 +134,6 @@ full: - hlt1_pp_ref_forward_then_matching dataset: "ppArBeam2680GeV-expected-2024-MagDown-nu3.5-nu0.37_MinBiasMD" geometry: "geometry_dddb-20240427_sim10-2024.Q1.2-v1.1-md100" - # run throughput, PbPb samples, 2024 default PbPb sequence - type: "throughput" @@ -158,7 +148,6 @@ full: - a5000 - geforcertx3090 - # run throughput, PbAr sample, 2024 no-gec PbPb sequence - type: "throughput" sequence: @@ -186,13 +175,7 @@ full: - a5000 - geforcertx3090 - - #throughput test with RICH decoding -> medium/long term development - - type: "throughput" - sequence: - - hlt1_pp_rich_no_ut - dataset: "MEP_2025_pp_pD2_bu_321834_LHCb_ECEB01_BU_0" - geometry: "geometry_run3_2025-v00.01" + ####################################Efficiency tests # run physics efficiency for downstream reconstruction - type: "efficiency" @@ -202,12 +185,6 @@ full: dataset: "Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits" geometry: "geometry_dddb-20231017_sim-20231017-vc-md100_new_SciFi_geometry" - - type: "run_built_tests" - lcg_opt: - - "opt+g" - # - "dbg" # FIXME dbg platform not available for x86_64_v3 - build_options: "BUILD_TESTING+ENABLE_CONTRACTS+TREAT_WARNINGS_AS_ERRORS+MALLOC_ENGINE=MULTI_ALLOC" - # run physics efficiency, exp2024 - type: "efficiency" sequence: @@ -229,7 +206,6 @@ full: # efficiency tests, pp reference run, exp 2024 conditions - type: "efficiency" sequence: - - hlt1_pp_ref_matching_validation - hlt1_pp_ref_forward_then_matching_validation dataset: "Beam2680GeV-expected-2024-MagDown-nu3.5_MinBiasMD" geometry: "geometry_dddb-20240427_sim10-2024.Q1.2-v1.1-md100" @@ -257,6 +233,14 @@ full: dataset: "ppArBeam2680GeV-expected-2024-MagDown-nu3.5-nu0.37_MinBiasMD" geometry: "geometry_dddb-20240427_sim10-2024.Q1.2-v1.1-md100" + ######################################################## Other tests + + - type: "run_built_tests" + lcg_opt: + - "opt+g" + # - "dbg" # FIXME dbg platform not available for x86_64_v3 + build_options: "BUILD_TESTING+ENABLE_CONTRACTS+TREAT_WARNINGS_AS_ERRORS+MALLOC_ENGINE=MULTI_ALLOC" + # run memcheck - type: "run_memcheck" sanitizer: "memcheck" diff --git a/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_a5000.txt b/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_a5000.txt index 6026100ec3fd81769c878fd30789dae098338774..2b23c942abd9d18a7737b567f78710742399aaa1 100644 --- a/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_a5000.txt +++ b/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_a5000.txt @@ -1,39 +1,95 @@ -long_validator validation: -TrackChecker output : 565/ 22626 2.50% ghosts -for P>3GeV,Pt>0.5GeV : 296/ 15359 1.93% ghosts -01_long : 21070/ 37926 55.56% ( 56.68%), 13 ( 0.06%) clones, pur 98.76%, hit eff 98.28% -02_long_P>5GeV : 17756/ 24714 71.85% ( 72.82%), 12 ( 0.07%) clones, pur 98.89%, hit eff 98.59% +downstream_validator validation: +TrackChecker output : 507/ 4217 12.02% ghosts +for P>3GeV,Pt>0.5GeV : 142/ 1703 8.34% ghosts +01_UT+T : 2441/ 42859 5.70% ( 5.75%), 2 ( 0.08%) clones, pur 98.76%, hit eff 96.36% +02_UT+T_P>5GeV : 1729/ 26564 6.51% ( 6.62%), 2 ( 0.12%) clones, pur 98.80%, hit eff 96.50% +03_UT+T_strange : 877/ 3761 23.32% ( 22.65%), 0 ( 0.00%) clones, pur 98.86%, hit eff 96.76% +04_UT+T_strange_P>5GeV : 711/ 1970 36.09% ( 35.68%), 0 ( 0.00%) clones, pur 98.89%, hit eff 96.75% +05_noVelo+UT+T_strange : 827/ 1984 41.68% ( 42.55%), 0 ( 0.00%) clones, pur 98.84%, hit eff 96.73% +06_noVelo+UT+T_strange_P>5GeV : 679/ 1114 60.95% ( 62.06%), 0 ( 0.00%) clones, pur 98.88%, hit eff 96.75% +07_UT+T_fromDB : 151/ 3077 4.91% ( 4.49%), 0 ( 0.00%) clones, pur 98.66%, hit eff 96.14% +08_UT+T_fromBD_P>5GeV : 109/ 2337 4.66% ( 4.29%), 0 ( 0.00%) clones, pur 98.57%, hit eff 95.90% +09_noVelo+UT+T_fromBD : 116/ 359 32.31% ( 35.48%), 0 ( 0.00%) clones, pur 98.87%, hit eff 96.28% +10_noVelo+UT+T_fromBD_P>5GeV : 86/ 151 56.95% ( 60.23%), 0 ( 0.00%) clones, pur 98.70%, hit eff 95.94% +11_UT+T_SfromDB : 52/ 181 28.73% ( 28.40%), 0 ( 0.00%) clones, pur 99.02%, hit eff 96.98% +12_UT+T_SfromDB_P>5GeV : 38/ 101 37.62% ( 36.96%), 0 ( 0.00%) clones, pur 98.83%, hit eff 96.70% +13_noVelo+UT+T_SfromDB : 50/ 98 51.02% ( 53.08%), 0 ( 0.00%) clones, pur 98.98%, hit eff 96.86% +14_noVelo+UT+T_SfromDB_P>5GeV : 37/ 53 69.81% ( 72.81%), 0 ( 0.00%) clones, pur 98.80%, hit eff 96.61% +15_noVelo+UT+T_fromSignal : 47/ 168 27.98% ( 30.39%), 0 ( 0.00%) clones, pur 98.58%, hit eff 95.84% +16_noVelo+UT+T_fromKs0 : 502/ 1242 40.42% ( 40.68%), 0 ( 0.00%) clones, pur 98.88%, hit eff 96.52% +17_noVelo+UT+T_fromLambda : 327/ 692 47.25% ( 46.95%), 0 ( 0.00%) clones, pur 98.73%, hit eff 96.81% +19_noVelo+UT+T_fromSignal_P>5GeV : 38/ 73 52.05% ( 53.33%), 0 ( 0.00%) clones, pur 98.58%, hit eff 95.68% +20_noVelo+UT+T_fromKs0_P>5GeV : 408/ 685 59.56% ( 60.45%), 0 ( 0.00%) clones, pur 98.96%, hit eff 96.65% +21_noVelo+UT+T_fromLambda_P>5GeV : 273/ 416 65.62% ( 67.59%), 0 ( 0.00%) clones, pur 98.69%, hit eff 96.70% +22_noVelo+UT+T_fromSignal_P>5GeV_PT>500MeV : 28/ 52 53.85% ( 55.42%), 0 ( 0.00%) clones, pur 98.30%, hit eff 94.80% +23_noVelo+UT+T_fromKs0_P>5GeV_PT>500MeV : 271/ 383 70.76% ( 71.34%), 0 ( 0.00%) clones, pur 99.02%, hit eff 96.80% +24_noVelo+UT+T_fromLambda_P>5GeV_PT>500MeV : 205/ 281 72.95% ( 72.23%), 0 ( 0.00%) clones, pur 98.66%, hit eff 96.65% + + +forward_validator validation: +TrackChecker output : 565/ 22628 2.50% ghosts +for P>3GeV,Pt>0.5GeV : 296/ 15360 1.93% ghosts +01_long : 21072/ 37926 55.56% ( 56.68%), 13 ( 0.06%) clones, pur 98.76%, hit eff 98.28% +02_long_P>5GeV : 17757/ 24714 71.85% ( 72.83%), 12 ( 0.07%) clones, pur 98.89%, hit eff 98.59% 03_long_strange : 639/ 1807 35.36% ( 35.30%), 2 ( 0.31%) clones, pur 98.42%, hit eff 97.90% 04_long_strange_P>5GeV : 489/ 878 55.69% ( 55.50%), 1 ( 0.20%) clones, pur 98.53%, hit eff 98.16% -05_long_fromB : 1824/ 2309 79.00% ( 78.99%), 0 ( 0.00%) clones, pur 98.90%, hit eff 98.58% -06_long_fromB_P>5GeV : 1701/ 1909 89.10% ( 88.43%), 0 ( 0.00%) clones, pur 98.97%, hit eff 98.78% +05_long_fromB : 1826/ 2309 79.08% ( 79.05%), 0 ( 0.00%) clones, pur 98.89%, hit eff 98.57% +06_long_fromB_P>5GeV : 1702/ 1909 89.16% ( 88.47%), 0 ( 0.00%) clones, pur 98.96%, hit eff 98.78% 07_long_electrons : 425/ 2697 15.76% ( 15.54%), 1 ( 0.23%) clones, pur 97.73%, hit eff 97.72% 08_long_electrons_P>5GeV : 360/ 1402 25.68% ( 26.04%), 1 ( 0.28%) clones, pur 97.89%, hit eff 97.99% 09_long_fromB_electrons : 43/ 110 39.09% ( 42.59%), 0 ( 0.00%) clones, pur 98.41%, hit eff 97.28% 10_long_fromB_electrons_P>5GeV : 40/ 74 54.05% ( 56.25%), 0 ( 0.00%) clones, pur 98.29%, hit eff 97.28% -long_P>5GeV_AND_Pt>1GeV : 5912/ 6486 91.15% ( 92.26%), 2 ( 0.03%) clones, pur 98.88%, hit eff 98.77% -long_fromB_P>5GeV_AND_Pt>1GeV : 1199/ 1281 93.60% ( 93.19%), 0 ( 0.00%) clones, pur 98.97%, hit eff 98.85% +long_P>5GeV_AND_Pt>1GeV : 5913/ 6486 91.17% ( 92.27%), 2 ( 0.03%) clones, pur 98.88%, hit eff 98.77% +long_fromB_P>5GeV_AND_Pt>1GeV : 1200/ 1281 93.68% ( 93.25%), 0 ( 0.00%) clones, pur 98.97%, hit eff 98.85% 11_noVelo_UT : 0/ 4124 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% 12_noVelo_UT_P>5GeV : 0/ 1671 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% -13_long_PT>2GeV : 1508/ 1586 95.08% ( 95.22%), 0 ( 0.00%) clones, pur 98.82%, hit eff 98.93% -14_long_from_B_PT>2GeV : 566/ 605 93.55% ( 94.06%), 0 ( 0.00%) clones, pur 99.01%, hit eff 99.11% +13_long_PT>2GeV : 1509/ 1586 95.15% ( 95.30%), 0 ( 0.00%) clones, pur 98.82%, hit eff 98.93% +14_long_from_B_PT>2GeV : 567/ 605 93.72% ( 94.16%), 0 ( 0.00%) clones, pur 99.00%, hit eff 99.11% 15_long_strange_P>5GeV : 489/ 878 55.69% ( 55.50%), 1 ( 0.20%) clones, pur 98.53%, hit eff 98.16% 16_long_strange_P>5GeV_PT>500MeV : 295/ 335 88.06% ( 87.63%), 0 ( 0.00%) clones, pur 98.64%, hit eff 98.14% -17_long_fromSignal : 1153/ 1312 87.88% ( 86.22%), 0 ( 0.00%) clones, pur 98.99%, hit eff 98.77% -18_long_nSciFiHits_gt_0_AND_lt_5000 : 9349/ 16638 56.19% ( 56.29%), 4 ( 0.04%) clones, pur 98.90%, hit eff 98.73% -19_long_nSciFiHits_gt_5000_AND_lt_7000 : 7832/ 14945 52.41% ( 52.58%), 7 ( 0.09%) clones, pur 98.72%, hit eff 98.14% +17_long_fromSignal : 1154/ 1312 87.96% ( 86.29%), 0 ( 0.00%) clones, pur 98.99%, hit eff 98.77% +18_long_nSciFiHits_gt_0_AND_lt_5000 : 9350/ 16638 56.20% ( 56.29%), 4 ( 0.04%) clones, pur 98.90%, hit eff 98.73% +19_long_nSciFiHits_gt_5000_AND_lt_7000 : 7833/ 14945 52.41% ( 52.59%), 7 ( 0.09%) clones, pur 98.72%, hit eff 98.14% 20_long_nSciFiHits_gt_7000_AND_lt_10000 : 4094/ 8507 48.13% ( 48.47%), 3 ( 0.07%) clones, pur 98.40%, hit eff 97.53% 21_long_nSciFiHits_gt_10000 : 144/ 409 35.21% ( 35.20%), 0 ( 0.00%) clones, pur 97.93%, hit eff 95.89% +long_validator validation: +TrackChecker output : 1728/ 32541 5.31% ghosts +for P>3GeV,Pt>0.5GeV : 391/ 16814 2.33% ghosts +01_long : 28713/ 37926 75.71% ( 76.52%), 148 ( 0.51%) clones, pur 98.60%, hit eff 97.89% +02_long_P>5GeV : 22470/ 24714 90.92% ( 91.53%), 99 ( 0.44%) clones, pur 98.73%, hit eff 98.22% +03_long_strange : 1116/ 1807 61.76% ( 62.60%), 9 ( 0.80%) clones, pur 98.15%, hit eff 97.41% +04_long_strange_P>5GeV : 747/ 878 85.08% ( 85.34%), 4 ( 0.53%) clones, pur 98.27%, hit eff 97.69% +05_long_fromB : 2033/ 2309 88.05% ( 88.61%), 6 ( 0.29%) clones, pur 98.84%, hit eff 98.38% +06_long_fromB_P>5GeV : 1834/ 1909 96.07% ( 96.28%), 6 ( 0.33%) clones, pur 98.93%, hit eff 98.62% +07_long_electrons : 1037/ 2697 38.45% ( 38.23%), 14 ( 1.33%) clones, pur 96.72%, hit eff 97.53% +08_long_electrons_P>5GeV : 788/ 1402 56.21% ( 56.77%), 14 ( 1.75%) clones, pur 97.06%, hit eff 97.69% +09_long_fromB_electrons : 65/ 110 59.09% ( 62.35%), 0 ( 0.00%) clones, pur 98.09%, hit eff 97.18% +10_long_fromB_electrons_P>5GeV : 57/ 74 77.03% ( 79.69%), 0 ( 0.00%) clones, pur 98.59%, hit eff 97.52% +long_P>5GeV_AND_Pt>1GeV : 6182/ 6486 95.31% ( 95.71%), 10 ( 0.16%) clones, pur 98.84%, hit eff 98.67% +long_fromB_P>5GeV_AND_Pt>1GeV : 1244/ 1281 97.11% ( 97.31%), 4 ( 0.32%) clones, pur 98.93%, hit eff 98.77% +11_noVelo_UT : 0/ 4124 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% +12_noVelo_UT_P>5GeV : 0/ 1671 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% +13_long_PT>2GeV : 1546/ 1586 97.48% ( 97.26%), 2 ( 0.13%) clones, pur 98.80%, hit eff 98.88% +14_long_from_B_PT>2GeV : 588/ 605 97.19% ( 97.35%), 1 ( 0.17%) clones, pur 98.96%, hit eff 99.07% +15_long_strange_P>5GeV : 747/ 878 85.08% ( 85.34%), 4 ( 0.53%) clones, pur 98.27%, hit eff 97.69% +16_long_strange_P>5GeV_PT>500MeV : 309/ 335 92.24% ( 91.69%), 0 ( 0.00%) clones, pur 98.64%, hit eff 97.96% +17_long_fromSignal : 1228/ 1312 93.60% ( 93.24%), 4 ( 0.32%) clones, pur 98.96%, hit eff 98.62% +18_long_nSciFiHits_gt_0_AND_lt_5000 : 12566/ 16638 75.53% ( 75.65%), 62 ( 0.49%) clones, pur 98.81%, hit eff 98.47% +19_long_nSciFiHits_gt_5000_AND_lt_7000 : 10923/ 14945 73.09% ( 73.32%), 64 ( 0.58%) clones, pur 98.49%, hit eff 97.77% +20_long_nSciFiHits_gt_7000_AND_lt_10000 : 5934/ 8507 69.75% ( 70.07%), 36 ( 0.60%) clones, pur 98.07%, hit eff 96.88% +21_long_nSciFiHits_gt_10000 : 230/ 409 56.23% ( 56.38%), 0 ( 0.00%) clones, pur 97.37%, hit eff 95.37% + + muon_validator validation: Muon fraction in all MCPs: 7257/ 574938 0.01% -Muon fraction in MCPs to which a track(s) was matched: 244/ 26075 0.01% -Correctly identified muons with isMuon: 194/ 244 79.51% -Correctly identified muons from strange decays with isMuon: 0/ 0 -nan% -Correctly identified muons from B decays with isMuon: 43/ 50 86.00% -Tracks identified as muon with isMuon, but matched to non-muon MCP: 2083/ 25831 8.06% -Ghost tracks identified as muon with isMuon: 100/ 565 17.70% +Muon fraction in MCPs to which a track(s) was matched: 375/ 36042 0.01% +Correctly identified muons with isMuon: 317/ 375 84.53% +Correctly identified muons from strange decays with isMuon: 1/ 1 100.00% +Correctly identified muons from B decays with isMuon: 61/ 68 89.71% +Tracks identified as muon with isMuon, but matched to non-muon MCP: 3910/ 35667 10.96% +Ghost tracks identified as muon with isMuon: 321/ 1728 18.58% pv_validator validation: @@ -45,252 +101,385 @@ REC and MC vertices matched by dz distance All : 0.944 ( 2769/ 2933) Isolated : 0.979 ( 1483/ 1515) Close : 0.907 ( 1286/ 1418) -False rate : 0.019 ( 54/ 2823) -Real false rate : 0.019 ( 54/ 2823) +False rate : 0.020 ( 56/ 2825) +Real false rate : 0.020 ( 56/ 2825) Clones : 0.000 ( 0/ 2769) rate_validator validation: -Hlt1BGIPseudoPVsBeamOne: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsBeamTwo: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsDownBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsIRBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsNoBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsUpBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BeamGas: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ConeJet100GeV: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ConeJet15GeV: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1ConeJet30GeV: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ConeJet50GeV: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1D2KK: 18/ 500, ( 1080.00 +/- 249.93) kHz -Hlt1D2KPi: 24/ 500, ( 1440.00 +/- 286.80) kHz -Hlt1D2KPiAlignment: 7/ 500, ( 420.00 +/- 157.63) kHz -Hlt1D2Kshh: 2/ 500, ( 120.00 +/- 84.68) kHz -Hlt1D2PiPi: 13/ 500, ( 780.00 +/- 213.50) kHz -Hlt1DetJpsiToMuMuNegTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DetJpsiToMuMuPosTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronDisplaced: 4/ 500, ( 240.00 +/- 119.52) kHz -Hlt1DiElectronHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronHighMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_Displaced: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_NoIP: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_SS_Displaced: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_SS_NoIP: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_SS_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronSoft: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDisplaced: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDisplacedSoftPT: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1DiMuonDisplacedSoftPT_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan_VLowMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan_VLowMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonHighMass: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1DiMuonJpsiMassAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonNoIP: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonNoIPNorm: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1DiMuonNoIPNorm_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonNoIP_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonSoft: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiPhotonHighMass: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1DiProtonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Dst2D0Pi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Dst2D0PiAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ErrorBank: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1GECPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Kplus2PiEE: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Kplus2PiMuMu: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Kplus2PiPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1KsToPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1KsToPiPiDoubleMuonMisID: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1LambdaLLDetachedTrack: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1MaterialVertexSeedsDownstreamz: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1MaterialVertexSeeds_DWFS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1NonZeroSuppress: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODIN1kHzLumi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODINCalib: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODINLumi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODINeeFarFromActivity: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1OneMuonTrackLine: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1Passthrough: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1PassthroughPVinSMOG2: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Pi02GammaGamma: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1RICH1Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1RICH2Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG22BodyGeneric: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG22BodyGenericPrompt: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2BELowMultElectrons: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2BENoBias: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2D2Kpi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2DiMuonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2DisplacedDiMuon: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2KsTopipi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2L0Toppi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2MinimumBias: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2PassThroughLowMult5: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2SingleMuon: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2SingleTrackHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2SingleTrackVeryHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2etacTopp: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SingleHighPtElectron: 4/ 500, ( 240.00 +/- 119.52) kHz -Hlt1SingleHighPtMuon: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1SingleHighPtMuonNoMuID: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1TAEPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1TauToPhiMu: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1TrackElectronMVA: 22/ 500, ( 1320.00 +/- 275.16) kHz -Hlt1TrackMVA: 114/ 500, ( 6840.00 +/- 562.88) kHz -Hlt1TrackMuonMVA: 11/ 500, ( 660.00 +/- 196.80) kHz -Hlt1TwoKs: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1TwoTrackKs: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1TwoTrackMVA: 289/ 500, (17340.00 +/- 662.61) kHz -Hlt1UpsilonAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1VeloMicroBias: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1VeloMicroBiasVeloClosing: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1XiOmegaLLL: 0/ 500, ( 0.00 +/- 0.00) kHz -Inclusive: 312/ 500, (18720.00 +/- 649.86) kHz +Hlt1BGIPseudoPVsBeamOne: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsBeamTwo: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsDownBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsIRBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsNoBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsUpBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BeamGas: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet100GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet15GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet30GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet50GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1D2KK: 13/ 500, ( 780.00 +/- 213.50) kHz +Hlt1D2KPi: 26/ 500, ( 1560.00 +/- 297.88) kHz +Hlt1D2KPiAlignment: 8/ 500, ( 480.00 +/- 168.34) kHz +Hlt1D2Kshh: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1D2PiPi: 13/ 500, ( 780.00 +/- 213.50) kHz +Hlt1DetJpsiToMuMuNegTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DetJpsiToMuMuPosTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronDisplaced: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1DiElectronHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronHighMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_Displaced: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiElectronLowMass_NoIP: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiElectronLowMass_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_SS_Displaced: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_SS_NoIP: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_SS_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronSoft: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDisplaced: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiMuonDisplacedSoftPT: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiMuonDisplacedSoftPT_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan_VLowMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan_VLowMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonJpsiMassAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonNoIP: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonNoIPNorm: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiMuonNoIPNorm_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonNoIP_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonSoft: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiPhotonHighMass: 2/ 500, ( 120.00 +/- 84.68) kHz +Hlt1DiProtonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaElElLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaElElLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaHighMassLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaHighMassLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoring: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoringCleanRegion: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoringCleanRegionSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoringSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuHighMassLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuHighMassLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaPostScaled: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaPostScaledSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamD2Kshh: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamGammaToEE: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamKsToPiPi: 2/ 500, ( 120.00 +/- 84.68) kHz +Hlt1DownstreamLambdaToPPi: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1DownstreamPromptKsToPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamPromptLambdaToPPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamTwoTrackKs: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Dst2D0Pi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Dst2D0PiAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ErrorBank: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1GECPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Kplus2PiEE: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Kplus2PiMuMu: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Kplus2PiPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1KsToPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1KsToPiPiDoubleMuonMisID: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1LambdaLLDetachedTrack: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1MaterialVertexSeedsDownstreamz: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1MaterialVertexSeeds_DWFS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1NonZeroSuppress: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODIN1kHzLumi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODINCalib: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODINLumi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODINeeFarFromActivity: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1OneMuonTrackLine: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1Passthrough: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1PassthroughPVinSMOG2: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Pi02GammaGamma: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1RICH1Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1RICH2Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG22BodyGeneric: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG22BodyGenericPrompt: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2BELowMultElectrons: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2BENoBias: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2D2Kpi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2DiMuonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2DisplacedDiMuon: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2KsTopipi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2L0Toppi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2MinimumBias: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2PassThroughLowMult5: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2SingleMuon: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2SingleTrackHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2SingleTrackVeryHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2etacTopp: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SingleHighPtElectron: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1SingleHighPtMuon: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SingleHighPtMuonNoMuID: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1TAEPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1TauToPhiMu: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1TrackElectronMVA: 8/ 500, ( 480.00 +/- 168.34) kHz +Hlt1TrackMVA: 149/ 500, ( 8940.00 +/- 613.64) kHz +Hlt1TrackMuonMVA: 17/ 500, ( 1020.00 +/- 243.14) kHz +Hlt1TwoKs: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1TwoTrackKs: 4/ 500, ( 240.00 +/- 119.52) kHz +Hlt1TwoTrackMVA: 274/ 500, (16440.00 +/- 667.72) kHz +Hlt1UpsilonAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1VeloMicroBias: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1VeloMicroBiasVeloClosing: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1XiOmegaLLL: 0/ 500, ( 0.00 +/- 0.00) kHz +Inclusive: 297/ 500, (17820.00 +/- 658.86) kHz -selreport_validator validation: - Events Candidates -Hlt1BGIPseudoPVsBeamOne: 0 0 -Hlt1BGIPseudoPVsBeamTwo: 0 0 -Hlt1BGIPseudoPVsDownBeamBeam: 0 0 -Hlt1BGIPseudoPVsIRBeamBeam: 0 0 -Hlt1BGIPseudoPVsNoBeam: 0 0 -Hlt1BGIPseudoPVsUpBeamBeam: 0 0 -Hlt1BeamGas: 0 0 -Hlt1ConeJet100GeV: 0 0 -Hlt1ConeJet15GeV: 1 1 -Hlt1ConeJet30GeV: 0 0 -Hlt1ConeJet50GeV: 0 0 -Hlt1D2KK: 18 19 -Hlt1D2KPi: 24 25 -Hlt1D2KPiAlignment: 7 7 -Hlt1D2Kshh: 2 2 -Hlt1D2PiPi: 13 13 -Hlt1DetJpsiToMuMuNegTagLine: 0 0 -Hlt1DetJpsiToMuMuPosTagLine: 0 0 -Hlt1DiElectronDisplaced: 4 5 -Hlt1DiElectronHighMass: 0 0 -Hlt1DiElectronHighMass_SS: 0 0 -Hlt1DiElectronLowMass_Displaced: 0 0 -Hlt1DiElectronLowMass_NoIP: 0 0 -Hlt1DiElectronLowMass_NoIPNorm: 0 0 -Hlt1DiElectronLowMass_SS_Displaced: 0 0 -Hlt1DiElectronLowMass_SS_NoIP: 0 0 -Hlt1DiElectronLowMass_SS_NoIPNorm: 0 0 -Hlt1DiElectronSoft: 0 0 -Hlt1DiMuonDisplaced: 0 0 -Hlt1DiMuonDisplacedSoftPT: 1 1 -Hlt1DiMuonDisplacedSoftPT_SS: 0 0 -Hlt1DiMuonDrellYan: 0 0 -Hlt1DiMuonDrellYan_SS: 0 0 -Hlt1DiMuonDrellYan_VLowMass: 0 0 -Hlt1DiMuonDrellYan_VLowMass_SS: 0 0 -Hlt1DiMuonHighMass: 1 1 -Hlt1DiMuonJpsiMassAlignment: 0 0 -Hlt1DiMuonNoIP: 0 0 -Hlt1DiMuonNoIPNorm: 1 1 -Hlt1DiMuonNoIPNorm_SS: 0 0 -Hlt1DiMuonNoIP_SS: 0 0 -Hlt1DiMuonSoft: 0 0 -Hlt1DiPhotonHighMass: 3 6 -Hlt1DiProtonHighMass: 0 0 -Hlt1Dst2D0Pi: 0 0 -Hlt1Dst2D0PiAlignment: 0 0 -Hlt1ErrorBank: 0 0 -Hlt1GECPassthrough: 0 0 -Hlt1Kplus2PiEE: 0 0 -Hlt1Kplus2PiMuMu: 0 0 -Hlt1Kplus2PiPiPi: 0 0 -Hlt1KsToPiPi: 0 0 -Hlt1KsToPiPiDoubleMuonMisID: 0 0 -Hlt1LambdaLLDetachedTrack: 0 0 -Hlt1MaterialVertexSeedsDownstreamz: 0 0 -Hlt1MaterialVertexSeeds_DWFS: 0 0 -Hlt1NonZeroSuppress: 0 0 -Hlt1ODIN1kHzLumi: 0 0 -Hlt1ODINCalib: 0 0 -Hlt1ODINLumi: 0 0 -Hlt1ODINeeFarFromActivity: 0 0 -Hlt1OneMuonTrackLine: 1 0 -Hlt1Passthrough: 0 0 -Hlt1PassthroughPVinSMOG2: 0 0 -Hlt1Pi02GammaGamma: 0 0 -Hlt1RICH1Alignment: 0 0 -Hlt1RICH2Alignment: 0 0 -Hlt1SMOG22BodyGeneric: 0 0 -Hlt1SMOG22BodyGenericPrompt: 0 0 -Hlt1SMOG2BELowMultElectrons: 0 0 -Hlt1SMOG2BENoBias: 0 0 -Hlt1SMOG2D2Kpi: 0 0 -Hlt1SMOG2DiMuonHighMass: 0 0 -Hlt1SMOG2DisplacedDiMuon: 0 0 -Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0 0 -Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0 0 -Hlt1SMOG2KsTopipi: 0 0 -Hlt1SMOG2L0Toppi: 0 0 -Hlt1SMOG2MinimumBias: 0 0 -Hlt1SMOG2PassThroughLowMult5: 0 0 -Hlt1SMOG2SingleMuon: 0 0 -Hlt1SMOG2SingleTrackHighPt: 0 0 -Hlt1SMOG2SingleTrackVeryHighPt: 0 0 -Hlt1SMOG2etacTopp: 0 0 -Hlt1SingleHighPtElectron: 4 5 -Hlt1SingleHighPtMuon: 1 1 -Hlt1SingleHighPtMuonNoMuID: 3 3 -Hlt1TAEPassthrough: 0 0 -Hlt1TauToPhiMu: 3 3 -Hlt1TrackElectronMVA: 22 23 -Hlt1TrackMVA: 114 179 -Hlt1TrackMuonMVA: 11 11 -Hlt1TwoKs: 1 1 -Hlt1TwoTrackKs: 3 4 -Hlt1TwoTrackMVA: 289 941 -Hlt1UpsilonAlignment: 0 0 -Hlt1VeloMicroBias: 1 0 -Hlt1VeloMicroBiasVeloClosing: 0 0 -Hlt1XiOmegaLLL: 0 0 +seed_validator validation: +TrackChecker output : 2140/ 28534 7.50% ghosts +for P>3GeV,Pt>0.5GeV : 0/ 0 -nan% ghosts +00_P>3Gev_Pt>0.5 : 1754/ 17038 10.29% ( 9.26%), 35 ( 1.96%) clones, pur 98.95%, hit eff 94.86% +01_long : 9770/ 37926 25.76% ( 25.21%), 126 ( 1.27%) clones, pur 99.36%, hit eff 96.37% +---1. phi quadrant : 2497/ 9440 26.45% ( 25.68%), 42 ( 1.65%) clones, pur 99.27%, hit eff 96.28% +---2. phi quadrant : 2458/ 9611 25.57% ( 25.06%), 24 ( 0.97%) clones, pur 99.45%, hit eff 96.49% +---3. phi quadrant : 2401/ 9375 25.61% ( 25.52%), 28 ( 1.15%) clones, pur 99.37%, hit eff 96.43% +---4. phi quadrant : 2413/ 9499 25.40% ( 24.83%), 32 ( 1.31%) clones, pur 99.35%, hit eff 96.27% +---eta < 2.5, small x, large y : 91/ 1614 5.64% ( 4.85%), 0 ( 0.00%) clones, pur 98.67%, hit eff 93.22% +---eta < 2.5, large x, small y : 488/ 2835 17.21% ( 16.47%), 12 ( 2.40%) clones, pur 98.62%, hit eff 94.15% +---eta > 2.5, small x, large y : 3180/ 12171 26.13% ( 25.67%), 44 ( 1.36%) clones, pur 99.40%, hit eff 96.41% +---eta > 2.5, large x, small y : 6011/ 21306 28.21% ( 27.80%), 70 ( 1.15%) clones, pur 99.41%, hit eff 96.58% +02_long_P>5GeV : 6017/ 24714 24.35% ( 23.83%), 89 ( 1.46%) clones, pur 99.33%, hit eff 96.38% +02_long_P>5GeV, eta > 4 : 3924/ 9981 39.31% ( 39.47%), 59 ( 1.48%) clones, pur 99.32%, hit eff 96.37% +---eta < 2.5, small x, large y : 66/ 479 13.78% ( 13.09%), 0 ( 0.00%) clones, pur 99.18%, hit eff 95.38% +---eta < 2.5, large x, small y : 169/ 952 17.75% ( 16.53%), 3 ( 1.74%) clones, pur 99.46%, hit eff 96.95% +---eta > 2.5, small x, large y : 2116/ 8612 24.57% ( 24.17%), 35 ( 1.63%) clones, pur 99.33%, hit eff 96.29% +---eta > 2.5, large x, small y : 3666/ 14671 24.99% ( 24.63%), 51 ( 1.37%) clones, pur 99.33%, hit eff 96.43% +03_long_P>3GeV : 9767/ 32393 30.15% ( 29.54%), 126 ( 1.27%) clones, pur 99.36%, hit eff 96.37% +04_long_P>0.5GeV : 9770/ 37926 25.76% ( 25.21%), 126 ( 1.27%) clones, pur 99.36%, hit eff 96.37% +05_long_from_B : 266/ 2309 11.52% ( 12.02%), 5 ( 1.85%) clones, pur 99.20%, hit eff 96.45% +06_long_from_B_P>5GeV : 172/ 1909 9.01% ( 9.78%), 3 ( 1.71%) clones, pur 99.31%, hit eff 96.60% +07_long_from_B_P>3GeV : 266/ 2155 12.34% ( 12.53%), 5 ( 1.85%) clones, pur 99.20%, hit eff 96.45% +08_UT+SciFi : 3015/ 5429 55.54% ( 54.75%), 28 ( 0.92%) clones, pur 99.33%, hit eff 95.93% +09_UT+SciFi_P>5GeV : 1964/ 2268 86.60% ( 87.81%), 20 ( 1.01%) clones, pur 99.33%, hit eff 96.18% +10_UT+SciFi_P>3GeV : 3004/ 3817 78.70% ( 79.24%), 28 ( 0.92%) clones, pur 99.34%, hit eff 95.95% +11_UT+SciFi_fromStrange : 1391/ 1984 70.11% ( 70.35%), 13 ( 0.93%) clones, pur 99.50%, hit eff 96.59% +12_UT+SciFi_fromStrange_P>5GeV : 1016/ 1114 91.20% ( 92.53%), 11 ( 1.07%) clones, pur 99.50%, hit eff 96.70% +13_UT+SciFi_fromStrange_P>3GeV : 1390/ 1613 86.17% ( 87.17%), 13 ( 0.93%) clones, pur 99.50%, hit eff 96.60% +14_long_electrons : 1040/ 2697 38.56% ( 37.94%), 6 ( 0.57%) clones, pur 99.46%, hit eff 96.87% +15_long_electrons_P>5GeV : 714/ 1402 50.93% ( 49.44%), 6 ( 0.83%) clones, pur 99.52%, hit eff 96.91% +16_long_electrons_P>3GeV : 1040/ 2178 47.75% ( 47.67%), 6 ( 0.57%) clones, pur 99.46%, hit eff 96.87% +17_long_fromB_electrons : 32/ 110 29.09% ( 28.60%), 0 ( 0.00%) clones, pur 98.60%, hit eff 97.16% +18_long_fromB_electrons_P>5GeV : 23/ 74 31.08% ( 31.25%), 0 ( 0.00%) clones, pur 99.60%, hit eff 97.85% +19_long_PT>2GeV : 61/ 1586 3.85% ( 3.78%), 3 ( 4.69%) clones, pur 98.97%, hit eff 96.48% +20_long_from_B_PT>2GeV : 31/ 605 5.12% ( 4.72%), 0 ( 0.00%) clones, pur 99.73%, hit eff 97.57% +21_long_strange_P>5GeV : 343/ 878 39.07% ( 40.34%), 3 ( 0.87%) clones, pur 99.25%, hit eff 96.22% +22_long_strange_P>5GeV_PT>500MeV : 29/ 335 8.66% ( 8.81%), 1 ( 3.33%) clones, pur 98.70%, hit eff 93.91% +23_noVelo+UT+T_fromSignal : 91/ 168 54.17% ( 55.65%), 2 ( 2.15%) clones, pur 98.48%, hit eff 94.93% +24_noVelo+UT+T_fromKs0 : 886/ 1242 71.34% ( 70.71%), 8 ( 0.89%) clones, pur 99.51%, hit eff 96.41% +25_noVelo+UT+T_fromLambda : 483/ 692 69.80% ( 71.35%), 4 ( 0.82%) clones, pur 99.44%, hit eff 96.84% +26_noVelo+UT+T_fromSignal_P>5GeV : 60/ 73 82.19% ( 81.83%), 1 ( 1.64%) clones, pur 98.29%, hit eff 95.16% +27_noVelo+UT+T_fromKs0_P>5GeV : 634/ 685 92.55% ( 93.17%), 6 ( 0.94%) clones, pur 99.52%, hit eff 96.65% +28_noVelo+UT+T_fromLambda_P>5GeV : 374/ 416 89.90% ( 91.82%), 4 ( 1.06%) clones, pur 99.36%, hit eff 96.73% +29_noVelo+UT+T_fromSignal_P>5GeV_PT>500MeV : 41/ 52 78.85% ( 77.92%), 1 ( 2.38%) clones, pur 97.51%, hit eff 93.76% +30_noVelo+UT+T_fromKs0_P>5GeV_PT>500MeV : 350/ 383 91.38% ( 91.25%), 3 ( 0.85%) clones, pur 99.49%, hit eff 96.84% +31_noVelo+UT+T_fromLambda_P>5GeV_PT>500MeV : 251/ 281 89.32% ( 90.49%), 3 ( 1.18%) clones, pur 99.52%, hit eff 96.86% +35_long_nSciFiHits_gt_0_AND_lt_5000 : 4816/ 17922 26.87% ( 26.84%), 41 ( 0.84%) clones, pur 99.62%, hit eff 97.37% +36_long_nSciFiHits_gt_5000_AND_lt_7000 : 4623/ 16105 28.71% ( 28.67%), 69 ( 1.47%) clones, pur 99.24%, hit eff 96.19% +37_long_nSciFiHits_gt_7000_AND_lt_10000 : 2780/ 9149 30.39% ( 30.28%), 47 ( 1.66%) clones, pur 99.00%, hit eff 94.89% +38_long_nSciFiHits_gt_10000 : 132/ 449 29.40% ( 29.47%), 2 ( 1.49%) clones, pur 98.39%, hit eff 93.47% -Total decisions: 528 -Total tracks: 1065 -Total calos clusters: 10 -Total SVs: 984 -Total hits: 27750 -Total stdinfo: 13024 +seed_xz_validator validation: +TrackChecker output : 21945/ 75679 29.00% ghosts +for P>3GeV,Pt>0.5GeV : 0/ 0 -nan% ghosts +00_P>3Gev_Pt>0.5 : 15954/ 17038 93.64% ( 94.31%), 170 ( 1.05%) clones, pur 99.40%, hit eff 49.06% +01_long : 30366/ 37926 80.07% ( 80.52%), 331 ( 1.08%) clones, pur 99.42%, hit eff 49.01% +---1. phi quadrant : 7565/ 9440 80.14% ( 80.41%), 83 ( 1.09%) clones, pur 99.41%, hit eff 49.03% +---2. phi quadrant : 7696/ 9611 80.07% ( 80.83%), 93 ( 1.19%) clones, pur 99.38%, hit eff 48.95% +---3. phi quadrant : 7523/ 9375 80.25% ( 80.33%), 77 ( 1.01%) clones, pur 99.41%, hit eff 49.01% +---4. phi quadrant : 7581/ 9499 79.81% ( 80.00%), 78 ( 1.02%) clones, pur 99.47%, hit eff 49.06% +---eta < 2.5, small x, large y : 589/ 1614 36.49% ( 35.40%), 5 ( 0.84%) clones, pur 98.13%, hit eff 48.11% +---eta < 2.5, large x, small y : 1565/ 2835 55.20% ( 54.51%), 23 ( 1.45%) clones, pur 99.39%, hit eff 48.91% +---eta > 2.5, small x, large y : 10252/ 12171 84.23% ( 84.72%), 107 ( 1.03%) clones, pur 99.43%, hit eff 48.99% +---eta > 2.5, large x, small y : 17960/ 21306 84.30% ( 84.62%), 196 ( 1.08%) clones, pur 99.46%, hit eff 49.07% +02_long_P>5GeV : 23852/ 24714 96.51% ( 97.19%), 276 ( 1.14%) clones, pur 99.43%, hit eff 49.09% +02_long_P>5GeV, eta > 4 : 9610/ 9981 96.28% ( 97.13%), 126 ( 1.29%) clones, pur 99.33%, hit eff 49.04% +---eta < 2.5, small x, large y : 410/ 479 85.59% ( 84.92%), 4 ( 0.97%) clones, pur 98.95%, hit eff 48.94% +---eta < 2.5, large x, small y : 924/ 952 97.06% ( 97.18%), 12 ( 1.28%) clones, pur 99.63%, hit eff 49.27% +---eta > 2.5, small x, large y : 8328/ 8612 96.70% ( 97.31%), 88 ( 1.05%) clones, pur 99.42%, hit eff 49.03% +---eta > 2.5, large x, small y : 14190/ 14671 96.72% ( 97.41%), 172 ( 1.20%) clones, pur 99.43%, hit eff 49.12% +03_long_P>3GeV : 30360/ 32393 93.72% ( 94.32%), 331 ( 1.08%) clones, pur 99.42%, hit eff 49.01% +04_long_P>0.5GeV : 30366/ 37926 80.07% ( 80.52%), 331 ( 1.08%) clones, pur 99.42%, hit eff 49.01% +05_long_from_B : 2061/ 2309 89.26% ( 89.57%), 17 ( 0.82%) clones, pur 99.60%, hit eff 49.30% +06_long_from_B_P>5GeV : 1862/ 1909 97.54% ( 97.25%), 15 ( 0.80%) clones, pur 99.63%, hit eff 49.40% +07_long_from_B_P>3GeV : 2061/ 2155 95.64% ( 95.07%), 17 ( 0.82%) clones, pur 99.60%, hit eff 49.30% +08_UT+SciFi : 3494/ 5429 64.36% ( 63.19%), 37 ( 1.05%) clones, pur 99.32%, hit eff 48.88% +09_UT+SciFi_P>5GeV : 2197/ 2268 96.87% ( 97.51%), 25 ( 1.13%) clones, pur 99.36%, hit eff 49.01% +10_UT+SciFi_P>3GeV : 3473/ 3817 90.99% ( 91.42%), 37 ( 1.05%) clones, pur 99.33%, hit eff 48.89% +11_UT+SciFi_fromStrange : 1506/ 1984 75.91% ( 75.87%), 17 ( 1.12%) clones, pur 99.38%, hit eff 48.93% +12_UT+SciFi_fromStrange_P>5GeV : 1086/ 1114 97.49% ( 98.38%), 14 ( 1.27%) clones, pur 99.34%, hit eff 48.94% +13_UT+SciFi_fromStrange_P>3GeV : 1503/ 1613 93.18% ( 93.59%), 17 ( 1.12%) clones, pur 99.39%, hit eff 48.94% +14_long_electrons : 1487/ 2697 55.14% ( 53.97%), 19 ( 1.26%) clones, pur 99.22%, hit eff 48.64% +15_long_electrons_P>5GeV : 1101/ 1402 78.53% ( 77.87%), 15 ( 1.34%) clones, pur 99.30%, hit eff 48.78% +16_long_electrons_P>3GeV : 1487/ 2178 68.27% ( 67.86%), 19 ( 1.26%) clones, pur 99.22%, hit eff 48.64% +17_long_fromB_electrons : 73/ 110 66.36% ( 68.72%), 0 ( 0.00%) clones, pur 99.73%, hit eff 48.91% +18_long_fromB_electrons_P>5GeV : 64/ 74 86.49% ( 87.50%), 0 ( 0.00%) clones, pur 99.69%, hit eff 48.75% +19_long_PT>2GeV : 1552/ 1586 97.86% ( 98.08%), 12 ( 0.77%) clones, pur 99.58%, hit eff 49.47% +20_long_from_B_PT>2GeV : 597/ 605 98.68% ( 98.56%), 2 ( 0.33%) clones, pur 99.91%, hit eff 49.65% +21_long_strange_P>5GeV : 853/ 878 97.15% ( 97.79%), 12 ( 1.39%) clones, pur 99.37%, hit eff 48.86% +22_long_strange_P>5GeV_PT>500MeV : 327/ 335 97.61% ( 97.95%), 4 ( 1.21%) clones, pur 99.72%, hit eff 49.03% +23_noVelo+UT+T_fromSignal : 107/ 168 63.69% ( 64.80%), 1 ( 0.93%) clones, pur 99.26%, hit eff 49.69% +24_noVelo+UT+T_fromKs0 : 946/ 1242 76.17% ( 75.71%), 13 ( 1.36%) clones, pur 99.36%, hit eff 48.91% +25_noVelo+UT+T_fromLambda : 530/ 692 76.59% ( 76.76%), 4 ( 0.75%) clones, pur 99.29%, hit eff 48.97% +26_noVelo+UT+T_fromSignal_P>5GeV : 71/ 73 97.26% ( 97.50%), 1 ( 1.39%) clones, pur 98.89%, hit eff 49.21% +27_noVelo+UT+T_fromKs0_P>5GeV : 672/ 685 98.10% ( 98.03%), 11 ( 1.61%) clones, pur 99.30%, hit eff 48.94% +28_noVelo+UT+T_fromLambda_P>5GeV : 402/ 416 96.63% ( 97.01%), 4 ( 0.99%) clones, pur 99.17%, hit eff 48.87% +29_noVelo+UT+T_fromSignal_P>5GeV_PT>500MeV : 50/ 52 96.15% ( 96.67%), 1 ( 1.96%) clones, pur 98.43%, hit eff 49.06% +30_noVelo+UT+T_fromKs0_P>5GeV_PT>500MeV : 374/ 383 97.65% ( 97.92%), 7 ( 1.84%) clones, pur 99.16%, hit eff 49.03% +31_noVelo+UT+T_fromLambda_P>5GeV_PT>500MeV : 271/ 281 96.44% ( 96.61%), 3 ( 1.09%) clones, pur 99.33%, hit eff 49.03% +35_long_nSciFiHits_gt_0_AND_lt_5000 : 14052/ 17922 78.41% ( 78.27%), 109 ( 0.77%) clones, pur 99.56%, hit eff 49.29% +36_long_nSciFiHits_gt_5000_AND_lt_7000 : 12429/ 16105 77.17% ( 77.30%), 157 ( 1.25%) clones, pur 99.37%, hit eff 48.91% +37_long_nSciFiHits_gt_7000_AND_lt_10000 : 6912/ 9149 75.55% ( 75.76%), 107 ( 1.52%) clones, pur 99.07%, hit eff 48.53% +38_long_nSciFiHits_gt_10000 : 195/ 449 43.43% ( 43.47%), 1 ( 0.51%) clones, pur 98.91%, hit eff 48.54% + + +selreport_validator validation: + Events Candidates +Hlt1BGIPseudoPVsBeamOne: 0 0 +Hlt1BGIPseudoPVsBeamTwo: 0 0 +Hlt1BGIPseudoPVsDownBeamBeam: 0 0 +Hlt1BGIPseudoPVsIRBeamBeam: 0 0 +Hlt1BGIPseudoPVsNoBeam: 0 0 +Hlt1BGIPseudoPVsUpBeamBeam: 0 0 +Hlt1BeamGas: 0 0 +Hlt1ConeJet100GeV: 0 0 +Hlt1ConeJet15GeV: 0 0 +Hlt1ConeJet30GeV: 0 0 +Hlt1ConeJet50GeV: 0 0 +Hlt1D2KK: 13 14 +Hlt1D2KPi: 26 27 +Hlt1D2KPiAlignment: 8 8 +Hlt1D2Kshh: 3 3 +Hlt1D2PiPi: 13 14 +Hlt1DetJpsiToMuMuNegTagLine: 0 0 +Hlt1DetJpsiToMuMuPosTagLine: 0 0 +Hlt1DiElectronDisplaced: 3 3 +Hlt1DiElectronHighMass: 0 0 +Hlt1DiElectronHighMass_SS: 0 0 +Hlt1DiElectronLowMass_Displaced: 1 1 +Hlt1DiElectronLowMass_NoIP: 1 1 +Hlt1DiElectronLowMass_NoIPNorm: 0 0 +Hlt1DiElectronLowMass_SS_Displaced: 0 0 +Hlt1DiElectronLowMass_SS_NoIP: 0 0 +Hlt1DiElectronLowMass_SS_NoIPNorm: 0 0 +Hlt1DiElectronSoft: 0 0 +Hlt1DiMuonDisplaced: 1 1 +Hlt1DiMuonDisplacedSoftPT: 1 1 +Hlt1DiMuonDisplacedSoftPT_SS: 0 0 +Hlt1DiMuonDrellYan: 0 0 +Hlt1DiMuonDrellYan_SS: 0 0 +Hlt1DiMuonDrellYan_VLowMass: 0 0 +Hlt1DiMuonDrellYan_VLowMass_SS: 0 0 +Hlt1DiMuonHighMass: 0 0 +Hlt1DiMuonJpsiMassAlignment: 0 0 +Hlt1DiMuonNoIP: 0 0 +Hlt1DiMuonNoIPNorm: 1 1 +Hlt1DiMuonNoIPNorm_SS: 0 0 +Hlt1DiMuonNoIP_SS: 0 0 +Hlt1DiMuonSoft: 1 1 +Hlt1DiPhotonHighMass: 2 3 +Hlt1DiProtonHighMass: 0 0 +Hlt1DownstreamBuScaElElLine: 0 0 +Hlt1DownstreamBuScaElElLineSameSign: 0 0 +Hlt1DownstreamBuScaHighMassLine: 0 0 +Hlt1DownstreamBuScaHighMassLineSameSign: 0 0 +Hlt1DownstreamBuScaMonitoring: 0 0 +Hlt1DownstreamBuScaMonitoringCleanRegion: 0 0 +Hlt1DownstreamBuScaMonitoringCleanRegionSameSign: 0 0 +Hlt1DownstreamBuScaMonitoringSameSign: 0 0 +Hlt1DownstreamBuScaMuMuHighMassLine: 0 0 +Hlt1DownstreamBuScaMuMuHighMassLineSameSign: 0 0 +Hlt1DownstreamBuScaMuMuLine: 0 0 +Hlt1DownstreamBuScaMuMuLineSameSign: 0 0 +Hlt1DownstreamBuScaPostScaled: 0 0 +Hlt1DownstreamBuScaPostScaledSameSign: 0 0 +Hlt1DownstreamD2Kshh: 0 0 +Hlt1DownstreamGammaToEE: 0 0 +Hlt1DownstreamKsToPiPi: 2 2 +Hlt1DownstreamLambdaToPPi: 3 3 +Hlt1DownstreamPromptKsToPiPi: 0 0 +Hlt1DownstreamPromptLambdaToPPi: 0 0 +Hlt1DownstreamTwoTrackKs: 0 0 +Hlt1Dst2D0Pi: 0 0 +Hlt1Dst2D0PiAlignment: 0 0 +Hlt1ErrorBank: 0 0 +Hlt1GECPassthrough: 0 0 +Hlt1Kplus2PiEE: 0 0 +Hlt1Kplus2PiMuMu: 0 0 +Hlt1Kplus2PiPiPi: 0 0 +Hlt1KsToPiPi: 0 0 +Hlt1KsToPiPiDoubleMuonMisID: 0 0 +Hlt1LambdaLLDetachedTrack: 1 1 +Hlt1MaterialVertexSeedsDownstreamz: 0 0 +Hlt1MaterialVertexSeeds_DWFS: 0 0 +Hlt1NonZeroSuppress: 0 0 +Hlt1ODIN1kHzLumi: 0 0 +Hlt1ODINCalib: 0 0 +Hlt1ODINLumi: 0 0 +Hlt1ODINeeFarFromActivity: 0 0 +Hlt1OneMuonTrackLine: 1 0 +Hlt1Passthrough: 0 0 +Hlt1PassthroughPVinSMOG2: 0 0 +Hlt1Pi02GammaGamma: 0 0 +Hlt1RICH1Alignment: 0 0 +Hlt1RICH2Alignment: 0 0 +Hlt1SMOG22BodyGeneric: 0 0 +Hlt1SMOG22BodyGenericPrompt: 0 0 +Hlt1SMOG2BELowMultElectrons: 0 0 +Hlt1SMOG2BENoBias: 0 0 +Hlt1SMOG2D2Kpi: 0 0 +Hlt1SMOG2DiMuonHighMass: 0 0 +Hlt1SMOG2DisplacedDiMuon: 0 0 +Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0 0 +Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0 0 +Hlt1SMOG2KsTopipi: 0 0 +Hlt1SMOG2L0Toppi: 0 0 +Hlt1SMOG2MinimumBias: 0 0 +Hlt1SMOG2PassThroughLowMult5: 0 0 +Hlt1SMOG2SingleMuon: 0 0 +Hlt1SMOG2SingleTrackHighPt: 0 0 +Hlt1SMOG2SingleTrackVeryHighPt: 0 0 +Hlt1SMOG2etacTopp: 0 0 +Hlt1SingleHighPtElectron: 1 2 +Hlt1SingleHighPtMuon: 0 0 +Hlt1SingleHighPtMuonNoMuID: 0 0 +Hlt1TAEPassthrough: 0 0 +Hlt1TauToPhiMu: 3 3 +Hlt1TrackElectronMVA: 8 8 +Hlt1TrackMVA: 149 237 +Hlt1TrackMuonMVA: 17 17 +Hlt1TwoKs: 1 1 +Hlt1TwoTrackKs: 4 5 +Hlt1TwoTrackMVA: 274 906 +Hlt1UpsilonAlignment: 0 0 +Hlt1VeloMicroBias: 1 0 +Hlt1VeloMicroBiasVeloClosing: 0 0 +Hlt1XiOmegaLLL: 0 0 -veloUT_validator validation: -TrackChecker output : 2643/ 36981 7.15% ghosts -01_velo : 32382/ 66132 48.97% ( 49.24%), 13 ( 0.04%) clones, pur 98.38%, hit eff 93.77% -02_velo+UT : 32343/ 57399 56.35% ( 56.60%), 13 ( 0.04%) clones, pur 98.39%, hit eff 93.76% -03_velo+UT_P>5GeV : 23198/ 29636 78.28% ( 78.47%), 10 ( 0.04%) clones, pur 98.64%, hit eff 94.40% -04_velo+notLong : 7441/ 28206 26.38% ( 26.91%), 3 ( 0.04%) clones, pur 97.90%, hit eff 92.97% -05_velo+UT+notLong : 7404/ 19969 37.08% ( 37.83%), 3 ( 0.04%) clones, pur 97.94%, hit eff 92.94% -06_velo+UT+notLong_P>5GeV : 4206/ 5340 78.76% ( 79.90%), 3 ( 0.07%) clones, pur 98.45%, hit eff 94.87% -07_long : 24941/ 37926 65.76% ( 65.81%), 10 ( 0.04%) clones, pur 98.52%, hit eff 94.01% -08_long_P>5GeV : 18994/ 24714 76.86% ( 77.01%), 7 ( 0.04%) clones, pur 98.68%, hit eff 94.30% -09_long_fromB : 1990/ 2309 86.18% ( 87.55%), 0 ( 0.00%) clones, pur 98.53%, hit eff 94.31% -10_long_fromB_P>5GeV : 1766/ 1909 92.51% ( 93.28%), 0 ( 0.00%) clones, pur 98.60%, hit eff 94.42% -11_long_electrons : 562/ 2697 20.84% ( 20.67%), 0 ( 0.00%) clones, pur 96.91%, hit eff 93.23% -12_long_fromB_electrons : 52/ 110 47.27% ( 51.65%), 0 ( 0.00%) clones, pur 98.26%, hit eff 94.04% -13_long_fromB_electrons_P>5GeV : 47/ 74 63.51% ( 66.41%), 0 ( 0.00%) clones, pur 98.34%, hit eff 93.94% +Total decisions: 539 +Total tracks: 1030 +Total calos clusters: 5 +Total SVs: 955 +Total hits: 26637 +Total stdinfo: 12619 velo_validator validation: -TrackChecker output : 3258/ 153826 2.12% ghosts -01_velo : 65022/ 66132 98.32% ( 98.45%), 1920 ( 2.87%) clones, pur 99.66%, hit eff 95.37% -02_long : 37670/ 37926 99.33% ( 99.38%), 870 ( 2.26%) clones, pur 99.78%, hit eff 96.58% -03_long_P>5GeV : 24617/ 24714 99.61% ( 99.63%), 521 ( 2.07%) clones, pur 99.81%, hit eff 97.16% +TrackChecker output : 3538/ 154139 2.30% ghosts +01_velo : 65029/ 66132 98.33% ( 98.46%), 1923 ( 2.87%) clones, pur 99.65%, hit eff 95.37% +02_long : 37671/ 37926 99.33% ( 99.38%), 870 ( 2.26%) clones, pur 99.78%, hit eff 96.59% +03_long_P>5GeV : 24618/ 24714 99.61% ( 99.64%), 521 ( 2.07%) clones, pur 99.81%, hit eff 97.16% 04_long_strange : 1754/ 1807 97.07% ( 97.70%), 37 ( 2.07%) clones, pur 99.42%, hit eff 96.30% 05_long_strange_P>5GeV : 852/ 878 97.04% ( 97.01%), 14 ( 1.62%) clones, pur 99.30%, hit eff 96.78% -06_long_fromB : 2289/ 2309 99.13% ( 99.33%), 45 ( 1.93%) clones, pur 99.70%, hit eff 97.02% -07_long_fromB_P>5GeV : 1901/ 1909 99.58% ( 99.63%), 36 ( 1.86%) clones, pur 99.79%, hit eff 97.25% +06_long_fromB : 2290/ 2309 99.18% ( 99.36%), 45 ( 1.93%) clones, pur 99.70%, hit eff 97.04% +07_long_fromB_P>5GeV : 1902/ 1909 99.63% ( 99.68%), 36 ( 1.86%) clones, pur 99.79%, hit eff 97.26% 08_long_electrons : 2609/ 2697 96.74% ( 97.23%), 112 ( 4.12%) clones, pur 97.90%, hit eff 95.49% 09_long_fromB_electrons : 106/ 110 96.36% ( 96.30%), 4 ( 3.64%) clones, pur 98.84%, hit eff 96.25% 10_long_fromB_electrons_P>5GeV : 71/ 74 95.95% ( 96.88%), 2 ( 2.74%) clones, pur 98.36%, hit eff 96.71% -11_long_fromSignal : 1301/ 1312 99.16% ( 99.19%), 22 ( 1.66%) clones, pur 99.68%, hit eff 97.24% +11_long_fromSignal : 1302/ 1312 99.24% ( 99.26%), 22 ( 1.66%) clones, pur 99.68%, hit eff 97.25% diff --git a/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_epyc7502.txt b/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_epyc7502.txt index 1c2693a061f98ee154a773637bb0417e23d5f29b..d77aca1ee9d4a392c061353eecca9a99cce50596 100644 --- a/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_epyc7502.txt +++ b/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_epyc7502.txt @@ -1,39 +1,95 @@ -long_validator validation: -TrackChecker output : 544/ 22660 2.40% ghosts -for P>3GeV,Pt>0.5GeV : 290/ 15402 1.88% ghosts -01_long : 21112/ 37926 55.67% ( 56.81%), 12 ( 0.06%) clones, pur 98.76%, hit eff 98.29% -02_long_P>5GeV : 17776/ 24714 71.93% ( 72.92%), 11 ( 0.06%) clones, pur 98.90%, hit eff 98.61% +downstream_validator validation: +TrackChecker output : 503/ 4207 11.96% ghosts +for P>3GeV,Pt>0.5GeV : 138/ 1694 8.15% ghosts +01_UT+T : 2435/ 42859 5.68% ( 5.75%), 2 ( 0.08%) clones, pur 98.76%, hit eff 96.33% +02_UT+T_P>5GeV : 1726/ 26564 6.50% ( 6.63%), 2 ( 0.12%) clones, pur 98.80%, hit eff 96.47% +03_UT+T_strange : 869/ 3761 23.11% ( 22.45%), 0 ( 0.00%) clones, pur 98.86%, hit eff 96.76% +04_UT+T_strange_P>5GeV : 704/ 1970 35.74% ( 35.41%), 0 ( 0.00%) clones, pur 98.90%, hit eff 96.76% +05_noVelo+UT+T_strange : 819/ 1984 41.28% ( 42.21%), 0 ( 0.00%) clones, pur 98.85%, hit eff 96.73% +06_noVelo+UT+T_strange_P>5GeV : 672/ 1114 60.32% ( 61.45%), 0 ( 0.00%) clones, pur 98.88%, hit eff 96.76% +07_UT+T_fromDB : 152/ 3077 4.94% ( 4.52%), 0 ( 0.00%) clones, pur 98.67%, hit eff 96.17% +08_UT+T_fromBD_P>5GeV : 110/ 2337 4.71% ( 4.32%), 0 ( 0.00%) clones, pur 98.58%, hit eff 95.94% +09_noVelo+UT+T_fromBD : 117/ 359 32.59% ( 35.52%), 0 ( 0.00%) clones, pur 98.88%, hit eff 96.32% +10_noVelo+UT+T_fromBD_P>5GeV : 87/ 151 57.62% ( 60.31%), 0 ( 0.00%) clones, pur 98.72%, hit eff 95.99% +11_UT+T_SfromDB : 51/ 181 28.18% ( 27.90%), 0 ( 0.00%) clones, pur 99.00%, hit eff 97.05% +12_UT+T_SfromDB_P>5GeV : 37/ 101 36.63% ( 36.23%), 0 ( 0.00%) clones, pur 98.80%, hit eff 96.79% +13_noVelo+UT+T_SfromDB : 49/ 98 50.00% ( 52.25%), 0 ( 0.00%) clones, pur 98.96%, hit eff 96.93% +14_noVelo+UT+T_SfromDB_P>5GeV : 36/ 53 67.92% ( 71.49%), 0 ( 0.00%) clones, pur 98.76%, hit eff 96.70% +15_noVelo+UT+T_fromSignal : 49/ 168 29.17% ( 31.91%), 0 ( 0.00%) clones, pur 98.64%, hit eff 95.89% +16_noVelo+UT+T_fromKs0 : 495/ 1242 39.86% ( 40.19%), 0 ( 0.00%) clones, pur 98.88%, hit eff 96.47% +17_noVelo+UT+T_fromLambda : 327/ 692 47.25% ( 46.89%), 0 ( 0.00%) clones, pur 98.71%, hit eff 96.83% +19_noVelo+UT+T_fromSignal_P>5GeV : 40/ 73 54.79% ( 55.83%), 0 ( 0.00%) clones, pur 98.65%, hit eff 95.75% +20_noVelo+UT+T_fromKs0_P>5GeV : 402/ 685 58.69% ( 59.65%), 0 ( 0.00%) clones, pur 98.95%, hit eff 96.60% +21_noVelo+UT+T_fromLambda_P>5GeV : 273/ 416 65.62% ( 67.48%), 0 ( 0.00%) clones, pur 98.67%, hit eff 96.73% +22_noVelo+UT+T_fromSignal_P>5GeV_PT>500MeV : 29/ 52 55.77% ( 57.92%), 0 ( 0.00%) clones, pur 98.36%, hit eff 94.78% +23_noVelo+UT+T_fromKs0_P>5GeV_PT>500MeV : 266/ 383 69.45% ( 70.20%), 0 ( 0.00%) clones, pur 99.02%, hit eff 96.72% +24_noVelo+UT+T_fromLambda_P>5GeV_PT>500MeV : 206/ 281 73.31% ( 72.49%), 0 ( 0.00%) clones, pur 98.67%, hit eff 96.73% + + +forward_validator validation: +TrackChecker output : 544/ 22662 2.40% ghosts +for P>3GeV,Pt>0.5GeV : 290/ 15403 1.88% ghosts +01_long : 21114/ 37926 55.67% ( 56.81%), 12 ( 0.06%) clones, pur 98.76%, hit eff 98.29% +02_long_P>5GeV : 17777/ 24714 71.93% ( 72.92%), 11 ( 0.06%) clones, pur 98.90%, hit eff 98.61% 03_long_strange : 637/ 1807 35.25% ( 34.95%), 1 ( 0.16%) clones, pur 98.44%, hit eff 98.04% 04_long_strange_P>5GeV : 489/ 878 55.69% ( 55.45%), 1 ( 0.20%) clones, pur 98.56%, hit eff 98.32% -05_long_fromB : 1825/ 2309 79.04% ( 78.91%), 0 ( 0.00%) clones, pur 98.93%, hit eff 98.61% -06_long_fromB_P>5GeV : 1698/ 1909 88.95% ( 88.18%), 0 ( 0.00%) clones, pur 98.99%, hit eff 98.81% +05_long_fromB : 1827/ 2309 79.13% ( 78.97%), 0 ( 0.00%) clones, pur 98.92%, hit eff 98.60% +06_long_fromB_P>5GeV : 1699/ 1909 89.00% ( 88.22%), 0 ( 0.00%) clones, pur 98.99%, hit eff 98.81% 07_long_electrons : 434/ 2697 16.09% ( 15.97%), 1 ( 0.23%) clones, pur 97.64%, hit eff 97.58% 08_long_electrons_P>5GeV : 365/ 1402 26.03% ( 25.98%), 1 ( 0.27%) clones, pur 97.90%, hit eff 98.01% 09_long_fromB_electrons : 44/ 110 40.00% ( 44.65%), 0 ( 0.00%) clones, pur 98.46%, hit eff 97.36% 10_long_fromB_electrons_P>5GeV : 41/ 74 55.41% ( 57.81%), 0 ( 0.00%) clones, pur 98.34%, hit eff 97.37% -long_P>5GeV_AND_Pt>1GeV : 5926/ 6486 91.37% ( 92.44%), 3 ( 0.05%) clones, pur 98.88%, hit eff 98.79% -long_fromB_P>5GeV_AND_Pt>1GeV : 1196/ 1281 93.36% ( 92.77%), 0 ( 0.00%) clones, pur 99.00%, hit eff 98.89% +long_P>5GeV_AND_Pt>1GeV : 5927/ 6486 91.38% ( 92.45%), 3 ( 0.05%) clones, pur 98.88%, hit eff 98.79% +long_fromB_P>5GeV_AND_Pt>1GeV : 1197/ 1281 93.44% ( 92.83%), 0 ( 0.00%) clones, pur 98.99%, hit eff 98.89% 11_noVelo_UT : 0/ 4124 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% 12_noVelo_UT_P>5GeV : 0/ 1671 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% -13_long_PT>2GeV : 1507/ 1586 95.02% ( 95.07%), 0 ( 0.00%) clones, pur 98.85%, hit eff 99.05% -14_long_from_B_PT>2GeV : 565/ 605 93.39% ( 93.88%), 0 ( 0.00%) clones, pur 99.02%, hit eff 99.14% +13_long_PT>2GeV : 1508/ 1586 95.08% ( 95.15%), 0 ( 0.00%) clones, pur 98.85%, hit eff 99.05% +14_long_from_B_PT>2GeV : 566/ 605 93.55% ( 93.98%), 0 ( 0.00%) clones, pur 99.01%, hit eff 99.14% 15_long_strange_P>5GeV : 489/ 878 55.69% ( 55.45%), 1 ( 0.20%) clones, pur 98.56%, hit eff 98.32% 16_long_strange_P>5GeV_PT>500MeV : 295/ 335 88.06% ( 87.56%), 0 ( 0.00%) clones, pur 98.68%, hit eff 98.29% -17_long_fromSignal : 1152/ 1312 87.80% ( 86.13%), 0 ( 0.00%) clones, pur 99.04%, hit eff 98.83% -18_long_nSciFiHits_gt_0_AND_lt_5000 : 9369/ 16638 56.31% ( 56.45%), 5 ( 0.05%) clones, pur 98.91%, hit eff 98.74% -19_long_nSciFiHits_gt_5000_AND_lt_7000 : 7847/ 14945 52.51% ( 52.69%), 4 ( 0.05%) clones, pur 98.72%, hit eff 98.15% +17_long_fromSignal : 1153/ 1312 87.88% ( 86.20%), 0 ( 0.00%) clones, pur 99.03%, hit eff 98.83% +18_long_nSciFiHits_gt_0_AND_lt_5000 : 9370/ 16638 56.32% ( 56.45%), 5 ( 0.05%) clones, pur 98.90%, hit eff 98.74% +19_long_nSciFiHits_gt_5000_AND_lt_7000 : 7848/ 14945 52.51% ( 52.69%), 4 ( 0.05%) clones, pur 98.72%, hit eff 98.15% 20_long_nSciFiHits_gt_7000_AND_lt_10000 : 4104/ 8507 48.24% ( 48.62%), 4 ( 0.10%) clones, pur 98.42%, hit eff 97.51% 21_long_nSciFiHits_gt_10000 : 150/ 409 36.67% ( 36.70%), 0 ( 0.00%) clones, pur 97.98%, hit eff 95.68% +long_validator validation: +TrackChecker output : 1700/ 32560 5.22% ghosts +for P>3GeV,Pt>0.5GeV : 392/ 16840 2.33% ghosts +01_long : 28752/ 37926 75.81% ( 76.62%), 142 ( 0.49%) clones, pur 98.61%, hit eff 97.89% +02_long_P>5GeV : 22495/ 24714 91.02% ( 91.61%), 98 ( 0.43%) clones, pur 98.74%, hit eff 98.24% +03_long_strange : 1117/ 1807 61.82% ( 62.48%), 8 ( 0.71%) clones, pur 98.16%, hit eff 97.52% +04_long_strange_P>5GeV : 748/ 878 85.19% ( 85.50%), 5 ( 0.66%) clones, pur 98.26%, hit eff 97.77% +05_long_fromB : 2037/ 2309 88.22% ( 88.73%), 6 ( 0.29%) clones, pur 98.85%, hit eff 98.41% +06_long_fromB_P>5GeV : 1832/ 1909 95.97% ( 96.18%), 6 ( 0.33%) clones, pur 98.95%, hit eff 98.65% +07_long_electrons : 1045/ 2697 38.75% ( 38.47%), 14 ( 1.32%) clones, pur 96.62%, hit eff 97.40% +08_long_electrons_P>5GeV : 793/ 1402 56.56% ( 56.94%), 14 ( 1.73%) clones, pur 96.96%, hit eff 97.63% +09_long_fromB_electrons : 66/ 110 60.00% ( 63.58%), 0 ( 0.00%) clones, pur 98.04%, hit eff 97.49% +10_long_fromB_electrons_P>5GeV : 58/ 74 78.38% ( 81.25%), 0 ( 0.00%) clones, pur 98.52%, hit eff 97.86% +long_P>5GeV_AND_Pt>1GeV : 6187/ 6486 95.39% ( 95.84%), 11 ( 0.18%) clones, pur 98.84%, hit eff 98.69% +long_fromB_P>5GeV_AND_Pt>1GeV : 1241/ 1281 96.88% ( 97.12%), 4 ( 0.32%) clones, pur 98.96%, hit eff 98.81% +11_noVelo_UT : 0/ 4124 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% +12_noVelo_UT_P>5GeV : 0/ 1671 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% +13_long_PT>2GeV : 1544/ 1586 97.35% ( 97.19%), 1 ( 0.06%) clones, pur 98.84%, hit eff 99.02% +14_long_from_B_PT>2GeV : 587/ 605 97.02% ( 97.24%), 1 ( 0.17%) clones, pur 98.97%, hit eff 99.10% +15_long_strange_P>5GeV : 748/ 878 85.19% ( 85.50%), 5 ( 0.66%) clones, pur 98.26%, hit eff 97.77% +16_long_strange_P>5GeV_PT>500MeV : 309/ 335 92.24% ( 91.62%), 0 ( 0.00%) clones, pur 98.68%, hit eff 98.09% +17_long_fromSignal : 1227/ 1312 93.52% ( 93.18%), 4 ( 0.32%) clones, pur 99.00%, hit eff 98.68% +18_long_nSciFiHits_gt_0_AND_lt_5000 : 12587/ 16638 75.65% ( 75.75%), 60 ( 0.47%) clones, pur 98.80%, hit eff 98.49% +19_long_nSciFiHits_gt_5000_AND_lt_7000 : 10942/ 14945 73.22% ( 73.46%), 58 ( 0.53%) clones, pur 98.49%, hit eff 97.77% +20_long_nSciFiHits_gt_7000_AND_lt_10000 : 5937/ 8507 69.79% ( 70.12%), 36 ( 0.60%) clones, pur 98.08%, hit eff 96.86% +21_long_nSciFiHits_gt_10000 : 234/ 409 57.21% ( 57.36%), 2 ( 0.85%) clones, pur 97.41%, hit eff 95.32% + + muon_validator validation: Muon fraction in all MCPs: 7257/ 574938 0.01% -Muon fraction in MCPs to which a track(s) was matched: 246/ 26146 0.01% -Correctly identified muons with isMuon: 195/ 246 79.27% -Correctly identified muons from strange decays with isMuon: 0/ 0 -nan% -Correctly identified muons from B decays with isMuon: 44/ 51 86.27% -Tracks identified as muon with isMuon, but matched to non-muon MCP: 2097/ 25900 8.10% -Ghost tracks identified as muon with isMuon: 99/ 544 18.20% +Muon fraction in MCPs to which a track(s) was matched: 379/ 36104 0.01% +Correctly identified muons with isMuon: 319/ 379 84.17% +Correctly identified muons from strange decays with isMuon: 1/ 1 100.00% +Correctly identified muons from B decays with isMuon: 62/ 69 89.86% +Tracks identified as muon with isMuon, but matched to non-muon MCP: 3924/ 35725 10.98% +Ghost tracks identified as muon with isMuon: 322/ 1700 18.94% pv_validator validation: @@ -45,252 +101,385 @@ REC and MC vertices matched by dz distance All : 0.942 ( 2764/ 2933) Isolated : 0.977 ( 1480/ 1515) Close : 0.906 ( 1284/ 1418) -False rate : 0.020 ( 55/ 2819) -Real false rate : 0.020 ( 55/ 2819) +False rate : 0.020 ( 57/ 2821) +Real false rate : 0.020 ( 57/ 2821) Clones : 0.000 ( 0/ 2764) rate_validator validation: -Hlt1BGIPseudoPVsBeamOne: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsBeamTwo: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsDownBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsIRBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsNoBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsUpBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BeamGas: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ConeJet100GeV: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ConeJet15GeV: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1ConeJet30GeV: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ConeJet50GeV: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1D2KK: 17/ 500, ( 1020.00 +/- 243.14) kHz -Hlt1D2KPi: 23/ 500, ( 1380.00 +/- 281.05) kHz -Hlt1D2KPiAlignment: 7/ 500, ( 420.00 +/- 157.63) kHz -Hlt1D2Kshh: 2/ 500, ( 120.00 +/- 84.68) kHz -Hlt1D2PiPi: 15/ 500, ( 900.00 +/- 228.87) kHz -Hlt1DetJpsiToMuMuNegTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DetJpsiToMuMuPosTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronDisplaced: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1DiElectronHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronHighMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_Displaced: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_NoIP: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_SS_Displaced: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_SS_NoIP: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_SS_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronSoft: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDisplaced: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDisplacedSoftPT: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1DiMuonDisplacedSoftPT_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan_VLowMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan_VLowMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonHighMass: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1DiMuonJpsiMassAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonNoIP: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1DiMuonNoIPNorm: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1DiMuonNoIPNorm_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonNoIP_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonSoft: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiPhotonHighMass: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1DiProtonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Dst2D0Pi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Dst2D0PiAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ErrorBank: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1GECPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Kplus2PiEE: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Kplus2PiMuMu: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Kplus2PiPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1KsToPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1KsToPiPiDoubleMuonMisID: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1LambdaLLDetachedTrack: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1MaterialVertexSeedsDownstreamz: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1MaterialVertexSeeds_DWFS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1NonZeroSuppress: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODIN1kHzLumi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODINCalib: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODINLumi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODINeeFarFromActivity: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1OneMuonTrackLine: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1Passthrough: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1PassthroughPVinSMOG2: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Pi02GammaGamma: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1RICH1Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1RICH2Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG22BodyGeneric: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG22BodyGenericPrompt: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2BELowMultElectrons: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2BENoBias: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2D2Kpi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2DiMuonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2DisplacedDiMuon: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2KsTopipi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2L0Toppi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2MinimumBias: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2PassThroughLowMult5: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2SingleMuon: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2SingleTrackHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2SingleTrackVeryHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2etacTopp: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SingleHighPtElectron: 4/ 500, ( 240.00 +/- 119.52) kHz -Hlt1SingleHighPtMuon: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1SingleHighPtMuonNoMuID: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1TAEPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1TauToPhiMu: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1TrackElectronMVA: 22/ 500, ( 1320.00 +/- 275.16) kHz -Hlt1TrackMVA: 116/ 500, ( 6960.00 +/- 566.32) kHz -Hlt1TrackMuonMVA: 11/ 500, ( 660.00 +/- 196.80) kHz -Hlt1TwoKs: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1TwoTrackKs: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1TwoTrackMVA: 290/ 500, (17400.00 +/- 662.18) kHz -Hlt1UpsilonAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1VeloMicroBias: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1VeloMicroBiasVeloClosing: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1XiOmegaLLL: 0/ 500, ( 0.00 +/- 0.00) kHz -Inclusive: 310/ 500, (18600.00 +/- 651.21) kHz +Hlt1BGIPseudoPVsBeamOne: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsBeamTwo: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsDownBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsIRBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsNoBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsUpBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BeamGas: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet100GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet15GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet30GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet50GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1D2KK: 14/ 500, ( 840.00 +/- 221.33) kHz +Hlt1D2KPi: 24/ 500, ( 1440.00 +/- 286.80) kHz +Hlt1D2KPiAlignment: 8/ 500, ( 480.00 +/- 168.34) kHz +Hlt1D2Kshh: 2/ 500, ( 120.00 +/- 84.68) kHz +Hlt1D2PiPi: 12/ 500, ( 720.00 +/- 205.34) kHz +Hlt1DetJpsiToMuMuNegTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DetJpsiToMuMuPosTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronDisplaced: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1DiElectronHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronHighMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_Displaced: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiElectronLowMass_NoIP: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiElectronLowMass_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_SS_Displaced: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_SS_NoIP: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_SS_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronSoft: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDisplaced: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiMuonDisplacedSoftPT: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiMuonDisplacedSoftPT_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan_VLowMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan_VLowMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonJpsiMassAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonNoIP: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonNoIPNorm: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiMuonNoIPNorm_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonNoIP_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonSoft: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiPhotonHighMass: 2/ 500, ( 120.00 +/- 84.68) kHz +Hlt1DiProtonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaElElLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaElElLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaHighMassLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaHighMassLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoring: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoringCleanRegion: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoringCleanRegionSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoringSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuHighMassLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuHighMassLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaPostScaled: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaPostScaledSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamD2Kshh: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamGammaToEE: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamKsToPiPi: 2/ 500, ( 120.00 +/- 84.68) kHz +Hlt1DownstreamLambdaToPPi: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1DownstreamPromptKsToPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamPromptLambdaToPPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamTwoTrackKs: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Dst2D0Pi: 2/ 500, ( 120.00 +/- 84.68) kHz +Hlt1Dst2D0PiAlignment: 2/ 500, ( 120.00 +/- 84.68) kHz +Hlt1ErrorBank: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1GECPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Kplus2PiEE: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Kplus2PiMuMu: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Kplus2PiPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1KsToPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1KsToPiPiDoubleMuonMisID: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1LambdaLLDetachedTrack: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1MaterialVertexSeedsDownstreamz: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1MaterialVertexSeeds_DWFS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1NonZeroSuppress: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODIN1kHzLumi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODINCalib: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODINLumi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODINeeFarFromActivity: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1OneMuonTrackLine: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1Passthrough: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1PassthroughPVinSMOG2: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Pi02GammaGamma: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1RICH1Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1RICH2Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG22BodyGeneric: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG22BodyGenericPrompt: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2BELowMultElectrons: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2BENoBias: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2D2Kpi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2DiMuonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2DisplacedDiMuon: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2KsTopipi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2L0Toppi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2MinimumBias: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2PassThroughLowMult5: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2SingleMuon: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2SingleTrackHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2SingleTrackVeryHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2etacTopp: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SingleHighPtElectron: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1SingleHighPtMuon: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SingleHighPtMuonNoMuID: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1TAEPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1TauToPhiMu: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1TrackElectronMVA: 8/ 500, ( 480.00 +/- 168.34) kHz +Hlt1TrackMVA: 149/ 500, ( 8940.00 +/- 613.64) kHz +Hlt1TrackMuonMVA: 17/ 500, ( 1020.00 +/- 243.14) kHz +Hlt1TwoKs: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1TwoTrackKs: 4/ 500, ( 240.00 +/- 119.52) kHz +Hlt1TwoTrackMVA: 278/ 500, (16680.00 +/- 666.60) kHz +Hlt1UpsilonAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1VeloMicroBias: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1VeloMicroBiasVeloClosing: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1XiOmegaLLL: 0/ 500, ( 0.00 +/- 0.00) kHz +Inclusive: 299/ 500, (17940.00 +/- 657.81) kHz -selreport_validator validation: - Events Candidates -Hlt1BGIPseudoPVsBeamOne: 0 0 -Hlt1BGIPseudoPVsBeamTwo: 0 0 -Hlt1BGIPseudoPVsDownBeamBeam: 0 0 -Hlt1BGIPseudoPVsIRBeamBeam: 0 0 -Hlt1BGIPseudoPVsNoBeam: 0 0 -Hlt1BGIPseudoPVsUpBeamBeam: 0 0 -Hlt1BeamGas: 0 0 -Hlt1ConeJet100GeV: 0 0 -Hlt1ConeJet15GeV: 1 1 -Hlt1ConeJet30GeV: 0 0 -Hlt1ConeJet50GeV: 0 0 -Hlt1D2KK: 17 18 -Hlt1D2KPi: 23 23 -Hlt1D2KPiAlignment: 7 7 -Hlt1D2Kshh: 2 2 -Hlt1D2PiPi: 15 15 -Hlt1DetJpsiToMuMuNegTagLine: 0 0 -Hlt1DetJpsiToMuMuPosTagLine: 0 0 -Hlt1DiElectronDisplaced: 3 4 -Hlt1DiElectronHighMass: 0 0 -Hlt1DiElectronHighMass_SS: 0 0 -Hlt1DiElectronLowMass_Displaced: 0 0 -Hlt1DiElectronLowMass_NoIP: 0 0 -Hlt1DiElectronLowMass_NoIPNorm: 0 0 -Hlt1DiElectronLowMass_SS_Displaced: 0 0 -Hlt1DiElectronLowMass_SS_NoIP: 0 0 -Hlt1DiElectronLowMass_SS_NoIPNorm: 0 0 -Hlt1DiElectronSoft: 0 0 -Hlt1DiMuonDisplaced: 0 0 -Hlt1DiMuonDisplacedSoftPT: 1 1 -Hlt1DiMuonDisplacedSoftPT_SS: 0 0 -Hlt1DiMuonDrellYan: 0 0 -Hlt1DiMuonDrellYan_SS: 0 0 -Hlt1DiMuonDrellYan_VLowMass: 0 0 -Hlt1DiMuonDrellYan_VLowMass_SS: 0 0 -Hlt1DiMuonHighMass: 1 1 -Hlt1DiMuonJpsiMassAlignment: 0 0 -Hlt1DiMuonNoIP: 1 1 -Hlt1DiMuonNoIPNorm: 1 1 -Hlt1DiMuonNoIPNorm_SS: 0 0 -Hlt1DiMuonNoIP_SS: 0 0 -Hlt1DiMuonSoft: 0 0 -Hlt1DiPhotonHighMass: 3 6 -Hlt1DiProtonHighMass: 0 0 -Hlt1Dst2D0Pi: 0 0 -Hlt1Dst2D0PiAlignment: 0 0 -Hlt1ErrorBank: 0 0 -Hlt1GECPassthrough: 0 0 -Hlt1Kplus2PiEE: 0 0 -Hlt1Kplus2PiMuMu: 0 0 -Hlt1Kplus2PiPiPi: 0 0 -Hlt1KsToPiPi: 0 0 -Hlt1KsToPiPiDoubleMuonMisID: 0 0 -Hlt1LambdaLLDetachedTrack: 0 0 -Hlt1MaterialVertexSeedsDownstreamz: 0 0 -Hlt1MaterialVertexSeeds_DWFS: 0 0 -Hlt1NonZeroSuppress: 0 0 -Hlt1ODIN1kHzLumi: 0 0 -Hlt1ODINCalib: 0 0 -Hlt1ODINLumi: 0 0 -Hlt1ODINeeFarFromActivity: 0 0 -Hlt1OneMuonTrackLine: 1 0 -Hlt1Passthrough: 0 0 -Hlt1PassthroughPVinSMOG2: 0 0 -Hlt1Pi02GammaGamma: 0 0 -Hlt1RICH1Alignment: 0 0 -Hlt1RICH2Alignment: 0 0 -Hlt1SMOG22BodyGeneric: 0 0 -Hlt1SMOG22BodyGenericPrompt: 0 0 -Hlt1SMOG2BELowMultElectrons: 0 0 -Hlt1SMOG2BENoBias: 0 0 -Hlt1SMOG2D2Kpi: 0 0 -Hlt1SMOG2DiMuonHighMass: 0 0 -Hlt1SMOG2DisplacedDiMuon: 0 0 -Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0 0 -Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0 0 -Hlt1SMOG2KsTopipi: 0 0 -Hlt1SMOG2L0Toppi: 0 0 -Hlt1SMOG2MinimumBias: 0 0 -Hlt1SMOG2PassThroughLowMult5: 0 0 -Hlt1SMOG2SingleMuon: 0 0 -Hlt1SMOG2SingleTrackHighPt: 0 0 -Hlt1SMOG2SingleTrackVeryHighPt: 0 0 -Hlt1SMOG2etacTopp: 0 0 -Hlt1SingleHighPtElectron: 4 5 -Hlt1SingleHighPtMuon: 1 1 -Hlt1SingleHighPtMuonNoMuID: 3 3 -Hlt1TAEPassthrough: 0 0 -Hlt1TauToPhiMu: 3 3 -Hlt1TrackElectronMVA: 22 23 -Hlt1TrackMVA: 116 178 -Hlt1TrackMuonMVA: 11 11 -Hlt1TwoKs: 1 1 -Hlt1TwoTrackKs: 3 4 -Hlt1TwoTrackMVA: 290 954 -Hlt1UpsilonAlignment: 0 0 -Hlt1VeloMicroBias: 1 0 -Hlt1VeloMicroBiasVeloClosing: 0 0 -Hlt1XiOmegaLLL: 0 0 +seed_validator validation: +TrackChecker output : 2115/ 28493 7.42% ghosts +for P>3GeV,Pt>0.5GeV : 0/ 0 -nan% ghosts +00_P>3Gev_Pt>0.5 : 1742/ 17038 10.22% ( 9.12%), 36 ( 2.02%) clones, pur 98.91%, hit eff 94.77% +01_long : 9757/ 37926 25.73% ( 25.16%), 130 ( 1.31%) clones, pur 99.34%, hit eff 96.37% +---1. phi quadrant : 2492/ 9440 26.40% ( 25.63%), 44 ( 1.74%) clones, pur 99.27%, hit eff 96.32% +---2. phi quadrant : 2459/ 9611 25.59% ( 25.05%), 25 ( 1.01%) clones, pur 99.40%, hit eff 96.45% +---3. phi quadrant : 2394/ 9375 25.54% ( 25.44%), 28 ( 1.16%) clones, pur 99.35%, hit eff 96.40% +---4. phi quadrant : 2411/ 9499 25.38% ( 24.76%), 33 ( 1.35%) clones, pur 99.36%, hit eff 96.32% +---eta < 2.5, small x, large y : 91/ 1614 5.64% ( 4.77%), 0 ( 0.00%) clones, pur 98.67%, hit eff 93.13% +---eta < 2.5, large x, small y : 489/ 2835 17.25% ( 16.53%), 12 ( 2.40%) clones, pur 98.62%, hit eff 94.21% +---eta > 2.5, small x, large y : 3180/ 12171 26.13% ( 25.65%), 45 ( 1.40%) clones, pur 99.37%, hit eff 96.39% +---eta > 2.5, large x, small y : 5997/ 21306 28.15% ( 27.72%), 73 ( 1.20%) clones, pur 99.40%, hit eff 96.58% +02_long_P>5GeV : 6017/ 24714 24.35% ( 23.81%), 93 ( 1.52%) clones, pur 99.31%, hit eff 96.37% +02_long_P>5GeV, eta > 4 : 3936/ 9981 39.43% ( 39.58%), 61 ( 1.53%) clones, pur 99.31%, hit eff 96.38% +---eta < 2.5, small x, large y : 66/ 479 13.78% ( 13.28%), 0 ( 0.00%) clones, pur 99.18%, hit eff 95.25% +---eta < 2.5, large x, small y : 171/ 952 17.96% ( 16.54%), 4 ( 2.29%) clones, pur 99.42%, hit eff 97.01% +---eta > 2.5, small x, large y : 2121/ 8612 24.63% ( 24.20%), 36 ( 1.67%) clones, pur 99.28%, hit eff 96.26% +---eta > 2.5, large x, small y : 3659/ 14671 24.94% ( 24.56%), 53 ( 1.43%) clones, pur 99.33%, hit eff 96.42% +03_long_P>3GeV : 9755/ 32393 30.11% ( 29.48%), 130 ( 1.32%) clones, pur 99.34%, hit eff 96.37% +04_long_P>0.5GeV : 9757/ 37926 25.73% ( 25.16%), 130 ( 1.31%) clones, pur 99.34%, hit eff 96.37% +05_long_from_B : 269/ 2309 11.65% ( 12.23%), 5 ( 1.82%) clones, pur 99.18%, hit eff 96.49% +06_long_from_B_P>5GeV : 174/ 1909 9.11% ( 9.98%), 3 ( 1.69%) clones, pur 99.27%, hit eff 96.63% +07_long_from_B_P>3GeV : 269/ 2155 12.48% ( 12.78%), 5 ( 1.82%) clones, pur 99.18%, hit eff 96.49% +08_UT+SciFi : 3019/ 5429 55.61% ( 54.78%), 28 ( 0.92%) clones, pur 99.34%, hit eff 95.95% +09_UT+SciFi_P>5GeV : 1966/ 2268 86.68% ( 87.79%), 21 ( 1.06%) clones, pur 99.34%, hit eff 96.19% +10_UT+SciFi_P>3GeV : 3008/ 3817 78.81% ( 79.28%), 28 ( 0.92%) clones, pur 99.35%, hit eff 95.96% +11_UT+SciFi_fromStrange : 1389/ 1984 70.01% ( 70.23%), 13 ( 0.93%) clones, pur 99.52%, hit eff 96.62% +12_UT+SciFi_fromStrange_P>5GeV : 1014/ 1114 91.02% ( 92.20%), 11 ( 1.07%) clones, pur 99.52%, hit eff 96.74% +13_UT+SciFi_fromStrange_P>3GeV : 1388/ 1613 86.05% ( 87.02%), 13 ( 0.93%) clones, pur 99.51%, hit eff 96.63% +14_long_electrons : 1033/ 2697 38.30% ( 37.60%), 5 ( 0.48%) clones, pur 99.50%, hit eff 96.91% +15_long_electrons_P>5GeV : 708/ 1402 50.50% ( 49.45%), 5 ( 0.70%) clones, pur 99.58%, hit eff 96.97% +16_long_electrons_P>3GeV : 1033/ 2178 47.43% ( 47.35%), 5 ( 0.48%) clones, pur 99.50%, hit eff 96.91% +17_long_fromB_electrons : 31/ 110 28.18% ( 26.54%), 0 ( 0.00%) clones, pur 98.85%, hit eff 97.60% +18_long_fromB_electrons_P>5GeV : 22/ 74 29.73% ( 29.69%), 0 ( 0.00%) clones, pur 100.00%, hit eff 98.51% +19_long_PT>2GeV : 61/ 1586 3.85% ( 3.87%), 3 ( 4.69%) clones, pur 98.97%, hit eff 96.48% +20_long_from_B_PT>2GeV : 32/ 605 5.29% ( 4.90%), 0 ( 0.00%) clones, pur 99.74%, hit eff 97.65% +21_long_strange_P>5GeV : 343/ 878 39.07% ( 40.41%), 4 ( 1.15%) clones, pur 99.19%, hit eff 96.15% +22_long_strange_P>5GeV_PT>500MeV : 30/ 335 8.96% ( 9.03%), 1 ( 3.23%) clones, pur 98.74%, hit eff 94.10% +23_noVelo+UT+T_fromSignal : 91/ 168 54.17% ( 55.65%), 2 ( 2.15%) clones, pur 98.48%, hit eff 94.93% +24_noVelo+UT+T_fromKs0 : 885/ 1242 71.26% ( 70.57%), 8 ( 0.90%) clones, pur 99.53%, hit eff 96.42% +25_noVelo+UT+T_fromLambda : 482/ 692 69.65% ( 71.32%), 4 ( 0.82%) clones, pur 99.45%, hit eff 96.92% +26_noVelo+UT+T_fromSignal_P>5GeV : 60/ 73 82.19% ( 81.83%), 1 ( 1.64%) clones, pur 98.29%, hit eff 95.16% +27_noVelo+UT+T_fromKs0_P>5GeV : 633/ 685 92.41% ( 92.92%), 6 ( 0.94%) clones, pur 99.55%, hit eff 96.69% +28_noVelo+UT+T_fromLambda_P>5GeV : 373/ 416 89.66% ( 91.61%), 4 ( 1.06%) clones, pur 99.36%, hit eff 96.76% +29_noVelo+UT+T_fromSignal_P>5GeV_PT>500MeV : 41/ 52 78.85% ( 77.92%), 1 ( 2.38%) clones, pur 97.51%, hit eff 93.76% +30_noVelo+UT+T_fromKs0_P>5GeV_PT>500MeV : 348/ 383 90.86% ( 90.81%), 3 ( 0.85%) clones, pur 99.55%, hit eff 96.90% +31_noVelo+UT+T_fromLambda_P>5GeV_PT>500MeV : 251/ 281 89.32% ( 90.49%), 3 ( 1.18%) clones, pur 99.52%, hit eff 96.89% +35_long_nSciFiHits_gt_0_AND_lt_5000 : 4808/ 17922 26.83% ( 26.77%), 42 ( 0.87%) clones, pur 99.62%, hit eff 97.38% +36_long_nSciFiHits_gt_5000_AND_lt_7000 : 4620/ 16105 28.69% ( 28.65%), 67 ( 1.43%) clones, pur 99.24%, hit eff 96.20% +37_long_nSciFiHits_gt_7000_AND_lt_10000 : 2773/ 9149 30.31% ( 30.17%), 48 ( 1.70%) clones, pur 98.95%, hit eff 94.86% +38_long_nSciFiHits_gt_10000 : 128/ 449 28.51% ( 28.60%), 4 ( 3.03%) clones, pur 98.58%, hit eff 93.79% -Total decisions: 531 -Total tracks: 1067 -Total calos clusters: 10 -Total SVs: 997 -Total hits: 27861 -Total stdinfo: 13095 +seed_xz_validator validation: +TrackChecker output : 21945/ 75679 29.00% ghosts +for P>3GeV,Pt>0.5GeV : 0/ 0 -nan% ghosts +00_P>3Gev_Pt>0.5 : 15954/ 17038 93.64% ( 94.31%), 170 ( 1.05%) clones, pur 99.40%, hit eff 49.06% +01_long : 30366/ 37926 80.07% ( 80.52%), 331 ( 1.08%) clones, pur 99.42%, hit eff 49.01% +---1. phi quadrant : 7565/ 9440 80.14% ( 80.41%), 83 ( 1.09%) clones, pur 99.41%, hit eff 49.03% +---2. phi quadrant : 7696/ 9611 80.07% ( 80.83%), 93 ( 1.19%) clones, pur 99.38%, hit eff 48.95% +---3. phi quadrant : 7523/ 9375 80.25% ( 80.33%), 77 ( 1.01%) clones, pur 99.41%, hit eff 49.01% +---4. phi quadrant : 7581/ 9499 79.81% ( 80.00%), 78 ( 1.02%) clones, pur 99.47%, hit eff 49.06% +---eta < 2.5, small x, large y : 589/ 1614 36.49% ( 35.40%), 5 ( 0.84%) clones, pur 98.13%, hit eff 48.11% +---eta < 2.5, large x, small y : 1565/ 2835 55.20% ( 54.51%), 23 ( 1.45%) clones, pur 99.39%, hit eff 48.91% +---eta > 2.5, small x, large y : 10252/ 12171 84.23% ( 84.72%), 107 ( 1.03%) clones, pur 99.43%, hit eff 48.99% +---eta > 2.5, large x, small y : 17960/ 21306 84.30% ( 84.62%), 196 ( 1.08%) clones, pur 99.46%, hit eff 49.07% +02_long_P>5GeV : 23852/ 24714 96.51% ( 97.19%), 276 ( 1.14%) clones, pur 99.43%, hit eff 49.09% +02_long_P>5GeV, eta > 4 : 9610/ 9981 96.28% ( 97.13%), 126 ( 1.29%) clones, pur 99.33%, hit eff 49.04% +---eta < 2.5, small x, large y : 410/ 479 85.59% ( 84.92%), 4 ( 0.97%) clones, pur 98.95%, hit eff 48.94% +---eta < 2.5, large x, small y : 924/ 952 97.06% ( 97.18%), 12 ( 1.28%) clones, pur 99.63%, hit eff 49.27% +---eta > 2.5, small x, large y : 8328/ 8612 96.70% ( 97.31%), 88 ( 1.05%) clones, pur 99.42%, hit eff 49.03% +---eta > 2.5, large x, small y : 14190/ 14671 96.72% ( 97.41%), 172 ( 1.20%) clones, pur 99.43%, hit eff 49.12% +03_long_P>3GeV : 30360/ 32393 93.72% ( 94.32%), 331 ( 1.08%) clones, pur 99.42%, hit eff 49.01% +04_long_P>0.5GeV : 30366/ 37926 80.07% ( 80.52%), 331 ( 1.08%) clones, pur 99.42%, hit eff 49.01% +05_long_from_B : 2061/ 2309 89.26% ( 89.57%), 17 ( 0.82%) clones, pur 99.60%, hit eff 49.30% +06_long_from_B_P>5GeV : 1862/ 1909 97.54% ( 97.25%), 15 ( 0.80%) clones, pur 99.63%, hit eff 49.40% +07_long_from_B_P>3GeV : 2061/ 2155 95.64% ( 95.07%), 17 ( 0.82%) clones, pur 99.60%, hit eff 49.30% +08_UT+SciFi : 3494/ 5429 64.36% ( 63.19%), 37 ( 1.05%) clones, pur 99.32%, hit eff 48.88% +09_UT+SciFi_P>5GeV : 2197/ 2268 96.87% ( 97.51%), 25 ( 1.13%) clones, pur 99.36%, hit eff 49.01% +10_UT+SciFi_P>3GeV : 3473/ 3817 90.99% ( 91.42%), 37 ( 1.05%) clones, pur 99.33%, hit eff 48.89% +11_UT+SciFi_fromStrange : 1506/ 1984 75.91% ( 75.87%), 17 ( 1.12%) clones, pur 99.38%, hit eff 48.93% +12_UT+SciFi_fromStrange_P>5GeV : 1086/ 1114 97.49% ( 98.38%), 14 ( 1.27%) clones, pur 99.34%, hit eff 48.94% +13_UT+SciFi_fromStrange_P>3GeV : 1503/ 1613 93.18% ( 93.59%), 17 ( 1.12%) clones, pur 99.39%, hit eff 48.94% +14_long_electrons : 1487/ 2697 55.14% ( 53.97%), 19 ( 1.26%) clones, pur 99.22%, hit eff 48.64% +15_long_electrons_P>5GeV : 1101/ 1402 78.53% ( 77.87%), 15 ( 1.34%) clones, pur 99.30%, hit eff 48.78% +16_long_electrons_P>3GeV : 1487/ 2178 68.27% ( 67.86%), 19 ( 1.26%) clones, pur 99.22%, hit eff 48.64% +17_long_fromB_electrons : 73/ 110 66.36% ( 68.72%), 0 ( 0.00%) clones, pur 99.73%, hit eff 48.91% +18_long_fromB_electrons_P>5GeV : 64/ 74 86.49% ( 87.50%), 0 ( 0.00%) clones, pur 99.69%, hit eff 48.75% +19_long_PT>2GeV : 1552/ 1586 97.86% ( 98.08%), 12 ( 0.77%) clones, pur 99.58%, hit eff 49.47% +20_long_from_B_PT>2GeV : 597/ 605 98.68% ( 98.56%), 2 ( 0.33%) clones, pur 99.91%, hit eff 49.65% +21_long_strange_P>5GeV : 853/ 878 97.15% ( 97.79%), 12 ( 1.39%) clones, pur 99.37%, hit eff 48.86% +22_long_strange_P>5GeV_PT>500MeV : 327/ 335 97.61% ( 97.95%), 4 ( 1.21%) clones, pur 99.72%, hit eff 49.03% +23_noVelo+UT+T_fromSignal : 107/ 168 63.69% ( 64.80%), 1 ( 0.93%) clones, pur 99.26%, hit eff 49.69% +24_noVelo+UT+T_fromKs0 : 946/ 1242 76.17% ( 75.71%), 13 ( 1.36%) clones, pur 99.36%, hit eff 48.91% +25_noVelo+UT+T_fromLambda : 530/ 692 76.59% ( 76.76%), 4 ( 0.75%) clones, pur 99.29%, hit eff 48.97% +26_noVelo+UT+T_fromSignal_P>5GeV : 71/ 73 97.26% ( 97.50%), 1 ( 1.39%) clones, pur 98.89%, hit eff 49.21% +27_noVelo+UT+T_fromKs0_P>5GeV : 672/ 685 98.10% ( 98.03%), 11 ( 1.61%) clones, pur 99.30%, hit eff 48.94% +28_noVelo+UT+T_fromLambda_P>5GeV : 402/ 416 96.63% ( 97.01%), 4 ( 0.99%) clones, pur 99.17%, hit eff 48.87% +29_noVelo+UT+T_fromSignal_P>5GeV_PT>500MeV : 50/ 52 96.15% ( 96.67%), 1 ( 1.96%) clones, pur 98.43%, hit eff 49.06% +30_noVelo+UT+T_fromKs0_P>5GeV_PT>500MeV : 374/ 383 97.65% ( 97.92%), 7 ( 1.84%) clones, pur 99.16%, hit eff 49.03% +31_noVelo+UT+T_fromLambda_P>5GeV_PT>500MeV : 271/ 281 96.44% ( 96.61%), 3 ( 1.09%) clones, pur 99.33%, hit eff 49.03% +35_long_nSciFiHits_gt_0_AND_lt_5000 : 14052/ 17922 78.41% ( 78.27%), 109 ( 0.77%) clones, pur 99.56%, hit eff 49.29% +36_long_nSciFiHits_gt_5000_AND_lt_7000 : 12429/ 16105 77.17% ( 77.30%), 157 ( 1.25%) clones, pur 99.37%, hit eff 48.91% +37_long_nSciFiHits_gt_7000_AND_lt_10000 : 6912/ 9149 75.55% ( 75.76%), 107 ( 1.52%) clones, pur 99.07%, hit eff 48.53% +38_long_nSciFiHits_gt_10000 : 195/ 449 43.43% ( 43.47%), 1 ( 0.51%) clones, pur 98.91%, hit eff 48.54% + + +selreport_validator validation: + Events Candidates +Hlt1BGIPseudoPVsBeamOne: 0 0 +Hlt1BGIPseudoPVsBeamTwo: 0 0 +Hlt1BGIPseudoPVsDownBeamBeam: 0 0 +Hlt1BGIPseudoPVsIRBeamBeam: 0 0 +Hlt1BGIPseudoPVsNoBeam: 0 0 +Hlt1BGIPseudoPVsUpBeamBeam: 0 0 +Hlt1BeamGas: 0 0 +Hlt1ConeJet100GeV: 0 0 +Hlt1ConeJet15GeV: 0 0 +Hlt1ConeJet30GeV: 0 0 +Hlt1ConeJet50GeV: 0 0 +Hlt1D2KK: 14 15 +Hlt1D2KPi: 24 26 +Hlt1D2KPiAlignment: 8 8 +Hlt1D2Kshh: 2 2 +Hlt1D2PiPi: 12 13 +Hlt1DetJpsiToMuMuNegTagLine: 0 0 +Hlt1DetJpsiToMuMuPosTagLine: 0 0 +Hlt1DiElectronDisplaced: 3 3 +Hlt1DiElectronHighMass: 0 0 +Hlt1DiElectronHighMass_SS: 0 0 +Hlt1DiElectronLowMass_Displaced: 1 1 +Hlt1DiElectronLowMass_NoIP: 1 1 +Hlt1DiElectronLowMass_NoIPNorm: 0 0 +Hlt1DiElectronLowMass_SS_Displaced: 0 0 +Hlt1DiElectronLowMass_SS_NoIP: 0 0 +Hlt1DiElectronLowMass_SS_NoIPNorm: 0 0 +Hlt1DiElectronSoft: 0 0 +Hlt1DiMuonDisplaced: 1 1 +Hlt1DiMuonDisplacedSoftPT: 1 1 +Hlt1DiMuonDisplacedSoftPT_SS: 0 0 +Hlt1DiMuonDrellYan: 0 0 +Hlt1DiMuonDrellYan_SS: 0 0 +Hlt1DiMuonDrellYan_VLowMass: 0 0 +Hlt1DiMuonDrellYan_VLowMass_SS: 0 0 +Hlt1DiMuonHighMass: 0 0 +Hlt1DiMuonJpsiMassAlignment: 0 0 +Hlt1DiMuonNoIP: 0 0 +Hlt1DiMuonNoIPNorm: 1 1 +Hlt1DiMuonNoIPNorm_SS: 0 0 +Hlt1DiMuonNoIP_SS: 0 0 +Hlt1DiMuonSoft: 1 1 +Hlt1DiPhotonHighMass: 2 3 +Hlt1DiProtonHighMass: 0 0 +Hlt1DownstreamBuScaElElLine: 0 0 +Hlt1DownstreamBuScaElElLineSameSign: 0 0 +Hlt1DownstreamBuScaHighMassLine: 0 0 +Hlt1DownstreamBuScaHighMassLineSameSign: 0 0 +Hlt1DownstreamBuScaMonitoring: 0 0 +Hlt1DownstreamBuScaMonitoringCleanRegion: 0 0 +Hlt1DownstreamBuScaMonitoringCleanRegionSameSign: 0 0 +Hlt1DownstreamBuScaMonitoringSameSign: 0 0 +Hlt1DownstreamBuScaMuMuHighMassLine: 0 0 +Hlt1DownstreamBuScaMuMuHighMassLineSameSign: 0 0 +Hlt1DownstreamBuScaMuMuLine: 0 0 +Hlt1DownstreamBuScaMuMuLineSameSign: 0 0 +Hlt1DownstreamBuScaPostScaled: 0 0 +Hlt1DownstreamBuScaPostScaledSameSign: 0 0 +Hlt1DownstreamD2Kshh: 0 0 +Hlt1DownstreamGammaToEE: 0 0 +Hlt1DownstreamKsToPiPi: 2 2 +Hlt1DownstreamLambdaToPPi: 3 3 +Hlt1DownstreamPromptKsToPiPi: 0 0 +Hlt1DownstreamPromptLambdaToPPi: 0 0 +Hlt1DownstreamTwoTrackKs: 0 0 +Hlt1Dst2D0Pi: 2 2 +Hlt1Dst2D0PiAlignment: 2 2 +Hlt1ErrorBank: 0 0 +Hlt1GECPassthrough: 0 0 +Hlt1Kplus2PiEE: 0 0 +Hlt1Kplus2PiMuMu: 0 0 +Hlt1Kplus2PiPiPi: 0 0 +Hlt1KsToPiPi: 0 0 +Hlt1KsToPiPiDoubleMuonMisID: 0 0 +Hlt1LambdaLLDetachedTrack: 1 1 +Hlt1MaterialVertexSeedsDownstreamz: 0 0 +Hlt1MaterialVertexSeeds_DWFS: 0 0 +Hlt1NonZeroSuppress: 0 0 +Hlt1ODIN1kHzLumi: 0 0 +Hlt1ODINCalib: 0 0 +Hlt1ODINLumi: 0 0 +Hlt1ODINeeFarFromActivity: 0 0 +Hlt1OneMuonTrackLine: 1 0 +Hlt1Passthrough: 0 0 +Hlt1PassthroughPVinSMOG2: 0 0 +Hlt1Pi02GammaGamma: 0 0 +Hlt1RICH1Alignment: 0 0 +Hlt1RICH2Alignment: 0 0 +Hlt1SMOG22BodyGeneric: 0 0 +Hlt1SMOG22BodyGenericPrompt: 0 0 +Hlt1SMOG2BELowMultElectrons: 0 0 +Hlt1SMOG2BENoBias: 0 0 +Hlt1SMOG2D2Kpi: 0 0 +Hlt1SMOG2DiMuonHighMass: 0 0 +Hlt1SMOG2DisplacedDiMuon: 0 0 +Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0 0 +Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0 0 +Hlt1SMOG2KsTopipi: 0 0 +Hlt1SMOG2L0Toppi: 0 0 +Hlt1SMOG2MinimumBias: 0 0 +Hlt1SMOG2PassThroughLowMult5: 0 0 +Hlt1SMOG2SingleMuon: 0 0 +Hlt1SMOG2SingleTrackHighPt: 0 0 +Hlt1SMOG2SingleTrackVeryHighPt: 0 0 +Hlt1SMOG2etacTopp: 0 0 +Hlt1SingleHighPtElectron: 1 2 +Hlt1SingleHighPtMuon: 0 0 +Hlt1SingleHighPtMuonNoMuID: 0 0 +Hlt1TAEPassthrough: 0 0 +Hlt1TauToPhiMu: 3 3 +Hlt1TrackElectronMVA: 8 8 +Hlt1TrackMVA: 149 236 +Hlt1TrackMuonMVA: 17 17 +Hlt1TwoKs: 1 1 +Hlt1TwoTrackKs: 4 5 +Hlt1TwoTrackMVA: 278 913 +Hlt1UpsilonAlignment: 0 0 +Hlt1VeloMicroBias: 1 0 +Hlt1VeloMicroBiasVeloClosing: 0 0 +Hlt1XiOmegaLLL: 0 0 -veloUT_validator validation: -TrackChecker output : 2659/ 37008 7.18% ghosts -01_velo : 32391/ 66132 48.98% ( 49.25%), 8 ( 0.02%) clones, pur 98.38%, hit eff 93.79% -02_velo+UT : 32351/ 57399 56.36% ( 56.62%), 8 ( 0.02%) clones, pur 98.39%, hit eff 93.79% -03_velo+UT_P>5GeV : 23197/ 29636 78.27% ( 78.47%), 6 ( 0.03%) clones, pur 98.64%, hit eff 94.41% -04_velo+notLong : 7441/ 28206 26.38% ( 26.92%), 1 ( 0.01%) clones, pur 97.91%, hit eff 93.02% -05_velo+UT+notLong : 7403/ 19969 37.07% ( 37.85%), 1 ( 0.01%) clones, pur 97.95%, hit eff 92.99% -06_velo+UT+notLong_P>5GeV : 4203/ 5340 78.71% ( 79.90%), 1 ( 0.02%) clones, pur 98.45%, hit eff 94.89% -07_long : 24950/ 37926 65.79% ( 65.83%), 7 ( 0.03%) clones, pur 98.52%, hit eff 94.02% -08_long_P>5GeV : 18996/ 24714 76.86% ( 77.01%), 5 ( 0.03%) clones, pur 98.68%, hit eff 94.31% -09_long_fromB : 1992/ 2309 86.27% ( 87.62%), 0 ( 0.00%) clones, pur 98.54%, hit eff 94.33% -10_long_fromB_P>5GeV : 1767/ 1909 92.56% ( 93.34%), 0 ( 0.00%) clones, pur 98.62%, hit eff 94.44% -11_long_electrons : 563/ 2697 20.88% ( 20.68%), 0 ( 0.00%) clones, pur 97.04%, hit eff 93.18% -12_long_fromB_electrons : 52/ 110 47.27% ( 51.85%), 0 ( 0.00%) clones, pur 98.02%, hit eff 94.04% -13_long_fromB_electrons_P>5GeV : 47/ 74 63.51% ( 66.41%), 0 ( 0.00%) clones, pur 97.81%, hit eff 93.40% +Total decisions: 544 +Total tracks: 1038 +Total calos clusters: 5 +Total SVs: 962 +Total hits: 26883 +Total stdinfo: 12716 velo_validator validation: -TrackChecker output : 3240/ 153803 2.11% ghosts -01_velo : 65023/ 66132 98.32% ( 98.47%), 1896 ( 2.83%) clones, pur 99.66%, hit eff 95.40% -02_long : 37665/ 37926 99.31% ( 99.36%), 863 ( 2.24%) clones, pur 99.78%, hit eff 96.61% -03_long_P>5GeV : 24615/ 24714 99.60% ( 99.63%), 520 ( 2.07%) clones, pur 99.81%, hit eff 97.16% +TrackChecker output : 3514/ 154109 2.28% ghosts +01_velo : 65030/ 66132 98.33% ( 98.48%), 1898 ( 2.84%) clones, pur 99.65%, hit eff 95.41% +02_long : 37666/ 37926 99.31% ( 99.37%), 863 ( 2.24%) clones, pur 99.78%, hit eff 96.61% +03_long_P>5GeV : 24616/ 24714 99.60% ( 99.63%), 520 ( 2.07%) clones, pur 99.81%, hit eff 97.17% 04_long_strange : 1754/ 1807 97.07% ( 97.72%), 37 ( 2.07%) clones, pur 99.42%, hit eff 96.31% 05_long_strange_P>5GeV : 852/ 878 97.04% ( 97.01%), 14 ( 1.62%) clones, pur 99.29%, hit eff 96.80% -06_long_fromB : 2288/ 2309 99.09% ( 99.30%), 45 ( 1.93%) clones, pur 99.71%, hit eff 97.02% -07_long_fromB_P>5GeV : 1900/ 1909 99.53% ( 99.60%), 36 ( 1.86%) clones, pur 99.80%, hit eff 97.25% +06_long_fromB : 2289/ 2309 99.13% ( 99.33%), 45 ( 1.93%) clones, pur 99.71%, hit eff 97.04% +07_long_fromB_P>5GeV : 1901/ 1909 99.58% ( 99.65%), 36 ( 1.86%) clones, pur 99.80%, hit eff 97.26% 08_long_electrons : 2613/ 2697 96.89% ( 97.46%), 116 ( 4.25%) clones, pur 97.86%, hit eff 95.41% 09_long_fromB_electrons : 107/ 110 97.27% ( 97.53%), 5 ( 4.46%) clones, pur 98.51%, hit eff 95.24% 10_long_fromB_electrons_P>5GeV : 72/ 74 97.30% ( 98.44%), 2 ( 2.70%) clones, pur 98.11%, hit eff 96.48% -11_long_fromSignal : 1300/ 1312 99.09% ( 99.09%), 22 ( 1.66%) clones, pur 99.70%, hit eff 97.24% +11_long_fromSignal : 1301/ 1312 99.16% ( 99.16%), 22 ( 1.66%) clones, pur 99.70%, hit eff 97.25% diff --git a/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_geforcertx2080ti.txt b/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_geforcertx2080ti.txt index 6026100ec3fd81769c878fd30789dae098338774..2b23c942abd9d18a7737b567f78710742399aaa1 100644 --- a/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_geforcertx2080ti.txt +++ b/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_geforcertx2080ti.txt @@ -1,39 +1,95 @@ -long_validator validation: -TrackChecker output : 565/ 22626 2.50% ghosts -for P>3GeV,Pt>0.5GeV : 296/ 15359 1.93% ghosts -01_long : 21070/ 37926 55.56% ( 56.68%), 13 ( 0.06%) clones, pur 98.76%, hit eff 98.28% -02_long_P>5GeV : 17756/ 24714 71.85% ( 72.82%), 12 ( 0.07%) clones, pur 98.89%, hit eff 98.59% +downstream_validator validation: +TrackChecker output : 507/ 4217 12.02% ghosts +for P>3GeV,Pt>0.5GeV : 142/ 1703 8.34% ghosts +01_UT+T : 2441/ 42859 5.70% ( 5.75%), 2 ( 0.08%) clones, pur 98.76%, hit eff 96.36% +02_UT+T_P>5GeV : 1729/ 26564 6.51% ( 6.62%), 2 ( 0.12%) clones, pur 98.80%, hit eff 96.50% +03_UT+T_strange : 877/ 3761 23.32% ( 22.65%), 0 ( 0.00%) clones, pur 98.86%, hit eff 96.76% +04_UT+T_strange_P>5GeV : 711/ 1970 36.09% ( 35.68%), 0 ( 0.00%) clones, pur 98.89%, hit eff 96.75% +05_noVelo+UT+T_strange : 827/ 1984 41.68% ( 42.55%), 0 ( 0.00%) clones, pur 98.84%, hit eff 96.73% +06_noVelo+UT+T_strange_P>5GeV : 679/ 1114 60.95% ( 62.06%), 0 ( 0.00%) clones, pur 98.88%, hit eff 96.75% +07_UT+T_fromDB : 151/ 3077 4.91% ( 4.49%), 0 ( 0.00%) clones, pur 98.66%, hit eff 96.14% +08_UT+T_fromBD_P>5GeV : 109/ 2337 4.66% ( 4.29%), 0 ( 0.00%) clones, pur 98.57%, hit eff 95.90% +09_noVelo+UT+T_fromBD : 116/ 359 32.31% ( 35.48%), 0 ( 0.00%) clones, pur 98.87%, hit eff 96.28% +10_noVelo+UT+T_fromBD_P>5GeV : 86/ 151 56.95% ( 60.23%), 0 ( 0.00%) clones, pur 98.70%, hit eff 95.94% +11_UT+T_SfromDB : 52/ 181 28.73% ( 28.40%), 0 ( 0.00%) clones, pur 99.02%, hit eff 96.98% +12_UT+T_SfromDB_P>5GeV : 38/ 101 37.62% ( 36.96%), 0 ( 0.00%) clones, pur 98.83%, hit eff 96.70% +13_noVelo+UT+T_SfromDB : 50/ 98 51.02% ( 53.08%), 0 ( 0.00%) clones, pur 98.98%, hit eff 96.86% +14_noVelo+UT+T_SfromDB_P>5GeV : 37/ 53 69.81% ( 72.81%), 0 ( 0.00%) clones, pur 98.80%, hit eff 96.61% +15_noVelo+UT+T_fromSignal : 47/ 168 27.98% ( 30.39%), 0 ( 0.00%) clones, pur 98.58%, hit eff 95.84% +16_noVelo+UT+T_fromKs0 : 502/ 1242 40.42% ( 40.68%), 0 ( 0.00%) clones, pur 98.88%, hit eff 96.52% +17_noVelo+UT+T_fromLambda : 327/ 692 47.25% ( 46.95%), 0 ( 0.00%) clones, pur 98.73%, hit eff 96.81% +19_noVelo+UT+T_fromSignal_P>5GeV : 38/ 73 52.05% ( 53.33%), 0 ( 0.00%) clones, pur 98.58%, hit eff 95.68% +20_noVelo+UT+T_fromKs0_P>5GeV : 408/ 685 59.56% ( 60.45%), 0 ( 0.00%) clones, pur 98.96%, hit eff 96.65% +21_noVelo+UT+T_fromLambda_P>5GeV : 273/ 416 65.62% ( 67.59%), 0 ( 0.00%) clones, pur 98.69%, hit eff 96.70% +22_noVelo+UT+T_fromSignal_P>5GeV_PT>500MeV : 28/ 52 53.85% ( 55.42%), 0 ( 0.00%) clones, pur 98.30%, hit eff 94.80% +23_noVelo+UT+T_fromKs0_P>5GeV_PT>500MeV : 271/ 383 70.76% ( 71.34%), 0 ( 0.00%) clones, pur 99.02%, hit eff 96.80% +24_noVelo+UT+T_fromLambda_P>5GeV_PT>500MeV : 205/ 281 72.95% ( 72.23%), 0 ( 0.00%) clones, pur 98.66%, hit eff 96.65% + + +forward_validator validation: +TrackChecker output : 565/ 22628 2.50% ghosts +for P>3GeV,Pt>0.5GeV : 296/ 15360 1.93% ghosts +01_long : 21072/ 37926 55.56% ( 56.68%), 13 ( 0.06%) clones, pur 98.76%, hit eff 98.28% +02_long_P>5GeV : 17757/ 24714 71.85% ( 72.83%), 12 ( 0.07%) clones, pur 98.89%, hit eff 98.59% 03_long_strange : 639/ 1807 35.36% ( 35.30%), 2 ( 0.31%) clones, pur 98.42%, hit eff 97.90% 04_long_strange_P>5GeV : 489/ 878 55.69% ( 55.50%), 1 ( 0.20%) clones, pur 98.53%, hit eff 98.16% -05_long_fromB : 1824/ 2309 79.00% ( 78.99%), 0 ( 0.00%) clones, pur 98.90%, hit eff 98.58% -06_long_fromB_P>5GeV : 1701/ 1909 89.10% ( 88.43%), 0 ( 0.00%) clones, pur 98.97%, hit eff 98.78% +05_long_fromB : 1826/ 2309 79.08% ( 79.05%), 0 ( 0.00%) clones, pur 98.89%, hit eff 98.57% +06_long_fromB_P>5GeV : 1702/ 1909 89.16% ( 88.47%), 0 ( 0.00%) clones, pur 98.96%, hit eff 98.78% 07_long_electrons : 425/ 2697 15.76% ( 15.54%), 1 ( 0.23%) clones, pur 97.73%, hit eff 97.72% 08_long_electrons_P>5GeV : 360/ 1402 25.68% ( 26.04%), 1 ( 0.28%) clones, pur 97.89%, hit eff 97.99% 09_long_fromB_electrons : 43/ 110 39.09% ( 42.59%), 0 ( 0.00%) clones, pur 98.41%, hit eff 97.28% 10_long_fromB_electrons_P>5GeV : 40/ 74 54.05% ( 56.25%), 0 ( 0.00%) clones, pur 98.29%, hit eff 97.28% -long_P>5GeV_AND_Pt>1GeV : 5912/ 6486 91.15% ( 92.26%), 2 ( 0.03%) clones, pur 98.88%, hit eff 98.77% -long_fromB_P>5GeV_AND_Pt>1GeV : 1199/ 1281 93.60% ( 93.19%), 0 ( 0.00%) clones, pur 98.97%, hit eff 98.85% +long_P>5GeV_AND_Pt>1GeV : 5913/ 6486 91.17% ( 92.27%), 2 ( 0.03%) clones, pur 98.88%, hit eff 98.77% +long_fromB_P>5GeV_AND_Pt>1GeV : 1200/ 1281 93.68% ( 93.25%), 0 ( 0.00%) clones, pur 98.97%, hit eff 98.85% 11_noVelo_UT : 0/ 4124 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% 12_noVelo_UT_P>5GeV : 0/ 1671 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% -13_long_PT>2GeV : 1508/ 1586 95.08% ( 95.22%), 0 ( 0.00%) clones, pur 98.82%, hit eff 98.93% -14_long_from_B_PT>2GeV : 566/ 605 93.55% ( 94.06%), 0 ( 0.00%) clones, pur 99.01%, hit eff 99.11% +13_long_PT>2GeV : 1509/ 1586 95.15% ( 95.30%), 0 ( 0.00%) clones, pur 98.82%, hit eff 98.93% +14_long_from_B_PT>2GeV : 567/ 605 93.72% ( 94.16%), 0 ( 0.00%) clones, pur 99.00%, hit eff 99.11% 15_long_strange_P>5GeV : 489/ 878 55.69% ( 55.50%), 1 ( 0.20%) clones, pur 98.53%, hit eff 98.16% 16_long_strange_P>5GeV_PT>500MeV : 295/ 335 88.06% ( 87.63%), 0 ( 0.00%) clones, pur 98.64%, hit eff 98.14% -17_long_fromSignal : 1153/ 1312 87.88% ( 86.22%), 0 ( 0.00%) clones, pur 98.99%, hit eff 98.77% -18_long_nSciFiHits_gt_0_AND_lt_5000 : 9349/ 16638 56.19% ( 56.29%), 4 ( 0.04%) clones, pur 98.90%, hit eff 98.73% -19_long_nSciFiHits_gt_5000_AND_lt_7000 : 7832/ 14945 52.41% ( 52.58%), 7 ( 0.09%) clones, pur 98.72%, hit eff 98.14% +17_long_fromSignal : 1154/ 1312 87.96% ( 86.29%), 0 ( 0.00%) clones, pur 98.99%, hit eff 98.77% +18_long_nSciFiHits_gt_0_AND_lt_5000 : 9350/ 16638 56.20% ( 56.29%), 4 ( 0.04%) clones, pur 98.90%, hit eff 98.73% +19_long_nSciFiHits_gt_5000_AND_lt_7000 : 7833/ 14945 52.41% ( 52.59%), 7 ( 0.09%) clones, pur 98.72%, hit eff 98.14% 20_long_nSciFiHits_gt_7000_AND_lt_10000 : 4094/ 8507 48.13% ( 48.47%), 3 ( 0.07%) clones, pur 98.40%, hit eff 97.53% 21_long_nSciFiHits_gt_10000 : 144/ 409 35.21% ( 35.20%), 0 ( 0.00%) clones, pur 97.93%, hit eff 95.89% +long_validator validation: +TrackChecker output : 1728/ 32541 5.31% ghosts +for P>3GeV,Pt>0.5GeV : 391/ 16814 2.33% ghosts +01_long : 28713/ 37926 75.71% ( 76.52%), 148 ( 0.51%) clones, pur 98.60%, hit eff 97.89% +02_long_P>5GeV : 22470/ 24714 90.92% ( 91.53%), 99 ( 0.44%) clones, pur 98.73%, hit eff 98.22% +03_long_strange : 1116/ 1807 61.76% ( 62.60%), 9 ( 0.80%) clones, pur 98.15%, hit eff 97.41% +04_long_strange_P>5GeV : 747/ 878 85.08% ( 85.34%), 4 ( 0.53%) clones, pur 98.27%, hit eff 97.69% +05_long_fromB : 2033/ 2309 88.05% ( 88.61%), 6 ( 0.29%) clones, pur 98.84%, hit eff 98.38% +06_long_fromB_P>5GeV : 1834/ 1909 96.07% ( 96.28%), 6 ( 0.33%) clones, pur 98.93%, hit eff 98.62% +07_long_electrons : 1037/ 2697 38.45% ( 38.23%), 14 ( 1.33%) clones, pur 96.72%, hit eff 97.53% +08_long_electrons_P>5GeV : 788/ 1402 56.21% ( 56.77%), 14 ( 1.75%) clones, pur 97.06%, hit eff 97.69% +09_long_fromB_electrons : 65/ 110 59.09% ( 62.35%), 0 ( 0.00%) clones, pur 98.09%, hit eff 97.18% +10_long_fromB_electrons_P>5GeV : 57/ 74 77.03% ( 79.69%), 0 ( 0.00%) clones, pur 98.59%, hit eff 97.52% +long_P>5GeV_AND_Pt>1GeV : 6182/ 6486 95.31% ( 95.71%), 10 ( 0.16%) clones, pur 98.84%, hit eff 98.67% +long_fromB_P>5GeV_AND_Pt>1GeV : 1244/ 1281 97.11% ( 97.31%), 4 ( 0.32%) clones, pur 98.93%, hit eff 98.77% +11_noVelo_UT : 0/ 4124 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% +12_noVelo_UT_P>5GeV : 0/ 1671 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% +13_long_PT>2GeV : 1546/ 1586 97.48% ( 97.26%), 2 ( 0.13%) clones, pur 98.80%, hit eff 98.88% +14_long_from_B_PT>2GeV : 588/ 605 97.19% ( 97.35%), 1 ( 0.17%) clones, pur 98.96%, hit eff 99.07% +15_long_strange_P>5GeV : 747/ 878 85.08% ( 85.34%), 4 ( 0.53%) clones, pur 98.27%, hit eff 97.69% +16_long_strange_P>5GeV_PT>500MeV : 309/ 335 92.24% ( 91.69%), 0 ( 0.00%) clones, pur 98.64%, hit eff 97.96% +17_long_fromSignal : 1228/ 1312 93.60% ( 93.24%), 4 ( 0.32%) clones, pur 98.96%, hit eff 98.62% +18_long_nSciFiHits_gt_0_AND_lt_5000 : 12566/ 16638 75.53% ( 75.65%), 62 ( 0.49%) clones, pur 98.81%, hit eff 98.47% +19_long_nSciFiHits_gt_5000_AND_lt_7000 : 10923/ 14945 73.09% ( 73.32%), 64 ( 0.58%) clones, pur 98.49%, hit eff 97.77% +20_long_nSciFiHits_gt_7000_AND_lt_10000 : 5934/ 8507 69.75% ( 70.07%), 36 ( 0.60%) clones, pur 98.07%, hit eff 96.88% +21_long_nSciFiHits_gt_10000 : 230/ 409 56.23% ( 56.38%), 0 ( 0.00%) clones, pur 97.37%, hit eff 95.37% + + muon_validator validation: Muon fraction in all MCPs: 7257/ 574938 0.01% -Muon fraction in MCPs to which a track(s) was matched: 244/ 26075 0.01% -Correctly identified muons with isMuon: 194/ 244 79.51% -Correctly identified muons from strange decays with isMuon: 0/ 0 -nan% -Correctly identified muons from B decays with isMuon: 43/ 50 86.00% -Tracks identified as muon with isMuon, but matched to non-muon MCP: 2083/ 25831 8.06% -Ghost tracks identified as muon with isMuon: 100/ 565 17.70% +Muon fraction in MCPs to which a track(s) was matched: 375/ 36042 0.01% +Correctly identified muons with isMuon: 317/ 375 84.53% +Correctly identified muons from strange decays with isMuon: 1/ 1 100.00% +Correctly identified muons from B decays with isMuon: 61/ 68 89.71% +Tracks identified as muon with isMuon, but matched to non-muon MCP: 3910/ 35667 10.96% +Ghost tracks identified as muon with isMuon: 321/ 1728 18.58% pv_validator validation: @@ -45,252 +101,385 @@ REC and MC vertices matched by dz distance All : 0.944 ( 2769/ 2933) Isolated : 0.979 ( 1483/ 1515) Close : 0.907 ( 1286/ 1418) -False rate : 0.019 ( 54/ 2823) -Real false rate : 0.019 ( 54/ 2823) +False rate : 0.020 ( 56/ 2825) +Real false rate : 0.020 ( 56/ 2825) Clones : 0.000 ( 0/ 2769) rate_validator validation: -Hlt1BGIPseudoPVsBeamOne: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsBeamTwo: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsDownBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsIRBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsNoBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsUpBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BeamGas: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ConeJet100GeV: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ConeJet15GeV: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1ConeJet30GeV: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ConeJet50GeV: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1D2KK: 18/ 500, ( 1080.00 +/- 249.93) kHz -Hlt1D2KPi: 24/ 500, ( 1440.00 +/- 286.80) kHz -Hlt1D2KPiAlignment: 7/ 500, ( 420.00 +/- 157.63) kHz -Hlt1D2Kshh: 2/ 500, ( 120.00 +/- 84.68) kHz -Hlt1D2PiPi: 13/ 500, ( 780.00 +/- 213.50) kHz -Hlt1DetJpsiToMuMuNegTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DetJpsiToMuMuPosTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronDisplaced: 4/ 500, ( 240.00 +/- 119.52) kHz -Hlt1DiElectronHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronHighMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_Displaced: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_NoIP: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_SS_Displaced: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_SS_NoIP: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_SS_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronSoft: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDisplaced: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDisplacedSoftPT: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1DiMuonDisplacedSoftPT_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan_VLowMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan_VLowMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonHighMass: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1DiMuonJpsiMassAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonNoIP: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonNoIPNorm: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1DiMuonNoIPNorm_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonNoIP_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonSoft: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiPhotonHighMass: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1DiProtonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Dst2D0Pi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Dst2D0PiAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ErrorBank: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1GECPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Kplus2PiEE: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Kplus2PiMuMu: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Kplus2PiPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1KsToPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1KsToPiPiDoubleMuonMisID: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1LambdaLLDetachedTrack: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1MaterialVertexSeedsDownstreamz: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1MaterialVertexSeeds_DWFS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1NonZeroSuppress: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODIN1kHzLumi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODINCalib: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODINLumi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODINeeFarFromActivity: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1OneMuonTrackLine: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1Passthrough: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1PassthroughPVinSMOG2: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Pi02GammaGamma: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1RICH1Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1RICH2Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG22BodyGeneric: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG22BodyGenericPrompt: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2BELowMultElectrons: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2BENoBias: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2D2Kpi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2DiMuonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2DisplacedDiMuon: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2KsTopipi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2L0Toppi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2MinimumBias: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2PassThroughLowMult5: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2SingleMuon: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2SingleTrackHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2SingleTrackVeryHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2etacTopp: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SingleHighPtElectron: 4/ 500, ( 240.00 +/- 119.52) kHz -Hlt1SingleHighPtMuon: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1SingleHighPtMuonNoMuID: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1TAEPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1TauToPhiMu: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1TrackElectronMVA: 22/ 500, ( 1320.00 +/- 275.16) kHz -Hlt1TrackMVA: 114/ 500, ( 6840.00 +/- 562.88) kHz -Hlt1TrackMuonMVA: 11/ 500, ( 660.00 +/- 196.80) kHz -Hlt1TwoKs: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1TwoTrackKs: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1TwoTrackMVA: 289/ 500, (17340.00 +/- 662.61) kHz -Hlt1UpsilonAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1VeloMicroBias: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1VeloMicroBiasVeloClosing: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1XiOmegaLLL: 0/ 500, ( 0.00 +/- 0.00) kHz -Inclusive: 312/ 500, (18720.00 +/- 649.86) kHz +Hlt1BGIPseudoPVsBeamOne: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsBeamTwo: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsDownBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsIRBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsNoBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsUpBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BeamGas: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet100GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet15GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet30GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet50GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1D2KK: 13/ 500, ( 780.00 +/- 213.50) kHz +Hlt1D2KPi: 26/ 500, ( 1560.00 +/- 297.88) kHz +Hlt1D2KPiAlignment: 8/ 500, ( 480.00 +/- 168.34) kHz +Hlt1D2Kshh: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1D2PiPi: 13/ 500, ( 780.00 +/- 213.50) kHz +Hlt1DetJpsiToMuMuNegTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DetJpsiToMuMuPosTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronDisplaced: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1DiElectronHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronHighMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_Displaced: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiElectronLowMass_NoIP: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiElectronLowMass_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_SS_Displaced: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_SS_NoIP: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_SS_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronSoft: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDisplaced: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiMuonDisplacedSoftPT: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiMuonDisplacedSoftPT_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan_VLowMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan_VLowMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonJpsiMassAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonNoIP: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonNoIPNorm: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiMuonNoIPNorm_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonNoIP_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonSoft: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiPhotonHighMass: 2/ 500, ( 120.00 +/- 84.68) kHz +Hlt1DiProtonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaElElLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaElElLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaHighMassLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaHighMassLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoring: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoringCleanRegion: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoringCleanRegionSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoringSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuHighMassLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuHighMassLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaPostScaled: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaPostScaledSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamD2Kshh: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamGammaToEE: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamKsToPiPi: 2/ 500, ( 120.00 +/- 84.68) kHz +Hlt1DownstreamLambdaToPPi: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1DownstreamPromptKsToPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamPromptLambdaToPPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamTwoTrackKs: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Dst2D0Pi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Dst2D0PiAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ErrorBank: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1GECPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Kplus2PiEE: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Kplus2PiMuMu: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Kplus2PiPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1KsToPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1KsToPiPiDoubleMuonMisID: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1LambdaLLDetachedTrack: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1MaterialVertexSeedsDownstreamz: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1MaterialVertexSeeds_DWFS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1NonZeroSuppress: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODIN1kHzLumi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODINCalib: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODINLumi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODINeeFarFromActivity: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1OneMuonTrackLine: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1Passthrough: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1PassthroughPVinSMOG2: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Pi02GammaGamma: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1RICH1Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1RICH2Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG22BodyGeneric: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG22BodyGenericPrompt: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2BELowMultElectrons: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2BENoBias: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2D2Kpi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2DiMuonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2DisplacedDiMuon: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2KsTopipi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2L0Toppi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2MinimumBias: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2PassThroughLowMult5: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2SingleMuon: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2SingleTrackHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2SingleTrackVeryHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2etacTopp: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SingleHighPtElectron: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1SingleHighPtMuon: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SingleHighPtMuonNoMuID: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1TAEPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1TauToPhiMu: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1TrackElectronMVA: 8/ 500, ( 480.00 +/- 168.34) kHz +Hlt1TrackMVA: 149/ 500, ( 8940.00 +/- 613.64) kHz +Hlt1TrackMuonMVA: 17/ 500, ( 1020.00 +/- 243.14) kHz +Hlt1TwoKs: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1TwoTrackKs: 4/ 500, ( 240.00 +/- 119.52) kHz +Hlt1TwoTrackMVA: 274/ 500, (16440.00 +/- 667.72) kHz +Hlt1UpsilonAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1VeloMicroBias: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1VeloMicroBiasVeloClosing: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1XiOmegaLLL: 0/ 500, ( 0.00 +/- 0.00) kHz +Inclusive: 297/ 500, (17820.00 +/- 658.86) kHz -selreport_validator validation: - Events Candidates -Hlt1BGIPseudoPVsBeamOne: 0 0 -Hlt1BGIPseudoPVsBeamTwo: 0 0 -Hlt1BGIPseudoPVsDownBeamBeam: 0 0 -Hlt1BGIPseudoPVsIRBeamBeam: 0 0 -Hlt1BGIPseudoPVsNoBeam: 0 0 -Hlt1BGIPseudoPVsUpBeamBeam: 0 0 -Hlt1BeamGas: 0 0 -Hlt1ConeJet100GeV: 0 0 -Hlt1ConeJet15GeV: 1 1 -Hlt1ConeJet30GeV: 0 0 -Hlt1ConeJet50GeV: 0 0 -Hlt1D2KK: 18 19 -Hlt1D2KPi: 24 25 -Hlt1D2KPiAlignment: 7 7 -Hlt1D2Kshh: 2 2 -Hlt1D2PiPi: 13 13 -Hlt1DetJpsiToMuMuNegTagLine: 0 0 -Hlt1DetJpsiToMuMuPosTagLine: 0 0 -Hlt1DiElectronDisplaced: 4 5 -Hlt1DiElectronHighMass: 0 0 -Hlt1DiElectronHighMass_SS: 0 0 -Hlt1DiElectronLowMass_Displaced: 0 0 -Hlt1DiElectronLowMass_NoIP: 0 0 -Hlt1DiElectronLowMass_NoIPNorm: 0 0 -Hlt1DiElectronLowMass_SS_Displaced: 0 0 -Hlt1DiElectronLowMass_SS_NoIP: 0 0 -Hlt1DiElectronLowMass_SS_NoIPNorm: 0 0 -Hlt1DiElectronSoft: 0 0 -Hlt1DiMuonDisplaced: 0 0 -Hlt1DiMuonDisplacedSoftPT: 1 1 -Hlt1DiMuonDisplacedSoftPT_SS: 0 0 -Hlt1DiMuonDrellYan: 0 0 -Hlt1DiMuonDrellYan_SS: 0 0 -Hlt1DiMuonDrellYan_VLowMass: 0 0 -Hlt1DiMuonDrellYan_VLowMass_SS: 0 0 -Hlt1DiMuonHighMass: 1 1 -Hlt1DiMuonJpsiMassAlignment: 0 0 -Hlt1DiMuonNoIP: 0 0 -Hlt1DiMuonNoIPNorm: 1 1 -Hlt1DiMuonNoIPNorm_SS: 0 0 -Hlt1DiMuonNoIP_SS: 0 0 -Hlt1DiMuonSoft: 0 0 -Hlt1DiPhotonHighMass: 3 6 -Hlt1DiProtonHighMass: 0 0 -Hlt1Dst2D0Pi: 0 0 -Hlt1Dst2D0PiAlignment: 0 0 -Hlt1ErrorBank: 0 0 -Hlt1GECPassthrough: 0 0 -Hlt1Kplus2PiEE: 0 0 -Hlt1Kplus2PiMuMu: 0 0 -Hlt1Kplus2PiPiPi: 0 0 -Hlt1KsToPiPi: 0 0 -Hlt1KsToPiPiDoubleMuonMisID: 0 0 -Hlt1LambdaLLDetachedTrack: 0 0 -Hlt1MaterialVertexSeedsDownstreamz: 0 0 -Hlt1MaterialVertexSeeds_DWFS: 0 0 -Hlt1NonZeroSuppress: 0 0 -Hlt1ODIN1kHzLumi: 0 0 -Hlt1ODINCalib: 0 0 -Hlt1ODINLumi: 0 0 -Hlt1ODINeeFarFromActivity: 0 0 -Hlt1OneMuonTrackLine: 1 0 -Hlt1Passthrough: 0 0 -Hlt1PassthroughPVinSMOG2: 0 0 -Hlt1Pi02GammaGamma: 0 0 -Hlt1RICH1Alignment: 0 0 -Hlt1RICH2Alignment: 0 0 -Hlt1SMOG22BodyGeneric: 0 0 -Hlt1SMOG22BodyGenericPrompt: 0 0 -Hlt1SMOG2BELowMultElectrons: 0 0 -Hlt1SMOG2BENoBias: 0 0 -Hlt1SMOG2D2Kpi: 0 0 -Hlt1SMOG2DiMuonHighMass: 0 0 -Hlt1SMOG2DisplacedDiMuon: 0 0 -Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0 0 -Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0 0 -Hlt1SMOG2KsTopipi: 0 0 -Hlt1SMOG2L0Toppi: 0 0 -Hlt1SMOG2MinimumBias: 0 0 -Hlt1SMOG2PassThroughLowMult5: 0 0 -Hlt1SMOG2SingleMuon: 0 0 -Hlt1SMOG2SingleTrackHighPt: 0 0 -Hlt1SMOG2SingleTrackVeryHighPt: 0 0 -Hlt1SMOG2etacTopp: 0 0 -Hlt1SingleHighPtElectron: 4 5 -Hlt1SingleHighPtMuon: 1 1 -Hlt1SingleHighPtMuonNoMuID: 3 3 -Hlt1TAEPassthrough: 0 0 -Hlt1TauToPhiMu: 3 3 -Hlt1TrackElectronMVA: 22 23 -Hlt1TrackMVA: 114 179 -Hlt1TrackMuonMVA: 11 11 -Hlt1TwoKs: 1 1 -Hlt1TwoTrackKs: 3 4 -Hlt1TwoTrackMVA: 289 941 -Hlt1UpsilonAlignment: 0 0 -Hlt1VeloMicroBias: 1 0 -Hlt1VeloMicroBiasVeloClosing: 0 0 -Hlt1XiOmegaLLL: 0 0 +seed_validator validation: +TrackChecker output : 2140/ 28534 7.50% ghosts +for P>3GeV,Pt>0.5GeV : 0/ 0 -nan% ghosts +00_P>3Gev_Pt>0.5 : 1754/ 17038 10.29% ( 9.26%), 35 ( 1.96%) clones, pur 98.95%, hit eff 94.86% +01_long : 9770/ 37926 25.76% ( 25.21%), 126 ( 1.27%) clones, pur 99.36%, hit eff 96.37% +---1. phi quadrant : 2497/ 9440 26.45% ( 25.68%), 42 ( 1.65%) clones, pur 99.27%, hit eff 96.28% +---2. phi quadrant : 2458/ 9611 25.57% ( 25.06%), 24 ( 0.97%) clones, pur 99.45%, hit eff 96.49% +---3. phi quadrant : 2401/ 9375 25.61% ( 25.52%), 28 ( 1.15%) clones, pur 99.37%, hit eff 96.43% +---4. phi quadrant : 2413/ 9499 25.40% ( 24.83%), 32 ( 1.31%) clones, pur 99.35%, hit eff 96.27% +---eta < 2.5, small x, large y : 91/ 1614 5.64% ( 4.85%), 0 ( 0.00%) clones, pur 98.67%, hit eff 93.22% +---eta < 2.5, large x, small y : 488/ 2835 17.21% ( 16.47%), 12 ( 2.40%) clones, pur 98.62%, hit eff 94.15% +---eta > 2.5, small x, large y : 3180/ 12171 26.13% ( 25.67%), 44 ( 1.36%) clones, pur 99.40%, hit eff 96.41% +---eta > 2.5, large x, small y : 6011/ 21306 28.21% ( 27.80%), 70 ( 1.15%) clones, pur 99.41%, hit eff 96.58% +02_long_P>5GeV : 6017/ 24714 24.35% ( 23.83%), 89 ( 1.46%) clones, pur 99.33%, hit eff 96.38% +02_long_P>5GeV, eta > 4 : 3924/ 9981 39.31% ( 39.47%), 59 ( 1.48%) clones, pur 99.32%, hit eff 96.37% +---eta < 2.5, small x, large y : 66/ 479 13.78% ( 13.09%), 0 ( 0.00%) clones, pur 99.18%, hit eff 95.38% +---eta < 2.5, large x, small y : 169/ 952 17.75% ( 16.53%), 3 ( 1.74%) clones, pur 99.46%, hit eff 96.95% +---eta > 2.5, small x, large y : 2116/ 8612 24.57% ( 24.17%), 35 ( 1.63%) clones, pur 99.33%, hit eff 96.29% +---eta > 2.5, large x, small y : 3666/ 14671 24.99% ( 24.63%), 51 ( 1.37%) clones, pur 99.33%, hit eff 96.43% +03_long_P>3GeV : 9767/ 32393 30.15% ( 29.54%), 126 ( 1.27%) clones, pur 99.36%, hit eff 96.37% +04_long_P>0.5GeV : 9770/ 37926 25.76% ( 25.21%), 126 ( 1.27%) clones, pur 99.36%, hit eff 96.37% +05_long_from_B : 266/ 2309 11.52% ( 12.02%), 5 ( 1.85%) clones, pur 99.20%, hit eff 96.45% +06_long_from_B_P>5GeV : 172/ 1909 9.01% ( 9.78%), 3 ( 1.71%) clones, pur 99.31%, hit eff 96.60% +07_long_from_B_P>3GeV : 266/ 2155 12.34% ( 12.53%), 5 ( 1.85%) clones, pur 99.20%, hit eff 96.45% +08_UT+SciFi : 3015/ 5429 55.54% ( 54.75%), 28 ( 0.92%) clones, pur 99.33%, hit eff 95.93% +09_UT+SciFi_P>5GeV : 1964/ 2268 86.60% ( 87.81%), 20 ( 1.01%) clones, pur 99.33%, hit eff 96.18% +10_UT+SciFi_P>3GeV : 3004/ 3817 78.70% ( 79.24%), 28 ( 0.92%) clones, pur 99.34%, hit eff 95.95% +11_UT+SciFi_fromStrange : 1391/ 1984 70.11% ( 70.35%), 13 ( 0.93%) clones, pur 99.50%, hit eff 96.59% +12_UT+SciFi_fromStrange_P>5GeV : 1016/ 1114 91.20% ( 92.53%), 11 ( 1.07%) clones, pur 99.50%, hit eff 96.70% +13_UT+SciFi_fromStrange_P>3GeV : 1390/ 1613 86.17% ( 87.17%), 13 ( 0.93%) clones, pur 99.50%, hit eff 96.60% +14_long_electrons : 1040/ 2697 38.56% ( 37.94%), 6 ( 0.57%) clones, pur 99.46%, hit eff 96.87% +15_long_electrons_P>5GeV : 714/ 1402 50.93% ( 49.44%), 6 ( 0.83%) clones, pur 99.52%, hit eff 96.91% +16_long_electrons_P>3GeV : 1040/ 2178 47.75% ( 47.67%), 6 ( 0.57%) clones, pur 99.46%, hit eff 96.87% +17_long_fromB_electrons : 32/ 110 29.09% ( 28.60%), 0 ( 0.00%) clones, pur 98.60%, hit eff 97.16% +18_long_fromB_electrons_P>5GeV : 23/ 74 31.08% ( 31.25%), 0 ( 0.00%) clones, pur 99.60%, hit eff 97.85% +19_long_PT>2GeV : 61/ 1586 3.85% ( 3.78%), 3 ( 4.69%) clones, pur 98.97%, hit eff 96.48% +20_long_from_B_PT>2GeV : 31/ 605 5.12% ( 4.72%), 0 ( 0.00%) clones, pur 99.73%, hit eff 97.57% +21_long_strange_P>5GeV : 343/ 878 39.07% ( 40.34%), 3 ( 0.87%) clones, pur 99.25%, hit eff 96.22% +22_long_strange_P>5GeV_PT>500MeV : 29/ 335 8.66% ( 8.81%), 1 ( 3.33%) clones, pur 98.70%, hit eff 93.91% +23_noVelo+UT+T_fromSignal : 91/ 168 54.17% ( 55.65%), 2 ( 2.15%) clones, pur 98.48%, hit eff 94.93% +24_noVelo+UT+T_fromKs0 : 886/ 1242 71.34% ( 70.71%), 8 ( 0.89%) clones, pur 99.51%, hit eff 96.41% +25_noVelo+UT+T_fromLambda : 483/ 692 69.80% ( 71.35%), 4 ( 0.82%) clones, pur 99.44%, hit eff 96.84% +26_noVelo+UT+T_fromSignal_P>5GeV : 60/ 73 82.19% ( 81.83%), 1 ( 1.64%) clones, pur 98.29%, hit eff 95.16% +27_noVelo+UT+T_fromKs0_P>5GeV : 634/ 685 92.55% ( 93.17%), 6 ( 0.94%) clones, pur 99.52%, hit eff 96.65% +28_noVelo+UT+T_fromLambda_P>5GeV : 374/ 416 89.90% ( 91.82%), 4 ( 1.06%) clones, pur 99.36%, hit eff 96.73% +29_noVelo+UT+T_fromSignal_P>5GeV_PT>500MeV : 41/ 52 78.85% ( 77.92%), 1 ( 2.38%) clones, pur 97.51%, hit eff 93.76% +30_noVelo+UT+T_fromKs0_P>5GeV_PT>500MeV : 350/ 383 91.38% ( 91.25%), 3 ( 0.85%) clones, pur 99.49%, hit eff 96.84% +31_noVelo+UT+T_fromLambda_P>5GeV_PT>500MeV : 251/ 281 89.32% ( 90.49%), 3 ( 1.18%) clones, pur 99.52%, hit eff 96.86% +35_long_nSciFiHits_gt_0_AND_lt_5000 : 4816/ 17922 26.87% ( 26.84%), 41 ( 0.84%) clones, pur 99.62%, hit eff 97.37% +36_long_nSciFiHits_gt_5000_AND_lt_7000 : 4623/ 16105 28.71% ( 28.67%), 69 ( 1.47%) clones, pur 99.24%, hit eff 96.19% +37_long_nSciFiHits_gt_7000_AND_lt_10000 : 2780/ 9149 30.39% ( 30.28%), 47 ( 1.66%) clones, pur 99.00%, hit eff 94.89% +38_long_nSciFiHits_gt_10000 : 132/ 449 29.40% ( 29.47%), 2 ( 1.49%) clones, pur 98.39%, hit eff 93.47% -Total decisions: 528 -Total tracks: 1065 -Total calos clusters: 10 -Total SVs: 984 -Total hits: 27750 -Total stdinfo: 13024 +seed_xz_validator validation: +TrackChecker output : 21945/ 75679 29.00% ghosts +for P>3GeV,Pt>0.5GeV : 0/ 0 -nan% ghosts +00_P>3Gev_Pt>0.5 : 15954/ 17038 93.64% ( 94.31%), 170 ( 1.05%) clones, pur 99.40%, hit eff 49.06% +01_long : 30366/ 37926 80.07% ( 80.52%), 331 ( 1.08%) clones, pur 99.42%, hit eff 49.01% +---1. phi quadrant : 7565/ 9440 80.14% ( 80.41%), 83 ( 1.09%) clones, pur 99.41%, hit eff 49.03% +---2. phi quadrant : 7696/ 9611 80.07% ( 80.83%), 93 ( 1.19%) clones, pur 99.38%, hit eff 48.95% +---3. phi quadrant : 7523/ 9375 80.25% ( 80.33%), 77 ( 1.01%) clones, pur 99.41%, hit eff 49.01% +---4. phi quadrant : 7581/ 9499 79.81% ( 80.00%), 78 ( 1.02%) clones, pur 99.47%, hit eff 49.06% +---eta < 2.5, small x, large y : 589/ 1614 36.49% ( 35.40%), 5 ( 0.84%) clones, pur 98.13%, hit eff 48.11% +---eta < 2.5, large x, small y : 1565/ 2835 55.20% ( 54.51%), 23 ( 1.45%) clones, pur 99.39%, hit eff 48.91% +---eta > 2.5, small x, large y : 10252/ 12171 84.23% ( 84.72%), 107 ( 1.03%) clones, pur 99.43%, hit eff 48.99% +---eta > 2.5, large x, small y : 17960/ 21306 84.30% ( 84.62%), 196 ( 1.08%) clones, pur 99.46%, hit eff 49.07% +02_long_P>5GeV : 23852/ 24714 96.51% ( 97.19%), 276 ( 1.14%) clones, pur 99.43%, hit eff 49.09% +02_long_P>5GeV, eta > 4 : 9610/ 9981 96.28% ( 97.13%), 126 ( 1.29%) clones, pur 99.33%, hit eff 49.04% +---eta < 2.5, small x, large y : 410/ 479 85.59% ( 84.92%), 4 ( 0.97%) clones, pur 98.95%, hit eff 48.94% +---eta < 2.5, large x, small y : 924/ 952 97.06% ( 97.18%), 12 ( 1.28%) clones, pur 99.63%, hit eff 49.27% +---eta > 2.5, small x, large y : 8328/ 8612 96.70% ( 97.31%), 88 ( 1.05%) clones, pur 99.42%, hit eff 49.03% +---eta > 2.5, large x, small y : 14190/ 14671 96.72% ( 97.41%), 172 ( 1.20%) clones, pur 99.43%, hit eff 49.12% +03_long_P>3GeV : 30360/ 32393 93.72% ( 94.32%), 331 ( 1.08%) clones, pur 99.42%, hit eff 49.01% +04_long_P>0.5GeV : 30366/ 37926 80.07% ( 80.52%), 331 ( 1.08%) clones, pur 99.42%, hit eff 49.01% +05_long_from_B : 2061/ 2309 89.26% ( 89.57%), 17 ( 0.82%) clones, pur 99.60%, hit eff 49.30% +06_long_from_B_P>5GeV : 1862/ 1909 97.54% ( 97.25%), 15 ( 0.80%) clones, pur 99.63%, hit eff 49.40% +07_long_from_B_P>3GeV : 2061/ 2155 95.64% ( 95.07%), 17 ( 0.82%) clones, pur 99.60%, hit eff 49.30% +08_UT+SciFi : 3494/ 5429 64.36% ( 63.19%), 37 ( 1.05%) clones, pur 99.32%, hit eff 48.88% +09_UT+SciFi_P>5GeV : 2197/ 2268 96.87% ( 97.51%), 25 ( 1.13%) clones, pur 99.36%, hit eff 49.01% +10_UT+SciFi_P>3GeV : 3473/ 3817 90.99% ( 91.42%), 37 ( 1.05%) clones, pur 99.33%, hit eff 48.89% +11_UT+SciFi_fromStrange : 1506/ 1984 75.91% ( 75.87%), 17 ( 1.12%) clones, pur 99.38%, hit eff 48.93% +12_UT+SciFi_fromStrange_P>5GeV : 1086/ 1114 97.49% ( 98.38%), 14 ( 1.27%) clones, pur 99.34%, hit eff 48.94% +13_UT+SciFi_fromStrange_P>3GeV : 1503/ 1613 93.18% ( 93.59%), 17 ( 1.12%) clones, pur 99.39%, hit eff 48.94% +14_long_electrons : 1487/ 2697 55.14% ( 53.97%), 19 ( 1.26%) clones, pur 99.22%, hit eff 48.64% +15_long_electrons_P>5GeV : 1101/ 1402 78.53% ( 77.87%), 15 ( 1.34%) clones, pur 99.30%, hit eff 48.78% +16_long_electrons_P>3GeV : 1487/ 2178 68.27% ( 67.86%), 19 ( 1.26%) clones, pur 99.22%, hit eff 48.64% +17_long_fromB_electrons : 73/ 110 66.36% ( 68.72%), 0 ( 0.00%) clones, pur 99.73%, hit eff 48.91% +18_long_fromB_electrons_P>5GeV : 64/ 74 86.49% ( 87.50%), 0 ( 0.00%) clones, pur 99.69%, hit eff 48.75% +19_long_PT>2GeV : 1552/ 1586 97.86% ( 98.08%), 12 ( 0.77%) clones, pur 99.58%, hit eff 49.47% +20_long_from_B_PT>2GeV : 597/ 605 98.68% ( 98.56%), 2 ( 0.33%) clones, pur 99.91%, hit eff 49.65% +21_long_strange_P>5GeV : 853/ 878 97.15% ( 97.79%), 12 ( 1.39%) clones, pur 99.37%, hit eff 48.86% +22_long_strange_P>5GeV_PT>500MeV : 327/ 335 97.61% ( 97.95%), 4 ( 1.21%) clones, pur 99.72%, hit eff 49.03% +23_noVelo+UT+T_fromSignal : 107/ 168 63.69% ( 64.80%), 1 ( 0.93%) clones, pur 99.26%, hit eff 49.69% +24_noVelo+UT+T_fromKs0 : 946/ 1242 76.17% ( 75.71%), 13 ( 1.36%) clones, pur 99.36%, hit eff 48.91% +25_noVelo+UT+T_fromLambda : 530/ 692 76.59% ( 76.76%), 4 ( 0.75%) clones, pur 99.29%, hit eff 48.97% +26_noVelo+UT+T_fromSignal_P>5GeV : 71/ 73 97.26% ( 97.50%), 1 ( 1.39%) clones, pur 98.89%, hit eff 49.21% +27_noVelo+UT+T_fromKs0_P>5GeV : 672/ 685 98.10% ( 98.03%), 11 ( 1.61%) clones, pur 99.30%, hit eff 48.94% +28_noVelo+UT+T_fromLambda_P>5GeV : 402/ 416 96.63% ( 97.01%), 4 ( 0.99%) clones, pur 99.17%, hit eff 48.87% +29_noVelo+UT+T_fromSignal_P>5GeV_PT>500MeV : 50/ 52 96.15% ( 96.67%), 1 ( 1.96%) clones, pur 98.43%, hit eff 49.06% +30_noVelo+UT+T_fromKs0_P>5GeV_PT>500MeV : 374/ 383 97.65% ( 97.92%), 7 ( 1.84%) clones, pur 99.16%, hit eff 49.03% +31_noVelo+UT+T_fromLambda_P>5GeV_PT>500MeV : 271/ 281 96.44% ( 96.61%), 3 ( 1.09%) clones, pur 99.33%, hit eff 49.03% +35_long_nSciFiHits_gt_0_AND_lt_5000 : 14052/ 17922 78.41% ( 78.27%), 109 ( 0.77%) clones, pur 99.56%, hit eff 49.29% +36_long_nSciFiHits_gt_5000_AND_lt_7000 : 12429/ 16105 77.17% ( 77.30%), 157 ( 1.25%) clones, pur 99.37%, hit eff 48.91% +37_long_nSciFiHits_gt_7000_AND_lt_10000 : 6912/ 9149 75.55% ( 75.76%), 107 ( 1.52%) clones, pur 99.07%, hit eff 48.53% +38_long_nSciFiHits_gt_10000 : 195/ 449 43.43% ( 43.47%), 1 ( 0.51%) clones, pur 98.91%, hit eff 48.54% + + +selreport_validator validation: + Events Candidates +Hlt1BGIPseudoPVsBeamOne: 0 0 +Hlt1BGIPseudoPVsBeamTwo: 0 0 +Hlt1BGIPseudoPVsDownBeamBeam: 0 0 +Hlt1BGIPseudoPVsIRBeamBeam: 0 0 +Hlt1BGIPseudoPVsNoBeam: 0 0 +Hlt1BGIPseudoPVsUpBeamBeam: 0 0 +Hlt1BeamGas: 0 0 +Hlt1ConeJet100GeV: 0 0 +Hlt1ConeJet15GeV: 0 0 +Hlt1ConeJet30GeV: 0 0 +Hlt1ConeJet50GeV: 0 0 +Hlt1D2KK: 13 14 +Hlt1D2KPi: 26 27 +Hlt1D2KPiAlignment: 8 8 +Hlt1D2Kshh: 3 3 +Hlt1D2PiPi: 13 14 +Hlt1DetJpsiToMuMuNegTagLine: 0 0 +Hlt1DetJpsiToMuMuPosTagLine: 0 0 +Hlt1DiElectronDisplaced: 3 3 +Hlt1DiElectronHighMass: 0 0 +Hlt1DiElectronHighMass_SS: 0 0 +Hlt1DiElectronLowMass_Displaced: 1 1 +Hlt1DiElectronLowMass_NoIP: 1 1 +Hlt1DiElectronLowMass_NoIPNorm: 0 0 +Hlt1DiElectronLowMass_SS_Displaced: 0 0 +Hlt1DiElectronLowMass_SS_NoIP: 0 0 +Hlt1DiElectronLowMass_SS_NoIPNorm: 0 0 +Hlt1DiElectronSoft: 0 0 +Hlt1DiMuonDisplaced: 1 1 +Hlt1DiMuonDisplacedSoftPT: 1 1 +Hlt1DiMuonDisplacedSoftPT_SS: 0 0 +Hlt1DiMuonDrellYan: 0 0 +Hlt1DiMuonDrellYan_SS: 0 0 +Hlt1DiMuonDrellYan_VLowMass: 0 0 +Hlt1DiMuonDrellYan_VLowMass_SS: 0 0 +Hlt1DiMuonHighMass: 0 0 +Hlt1DiMuonJpsiMassAlignment: 0 0 +Hlt1DiMuonNoIP: 0 0 +Hlt1DiMuonNoIPNorm: 1 1 +Hlt1DiMuonNoIPNorm_SS: 0 0 +Hlt1DiMuonNoIP_SS: 0 0 +Hlt1DiMuonSoft: 1 1 +Hlt1DiPhotonHighMass: 2 3 +Hlt1DiProtonHighMass: 0 0 +Hlt1DownstreamBuScaElElLine: 0 0 +Hlt1DownstreamBuScaElElLineSameSign: 0 0 +Hlt1DownstreamBuScaHighMassLine: 0 0 +Hlt1DownstreamBuScaHighMassLineSameSign: 0 0 +Hlt1DownstreamBuScaMonitoring: 0 0 +Hlt1DownstreamBuScaMonitoringCleanRegion: 0 0 +Hlt1DownstreamBuScaMonitoringCleanRegionSameSign: 0 0 +Hlt1DownstreamBuScaMonitoringSameSign: 0 0 +Hlt1DownstreamBuScaMuMuHighMassLine: 0 0 +Hlt1DownstreamBuScaMuMuHighMassLineSameSign: 0 0 +Hlt1DownstreamBuScaMuMuLine: 0 0 +Hlt1DownstreamBuScaMuMuLineSameSign: 0 0 +Hlt1DownstreamBuScaPostScaled: 0 0 +Hlt1DownstreamBuScaPostScaledSameSign: 0 0 +Hlt1DownstreamD2Kshh: 0 0 +Hlt1DownstreamGammaToEE: 0 0 +Hlt1DownstreamKsToPiPi: 2 2 +Hlt1DownstreamLambdaToPPi: 3 3 +Hlt1DownstreamPromptKsToPiPi: 0 0 +Hlt1DownstreamPromptLambdaToPPi: 0 0 +Hlt1DownstreamTwoTrackKs: 0 0 +Hlt1Dst2D0Pi: 0 0 +Hlt1Dst2D0PiAlignment: 0 0 +Hlt1ErrorBank: 0 0 +Hlt1GECPassthrough: 0 0 +Hlt1Kplus2PiEE: 0 0 +Hlt1Kplus2PiMuMu: 0 0 +Hlt1Kplus2PiPiPi: 0 0 +Hlt1KsToPiPi: 0 0 +Hlt1KsToPiPiDoubleMuonMisID: 0 0 +Hlt1LambdaLLDetachedTrack: 1 1 +Hlt1MaterialVertexSeedsDownstreamz: 0 0 +Hlt1MaterialVertexSeeds_DWFS: 0 0 +Hlt1NonZeroSuppress: 0 0 +Hlt1ODIN1kHzLumi: 0 0 +Hlt1ODINCalib: 0 0 +Hlt1ODINLumi: 0 0 +Hlt1ODINeeFarFromActivity: 0 0 +Hlt1OneMuonTrackLine: 1 0 +Hlt1Passthrough: 0 0 +Hlt1PassthroughPVinSMOG2: 0 0 +Hlt1Pi02GammaGamma: 0 0 +Hlt1RICH1Alignment: 0 0 +Hlt1RICH2Alignment: 0 0 +Hlt1SMOG22BodyGeneric: 0 0 +Hlt1SMOG22BodyGenericPrompt: 0 0 +Hlt1SMOG2BELowMultElectrons: 0 0 +Hlt1SMOG2BENoBias: 0 0 +Hlt1SMOG2D2Kpi: 0 0 +Hlt1SMOG2DiMuonHighMass: 0 0 +Hlt1SMOG2DisplacedDiMuon: 0 0 +Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0 0 +Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0 0 +Hlt1SMOG2KsTopipi: 0 0 +Hlt1SMOG2L0Toppi: 0 0 +Hlt1SMOG2MinimumBias: 0 0 +Hlt1SMOG2PassThroughLowMult5: 0 0 +Hlt1SMOG2SingleMuon: 0 0 +Hlt1SMOG2SingleTrackHighPt: 0 0 +Hlt1SMOG2SingleTrackVeryHighPt: 0 0 +Hlt1SMOG2etacTopp: 0 0 +Hlt1SingleHighPtElectron: 1 2 +Hlt1SingleHighPtMuon: 0 0 +Hlt1SingleHighPtMuonNoMuID: 0 0 +Hlt1TAEPassthrough: 0 0 +Hlt1TauToPhiMu: 3 3 +Hlt1TrackElectronMVA: 8 8 +Hlt1TrackMVA: 149 237 +Hlt1TrackMuonMVA: 17 17 +Hlt1TwoKs: 1 1 +Hlt1TwoTrackKs: 4 5 +Hlt1TwoTrackMVA: 274 906 +Hlt1UpsilonAlignment: 0 0 +Hlt1VeloMicroBias: 1 0 +Hlt1VeloMicroBiasVeloClosing: 0 0 +Hlt1XiOmegaLLL: 0 0 -veloUT_validator validation: -TrackChecker output : 2643/ 36981 7.15% ghosts -01_velo : 32382/ 66132 48.97% ( 49.24%), 13 ( 0.04%) clones, pur 98.38%, hit eff 93.77% -02_velo+UT : 32343/ 57399 56.35% ( 56.60%), 13 ( 0.04%) clones, pur 98.39%, hit eff 93.76% -03_velo+UT_P>5GeV : 23198/ 29636 78.28% ( 78.47%), 10 ( 0.04%) clones, pur 98.64%, hit eff 94.40% -04_velo+notLong : 7441/ 28206 26.38% ( 26.91%), 3 ( 0.04%) clones, pur 97.90%, hit eff 92.97% -05_velo+UT+notLong : 7404/ 19969 37.08% ( 37.83%), 3 ( 0.04%) clones, pur 97.94%, hit eff 92.94% -06_velo+UT+notLong_P>5GeV : 4206/ 5340 78.76% ( 79.90%), 3 ( 0.07%) clones, pur 98.45%, hit eff 94.87% -07_long : 24941/ 37926 65.76% ( 65.81%), 10 ( 0.04%) clones, pur 98.52%, hit eff 94.01% -08_long_P>5GeV : 18994/ 24714 76.86% ( 77.01%), 7 ( 0.04%) clones, pur 98.68%, hit eff 94.30% -09_long_fromB : 1990/ 2309 86.18% ( 87.55%), 0 ( 0.00%) clones, pur 98.53%, hit eff 94.31% -10_long_fromB_P>5GeV : 1766/ 1909 92.51% ( 93.28%), 0 ( 0.00%) clones, pur 98.60%, hit eff 94.42% -11_long_electrons : 562/ 2697 20.84% ( 20.67%), 0 ( 0.00%) clones, pur 96.91%, hit eff 93.23% -12_long_fromB_electrons : 52/ 110 47.27% ( 51.65%), 0 ( 0.00%) clones, pur 98.26%, hit eff 94.04% -13_long_fromB_electrons_P>5GeV : 47/ 74 63.51% ( 66.41%), 0 ( 0.00%) clones, pur 98.34%, hit eff 93.94% +Total decisions: 539 +Total tracks: 1030 +Total calos clusters: 5 +Total SVs: 955 +Total hits: 26637 +Total stdinfo: 12619 velo_validator validation: -TrackChecker output : 3258/ 153826 2.12% ghosts -01_velo : 65022/ 66132 98.32% ( 98.45%), 1920 ( 2.87%) clones, pur 99.66%, hit eff 95.37% -02_long : 37670/ 37926 99.33% ( 99.38%), 870 ( 2.26%) clones, pur 99.78%, hit eff 96.58% -03_long_P>5GeV : 24617/ 24714 99.61% ( 99.63%), 521 ( 2.07%) clones, pur 99.81%, hit eff 97.16% +TrackChecker output : 3538/ 154139 2.30% ghosts +01_velo : 65029/ 66132 98.33% ( 98.46%), 1923 ( 2.87%) clones, pur 99.65%, hit eff 95.37% +02_long : 37671/ 37926 99.33% ( 99.38%), 870 ( 2.26%) clones, pur 99.78%, hit eff 96.59% +03_long_P>5GeV : 24618/ 24714 99.61% ( 99.64%), 521 ( 2.07%) clones, pur 99.81%, hit eff 97.16% 04_long_strange : 1754/ 1807 97.07% ( 97.70%), 37 ( 2.07%) clones, pur 99.42%, hit eff 96.30% 05_long_strange_P>5GeV : 852/ 878 97.04% ( 97.01%), 14 ( 1.62%) clones, pur 99.30%, hit eff 96.78% -06_long_fromB : 2289/ 2309 99.13% ( 99.33%), 45 ( 1.93%) clones, pur 99.70%, hit eff 97.02% -07_long_fromB_P>5GeV : 1901/ 1909 99.58% ( 99.63%), 36 ( 1.86%) clones, pur 99.79%, hit eff 97.25% +06_long_fromB : 2290/ 2309 99.18% ( 99.36%), 45 ( 1.93%) clones, pur 99.70%, hit eff 97.04% +07_long_fromB_P>5GeV : 1902/ 1909 99.63% ( 99.68%), 36 ( 1.86%) clones, pur 99.79%, hit eff 97.26% 08_long_electrons : 2609/ 2697 96.74% ( 97.23%), 112 ( 4.12%) clones, pur 97.90%, hit eff 95.49% 09_long_fromB_electrons : 106/ 110 96.36% ( 96.30%), 4 ( 3.64%) clones, pur 98.84%, hit eff 96.25% 10_long_fromB_electrons_P>5GeV : 71/ 74 95.95% ( 96.88%), 2 ( 2.74%) clones, pur 98.36%, hit eff 96.71% -11_long_fromSignal : 1301/ 1312 99.16% ( 99.19%), 22 ( 1.66%) clones, pur 99.68%, hit eff 97.24% +11_long_fromSignal : 1302/ 1312 99.24% ( 99.26%), 22 ( 1.66%) clones, pur 99.68%, hit eff 97.25% diff --git a/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_geforcertx3090.txt b/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_geforcertx3090.txt index 6026100ec3fd81769c878fd30789dae098338774..2b23c942abd9d18a7737b567f78710742399aaa1 100644 --- a/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_geforcertx3090.txt +++ b/test/reference/Beam6800GeV-expected-2024-MagDown-nu7.6_Bs2PhiPhiMD_nSciFiHits_hlt1_pp_validation_geforcertx3090.txt @@ -1,39 +1,95 @@ -long_validator validation: -TrackChecker output : 565/ 22626 2.50% ghosts -for P>3GeV,Pt>0.5GeV : 296/ 15359 1.93% ghosts -01_long : 21070/ 37926 55.56% ( 56.68%), 13 ( 0.06%) clones, pur 98.76%, hit eff 98.28% -02_long_P>5GeV : 17756/ 24714 71.85% ( 72.82%), 12 ( 0.07%) clones, pur 98.89%, hit eff 98.59% +downstream_validator validation: +TrackChecker output : 507/ 4217 12.02% ghosts +for P>3GeV,Pt>0.5GeV : 142/ 1703 8.34% ghosts +01_UT+T : 2441/ 42859 5.70% ( 5.75%), 2 ( 0.08%) clones, pur 98.76%, hit eff 96.36% +02_UT+T_P>5GeV : 1729/ 26564 6.51% ( 6.62%), 2 ( 0.12%) clones, pur 98.80%, hit eff 96.50% +03_UT+T_strange : 877/ 3761 23.32% ( 22.65%), 0 ( 0.00%) clones, pur 98.86%, hit eff 96.76% +04_UT+T_strange_P>5GeV : 711/ 1970 36.09% ( 35.68%), 0 ( 0.00%) clones, pur 98.89%, hit eff 96.75% +05_noVelo+UT+T_strange : 827/ 1984 41.68% ( 42.55%), 0 ( 0.00%) clones, pur 98.84%, hit eff 96.73% +06_noVelo+UT+T_strange_P>5GeV : 679/ 1114 60.95% ( 62.06%), 0 ( 0.00%) clones, pur 98.88%, hit eff 96.75% +07_UT+T_fromDB : 151/ 3077 4.91% ( 4.49%), 0 ( 0.00%) clones, pur 98.66%, hit eff 96.14% +08_UT+T_fromBD_P>5GeV : 109/ 2337 4.66% ( 4.29%), 0 ( 0.00%) clones, pur 98.57%, hit eff 95.90% +09_noVelo+UT+T_fromBD : 116/ 359 32.31% ( 35.48%), 0 ( 0.00%) clones, pur 98.87%, hit eff 96.28% +10_noVelo+UT+T_fromBD_P>5GeV : 86/ 151 56.95% ( 60.23%), 0 ( 0.00%) clones, pur 98.70%, hit eff 95.94% +11_UT+T_SfromDB : 52/ 181 28.73% ( 28.40%), 0 ( 0.00%) clones, pur 99.02%, hit eff 96.98% +12_UT+T_SfromDB_P>5GeV : 38/ 101 37.62% ( 36.96%), 0 ( 0.00%) clones, pur 98.83%, hit eff 96.70% +13_noVelo+UT+T_SfromDB : 50/ 98 51.02% ( 53.08%), 0 ( 0.00%) clones, pur 98.98%, hit eff 96.86% +14_noVelo+UT+T_SfromDB_P>5GeV : 37/ 53 69.81% ( 72.81%), 0 ( 0.00%) clones, pur 98.80%, hit eff 96.61% +15_noVelo+UT+T_fromSignal : 47/ 168 27.98% ( 30.39%), 0 ( 0.00%) clones, pur 98.58%, hit eff 95.84% +16_noVelo+UT+T_fromKs0 : 502/ 1242 40.42% ( 40.68%), 0 ( 0.00%) clones, pur 98.88%, hit eff 96.52% +17_noVelo+UT+T_fromLambda : 327/ 692 47.25% ( 46.95%), 0 ( 0.00%) clones, pur 98.73%, hit eff 96.81% +19_noVelo+UT+T_fromSignal_P>5GeV : 38/ 73 52.05% ( 53.33%), 0 ( 0.00%) clones, pur 98.58%, hit eff 95.68% +20_noVelo+UT+T_fromKs0_P>5GeV : 408/ 685 59.56% ( 60.45%), 0 ( 0.00%) clones, pur 98.96%, hit eff 96.65% +21_noVelo+UT+T_fromLambda_P>5GeV : 273/ 416 65.62% ( 67.59%), 0 ( 0.00%) clones, pur 98.69%, hit eff 96.70% +22_noVelo+UT+T_fromSignal_P>5GeV_PT>500MeV : 28/ 52 53.85% ( 55.42%), 0 ( 0.00%) clones, pur 98.30%, hit eff 94.80% +23_noVelo+UT+T_fromKs0_P>5GeV_PT>500MeV : 271/ 383 70.76% ( 71.34%), 0 ( 0.00%) clones, pur 99.02%, hit eff 96.80% +24_noVelo+UT+T_fromLambda_P>5GeV_PT>500MeV : 205/ 281 72.95% ( 72.23%), 0 ( 0.00%) clones, pur 98.66%, hit eff 96.65% + + +forward_validator validation: +TrackChecker output : 565/ 22628 2.50% ghosts +for P>3GeV,Pt>0.5GeV : 296/ 15360 1.93% ghosts +01_long : 21072/ 37926 55.56% ( 56.68%), 13 ( 0.06%) clones, pur 98.76%, hit eff 98.28% +02_long_P>5GeV : 17757/ 24714 71.85% ( 72.83%), 12 ( 0.07%) clones, pur 98.89%, hit eff 98.59% 03_long_strange : 639/ 1807 35.36% ( 35.30%), 2 ( 0.31%) clones, pur 98.42%, hit eff 97.90% 04_long_strange_P>5GeV : 489/ 878 55.69% ( 55.50%), 1 ( 0.20%) clones, pur 98.53%, hit eff 98.16% -05_long_fromB : 1824/ 2309 79.00% ( 78.99%), 0 ( 0.00%) clones, pur 98.90%, hit eff 98.58% -06_long_fromB_P>5GeV : 1701/ 1909 89.10% ( 88.43%), 0 ( 0.00%) clones, pur 98.97%, hit eff 98.78% +05_long_fromB : 1826/ 2309 79.08% ( 79.05%), 0 ( 0.00%) clones, pur 98.89%, hit eff 98.57% +06_long_fromB_P>5GeV : 1702/ 1909 89.16% ( 88.47%), 0 ( 0.00%) clones, pur 98.96%, hit eff 98.78% 07_long_electrons : 425/ 2697 15.76% ( 15.54%), 1 ( 0.23%) clones, pur 97.73%, hit eff 97.72% 08_long_electrons_P>5GeV : 360/ 1402 25.68% ( 26.04%), 1 ( 0.28%) clones, pur 97.89%, hit eff 97.99% 09_long_fromB_electrons : 43/ 110 39.09% ( 42.59%), 0 ( 0.00%) clones, pur 98.41%, hit eff 97.28% 10_long_fromB_electrons_P>5GeV : 40/ 74 54.05% ( 56.25%), 0 ( 0.00%) clones, pur 98.29%, hit eff 97.28% -long_P>5GeV_AND_Pt>1GeV : 5912/ 6486 91.15% ( 92.26%), 2 ( 0.03%) clones, pur 98.88%, hit eff 98.77% -long_fromB_P>5GeV_AND_Pt>1GeV : 1199/ 1281 93.60% ( 93.19%), 0 ( 0.00%) clones, pur 98.97%, hit eff 98.85% +long_P>5GeV_AND_Pt>1GeV : 5913/ 6486 91.17% ( 92.27%), 2 ( 0.03%) clones, pur 98.88%, hit eff 98.77% +long_fromB_P>5GeV_AND_Pt>1GeV : 1200/ 1281 93.68% ( 93.25%), 0 ( 0.00%) clones, pur 98.97%, hit eff 98.85% 11_noVelo_UT : 0/ 4124 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% 12_noVelo_UT_P>5GeV : 0/ 1671 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% -13_long_PT>2GeV : 1508/ 1586 95.08% ( 95.22%), 0 ( 0.00%) clones, pur 98.82%, hit eff 98.93% -14_long_from_B_PT>2GeV : 566/ 605 93.55% ( 94.06%), 0 ( 0.00%) clones, pur 99.01%, hit eff 99.11% +13_long_PT>2GeV : 1509/ 1586 95.15% ( 95.30%), 0 ( 0.00%) clones, pur 98.82%, hit eff 98.93% +14_long_from_B_PT>2GeV : 567/ 605 93.72% ( 94.16%), 0 ( 0.00%) clones, pur 99.00%, hit eff 99.11% 15_long_strange_P>5GeV : 489/ 878 55.69% ( 55.50%), 1 ( 0.20%) clones, pur 98.53%, hit eff 98.16% 16_long_strange_P>5GeV_PT>500MeV : 295/ 335 88.06% ( 87.63%), 0 ( 0.00%) clones, pur 98.64%, hit eff 98.14% -17_long_fromSignal : 1153/ 1312 87.88% ( 86.22%), 0 ( 0.00%) clones, pur 98.99%, hit eff 98.77% -18_long_nSciFiHits_gt_0_AND_lt_5000 : 9349/ 16638 56.19% ( 56.29%), 4 ( 0.04%) clones, pur 98.90%, hit eff 98.73% -19_long_nSciFiHits_gt_5000_AND_lt_7000 : 7832/ 14945 52.41% ( 52.58%), 7 ( 0.09%) clones, pur 98.72%, hit eff 98.14% +17_long_fromSignal : 1154/ 1312 87.96% ( 86.29%), 0 ( 0.00%) clones, pur 98.99%, hit eff 98.77% +18_long_nSciFiHits_gt_0_AND_lt_5000 : 9350/ 16638 56.20% ( 56.29%), 4 ( 0.04%) clones, pur 98.90%, hit eff 98.73% +19_long_nSciFiHits_gt_5000_AND_lt_7000 : 7833/ 14945 52.41% ( 52.59%), 7 ( 0.09%) clones, pur 98.72%, hit eff 98.14% 20_long_nSciFiHits_gt_7000_AND_lt_10000 : 4094/ 8507 48.13% ( 48.47%), 3 ( 0.07%) clones, pur 98.40%, hit eff 97.53% 21_long_nSciFiHits_gt_10000 : 144/ 409 35.21% ( 35.20%), 0 ( 0.00%) clones, pur 97.93%, hit eff 95.89% +long_validator validation: +TrackChecker output : 1728/ 32541 5.31% ghosts +for P>3GeV,Pt>0.5GeV : 391/ 16814 2.33% ghosts +01_long : 28713/ 37926 75.71% ( 76.52%), 148 ( 0.51%) clones, pur 98.60%, hit eff 97.89% +02_long_P>5GeV : 22470/ 24714 90.92% ( 91.53%), 99 ( 0.44%) clones, pur 98.73%, hit eff 98.22% +03_long_strange : 1116/ 1807 61.76% ( 62.60%), 9 ( 0.80%) clones, pur 98.15%, hit eff 97.41% +04_long_strange_P>5GeV : 747/ 878 85.08% ( 85.34%), 4 ( 0.53%) clones, pur 98.27%, hit eff 97.69% +05_long_fromB : 2033/ 2309 88.05% ( 88.61%), 6 ( 0.29%) clones, pur 98.84%, hit eff 98.38% +06_long_fromB_P>5GeV : 1834/ 1909 96.07% ( 96.28%), 6 ( 0.33%) clones, pur 98.93%, hit eff 98.62% +07_long_electrons : 1037/ 2697 38.45% ( 38.23%), 14 ( 1.33%) clones, pur 96.72%, hit eff 97.53% +08_long_electrons_P>5GeV : 788/ 1402 56.21% ( 56.77%), 14 ( 1.75%) clones, pur 97.06%, hit eff 97.69% +09_long_fromB_electrons : 65/ 110 59.09% ( 62.35%), 0 ( 0.00%) clones, pur 98.09%, hit eff 97.18% +10_long_fromB_electrons_P>5GeV : 57/ 74 77.03% ( 79.69%), 0 ( 0.00%) clones, pur 98.59%, hit eff 97.52% +long_P>5GeV_AND_Pt>1GeV : 6182/ 6486 95.31% ( 95.71%), 10 ( 0.16%) clones, pur 98.84%, hit eff 98.67% +long_fromB_P>5GeV_AND_Pt>1GeV : 1244/ 1281 97.11% ( 97.31%), 4 ( 0.32%) clones, pur 98.93%, hit eff 98.77% +11_noVelo_UT : 0/ 4124 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% +12_noVelo_UT_P>5GeV : 0/ 1671 0.00% ( 0.00%), 0 ( 0.00%) clones, pur -nan%, hit eff -nan% +13_long_PT>2GeV : 1546/ 1586 97.48% ( 97.26%), 2 ( 0.13%) clones, pur 98.80%, hit eff 98.88% +14_long_from_B_PT>2GeV : 588/ 605 97.19% ( 97.35%), 1 ( 0.17%) clones, pur 98.96%, hit eff 99.07% +15_long_strange_P>5GeV : 747/ 878 85.08% ( 85.34%), 4 ( 0.53%) clones, pur 98.27%, hit eff 97.69% +16_long_strange_P>5GeV_PT>500MeV : 309/ 335 92.24% ( 91.69%), 0 ( 0.00%) clones, pur 98.64%, hit eff 97.96% +17_long_fromSignal : 1228/ 1312 93.60% ( 93.24%), 4 ( 0.32%) clones, pur 98.96%, hit eff 98.62% +18_long_nSciFiHits_gt_0_AND_lt_5000 : 12566/ 16638 75.53% ( 75.65%), 62 ( 0.49%) clones, pur 98.81%, hit eff 98.47% +19_long_nSciFiHits_gt_5000_AND_lt_7000 : 10923/ 14945 73.09% ( 73.32%), 64 ( 0.58%) clones, pur 98.49%, hit eff 97.77% +20_long_nSciFiHits_gt_7000_AND_lt_10000 : 5934/ 8507 69.75% ( 70.07%), 36 ( 0.60%) clones, pur 98.07%, hit eff 96.88% +21_long_nSciFiHits_gt_10000 : 230/ 409 56.23% ( 56.38%), 0 ( 0.00%) clones, pur 97.37%, hit eff 95.37% + + muon_validator validation: Muon fraction in all MCPs: 7257/ 574938 0.01% -Muon fraction in MCPs to which a track(s) was matched: 244/ 26075 0.01% -Correctly identified muons with isMuon: 194/ 244 79.51% -Correctly identified muons from strange decays with isMuon: 0/ 0 -nan% -Correctly identified muons from B decays with isMuon: 43/ 50 86.00% -Tracks identified as muon with isMuon, but matched to non-muon MCP: 2083/ 25831 8.06% -Ghost tracks identified as muon with isMuon: 100/ 565 17.70% +Muon fraction in MCPs to which a track(s) was matched: 375/ 36042 0.01% +Correctly identified muons with isMuon: 317/ 375 84.53% +Correctly identified muons from strange decays with isMuon: 1/ 1 100.00% +Correctly identified muons from B decays with isMuon: 61/ 68 89.71% +Tracks identified as muon with isMuon, but matched to non-muon MCP: 3910/ 35667 10.96% +Ghost tracks identified as muon with isMuon: 321/ 1728 18.58% pv_validator validation: @@ -45,252 +101,385 @@ REC and MC vertices matched by dz distance All : 0.944 ( 2769/ 2933) Isolated : 0.979 ( 1483/ 1515) Close : 0.907 ( 1286/ 1418) -False rate : 0.019 ( 54/ 2823) -Real false rate : 0.019 ( 54/ 2823) +False rate : 0.020 ( 56/ 2825) +Real false rate : 0.020 ( 56/ 2825) Clones : 0.000 ( 0/ 2769) rate_validator validation: -Hlt1BGIPseudoPVsBeamOne: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsBeamTwo: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsDownBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsIRBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsNoBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BGIPseudoPVsUpBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1BeamGas: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ConeJet100GeV: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ConeJet15GeV: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1ConeJet30GeV: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ConeJet50GeV: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1D2KK: 18/ 500, ( 1080.00 +/- 249.93) kHz -Hlt1D2KPi: 24/ 500, ( 1440.00 +/- 286.80) kHz -Hlt1D2KPiAlignment: 7/ 500, ( 420.00 +/- 157.63) kHz -Hlt1D2Kshh: 2/ 500, ( 120.00 +/- 84.68) kHz -Hlt1D2PiPi: 13/ 500, ( 780.00 +/- 213.50) kHz -Hlt1DetJpsiToMuMuNegTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DetJpsiToMuMuPosTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronDisplaced: 4/ 500, ( 240.00 +/- 119.52) kHz -Hlt1DiElectronHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronHighMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_Displaced: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_NoIP: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_SS_Displaced: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_SS_NoIP: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronLowMass_SS_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiElectronSoft: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDisplaced: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDisplacedSoftPT: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1DiMuonDisplacedSoftPT_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan_VLowMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonDrellYan_VLowMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonHighMass: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1DiMuonJpsiMassAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonNoIP: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonNoIPNorm: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1DiMuonNoIPNorm_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonNoIP_SS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiMuonSoft: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1DiPhotonHighMass: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1DiProtonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Dst2D0Pi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Dst2D0PiAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ErrorBank: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1GECPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Kplus2PiEE: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Kplus2PiMuMu: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Kplus2PiPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1KsToPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1KsToPiPiDoubleMuonMisID: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1LambdaLLDetachedTrack: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1MaterialVertexSeedsDownstreamz: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1MaterialVertexSeeds_DWFS: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1NonZeroSuppress: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODIN1kHzLumi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODINCalib: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODINLumi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1ODINeeFarFromActivity: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1OneMuonTrackLine: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1Passthrough: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1PassthroughPVinSMOG2: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1Pi02GammaGamma: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1RICH1Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1RICH2Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG22BodyGeneric: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG22BodyGenericPrompt: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2BELowMultElectrons: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2BENoBias: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2D2Kpi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2DiMuonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2DisplacedDiMuon: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2KsTopipi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2L0Toppi: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2MinimumBias: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2PassThroughLowMult5: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2SingleMuon: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2SingleTrackHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2SingleTrackVeryHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SMOG2etacTopp: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1SingleHighPtElectron: 4/ 500, ( 240.00 +/- 119.52) kHz -Hlt1SingleHighPtMuon: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1SingleHighPtMuonNoMuID: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1TAEPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1TauToPhiMu: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1TrackElectronMVA: 22/ 500, ( 1320.00 +/- 275.16) kHz -Hlt1TrackMVA: 114/ 500, ( 6840.00 +/- 562.88) kHz -Hlt1TrackMuonMVA: 11/ 500, ( 660.00 +/- 196.80) kHz -Hlt1TwoKs: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1TwoTrackKs: 3/ 500, ( 180.00 +/- 103.61) kHz -Hlt1TwoTrackMVA: 289/ 500, (17340.00 +/- 662.61) kHz -Hlt1UpsilonAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1VeloMicroBias: 1/ 500, ( 60.00 +/- 59.94) kHz -Hlt1VeloMicroBiasVeloClosing: 0/ 500, ( 0.00 +/- 0.00) kHz -Hlt1XiOmegaLLL: 0/ 500, ( 0.00 +/- 0.00) kHz -Inclusive: 312/ 500, (18720.00 +/- 649.86) kHz +Hlt1BGIPseudoPVsBeamOne: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsBeamTwo: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsDownBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsIRBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsNoBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BGIPseudoPVsUpBeamBeam: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1BeamGas: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet100GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet15GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet30GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ConeJet50GeV: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1D2KK: 13/ 500, ( 780.00 +/- 213.50) kHz +Hlt1D2KPi: 26/ 500, ( 1560.00 +/- 297.88) kHz +Hlt1D2KPiAlignment: 8/ 500, ( 480.00 +/- 168.34) kHz +Hlt1D2Kshh: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1D2PiPi: 13/ 500, ( 780.00 +/- 213.50) kHz +Hlt1DetJpsiToMuMuNegTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DetJpsiToMuMuPosTagLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronDisplaced: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1DiElectronHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronHighMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_Displaced: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiElectronLowMass_NoIP: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiElectronLowMass_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_SS_Displaced: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_SS_NoIP: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronLowMass_SS_NoIPNorm: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiElectronSoft: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDisplaced: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiMuonDisplacedSoftPT: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiMuonDisplacedSoftPT_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan_VLowMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonDrellYan_VLowMass_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonJpsiMassAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonNoIP: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonNoIPNorm: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiMuonNoIPNorm_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonNoIP_SS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DiMuonSoft: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1DiPhotonHighMass: 2/ 500, ( 120.00 +/- 84.68) kHz +Hlt1DiProtonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaElElLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaElElLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaHighMassLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaHighMassLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoring: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoringCleanRegion: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoringCleanRegionSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMonitoringSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuHighMassLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuHighMassLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuLine: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaMuMuLineSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaPostScaled: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamBuScaPostScaledSameSign: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamD2Kshh: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamGammaToEE: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamKsToPiPi: 2/ 500, ( 120.00 +/- 84.68) kHz +Hlt1DownstreamLambdaToPPi: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1DownstreamPromptKsToPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamPromptLambdaToPPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1DownstreamTwoTrackKs: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Dst2D0Pi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Dst2D0PiAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ErrorBank: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1GECPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Kplus2PiEE: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Kplus2PiMuMu: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Kplus2PiPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1KsToPiPi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1KsToPiPiDoubleMuonMisID: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1LambdaLLDetachedTrack: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1MaterialVertexSeedsDownstreamz: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1MaterialVertexSeeds_DWFS: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1NonZeroSuppress: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODIN1kHzLumi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODINCalib: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODINLumi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1ODINeeFarFromActivity: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1OneMuonTrackLine: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1Passthrough: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1PassthroughPVinSMOG2: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1Pi02GammaGamma: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1RICH1Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1RICH2Alignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG22BodyGeneric: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG22BodyGenericPrompt: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2BELowMultElectrons: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2BENoBias: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2D2Kpi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2DiMuonHighMass: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2DisplacedDiMuon: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2KsTopipi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2L0Toppi: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2MinimumBias: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2PassThroughLowMult5: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2SingleMuon: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2SingleTrackHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2SingleTrackVeryHighPt: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SMOG2etacTopp: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SingleHighPtElectron: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1SingleHighPtMuon: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1SingleHighPtMuonNoMuID: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1TAEPassthrough: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1TauToPhiMu: 3/ 500, ( 180.00 +/- 103.61) kHz +Hlt1TrackElectronMVA: 8/ 500, ( 480.00 +/- 168.34) kHz +Hlt1TrackMVA: 149/ 500, ( 8940.00 +/- 613.64) kHz +Hlt1TrackMuonMVA: 17/ 500, ( 1020.00 +/- 243.14) kHz +Hlt1TwoKs: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1TwoTrackKs: 4/ 500, ( 240.00 +/- 119.52) kHz +Hlt1TwoTrackMVA: 274/ 500, (16440.00 +/- 667.72) kHz +Hlt1UpsilonAlignment: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1VeloMicroBias: 1/ 500, ( 60.00 +/- 59.94) kHz +Hlt1VeloMicroBiasVeloClosing: 0/ 500, ( 0.00 +/- 0.00) kHz +Hlt1XiOmegaLLL: 0/ 500, ( 0.00 +/- 0.00) kHz +Inclusive: 297/ 500, (17820.00 +/- 658.86) kHz -selreport_validator validation: - Events Candidates -Hlt1BGIPseudoPVsBeamOne: 0 0 -Hlt1BGIPseudoPVsBeamTwo: 0 0 -Hlt1BGIPseudoPVsDownBeamBeam: 0 0 -Hlt1BGIPseudoPVsIRBeamBeam: 0 0 -Hlt1BGIPseudoPVsNoBeam: 0 0 -Hlt1BGIPseudoPVsUpBeamBeam: 0 0 -Hlt1BeamGas: 0 0 -Hlt1ConeJet100GeV: 0 0 -Hlt1ConeJet15GeV: 1 1 -Hlt1ConeJet30GeV: 0 0 -Hlt1ConeJet50GeV: 0 0 -Hlt1D2KK: 18 19 -Hlt1D2KPi: 24 25 -Hlt1D2KPiAlignment: 7 7 -Hlt1D2Kshh: 2 2 -Hlt1D2PiPi: 13 13 -Hlt1DetJpsiToMuMuNegTagLine: 0 0 -Hlt1DetJpsiToMuMuPosTagLine: 0 0 -Hlt1DiElectronDisplaced: 4 5 -Hlt1DiElectronHighMass: 0 0 -Hlt1DiElectronHighMass_SS: 0 0 -Hlt1DiElectronLowMass_Displaced: 0 0 -Hlt1DiElectronLowMass_NoIP: 0 0 -Hlt1DiElectronLowMass_NoIPNorm: 0 0 -Hlt1DiElectronLowMass_SS_Displaced: 0 0 -Hlt1DiElectronLowMass_SS_NoIP: 0 0 -Hlt1DiElectronLowMass_SS_NoIPNorm: 0 0 -Hlt1DiElectronSoft: 0 0 -Hlt1DiMuonDisplaced: 0 0 -Hlt1DiMuonDisplacedSoftPT: 1 1 -Hlt1DiMuonDisplacedSoftPT_SS: 0 0 -Hlt1DiMuonDrellYan: 0 0 -Hlt1DiMuonDrellYan_SS: 0 0 -Hlt1DiMuonDrellYan_VLowMass: 0 0 -Hlt1DiMuonDrellYan_VLowMass_SS: 0 0 -Hlt1DiMuonHighMass: 1 1 -Hlt1DiMuonJpsiMassAlignment: 0 0 -Hlt1DiMuonNoIP: 0 0 -Hlt1DiMuonNoIPNorm: 1 1 -Hlt1DiMuonNoIPNorm_SS: 0 0 -Hlt1DiMuonNoIP_SS: 0 0 -Hlt1DiMuonSoft: 0 0 -Hlt1DiPhotonHighMass: 3 6 -Hlt1DiProtonHighMass: 0 0 -Hlt1Dst2D0Pi: 0 0 -Hlt1Dst2D0PiAlignment: 0 0 -Hlt1ErrorBank: 0 0 -Hlt1GECPassthrough: 0 0 -Hlt1Kplus2PiEE: 0 0 -Hlt1Kplus2PiMuMu: 0 0 -Hlt1Kplus2PiPiPi: 0 0 -Hlt1KsToPiPi: 0 0 -Hlt1KsToPiPiDoubleMuonMisID: 0 0 -Hlt1LambdaLLDetachedTrack: 0 0 -Hlt1MaterialVertexSeedsDownstreamz: 0 0 -Hlt1MaterialVertexSeeds_DWFS: 0 0 -Hlt1NonZeroSuppress: 0 0 -Hlt1ODIN1kHzLumi: 0 0 -Hlt1ODINCalib: 0 0 -Hlt1ODINLumi: 0 0 -Hlt1ODINeeFarFromActivity: 0 0 -Hlt1OneMuonTrackLine: 1 0 -Hlt1Passthrough: 0 0 -Hlt1PassthroughPVinSMOG2: 0 0 -Hlt1Pi02GammaGamma: 0 0 -Hlt1RICH1Alignment: 0 0 -Hlt1RICH2Alignment: 0 0 -Hlt1SMOG22BodyGeneric: 0 0 -Hlt1SMOG22BodyGenericPrompt: 0 0 -Hlt1SMOG2BELowMultElectrons: 0 0 -Hlt1SMOG2BENoBias: 0 0 -Hlt1SMOG2D2Kpi: 0 0 -Hlt1SMOG2DiMuonHighMass: 0 0 -Hlt1SMOG2DisplacedDiMuon: 0 0 -Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0 0 -Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0 0 -Hlt1SMOG2KsTopipi: 0 0 -Hlt1SMOG2L0Toppi: 0 0 -Hlt1SMOG2MinimumBias: 0 0 -Hlt1SMOG2PassThroughLowMult5: 0 0 -Hlt1SMOG2SingleMuon: 0 0 -Hlt1SMOG2SingleTrackHighPt: 0 0 -Hlt1SMOG2SingleTrackVeryHighPt: 0 0 -Hlt1SMOG2etacTopp: 0 0 -Hlt1SingleHighPtElectron: 4 5 -Hlt1SingleHighPtMuon: 1 1 -Hlt1SingleHighPtMuonNoMuID: 3 3 -Hlt1TAEPassthrough: 0 0 -Hlt1TauToPhiMu: 3 3 -Hlt1TrackElectronMVA: 22 23 -Hlt1TrackMVA: 114 179 -Hlt1TrackMuonMVA: 11 11 -Hlt1TwoKs: 1 1 -Hlt1TwoTrackKs: 3 4 -Hlt1TwoTrackMVA: 289 941 -Hlt1UpsilonAlignment: 0 0 -Hlt1VeloMicroBias: 1 0 -Hlt1VeloMicroBiasVeloClosing: 0 0 -Hlt1XiOmegaLLL: 0 0 +seed_validator validation: +TrackChecker output : 2140/ 28534 7.50% ghosts +for P>3GeV,Pt>0.5GeV : 0/ 0 -nan% ghosts +00_P>3Gev_Pt>0.5 : 1754/ 17038 10.29% ( 9.26%), 35 ( 1.96%) clones, pur 98.95%, hit eff 94.86% +01_long : 9770/ 37926 25.76% ( 25.21%), 126 ( 1.27%) clones, pur 99.36%, hit eff 96.37% +---1. phi quadrant : 2497/ 9440 26.45% ( 25.68%), 42 ( 1.65%) clones, pur 99.27%, hit eff 96.28% +---2. phi quadrant : 2458/ 9611 25.57% ( 25.06%), 24 ( 0.97%) clones, pur 99.45%, hit eff 96.49% +---3. phi quadrant : 2401/ 9375 25.61% ( 25.52%), 28 ( 1.15%) clones, pur 99.37%, hit eff 96.43% +---4. phi quadrant : 2413/ 9499 25.40% ( 24.83%), 32 ( 1.31%) clones, pur 99.35%, hit eff 96.27% +---eta < 2.5, small x, large y : 91/ 1614 5.64% ( 4.85%), 0 ( 0.00%) clones, pur 98.67%, hit eff 93.22% +---eta < 2.5, large x, small y : 488/ 2835 17.21% ( 16.47%), 12 ( 2.40%) clones, pur 98.62%, hit eff 94.15% +---eta > 2.5, small x, large y : 3180/ 12171 26.13% ( 25.67%), 44 ( 1.36%) clones, pur 99.40%, hit eff 96.41% +---eta > 2.5, large x, small y : 6011/ 21306 28.21% ( 27.80%), 70 ( 1.15%) clones, pur 99.41%, hit eff 96.58% +02_long_P>5GeV : 6017/ 24714 24.35% ( 23.83%), 89 ( 1.46%) clones, pur 99.33%, hit eff 96.38% +02_long_P>5GeV, eta > 4 : 3924/ 9981 39.31% ( 39.47%), 59 ( 1.48%) clones, pur 99.32%, hit eff 96.37% +---eta < 2.5, small x, large y : 66/ 479 13.78% ( 13.09%), 0 ( 0.00%) clones, pur 99.18%, hit eff 95.38% +---eta < 2.5, large x, small y : 169/ 952 17.75% ( 16.53%), 3 ( 1.74%) clones, pur 99.46%, hit eff 96.95% +---eta > 2.5, small x, large y : 2116/ 8612 24.57% ( 24.17%), 35 ( 1.63%) clones, pur 99.33%, hit eff 96.29% +---eta > 2.5, large x, small y : 3666/ 14671 24.99% ( 24.63%), 51 ( 1.37%) clones, pur 99.33%, hit eff 96.43% +03_long_P>3GeV : 9767/ 32393 30.15% ( 29.54%), 126 ( 1.27%) clones, pur 99.36%, hit eff 96.37% +04_long_P>0.5GeV : 9770/ 37926 25.76% ( 25.21%), 126 ( 1.27%) clones, pur 99.36%, hit eff 96.37% +05_long_from_B : 266/ 2309 11.52% ( 12.02%), 5 ( 1.85%) clones, pur 99.20%, hit eff 96.45% +06_long_from_B_P>5GeV : 172/ 1909 9.01% ( 9.78%), 3 ( 1.71%) clones, pur 99.31%, hit eff 96.60% +07_long_from_B_P>3GeV : 266/ 2155 12.34% ( 12.53%), 5 ( 1.85%) clones, pur 99.20%, hit eff 96.45% +08_UT+SciFi : 3015/ 5429 55.54% ( 54.75%), 28 ( 0.92%) clones, pur 99.33%, hit eff 95.93% +09_UT+SciFi_P>5GeV : 1964/ 2268 86.60% ( 87.81%), 20 ( 1.01%) clones, pur 99.33%, hit eff 96.18% +10_UT+SciFi_P>3GeV : 3004/ 3817 78.70% ( 79.24%), 28 ( 0.92%) clones, pur 99.34%, hit eff 95.95% +11_UT+SciFi_fromStrange : 1391/ 1984 70.11% ( 70.35%), 13 ( 0.93%) clones, pur 99.50%, hit eff 96.59% +12_UT+SciFi_fromStrange_P>5GeV : 1016/ 1114 91.20% ( 92.53%), 11 ( 1.07%) clones, pur 99.50%, hit eff 96.70% +13_UT+SciFi_fromStrange_P>3GeV : 1390/ 1613 86.17% ( 87.17%), 13 ( 0.93%) clones, pur 99.50%, hit eff 96.60% +14_long_electrons : 1040/ 2697 38.56% ( 37.94%), 6 ( 0.57%) clones, pur 99.46%, hit eff 96.87% +15_long_electrons_P>5GeV : 714/ 1402 50.93% ( 49.44%), 6 ( 0.83%) clones, pur 99.52%, hit eff 96.91% +16_long_electrons_P>3GeV : 1040/ 2178 47.75% ( 47.67%), 6 ( 0.57%) clones, pur 99.46%, hit eff 96.87% +17_long_fromB_electrons : 32/ 110 29.09% ( 28.60%), 0 ( 0.00%) clones, pur 98.60%, hit eff 97.16% +18_long_fromB_electrons_P>5GeV : 23/ 74 31.08% ( 31.25%), 0 ( 0.00%) clones, pur 99.60%, hit eff 97.85% +19_long_PT>2GeV : 61/ 1586 3.85% ( 3.78%), 3 ( 4.69%) clones, pur 98.97%, hit eff 96.48% +20_long_from_B_PT>2GeV : 31/ 605 5.12% ( 4.72%), 0 ( 0.00%) clones, pur 99.73%, hit eff 97.57% +21_long_strange_P>5GeV : 343/ 878 39.07% ( 40.34%), 3 ( 0.87%) clones, pur 99.25%, hit eff 96.22% +22_long_strange_P>5GeV_PT>500MeV : 29/ 335 8.66% ( 8.81%), 1 ( 3.33%) clones, pur 98.70%, hit eff 93.91% +23_noVelo+UT+T_fromSignal : 91/ 168 54.17% ( 55.65%), 2 ( 2.15%) clones, pur 98.48%, hit eff 94.93% +24_noVelo+UT+T_fromKs0 : 886/ 1242 71.34% ( 70.71%), 8 ( 0.89%) clones, pur 99.51%, hit eff 96.41% +25_noVelo+UT+T_fromLambda : 483/ 692 69.80% ( 71.35%), 4 ( 0.82%) clones, pur 99.44%, hit eff 96.84% +26_noVelo+UT+T_fromSignal_P>5GeV : 60/ 73 82.19% ( 81.83%), 1 ( 1.64%) clones, pur 98.29%, hit eff 95.16% +27_noVelo+UT+T_fromKs0_P>5GeV : 634/ 685 92.55% ( 93.17%), 6 ( 0.94%) clones, pur 99.52%, hit eff 96.65% +28_noVelo+UT+T_fromLambda_P>5GeV : 374/ 416 89.90% ( 91.82%), 4 ( 1.06%) clones, pur 99.36%, hit eff 96.73% +29_noVelo+UT+T_fromSignal_P>5GeV_PT>500MeV : 41/ 52 78.85% ( 77.92%), 1 ( 2.38%) clones, pur 97.51%, hit eff 93.76% +30_noVelo+UT+T_fromKs0_P>5GeV_PT>500MeV : 350/ 383 91.38% ( 91.25%), 3 ( 0.85%) clones, pur 99.49%, hit eff 96.84% +31_noVelo+UT+T_fromLambda_P>5GeV_PT>500MeV : 251/ 281 89.32% ( 90.49%), 3 ( 1.18%) clones, pur 99.52%, hit eff 96.86% +35_long_nSciFiHits_gt_0_AND_lt_5000 : 4816/ 17922 26.87% ( 26.84%), 41 ( 0.84%) clones, pur 99.62%, hit eff 97.37% +36_long_nSciFiHits_gt_5000_AND_lt_7000 : 4623/ 16105 28.71% ( 28.67%), 69 ( 1.47%) clones, pur 99.24%, hit eff 96.19% +37_long_nSciFiHits_gt_7000_AND_lt_10000 : 2780/ 9149 30.39% ( 30.28%), 47 ( 1.66%) clones, pur 99.00%, hit eff 94.89% +38_long_nSciFiHits_gt_10000 : 132/ 449 29.40% ( 29.47%), 2 ( 1.49%) clones, pur 98.39%, hit eff 93.47% -Total decisions: 528 -Total tracks: 1065 -Total calos clusters: 10 -Total SVs: 984 -Total hits: 27750 -Total stdinfo: 13024 +seed_xz_validator validation: +TrackChecker output : 21945/ 75679 29.00% ghosts +for P>3GeV,Pt>0.5GeV : 0/ 0 -nan% ghosts +00_P>3Gev_Pt>0.5 : 15954/ 17038 93.64% ( 94.31%), 170 ( 1.05%) clones, pur 99.40%, hit eff 49.06% +01_long : 30366/ 37926 80.07% ( 80.52%), 331 ( 1.08%) clones, pur 99.42%, hit eff 49.01% +---1. phi quadrant : 7565/ 9440 80.14% ( 80.41%), 83 ( 1.09%) clones, pur 99.41%, hit eff 49.03% +---2. phi quadrant : 7696/ 9611 80.07% ( 80.83%), 93 ( 1.19%) clones, pur 99.38%, hit eff 48.95% +---3. phi quadrant : 7523/ 9375 80.25% ( 80.33%), 77 ( 1.01%) clones, pur 99.41%, hit eff 49.01% +---4. phi quadrant : 7581/ 9499 79.81% ( 80.00%), 78 ( 1.02%) clones, pur 99.47%, hit eff 49.06% +---eta < 2.5, small x, large y : 589/ 1614 36.49% ( 35.40%), 5 ( 0.84%) clones, pur 98.13%, hit eff 48.11% +---eta < 2.5, large x, small y : 1565/ 2835 55.20% ( 54.51%), 23 ( 1.45%) clones, pur 99.39%, hit eff 48.91% +---eta > 2.5, small x, large y : 10252/ 12171 84.23% ( 84.72%), 107 ( 1.03%) clones, pur 99.43%, hit eff 48.99% +---eta > 2.5, large x, small y : 17960/ 21306 84.30% ( 84.62%), 196 ( 1.08%) clones, pur 99.46%, hit eff 49.07% +02_long_P>5GeV : 23852/ 24714 96.51% ( 97.19%), 276 ( 1.14%) clones, pur 99.43%, hit eff 49.09% +02_long_P>5GeV, eta > 4 : 9610/ 9981 96.28% ( 97.13%), 126 ( 1.29%) clones, pur 99.33%, hit eff 49.04% +---eta < 2.5, small x, large y : 410/ 479 85.59% ( 84.92%), 4 ( 0.97%) clones, pur 98.95%, hit eff 48.94% +---eta < 2.5, large x, small y : 924/ 952 97.06% ( 97.18%), 12 ( 1.28%) clones, pur 99.63%, hit eff 49.27% +---eta > 2.5, small x, large y : 8328/ 8612 96.70% ( 97.31%), 88 ( 1.05%) clones, pur 99.42%, hit eff 49.03% +---eta > 2.5, large x, small y : 14190/ 14671 96.72% ( 97.41%), 172 ( 1.20%) clones, pur 99.43%, hit eff 49.12% +03_long_P>3GeV : 30360/ 32393 93.72% ( 94.32%), 331 ( 1.08%) clones, pur 99.42%, hit eff 49.01% +04_long_P>0.5GeV : 30366/ 37926 80.07% ( 80.52%), 331 ( 1.08%) clones, pur 99.42%, hit eff 49.01% +05_long_from_B : 2061/ 2309 89.26% ( 89.57%), 17 ( 0.82%) clones, pur 99.60%, hit eff 49.30% +06_long_from_B_P>5GeV : 1862/ 1909 97.54% ( 97.25%), 15 ( 0.80%) clones, pur 99.63%, hit eff 49.40% +07_long_from_B_P>3GeV : 2061/ 2155 95.64% ( 95.07%), 17 ( 0.82%) clones, pur 99.60%, hit eff 49.30% +08_UT+SciFi : 3494/ 5429 64.36% ( 63.19%), 37 ( 1.05%) clones, pur 99.32%, hit eff 48.88% +09_UT+SciFi_P>5GeV : 2197/ 2268 96.87% ( 97.51%), 25 ( 1.13%) clones, pur 99.36%, hit eff 49.01% +10_UT+SciFi_P>3GeV : 3473/ 3817 90.99% ( 91.42%), 37 ( 1.05%) clones, pur 99.33%, hit eff 48.89% +11_UT+SciFi_fromStrange : 1506/ 1984 75.91% ( 75.87%), 17 ( 1.12%) clones, pur 99.38%, hit eff 48.93% +12_UT+SciFi_fromStrange_P>5GeV : 1086/ 1114 97.49% ( 98.38%), 14 ( 1.27%) clones, pur 99.34%, hit eff 48.94% +13_UT+SciFi_fromStrange_P>3GeV : 1503/ 1613 93.18% ( 93.59%), 17 ( 1.12%) clones, pur 99.39%, hit eff 48.94% +14_long_electrons : 1487/ 2697 55.14% ( 53.97%), 19 ( 1.26%) clones, pur 99.22%, hit eff 48.64% +15_long_electrons_P>5GeV : 1101/ 1402 78.53% ( 77.87%), 15 ( 1.34%) clones, pur 99.30%, hit eff 48.78% +16_long_electrons_P>3GeV : 1487/ 2178 68.27% ( 67.86%), 19 ( 1.26%) clones, pur 99.22%, hit eff 48.64% +17_long_fromB_electrons : 73/ 110 66.36% ( 68.72%), 0 ( 0.00%) clones, pur 99.73%, hit eff 48.91% +18_long_fromB_electrons_P>5GeV : 64/ 74 86.49% ( 87.50%), 0 ( 0.00%) clones, pur 99.69%, hit eff 48.75% +19_long_PT>2GeV : 1552/ 1586 97.86% ( 98.08%), 12 ( 0.77%) clones, pur 99.58%, hit eff 49.47% +20_long_from_B_PT>2GeV : 597/ 605 98.68% ( 98.56%), 2 ( 0.33%) clones, pur 99.91%, hit eff 49.65% +21_long_strange_P>5GeV : 853/ 878 97.15% ( 97.79%), 12 ( 1.39%) clones, pur 99.37%, hit eff 48.86% +22_long_strange_P>5GeV_PT>500MeV : 327/ 335 97.61% ( 97.95%), 4 ( 1.21%) clones, pur 99.72%, hit eff 49.03% +23_noVelo+UT+T_fromSignal : 107/ 168 63.69% ( 64.80%), 1 ( 0.93%) clones, pur 99.26%, hit eff 49.69% +24_noVelo+UT+T_fromKs0 : 946/ 1242 76.17% ( 75.71%), 13 ( 1.36%) clones, pur 99.36%, hit eff 48.91% +25_noVelo+UT+T_fromLambda : 530/ 692 76.59% ( 76.76%), 4 ( 0.75%) clones, pur 99.29%, hit eff 48.97% +26_noVelo+UT+T_fromSignal_P>5GeV : 71/ 73 97.26% ( 97.50%), 1 ( 1.39%) clones, pur 98.89%, hit eff 49.21% +27_noVelo+UT+T_fromKs0_P>5GeV : 672/ 685 98.10% ( 98.03%), 11 ( 1.61%) clones, pur 99.30%, hit eff 48.94% +28_noVelo+UT+T_fromLambda_P>5GeV : 402/ 416 96.63% ( 97.01%), 4 ( 0.99%) clones, pur 99.17%, hit eff 48.87% +29_noVelo+UT+T_fromSignal_P>5GeV_PT>500MeV : 50/ 52 96.15% ( 96.67%), 1 ( 1.96%) clones, pur 98.43%, hit eff 49.06% +30_noVelo+UT+T_fromKs0_P>5GeV_PT>500MeV : 374/ 383 97.65% ( 97.92%), 7 ( 1.84%) clones, pur 99.16%, hit eff 49.03% +31_noVelo+UT+T_fromLambda_P>5GeV_PT>500MeV : 271/ 281 96.44% ( 96.61%), 3 ( 1.09%) clones, pur 99.33%, hit eff 49.03% +35_long_nSciFiHits_gt_0_AND_lt_5000 : 14052/ 17922 78.41% ( 78.27%), 109 ( 0.77%) clones, pur 99.56%, hit eff 49.29% +36_long_nSciFiHits_gt_5000_AND_lt_7000 : 12429/ 16105 77.17% ( 77.30%), 157 ( 1.25%) clones, pur 99.37%, hit eff 48.91% +37_long_nSciFiHits_gt_7000_AND_lt_10000 : 6912/ 9149 75.55% ( 75.76%), 107 ( 1.52%) clones, pur 99.07%, hit eff 48.53% +38_long_nSciFiHits_gt_10000 : 195/ 449 43.43% ( 43.47%), 1 ( 0.51%) clones, pur 98.91%, hit eff 48.54% + + +selreport_validator validation: + Events Candidates +Hlt1BGIPseudoPVsBeamOne: 0 0 +Hlt1BGIPseudoPVsBeamTwo: 0 0 +Hlt1BGIPseudoPVsDownBeamBeam: 0 0 +Hlt1BGIPseudoPVsIRBeamBeam: 0 0 +Hlt1BGIPseudoPVsNoBeam: 0 0 +Hlt1BGIPseudoPVsUpBeamBeam: 0 0 +Hlt1BeamGas: 0 0 +Hlt1ConeJet100GeV: 0 0 +Hlt1ConeJet15GeV: 0 0 +Hlt1ConeJet30GeV: 0 0 +Hlt1ConeJet50GeV: 0 0 +Hlt1D2KK: 13 14 +Hlt1D2KPi: 26 27 +Hlt1D2KPiAlignment: 8 8 +Hlt1D2Kshh: 3 3 +Hlt1D2PiPi: 13 14 +Hlt1DetJpsiToMuMuNegTagLine: 0 0 +Hlt1DetJpsiToMuMuPosTagLine: 0 0 +Hlt1DiElectronDisplaced: 3 3 +Hlt1DiElectronHighMass: 0 0 +Hlt1DiElectronHighMass_SS: 0 0 +Hlt1DiElectronLowMass_Displaced: 1 1 +Hlt1DiElectronLowMass_NoIP: 1 1 +Hlt1DiElectronLowMass_NoIPNorm: 0 0 +Hlt1DiElectronLowMass_SS_Displaced: 0 0 +Hlt1DiElectronLowMass_SS_NoIP: 0 0 +Hlt1DiElectronLowMass_SS_NoIPNorm: 0 0 +Hlt1DiElectronSoft: 0 0 +Hlt1DiMuonDisplaced: 1 1 +Hlt1DiMuonDisplacedSoftPT: 1 1 +Hlt1DiMuonDisplacedSoftPT_SS: 0 0 +Hlt1DiMuonDrellYan: 0 0 +Hlt1DiMuonDrellYan_SS: 0 0 +Hlt1DiMuonDrellYan_VLowMass: 0 0 +Hlt1DiMuonDrellYan_VLowMass_SS: 0 0 +Hlt1DiMuonHighMass: 0 0 +Hlt1DiMuonJpsiMassAlignment: 0 0 +Hlt1DiMuonNoIP: 0 0 +Hlt1DiMuonNoIPNorm: 1 1 +Hlt1DiMuonNoIPNorm_SS: 0 0 +Hlt1DiMuonNoIP_SS: 0 0 +Hlt1DiMuonSoft: 1 1 +Hlt1DiPhotonHighMass: 2 3 +Hlt1DiProtonHighMass: 0 0 +Hlt1DownstreamBuScaElElLine: 0 0 +Hlt1DownstreamBuScaElElLineSameSign: 0 0 +Hlt1DownstreamBuScaHighMassLine: 0 0 +Hlt1DownstreamBuScaHighMassLineSameSign: 0 0 +Hlt1DownstreamBuScaMonitoring: 0 0 +Hlt1DownstreamBuScaMonitoringCleanRegion: 0 0 +Hlt1DownstreamBuScaMonitoringCleanRegionSameSign: 0 0 +Hlt1DownstreamBuScaMonitoringSameSign: 0 0 +Hlt1DownstreamBuScaMuMuHighMassLine: 0 0 +Hlt1DownstreamBuScaMuMuHighMassLineSameSign: 0 0 +Hlt1DownstreamBuScaMuMuLine: 0 0 +Hlt1DownstreamBuScaMuMuLineSameSign: 0 0 +Hlt1DownstreamBuScaPostScaled: 0 0 +Hlt1DownstreamBuScaPostScaledSameSign: 0 0 +Hlt1DownstreamD2Kshh: 0 0 +Hlt1DownstreamGammaToEE: 0 0 +Hlt1DownstreamKsToPiPi: 2 2 +Hlt1DownstreamLambdaToPPi: 3 3 +Hlt1DownstreamPromptKsToPiPi: 0 0 +Hlt1DownstreamPromptLambdaToPPi: 0 0 +Hlt1DownstreamTwoTrackKs: 0 0 +Hlt1Dst2D0Pi: 0 0 +Hlt1Dst2D0PiAlignment: 0 0 +Hlt1ErrorBank: 0 0 +Hlt1GECPassthrough: 0 0 +Hlt1Kplus2PiEE: 0 0 +Hlt1Kplus2PiMuMu: 0 0 +Hlt1Kplus2PiPiPi: 0 0 +Hlt1KsToPiPi: 0 0 +Hlt1KsToPiPiDoubleMuonMisID: 0 0 +Hlt1LambdaLLDetachedTrack: 1 1 +Hlt1MaterialVertexSeedsDownstreamz: 0 0 +Hlt1MaterialVertexSeeds_DWFS: 0 0 +Hlt1NonZeroSuppress: 0 0 +Hlt1ODIN1kHzLumi: 0 0 +Hlt1ODINCalib: 0 0 +Hlt1ODINLumi: 0 0 +Hlt1ODINeeFarFromActivity: 0 0 +Hlt1OneMuonTrackLine: 1 0 +Hlt1Passthrough: 0 0 +Hlt1PassthroughPVinSMOG2: 0 0 +Hlt1Pi02GammaGamma: 0 0 +Hlt1RICH1Alignment: 0 0 +Hlt1RICH2Alignment: 0 0 +Hlt1SMOG22BodyGeneric: 0 0 +Hlt1SMOG22BodyGenericPrompt: 0 0 +Hlt1SMOG2BELowMultElectrons: 0 0 +Hlt1SMOG2BENoBias: 0 0 +Hlt1SMOG2D2Kpi: 0 0 +Hlt1SMOG2DiMuonHighMass: 0 0 +Hlt1SMOG2DisplacedDiMuon: 0 0 +Hlt1SMOG2JPsiToMuMuTaP_NegTag: 0 0 +Hlt1SMOG2JPsiToMuMuTaP_PosTag: 0 0 +Hlt1SMOG2KsTopipi: 0 0 +Hlt1SMOG2L0Toppi: 0 0 +Hlt1SMOG2MinimumBias: 0 0 +Hlt1SMOG2PassThroughLowMult5: 0 0 +Hlt1SMOG2SingleMuon: 0 0 +Hlt1SMOG2SingleTrackHighPt: 0 0 +Hlt1SMOG2SingleTrackVeryHighPt: 0 0 +Hlt1SMOG2etacTopp: 0 0 +Hlt1SingleHighPtElectron: 1 2 +Hlt1SingleHighPtMuon: 0 0 +Hlt1SingleHighPtMuonNoMuID: 0 0 +Hlt1TAEPassthrough: 0 0 +Hlt1TauToPhiMu: 3 3 +Hlt1TrackElectronMVA: 8 8 +Hlt1TrackMVA: 149 237 +Hlt1TrackMuonMVA: 17 17 +Hlt1TwoKs: 1 1 +Hlt1TwoTrackKs: 4 5 +Hlt1TwoTrackMVA: 274 906 +Hlt1UpsilonAlignment: 0 0 +Hlt1VeloMicroBias: 1 0 +Hlt1VeloMicroBiasVeloClosing: 0 0 +Hlt1XiOmegaLLL: 0 0 -veloUT_validator validation: -TrackChecker output : 2643/ 36981 7.15% ghosts -01_velo : 32382/ 66132 48.97% ( 49.24%), 13 ( 0.04%) clones, pur 98.38%, hit eff 93.77% -02_velo+UT : 32343/ 57399 56.35% ( 56.60%), 13 ( 0.04%) clones, pur 98.39%, hit eff 93.76% -03_velo+UT_P>5GeV : 23198/ 29636 78.28% ( 78.47%), 10 ( 0.04%) clones, pur 98.64%, hit eff 94.40% -04_velo+notLong : 7441/ 28206 26.38% ( 26.91%), 3 ( 0.04%) clones, pur 97.90%, hit eff 92.97% -05_velo+UT+notLong : 7404/ 19969 37.08% ( 37.83%), 3 ( 0.04%) clones, pur 97.94%, hit eff 92.94% -06_velo+UT+notLong_P>5GeV : 4206/ 5340 78.76% ( 79.90%), 3 ( 0.07%) clones, pur 98.45%, hit eff 94.87% -07_long : 24941/ 37926 65.76% ( 65.81%), 10 ( 0.04%) clones, pur 98.52%, hit eff 94.01% -08_long_P>5GeV : 18994/ 24714 76.86% ( 77.01%), 7 ( 0.04%) clones, pur 98.68%, hit eff 94.30% -09_long_fromB : 1990/ 2309 86.18% ( 87.55%), 0 ( 0.00%) clones, pur 98.53%, hit eff 94.31% -10_long_fromB_P>5GeV : 1766/ 1909 92.51% ( 93.28%), 0 ( 0.00%) clones, pur 98.60%, hit eff 94.42% -11_long_electrons : 562/ 2697 20.84% ( 20.67%), 0 ( 0.00%) clones, pur 96.91%, hit eff 93.23% -12_long_fromB_electrons : 52/ 110 47.27% ( 51.65%), 0 ( 0.00%) clones, pur 98.26%, hit eff 94.04% -13_long_fromB_electrons_P>5GeV : 47/ 74 63.51% ( 66.41%), 0 ( 0.00%) clones, pur 98.34%, hit eff 93.94% +Total decisions: 539 +Total tracks: 1030 +Total calos clusters: 5 +Total SVs: 955 +Total hits: 26637 +Total stdinfo: 12619 velo_validator validation: -TrackChecker output : 3258/ 153826 2.12% ghosts -01_velo : 65022/ 66132 98.32% ( 98.45%), 1920 ( 2.87%) clones, pur 99.66%, hit eff 95.37% -02_long : 37670/ 37926 99.33% ( 99.38%), 870 ( 2.26%) clones, pur 99.78%, hit eff 96.58% -03_long_P>5GeV : 24617/ 24714 99.61% ( 99.63%), 521 ( 2.07%) clones, pur 99.81%, hit eff 97.16% +TrackChecker output : 3538/ 154139 2.30% ghosts +01_velo : 65029/ 66132 98.33% ( 98.46%), 1923 ( 2.87%) clones, pur 99.65%, hit eff 95.37% +02_long : 37671/ 37926 99.33% ( 99.38%), 870 ( 2.26%) clones, pur 99.78%, hit eff 96.59% +03_long_P>5GeV : 24618/ 24714 99.61% ( 99.64%), 521 ( 2.07%) clones, pur 99.81%, hit eff 97.16% 04_long_strange : 1754/ 1807 97.07% ( 97.70%), 37 ( 2.07%) clones, pur 99.42%, hit eff 96.30% 05_long_strange_P>5GeV : 852/ 878 97.04% ( 97.01%), 14 ( 1.62%) clones, pur 99.30%, hit eff 96.78% -06_long_fromB : 2289/ 2309 99.13% ( 99.33%), 45 ( 1.93%) clones, pur 99.70%, hit eff 97.02% -07_long_fromB_P>5GeV : 1901/ 1909 99.58% ( 99.63%), 36 ( 1.86%) clones, pur 99.79%, hit eff 97.25% +06_long_fromB : 2290/ 2309 99.18% ( 99.36%), 45 ( 1.93%) clones, pur 99.70%, hit eff 97.04% +07_long_fromB_P>5GeV : 1902/ 1909 99.63% ( 99.68%), 36 ( 1.86%) clones, pur 99.79%, hit eff 97.26% 08_long_electrons : 2609/ 2697 96.74% ( 97.23%), 112 ( 4.12%) clones, pur 97.90%, hit eff 95.49% 09_long_fromB_electrons : 106/ 110 96.36% ( 96.30%), 4 ( 3.64%) clones, pur 98.84%, hit eff 96.25% 10_long_fromB_electrons_P>5GeV : 71/ 74 95.95% ( 96.88%), 2 ( 2.74%) clones, pur 98.36%, hit eff 96.71% -11_long_fromSignal : 1301/ 1312 99.16% ( 99.19%), 22 ( 1.66%) clones, pur 99.68%, hit eff 97.24% +11_long_fromSignal : 1302/ 1312 99.24% ( 99.26%), 22 ( 1.66%) clones, pur 99.68%, hit eff 97.25%