We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda784f commit 529b7f8Copy full SHA for 529b7f8
1 file changed
PWGDQ/Tasks/global-muon-matcher.cxx
@@ -953,7 +953,7 @@ struct GlobalMuonMatching {
953
const auto nClusters = static_cast<int8_t>(std::min(127, mchPar.getNClusters() + mftPar.getNClusters()));
954
955
const float chi2 = static_cast<float>(mchTrack.chi2());
956
- const int32_t collisionId = mchTrack.has_collision() ? mchTrack.collisionId() : -1;
+ const int32_t collisionId = mchTrack.collisionId();
957
bool hasBcSlice = false;
958
std::array<int32_t, 2> bcSlice{};
959
if (collisionId < 0) {
0 commit comments