ATLAS Offline Software
Public Member Functions | Public Attributes | Private Attributes | Friends | List of all members
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. More...
 
elements
 STL member. More...
 

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) {}

◆ 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; }

Friends And Related Function Documentation

◆ 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:
TrackTruthCollection::m_trackCollection
DataLink< TrackCollection > m_trackCollection
Definition: TrackTruthCollection.h:23