We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bd68a commit 8c8fd39Copy full SHA for 8c8fd39
1 file changed
Detectors/ITSMFT/ITS/tracking/src/TrackerTraits.cxx
@@ -791,6 +791,7 @@ void TrackerTraits<NLayers>::findRoads(const int iteration)
791
int currentROF = mTimeFrame->getClusterROF(iLayer, track.getClusterIndex(iLayer));
792
auto rofTS = mTimeFrame->getROFOverlapTableView().getLayer(iLayer).getROFTimeBounds(currentROF, true);
793
if (firstCls) {
794
+ firstCls = false;
795
ts = rofTS;
796
} else {
797
if (!ts.isCompatible(rofTS)) {
0 commit comments