LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Class for a measurement on a recob::tracking::Plane (plane defined by a wire and the drift direction). More...
#include "TrackState.h"
Public Member Functions | |
HitState (double hitMeas, double hitMeasErr2, geo::WireID const &wireId, const geo::WireGeo &wgeom) | |
HitState (double hitMeas, double hitMeasErr2, geo::WireID &&wireId, const geo::WireGeo &wgeom) | |
double | hitMeas () const |
double | hitMeasErr2 () const |
const Plane & | plane () const |
const geo::WireID & | wireId () const |
std::ostream & | dump (std::ostream &out=std::cout) const |
Private Attributes | |
double | fHitMeas |
double | fHitMeasErr2 |
const geo::WireID | fWireId |
Plane | fPlane |
Class for a measurement on a recob::tracking::Plane (plane defined by a wire and the drift direction).
This class collects the measurement information from a Hit on wire. The information are the measured (1D) position, its error, and the measurement plane (defined by the wire and the drift direction)
Definition at line 42 of file TrackState.h.
|
inline |
Definition at line 44 of file TrackState.h.
|
inline |
Definition at line 53 of file TrackState.h.
|
inline |
Definition at line 63 of file TrackState.h.
References recob::tracking::Plane::direction(), hitMeas(), hitMeasErr2(), plane(), geo::PlaneID::Plane, recob::tracking::Plane::position(), geo::WireID::Wire, and wireId().
|
inline |
Definition at line 59 of file TrackState.h.
References fHitMeas.
Referenced by dump(), trkf::TrackState::residual(), and trkf::KFTrackState::updateWithHitState().
|
inline |
Definition at line 60 of file TrackState.h.
References fHitMeasErr2.
Referenced by trkf::TrackState::combinedError2(), dump(), and trkf::KFTrackState::updateWithHitState().
|
inline |
Definition at line 61 of file TrackState.h.
References fPlane.
Referenced by dump(), trkf::TrackState::dump(), and trkf::KFTrackState::updateWithHitState().
|
inline |
|
private |
Definition at line 73 of file TrackState.h.
Referenced by hitMeas().
|
private |
Definition at line 74 of file TrackState.h.
Referenced by hitMeasErr2().
|
private |
Definition at line 76 of file TrackState.h.
Referenced by trkf::TrackState::covariance6D(), trkf::TrackState::isTrackAlongPlaneDir(), plane(), trkf::TrackState::plane(), trkf::TrackState::setParameters(), and trkf::TrackState::TrackState().
|
private |
Definition at line 75 of file TrackState.h.
Referenced by wireId().