-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix bug in FV z-optimization analysis #145
Conversation
and tighten z cut based on appearance of leakage gas event
Fixed another bug in the Fitting the bottom corner now yields: Pretty much the same so use 10 GeV which is a bit tighter. |
Fixed another bug right after you approved :(
lax/lichens/sciencerun0.py
Outdated
string = "(-95 < z_3d_nn) & (z_3d_nn < -7) & \ | ||
(z_3d_nn < 27.2929 - 0.0276385*r_3d_nn*r_3d_nn)" | ||
version = 1 | ||
string = "(-95 < z_3d_nn) & (z_3d_nn < -8) & \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where's the R cut?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's logical 'and' between all 4 lines.
Edit: I think you're right. Max r is missing... also in the last version right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in 9e9eeeb: r_3d_nn < 42.8387
@@ -260,12 +260,12 @@ class FiducialZOptimized(StringLichen): | |||
This first version is a bit rough and may be improved by understanding the underlying BG KDE | |||
and errors better. | |||
|
|||
https://xe1t-wiki.lngs.infn.it/doku.php?id=xenon:xenon1t:analysis:sciencerun1:summary_fiducial_volume | |||
https://xe1t-wiki.lngs.infn.it/doku.php?id=xenon:xenon1t:analysis:sciencerun1:summary_fiducial_volume_v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on notebook in https://github.com/XENON1T/SR1Results/pull/21
Hey the fiducial masses for different r bins under current FV version:
|
Re-optimize z-cut based on bug fixed FV analysis (details below) and tighten z cut to
-8 cm
based on appearance of leakage gas event in SR1 BG data.After review by @lgrandi, I think I may have found a bug where the ER KDE matrix was transposed when it shouldn't be. Now if we look at "er_kde" in the following figure (black line old cut), it seems to make more sense with the population extending across the top instead of down the side (which is not yet the TPC edge) and the bulge transposed now to the bottom-right corresponding to the other corner with large expected materials contribution:
https://xe1t-wiki.lngs.infn.it/lib/exe/fetch.php?cache=&media=36637720-844071d4-19b0-11e8-99b1-d4bdf0df9e88.png
Re-running the notebook and fit results in the following line:
SR0 | SR1
The new cut is significantly shallower and follows the background shape much better.
@feigaodm @mcfatelin If this is approved, please add to stack prior to next template regeneration.