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

SimTrackerHitCollector -> SimTrackerHitsCollector

parent 154f80f7
No related branches found
No related tags found
1 merge request!242EDM4hep: mcparticles -> MCParticles
......@@ -17,7 +17,7 @@ podioevent = EICDataSvc("EventDataSvc", inputs=input_sims, OutputLevel=WARNING)
from Configurables import PodioInput
from Configurables import Jug__Digi__SimTrackerHitCollector as SimTrackerHitCollector
from Configurables import Jug__Digi__SimTrackerHitsCollector as SimTrackerHitsCollector
from Configurables import Jug__Digi__SiliconTrackerDigi as TrackerDigi
from Configurables import Jug__Reco__TrackerHitReconstruction as TrackerReco
......@@ -50,7 +50,7 @@ podin = PodioInput("PodioReader", collections=sim_colls)
algorithms.append(podin)
## Roman pots
ffi_romanpot_coll = SimTrackerHitCollector("ffi_romanpot_coll",
ffi_romanpot_coll = SimTrackerHitsCollector("ffi_romanpot_coll",
inputSimTrackerHits = [
"ForwardRomanPotHits1",
"ForwardRomanPotHits2"],
......@@ -73,7 +73,7 @@ ffi_romanpot_parts = FarForwardParticles("ffi_romanpot_parts",
algorithms.append(ffi_romanpot_parts)
## Off momentum tracker
ffi_offmtracker_coll = SimTrackerHitCollector("ffi_offmtracker_coll",
ffi_offmtracker_coll = SimTrackerHitsCollector("ffi_offmtracker_coll",
inputSimTrackerHits = [
"ForwardOffMTrackerHits1",
"ForwardOffMTrackerHits2",
......
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