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
  • mstahl/PRConfig
  • chaen/PRConfig
  • lhcb-datapkg/PRConfig
3 results
Show changes
Commits on Source (2)
......@@ -13771,3 +13771,63 @@ testfiles(
comment=
'Min bias mdfs for testing upgrade Hlt2 reconstruction. From sim+std://MC/Dev/Beam6800GeV-expected-2024-Mag*-Nu*-Pythia8 . Filtered using by HLT1 using the configuration resulting from the BW optimisation for 2024 presented at https://indico.cern.ch/event/1361635/contributions/5753029/attachments/2780757/4846644/bandwidth_division_jan15.pdf',
test_file_db=test_file_db)
testfiles(
myname='expected_2024_min_bias_hlt1_filtered_v2',
filenames=[
'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta/WP3/bandwidth_division/Beam6800GeV-expected-2024-MagDown-Nu7.6/hlt1_filtered/v2/30000000/input_0.mdf',
'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta/WP3/bandwidth_division/Beam6800GeV-expected-2024-MagDown-Nu7.6/hlt1_filtered/v2/30000000/input_1.mdf',
'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta/WP3/bandwidth_division/Beam6800GeV-expected-2024-MagDown-Nu7.6/hlt1_filtered/v2/30000000/input_2.mdf',
'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta/WP3/bandwidth_division/Beam6800GeV-expected-2024-MagDown-Nu7.6/hlt1_filtered/v2/30000000/input_3.mdf',
'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta/WP3/bandwidth_division/Beam6800GeV-expected-2024-MagDown-Nu7.6/hlt1_filtered/v2/30000000/input_4.mdf',
'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta/WP3/bandwidth_division/Beam6800GeV-expected-2024-MagDown-Nu7.6/hlt1_filtered/v2/30000000/input_5.mdf',
'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta/WP3/bandwidth_division/Beam6800GeV-expected-2024-MagDown-Nu7.6/hlt1_filtered/v2/30000000/input_6.mdf',
'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta/WP3/bandwidth_division/Beam6800GeV-expected-2024-MagDown-Nu7.6/hlt1_filtered/v2/30000000/input_7.mdf',
'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta/WP3/bandwidth_division/Beam6800GeV-expected-2024-MagDown-Nu7.6/hlt1_filtered/v2/30000000/input_8.mdf',
'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta/WP3/bandwidth_division/Beam6800GeV-expected-2024-MagDown-Nu7.6/hlt1_filtered/v2/30000000/input_9.mdf',
],
qualifiers={
'Author': 'Shunan Zhang',
'Format': 'MDF',
'DataType': 'Upgrade',
'Date': '2024-03-22',
'Simulation': True,
"GeometryVersion": "run3/trunk",
"ConditionsVersion": "master",
"DDDB": "dddb-20231017",
"CondDB": "sim-20231017-vc-md100",
},
comment='\n'.join([
"Around 100k HLT1-filtered min bias in expected 2024 conditions",
"v2 update in March 2024 - HLT1 output rate of 1 MHz",
"same HLT1 input as expected_2024_min_bias_hlt1_filtered",
"filtered by HLT1 bandwidth division according to Allen thresholds on commit cf2073ab of tevans/tuned_2024"
]),
test_file_db=test_file_db)
testfiles(
myname='expected_2024_min_bias_hlt2_full_stream_v2',
filenames=[
'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/hlt2_full_stream_20240322/hlt2_full_stream_{0}.mdf'
.format(i) for i in range(148)
],
qualifiers={
'Author': 'Shunan Zhang',
'Format': 'MDF',
'DataType': 'Upgrade',
'Date': '2024-03-22',
'Simulation': True,
"GeometryVersion": "run3/trunk",
"ConditionsVersion": "master",
"DDDB": "dddb-20231017",
"CondDB": "sim-20231017-vc-md100",
},
comment='\n'.join([
"Output of HLT2 full stream running on HLT1-filtered min bias in expected 2024 conditions",
"v2 update in March 2024",
"include HLT2 full stream update as of March 21, 2024",
"used as input files to the Sprucing PR tests",
"efficiency around 5.9%, input rate around 59 kHz",
"lhcb-metadata key: adb09877"
]),
test_file_db=test_file_db)