diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-08-28 10:39:36 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-08-28 10:39:36 -0500 |
commit | ebc95aa65925b06ce06c9db2791d8143448f2643 (patch) | |
tree | c1f602a360e8d770500241b3848a6e1a494317b2 /src/Makefile | |
parent | ac721f37eb1b14ec91dbb14450752cb240a721cf (diff) | |
download | sddm-ebc95aa65925b06ce06c9db2791d8143448f2643.tar.gz sddm-ebc95aa65925b06ce06c9db2791d8143448f2643.tar.bz2 sddm-ebc95aa65925b06ce06c9db2791d8143448f2643.zip |
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.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |