Skip to content

Commit

Permalink
add more bins
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Sep 30, 2023
1 parent a39931b commit 082ff6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/egamma_tnp/triggers/elept_caloidvt_gsftrkidt.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ def find_probes(self, tags, probes, trigobjs, pt):
60,
80,
100,
110,
120,
130,
140,
150,
250,
400,
Expand Down Expand Up @@ -214,7 +218,7 @@ def __init__(
extra_filter_args : dict, optional
Extra arguments to pass to extra_filter. The default is {}.
"""
self.pt = trigger_pt - 1
self.pt = trigger_pt - 10
super().__init__(
names=names,
perform_tnp=_TnPImpl(),
Expand Down

0 comments on commit 082ff6c

Please sign in to comment.