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 5b9a66758b
commit c0b1071a27

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);