#include <StiTrackContainer.h>

Public Member Functions | |
| StiTrackContainer (const string &name, const string &description) | |
| void | add (StiTrack *track) |
| Add the given track to the container. | |
| int | getTrackCount (Filter< StiTrack > *filter) const |
| void | sort () |
StiTrackContainer is polymorphic and can hold all forms of StiTrack objects. That includes in particular StiKalmanTrack.
Definition at line 29 of file StiTrackContainer.h.
Get the number of tracks held by this container that satisfies the given track filter.
This convenience method returns the number of tracks in this container that satisfy the given filter. If the filter is null pointer, return the size of this container.
Definition at line 48 of file StiTrackContainer.cxx.
Referenced by StiForwardTrackMaker::MakeInSti().
1.5.9