Skip to content

Commit 4e482f6

Browse files
authored
Add HoleLayerMask parameter to function call
1 parent 34e0118 commit 4e482f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/ITSMFT/ITS/tracking/GPU/cuda/TrackerTraitsGPU.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ void TrackerTraitsGPU<NLayers>::findRoads(const int iteration)
329329
this->mTrkParams[iteration].MaxChi2ClusterAttachment,
330330
this->mTrkParams[iteration].MaxChi2NDF,
331331
this->mTrkParams[iteration].MaxHoles,
332-
this->mTrkParams[iteration].HoleLayerMask,
333332
this->mTrkParams[iteration].MinTrackLength,
333+
this->mTrkParams[iteration].HoleLayerMask,
334334
this->mTrkParams[iteration].LayerxX0,
335335
mTimeFrameGPU->getDevicePropagator(),
336336
this->mTrkParams[iteration].CorrType,

0 commit comments

Comments
 (0)