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. More... | |
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. More... | |
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. More... | |
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. More... | |
Definition at line 23 of file ITrackVertexAssociationTool.h.
|
pure virtual |
Implemented in CP::TrackVertexAssociationTool, and CP::MVATrackVertexAssociationTool.
|
pure virtual |
Implemented in CP::TrackVertexAssociationTool, and CP::MVATrackVertexAssociationTool.
|
pure virtual |
Implemented in CP::TrackVertexAssociationTool, and CP::MVATrackVertexAssociationTool.
|
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::TrackVertexAssociationTool, and CP::MVATrackVertexAssociationTool.
|
pure virtual |
Implemented in CP::TrackVertexAssociationTool, and CP::MVATrackVertexAssociationTool.
|
pure virtual |
This functions will return the best matched vertex.
Implemented in CP::TrackVertexAssociationTool, and CP::MVATrackVertexAssociationTool.
|
pure virtual |
Implemented in CP::TrackVertexAssociationTool, and CP::MVATrackVertexAssociationTool.
|
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::TrackVertexAssociationTool, and CP::MVATrackVertexAssociationTool.
|
pure virtualinherited |
Print the state of the tool.
Implemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.