diff --git a/ChangeLog b/ChangeLog index 2d6c95e30..96cbdde56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,6 +36,8 @@ FIXED 2012-09-23 fixed wrong chisq output in musrview if expected chisq is present. FIXED 2012-05-30 fixed RRF bug in single histo plotting. FIXED 2012-05-18 fixed wrong forward/backward tag for ROOT-PPC (MUSR-215) +CHANGED 2012-12-11 if multiple SAVE are present in the COMMAND block, append + MINUIT2.OUTPUT file. Added docu for PRINT_LEVEL (MUSR-244). CHANGED 2012-11-19 replaced hard coded gyromagnetic ratio of the muon in the whole code. CHANGED 2012-11-09 when converting to WKM, take the beamline tag to decide diff --git a/doc/examples/test-histo-MusrRoot.msr b/doc/examples/test-histo-MusrRoot.msr index afcda7683..4a6e52f32 100644 --- a/doc/examples/test-histo-MusrRoot.msr +++ b/doc/examples/test-histo-MusrRoot.msr @@ -97,10 +97,11 @@ SAVE ############################################################### FOURIER units Gauss # units either 'Gauss', 'MHz', or 'Mc/s' -fourier_power 11 -apodization MEDIUM # NONE, WEAK, MEDIUM, STRONG -plot POWER # REAL, IMAG, REAL_AND_IMAG, POWER, PHASE -range 0 100 +fourier_power 10 +apodization STRONG # NONE, WEAK, MEDIUM, STRONG +plot REAL # REAL, IMAG, REAL_AND_IMAG, POWER, PHASE +dc-corrected true +phase par7 ############################################################### PLOT 0 (single histo plot) diff --git a/doc/examples/test-histo-ROOT-NPP.msr b/doc/examples/test-histo-ROOT-NPP.msr index 292990590..335db7b30 100644 --- a/doc/examples/test-histo-ROOT-NPP.msr +++ b/doc/examples/test-histo-ROOT-NPP.msr @@ -25,15 +25,17 @@ norm 5 backgr.fit 6 lifetimecorrection map 0 0 0 0 0 0 0 0 0 0 -forward 1 +forward 1 data 3419 66000 -t0 3419 +t0 3419.0 fit 0.1 10 packing 250 ############################################################### COMMANDS +PRINT_LEVEL 3 MINIMIZE +SAVE MINOS SAVE @@ -43,5 +45,5 @@ runs 1 range 0 8 -0.3 0.3 ############################################################### -STATISTIC --- 2011-02-06 14:52:54 - chisq = 248.83532814099809, NDF = 197, chisq/NDF = 1.2631234931015132 +STATISTIC --- 2012-12-11 07:58:13 + chisq = 248.8, NDF = 197, chisq/NDF = 1.263124 diff --git a/doc/html/user/MUSR/BmwLibs.html b/doc/html/user/MUSR/BmwLibs.html index df7c3057a..75f0619c6 100644 --- a/doc/html/user/MUSR/BmwLibs.html +++ b/doc/html/user/MUSR/BmwLibs.html @@ -1,6 +1,6 @@ - +
@@ -8,7 +8,7 @@ - + @@ -144,7 +144,7 @@ pre {The last accepted command in the COMMAND block is SCALE_N0_BKG TRUE | FALSE. This command is only used in conjunction with single-histogram fits. The default is SCALE_N0_BKG TRUE which will result in a scaling of N(t) such that it is given in ns-1, whereas with SCALE_N0_BKG FALSE no scaling is performed and N(t) will be given in bin-1. If the command is not present at all, it will be interpreted as if SCALE_N0_BKG TRUE was present. + +For debug purposes it is possible to force MINUIT2 to print out additional informations. The COMMAND block command is PRINT_LEVEL <n>, where <n> can have the values 0,1,2, or 3. A typical example could look like:+ COMMANDS + MIGRAD + SAVE + PRINT_LEVEL 3 + MINOS + SAVE ++Here theMINOScommand will print out lot of additional information to the standard output. Notice there are 2SAVEcommands here. This will write the result ofMIGRADto theMINUIT2.OUTPUTfile and at the end append theMINOSresults to this file. +4.7 The FOURIER Block
The Fourier transform is done and the results are plotted withinmusrview—as input data the actual data shown inmusrviewis used. In the FOURIER block of the msr file all necessary parameters for calculating and presenting the Fourier transform of the data specified in the PLOT block is given. If the FOURIER block is not present in the msr file, either the parameters set in the XML startup file or the system defaults are taken when the Fourier transform is performed. The block starts with the FOURIER keyword and may contain the following entries on the successive lines:
ROOT folder so that the user has easy write access to this directory:
+ 1 : In case only a single user is working at the machine it might be considerable to change the ownership of the ROOT folder so that the user has easy write access to this directory:
2 : When using GCC ≥ 4.2 please make sure that the environment variables USE_PARALLEL_MINUIT2 and USE_OPENMP are not set! Otherwise MINUIT2 will be compiled with parallelization support and cannot be used together with musrfit afterwards since the musrfit code is not fully thread-safe! When compiled with GCC ≥ 4.2 musrfit itself will parallelize the χ2 calculation.
@@ -821,7 +821,7 @@ musrview test-histo-ROOT-NPP.msr