Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGDQ/Tasks/global-muon-matcher.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
Expand Down Expand Up @@ -953,7 +953,7 @@
const auto nClusters = static_cast<int8_t>(std::min(127, mchPar.getNClusters() + mftPar.getNClusters()));

const float chi2 = static_cast<float>(mchTrack.chi2());
const int32_t collisionId = mchTrack.has_collision() ? mchTrack.collisionId() : -1;
const int32_t collisionId = mchTrack.collisionId();
bool hasBcSlice = false;
std::array<int32_t, 2> bcSlice{};
if (collisionId < 0) {
Expand Down