34 :
AbsMeasurement(nDim), physicalPlane_(), planeId_(-1), stripV_(false)
40 :
AbsMeasurement(rawHitCoords, rawHitCov, detId, hitId, trackPoint), physicalPlane_(), planeId_(-1), stripV_(false)
48 Exception exc(
"PlanarMeasurement::constructPlane(): No plane has been set!", __LINE__,__FILE__);
61 std::vector<MeasurementOnPlane*> retVal;
62 retVal.push_back(mop);
69 if (dynamic_cast<const RKTrackRep*>(rep) == NULL) {
70 Exception exc(
"SpacepointMeasurement default implementation can only handle state vectors of type RKTrackRep!", __LINE__,__FILE__);
84 Exception exc(
"PlanarMeasurement default implementation can only handle 1D (strip) or 2D (pixel) measurements!", __LINE__,__FILE__);
90 void PlanarMeasurement::Streamer(TBuffer &R__b)
95 typedef ::genfit::PlanarMeasurement thisClass;
97 if (R__b.IsReading()) {
98 Version_t R__v = R__b.ReadVersion(&R__s, &R__c);
if (R__v) { }
101 baseClass0::Streamer(R__b);
110 R__b.CheckByteCount(R__s, R__c, thisClass::IsA());
112 R__c = R__b.WriteVersion(thisClass::IsA(), kTRUE);
115 baseClass0::Streamer(R__b);
123 R__b.SetByteCount(R__c, kTRUE);
const AbsTrackRep * getRep() const
PlanarMeasurement(int nDim=1)
Contains the measurement and covariance in raw detector coordinates.
AbsHMatrix implementation for one-dimensional MeasurementOnPlane and RKTrackRep parameterization.
boost::shared_ptr< genfit::DetPlane > SharedPlanePtr
Shared Pointer to a DetPlane.
int planeId_
This is persistent, but '!' makes ROOT shut up.
HMatrix for projecting from AbsTrackRep parameters to measured parameters in a DetPlane.
AbsHMatrix implementation for two-dimensional MeasurementOnPlane and RKTrackRep parameterization.
Abstract base class for a track representation.
SharedPlanePtr physicalPlane_
Exception class for error handling in GENFIT (provides storage for diagnostic information) ...
Object containing AbsMeasurement and AbsFitterInfo objects.
virtual const AbsHMatrix * constructHMatrix(const AbsTrackRep *) const
const SharedPlanePtr & getPlane() const
A state with arbitrary dimension defined in a DetPlane.
AbsHMatrix implementation for one-dimensional MeasurementOnPlane and RKTrackRep parameterization.
virtual SharedPlanePtr constructPlane(const StateOnPlane &state) const
Measured coordinates on a plane.
virtual std::vector< MeasurementOnPlane * > constructMeasurementsOnPlane(const StateOnPlane &state) const
Defines for I/O streams used for error and debug printing.