#include <GsfTangent.h>
Public Member Functions | |
Measurement1D | deltaP () const |
estimated deltaP (p_out-p_in) More... | |
GsfTangent () | |
default constructor More... | |
GsfTangent (const math::XYZPoint &position, const math::XYZVector &momentum, const Measurement1D &deltaP) | |
constructor from position, momentum and estimated deltaP More... | |
const math::XYZVector & | momentum () const |
const math::XYZPoint & | position () const |
Private Attributes | |
double | deltaP_ |
math::XYZVector | momentum_ |
math::XYZPoint | position_ |
double | sigDeltaP_ |
Definition at line 15 of file GsfTangent.h.
|
inline |
|
inline |
constructor from position, momentum and estimated deltaP
Definition at line 22 of file GsfTangent.h.
References deltaP_, Measurement1D::error(), sigDeltaP_, and Measurement1D::value().
|
inline |
estimated deltaP (p_out-p_in)
Definition at line 32 of file GsfTangent.h.
References deltaP_, and sigDeltaP_.
|
inline |
|
inline |
|
private |
Definition at line 39 of file GsfTangent.h.
Referenced by deltaP(), and GsfTangent().
|
private |
Definition at line 38 of file GsfTangent.h.
Referenced by momentum().
|
private |
Definition at line 37 of file GsfTangent.h.
Referenced by position().
|
private |
Definition at line 40 of file GsfTangent.h.
Referenced by deltaP(), and GsfTangent().