#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 10 of file ExtendedPerigeeTrajectoryError.h.
|
inline |
Definition at line 13 of file ExtendedPerigeeTrajectoryError.h.
|
inline |
Definition at line 29 of file ExtendedPerigeeTrajectoryError.h.
References cov.
Referenced by ParticleKinematicLinearizedTrackState::predictedStateError().
|
inline |
Access methods
Definition at line 23 of file ExtendedPerigeeTrajectoryError.h.
References vl.
Referenced by ntupleDataFormat._Object::_checkIsValid(), and core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
Definition at line 26 of file ExtendedPerigeeTrajectoryError.h.
References weightAvailable.
Referenced by weightMatrix().
|
inline |
Definition at line 32 of file ExtendedPerigeeTrajectoryError.h.
References cov, LogDebug, weight, weightAvailable, and weightIsAvailable().
Referenced by ParticleKinematicLinearizedTrackState::predictedStateMomentumError(), and ParticleKinematicLinearizedTrackState::predictedStateWeight().
|
private |
Definition at line 45 of file ExtendedPerigeeTrajectoryError.h.
Referenced by covarianceMatrix(), and weightMatrix().
|
mutableprivate |
Definition at line 48 of file ExtendedPerigeeTrajectoryError.h.
Referenced by isValid().
|
mutableprivate |
Definition at line 46 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 47 of file ExtendedPerigeeTrajectoryError.h.
Referenced by weightIsAvailable(), and weightMatrix().