ATLAS Offline Software
Loading...
Searching...
No Matches
ActsTrk::TrackContainer Class Reference

#include <TrackContainer.h>

Inheritance diagram for ActsTrk::TrackContainer:
Collaboration diagram for ActsTrk::TrackContainer:

Public Types

using value_type = typename TrackContainerBase::ConstTrackProxy

Public Member Functions

ConstTrackProxy operator[] (unsigned int index) const
bool empty () const

Detailed Description

Definition at line 30 of file TrackContainer.h.

Member Typedef Documentation

◆ value_type

using ActsTrk::TrackContainer::value_type = typename TrackContainerBase::ConstTrackProxy

Definition at line 35 of file TrackContainer.h.

Member Function Documentation

◆ empty()

bool ActsTrk::TrackContainer::empty ( ) const
inline

Definition at line 38 of file TrackContainer.h.

38{ return size() == 0; }

◆ operator[]()

ConstTrackProxy ActsTrk::TrackContainer::operator[] ( unsigned int index) const
inline

Definition at line 37 of file TrackContainer.h.

37{ return getTrack(index); }

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