We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e89e143 + 63e497a commit b100223Copy full SHA for b100223
Detectors/Vertexing/src/SVertexer.cxx
@@ -503,7 +503,7 @@ void SVertexer::buildT2V(const o2::globaltracking::RecoContainer& recoData) // a
503
// get Nclusters in the ITS if available
504
uint8_t nITSclu = -1;
505
auto itsGID = recoData.getITSContributorGID(tvid);
506
- if (itsGID.getSource()==GIndex::ITS && isITSloaded) {
+ if (itsGID.getSource() == GIndex::ITS && isITSloaded) {
507
auto& itsTrack = recoData.getITSTrack(itsGID);
508
nITSclu = itsTrack.getNumberOfClusters();
509
}
0 commit comments