Skip to content

Commit ac1ba45

Browse files
authored
Update eventSelection.cxx
1 parent 71fc2f9 commit ac1ba45

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Common/TableProducer/eventSelection.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,7 @@ struct EventSelectionTask {
473473
void init(InitContext&)
474474
{
475475
if (metadataInfo.isFullyDefined()) { // Check if the metadata is initialized (only if not forced from the workflow configuration)
476-
if (!doprocessRun2 && !doprocessRun3))
477-
{
476+
if (!doprocessRun2 && !doprocessRun3) {
478477
LOG(info) << "Autosetting the processing mode (Run2 or Run3) based on metadata";
479478
if (metadataInfo.isRun3()) {
480479
doprocessRun3.value = true;

0 commit comments

Comments
 (0)