You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// throw std::runtime_error("Autoconfigure requested but no metadata information found! Please check if --aod-file <file> was used in the last workflow added in the execution and if the AO2D in question has metadata save.");
2717
+
// }
2718
2718
2719
2719
// positions of switches are known. Next: flip if asked for
2720
-
if(autoConfigureProcess){
2721
-
int relevantProcess = static_cast<int>(isMC) + 2*static_cast<int>(!isRun3) + 4*static_cast<int>(withPID);
2722
-
LOGF(info, "Automatic configuration of process switches requested! Present in metadata? Run %i DataType %i, Values: isRun3? %i, isMC? %i, withPID? %i (switch #%i)", hasRunInfo, hasDataTypeInfo, isRun3, isMC, withPID, relevantProcess);
2720
+
if(autoConfigureProcessConfig){
2721
+
int relevantProcess = static_cast<int>(!isRun3) + 2*static_cast<int>(isMC) + 4*static_cast<int>(withPID);
0 commit comments