aboutsummaryrefslogtreecommitdiff
path: root/src/event.h
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2019-06-10 14:58:18 -0500
committertlatorre <tlatorre@uchicago.edu>2019-06-10 14:58:18 -0500
commit52133d6cc594a4a7780accdf070b61eb7f6c5628 (patch)
treec8b8c60078a9eb98ab9df89d8bef1dddc1ab6b10 /src/event.h
parent625dfc21d9588ec589bd28c009f56ce1d4792984 (diff)
downloadsddm-52133d6cc594a4a7780accdf070b61eb7f6c5628.tar.gz
sddm-52133d6cc594a4a7780accdf070b61eb7f6c5628.tar.bz2
sddm-52133d6cc594a4a7780accdf070b61eb7f6c5628.zip
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.
Diffstat (limited to 'src/event.h')
-rw-r--r--src/event.h5
1 files changed, 5 insertions, 0 deletions
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 {