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 bb38c94 commit 75e7a97Copy full SHA for 75e7a97
Detectors/ITSMFT/ITS/tracking/src/TrackingConfigParam.cxx
@@ -10,18 +10,7 @@
10
// or submit itself to any jurisdiction.
11
12
#include "ITStracking/TrackingConfigParam.h"
13
-#include "ITStracking/Configuration.h"
14
-
15
-namespace o2
16
-{
17
-namespace its
18
19
-static auto& sVertexerParamITS = o2::its::VertexerParamConfig::Instance();
20
-static auto& sCATrackerParamITS = o2::its::TrackerParamConfig::Instance();
21
-static auto& sGpuRecoParamITS = o2::its::ITSGpuTrackingParamConfig::Instance();
22
23
O2ParamImpl(o2::its::VertexerParamConfig);
24
O2ParamImpl(o2::its::TrackerParamConfig);
25
O2ParamImpl(o2::its::ITSGpuTrackingParamConfig);
26
-} // namespace its
27
-} // namespace o2
0 commit comments