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

Add ring veto at the records level #525

Open
JoranAngevaare opened this issue Jun 2, 2021 · 3 comments
Open

Add ring veto at the records level #525

JoranAngevaare opened this issue Jun 2, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@JoranAngevaare
Copy link
Contributor

Similar to the high energy veto, we might also cut out a ROI where we have most PMTs firing at the edge of the TPC. These records are going to be fiducialized later anyway, we could save a lot of storage if we already cut at the low level.

@AlexElykov
Copy link
Contributor

This is indeed a nice idea. Just for reference here is a similar concept that Lukas tried to implement for XENON1T in hardware, using the hardware HEV. The DAQ was never cabled for it, so we don't know if it ever worked.

However, he made this small study, which I recovered from the dead Bern wiki, and written a bit about it in his thesis veto chapter (it's also in the same link below):
https://xe1t-wiki.lngs.infn.it/doku.php?id=xenon:xenon1t:alexelykov:lukas_ring_veto

They were afraid of multi-scatter events leaking into the NR band, so I guess in software we also need to be careful not to produce extra "backgrounds". Although, in software it also should be much easier to track the issued vetoes and to make a quality cut based on that.
soph_veto

@WenzDaniel
Copy link
Collaborator

I also like the idea. I think in software it is much easier to establish such a veto as we can first keep everything and build the veto based on events. (This only makes sense if you would like to just reduce the amount of data. Obviously it will not help with processing in that case.)

@AlexElykov
Copy link
Contributor

I guess it might be possible to do it even earlier in the chain (similarly to the software HEV).
Maybe @tunnell will be interested in this topic.

@JoranAngevaare JoranAngevaare added the enhancement New feature or request label Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants