Skip to content
Snippets Groups Projects
Commit c3686ce0 authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

Merge branch 'AM_inputrawevent' into 'master'

DV change default raw_event_format to 0.5

See merge request !730
parents 1e709d7a fc4d2a7d
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!730DV change default raw_event_format to 0.5
Pipeline #4409093 passed
......@@ -11,4 +11,4 @@ ntuple_file: v2_example.root
process: Hlt2
stream: default
print_freq: 1000
input_raw_format: 0.3
input_raw_format: 0.5
......@@ -7,6 +7,6 @@ conddb_tag: sim-20171127-vc-md100
dddb_tag: dddb-20171126
histo_file: DV_histo_xgen.root
ntuple_file: DV_tuple_xgen.root
input_raw_format: 0.3
input_raw_format: 0.5
process: Hlt2
unpack_only_mc: true
......@@ -8,5 +8,5 @@ conddb_tag: sim-20171127-vc-md100
dddb_tag: dddb-20171126
histo_file: sprucing_histos.root
ntuple_file: sprucing_tuple.root
input_raw_format: 0.3
input_raw_format: 0.5
process: Spruce
......@@ -8,5 +8,5 @@ conddb_tag: sim-20171127-vc-md100
dddb_tag: dddb-20171126
histo_file: sprucing_mc_histos.root
ntuple_file: sprucing_mc_tuple.root
input_raw_format: 0.3
input_raw_format: 0.5
process: Spruce
......@@ -155,7 +155,7 @@ def test_configured_funtuple():
options = Options(
data_type="Upgrade",
evt_max=1,
input_raw_format=0.3,
input_raw_format=0.5,
simulation=True,
)
test_dict = configured_FunTuple(options, config)
......@@ -170,7 +170,7 @@ def test_get_odin():
options = Options(
data_type="Upgrade",
evt_max=1,
input_raw_format=0.3,
input_raw_format=0.5,
simulation=True,
)
odin = get_odin(options)
......
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