diff --git a/ALICE3/TableProducer/alice3HfTreeCreator3Prong.cxx b/ALICE3/TableProducer/alice3HfTreeCreator3Prong.cxx index 4758535d573..b74a75ad29b 100644 --- a/ALICE3/TableProducer/alice3HfTreeCreator3Prong.cxx +++ b/ALICE3/TableProducer/alice3HfTreeCreator3Prong.cxx @@ -270,7 +270,7 @@ struct Alice3HfTreeCreator3Prong { Configurable fillPid{"fillPid", false, "fill PID info"}; } fillTables; // parameters for production of training samples - Configurable fillSwapMassHypo{"fillSwapMassHypo", false, "Flag to fill derived tables with swapped mass hypothesis"}; + Configurable fillSwapMassHypo{"fillSwapMassHypo", false, "Flag to fill derived tables with swapped mass hypothesis"}; Configurable fillOnlySignal{"fillOnlySignal", true, "Flag to fill derived tables with signal"}; Configurable fillOnlyBackground{"fillOnlyBackground", false, "Flag to fill derived tables with background"}; Configurable downSampleFactor{"downSampleFactor", 1., "Fraction of cands to keep"}; @@ -477,9 +477,9 @@ struct Alice3HfTreeCreator3Prong { fillRecoTables(cand); } if (fillSwapMassHypo) { - if (cand.isSelMassHypo1()) { - fillRecoTables(cand); - } + if (cand.isSelMassHypo1()) { + fillRecoTables(cand); + } } } fillGenTables(candsGen);