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 getFullSecString() const
returns the FullSecID coded as string compatible to secIDs stored in the xml-sectormaps
simple Hit class used for sectorMap-training.
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 typically is build from 1 PXDCluster or 1-2 SVDClusters.
Class to uniquely identify a any structure of the PXD and SVD.
Abstract base class for different kinds of events.