e679546d60
replace the run-list handling through the already existing handler class PStringNumberList.
2022-04-27 16:49:15 +02:00
Ryan M. L. McFadden
5066373659
use the Particle Data Group's recommended value for the muon lifetime
2022-01-11 11:51:43 +01:00
a7b540cfdb
update of the copyright info.
2021-03-29 08:30:43 +02:00
32bac0e197
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-18 08:16:43 +02:00
b6dba8965b
update of the copyright info.
2020-04-30 17:46:10 +02:00
8b416b45e0
merged root6
2019-09-11 12:12:13 +02:00
Zaher Salman
e28b907fb7
Estimate alpha for beta-NMR asymmetry calculation from the ratio of B/F counts if no alpha line is given in the run block.
2019-04-26 09:18:24 +02:00
Zaher Salman
4ad524216f
Start branch to develop full featured beta-NMR support
2019-04-26 09:06:28 +02:00
63aa171982
added some additional error tags.
2019-04-25 21:02:31 +02:00
9d12700f39
added some additional error tags.
2019-04-25 20:22:43 +02:00
c64c74dbf8
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
Conflicts:
src/classes/PFitter.cpp
src/classes/PFourier.cpp
src/classes/PMsrHandler.cpp
src/classes/PMusrCanvas.cpp
src/classes/PRunAsymmetry.cpp
src/classes/PRunAsymmetryRRF.cpp
src/classes/PRunListCollection.cpp
src/classes/PRunSingleHisto.cpp
src/classes/PRunSingleHistoRRF.cpp
src/classes/PStartupHandler.cpp
src/include/PFourier.h
src/include/PRunListCollection.h
src/musrFT.cpp
2019-04-24 17:44:58 +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
0d917564c5
allow to define the phase parameter lists in the Fourier block with a reference phase parameter. This means all the other phase parameters are then relative to this reference phase parameter. This is often used when analysing LEM data.
2018-11-13 09:19:48 +01:00
3c55a72475
allow to define the phase parameter lists in the Fourier block with a reference phase parameter. This means all the other phase parameters are then relative to this reference phase parameter. This is often used when analysing LEM data.
2018-11-12 20:35:10 +01:00
357d46aac4
allow multiple Fourier phase parameters for phase shifted real Fourier. Autophasing still missing.
2018-10-15 16:12:49 +02:00
5909d59f32
allow multiple Fourier phase parameters for phase shifted real Fourier. Autophasing still missing.
2018-10-15 16:09:17 +02:00
e8f692b42c
more changes towards musrfit/DKS/root6.
2017-02-08 11:16:27 +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
18d037fdf2
adopted dks to root6 (branch dks6). Not yet tested.
2017-02-07 16:12:49 +01:00
5e28f465a4
replace all __CINT__ by __CLING__.
2017-02-07 16:08:52 +01:00
38c4293d58
resolved merge conflicts with master
2016-12-23 14:16:22 +01:00
c3c01e5de0
cleaning up left-overs and improved the comments.
2016-12-22 17:04:48 +01:00
5d80c342e0
cleaned up some inconsistencies in the musrfit_startup.xml options
2016-12-18 10:39:43 +01:00
5fb2ce777e
some more work towards DKS/GPU support of musrfit
2016-03-10 15:52:48 +01:00
b157d01506
merge into master
2016-03-04 13:23:12 +01:00
eb482b9671
improved handling of RRF freq in the msr-file
2016-01-18 16:25:34 +01:00
8e399fa04e
first steps towards asymmetry RRF fit.
2016-01-15 17:16:07 +01:00
097a6db6b0
more work towards fully functional RRF single histo fit
2016-01-07 13:19:00 +01:00
99864b2b82
some more self-consistency checks with RRF.
2015-12-19 20:32:07 +01:00
c3b5a52519
start working on RRF. For now only work on the msr-file side is done.
2015-12-18 15:34:18 +01:00
f58cbf1874
added a yet experimental feature of a phase 'optimized' real Fourier transform.
2015-09-24 15:33:47 +02:00
b113a94ee9
added the class PStringNumberList which allow to parse a generic encoded list of numbers. Used this class to improve PMsrHandler, and improved the runList feature of msr2data. For details see the documentation of msr2data.
2015-08-16 11:43:57 +02:00
Thomas Prokscha
fab7acfedc
added a group histo selector in any2many for MusrRoot when exporting to a too limited file format as PSI-BIN.
2015-05-29 15:11:04 +02:00
a2601348cf
first working FFT including DKS.
2015-04-13 17:21:27 +02:00
68b071ec2e
Fixed compilation problem with fftw3 and added fake automake files to musredit and musrgui.
2015-02-19 17:08:16 +01:00
d4ba2f6d81
more work towards a standalone Fourier (mainly for HAL-9500). Add msr-file support. Still some severe flaws.
2015-02-11 15:35:14 +01:00
c6900030c7
first partial implementation for a standalone Fourier transform calculator/plotter. Mainly meant for HAL-9500. Much more to come ...
2015-02-02 15:52:51 +01:00
11ea9f5457
'final' changes towards a to-be-tested GLOBAL block implementation
2014-12-18 15:42:16 +01:00
56cb9749d2
added addt0 to the GLOBAL block
2014-12-17 15:40:43 +01:00
075c259971
transferred lifetimecorrection from RUN block to the PLOT block. More work towards a working GLOBAL block
2014-12-10 16:02:32 +01:00
918f1eb110
more work on the global section
2014-12-09 15:47:13 +01:00
3f021c112c
start working on the global section.
2014-12-09 10:48:26 +01:00
5b72d622b5
added average view option and 'Tesla' unit in FOURIER. Updated docu
2014-12-04 10:40:16 +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
310eedf190
add N0 estimate to single histogram fit. Some improvements in musredit (see ChangLog)
2013-02-14 09:16:27 +00:00
22c7702cfe
docu updated
2013-01-15 12:25:48 +00:00
17d7ef4b99
improved Fourier transform. For details see the ChangeLog
2012-11-19 13:27:37 +00: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
bf1d8cc96d
added spin rotation angle to the LEM MusrRoot file
2012-05-22 13:51:56 +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