Skip to content
Snippets Groups Projects
Commit 6975db35 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Added number of phi bins

- Set to 90
parent 8c5f5365
No related branches found
No related tags found
1 merge request!182Resolve "Add nPhiBins to track_finding example"
...@@ -134,6 +134,7 @@ conformal_find = ConformalXYPeakProtoTracks("conformal_find", ...@@ -134,6 +134,7 @@ conformal_find = ConformalXYPeakProtoTracks("conformal_find",
inputTrackerHits=trk_hit_col.trackingHits, inputTrackerHits=trk_hit_col.trackingHits,
outputProtoTracks="outputProtoTracks", outputProtoTracks="outputProtoTracks",
nProtoTracks="nProtoTracks", nProtoTracks="nProtoTracks",
nPhiBins=90,
OutputLevel=DEBUG) OutputLevel=DEBUG)
algorithms.append( conformal_find ) algorithms.append( conformal_find )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment