when converting to WKM, take the beamline tag to decide which exact WKM flavour should be written.
This commit is contained in:
@ -30,6 +30,8 @@ FIXED 2012-09-23 fixed wrong chisq output in musrview if expected chisq is
|
|||||||
present.
|
present.
|
||||||
FIXED 2012-05-30 fixed RRF bug in single histo plotting.
|
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)
|
FIXED 2012-05-18 fixed wrong forward/backward tag for ROOT-PPC (MUSR-215)
|
||||||
|
CHANGED 2012-11-09 when converting to WKM, take the beamline tag to decide
|
||||||
|
which exact WKM flavour should be written.
|
||||||
CHANGED 2012-08-28 prevent LF from allocating too much memory
|
CHANGED 2012-08-28 prevent LF from allocating too much memory
|
||||||
CHANGED 2012-06-29 changed handling of the timeout for musrfit.
|
CHANGED 2012-06-29 changed handling of the timeout for musrfit.
|
||||||
CHANGED 2012-05-10 prevent any2many from overwriting an input file. At the
|
CHANGED 2012-05-10 prevent any2many from overwriting an input file. At the
|
||||||
|
@ -4950,7 +4950,7 @@ Bool_t PRunDataHandler::WriteWkmFile(TString fln)
|
|||||||
{
|
{
|
||||||
// check if a LEM nemu file needs to be written
|
// check if a LEM nemu file needs to be written
|
||||||
bool lem_wkm_style = false;
|
bool lem_wkm_style = false;
|
||||||
if (!fAny2ManyInfo->inFormat.CompareTo("ROOT"))
|
if (!fData[0].GetBeamline()->CompareTo("mue4", TString::kIgnoreCase))
|
||||||
lem_wkm_style = true;
|
lem_wkm_style = true;
|
||||||
|
|
||||||
Bool_t ok = false;
|
Bool_t ok = false;
|
||||||
|
Reference in New Issue
Block a user