ATLAS Offline Software
Public Member Functions | List of all members
xAODMaker::AssociationHelper< TrackCollection > Class Reference
Collaboration diagram for xAODMaker::AssociationHelper< TrackCollection >:

Public Member Functions

 AssociationHelper (const TrackCollection &, xAOD::TrackParticleContainer *)
 
const Trk::Trackoperator() (xAOD::TrackParticle *track_particle, unsigned int) const
 

Detailed Description

Definition at line 242 of file TrackParticleCnvAlg.cxx.

Constructor & Destructor Documentation

◆ AssociationHelper()

Definition at line 245 of file TrackParticleCnvAlg.cxx.

245 {}

Member Function Documentation

◆ operator()()

const Trk::Track* xAODMaker::AssociationHelper< TrackCollection >::operator() ( xAOD::TrackParticle track_particle,
unsigned int   
) const
inline

Definition at line 246 of file TrackParticleCnvAlg.cxx.

248  {
249  return track_particle->track();
250  }

The documentation for this class was generated from the following file:
xAOD::TrackParticle_v1::track
const Trk::Track * track() const
Returns a pointer (which can be NULL) to the Trk::Track which was used to make this TrackParticle.
Definition: TrackParticle_v1.cxx:805