From 6975db35283a721dde19a31ff63225bf429740c5 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 24 Aug 2021 11:58:02 -0500 Subject: [PATCH] Added number of phi bins - Set to 90 --- benchmarks/track_finding/options/track_reconstruction.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/track_finding/options/track_reconstruction.py b/benchmarks/track_finding/options/track_reconstruction.py index 945aa99d..a31fece0 100644 --- a/benchmarks/track_finding/options/track_reconstruction.py +++ b/benchmarks/track_finding/options/track_reconstruction.py @@ -134,6 +134,7 @@ conformal_find = ConformalXYPeakProtoTracks("conformal_find", inputTrackerHits=trk_hit_col.trackingHits, outputProtoTracks="outputProtoTracks", nProtoTracks="nProtoTracks", + nPhiBins=90, OutputLevel=DEBUG) algorithms.append( conformal_find ) -- GitLab