@@ -64,38 +64,38 @@ class Propagator
6464 static constexpr float MAX_STEP = 2 .0f ;
6565
6666 GPUd () bool PropagateToXBxByBz (o2::track::TrackParCov& track, float x,
67- float maxSnp = MAX_SIN_PHI, float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrTGeo ,
67+ float maxSnp = MAX_SIN_PHI, float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrLUT ,
6868 o2::track::TrackLTIntegral* tofInfo = nullptr , int signCorr = 0 ) const ;
6969
7070 GPUd () bool PropagateToXBxByBz (o2::track::TrackPar& track, float x,
71- float maxSnp = MAX_SIN_PHI, float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrTGeo ,
71+ float maxSnp = MAX_SIN_PHI, float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrLUT ,
7272 o2::track::TrackLTIntegral* tofInfo = nullptr , int signCorr = 0 ) const ;
7373
7474 GPUd () bool propagateToX (o2::track::TrackParCov& track, float x, float bZ,
75- float maxSnp = MAX_SIN_PHI, float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrTGeo ,
75+ float maxSnp = MAX_SIN_PHI, float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrLUT ,
7676 o2::track::TrackLTIntegral* tofInfo = nullptr , int signCorr = 0 ) const ;
7777
7878 GPUd () bool propagateToX (o2::track::TrackPar& track, float x, float bZ,
79- float maxSnp = MAX_SIN_PHI, float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrTGeo ,
79+ float maxSnp = MAX_SIN_PHI, float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrLUT ,
8080 o2::track::TrackLTIntegral* tofInfo = nullptr , int signCorr = 0 ) const ;
8181
8282 GPUd () bool propagateToDCA (const o2::dataformats::VertexBase& vtx, o2::track::TrackParCov& track, float bZ,
83- float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrTGeo ,
83+ float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrLUT ,
8484 o2::dataformats::DCA* dcaInfo = nullptr , o2::track::TrackLTIntegral* tofInfo = nullptr ,
8585 int signCorr = 0 , float maxD = 999 .f) const ;
8686
8787 GPUd () bool propagateToDCABxByBz (const o2::dataformats::VertexBase& vtx, o2::track::TrackParCov& track,
88- float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrTGeo ,
88+ float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrLUT ,
8989 o2::dataformats::DCA* dcaInfo = nullptr , o2::track::TrackLTIntegral* tofInfo = nullptr ,
9090 int signCorr = 0 , float maxD = 999 .f) const ;
9191
9292 GPUd () bool propagateToDCA (const o2::math_utils::Point3D<float >& vtx, o2::track::TrackPar& track, float bZ,
93- float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrTGeo ,
93+ float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrLUT ,
9494 gpu::gpustd::array<float , 2 >* dca = nullptr , o2::track::TrackLTIntegral* tofInfo = nullptr ,
9595 int signCorr = 0 , float maxD = 999 .f) const ;
9696
9797 GPUd () bool propagateToDCABxByBz (const o2::math_utils::Point3D<float >& vtx, o2::track::TrackPar& track,
98- float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrTGeo ,
98+ float maxStep = MAX_STEP, MatCorrType matCorr = MatCorrType::USEMatCorrLUT ,
9999 gpu::gpustd::array<float , 2 >* dca = nullptr , o2::track::TrackLTIntegral* tofInfo = nullptr ,
100100 int signCorr = 0 , float maxD = 999 .f) const ;
101101
0 commit comments