42 Commits

Author SHA1 Message Date
cc8ac60713 by changing the behaviour of the global parts of the class PUserFcnBase from pure virtual default NeedGlobalPart=false, the code can be simplified in many places. 2021-02-26 15:17:41 +01:00
e8982410b0 adopted to the enforced changes by root 6.18.00. 2019-07-01 21:56:50 +02:00
e89c9b5b2a Moved beta-NMR msr example files to doc/examples/ 2019-05-15 16:31:02 +02:00
ce9c095f1f Fixed crash in example msr files for fitting two betaNMR helecities together. 2019-05-10 17:16:48 +02:00
b42abb2056 Minor changes to example beta-NMR msr files 2019-05-07 13:48:47 +02:00
924c297906 Debugging core dump issues 2019-05-03 17:10:07 +02:00
26dd28d2f1 Changes to template files 2019-04-26 09:18:24 +02:00
Zaher Salman
a837b1c420 Template files for two helicities and subtracted helicities updated. 2019-04-26 09:15:24 +02:00
Zaher Salman
e04cddfac8 Remove beta-NMR ascci based templates to avoid confusion. 2019-04-26 09:15:24 +02:00
970b7aafda Beta-NMR helicity subtraction seems to work in the new class. Still needs debugging and tests. Some of the changes from Jonas were reverted since SExp does not work otherwise. 2019-04-26 09:15:24 +02:00
Zaher Salman
2b00c92139 Fixed chisqr calculation bug in BNMR 2019-04-26 09:11:00 +02:00
Zaher Salman
bcd1c98ad2 More work towards implementation of beta-NMR asymmetry calculation 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
dbfeeddf3f Remove automake support
Since the cmake tool chain is now stable, the automake tool chain is removed from musrfit.
This makes documentation and code less cluttered.
2019-03-08 12:50:41 +01:00
3cb950277f cmake/cpack root dictionary issue fixed.
In order that package assembly works, the code needs to be relocatble
and any hints linking it to the original source need to be absent.
The changes here do exactely this. For rootcling the '-inlineInputHeader'
option is needed, otherwise the dictionary wants to load the header
file from the source destination which of course will fail when installing
the package on a machine without the source.
2019-02-01 16:05:24 +01:00
c5c5b16c46 BNMR lib installation problems
Adopted the build system for the BNMR libs such that the generated files are found and can be installed. The BNMR lib mantainers (ZS, JK) are responsible for the functionality though.
2018-11-27 12:25:18 +01:00
JAK
97d6a495a1 cmake should now also work on MacOS. 2018-08-17 14:57:36 +02:00
JAK
7d5429b5e3 Removed class MLRes from libBNMR. It wasn`t implemented. 2018-08-17 12:56:01 +02:00
JAK
9c73880b8b Updated docu in LineProfile.pdf. 2018-08-17 11:08:22 +02:00
JAK
12d36cc91b Updated docu in LineProfile.pdf. 2018-08-17 10:56:28 +02:00
JAK
c19d1f473a The line shape width is now the correct FWHM. 2018-08-17 10:49:06 +02:00
4b2133bbca Added CMake files for libLineProfile. 2018-08-16 13:09:02 +02:00
JAK
5ec5c0be40 Added libLineProfile and integrated it into automake. 2018-08-15 16:35:02 +02:00
Jonas A. Krieger
32f8535926 Speed up of SExpRlx by a factor of ~5 by using static TF1s. Might not be thread save. 2018-08-15 14:51:51 +02:00
Jonas A. Krieger
e73ded0078 Cleaned up libBNMR a bit. 2018-08-15 10:38:21 +02:00
55b5788506 added MODULE to root_generate_dictionary in order to get the proper name scheme. 2018-06-28 13:17:43 +02:00
342da696db cmake: got rid of target_compile_options which are better controlled by the build type. 2018-06-06 13:09:39 +02:00
e4d56519b2 cmake: added optimization and at the same time added the beta-NMR lib. 2018-06-05 19:12:35 +02:00
716ac6d8c0 Fixed a bug in the calculation of SExpRlx for beta-NMR (reported by Gerald Morris)/ 2018-01-19 11:34:38 +01:00
5908d8791a back from __CLING__ to __CINT__ since the ROOT guys kept __CINT__ even though they are using cling?\! 2017-02-08 10:45:17 +01:00
ceb7aa6818 changed from legacy rootcint to the new rootcling ROOT dictionary generator. 2017-02-08 09:47:35 +01:00
5e28f465a4 replace all __CINT__ by __CLING__. 2017-02-07 16:08:52 +01:00
460d35defa Add HAL and move to MUSR-ROOT in MuSRFitGUI. Update msr template for libBNMR. 2016-02-03 08:55:20 +01:00
9793478b3c Minor cleaning up in libBNMR. 2015-02-04 09:49:39 +01:00
1f44fe33c1 libBNMR is now fully integrated into automake 2015-02-04 09:34:05 +01:00
b7bd3c286e Include libBNMR in standard configuration and automake (still not fully working). 2015-01-29 13:46:26 +01:00
addb1d6830 Added .msr file for bNMR mud file fit. 2015-01-23 22:22:47 +01:00
e1d99a07cb Added new functions invloving combiKT. 2013-09-09 10:02:09 +00:00
nemu
f4d6e349fe added the option to split a user function into a global and run-block related part (see MUSR-134) 2010-11-10 13:13:00 +00:00
b381f086a6 Added some test msr files form beta-NMR functions. 2010-09-02 19:00:04 +00:00
62d9201f70 Added functions for beta-NMR relaxation curves (beam on/off). 2010-09-02 18:50:31 +00:00
cd9a625958 Added functions for beta-NMR relaxation curves (beam on/off). 2010-09-02 18:50:11 +00:00