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

#include <PersistentTrackContainer.h>

Inheritance diagram for ActsTrk::PersistentTrackContainer:
Collaboration diagram for ActsTrk::PersistentTrackContainer:

Public Types

using value_type = ConstTrackProxy

Public Member Functions

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

Detailed Description

Definition at line 37 of file PersistentTrackContainer.h.

Member Typedef Documentation

◆ value_type

Definition at line 42 of file PersistentTrackContainer.h.

Member Function Documentation

◆ empty()

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

Definition at line 46 of file PersistentTrackContainer.h.

46 {
47 return size() == 0;
48 }

◆ operator[]()

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

Definition at line 43 of file PersistentTrackContainer.h.

43 {
44 return getTrack(index);
45 }

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