23 #ifndef genfit_ProlateSpacepointMeasurement_h
24 #define genfit_ProlateSpacepointMeasurement_h
26 #include "SpacepointMeasurement.h"
59 const TVector3& getLargestErrorDirection(){
return largestErrorDirection_;}
60 void setLargestErrorDirection(
const TVector3& dir){largestErrorDirection_ = dir.Unit();}
63 TVector3 largestErrorDirection_;
67 ClassDef(ProlateSpacepointMeasurement,1)
Contains the measurement and covariance in raw detector coordinates.
Class for measurements implementing a space point hit geometry with a very prolate form of the covari...
virtual AbsMeasurement * clone() const
Deep copy ctor for polymorphic class.
virtual SharedPlanePtr constructPlane(const StateOnPlane &state) const
Contruct the virtual detector plane.
Class for measurements implementing a space point hit geometry.
A state with arbitrary dimension defined in a DetPlane.
Object containing AbsMeasurement and AbsFitterInfo objects.
Defines for I/O streams used for error and debug printing.
std::shared_ptr< genfit::DetPlane > SharedPlanePtr
Shared Pointer to a DetPlane.