Skip to content

Commit

Permalink
hotspot veto
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisSanchez25 committed Jul 10, 2023
1 parent c8ce409 commit 044257a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xedocs/schemas/corrections/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@
from .s1_aft_xyz import *
from .avg_se_gain import *
from .bayes_model import *
from .som_network import *
from .hotspot_veto import *
7 changes: 7 additions & 0 deletions xedocs/schemas/corrections/hotspot_veto.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""
id=xenon:xenonnt:analysis:hot_spot_cut_summary
"""

class HotspotVeto(xd.schemas.corrections.TimeIntervalCorrection):
_ALIAS = 'hotspot_vetos'
value: float

0 comments on commit 044257a

Please sign in to comment.