Skip to content

Commit 74e7dfd

Browse files
committed
Replaced int with aod::hf_cand_xic0_omegac0::DecayType for the decayChannel template paramete
1 parent 9d9ecea commit 74e7dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2536,7 +2536,7 @@ struct HfCandidateCreatorXic0Omegac0Mc {
25362536
} // close loop on MCCollisions
25372537
} // close process
25382538

2539-
template <o2::hf_centrality::CentralityEstimator centEstimator, int decayChannel, typename TMyRecoCand>
2539+
template <o2::hf_centrality::CentralityEstimator centEstimator, aod::hf_cand_xic0_omegac0::DecayType decayChannel, typename TMyRecoCand>
25402540
void runXic0Omegac0McQa(TMyRecoCand const& candidates,
25412541
MyTracksWMc const&,
25422542
aod::McParticles const& mcParticles,

0 commit comments

Comments
 (0)