There was an error while loading. Please reload this page.
1 parent 71fc2f9 commit ac1ba45Copy full SHA for ac1ba45
1 file changed
Common/TableProducer/eventSelection.cxx
@@ -473,8 +473,7 @@ struct EventSelectionTask {
473
void init(InitContext&)
474
{
475
if (metadataInfo.isFullyDefined()) { // Check if the metadata is initialized (only if not forced from the workflow configuration)
476
- if (!doprocessRun2 && !doprocessRun3))
477
- {
+ if (!doprocessRun2 && !doprocessRun3) {
478
LOG(info) << "Autosetting the processing mode (Run2 or Run3) based on metadata";
479
if (metadataInfo.isRun3()) {
480
doprocessRun3.value = true;
0 commit comments