9 #ifndef PNDCATRACKLINEARISATION_H 
   10 #define PNDCATRACKLINEARISATION_H 
   41     void Set( 
float SinPhi1, 
float CosPhi1, 
float DzDs1, 
float QPt1 );
 
   69     : fSinPhi( CAMath::
Min( .999
f, CAMath::
Max( -.999
f, t.SinPhi() ) ) ),
 
   70     fCosPhi( t.SignCosPhi() * CAMath::
Sqrt( 1.
f - fSinPhi * fSinPhi ) ),
 
   71     fDzDs( t.DzDs() ), fQPt( t.QPt() )
 
   77     float DzDs1, 
float QPt1 )
 
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)