Skip to content

Commit a283dad

Browse files
committed
ITS: fix track time-assignment
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent d15f4bd commit a283dad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Detectors/ITSMFT/ITS/tracking/src/TrackerTraits.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ void TrackerTraits<NLayers>::findRoads(const int iteration)
791791
int currentROF = mTimeFrame->getClusterROF(iLayer, track.getClusterIndex(iLayer));
792792
auto rofTS = mTimeFrame->getROFOverlapTableView().getLayer(iLayer).getROFTimeBounds(currentROF, true);
793793
if (firstCls) {
794+
firstCls = false;
794795
ts = rofTS;
795796
} else {
796797
if (!ts.isCompatible(rofTS)) {

0 commit comments

Comments
 (0)