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

#include <TrackTruthCollection.h>

Inheritance diagram for TrackTruthCollection:
Collaboration diagram for TrackTruthCollection:

Public Member Functions

DataLink< TrackCollectiontrackCollectionLink () const
 TrackTruthCollection (const DataLink< TrackCollection > &tracks)
 TrackTruthCollection ()

Public Attributes

keys
 STL member.
elements
 STL member.

Private Attributes

DataLink< TrackCollectionm_trackCollection

Friends

class TrackTruthCollectionAccessor

Detailed Description

Definition at line 20 of file TrackTruthCollection.h.

Constructor & Destructor Documentation

◆ TrackTruthCollection() [1/2]

TrackTruthCollection::TrackTruthCollection ( const DataLink< TrackCollection > & tracks)
inline

Definition at line 28 of file TrackTruthCollection.h.

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

◆ TrackTruthCollection() [2/2]

TrackTruthCollection::TrackTruthCollection ( )
inline

Definition at line 30 of file TrackTruthCollection.h.

30{} // For POOL

Member Function Documentation

◆ trackCollectionLink()

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

Definition at line 27 of file TrackTruthCollection.h.

27{ return m_trackCollection; }

◆ TrackTruthCollectionAccessor

friend class TrackTruthCollectionAccessor
friend

Definition at line 22 of file TrackTruthCollection.h.

Member Data Documentation

◆ elements

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

STL member.

◆ keys

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

STL member.

◆ m_trackCollection

DataLink<TrackCollection> TrackTruthCollection::m_trackCollection
private

Definition at line 23 of file TrackTruthCollection.h.


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