Skip to content
Snippets Groups Projects

edm4hep updates

Merged Wouter Deconinck requested to merge edm4hep-updates into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -76,7 +76,7 @@ sim_coll = [
@@ -76,7 +76,7 @@ sim_coll = [
'DRICHHits',
'DRICHHits',
]
]
forward_roman_pot_collections = [
forward_romanpot_collections = [
'ForwardRomanPotHits1',
'ForwardRomanPotHits1',
'ForwardRomanPotHits2'
'ForwardRomanPotHits2'
]
]
@@ -133,7 +133,7 @@ algorithms.append(podin)
@@ -133,7 +133,7 @@ algorithms.append(podin)
## Roman pots
## Roman pots
ffi_romanpot_coll = SimTrackerHitsCollector("ffi_romanpot_coll",
ffi_romanpot_coll = SimTrackerHitsCollector("ffi_romanpot_coll",
inputSimTrackerHits = forward_roman_pot_collections,
inputSimTrackerHits = forward_romanpot_collections,
outputSimTrackerHits = "ForwardRomanPotAllHits")
outputSimTrackerHits = "ForwardRomanPotAllHits")
algorithms.append(ffi_romanpot_coll)
algorithms.append(ffi_romanpot_coll)
ffi_romanpot_digi = TrackerDigi("ffi_romanpot_digi",
ffi_romanpot_digi = TrackerDigi("ffi_romanpot_digi",
Loading