ATLAS Offline Software
|
The interface for the truth track finder. More...
#include <ITruthTrackBuilder.h>
Public Member Functions | |
virtual | ~ITruthTrackBuilder () |
Virtual destructor. More... | |
virtual Track * | createTrack (const PRD_TruthTrajectory &traj, SegmentCollection *segs=0) const =0 |
return a track from a PrepRawData trajectories, if a segment collection pointer is provided it will also try filling it More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
AlgTool interface methods. More... | |
The interface for the truth track finder.
The truth track builder from a PRD trajectory.
Definition at line 32 of file ITruthTrackBuilder.h.
|
inlinevirtual |
|
pure virtual |
return a track from a PrepRawData trajectories, if a segment collection pointer is provided it will also try filling it
Implemented in Trk::TruthTrackBuilder.
|
inlinestatic |
AlgTool interface methods.
Definition at line 39 of file ITruthTrackBuilder.h.