ATLAS Offline Software
Loading...
Searching...
No Matches
ITrigBphysState.h File Reference
Include dependency graph for ITrigBphysState.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ITrigBphysState
 Base class for TrigBphys state objects. More...

Functions

ElementLink< xAOD::TrackParticleContainerlinkTrack (const xAOD::TrackParticle *trk)

Function Documentation

◆ linkTrack()

Definition at line 62 of file ITrigBphysState.h.

62 {
63 if (!trk) { return {};}
64 return ElementLink<xAOD::TrackParticleContainer>{*static_cast<const xAOD::TrackParticleContainer*>(trk->container()),
65 trk->index()};
66}
TrackParticleContainer_v1 TrackParticleContainer
Definition of the current "TrackParticle container version".