Skip to content

Commit a30333f

Browse files
committed
Fix: suppress MC label query left from debugging
1 parent de5637e commit a30333f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Detectors/GlobalTracking/src/MatchTPCITS.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2245,7 +2245,6 @@ int MatchTPCITS::preselectChipClusters(std::vector<int>& clVecOut, const ClusRan
22452245
int clID = itsChipClRefs.clusterID[icID++]; // so, we go in clusterID increasing direction
22462246
const auto& cls = mITSClustersArray[clID];
22472247
float dz = trackZ - cls.getZ();
2248-
auto label = mITSClsLabels->getLabels(clID)[0]; // tmp
22492248
LOG(debug) << "cl" << icl << '/' << clID << " "
22502249
<< " dZ: " << dz << " [" << tolerZ << "| dY: " << trackY - cls.getY() << " [" << tolerY << "]";
22512250
if (dz > tolerZ) {

0 commit comments

Comments
 (0)