11#include <tracking/dataobjects/FullSecID.h>
12#include <tracking/spacePointCreation/SpacePoint.h>
35 std::
pair<double, double> (0., 0.),
37 Belle2::
VXD::SensorInfoBase::SensorType()),
44 std::
pair<double, double> (0., 0.),
46 Belle2::
VXD::SensorInfoBase::SensorType()),
Class to identify a sector inside of the VXD.
std::string getSectorIDString() const
returns global hit position of current hit.
FullSecID m_secID
ID of sector containing this hit.
SecMapTrainerHit(const FullSecID &fullSecID, const SpacePoint &sp)
Constructor of class SecMapTrainerHit.
SecMapTrainerHit(double x, double y, double z)
another constructor needed for the Virtual IP... eccpp
SecMapTrainerHit(const FullSecID &fullSecID, const B2Vector3D &position)
constructor needed for the Virtual IP
FullSecID getSectorID() const
returns secID of sector containing this hit.
SpacePoint(const PXDCluster *pxdCluster, const VXD::SensorInfoBase *aSensorInfo=nullptr)
Constructor SpacePoint from one PXD Hit.
Class to uniquely identify a any structure of the PXD and SVD.
B2Vector3< double > B2Vector3D
typedef for common usage with double
Namespace to provide code needed by both Vertex Detectors, PXD and SVD, and also testbeam telescopes.
Abstract base class for different kinds of events.