Skip to content
Snippets Groups Projects
Commit fd72a203 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

roman_pot typo; collector input -> output in digi

parent fefe1631
No related branches found
No related tags found
1 merge request!139edm4hep updates
......@@ -181,7 +181,7 @@ sim_coll = [
'ZDCHcalHits',
]
forward_roman_pot_collections = [
forward_romanpot_collections = [
'ForwardRomanPotHits1',
'ForwardRomanPotHits2'
]
......@@ -191,7 +191,7 @@ forward_offmtracker_collections = [
'ForwardOffMTrackerHits3',
'ForwardOffMTrackerHits4'
]
sim_coll += forward_roman_pot_collections + forward_offmtracker_collections
sim_coll += forward_romanpot_collections + forward_offmtracker_collections
tracker_endcap_collections = [
'TrackerEndcapHits1',
......
......@@ -254,7 +254,7 @@ vtx_b_coll = SimTrackerHitsCollector("vtx_b_coll",
algorithms.append( vtx_b_coll )
vtx_b_digi = TrackerDigi("vtx_b_digi",
inputHitCollection = vtx_b_coll.inputSimTrackerHits,
inputHitCollection = vtx_b_coll.outputSimTrackerHits,
outputHitCollection = "VertexBarrelRawHits",
timeResolution=8)
algorithms.append(vtx_b_digi)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment