From ebc95aa65925b06ce06c9db2791d8143448f2643 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 28 Aug 2018 10:39:36 -0500 Subject: add path to the likelihood fit This commit updates the likelihood fit to use the KL path expansion. Currently, I'm just using one coefficient for the path in both x and y. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 1ea1685..75a75cb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -24,7 +24,7 @@ test-charge: test-charge.o sno_charge.o misc.o test-zebra: test-zebra.o zebra.o pack2b.o -fit: fit.o zebra.o likelihood.o pmt.o vector.o misc.o muon.o optics.o quantum_efficiency.o solid_angle.o pdg.o scattering.o zdab_utils.o pack2b.o sno_charge.o db.o dqxx.o dict.o siphash.o +fit: fit.o zebra.o likelihood.o pmt.o vector.o misc.o muon.o optics.o quantum_efficiency.o solid_angle.o pdg.o scattering.o zdab_utils.o pack2b.o sno_charge.o db.o dqxx.o dict.o siphash.o path.o clean: rm -f *.o calculate_limits test Makefile.dep -- cgit