10#include <tracking/trackFindingVXD/sectorMapTools/SecMapTrainerHit.h>
32 using ConstIterator =
typename std::vector<SecMapTrainerHit>::const_iterator;
64 std::vector<SecMapTrainerHit>
m_hits;
simple Hit class used for sectorMap-training.
simple Hit class used for sectorMap-training.
unsigned size() const
returns number of hits attached to current track.
float getPt() const
get Pt of track.
SecMapTrainerTC(int trackID, float pT, int pdg)
Constructor of class SecMapTrainerTC.
ConstIterator innerEnd() const
returns the iterator-position pointing after the innermost hit.
const std::vector< SecMapTrainerHit > & getHits() const
returns hits of track.
float m_pT
stores transverse momentum value for track classification.
int m_pdg
stores pdGCode of particle.
std::vector< SecMapTrainerHit > m_hits
contains hits attached to track.
int getTrackID() const
returns indexNumber of current track.
int getPDG() const
returns pdgCode of current track.
void addHit(SecMapTrainerHit hit)
adds hit to Track.
int m_index
stores index number of track.
typename std::vector< SecMapTrainerHit >::const_iterator ConstIterator
typedef for more readable iterator-type
ConstIterator outermostHit() const
returns the iterator-position pointing to the outermost hit.
Abstract base class for different kinds of events.