Skip to content

Commit 391688e

Browse files
author
Mattia Faggin
committed
Fix macos compilation error.
1 parent c8c59a1 commit 391688e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/TableProducer/candidateCreator3Prong.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ struct HfCandidateCreator3Prong {
158158
hCollisions->GetXaxis()->SetBinLabel(5, "Centrality + sel8 + posZ + TF border ok");
159159
}
160160

161-
template <bool doPvRefit = false, o2::aod::hf_collision_centrality::CentralityEstimator centEstimator = 0, typename Coll, typename Cand>
161+
template <bool doPvRefit = false, o2::aod::hf_collision_centrality::CentralityEstimator centEstimator, typename Coll, typename Cand>
162162
void runCreator3Prong(Coll const& collisions,
163163
Cand const& rowsTrackIndexProng3,
164164
aod::TracksWCovExtra const& tracks,

0 commit comments

Comments
 (0)