![]() |
ATLAS Offline Software
|
#include <ITrackVertexAssociationTool.h>
Public Member Functions | |
| virtual bool | isCompatible (const xAOD::TrackParticle &trk, const xAOD::Vertex &vx) const =0 |
| This function just return the decision of whether the track is matched to the Vertex Not sure whether the track is matched to best choice. | |
| virtual bool | isCompatible (const xAOD::TrackParticle &trk) const =0 |
| virtual xAOD::TrackVertexAssociationMap | getMatchMap (std::vector< const xAOD::TrackParticle * > &trk_list, std::vector< const xAOD::Vertex * > &vx_list) const =0 |
| virtual xAOD::TrackVertexAssociationMap | getMatchMap (const xAOD::TrackParticleContainer &trkCont, const xAOD::VertexContainer &vxCont) const =0 |
| virtual ElementLink< xAOD::VertexContainer > | getUniqueMatchVertexLink (const xAOD::TrackParticle &trk, const xAOD::VertexContainer &vxCont) const =0 |
| This functions will return the best matched vertex. | |
| virtual const xAOD::Vertex * | getUniqueMatchVertex (const xAOD::TrackParticle &trk, std::vector< const xAOD::Vertex * > &vx_list) const =0 |
| virtual xAOD::TrackVertexAssociationMap | getUniqueMatchMap (std::vector< const xAOD::TrackParticle * > &trk_list, std::vector< const xAOD::Vertex * > &vx_list) const =0 |
| This functions related to the previous functions, will return a 2D vector to store the best matched tracks for each vertex. | |
| virtual xAOD::TrackVertexAssociationMap | getUniqueMatchMap (const xAOD::TrackParticleContainer &trkCont, const xAOD::VertexContainer &vxCont) const =0 |
| virtual void | print () const =0 |
| Print the state of the tool. | |
Definition at line 23 of file ITrackVertexAssociationTool.h.
|
pure virtual |
Implemented in CP::MVATrackVertexAssociationTool, and CP::TrackVertexAssociationTool.
|
pure virtual |
Implemented in CP::MVATrackVertexAssociationTool, and CP::TrackVertexAssociationTool.
|
pure virtual |
Implemented in CP::MVATrackVertexAssociationTool, and CP::TrackVertexAssociationTool.
|
pure virtual |
This functions related to the previous functions, will return a 2D vector to store the best matched tracks for each vertex.
Implemented in CP::MVATrackVertexAssociationTool, and CP::TrackVertexAssociationTool.
|
pure virtual |
Implemented in CP::MVATrackVertexAssociationTool, and CP::TrackVertexAssociationTool.
|
pure virtual |
This functions will return the best matched vertex.
Implemented in CP::MVATrackVertexAssociationTool, and CP::TrackVertexAssociationTool.
|
pure virtual |
Implemented in CP::MVATrackVertexAssociationTool, and CP::TrackVertexAssociationTool.
|
pure virtual |
This function just return the decision of whether the track is matched to the Vertex Not sure whether the track is matched to best choice.
Implemented in CP::MVATrackVertexAssociationTool, and CP::TrackVertexAssociationTool.
|
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, KtDeltaRTool, and LundVariablesTool.