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 32 of file PersistentTrackContainer.h.

Member Typedef Documentation

◆ value_type

Definition at line 37 of file PersistentTrackContainer.h.

Member Function Documentation

◆ empty()

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

Definition at line 41 of file PersistentTrackContainer.h.

41 {
42 return size() == 0;
43 }

◆ operator[]()

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

Definition at line 38 of file PersistentTrackContainer.h.

38 {
39 return getTrack(index);
40 }

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