#include <ISecVertexInJetFinder.h>
Definition at line 54 of file ISecVertexInJetFinder.h.
◆ ~ISecVertexInJetFinder()
| virtual InDet::ISecVertexInJetFinder::~ISecVertexInJetFinder |
( |
| ) |
|
|
inlinevirtual |
◆ findSecVertex()
◆ interfaceID()
| const InterfaceID & InDet::ISecVertexInJetFinder::interfaceID |
( |
| ) |
|
|
inlinestatic |
Definition at line 58 of file ISecVertexInJetFinder.h.
59 {
61 };
static const InterfaceID IID_ISecVertexInJetFinder("ISecVertexInJetFinder", 1, 0)
◆ trackDecorationNames()
| virtual std::vector< std::string > InDet::ISecVertexInJetFinder::trackDecorationNames |
( |
| ) |
const |
|
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 72 of file ISecVertexInJetFinder.h.
73 {
74 return std::vector<std::string>();
75 }
The documentation for this class was generated from the following file: