Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ipolyako/Moore
  • qhan/Moore
  • allightb/Moore
  • gpietrzy/Moore
  • smaccoli/Moore
  • rmatev/Moore
  • bldelane/Moore
  • egranado/Moore
  • peilian/Moore
  • rcurrie/Moore
  • mstahl/Moore
  • jonrob/Moore
  • raaij/Moore
  • lhcb/Moore
14 results
Show changes
Commits on Source (400)
Showing
with 431 additions and 36 deletions
......@@ -17,7 +17,7 @@ stages:
variables:
TARGET_BRANCH: master
# Parameters for downloading nightlies and building Moore
BINARY_TAG: x86_64_v2-centos7-gcc11-opt
BINARY_TAG: x86_64_v2-centos7-gcc12-opt
NO_LBLOGIN: "1" # prevent lbdocker containers to start LbLogin/LbEnv
LB_NIGHTLY_SLOT: lhcb-master
......
###############################################################################
# (c) Copyright 2000-2021 CERN for the benefit of the LHCb Collaboration #
# (c) Copyright 2000-2023 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
......@@ -11,7 +11,7 @@
cmake_minimum_required(VERSION 3.15)
project(Moore VERSION 54.13
project(Moore VERSION 54.20.1
LANGUAGES CXX)
# Enable testing with CTest/CDash
......
......@@ -25,13 +25,37 @@ if(BUILD_TESTING AND USE_DD4HEP)
# Disable some tests that are not yet dd4hep ready
set_property(
TEST
# These need muon geometry v2
Hlt1Conf.hlt1_test_allen_muontables_v2geometry
Hlt1Conf.performance.pp_comparison
Hlt1Conf.performance.pp_default
Hlt1Conf.performance.pp_track_mva
Hlt1Conf.test_hlt1_dump_tracks
Hlt1Conf.persistency.dst_read
Hlt1Conf.persistency.dst_write
Hlt1Conf.persistency.mdf_read
Hlt1Conf.persistency.mdf_read_decs
Hlt1Conf.persistency.mdf_test_routing_bits
Hlt1Conf.persistency.mdf_write
Hlt1Conf.persistency.selreports
Hlt1Conf.test_hlt1_example
Hlt1Conf.test_hlt1_smog_example
# needs sim-20180530-vc-md100 as condition version
Hlt1Conf.performance.pp_comparison
Hlt1Conf.performance.pp_default
Hlt1Conf.performance.pp_track_mva
Hlt1Conf.test_hlt1_dump_tracks
PROPERTY
DISABLED TRUE
)
endif()
if (BINARY_TAG MATCHES ".*cuda.*")
# When compiling for GPU, Gaudi-Allen algorithm wrappers call the device algorithms
# since these are incompatible with calling from Moore / Gaudi, disable Gaudi-Allen tests
get_property(hlt1conf_tests DIRECTORY PROPERTY TESTS)
foreach(test IN ITEMS ${hlt1conf_tests})
if(test MATCHES "allen")
#message(STATUS "Disabling ${test}")
set_property(TEST ${test} PROPERTY DISABLED TRUE)
endif()
endforeach()
endif()
......@@ -25,7 +25,7 @@ from Moore.qmtest.exclusions import ref_preprocessor
remove_output = RegexpReplacer(
when="LHCb__MDFWriter",
orig=r' Output:file[^ ]+',
orig=r' Output:[^ ]+',
repl=r'')
validateWithReference(preproc=ref_preprocessor + remove_output)
......
......@@ -25,7 +25,7 @@ from Moore.qmtest.exclusions import ref_preprocessor
remove_output = RegexpReplacer(
when="LHCb__MDFWriter",
orig=r' (Output:file[^ ]+|Size:.+)',
orig=r' (Output:[^ ]+|Size:.+)',
repl=r'')
validateWithReference(preproc=ref_preprocessor + remove_output)
......
......@@ -33,7 +33,7 @@ import re
# 4. We make a positive decision with the TwoTrackMVA line on at least one event
# 5. We make a negative decision with the TwoTrackMVA line on at least one event
pattern = re.compile(r'\s+\|\*"Selected by Hlt1TrackMVA.*Decision"\s+\|\s+(\d+)\s+\|\s+(\d+)')
pattern = re.compile(r'\s+\|\*"Selected by Hlt1TrackMVADecision"\s+\|\s+(\d+)\s+\|\s+(\d+)')
nread = nselected = -1
for line in stdout.split('\n'):
m = re.match(pattern, line)
......@@ -52,7 +52,7 @@ if nselected < 1:
if nselected == nread:
causes.append('expected at least one event to be filtered out by TrackMVA')
pattern = re.compile(r'\s+\|\*"Selected by Hlt1TwoTrackMVA.*Decision"\s+\|\s+(\d+)\s+\|\s+(\d+)')
pattern = re.compile(r'\s+\|\*"Selected by Hlt1TwoTrackMVADecision"\s+\|\s+(\d+)\s+\|\s+(\d+)')
nread = nselected = -1
for line in stdout.split('\n'):
m = re.match(pattern, line)
......
......@@ -32,7 +32,7 @@ import re
# 4. We make a positive decision with the TwoTrackMVA line on at least one event
# 5. We make a negative decision with the TwoTrackMVA line on at least one event
pattern = re.compile(r'\s+\|\*"Selected by Hlt1TrackMVA.*Decision"\s+\|\s+(\d+)\s+\|\s+(\d+)')
pattern = re.compile(r'\s+\|\*"Selected by Hlt1TrackMVADecision"\s+\|\s+(\d+)\s+\|\s+(\d+)')
nread = nselected = -1
for line in stdout.split('\n'):
m = re.match(pattern, line)
......@@ -51,7 +51,7 @@ if nselected < 1:
if nselected == nread:
causes.append('expected at least one event to be filtered out by TrackMVA')
pattern = re.compile(r'\s+\|\*"Selected by Hlt1TwoTrackMVA.*Decision"\s+\|\s+(\d+)\s+\|\s+(\d+)')
pattern = re.compile(r'\s+\|\*"Selected by Hlt1TwoTrackMVADecision"\s+\|\s+(\d+)\s+\|\s+(\d+)')
nread = nselected = -1
for line in stdout.split('\n'):
m = re.match(pattern, line)
......
LHCb__MDFWriter_ed14287b INFO Size:85771348 MD5 sum:a0a0c376bc92a137c92bddbcaa4b8e98
LHCb__MDFWriter_3fc8bc15 INFO Size:85771348 MD5 sum:a0a0c376bc92a137c92bddbcaa4b8e98
ApplicationMgr INFO Application Manager Finalized successfully
ApplicationMgr INFO Application Manager Terminated successfully
AllenTESProducer_ECal INFO Number of counters : 1
......@@ -15,7 +15,7 @@ AllenTESProducer_VP INFO Number of counters : 1
| "BytesWritten_VeloGeometry" | 16376 |
DumpBeamline INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_Beamline" | 8 |
| "BytesWritten_Beamline" | 40 |
DumpMuonGeometry INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_MuonGeometry" | 79964 |
......@@ -29,13 +29,43 @@ DumpUTGeometry INFO Number of counters : 2
DumpUTLookupTables INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_UTLookupTables" | 15544 |
HLTControlFlowMgr INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "Processed events" | 500 |
PrLHCbID2MCParticle_98af7a5b INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "#removed null MCParticles" | 3232115 | 0 | 0.0000 |
PrStoreSciFiHits_fb0eba02 INFO Number of counters : 25
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "Average X in T1U" | 135565 | -4098054 | -30.229 | 1142.6 | -2656.0 | 2656.0 |
| "Average X in T1V" | 136398 | -1990192 | -14.591 | 1140.8 | -2656.2 | 2656.2 |
| "Average X in T1X1" | 132209 | -3944515 | -29.835 | 1154.8 | -2645.9 | 2646.1 |
| "Average X in T1X2" | 139111 | -277461.8 | -1.9945 | 1133.2 | -2646.1 | 2645.1 |
| "Average X in T2U" | 133415 | -1914520 | -14.350 | 1162.0 | -2656.2 | 2656.3 |
| "Average X in T2V" | 137413 | -2264200 | -16.477 | 1159.7 | -2656.2 | 2656.2 |
| "Average X in T2X1" | 129129 | -2702085 | -20.925 | 1162.2 | -2645.9 | 2646.0 |
| "Average X in T2X2" | 140391 | -1381583 | -9.8410 | 1149.5 | -2645.9 | 2646.1 |
| "Average X in T3U" | 146471 | -2753647 | -18.800 | 1381.0 | -3188.4 | 3187.5 |
| "Average X in T3V" | 150147 | -2553484 | -17.007 | 1372.7 | -3188.1 | 3188.1 |
| "Average X in T3X1" | 142142 | -1789408 | -12.589 | 1380.6 | -3176.1 | 3176.1 |
| "Average X in T3X2" | 154939 | -4465706 | -28.822 | 1370.5 | -3175.6 | 3175.9 |
| "Hits in T1U" | 2000 | 135565 | 67.782 | 37.047 | 2.0000 | 243.00 |
| "Hits in T1V" | 2000 | 136398 | 68.199 | 36.413 | 6.0000 | 235.00 |
| "Hits in T1X1" | 2000 | 132209 | 66.105 | 36.027 | 4.0000 | 249.00 |
| "Hits in T1X2" | 2000 | 139111 | 69.555 | 37.561 | 4.0000 | 251.00 |
| "Hits in T2U" | 2000 | 133415 | 66.707 | 35.350 | 4.0000 | 220.00 |
| "Hits in T2V" | 2000 | 137413 | 68.707 | 36.581 | 3.0000 | 229.00 |
| "Hits in T2X1" | 2000 | 129129 | 64.564 | 34.118 | 2.0000 | 266.00 |
| "Hits in T2X2" | 2000 | 140391 | 70.195 | 37.082 | 2.0000 | 225.00 |
| "Hits in T3U" | 2000 | 146471 | 73.236 | 37.695 | 4.0000 | 242.00 |
| "Hits in T3V" | 2000 | 150147 | 75.073 | 38.912 | 5.0000 | 240.00 |
| "Hits in T3X1" | 2000 | 142142 | 71.071 | 36.227 | 6.0000 | 250.00 |
| "Hits in T3X2" | 2000 | 154939 | 77.469 | 40.076 | 4.0000 | 234.00 |
| "Total number of hits" | 500 | 1677330 | 3354.7 | 1669.4 | 408.00 | 9578.0 |
PrStoreUTHit_7a6d8dc6 INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "#banks" | 500 | 90000 | 180.00 |
RawEventCombiner_352923a5 INFO Number of counters : 2
RawEventCombiner_566a2a8d INFO Number of counters : 2
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "DstData bank size (bytes)" | 500 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 |
| "Event size (bytes)" | 500 |8.151559e+07 | 1.6303e+05 | 87480.0 | 10278.0 | 5.0251e+05 |
......
LHCb__MDFWriter_ed14287b INFO Size:85771348 MD5 sum:6cdf57403b1fe4c7dcf1434087b3be9e
LHCb__MDFWriter_3fc8bc15 INFO Size:85771348 MD5 sum:6cdf57403b1fe4c7dcf1434087b3be9e
ApplicationMgr INFO Application Manager Finalized successfully
ApplicationMgr INFO Application Manager Terminated successfully
AllenTESProducer_ECal INFO Number of counters : 1
......@@ -15,7 +15,7 @@ AllenTESProducer_VP INFO Number of counters : 1
| "BytesWritten_VeloGeometry" | 16376 |
DumpBeamline INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_Beamline" | 8 |
| "BytesWritten_Beamline" | 40 |
DumpMuonGeometry INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_MuonGeometry" | 79964 |
......@@ -29,13 +29,43 @@ DumpUTGeometry INFO Number of counters : 2
DumpUTLookupTables INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_UTLookupTables" | 15544 |
HLTControlFlowMgr INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "Processed events" | 500 |
PrLHCbID2MCParticle_98af7a5b INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "#removed null MCParticles" | 3232115 | 0 | 0.0000 |
PrStoreSciFiHits_fb0eba02 INFO Number of counters : 25
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "Average X in T1U" | 135565 | -4098054 | -30.229 | 1142.6 | -2656.0 | 2656.0 |
| "Average X in T1V" | 136398 | -1990192 | -14.591 | 1140.8 | -2656.2 | 2656.2 |
| "Average X in T1X1" | 132209 | -3944515 | -29.835 | 1154.8 | -2645.9 | 2646.1 |
| "Average X in T1X2" | 139111 | -277461.8 | -1.9945 | 1133.2 | -2646.1 | 2645.1 |
| "Average X in T2U" | 133415 | -1914520 | -14.350 | 1162.0 | -2656.2 | 2656.3 |
| "Average X in T2V" | 137413 | -2264200 | -16.477 | 1159.7 | -2656.2 | 2656.2 |
| "Average X in T2X1" | 129129 | -2702085 | -20.925 | 1162.2 | -2645.9 | 2646.0 |
| "Average X in T2X2" | 140391 | -1381583 | -9.8410 | 1149.5 | -2645.9 | 2646.1 |
| "Average X in T3U" | 146471 | -2753647 | -18.800 | 1381.0 | -3188.4 | 3187.5 |
| "Average X in T3V" | 150147 | -2553484 | -17.007 | 1372.7 | -3188.1 | 3188.1 |
| "Average X in T3X1" | 142142 | -1789408 | -12.589 | 1380.6 | -3176.1 | 3176.1 |
| "Average X in T3X2" | 154939 | -4465706 | -28.822 | 1370.5 | -3175.6 | 3175.9 |
| "Hits in T1U" | 2000 | 135565 | 67.782 | 37.047 | 2.0000 | 243.00 |
| "Hits in T1V" | 2000 | 136398 | 68.199 | 36.413 | 6.0000 | 235.00 |
| "Hits in T1X1" | 2000 | 132209 | 66.105 | 36.027 | 4.0000 | 249.00 |
| "Hits in T1X2" | 2000 | 139111 | 69.555 | 37.561 | 4.0000 | 251.00 |
| "Hits in T2U" | 2000 | 133415 | 66.707 | 35.350 | 4.0000 | 220.00 |
| "Hits in T2V" | 2000 | 137413 | 68.707 | 36.581 | 3.0000 | 229.00 |
| "Hits in T2X1" | 2000 | 129129 | 64.564 | 34.118 | 2.0000 | 266.00 |
| "Hits in T2X2" | 2000 | 140391 | 70.195 | 37.082 | 2.0000 | 225.00 |
| "Hits in T3U" | 2000 | 146471 | 73.236 | 37.695 | 4.0000 | 242.00 |
| "Hits in T3V" | 2000 | 150147 | 75.073 | 38.912 | 5.0000 | 240.00 |
| "Hits in T3X1" | 2000 | 142142 | 71.071 | 36.227 | 6.0000 | 250.00 |
| "Hits in T3X2" | 2000 | 154939 | 77.469 | 40.076 | 4.0000 | 234.00 |
| "Total number of hits" | 500 | 1677330 | 3354.7 | 1669.4 | 408.00 | 9578.0 |
PrStoreUTHit_7a6d8dc6 INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "#banks" | 500 | 90000 | 180.00 |
RawEventCombiner_352923a5 INFO Number of counters : 2
RawEventCombiner_566a2a8d INFO Number of counters : 2
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "DstData bank size (bytes)" | 500 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 |
| "Event size (bytes)" | 500 |8.151559e+07 | 1.6303e+05 | 87480.0 | 10278.0 | 5.0251e+05 |
......
dump_for_standalone_allen_Sim10aU1.ref.detdesc
\ No newline at end of file
LHCb__MDFWriter_ea1d754b INFO
ApplicationMgr INFO Application Manager Finalized successfully
ApplicationMgr INFO Application Manager Terminated successfully
AllenTESProducer_ECal INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_EcalGeometry" | 198684 |
AllenTESProducer_FTCluster INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_SciFiGeometry" | 104104 |
AllenTESProducer_Magnet INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_MagneticField" | 4 |
AllenTESProducer_VP INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_VeloGeometry" | 16376 |
DumpBeamline INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_Beamline" | 40 |
DumpMuonGeometry INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_MuonGeometry" | 211468 |
DumpMuonTable INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_MuonLookupTables" | 1116340 |
DumpUTGeometry INFO Number of counters : 2
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_UTBoards" | 84688 |
| "BytesWritten_UTGeometry" | 41924 |
DumpUTLookupTables INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_UTLookupTables" | 15544 |
HLTControlFlowMgr INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "Processed events" | 500 |
PrLHCbID2MCParticle_98af7a5b INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "#removed null MCParticles" | 4649885 | 0 | 0.0000 |
PrStoreSciFiHits_fb0eba02 INFO Number of counters : 25
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "Average X in T1U" | 201811 | -4612155 | -22.854 | 1183.8 | -2656.3 | 2656.4 |
| "Average X in T1V" | 204797 | -4601057 | -22.466 | 1176.6 | -2656.2 | 2656.4 |
| "Average X in T1X1" | 200750 | -9404588 | -46.847 | 1200.5 | -2646.2 | 2646.1 |
| "Average X in T1X2" | 206953 | -4323143 | -20.889 | 1170.7 | -2646.2 | 2646.2 |
| "Average X in T2U" | 199806 | -5937978 | -29.719 | 1195.6 | -2656.3 | 2656.4 |
| "Average X in T2V" | 204512 | -4560829 | -22.301 | 1183.1 | -2656.3 | 2656.4 |
| "Average X in T2X1" | 190980 | -5000709 | -26.184 | 1198.0 | -2646.2 | 2646.2 |
| "Average X in T2X2" | 208640 | -3261722 | -15.633 | 1175.4 | -2646.1 | 2646.2 |
| "Average X in T3U" | 218846 | -1930463 | -8.8211 | 1416.6 | -3188.4 | 3188.4 |
| "Average X in T3V" | 223131 | -2646657 | -11.861 | 1409.3 | -3188.4 | 3188.4 |
| "Average X in T3X1" | 211802 | -1545292 | -7.2959 | 1417.8 | -3176.2 | 3176.2 |
| "Average X in T3X2" | 231382 | -4291956 | -18.549 | 1396.6 | -3176.1 | 3176.1 |
| "Hits in T1U" | 2000 | 201811 | 100.91 | 37.212 | 23.000 | 267.00 |
| "Hits in T1V" | 2000 | 204797 | 102.40 | 37.501 | 20.000 | 283.00 |
| "Hits in T1X1" | 2000 | 200750 | 100.38 | 37.538 | 23.000 | 268.00 |
| "Hits in T1X2" | 2000 | 206953 | 103.48 | 38.302 | 21.000 | 287.00 |
| "Hits in T2U" | 2000 | 199806 | 99.903 | 37.093 | 20.000 | 281.00 |
| "Hits in T2V" | 2000 | 204512 | 102.26 | 38.030 | 19.000 | 272.00 |
| "Hits in T2X1" | 2000 | 190980 | 95.490 | 35.634 | 17.000 | 258.00 |
| "Hits in T2X2" | 2000 | 208640 | 104.32 | 38.578 | 19.000 | 260.00 |
| "Hits in T3U" | 2000 | 218846 | 109.42 | 39.270 | 24.000 | 271.00 |
| "Hits in T3V" | 2000 | 223131 | 111.57 | 39.981 | 21.000 | 268.00 |
| "Hits in T3X1" | 2000 | 211802 | 105.90 | 37.893 | 22.000 | 261.00 |
| "Hits in T3X2" | 2000 | 231382 | 115.69 | 41.859 | 20.000 | 323.00 |
| "Total number of hits" | 500 | 2503410 | 5006.8 | 1664.7 | 1545.0 | 11383.0 |
PrStoreUTHit_7a6d8dc6 INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "#banks" | 500 | 108000 | 216.00 |
RawEventCombiner_566a2a8d INFO Number of counters : 2
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "DstData bank size (bytes)" | 500 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 |
| "Event size (bytes)" | 500 |1.245848e+08 | 2.4917e+05 | 90787.0 | 54085.0 | 5.8926e+05 |
VPRetinaClusterDecoder_30385f6a INFO Number of counters : 13
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "Number of banks" | 500 | 52000 | 104.00 |
| "Number of clusters" | 500 | 1427610 | 2855.2 |
| "Number of clusters - Mod14" | 500 | 27415 | 54.830 |
| "Number of clusters - Mod15" | 500 | 27741 | 55.482 |
| "Number of clusters - Mod16" | 500 | 28029 | 56.058 |
| "Number of clusters at matrix edge" | 500 | 154697 | 309.39 |
| "Number of clusters from SPs w/ neighbors" | 500 | 323437 | 646.87 |
| "Number of clusters from isolated SPs" | 500 | 1099906 | 2199.8 |
| "Number of clusters from overflowing SPs" | 500 | 4267 | 8.5340 |
| "Number of clusters from overflowing SPs - Mod 14"| 500 | 185 | 0.37000 |
| "Number of clusters from overflowing SPs - Mod 15"| 500 | 434 | 0.86800 |
| "Number of clusters from overflowing SPs - Mod 16"| 500 | 121 | 0.24200 |
| "Number of clusters not self contained" | 500 | 52493 | 104.99 |
LHCb__MDFWriter_5f5ed941 INFO
LHCb__MDFWriter_ea1d754b INFO
ApplicationMgr INFO Application Manager Finalized successfully
ApplicationMgr INFO Application Manager Terminated successfully
AllenTESProducer_ECal INFO Number of counters : 1
......@@ -15,7 +15,7 @@ AllenTESProducer_VP INFO Number of counters : 1
| "BytesWritten_VeloGeometry" | 16376 |
DumpBeamline INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_Beamline" | 8 |
| "BytesWritten_Beamline" | 40 |
DumpMuonGeometry INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_MuonGeometry" | 211468 |
......@@ -29,13 +29,43 @@ DumpUTGeometry INFO Number of counters : 2
DumpUTLookupTables INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "BytesWritten_UTLookupTables" | 15544 |
HLTControlFlowMgr INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "Processed events" | 500 |
PrLHCbID2MCParticle_98af7a5b INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "#removed null MCParticles" | 4649885 | 0 | 0.0000 |
PrStoreSciFiHits_fb0eba02 INFO Number of counters : 25
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "Average X in T1U" | 201811 | -4616606 | -22.876 | 1183.8 | -2656.4 | 2656.3 |
| "Average X in T1V" | 204797 | -4605574 | -22.488 | 1176.6 | -2656.2 | 2656.3 |
| "Average X in T1X1" | 200750 | -9404588 | -46.847 | 1200.5 | -2646.2 | 2646.1 |
| "Average X in T1X2" | 206953 | -4323143 | -20.889 | 1170.7 | -2646.2 | 2646.2 |
| "Average X in T2U" | 199806 | -5942384 | -29.741 | 1195.6 | -2656.4 | 2656.3 |
| "Average X in T2V" | 204512 | -4565340 | -22.323 | 1183.1 | -2656.4 | 2656.3 |
| "Average X in T2X1" | 190980 | -5000709 | -26.184 | 1198.0 | -2646.2 | 2646.2 |
| "Average X in T2X2" | 208640 | -3261722 | -15.633 | 1175.4 | -2646.1 | 2646.2 |
| "Average X in T3U" | 218846 | -1935290 | -8.8432 | 1416.6 | -3188.4 | 3188.4 |
| "Average X in T3V" | 223131 | -2651578 | -11.884 | 1409.3 | -3188.4 | 3188.4 |
| "Average X in T3X1" | 211802 | -1545292 | -7.2959 | 1417.8 | -3176.2 | 3176.2 |
| "Average X in T3X2" | 231382 | -4291956 | -18.549 | 1396.6 | -3176.1 | 3176.1 |
| "Hits in T1U" | 2000 | 201811 | 100.91 | 37.212 | 23.000 | 267.00 |
| "Hits in T1V" | 2000 | 204797 | 102.40 | 37.501 | 20.000 | 283.00 |
| "Hits in T1X1" | 2000 | 200750 | 100.38 | 37.538 | 23.000 | 268.00 |
| "Hits in T1X2" | 2000 | 206953 | 103.48 | 38.302 | 21.000 | 287.00 |
| "Hits in T2U" | 2000 | 199806 | 99.903 | 37.093 | 20.000 | 281.00 |
| "Hits in T2V" | 2000 | 204512 | 102.26 | 38.030 | 19.000 | 272.00 |
| "Hits in T2X1" | 2000 | 190980 | 95.490 | 35.634 | 17.000 | 258.00 |
| "Hits in T2X2" | 2000 | 208640 | 104.32 | 38.578 | 19.000 | 260.00 |
| "Hits in T3U" | 2000 | 218846 | 109.42 | 39.270 | 24.000 | 271.00 |
| "Hits in T3V" | 2000 | 223131 | 111.57 | 39.981 | 21.000 | 268.00 |
| "Hits in T3X1" | 2000 | 211802 | 105.90 | 37.893 | 22.000 | 261.00 |
| "Hits in T3X2" | 2000 | 231382 | 115.69 | 41.859 | 20.000 | 323.00 |
| "Total number of hits" | 500 | 2503410 | 5006.8 | 1664.7 | 1545.0 | 11383.0 |
PrStoreUTHit_7a6d8dc6 INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "#banks" | 500 | 108000 | 216.00 |
RawEventCombiner_352923a5 INFO Number of counters : 2
RawEventCombiner_566a2a8d INFO Number of counters : 2
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "DstData bank size (bytes)" | 500 | 0 | 0.0000 | 0.0000 | 0.0000 | 0.0000 |
| "Event size (bytes)" | 500 |1.245848e+08 | 2.4917e+05 | 90787.0 | 54085.0 | 5.8926e+05 |
......
......@@ -19,6 +19,9 @@ HLT1PostscaleDecReportsMonitor INFO Number of counters : 1
HLT1PrescaleDecReportsMonitor INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
|*"#accept" | 1000 | 98 |( 9.800000 +- 0.9401915)% |
HLTControlFlowMgr INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "Processed events" | 1000 |
Hlt1TrackMVA_Prescaler INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
|*"#accept" | 1000 | 1000 |( 100.0000 +- 0.000000)% |
......
......@@ -18,6 +18,9 @@ HLT1PostscaleDecReportsMonitor INFO Number of counters : 1
HLT1PrescaleDecReportsMonitor INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
|*"#accept" | 1000 | 98 |( 9.800000 +- 0.9401915)% |
HLTControlFlowMgr INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
| "Processed events" | 1000 |
Hlt1TrackMVA_Prescaler INFO Number of counters : 1
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
|*"#accept" | 1000 | 1000 |( 100.0000 +- 0.000000)% |
......
......@@ -34,6 +34,7 @@ if(BINARY_TAG MATCHES "san$")
Hlt2Conf.streaming.test_hlt2_streaming
Hlt2Conf.streaming.test_hlt2_streaming_check_A
Hlt2Conf.streaming.test_hlt2_streaming_check_B
Hlt2Conf.streaming.test_hlt2_streaming_check_Lumi
Hlt2Conf.streaming.test_sprucing_streaming
Hlt2Conf.streaming.test_sprucing_streaming_check_A
Hlt2Conf.streaming.test_sprucing_streaming_check_B
......@@ -50,15 +51,70 @@ if(BUILD_TESTING AND USE_DD4HEP)
# Disable some tests that are not yet dd4hep ready
set_property(
TEST
Hlt2Conf.hlt2_pp_thor
Hlt2Conf.monitoring.test_hlt2_default_monitoring
Hlt2Conf.streaming.test_hlt2_all_lines_with_reco_with_streams
Hlt2Conf.streaming.test_hlt2_all_lines_with_reco_with_streams_mdf
# These need muon geometry v2 or depend on tests needing it
Hlt2Conf.streaming.test_hlt2_streaming
Hlt2Conf.streaming.test_hlt2_streaming_check_A
Hlt2Conf.streaming.test_hlt2_streaming_check_B
Hlt2Conf.streaming.test_hlt2_streaming_check_Lumi
Hlt2Conf.streaming.test_sprucing_streaming
Hlt2Conf.streaming.test_sprucing_streaming_check_A
Hlt2Conf.streaming.test_sprucing_streaming_check_B
Hlt2Conf.test_hlt2_2or3bodytopo_realtime
Hlt2Conf.test_hlt2_2or3bodytopo_realtime_dst
Hlt2Conf.test_hlt2_all_lines
Hlt2Conf.test_hlt2_all_lines_with_reco
Hlt2Conf.test_hlt2_bandwidth_5streams
Hlt2Conf.test_hlt2_flavourtagging_flavourtaggers
Hlt2Conf.test_persistreco_check_flavourtags
Hlt2Conf.test_hlt2_flavourtagging_sskaontagger
Hlt2Conf.test_hlt2_line_example_with_extras
Hlt2Conf.test_hlt2_noUT_trackefflines
Hlt2Conf.test_hlt2_passthrough_persistreco
Hlt2Conf.test_hlt2_passthrough_persistreco_output
Hlt2Conf.test_hlt2_trackefflines
Hlt2Conf.test_hlt2_with_hlt1_decisions
Hlt2Conf.test_persistreco_realtime
Hlt2Conf.test_persistreco_output_realtime
Hlt2Conf.sprucing.test_spruce_example_realtime
Hlt2Conf.sprucing.test_spruce_example_realtime_check
Hlt2Conf.sprucing.test_spruce_example_realtime_dstinput
Hlt2Conf.sprucing.test_spruce_example_realtime_dstinput_check
Hlt2Conf.sprucing.test_spruce_example_realtime_dstinput_gaudirun
Hlt2Conf.sprucing.test_spruce_example_realtime_dstinput_gaudirun_check
Hlt2Conf.sprucing.test_spruce_example_realtime_extraoutputs
Hlt2Conf.sprucing.test_spruce_example_realtime_extraoutputs_check
Hlt2Conf.sprucing.test_spruce_alllines_realtime_gaudirun
Hlt2Conf.sprucing.test_spruce_example_realtime_monitoring
Hlt2Conf.sprucing.test_spruce_example_realtime_persistreco
Hlt2Conf.sprucing.test_spruce_example_realtime_persistreco_check
Hlt2Conf.sprucing.test_spruce_hlt2filter
Hlt2Conf.sprucing.test_spruce_passthrough
Hlt2Conf.sprucing.test_spruce_passthrough_check
Hlt2Conf.sprucing.test_spruce_passthrough_dstinput
Hlt2Conf.sprucing.test_spruce_passthrough_dstinput_check
Hlt2Conf.sprucing.test_spruce_passthrough_dstinput_gaudirun
Hlt2Conf.sprucing.test_spruce_passthrough_dstinput_gaudirun_check
Hlt2Conf.sprucing.test_spruce_passthrough_gaudirun
Hlt2Conf.sprucing.test_spruce_passthrough_gaudirun_check
Hlt2Conf.test_hlt2_check_output
Hlt2Conf.test_persistreco_fromfile
Hlt2Conf.test_persistreco_output_fromfile
# needs sim-20180530-vc-md100 as condition version
Hlt2Conf.test_hlt2_reco_plus_thor_selections
Hlt2Conf.test_hlt2_reco_plus_thor_selections_fastest
Hlt2Conf.test_hlt2_reco_plus_thor_selections_legacy
Hlt2Conf.test_hlt2_trackefflines
Hlt2Conf.test_hlt2_all_lines_with_reco
Hlt2Conf.test_hlt2_check_output_with_reco
Hlt2Conf.monitoring.test_hlt2_default_monitoring
Hlt2Conf.streaming.test_hlt2_all_lines_with_reco_with_streams
Hlt2Conf.streaming.test_hlt2_all_lines_with_reco_with_streams_mdf
Hlt2Conf.test_turbo_hlt2_check_output_with_reco_with_streams_mdf
Hlt2Conf.streaming.test_sprucing_hlt2_check_output_with_reco_with_streams_mdf
Hlt2Conf.hlt2_pp_thor
# These need dddb-20171126 tag, non existing in DD4hep
Hlt2Conf.sprucing.test_spruce_all_lines_realtime
Hlt2Conf.test_hlt2_standard_particles
# needs sim-20171127-vc-md100 as condition version
Hlt2Conf.test_hlt2_example
PROPERTY
DISABLED TRUE
)
......@@ -73,6 +129,13 @@ if(BUILD_TESTING AND NOT USE_DD4HEP)
Hlt2Conf.hlt2_test_duplicate_filters
Hlt2Conf.sprucing.test_excl_spruce_2022_data
Hlt2Conf.sprucing.test_pass_spruce_2022_data
Hlt2Conf.sprucing.test_turcal_spruce_2022_data
Hlt2Conf.sprucing.test_turcal_spruce_2022_data_pid_check
Hlt2Conf.sprucing.test_turcal_spruce_2022_data_pid_rb_check
Hlt2Conf.sprucing.test_turcal_spruce_2022_data_trackeff_check
Hlt2Conf.sprucing.test_turcal_spruce_2022_data_trackeff_rb_check
Hlt2Conf.sprucing.test_turcal_spruce_2022_data_monitoring_check
Hlt2Conf.sprucing.test_turcal_spruce_2022_data_monitoring_rb_check
Hlt2Conf.sprucing.test_excl_spruce_2022_data_b2cc_check
Hlt2Conf.sprucing.test_excl_spruce_2022_data_b2oc_check
Hlt2Conf.sprucing.test_excl_spruce_2022_data_bandq_check
......@@ -84,11 +147,11 @@ if(BUILD_TESTING AND NOT USE_DD4HEP)
Hlt2Conf.sprucing.test_pass_spruce_2022_data_bandq_check
Hlt2Conf.sprucing.test_pass_spruce_2022_data_bnoc_check
Hlt2Conf.sprucing.test_pass_spruce_2022_data_charm_check
Hlt2Conf.sprucing.test_pass_spruce_2022_data_charmtodimuon_check
Hlt2Conf.sprucing.test_pass_spruce_2022_data_dimuonnoip_check
Hlt2Conf.sprucing.test_pass_spruce_2022_data_qee_check
Hlt2Conf.sprucing.test_pass_spruce_2022_data_rd_check
Hlt2Conf.sprucing.test_pass_spruce_2022_data_sl_check
Hlt2Conf.sprucing.test_excl_spruce_2023_1_data
Hlt2Conf.sprucing.test_excl_spruce_2023_2_data
PROPERTY
DISABLED TRUE
)
......
......@@ -112,7 +112,7 @@ options.simulation = True
options.data_type = 'Upgrade'
options.dddb_tag = 'dddb-20210617'
options.conddb_tag = 'sim-20210617-vc-md100'
options.geometry_version = 'trunk'
options.geometry_version = 'run3/trunk'
options.conditions_version = 'master'
options.input_raw_format = 0.3
make_digits.global_bind(calo_raw_bank=False)
......
......@@ -38,11 +38,8 @@ options.ntuple_file = "rate_ntuple_bnoc_hlt2.root"
# needed to run over FTv2 data
from RecoConf.reconstruction_objects import reconstruction
#from RecoConf.protoparticles import make_charged_protoparticles
from RecoConf.global_tools import stateProvider_with_simplified_geom
with reconstruction.bind(
from_file=False): #, make_charged_protoparticles.bind(
#enable_muon_id=True):
with reconstruction.bind(from_file=False):
run_moore_with_tuples(
options,
hlt1=False,
......
......@@ -72,6 +72,28 @@ pprint(Moore.streams_hlt2.DETECTOR_RAW_BANK_TYPES_PER_STREAM)
# Remove lines which contain jets
pattern_to_remove = "(?i)(hlt2jets)"
hlt2_lines = remove_lines(all_lines, pattern_to_remove)
# Remove lines which require hlt1_filter_code
to_remove = [
'Hlt2IFT_SMOG2GECPassthrough', 'Hlt2IFT_SMOG2LumiPassthrough',
'Hlt2IFT_SMOG2MBPassthrough', 'Hlt2IFT_Femtoscopy_InclLambdaLL',
'Hlt2IFT_Femtoscopy_InclXiLLL', 'Hlt2IFT_Femtoscopy_InclOmegaLLL',
'Hlt2IFT_Femtoscopy_LambdaP', 'Hlt2IFT_Femtoscopy_LambdaP_lowK',
'Hlt2IFT_Femtoscopy_LambdaLambda', 'Hlt2IFT_Femtoscopy_LambdaLambda_lowK',
'Hlt2IFT_Femtoscopy_XiP', 'Hlt2IFT_Femtoscopy_XiP_lowK',
'Hlt2IFT_Femtoscopy_XiLambda', 'Hlt2IFT_Femtoscopy_XiLambda_lowK',
'Hlt2IFT_Femtoscopy_XiXi', 'Hlt2IFT_Femtoscopy_OmegaP',
'Hlt2IFT_Femtoscopy_OmegaP', 'Hlt2IFT_Femtoscopy_OmegaP_lowK',
'Hlt2IFT_Femtoscopy_OmegaLambda', 'Hlt2IFT_Femtoscopy_OmegaXi',
'Hlt2IFT_Femtoscopy_OmegaOmega', 'Hlt2QEE_DiElectronPrompt_PersistPhotons',
'Hlt2QEE_DiElectronPrompt_PersistPhotons_FULL',
'Hlt2QEE_DiElectronDisplaced_PersistPhotons',
'Hlt2QEE_DiElectronDisplaced_PersistPhotons_FULL',
'Hlt2QEE_DiElectronPrompt_PersistPhotonsSS',
'Hlt2QEE_DiElectronDisplaced_PersistPhotonsSS'
]
for remove in to_remove:
hlt2_lines = remove_lines(hlt2_lines, remove)
print("Number of HLT2 lines {}".format(len(hlt2_lines)))
public_tools = [stateProvider_with_simplified_geom()]
......
......@@ -64,6 +64,28 @@ options.event_store = 'HiveWhiteBoard'
# Remove lines which contain jets
pattern_to_remove = "(?i)(hlt2jets)"
hlt2_lines = remove_lines(all_lines, pattern_to_remove)
# Remove lines which require hlt1_filter_code
to_remove = [
'Hlt2IFT_SMOG2GECPassthrough', 'Hlt2IFT_SMOG2LumiPassthrough',
'Hlt2IFT_SMOG2MBPassthrough', 'Hlt2IFT_Femtoscopy_InclLambdaLL',
'Hlt2IFT_Femtoscopy_InclXiLLL', 'Hlt2IFT_Femtoscopy_InclOmegaLLL',
'Hlt2IFT_Femtoscopy_LambdaP', 'Hlt2IFT_Femtoscopy_LambdaP_lowK',
'Hlt2IFT_Femtoscopy_LambdaLambda', 'Hlt2IFT_Femtoscopy_LambdaLambda_lowK',
'Hlt2IFT_Femtoscopy_XiP', 'Hlt2IFT_Femtoscopy_XiP_lowK',
'Hlt2IFT_Femtoscopy_XiLambda', 'Hlt2IFT_Femtoscopy_XiLambda_lowK',
'Hlt2IFT_Femtoscopy_XiXi', 'Hlt2IFT_Femtoscopy_OmegaP',
'Hlt2IFT_Femtoscopy_OmegaP', 'Hlt2IFT_Femtoscopy_OmegaP_lowK',
'Hlt2IFT_Femtoscopy_OmegaLambda', 'Hlt2IFT_Femtoscopy_OmegaXi',
'Hlt2IFT_Femtoscopy_OmegaOmega', 'Hlt2QEE_DiElectronPrompt_PersistPhotons',
'Hlt2QEE_DiElectronPrompt_PersistPhotons_FULL',
'Hlt2QEE_DiElectronDisplaced_PersistPhotons',
'Hlt2QEE_DiElectronDisplaced_PersistPhotons_FULL',
'Hlt2QEE_DiElectronPrompt_PersistPhotonsSS',
'Hlt2QEE_DiElectronDisplaced_PersistPhotonsSS'
]
for remove in to_remove:
hlt2_lines = remove_lines(hlt2_lines, remove)
print("Number of HLT2 lines {}".format(len(hlt2_lines)))
options.lines_maker = make_streams
......
......@@ -36,8 +36,9 @@ options.simulation = True
options.data_type = 'Upgrade'
options.dddb_tag = 'dddb-20171126'
options.conddb_tag = 'sim-20171127-vc-md100'
options.geometry_version = 'trunk'
options.geometry_version = 'run3/trunk'
options.conditions_version = 'master'
options.persistreco_version = 0.0
options.output_file = 'hlt2_2or3bodytopo_fromfile.mdf'
options.output_type = 'MDF'
......