read 'Sample Orientation' from ROOT file, since it might be needed by any2many.
This commit is contained in:
parent
4231d26604
commit
38d4ec1806
@ -1891,6 +1891,10 @@ Bool_t PRunDataHandler::ReadRootFile()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header->Get("RunInfo/Sample Orientation", str, ok);
|
||||||
|
if (ok)
|
||||||
|
runData.SetOrientation(str);
|
||||||
|
|
||||||
// check further for LEM specific stuff in RunInfo
|
// check further for LEM specific stuff in RunInfo
|
||||||
|
|
||||||
header->Get("RunInfo/Moderator HV", prop, ok);
|
header->Get("RunInfo/Moderator HV", prop, ok);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user