#include <GlobalParametersWithPath.h>
Public Member Functions | |
GlobalParametersWithPath () | |
GlobalParametersWithPath (const GlobalTrajectoryParameters >p, double s) | |
GlobalParametersWithPath (const GlobalTrajectoryParameters >p, double s, bool valid) | |
bool | isValid () const |
operator bool () const | |
const GlobalTrajectoryParameters & | parameters () const |
double | pathLength () const |
double | s () const |
Private Attributes | |
GlobalTrajectoryParameters | gtp_ |
double | s_ |
bool | valid_ |
Definition at line 6 of file GlobalParametersWithPath.h.
GlobalParametersWithPath::GlobalParametersWithPath | ( | ) | [inline] |
Definition at line 8 of file GlobalParametersWithPath.h.
GlobalParametersWithPath::GlobalParametersWithPath | ( | const GlobalTrajectoryParameters & | gtp, |
double | s | ||
) | [inline] |
GlobalParametersWithPath::GlobalParametersWithPath | ( | const GlobalTrajectoryParameters & | gtp, |
double | s, | ||
bool | valid | ||
) | [inline] |
bool GlobalParametersWithPath::isValid | ( | void | ) | const [inline] |
GlobalParametersWithPath::operator bool | ( | ) | const [inline] |
const GlobalTrajectoryParameters& GlobalParametersWithPath::parameters | ( | void | ) | const [inline] |
Definition at line 14 of file GlobalParametersWithPath.h.
References gtp_.
Referenced by RKPropagatorInS::propagateWithPath().
{return gtp_;}
double GlobalParametersWithPath::pathLength | ( | ) | const [inline] |
Definition at line 16 of file GlobalParametersWithPath.h.
References s_.
Referenced by s().
{return s_;}
double GlobalParametersWithPath::s | ( | ) | const [inline] |
Definition at line 17 of file GlobalParametersWithPath.h.
References pathLength().
Referenced by RKPropagatorInS::propagateWithPath().
{return pathLength();}
Definition at line 23 of file GlobalParametersWithPath.h.
Referenced by parameters().
double GlobalParametersWithPath::s_ [private] |
Definition at line 24 of file GlobalParametersWithPath.h.
Referenced by pathLength().
bool GlobalParametersWithPath::valid_ [private] |
Definition at line 25 of file GlobalParametersWithPath.h.
Referenced by isValid(), and operator bool().