Skip to content
Snippets Groups Projects
Commit 80c36a0e authored by Ross John Hunter's avatar Ross John Hunter
Browse files

Add MDF allen inputs to TestFileDB

parent 1d293728
No related branches found
No related tags found
1 merge request!400Change directory to look in for expected_2024 min bias in tests
...@@ -13623,6 +13623,29 @@ testfiles( ...@@ -13623,6 +13623,29 @@ testfiles(
'Test sample of B2JpsiK with Jpsi2ee for electron run 3 studies, MagDown, Sim10c', 'Test sample of B2JpsiK with Jpsi2ee for electron run 3 studies, MagDown, Sim10c',
test_file_db=test_file_db) test_file_db=test_file_db)
   
testfiles(
myname='expected_2024_min_bias_mdf',
filenames=[
f'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta//WP3/bandwidth_division/Beam6800GeV-expected-2024-MagDown-Nu7.6/30000000/allen_input_{i}.mdf'
for i in range(65)
],
qualifiers={
'Author': 'Ross Hunter',
'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([
"Same as exp_24_minbias_Sim10c_magdown but just in MDF format",
"for usage in HLT1 bandwidth tests"
]),
test_file_db=test_file_db)
testfiles( testfiles(
myname='expected_2024_min_bias_hlt1_filtered', myname='expected_2024_min_bias_hlt1_filtered',
filenames=[ filenames=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment