StRoot
1
|
#include <StiTrackMerger.h>
Public Member Functions | |
StiTrackMerger (StiTrackContainer *) | |
One must provide a valid pointer to the track container. | |
virtual void | mergeTracks ()=0 |
Merge the tracks in the track container. | |
Protected Attributes | |
StiTrackContainer * | mTrackStore |
StiTrackMerger is a pure virtual class that defines the interface for a class that encapsulates a track-merging algorithm. It's purpose is to combine track segments that belong to the same trajectory, but were initially reconstructed as seperate pieces.
Definition at line 18 of file StiTrackMerger.h.