Skip to content
Snippets Groups Projects
Commit bab75875 authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Add Event parameters to DDDigi edm4hep output -- can not be tested yet

parent ae6418ce
No related branches found
No related tags found
No related merge requests found
...@@ -17,12 +17,12 @@ def run(): ...@@ -17,12 +17,12 @@ def run():
digi = DigiTest.Test(geometry=None) digi = DigiTest.Test(geometry=None)
read = digi.input_action('DigiDDG4ROOT/SignalReader', mask=0x0, input=[digi.next_input()]) read = digi.input_action('DigiDDG4ROOT/SignalReader', mask=0x0, input=[digi.next_input()])
dump = digi.event_action('DigiStoreDump/StoreDump', parallel=False) dump = digi.event_action('DigiStoreDump/StoreDump', parallel=False)
writ = digi.output_action('Digi2edm4hepOutput/Writer', writ = digi.output_action('DigiEdm4hepOutput/Writer',
parallel=True, parallel=True,
input_mask=0x0, input_mask=0x0,
input_segment='input', input_segment='input',
output='MiniTel_DDDigi_edm4hep_data.root') output='MiniTel_DDDigi_edm4hep_data.root')
proc = digi.create_action('Digi2edm4hepProcessor/edm4hep') proc = digi.create_action('DigiEdm4hepOutputProcessor/edm4hep')
hit_type = 'TrackerHits' hit_type = 'TrackerHits'
if digi.hit_type: if digi.hit_type:
hit_type = digi.hit_type hit_type = digi.hit_type
......
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