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 8e06932 commit 64b07cfCopy full SHA for 64b07cf
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 (mTraits->isGPU()) {
43
+ ITSGpuTrackingParamConfig::Instance().printKeyValues(true, true);
44
+ }
45
}
46
47
void Tracker::clustersToTracks(LogFunc logger, LogFunc error)
0 commit comments