39 :
AbsMeasurement(state.getState(), state.getCov(), detId, hitId, trackPoint), plane_(state.getPlane())
47 Exception exc(
"FullMeasurement::constructPlane(): No plane has been set!", __LINE__,__FILE__);
60 std::vector<MeasurementOnPlane*> retVal;
61 retVal.push_back(mop);
68 if (dynamic_cast<const RKTrackRep*>(rep) == NULL) {
69 Exception exc(
"SpacepointMeasurement default implementation can only handle state vectors of type RKTrackRep!", __LINE__,__FILE__);
77 void FullMeasurement::Streamer(TBuffer &R__b)
82 typedef ::genfit::FullMeasurement thisClass;
84 if (R__b.IsReading()) {
85 Version_t R__v = R__b.ReadVersion(&R__s, &R__c);
if (R__v) { }
88 baseClass0::Streamer(R__b);
93 plane_.reset(
new DetPlane());
96 R__b.CheckByteCount(R__s, R__c, thisClass::IsA());
98 R__c = R__b.WriteVersion(thisClass::IsA(), kTRUE);
101 baseClass0::Streamer(R__b);
108 R__b.SetByteCount(R__c, kTRUE);
virtual SharedPlanePtr constructPlane(const StateOnPlane &state) const
const AbsTrackRep * getRep() const
Contains the measurement and covariance in raw detector coordinates.
FullMeasurement(int nDim=5)
boost::shared_ptr< genfit::DetPlane > SharedPlanePtr
Shared Pointer to a DetPlane.
HMatrix for projecting from AbsTrackRep parameters to measured parameters in a DetPlane.
virtual const AbsHMatrix * constructHMatrix(const AbsTrackRep *) const
StateOnPlane with additional covariance matrix.
Abstract base class for a track representation.
Exception class for error handling in GENFIT (provides storage for diagnostic information) ...
Object containing AbsMeasurement and AbsFitterInfo objects.
virtual std::vector< MeasurementOnPlane * > constructMeasurementsOnPlane(const StateOnPlane &state) const
AbsHMatrix implementation for 5-dimensional MeasurementOnPlane and RKTrackRep parameterization.
const SharedPlanePtr & getPlane() const
A state with arbitrary dimension defined in a DetPlane.
Measured coordinates on a plane.
Defines for I/O streams used for error and debug printing.
virtual unsigned int getDim() const =0
Get the dimension of the state vector used by the track representation.