We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e302f1f commit bb8f947Copy full SHA for bb8f947
Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx
@@ -39,6 +39,9 @@ Tracker::Tracker(TrackerTraits7* traits) : mTraits(traits)
39
{
40
/// Initialise standard configuration with 1 iteration
41
mTrkParams.resize(1);
42
+ if (traits->isGPU()) {
43
+ ITSGpuTrackingParamConfig::Instance().printKeyValues(true, true);
44
+ }
45
}
46
47
void Tracker::clustersToTracks(const LogFunc& logger, const LogFunc& error)
0 commit comments