175 Commits

Author SHA1 Message Date
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
983e7607c4 wrong map indexing fixed in CheckMap(), (0,..., versus 1,..., problem) 2008-10-10 08:16:07 +00:00
Bastian M. Wojek
3c91c88bb0 mlog2db handles optional parameters more flexible and supports comments in the parameter block 2008-10-09 17:08:51 +00:00
nemu
0f661ce441 some more docu 2008-10-06 10:32:16 +00:00
nemu
1413fb152c newly added example of addon menus for TCanvas 2008-10-06 09:05:39 +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
d3476df6b4 improved error handling 2008-10-02 05:44:02 +00:00
Bastian M. Wojek
6dbfb112ce Small bugfix in mlog2db 2008-10-01 17:52:28 +00:00
Bastian M. Wojek
a85e593237 mlog2db now also processes single runs and subsequent runs from the higher to the lower run number... 2008-10-01 10:23:05 +00:00
nemu
f23694fa89 handles file names with as many "." as the users likes correctly 2008-10-01 05:18:53 +00:00
Bastian M. Wojek
4f3697a9b5 In mlog2db the output-file can now also be specified as '-o abc.db'. This feature will remain undocumented... 2008-09-30 13:23:00 +00:00
nemu
fa47ee966e fixed a problem with the general exponential for negative times 2008-09-30 08:09:08 +00:00
nemu
1b35506339 some more testing towards fourier 2008-09-30 05:37:02 +00:00
Bastian M. Wojek
f8553136dd bug fixes in the mlog2db script 2008-09-26 07:24:52 +00:00
Bastian M. Wojek
7cdaa0143e Completely changed parts of the mlog2db, added new features, fixed some weaknesses - and probably added new ones. 2008-09-25 18:28:49 +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
a3756c511b better handling of some formating issues 2008-09-19 07:13:18 +00:00
Bastian M. Wojek
90b959aa6a Fixed a bug in mlog2db which prevented the correct handling of the last run of a specified run list 2008-09-12 14:54:58 +00:00
nemu
ed22af01cc minor changes 2008-09-11 16:05:52 +00:00
Bastian M. Wojek
ef50169deb mlog2db now invokes musrfit with the option '--keep-mn2-output' if called with the option '-k' 2008-09-08 15:44:31 +00:00
nemu
c106294e32 corrected the handling of the positive error flag 2008-09-08 05:08:39 +00:00
Bastian M. Wojek
43693a3412 Minor cosmetics of mlog2db 2008-09-07 11:44:27 +00:00
Bastian M. Wojek
eaa297ef6e Expanded mlog2db for use with non-consecutive runs. 2008-09-05 19:44:45 +00:00
Bastian M. Wojek
bf9ca156b6 Added Gaussian convolution of P(B) using FFT and straight forward convolution of n(z) 2008-09-04 18:02:14 +00:00
nemu
7ddeed2ecb removed some unnessary comments 2008-09-04 14:28:59 +00:00
nemu
dd0a5a10e4 fixed a bug in PMsrHandler::FillParameterInUse 2008-09-04 14:26:30 +00:00
nemu
e51acbe0fb added apodization 2008-09-04 07:13:04 +00:00
nemu
0277420671 added first zero padding 2008-09-03 06:34:11 +00:00
nemu
0508e8173d fixed error handling in order to make it coherent 2008-09-02 08:54:46 +00:00
nemu
13c48c72f0 first fourier playground 2008-09-02 07:25:19 +00:00
nemu
b96ac14a18 added Minuit2 Hesse 2008-09-01 11:32:08 +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
b53276419f added keep-mn2-output flag 2008-09-01 06:59:01 +00:00
Bastian M. Wojek
f29c0f92d5 Commented some debugging code. 2008-08-28 10:38:27 +00:00
nemu
3b07144c8a removed 1st experimental N0 estimate since it is too crude 2008-08-26 06:42:04 +00:00
nemu
cf5d2e22bf fixed wrong tag 2008-08-25 14:34:47 +00:00
nemu
e49b52fe19 added diff plot for nonMusr 2008-08-22 09:18:29 +00:00
nemu
34b8dabbae improved diff updating 2008-08-22 06:43:48 +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
9571fae953 removed the 10 character limitation of the parameter name of minuit2 since this is fixed now in minuit2 2008-08-08 13:52:28 +00:00
nemu
1bf4af1eee implemented db-file handling 2008-08-08 12:43:28 +00:00
nemu
2a65b0cad7 on the way to handle db-files ... 2008-08-07 08:02:52 +00:00
nemu
09a52aeac2 prevent negative sigma's in skewed gaussian 2008-07-04 07:01:24 +00:00
nemu
a1e97be5ca packing == 1 bug fixed. Minor formating problem in the run block of PMsrHandler::WriteMsrLogFile() fixed. 2008-07-02 06:13:44 +00:00