added spin rotation angle to the LEM MusrRoot file
This commit is contained in:
@ -1472,6 +1472,11 @@ Bool_t PRunDataHandler::ReadRootFile()
|
||||
if (ok)
|
||||
runData.SetMuonSource(str);
|
||||
|
||||
header->Get("RunInfo/Muon Spin Angle", prop, ok);
|
||||
if (ok) {
|
||||
runData.SetMuonSpinAngle(prop.GetValue());
|
||||
}
|
||||
|
||||
header->Get("RunInfo/Setup", str, ok);
|
||||
if (ok)
|
||||
runData.SetSetup(str);
|
||||
|
Reference in New Issue
Block a user