Skip to content

Commit

Permalink
raised maxCosmicCluster threshhold slightly for HI events
Browse files Browse the repository at this point in the history
  • Loading branch information
abaty committed Nov 10, 2018
1 parent a7a7523 commit 28890f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
pp_on_AA_2018.toModify(trackerClusterCheck,
doClusterCheck=True,
cut = "strip < 1000000 && pixel < 150000 && (strip < 50000 + 10*pixel) && (pixel < 5000 + strip/2.)",
MaxNumberOfPixelClusters = 150000
MaxNumberOfPixelClusters = 150000,
MaxNumberOfCosmicClusters = 500000
)

0 comments on commit 28890f5

Please sign in to comment.