ceb7aa6818
changed from legacy rootcint to the new rootcling ROOT dictionary generator.
2017-02-08 09:47:35 +01:00
e8b0b002d8
Merge branch 'master' into root6
2016-01-23 09:49:33 +01:00
8e399fa04e
first steps towards asymmetry RRF fit.
2016-01-15 17:16:07 +01:00
6ee5d76b35
first implementation of the single histo RRF fit (no plotting yet). Seems to work but the error estimate of the RRF asymmetry seems to be too large. Needs to be checked.
2015-12-21 16:54:12 +01:00
4fd610442d
improved the CLEANFILES for ROOT6.
2015-10-28 13:56:16 +01:00
21e133f87a
adoped to master branch
2015-03-16 11:10:25 +01:00
38be81d704
needed to adopted includes for dictionary generation due to adding fftw.h in PMusr.h
2015-02-21 15:33:07 +01:00
f1a1dd2121
added missing .pcm file
2015-02-14 10:48:51 +01:00
71275e313c
merge in master
2015-02-14 10:27:03 +01:00
2d2594c903
first almost feature complete version of musrFT
2015-02-13 16:56:19 +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
fec752182b
added all ROOT6 .pcm files for installation
2015-01-17 17:53:17 +01:00
a467553bd1
adding a branch for ROOT 6.x. This needs some minor adaptations due to the new rootcint/rootclang and the stricter c++11.
2015-01-17 15:31:52 +01:00
290816f996
upgrading Makefile.am's for more recent automake versions
2013-12-16 14:08:39 +00:00
f51152c4a3
config level fix for Mac OS X 10.9 (Mavericks). Optimize Noakes-Kalvius formulae. Update of docu.
2013-12-16 07:54:46 +00:00
138e7ba369
first implementation of MusrRoot. Cleaner handling of Red/Green mode data. General cleanup
2012-03-22 07:00:34 +00:00
Bastian M. Wojek
b55f18289e
Fixed the order in which libPMusr and libPUserFcnBase are built
2011-06-24 08:59:31 +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
Bastian M. Wojek
0191375a96
The previous approach did not work...
...
Needed to split off the userFcn part from libPMusr to be able to provide a shared library of it (under Cygwin).
2011-04-13 09:59:33 +00:00
Bastian M. Wojek
1024f5a28f
Removed the user-function dependency on libPMusr
...
It should now be possible to build a static version of musrfit and shared libraries for the user functions.
This is needed on systems which do not support linking static libraries to shared ones (like Cygwin).
These changes still need to be tested on Cygwin, especially with user functions implementing the "global interface".
2011-04-13 08:18:14 +00:00
ae83e1a296
added missing NEXUS_CLFAGS
2011-04-08 14:40:18 +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
41c5d45d8b
replace RRF Asymmetry Fit dummy, by Mu Minus Single Histo Fit dummy
2010-01-12 16:00:12 +00:00
Bastian M. Wojek
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
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
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
Bastian M. Wojek
74cc2ad8d1
More PSIBIN changes...
2009-09-20 12:55:12 +00:00
nemu
9ac709451c
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:19:03 +00:00
Bastian M. Wojek
bcebaacfd9
Added ROOTAUXLIBS and ROOTAUXCFLAGS to the Makefiles
2009-06-22 13:54:55 +00:00
Bastian M. Wojek
1389b8e6c3
Fixed the shared library generation using libtool on Windows
2009-06-21 14:40:47 +00:00
Bastian M. Wojek
b2e8de0e89
Added autotools Windows support
2009-06-20 13:57:11 +00:00
Bastian M. Wojek
117ccbf38a
Few minor script and flag changes
2009-06-20 05:50:09 +00:00
Bastian M. Wojek
b5016637fd
Added autotool-support for building musrfit - some additional tests are needed, the old Makefiles are still around
2009-06-19 20:37:06 +00:00