![]() |
ATLAS Offline Software
|
#include <ISecVertexInJetFinder.h>
Public Member Functions | |
| DeclareInterfaceID (ISecVertexInJetFinder, 1, 0) | |
| virtual | ~ISecVertexInJetFinder () |
| virtual Trk::VxSecVertexInfo * | findSecVertex (const EventContext &ctx, const xAOD::Vertex &primaryVertex, const TLorentzVector &jetMomentum, const std::vector< const xAOD::IParticle * > &inputTracks) const =0 |
| virtual std::vector< std::string > | trackDecorationNames () const |
| Return a list of the names of track decorations created by this tool, in order to allow them to be locked when the calling algorithm completes. | |
Definition at line 54 of file ISecVertexInJetFinder.h.
|
inlinevirtual |
Definition at line 58 of file ISecVertexInJetFinder.h.
| InDet::ISecVertexInJetFinder::DeclareInterfaceID | ( | ISecVertexInJetFinder | , |
| 1 | , | ||
| 0 | ) |
|
pure virtual |
Implemented in InDet::InDetImprovedJetFitterVxFinder, InDet::InDetJetFitterVxFinder, and InDet::InDetVKalVxInJetTool.
|
inlinevirtual |
Return a list of the names of track decorations created by this tool, in order to allow them to be locked when the calling algorithm completes.
Return an empty list by default.
Reimplemented in InDet::InDetImprovedJetFitterVxFinder.
Definition at line 69 of file ISecVertexInJetFinder.h.