|
using | TrackPrepRawDataMap = std::unordered_map< const Track *, std::vector< const PrepRawData * >, std::hash< const Track * >, std::equal_to< const Track * >, SG::ArenaPoolSTLAllocator< std::pair< const Track *const, std::vector< const PrepRawData * > >> > |
|
using | PrepRawDataTrackMap = std::unordered_multimap< const PrepRawData *, const Track *, std::hash< const PrepRawData * >, std::equal_to< const PrepRawData * >, SG::ArenaPoolSTLAllocator< std::pair< const PrepRawData *const, const Track * > > > |
|
using | PrepRawDataTrackMapRange = std::pair< PrepRawDataTrackMap::iterator, PrepRawDataTrackMap::iterator > |
|
using | ConstPrepRawDataTrackMapRange = std::pair< PrepRawDataTrackMap::const_iterator, PrepRawDataTrackMap::const_iterator > |
|
Definition at line 92 of file TRT_SeededTrackFinder.cxx.
◆ ConstPrepRawDataTrackMapRange
◆ PrepRawDataTrackMap
◆ PrepRawDataTrackMapRange
◆ TrackPrepRawDataMap
◆ clear()
void Trk::PRDtoTrackMap::clear |
( |
| ) |
|
|
inherited |
◆ getPrdsOnTrack()
returns a vector of PRDs belonging to the passed track.
◆ getType()
virtual const std::type_info& Trk::PRDtoTrackMap::getType |
( |
| ) |
const |
|
virtualinherited |
◆ isShared()
does this PRD belong to more than one track?
- Parameters
-
prd | the PrepRawData in question |
- Returns
- true if 'prd' exists on more than one track
◆ isUsed()
does this PRD belong to at least one track?
- Parameters
-
prd | the PrepRawData in question |
- Returns
- true if 'prd' exists in at least one track
◆ onTracks() [1/2]
get the Tracks associated with this PrepRawData.
◆ onTracks() [2/2]
get the Tracks associated with this PrepRawData.
◆ reserve()
void Trk::PRDtoTrackMap::reserve |
( |
size_t |
nTracks, |
|
|
size_t |
nRawData |
|
) |
| |
|
inherited |
◆ size()
unsigned int InDet::MyPRDtoTrackMap::size |
( |
| ) |
const |
|
inline |
◆ m_prepRawDataTrackMap
holds the tracks associated with each PRD (i.e.
the PRD* is the key)
Definition at line 82 of file PRDtoTrackMap.h.
◆ m_trackPrepRawDataMap
holds the PRDs associated with each Track (i.e.
the Track* is the key)
Definition at line 85 of file PRDtoTrackMap.h.
The documentation for this class was generated from the following file: