![]() |
ATLAS Offline Software
|
#include <IExtendTrackToLayerTool.h>
Classes | |
| struct | TrackExtension |
| Helper struct to hold track extrapolation information. More... | |
Public Member Functions | |
| virtual | ~IExtendTrackToLayerTool () |
| Virtual destructor. | |
| virtual TrackExtension | extendTrack (const EventContext &ctx, const xAOD::TrackParticle &track) const =0 |
| Extend the track to a given layer. | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
Definition at line 13 of file IExtendTrackToLayerTool.h.
|
inlinevirtual |
|
pure virtual |
Extend the track to a given layer.
| ctx | The event context to use |
| track | The track to extend |
Implemented in ApproximateTrackToLayerTool, and ExtendTrackToLayerTool.
|
pure virtualinherited |
Print the state of the tool.
Implemented in asg::AsgTool, AsgHelloTool, HI::HIPileupTool, JetBottomUpSoftDrop, JetConstituentsRetriever, JetDumper, JetFinder, JetFromPseudojet, JetModifiedMassDrop, JetPileupLabelingTool, JetPruner, JetPseudojetRetriever, JetReclusterer, JetReclusteringTool, JetRecTool, JetRecursiveSoftDrop, JetSoftDrop, JetSplitter, JetSubStructureMomentToolsBase, JetToolRunner, JetTrimmer, JetTruthLabelingTool, and KtDeltaRTool.