aboutsummaryrefslogtreecommitdiff
path: root/likelihood.h
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-08-14 10:08:27 -0500
committertlatorre <tlatorre@uchicago.edu>2018-08-14 10:08:27 -0500
commit24c8bcfe7f76b20124e2862ea050f815c0f768e7 (patch)
treee5bdbd638a2c7f38f1c094cc9e95cbdfe05b9481 /likelihood.h
parent0b7f199c0d93074484ea580504485a32dc29f5e2 (diff)
downloadsddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.tar.gz
sddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.tar.bz2
sddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.zip
move everything to src directory
Diffstat (limited to 'likelihood.h')
-rw-r--r--likelihood.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/likelihood.h b/likelihood.h
deleted file mode 100644
index ebfeb97..0000000
--- a/likelihood.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef LIKELIHOOD_H
-#define LIKELIHOOD_H
-
-#include "event.h"
-
-#define MAX_PE 100
-#define CHARGE_FRACTION 150000.0
-#define DARK_RATE 500.0
-/* Single PE transit time spread (ns). */
-#define PMT_TTS 1.5
-/* Event window (ns) */
-#define GTVALID 400.0
-
-double nll_muon(event *ev, double T, double *pos, double *dir, double t0);
-
-#endif