Commit Graph

690 Commits

Author SHA1 Message Date
9b94dff860 some minor improvements towards fixing the boost::spirit problem for newer distributions. Needs a thorough checking on a newer linux distribution, i.e. at home 2010-01-14 13:11:07 +00:00
41c5d45d8b replace RRF Asymmetry Fit dummy, by Mu Minus Single Histo Fit dummy 2010-01-12 16:00:12 +00:00
6837ba3cdf added a first implementation of RRF view representation for asymmetry view 2010-01-06 13:09:55 +00:00
6f49067095 improved handling for invalid MUSRFITPATH 2010-01-05 10:13:12 +00:00
199ff918f0 Nicer solution for fftw3_threads 2009-12-27 15:26:11 +00:00
e0c893503f first implementation of a RRF. So far, for single histo only. 2009-12-23 13:43:23 +00:00
a6959ea2fc Integrated a few external musrfit plug-ins into the standard build process.
In order to enable building of the additional libraries supply the following options to the configure script:

--enable-BMWlibs (for libTFitPofB libLFRelaxation libGapIntegrals libCalcMeanFieldsLEM)
--enable-ASlibs (for libPNL_PippardFitter)

By default, both options are disabled.

At the moment I have tested it only in an SL5 32-bit environment.
Further tests are going to follow.

For a clean installation I suggest to remove any musrfit and plug-in installations before newly building musrfit.
2009-12-22 17:00:43 +00:00
162d6eff39 strikter handling of ADDRUN (MUSR-106) 2009-12-18 06:58:20 +00:00
20fa6f88fb added sign form parX for the FUNCTION block. 2009-12-17 06:47:56 +00:00
3635df7fc9 fixed MUSR-107, namely that difference of Fourier != Fourier of difference. At the same time fixed left-over from MUSR-109, namely the inserted additional empty line after map for non-musr-fit. 2009-12-16 14:52:28 +00:00
fddc258401 corrected handling such that the proper initial phase is fitted 2009-12-16 06:30:02 +00:00
88c7978ab9 fix issue MUSR-110 2009-12-10 15:54:16 +00:00
b793c76e58 corrected warning messages 2009-12-09 16:34:08 +00:00
a3b7a10f49 fixed db data tag reading error 2009-12-09 10:14:22 +00:00
0e5d18160c added default background estimate if not present. Update the PSIBIN/MDU class from AA/AR. 2009-12-09 08:03:51 +00:00
76cc302e78 addded data default estimates 2009-12-08 08:55:28 +00:00
c7f3eb3be1 hopfully improved ascii export 2009-11-20 16:14:29 +00:00
cc7bfa3071 fixed a cut & paste error 2009-11-18 13:51:23 +00:00
da50f1d18c check for subsequent numbered parameters added according to the suggestion of the Royal Highness pointed out in MUSR-103. 2009-11-18 06:41:18 +00:00
246e763d71 changed the extraction of the time resolution for the mud data format, since MUD_getHistFsPerBin seems sometimes to return just crap. 2009-11-17 16:05:31 +00:00
13ef385056 changed WKMFULLDATAPATH to MUSRFULLDATAPATH 2009-11-13 12:01:09 +00:00
7ccd021cfc added new option to musrt0: the key 'T' will set the t0 cursor to the maximum of the histogram 2009-11-12 13:29:42 +00:00
e9cb6ded30 updated Class_MuSR_PSI from A.Amato/A.Raselli. Added support for MDU PSI binary format. Not rigorously tested yet. 2009-11-12 11:26:10 +00:00
c2b898a246 improved handling for musrt0 2009-11-11 12:42:55 +00:00
d58d7f36e1 (i) added that LEM afs paths to musrfit_startup.xml. (ii) fixed the resize errors (0/1 issue) 2009-11-10 11:34:27 +00:00
8943295bef fixed 0/1 problem PMsrRunBlock::GetBkgRange and PMsrRunBlock::GetDataRange 2009-11-09 11:20:06 +00:00
4bb5b7e979 adopted to comment MUSR-99 2009-11-09 07:20:16 +00:00
43ec66ad7c added estimate of t0 for the case it is not present, neither in the msr-file nor in the data-file (see MUSR-73). 2009-11-06 06:16:31 +00:00
588747bd13 some more work towards a full encapsulation 2009-11-05 06:42:33 +00:00
208e6b97c2 some more work towards a full encapsulation 2009-11-04 21:09:54 +00:00
15ddd28644 some more work towards a full encapsulation 2009-11-04 11:42:51 +00:00
73b70defaa some more work on the encapsulation 2009-11-03 08:28:27 +00:00
90807030f1 started with the next step of encapsulation, will take a while 2009-11-02 08:40:47 +00:00
2a03bb7f61 changed variables to comply with the ROOT standards. Error messages now sent to stderr rather than stdout 2009-10-30 08:29:27 +00:00
e14feae99d added PSI mdu-ascii data format 2009-10-29 12:57:07 +00:00
61de7905e6 removed 'save db' support from PMusrCanvas. 2009-10-23 05:53:25 +00:00
fe71e7b9c8 improved ascii export (MUSR-87,MUSR-92). Produce now two files, one for the data and one for the theory. There are still some issues concerning root ownership which sometimes result in crashes at the exit of the musrview. db export still needs to be done. 2009-10-22 11:07:50 +00:00
3b3f793856 harmonised PMUSR_UNDEFINED response 2009-10-20 05:57:48 +00:00
6f779fd6db fixed bug with t0 handling in case of ADDRUN and missing t0's in the msr-file, but t0's present in the data file (MUSR-94). Fixed another memory leak in PRunDataHandler PSIBIN (I am really not happy about the PSIBIN class handling because of the deep copy) 2009-10-20 05:42:45 +00:00
c3aebf04d6 fixed 'unwanted empty line problem of mlog-files' see MUSR-95 2009-10-16 07:04:16 +00:00
404028c478 newly added since it has been forgotten in the last commit. 2009-10-08 11:01:38 +00:00
33222b675c started with the encapsulation of the data structure which should reduce the number of crashes and help to reduce memory leaks 2009-10-07 12:26:41 +00:00
856aaba0a7 fixed severe memory leak 2009-10-06 06:20:01 +00:00
b2a572b790 fixed a bug in the spin glass function for negative times 2009-10-02 15:18:59 +00:00
e38d0793ba a first implementation for the triumf mud-format. Start migrating towards real CERN ROOT notation int->Int_t, etc. 2009-09-30 13:21:49 +00:00
dcb77c2e48 start adding triumf mud-file-format support. For a few days musrfit will be a bit frail. 2009-09-30 06:54:37 +00:00
497cc536d6 send error messages to cerr. Added doxygen comments. 2009-09-23 11:01:27 +00:00
74cc2ad8d1 More PSIBIN changes... 2009-09-20 12:55:12 +00:00
575856ba8f Added a few uncommon options to musrfit - further testing is required 2009-09-08 16:01:23 +00:00
0cfd715ed3 merge in Bastian M. Wojek's cpp-version of msr2data. This should help to step towards a real platform independent musrfit package. 2009-08-31 11:57:42 +00:00