File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments