ATLAS Offline Software
|
#include <IHIVertexSelectionTool.h>
Public Member Functions | |
virtual StatusCode | initialize ()=0 |
virtual StatusCode | finalize ()=0 |
virtual const asg::AcceptInfo & | getAcceptInfo () const =0 |
Declare the interface ID for this pure-virtual interface class to the Athena framework. More... | |
virtual asg::AcceptData | accept (const xAOD::IParticle *) const =0 |
The main accept method: the actual cuts are applied here. More... | |
virtual asg::AcceptData | accept (const xAOD::Vertex &) const =0 |
virtual void | print () const =0 |
Print the state of the tool. More... | |
Definition at line 16 of file IHIVertexSelectionTool.h.
|
pure virtual |
The main accept method: the actual cuts are applied here.
Implements IAsgSelectionTool.
Implemented in HI::HIVertexSelectionTool.
|
pure virtual |
Implemented in HI::HIVertexSelectionTool.
|
pure virtual |
Implemented in HI::HIVertexSelectionTool.
|
pure virtual |
Declare the interface ID for this pure-virtual interface class to the Athena framework.
Method to get the AcceptInfo to query what cuts are defined.
Implements IAsgSelectionTool.
Implemented in HI::HIVertexSelectionTool.
|
pure virtual |
Implemented in HI::HIVertexSelectionTool.
|
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.