From f5daaad1b0a9a5c4304bc22ecb9d35f4603e9237 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sat, 19 Feb 2022 00:38:05 -0600 Subject: [PATCH] REVERT ME: debug output --- benchmarks/tracking/options/track_reconstruction.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/benchmarks/tracking/options/track_reconstruction.py b/benchmarks/tracking/options/track_reconstruction.py index 74a6c57a..cdf2764e 100644 --- a/benchmarks/tracking/options/track_reconstruction.py +++ b/benchmarks/tracking/options/track_reconstruction.py @@ -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", -- GitLab