134 Commits

Author SHA1 Message Date
nemu
4cb6aa2ec9 initial skeleton of musrt0, not functional yet 2009-03-25 08:08:48 +00:00
nemu
229d7c7709 added StaticLorentzKT to PTheory 2009-03-23 06:19:33 +00:00
nemu
3eaa9e433f implemented ADDRUN feature which adds runs on the fly. Still very experimental and not thoroughly tested. 2009-03-12 15:59:19 +00:00
nemu
5e1dd892b0 fixed main problem of various runs with different labels for db-files 2009-03-07 16:17:47 +00:00
nemu
3589b3553c fixed typo 2009-03-05 11:39:50 +00:00
nemu
21a93c6525 implemented minuit2 strategy command properly 2009-03-02 06:56:08 +00:00
nemu
0fc7f8c4bf added dynamic Gauss KT 2009-02-27 09:45:52 +00:00
nemu
acb5eda314 added info if fit does not converge 2009-02-26 07:49:43 +00:00
nemu
41630d0945 implemented static Gauss and Lorentz KT LF functions. Removed some unnecessary output from PMusrCanvas 2009-02-25 08:41:01 +00:00
nemu
bafe413d47 start with the implementation of static and dynamic LF stuff 2009-02-24 07:37:58 +00:00
nemu
761f6571b1 splitted parameter/theory pad for a potentially better handling for long theory lines, long paramter lists, long ... 2009-02-23 07:18:13 +00:00
nemu
72c39e6ce7 added calculate chisq/maxLH only once without fitting and send the result to the stdout 2009-02-20 06:43:47 +00:00
nemu
2954242867 introduced multigraph to handle overlapping ranges correctly. Still some problems with axis labels 2009-02-18 08:02:33 +00:00
nemu
2c82b1691a better db-file handling 2009-02-02 09:56:27 +00:00
nemu
93abe979ba added code to get WKM ascii file format backward compatibility 2009-01-27 12:15:56 +00:00
nemu
1784869368 added an automatic phase estimate 2009-01-09 12:13:04 +00:00
nemu
0770939f92 fully reorganized menu handling 2009-01-08 10:29:59 +00:00
nemu
12a479c360 fixed wrong tagging 2009-01-06 08:44:37 +00:00
nemu
dcc9783f62 added phase label to Re/Im Fourier part. Some bug fixing in phase handling 2009-01-05 13:15:01 +00:00
nemu
b0eeb0192f added phase increment/decrement for Fourier 2009-01-02 16:04:59 +00:00
nemu
ce9f98c37d next step towards Fourier 2008-12-23 16:24:26 +00:00
nemu
4a832f6fe8 various little extensions to handle Fourier 2008-12-22 10:26:42 +00:00
nemu
2fdbe96401 propagate fourier default settings to the application 2008-12-20 13:49:19 +00:00
nemu
acc5d663ef added fourier default infos to the startup handler 2008-12-20 13:29:04 +00:00
nemu
d29375c912 a small step further towards Fourier transform. PFourier most probably not functional yet. 2008-12-16 08:04:38 +00:00
nemu
5a58b99e28 improved menu handling for Fourier 2008-12-15 14:02:38 +00:00
nemu
3af125eac7 started with the implementation of a Fourier transform 2008-12-15 12:27:49 +00:00
nemu
53c48e5034 added save data in ascii format 2008-10-31 07:08:08 +00:00
nemu
2ed303abb6 proper menu ID handling for multiple plots 2008-10-30 07:43:22 +00:00
nemu
6cc5c2478c first canvas menu dummy implementation 2008-10-29 07:18:42 +00:00
nemu
0956bd24f0 added an additional check which inspects if map's and fun's given somewhere are really declared 2008-10-02 11:59:14 +00:00
nemu
f3e700b03f fixed bug in tidyfing theory block. Added a parameter to InternalBessel 2008-09-24 05:31:18 +00:00
nemu
4f1ade3ca7 implemented single side parameter boundary handling for MINUIT2 2008-09-23 06:51:43 +00:00
nemu
8ba07a692a added a NPP, PPC switch and performed some clean-up 2008-09-22 06:24:52 +00:00
nemu
0508e8173d fixed error handling in order to make it coherent 2008-09-02 08:54:46 +00:00
nemu
4f66c78e4a removed all isnan's and nan(NAN)'s since it was a bad idea to use them in the first place 2008-09-01 11:05:53 +00:00
nemu
e49b52fe19 added diff plot for nonMusr 2008-08-22 09:18:29 +00:00
nemu
5362814727 a step further towards difference plots 2008-08-21 14:14:32 +00:00
nemu
b48ec8515e (1) added cleaninstall to Makefile.PMusr, (2) some minor changes in PMusrCanvas (towards showing difference between data and theory), (3) a very experimental inital guess of N0's for single histogram fits which should help minuit 2008-08-20 12:20:18 +00:00
nemu
d4ee3197af change color coding so that the plotNo instead of the runNo is used 2008-08-20 08:20:56 +00:00
nemu
2a65b0cad7 on the way to handle db-files ... 2008-08-07 08:02:52 +00:00
nemu
8910a8295f add on last window closed handling 2008-06-30 09:08:31 +00:00
nemu
e04a34ad72 added labels to plots 2008-06-25 14:32:51 +00:00
nemu
4d715825f3 first implementation of NonMusr stuff 2008-06-20 05:59:46 +00:00
nemu
0ae10c7314 added tshift to all functions (except asymmetry of course 2008-06-16 10:36:20 +00:00
nemu
0954450615 added polynom and improved prettyfing 2008-06-10 15:41:15 +00:00
nemu
180ced9223 shift map and function offset from 1e3/2e3 to 1e4/2e4. Fixed parameter pad problem with truncated numbers 2008-06-10 05:13:19 +00:00
nemu
7cecd5812f added example user function 2008-06-09 12:16:39 +00:00
nemu
3b595f0730 some more work in userFcn 2008-06-09 12:11:37 +00:00
nemu
cc8d9981c3 some more work on userFcn 2008-06-06 08:42:35 +00:00