File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Detectors/ITSMFT/ITS/tracking/src Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -120,17 +120,15 @@ void ITSTrackingInterface::initialise()
120120 for (auto & params : trackParams) {
121121 params.CorrType = o2::base::PropagatorImpl<float >::MatCorrType::USEMatCorrLUT;
122122 }
123-
124123 // adjust pT settings to actual mag. field
125124 for (size_t ip = 0 ; ip < trackParams.size (); ip++) {
126125 auto & param = trackParams[ip];
126+ param.TrackletMinPt *= bFactor;
127127 for (int ilg = trackConf.MaxTrackLenght ; ilg >= trackConf.MinTrackLenght ; ilg--) {
128128 int lslot = trackConf.MaxTrackLenght - ilg;
129129 param.MinPt [lslot] *= bFactor;
130- param.TrackletMinPt *= bFactor;
131130 }
132131 }
133-
134132 mTracker ->setParameters (trackParams);
135133 mVertexer ->setParameters (vertParams);
136134}
Original file line number Diff line number Diff line change 2222#include " ITStracking/Cell.h"
2323#include " CommonConstants/MathConstants.h"
2424
25- #ifdef CA_DEBUG
25+ #if defined( CA_DEBUG) && !defined(GPUCA_GPUCODE_DEVICE)
2626#include < cstdio>
2727#endif
2828
You can’t perform that action at this time.
0 commit comments