Skip to content
Snippets Groups Projects
Commit 054a698f authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Adapted to drop of use_iosvc

parent d55b615f
No related branches found
No related tags found
1 merge request!439Adapted "rewind" in gaudiiter to IOAlg
Pipeline #7201741 passed
......@@ -51,7 +51,6 @@ options.input_files = files[0:10] #50:200
options.event_store = 'EvtStoreSvc'
options.histo_file = "GoodLongTracks_histo.root"
options.use_iosvc = True # True for data, False for MC
# multithreading not working while creating tuples
options.n_threads = 8
options.evt_max = -1
......
......@@ -18,7 +18,6 @@ options.set_input_and_conds_from_testfiledb(
'upgrade_Sept2022_minbias_0fb_md_xdigi')
options.evt_max = 100
# options.use_iosvc = True
options.event_store = 'EvtStoreSvc'
options.ntuple_file = "testmonitoring.root"
options.histo_file = "testmonitoringhist.root"
......
......@@ -27,7 +27,6 @@ options.simulation = False
options.data_type = 'Upgrade'
options.event_store = 'EvtStoreSvc'
options.histo_file = "GoodLongTracks_histo.root"
options.use_iosvc = True # True for data, False for MC
# multithreading not working while creating tuples
options.scheduler_legacy_mode = False
......
......@@ -20,7 +20,6 @@ options.set_input_and_conds_from_testfiledb(
# 'upgrade-magdown-minbias-alignHLT1filtered')
options.evt_max = 100
# options.use_iosvc = True
options.event_store = 'EvtStoreSvc'
options.ntuple_file = "testmonitoring.root"
options.histo_file = "testmonitoringhist.root"
......
......@@ -20,7 +20,6 @@ options.set_input_and_conds_from_testfiledb(
# 'upgrade-magdown-minbias-alignHLT1filtered')
options.evt_max = 100
# options.use_iosvc = True
options.event_store = 'EvtStoreSvc'
options.ntuple_file = "testmonitoring.root"
options.histo_file = "testmonitoringhist.root"
......
......@@ -20,7 +20,6 @@ options.set_input_and_conds_from_testfiledb(
# 'upgrade-magdown-minbias-alignHLT1filtered')
options.evt_max = 100
# options.use_iosvc = True
options.event_store = 'EvtStoreSvc'
options.ntuple_file = "testmonitoring.root"
options.histo_file = "testmonitoringhist.root"
......
......@@ -39,7 +39,6 @@ options.conditions_version = 'alignment2023' # NEW
from RecoConf.decoders import default_ft_decoding_version
default_ft_decoding_version.global_bind(value=6)
# options.use_iosvc = True
options.event_store = 'EvtStoreSvc'
options.ntuple_file = "testmonitoring.root"
options.histo_file = "testmonitoringhist.root"
......
......@@ -37,7 +37,6 @@ default_ft_decoding_version.global_bind(value=6)
options.event_store = 'EvtStoreSvc'
options.histo_file = "MC_histo.root"
options.simulation = True
options.use_iosvc = False # True for data, False for MC
# multithreading not working while creating tuples
options.n_threads = 1
......
......@@ -17,7 +17,6 @@ options.set_input_and_conds_from_testfiledb(
'upgrade_Sept2022_minbias_0fb_md_xdigi')
options.evt_max = 100
# options.use_iosvc = True
options.event_store = 'EvtStoreSvc'
options.ntuple_file = "monitoringtuple.root"
options.histo_file = "monitoringhist.root"
......
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