@@ -190,7 +190,7 @@ struct HfCandidateCreator2Prong {
190190 setLabelHistoCands (hCandidates);
191191 }
192192
193- template <bool doPvRefit, bool applyTrigSel , o2::hf_centrality::CentralityEstimator centEstimator, typename Coll, typename CandType, typename TTracks, typename BCsType>
193+ template <bool doPvRefit, bool applyUpcSel , o2::hf_centrality::CentralityEstimator centEstimator, typename Coll, typename CandType, typename TTracks, typename BCsType>
194194 void runCreator2ProngWithDCAFitterN (Coll const &,
195195 CandType const & rowsTrackIndexProng2,
196196 TTracks const &,
@@ -203,7 +203,7 @@ struct HfCandidateCreator2Prong {
203203 auto collision = rowTrackIndexProng2.template collision_as <Coll>();
204204 float centrality{-1 .f };
205205 uint32_t rejectionMask{0 };
206- if constexpr (applyTrigSel ) {
206+ if constexpr (applyUpcSel ) {
207207 rejectionMask = hfEvSel.getHfCollisionRejectionMaskWithUpc <true , centEstimator, BCsType>(collision, centrality, ccdb, registry, bcs);
208208 } else {
209209 rejectionMask = hfEvSel.getHfCollisionRejectionMask <true , centEstimator, BCsType>(collision, centrality, ccdb, registry);
@@ -343,7 +343,7 @@ struct HfCandidateCreator2Prong {
343343 }
344344 }
345345
346- template <bool doPvRefit, bool applyTrigSel , o2::hf_centrality::CentralityEstimator centEstimator, typename Coll, typename CandType, typename TTracks, typename BCsType>
346+ template <bool doPvRefit, bool applyUpcSel , o2::hf_centrality::CentralityEstimator centEstimator, typename Coll, typename CandType, typename TTracks, typename BCsType>
347347 void runCreator2ProngWithKFParticle (Coll const &,
348348 CandType const & rowsTrackIndexProng2,
349349 TTracks const &,
@@ -356,7 +356,7 @@ struct HfCandidateCreator2Prong {
356356 auto collision = rowTrackIndexProng2.template collision_as <Coll>();
357357 float centrality{-1 .f };
358358 uint32_t rejectionMask{0 };
359- if constexpr (applyTrigSel ) {
359+ if constexpr (applyUpcSel ) {
360360 rejectionMask = hfEvSel.getHfCollisionRejectionMaskWithUpc <true , centEstimator, BCsType>(collision, centrality, ccdb, registry, bcs);
361361 } else {
362362 rejectionMask = hfEvSel.getHfCollisionRejectionMask <true , centEstimator, BCsType>(collision, centrality, ccdb, registry);
0 commit comments