Skip to content

Commit

Permalink
Update peak_treemakers.py (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinamiller authored and tunnell committed Feb 15, 2018
1 parent 7ce30ca commit c637935
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hax/treemakers/peak_treemakers.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,7 @@ def yield_peak(event, nhits_bounds, width_bounds):
if not (width_bounds[0] <= width < width_bounds[1]):
continue
yield peak, time_to_nearest_peak

class SingleElectrons(IsolatedPeaks):
nhits_bounds = (15, 26.01) # 26 is in
width_bounds = (50, 450)

0 comments on commit c637935

Please sign in to comment.