#include <ExtendedPerigeeTrajectoryError.h>
Public Member Functions | |
const AlgebraicSymMatrix66 & | covarianceMatrix () const |
ExtendedPerigeeTrajectoryError () | |
ExtendedPerigeeTrajectoryError (const AlgebraicSymMatrix66 &covariance) | |
bool | isValid () const |
bool | weightIsAvailable () const |
const AlgebraicSymMatrix66 & | weightMatrix (int &error) const |
Private Attributes | |
AlgebraicSymMatrix66 | cov |
bool | vl |
AlgebraicSymMatrix66 | weight |
bool | weightAvailable |
Definition at line 7 of file ExtendedPerigeeTrajectoryError.h.
|
inline |
Definition at line 9 of file ExtendedPerigeeTrajectoryError.h.
|
inline |
Definition at line 11 of file ExtendedPerigeeTrajectoryError.h.
|
inline |
Definition at line 22 of file ExtendedPerigeeTrajectoryError.h.
References cov.
Referenced by ParticleKinematicLinearizedTrackState::predictedStateError().
|
inline |
Access methods
Definition at line 18 of file ExtendedPerigeeTrajectoryError.h.
References vl.
Referenced by ntupleDataFormat._Object::_checkIsValid(), and core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
Definition at line 20 of file ExtendedPerigeeTrajectoryError.h.
References weightAvailable.
Referenced by weightMatrix().
|
inline |
Definition at line 24 of file ExtendedPerigeeTrajectoryError.h.
References cov, relativeConstraints::error, LogDebug, weight, weightAvailable, and weightIsAvailable().
Referenced by ParticleKinematicLinearizedTrackState::predictedStateMomentumError(), and ParticleKinematicLinearizedTrackState::predictedStateWeight().
|
private |
Definition at line 36 of file ExtendedPerigeeTrajectoryError.h.
Referenced by covarianceMatrix(), and weightMatrix().
|
mutableprivate |
Definition at line 39 of file ExtendedPerigeeTrajectoryError.h.
Referenced by isValid().
|
mutableprivate |
Definition at line 37 of file ExtendedPerigeeTrajectoryError.h.
Referenced by dirstructure.Directory::calcStats(), dirstructure.Directory::get_fail_rate(), dirstructure.Directory::get_null_rate(), dirstructure.Directory::get_skiped_rate(), dirstructure.Directory::get_success_rate(), dirstructure.Directory::print_report(), and weightMatrix().
|
mutableprivate |
Definition at line 38 of file ExtendedPerigeeTrajectoryError.h.
Referenced by weightIsAvailable(), and weightMatrix().