Skip to content

Commit f4171f8

Browse files
committed
update code
1 parent 003c19b commit f4171f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGHF/D2H/Tasks/taskLc.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,9 +901,8 @@ struct HfTaskLc {
901901

902902
for (const auto& collision : collisions) {
903903

904-
auto rejectionMask{0}; // 32 bits, in case new ev. selections will be added
905904
float centrality{-1.f};
906-
rejectionMask = hfEvSel.getHfCollisionRejectionMaskWithUpc<true, CentralityEstimator::None, BCsType>(collision, centrality, ccdb, qaRegistry, bcs);
905+
const auto rejectionMask = hfEvSel.getHfCollisionRejectionMaskWithUpc<true, CentralityEstimator::None, BCsType>(collision, centrality, ccdb, qaRegistry, bcs);
907906
if (rejectionMask != 0) {
908907
/// at least one event selection not satisfied --> reject the candidate
909908
continue;

0 commit comments

Comments
 (0)