simple Hit class used for sectorMap-training.
More...
#include <SecMapTrainerTC.h>
|
int | m_index |
| stores index number 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.
|
|
simple Hit class used for sectorMap-training.
Definition at line 22 of file SecMapTrainerTC.h.
◆ ConstIterator
◆ SecMapTrainerTC()
Constructor of class SecMapTrainerTC.
Definition at line 26 of file SecMapTrainerTC.h.
26 :
float m_pT
stores transverse momentum value for track classification.
int m_pdg
stores pdGCode of particle.
int m_index
stores index number of track.
◆ addHit()
adds hit to Track.
Always add from outer to inner hits, the TC-Class can not detect that by itself!
Definition at line 36 of file SecMapTrainerTC.h.
std::vector< SecMapTrainerHit > m_hits
contains hits attached to track.
◆ getHits()
◆ getPDG()
◆ getPt()
◆ getTrackID()
◆ innerEnd()
returns the iterator-position pointing after the innermost hit.
Definition at line 46 of file SecMapTrainerTC.h.
◆ outermostHit()
returns the iterator-position pointing to the outermost hit.
'++' moves the iterator inwards.
Definition at line 43 of file SecMapTrainerTC.h.
◆ size()
returns number of hits attached to current track.
Definition at line 55 of file SecMapTrainerTC.h.
◆ m_hits
◆ m_index
◆ m_pdg
◆ m_pT
stores transverse momentum value for track classification.
Definition at line 62 of file SecMapTrainerTC.h.
The documentation for this class was generated from the following file: