Skip to content

Commit e1247cf

Browse files
committed
fix comments from vit
1 parent 4e135a0 commit e1247cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/TableProducer/candidateCreator3Prong.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ struct HfCandidateCreator3Prong {
241241
}
242242
}
243243

244-
template <bool doPvRefit = false, bool useUpcSel, o2::hf_centrality::CentralityEstimator centEstimator, typename Coll, typename Cand, typename BCsType>
244+
template <bool doPvRefit, bool useUpcSel, o2::hf_centrality::CentralityEstimator centEstimator, typename Coll, typename Cand, typename BCsType>
245245
void runCreator3ProngWithDCAFitterN(Coll const&,
246246
Cand const& rowsTrackIndexProng3,
247247
TracksWCovExtraPidPiKaPr const&,
@@ -414,7 +414,7 @@ struct HfCandidateCreator3Prong {
414414
}
415415
}
416416

417-
template <bool doPvRefit = false, bool useUpcSel, o2::hf_centrality::CentralityEstimator centEstimator, typename Coll, typename Cand, typename BCsType>
417+
template <bool doPvRefit, bool useUpcSel, o2::hf_centrality::CentralityEstimator centEstimator, typename Coll, typename Cand, typename BCsType>
418418
void runCreator3ProngWithKFParticle(Coll const&,
419419
Cand const& rowsTrackIndexProng3,
420420
TracksWCovExtraPidPiKaPr const&,

0 commit comments

Comments
 (0)