Skip to content

Commit 0b39cbf

Browse files
committed
Remove useless argument
1 parent 2260a09 commit 0b39cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/trackIndexSkimCreator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ struct HfTrackIndexSkimCreatorTagSelCollisions {
165165
o2::hf_evsel::HfCollisionRejectionMask rejectionMask{};
166166

167167
if constexpr (applyUpcSel) {
168-
rejectionMask = hfEvSel.getHfCollisionRejectionMaskWithUpc<applyTrigSel, centEstimator, BCsType>(
168+
rejectionMask = hfEvSel.getHfCollisionRejectionMaskWithUpc<applyTrigSel, centEstimator>(
169169
collision, centrality, ccdb, registry, bcs);
170170
} else {
171171
rejectionMask = hfEvSel.getHfCollisionRejectionMask<applyTrigSel, centEstimator, BCsType>(

0 commit comments

Comments
 (0)