Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update on S1PatternLikelihood cut #123

Merged
merged 4 commits into from
Jan 5, 2018
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions lax/lichens/sciencerun0.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,14 +482,15 @@ class S1PatternLikelihood(StringLichen):

Details of the likelihood and cut definitions can be seen in the following notes.
SR0: xenon:xenon1t:analysis:summary_note:s1_pattern_likelihood_cut
SR1: xenon:xenon1t:kazama:s1_pattern_cut_sr1
SR1: xenon:xenon1t:kazama:s1_pattern_cut_sr1,
xenon:xenon1t:kazama:s1_pattern_cut_sr1#update_2018_jan_4th

Requires Extended minitrees.
Requires PositionReconstruction minitrees (hax#174).
Contact: Shingo Kazama <kazama@physik.uzh.ch>
"""

version = 1
string = "s1_pattern_fit < -17.384885 + 24.894875*s1**0.5 + 2.794984*s1 -0.237268*s1**1.5 + 0.005549*s1**2.0"
version = 2
string = "s1_pattern_fit_hax < -23.288612 + 28.928316*s1**0.5 + 1.942163*s1 -0.173226*s1**1.5 + 0.003968*s1**2.0"


class S2AreaFractionTop(Lichen):
Expand Down