48 Commits

Author SHA1 Message Date
fe32046c21 updated the copyright info. 2023-01-05 10:24:31 +01:00
daa2ea1347 make sure that git repo info is only added if the musrfit project source is indeed a git repo, and not e.g. a download. 2021-07-12 15:34:07 +02:00
8cce005fd5 add info on how musrfit is compiled Debug or Release. 2021-05-21 07:44:50 +02:00
38b289b99f add ROOT version information for better diagnostics. 2021-04-09 09:33:08 +02:00
e6e951e8f4 update the copyright info. 2021-03-29 08:22:38 +02:00
10271dab9a update of the copyright info. 2020-04-29 09:05:40 +02:00
a2d47a09f8 First working duplicate asymmetry class for beta-NMR. 2019-04-26 09:11:00 +02:00
795cd75b1e modernized code to C++11 and newer.
This allows to analyze the code by external code analyzers. Since a lot is adopted,
the version is changed to 1.4.3
2019-04-16 15:34:49 +02:00
97beb80c4b Dynamic Search Path for ROOT Dictionary
Added by default the dynamic search path '/usr/local/lib' to ROOT.
This is needed to find the necessary dictionaries for musrfit,
musrview, musrt0. Furthermore, added an option '--show-dynamic-path'
to these programs which allow the user to dump the currently used
dynamic search paths. This is potentially handy for diagnostics.
2019-02-05 09:51:30 +01:00
86e1544c0e adopted the technical docu, according to the new sphinx user docu. 2018-07-04 12:43:26 +02:00
fca13283e1 changed generation of git-revision.h which allows to keep it up-to-date. Aditionally git-branch info has been added. 2017-02-22 09:42:07 +01:00
ceb7aa6818 changed from legacy rootcint to the new rootcling ROOT dictionary generator. 2017-02-08 09:47:35 +01:00
02c82321de added RRF types to musrt0 2016-01-18 16:00:10 +01:00
f11f9a18f1 added some first data from the GLOBAL block to the musrt0 handling. 2014-12-17 15:45:16 +01:00
f13fa554bf added global section to non-muSR, and mu-minus. Added mu-minus to musrt0. 2014-12-12 12:50:12 +01:00
bbb8550f96 since we moved to git, I cleaned up the svn prop's from the sources and added a GIT_REVISION through git-revision.h 2014-02-12 12:43:32 +01:00
6c8ce66e1d (i) add PRINT_LEVEL to the command block (0='nothing' to
3='everything'). This allows to tune the Minuit2 output. (ii) added the
possibilty to give the fit range in bins. For details see the docu.
2012-10-25 14:44:16 +00:00
1d6f8082f0 newly added dump_header, which dumps the header information of a muSR data file. Furthermore some minor cleanup took place. 2012-05-12 14:08:27 +00:00
7368884482 added timeout facility for musrfit, musrview, musrt0. Adopted musredit/musrgui accordingly. 2012-04-15 08:39:30 +00:00
nemu
3830229ac0 fixed some double/int inconsistencies 2012-03-22 14:23:43 +00:00
138e7ba369 first implementation of MusrRoot. Cleaner handling of Red/Green mode data. General cleanup 2012-03-22 07:00:34 +00:00
nemu
2e41140242 crash in non-interactive mode of musrt0 when data file doesn't exist (MUSR-133) 2011-09-21 07:09:36 +00:00
Bastian M. Wojek
caa3fdfc12 * Define a function for the XML-reading workaround in order to clean up a bit.
For the moment we keep to copies of it -- one for the use within the various
  musrfit programs, one that can be used in user functions.

* musrt0 is now again activated in musrgui/musredit by default.
2011-06-23 11:00:09 +00:00
Bastian M. Wojek
dc48ea9712 * Suggestion how to "solve" the XML-reading problems in certain environments:
A workaround has been implemented where it is not tried any more to "directly
  parse the file" but rather the file is read into a memory buffer which then
  is parsed.
  For further information, see MUSR-122.

* Fixed a linking problem when only shared libraries are built on Cygwin
  (introduced with the split-off of libPUserFcnBase).
2011-06-16 22:00:33 +00:00
nemu
49619fcffb added NeXus support. Still a lot of testing will be needed, documentation updated, etc. 2011-04-08 09:24:32 +00:00
nemu
653fcdcec8 minor fix of wrong offset 2011-03-18 13:48:46 +00:00
nemu
452018bedf added any2many, an attempt to write the universial musr-data-file converter. Still some work needed. Added the possibility to show the t0 saved in the data file. 2010-12-23 13:16:57 +00:00
nemu
a6466e2dac hanging musrt0's should be eliminated now (MUSR-153) 2010-10-29 05:29:49 +00:00
nemu
5386342cf4 some more docu 2010-06-04 19:51:20 +00:00
nemu
d5d36d21fd improved handling for grouping and addrun 2010-02-22 06:55:49 +00:00
nemu
41c5d45d8b replace RRF Asymmetry Fit dummy, by Mu Minus Single Histo Fit dummy 2010-01-12 16:00:12 +00:00
nemu
6f49067095 improved handling for invalid MUSRFITPATH 2010-01-05 10:13:12 +00:00
nemu
e0c893503f first implementation of a RRF. So far, for single histo only. 2009-12-23 13:43:23 +00:00
nemu
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
nemu
588747bd13 some more work towards a full encapsulation 2009-11-05 06:42:33 +00:00
nemu
208e6b97c2 some more work towards a full encapsulation 2009-11-04 21:09:54 +00:00
nemu
15ddd28644 some more work towards a full encapsulation 2009-11-04 11:42:51 +00:00
nemu
73b70defaa some more work on the encapsulation 2009-11-03 08:28:27 +00:00
nemu
90807030f1 started with the next step of encapsulation, will take a while 2009-11-02 08:40:47 +00:00
nemu
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
nemu
5d99f6cf8c fixed handling of new mlog file writer for musrt0 2009-05-22 11:39:47 +00:00
nemu
e44bc91a03 some minor changes needed for proper msr-file handling with musrt0 (see MUSR-45) 2009-05-01 06:51:46 +00:00
nemu
4b561aa598 first ready version of musrt0 2009-03-31 11:22:20 +00:00
nemu
99ccb9e0ae some more work towards musrt0 2009-03-27 07:55:54 +00:00
nemu
e35c2256be some more work towards musrt0 2009-03-26 12:25:15 +00:00
nemu
b076b4d957 some more work towards musrt0 2009-03-26 07:59:39 +00:00
nemu
b38e8beffc more flexible handling of startup XML's 2009-03-25 13:05:55 +00:00
nemu
4cb6aa2ec9 initial skeleton of musrt0, not functional yet 2009-03-25 08:08:48 +00:00