Skip to content

Commit 0fb7e92

Browse files
[PWGHF] Fix template parameter usage in getHfCollisionRejectionMaskWithUpc call (#11858)
1 parent 383eb5e commit 0fb7e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/Utils/utilsEvSelHf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ struct HfEventSelection : o2::framework::ConfigurableGroup {
369369
template <bool useEvSel, o2::hf_centrality::CentralityEstimator centEstimator, typename BCsType, typename Coll>
370370
uint32_t getHfCollisionRejectionMaskWithUpc(const Coll& collision, float& centrality, o2::framework::Service<o2::ccdb::BasicCCDBManager> const& ccdb, o2::framework::HistogramRegistry& registry, const BCsType& bcs)
371371
{
372-
auto rejectionMaskWithUpc = getHfCollisionRejectionMask<true, centEstimator, BCsType>(collision, centrality, ccdb, registry);
372+
auto rejectionMaskWithUpc = getHfCollisionRejectionMask<useEvSel, centEstimator, BCsType>(collision, centrality, ccdb, registry);
373373

374374
if (useEvSel) {
375375
SGCutParHolder sgCuts = setSgPreselection();

0 commit comments

Comments
 (0)