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 d8a43b0 commit 8670fd5Copy full SHA for 8670fd5
Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx
@@ -40,6 +40,9 @@ Tracker::Tracker(o2::its::TrackerTraits* traits) : mTraits(traits)
40
{
41
/// Initialise standard configuration with 1 iteration
42
mTrkParams.resize(1);
43
+ if (traits->isGPU()) {
44
+ ITSGpuTrackingParamConfig::Instance().printKeyValues(true, true);
45
+ }
46
}
47
48
void Tracker::clustersToTracks(LogFunc logger, LogFunc error)
0 commit comments