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 &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 46 of file TrackState.h.
|
inline |
Definition at line 52 of file TrackState.h.
|
inline |
Definition at line 48 of file TrackState.h.
|
inline |
Definition at line 49 of file TrackState.h.
|
inline |
Definition at line 50 of file TrackState.h.
|
inline |
Definition at line 51 of file TrackState.h.
|
private |
Definition at line 59 of file TrackState.h.
|
private |
Definition at line 60 of file TrackState.h.
|
private |
Definition at line 62 of file TrackState.h.
|
private |
Definition at line 61 of file TrackState.h.