 |
Belle II Software
release-05-02-19
|
14 #include <vxd/dataobjects/VxdID.h>
15 #include <pxd/dataobjects/PXDTrueHit.h>
16 #include <pxd/dataobjects/PXDCluster.h>
22 #include <genfit/PlanarMeasurement.h>
23 #include <genfit/HMatrixUV.h>
24 #include <genfit/TrackCandHit.h>
80 explicit PXDRecoHit(
const PXDCluster* hit,
float sigmaU,
float sigmaV,
float covUV);
110 float getU()
const {
return rawHitCoords_(0); }
112 float getV()
const {
return rawHitCoords_(1); }
119 float getUVCov()
const {
return rawHitCov_(0, 1); }
Class PXDTrueHit - Records of tracks that either enter or leave the sensitive volume.
const PXDTrueHit * getTrueHit() const
Get pointer to the TrueHit used when creating this RecoHit, can be NULL if created from something els...
float getVVariance() const
Get v coordinate variance.
A state with arbitrary dimension defined in a DetPlane.
AbsHMatrix implementation for two-dimensional MeasurementOnPlane and RKTrackRep parameterization.
Hit object for use in TrackCand.
Abstract base class for a track representation.
const PXDTrueHit * m_trueHit
Pointer to the TrueHit used when creating this object.
PXDRecoHit - an extended form of PXDCluster containing geometry information.
Measurement class implementing a planar hit geometry (1 or 2D).
unsigned short m_sensorID
Unique sensor identifier.
genfit::AbsMeasurement * clone() const override
Creating a deep copy of this hit.
Contains the measurement and covariance in raw detector coordinates.
const PXDCluster * m_cluster
transient member (not written out during streaming)
PXDRecoHit()
Default constructor for ROOT IO.
float getUVCov() const
Get u-v error covariance.
Abstract base class for different kinds of events.
@ HIT_DIMENSIONS
sensitive Dimensions of the Hit
void setDetectorPlane()
Set up Detector plane information.
float getUVariance() const
Get u coordinate variance.
virtual const genfit::AbsHMatrix * constructHMatrix(const genfit::AbsTrackRep *) const override
Returns a new AbsHMatrix object.
float getU() const
Get u coordinate.
VxdID getSensorID() const
Get the compact ID.
The PXD Cluster class This class stores all information about reconstructed PXD clusters The position...
float m_energyDep
transient member (not written out during streaming)
const PXDCluster * getCluster() const
Get pointer to the Cluster used when creating this RecoHit, can be NULL if created from something els...
virtual std::vector< genfit::MeasurementOnPlane * > constructMeasurementsOnPlane(const genfit::StateOnPlane &state) const override
Methods that actually interface to Genfit.
float getEnergyDep() const
Get deposited energy.
HMatrix for projecting from AbsTrackRep parameters to measured parameters in a DetPlane.
float getV() const
Get v coordinate.
float getShapeLikelyhood(const genfit::StateOnPlane &state) const
Get deposited energy error.
TVectorD applyPlanarDeformation(TVectorD hitCoords, std::vector< double > planarParameters, const genfit::StateOnPlane &state) const
Apply planar deformation of sensors.