20 #ifndef PNDCATRACKLINEARISATION_H 21 #define PNDCATRACKLINEARISATION_H 43 PndCATrackLinearisation(
float SinPhi1,
float CosPhi1,
float DzDs1,
float QPt1) : fSinPhi(SinPhi1), fCosPhi(CosPhi1), fDzDs(DzDs1), fQPt(QPt1) {}
47 void Set(
float SinPhi1,
float CosPhi1,
float DzDs1,
float QPt1);
49 float SinPhi()
const {
return fSinPhi; }
50 float CosPhi()
const {
return fCosPhi; }
51 float DzDs()
const {
return fDzDs; }
52 float QPt()
const {
return fQPt; }
57 float GetQPt()
const {
return fQPt; }
static T Sqrt(const T &x)
PndCATrackLinearisation()
PndCATrackLinearisation(float SinPhi1, float CosPhi1, float DzDs1, float QPt1)
static T Min(const T &x, const T &y)
void Set(float SinPhi1, float CosPhi1, float DzDs1, float QPt1)
static T Max(const T &x, const T &y)