Definition at line 92 of file TRT_SeededTrackFinder.cxx.
◆ ConstPrepRawDataTrackMapRange
Initial value:
std::pair<PrepRawDataTrackMap::const_iterator,
PrepRawDataTrackMap::const_iterator>
Definition at line 42 of file PRDtoTrackMap.h.
◆ PrepRawDataTrackMap
Initial value: std::unordered_multimap<
std::hash<const PrepRawData*>,
std::equal_to<const PrepRawData*>,
std::pair<const PrepRawData* const, const Track*>>
>
STL-style allocator wrapper for ArenaPoolAllocator.
Definition at line 29 of file PRDtoTrackMap.h.
◆ PrepRawDataTrackMapRange
Initial value:
std::pair<PrepRawDataTrackMap::iterator, PrepRawDataTrackMap::iterator>
Definition at line 39 of file PRDtoTrackMap.h.
◆ TrackPrepRawDataMap
Initial value:
std::unordered_map<
const Track*,
std::vector<const PrepRawData*>,
std::hash<const Track*>,
std::equal_to<const Track*>,
std::vector<const PrepRawData*>>>
>
Definition at line 19 of file PRDtoTrackMap.h.
◆ 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()
| bool Trk::PRDtoTrackMap::isShared |
( |
const PrepRawData & | prd | ) |
const |
|
inherited |
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()
| bool Trk::PRDtoTrackMap::isUsed |
( |
const PrepRawData & | prd | ) |
const |
|
inherited |
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 |
Definition at line 94 of file TRT_SeededTrackFinder.cxx.
94 {
96 }
PrepRawDataTrackMap m_prepRawDataTrackMap
holds the tracks associated with each PRD (i.e.
◆ 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: