ATLAS Offline Software
Loading...
Searching...
No Matches
DetailedTrackTruthCollection Class Reference

#include <DetailedTrackTruthCollection.h>

Inheritance diagram for DetailedTrackTruthCollection:
Collaboration diagram for DetailedTrackTruthCollection:

Public Member Functions

 DetailedTrackTruthCollection (const DataLink< TrackCollection > tracks)
DataLink< TrackCollectiontrackCollectionLink () const
void setTrackCollection (const DataLink< TrackCollection > tracks)
 DetailedTrackTruthCollection ()

Public Attributes

keys
 STL member.
elements
 STL member.

Private Attributes

DataLink< TrackCollectionm_trackCollection

Friends

class TrackTruthCollectionAccessor

Detailed Description

Definition at line 19 of file DetailedTrackTruthCollection.h.

Constructor & Destructor Documentation

◆ DetailedTrackTruthCollection() [1/2]

DetailedTrackTruthCollection::DetailedTrackTruthCollection ( const DataLink< TrackCollection > tracks)
inline

Definition at line 24 of file DetailedTrackTruthCollection.h.

24: m_trackCollection(tracks) {}
DataLink< TrackCollection > m_trackCollection

◆ DetailedTrackTruthCollection() [2/2]

DetailedTrackTruthCollection::DetailedTrackTruthCollection ( )
inline

Definition at line 29 of file DetailedTrackTruthCollection.h.

29{}

Member Function Documentation

◆ setTrackCollection()

void DetailedTrackTruthCollection::setTrackCollection ( const DataLink< TrackCollection > tracks)
inline

Definition at line 26 of file DetailedTrackTruthCollection.h.

26{m_trackCollection=tracks;}

◆ trackCollectionLink()

DataLink< TrackCollection > DetailedTrackTruthCollection::trackCollectionLink ( ) const
inline

Definition at line 25 of file DetailedTrackTruthCollection.h.

25{ return m_trackCollection; }

◆ TrackTruthCollectionAccessor

friend class TrackTruthCollectionAccessor
friend

Definition at line 21 of file DetailedTrackTruthCollection.h.

Member Data Documentation

◆ elements

T std::multimap< K, T >::elements
inherited

STL member.

◆ keys

K std::multimap< K, T >::keys
inherited

STL member.

◆ m_trackCollection

DataLink<TrackCollection> DetailedTrackTruthCollection::m_trackCollection
private

Definition at line 22 of file DetailedTrackTruthCollection.h.


The documentation for this class was generated from the following file: