Skip to content

Commit c6646a4

Browse files
bazinskisawenzel
authored andcommitted
fix tracklet column
1 parent 35cf3d8 commit c6646a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/TRD/simulation/src/TrapSimulator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2064,7 +2064,7 @@ void TrapSimulator::fitTracklet()
20642064
uint32_t format = 0;
20652065
uint32_t hcid = mDetector * 2 + mRobPos % 2;
20662066
uint32_t padrow = ((mRobPos >> 1) << 2) | (mMcmPos >> 2);
2067-
uint32_t col = 0;
2067+
uint32_t col = mFeeParam->getPadColFromADC(mRobPos, mMcmPos, 1);
20682068
uint32_t position = rawoffset;
20692069
//uint32_t s
20702070
mTrackletArray64.emplace_back(format, hcid, padrow, col, position, slope, q2, q1, q0);

0 commit comments

Comments
 (0)