From 52133d6cc594a4a7780accdf070b61eb7f6c5628 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 10 Jun 2019 14:58:18 -0500 Subject: add a bunch of SNO data quality cuts This commit adds the following data quality cuts used in SNOMAN: - neck - qvnhit - crate isotropy - junk Still need to test these. --- src/event.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/event.h') diff --git a/src/event.h b/src/event.h index a561a1f..0f1efce 100644 --- a/src/event.h +++ b/src/event.h @@ -28,7 +28,11 @@ typedef struct pmt_hit { int hit; + float ept; float t; + float ehl; + float ehs; + float elx; float qhl; float qhs; float qlx; @@ -36,6 +40,7 @@ typedef struct pmt_hit { uint16_t qihs; uint16_t qilx; int flags; + int pf; } pmt_hit; typedef struct event { -- cgit