 |
Belle II Software
release-05-01-25
|
13 #include <tracking/dataobjects/FullSecID.h>
14 #include <tracking/spacePointCreation/SpacePoint.h>
27 class SecMapTrainerHit:
public SpacePoint {
37 std::pair<double, double> (0., 0.),
38 std::pair<bool, bool>() ,
VxdID(),
39 Belle2::VXD::SensorInfoBase::SensorType()),
46 std::pair<double, double> (0., 0.),
47 std::pair<bool, bool>() ,
VxdID(),
48 Belle2::VXD::SensorInfoBase::SensorType()),
FullSecID getSectorID() const
returns secID of sector containing this hit.
Class to uniquely identify a any structure of the PXD and SVD.
SecMapTrainerHit(const FullSecID &fullSecID, const B2Vector3< double > &position)
constructor needed for the Virtual IP
SpacePoint typically is build from 1 PXDCluster or 1-2 SVDClusters.
std::string getSectorIDString() const
returns global hit position of current hit.
Class to identify a sector inside of the VXD.
Abstract base class for different kinds of events.
SecMapTrainerHit(const FullSecID &fullSecID, const SpacePoint &sp)
Constructor of class SecMapTrainerHit.
FullSecID m_secID
ID of sector containing this hit.
std::string getFullSecString() const
returns the FullSecID coded as string compatible to secIDs stored in the xml-sectormaps
SpacePoint()
Default constructor for the ROOT IO.