24 template <
class T,
class S>
25 GPUdi() static
bool IsTrackRejected(const T& trk, const
S&
param)
27 return CAMath::Abs(trk.GetParam().GetQPt() *
param.qptB5Scaler) >
param.rec.tpc.rejectQPtB5 || trk.MergedLooper();
30 template <
bool C,
class T =
void,
class S =
void>
31 GPUdi() static constexpr
bool GetRejectionStatus(int32_t attach,
bool&
physics, T*
counts =
nullptr,
S* mev200 =
nullptr)
73 GPUdi() static constexpr
bool GetIsRejected(int32_t attach)
76 return GetRejectionStatus<false>(attach,
physics);