Skip to content

Commit

Permalink
Merge pull request #94 from XENONnT/photoionization
Browse files Browse the repository at this point in the history
Add photoionization schema
  • Loading branch information
jmosbacher committed Jul 31, 2023
2 parents cf61b1d + 1f1f86a commit 643bdd9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions xedocs/schemas/corrections/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
from .bayes_model import *
from .som_network import *
from .hotspot_veto_cut import *
from .photoionization_strength import *
11 changes: 11 additions & 0 deletions xedocs/schemas/corrections/photoionization_strength.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"""
# Photoionization strengths
https://xe1t-wiki.lngs.infn.it/doku.php?id=xenon:xenonnt_sr1:photoionization_origin
"""

from .base_corrections import TimeSampledCorrection


class PhotoionizationStrength(TimeSampledCorrection):
_ALIAS = "photoionization_strengths"
value: float

0 comments on commit 643bdd9

Please sign in to comment.