Skip to content

Commit 445b00f

Browse files
committed
Please consider the following formatting changes
1 parent 81895f2 commit 445b00f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ALICE3/TableProducer/alice3HfTreeCreator3Prong.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ struct Alice3HfTreeCreator3Prong {
270270
Configurable<bool> fillPid{"fillPid", false, "fill PID info"};
271271
} fillTables;
272272
// parameters for production of training samples
273-
Configurable<bool> fillSwapMassHypo{"fillSwapMassHypo", false, "Flag to fill derived tables with swapped mass hypothesis"};
273+
Configurable<bool> fillSwapMassHypo{"fillSwapMassHypo", false, "Flag to fill derived tables with swapped mass hypothesis"};
274274
Configurable<bool> fillOnlySignal{"fillOnlySignal", true, "Flag to fill derived tables with signal"};
275275
Configurable<bool> fillOnlyBackground{"fillOnlyBackground", false, "Flag to fill derived tables with background"};
276276
Configurable<float> downSampleFactor{"downSampleFactor", 1., "Fraction of cands to keep"};
@@ -477,9 +477,9 @@ struct Alice3HfTreeCreator3Prong {
477477
fillRecoTables<CharmHad, false>(cand);
478478
}
479479
if (fillSwapMassHypo) {
480-
if (cand.isSelMassHypo1()) {
481-
fillRecoTables<CharmHad, true>(cand);
482-
}
480+
if (cand.isSelMassHypo1()) {
481+
fillRecoTables<CharmHad, true>(cand);
482+
}
483483
}
484484
}
485485
fillGenTables<CharmHad>(candsGen);

0 commit comments

Comments
 (0)