StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
StiTrackMerger Class Referenceabstract

#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

StiTrackContainermTrackStore
 

Detailed Description

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.

Author
M.L. Miller (Yale Software)
Note
All information passed to and from an instance of StiTrackMerger is performed via the pointer to StiTrackContainer.

Definition at line 18 of file StiTrackMerger.h.


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