Commit Graph

48 Commits

Author SHA1 Message Date
suter_a 4de660788d updated the copyright info.
Build and Deploy Documentation / build-and-deploy (push) Successful in 26s
2026-01-25 07:42:29 +01:00
suter_a 310713da0e improve the doxygen docu of PRunNonMusr.* 2025-11-15 08:42:21 +01:00
suter_a 4a20d805dd updated the copyright info. 2025-01-30 11:15:42 +01:00
suter_a 79c8be54bf update of the copyright info. 2024-02-03 19:58:11 +01:00
suter_a 9e88ddb989 Merge remote-tracking branch 'origin/depthProf' into root6 2023-02-17 07:39:17 +01:00
suter_a fe32046c21 updated the copyright info. 2023-01-05 10:24:31 +01:00
suter_a 47bee12d3e improvement on: allow to draw theory only at the data points for PRunNonMusr. 2023-01-05 08:12:11 +01:00
suter_a 8a6e4dca6f allow to draw theory only at the data points for PRunNonMusr. 2023-01-05 07:59:15 +01:00
suter_a 2d85d10b2f start adding CSV like data reading routine with the FileFormat label DAT. 2022-03-14 20:59:37 +01:00
suter_a e6e951e8f4 update the copyright info. 2021-03-29 08:22:38 +02:00
suter_a 7b6180a688 Functions can now not only operate on parameters and maps but also on meta information
obtained from the data files. Currently the following meta information can be accessed
if available:
field in (G): B or b
energy in (keV): En or en
temperature in (K): since some data files contain a vector of temperature, they have
                    to be accessed with an index, like T0 or t0, etc.
2020-06-17 19:31:31 +02:00
suter_a 10271dab9a update of the copyright info. 2020-04-29 09:05:40 +02:00
suter_a 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
suter_a 25b59ab473 slight performance increase. 2018-06-06 12:54:54 +02:00
suter_a 8e399fa04e first steps towards asymmetry RRF fit. 2016-01-15 17:16:07 +01:00
suter_a f13fa554bf added global section to non-muSR, and mu-minus. Added mu-minus to musrt0. 2014-12-12 12:50:12 +01:00
suter_a 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
suter_a 392cd0b4b3 (1) changed normalization of maximum likelihood. (2) ascii export from canvas adds initial space for empty column for easier parsing. (3) fix of some typos 2013-11-08 11:55:43 +00:00
suter_a 22c7702cfe docu updated 2013-01-15 12:25:48 +00:00
suter_a 138e7ba369 first implementation of MusrRoot. Cleaner handling of Red/Green mode data. General cleanup 2012-03-22 07:00:34 +00:00
nemu 58a79084b1 added per run block chisq output 2011-07-25 07:35:29 +00:00
nemu 5cd4283d30 added FIT_RANGE RESET | start end | s1 e1 s2 e2 .. sN eN command to the COMMAND block 2010-10-20 09:24:12 +00:00
nemu 937a26d704 second attempt to improve the unzoom option after "improvement" in root-5.27.04. 2010-09-25 13:35:03 +00:00
nemu f938e4ed27 more docu, and a bug fix in the Abragam function 2010-06-02 20:18:22 +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 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 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 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
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 f287ef666c added skeleton for some additional PLOT block commands. No functionality yet. 2009-05-28 08:49:42 +00:00
nemu 2012c537e8 some improvements for non-musr type handling 2009-05-04 11:52:34 +00:00
nemu ea0800b4fe fixed some 'uninitialized' stuff. Add canvas graphic dump feature, and fixed crash described in MUSR-53 2009-04-29 07:20:42 +00:00
nemu 1629d66817 fixed bug in theory calculation when # of data points in non musr fit > 1000 2009-04-03 05:34:14 +00:00
nemu e8a08a1896 added warning for ADDRUN command, which is not supported for NonMuSR fit type 2009-03-13 14:52:00 +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 73ac3d8d75 if N = # data points > 1000, take N points to calculate the theory vector, otherwise take 1000 points 2009-03-05 12:51:39 +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 a1e97be5ca packing == 1 bug fixed. Minor formating problem in the run block of PMsrHandler::WriteMsrLogFile() fixed. 2008-07-02 06:13:44 +00:00
nemu 4d715825f3 first implementation of NonMusr stuff 2008-06-20 05:59:46 +00:00
nemu fb8e96b2ee minor changes 2008-05-14 14:47:38 +00:00
nemu 09278f2baa some new stuff, some bug fixing 2008-04-29 19:20:16 +00:00
nemu a5d079d0a1 slightly more general handling of data. Needed to implement musrview, ... 2008-04-07 10:57:42 +00:00
nemu c463cb2530 some changes related to the bin data plotting 2008-04-05 19:14:00 +00:00
nemu c6cc508aaf newly added. Not for productive used yetsvn diff | grep Index: 2008-01-08 08:31:58 +00:00