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

REVERT ME: debug output

parent 7783b046
No related branches found
No related tags found
1 merge request!242EDM4hep: mcparticles -> MCParticles
......@@ -64,13 +64,15 @@ if 'acadia' in detector_version:
else:
input_collections.append('MPGDTrackerBarrelHits')
podioinput = PodioInput("PodioReader",
collections=input_collections)#, OutputLevel=DEBUG)
collections=input_collections,
OutputLevel=DEBUG)
algorithms.append( podioinput )
trk_b_digi = TrackerDigi("trk_b_digi",
inputHitCollection="TrackerBarrelHits",
outputHitCollection="TrackerBarrelRawHits",
timeResolution=8)
timeResolution=8,
OutputLevel=DEBUG)
algorithms.append( trk_b_digi )
trk_ec_digi = TrackerDigi("trk_ec_digi",
inputHitCollection="TrackerEndcapHits",
......
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