Skip to content

Commit 5153ad7

Browse files
committed
Fix TPC clusters extraction for millepede
1 parent 9d0acdc commit 5153ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/Align/src/AlignableDetectorTPC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ int AlignableDetectorTPC::processPoints(GIndex gid, int npntCut, bool inv)
134134
break;
135135
}
136136
}
137-
mController->getTPCCorrMaps()->Transform(sector, row, cl->getPad(), cl->getTime(), xTmp, yTmp, zTmp, tOffset);
137+
mController->getTPCCorrMaps()->Transform(sector, row, clTmp->getPad(), clTmp->getTime(), xTmp, yTmp, zTmp, tOffset);
138138
if (algConf.discardSectorEdgeDepth > 0) {
139139
if (std::abs(yTmp) + algConf.discardSectorEdgeDepth > xTmp * TAN10) {
140140
if (i + direction != stop) {

0 commit comments

Comments
 (0)