read 'Sample Orientation' from ROOT file, since it might be needed by any2many.

This commit is contained in:
suter_a 2025-03-18 12:51:40 +01:00
parent 4231d26604
commit 38d4ec1806

View File

@ -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
header->Get("RunInfo/Moderator HV", prop, ok);