8 #ifndef PNDCATRACKLINEARISATION_H 9 #define PNDCATRACKLINEARISATION_H 31 PndCATrackLinearisation(
float SinPhi1,
float CosPhi1,
float DzDs1,
float QPt1) : fSinPhi(SinPhi1), fCosPhi(CosPhi1), fDzDs(DzDs1), fQPt(QPt1) {}
35 void Set(
float SinPhi1,
float CosPhi1,
float DzDs1,
float QPt1);
37 float SinPhi()
const {
return fSinPhi; }
38 float CosPhi()
const {
return fCosPhi; }
39 float DzDs()
const {
return fDzDs; }
40 float QPt()
const {
return fQPt; }
45 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)