ATLAS Offline Software
|
Interface for tau selector tool. More...
#include <IDiTauSelectionTool.h>
Public Member Functions | |
virtual StatusCode | initialize ()=0 |
Declare the interface that the class provides. More... | |
virtual const asg::AcceptInfo & | getAcceptInfo () const =0 |
Get an object describing the "selection steps" of the tool. More... | |
virtual asg::AcceptData | accept (const xAOD::IParticle *p) const =0 |
Get the decision using a generic IParticle pointer. More... | |
virtual asg::AcceptData | accept (const xAOD::DiTauJet &tau) const =0 |
Get the decision for a specific TauJet object. More... | |
virtual void | setOutFile (TFile *fOutFile)=0 |
Set output file for histograms. More... | |
virtual void | writeControlHistograms ()=0 |
Write control histograms to output file. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
Interface for tau selector tool.
Definition at line 33 of file IDiTauSelectionTool.h.
|
pure virtual |
Get the decision for a specific TauJet object.
Implemented in TauAnalysisTools::DiTauSelectionTool.
|
pure virtual |
Get the decision using a generic IParticle pointer.
Implemented in TauAnalysisTools::DiTauSelectionTool.
|
pure virtual |
Get an object describing the "selection steps" of the tool.
Implemented in TauAnalysisTools::DiTauSelectionTool.
|
pure virtual |
Declare the interface that the class provides.
Function initialising the tool
Implemented in TauAnalysisTools::DiTauSelectionTool.
|
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.
|
pure virtual |
Set output file for histograms.
Implemented in TauAnalysisTools::DiTauSelectionTool.
|
pure virtual |
Write control histograms to output file.
Implemented in TauAnalysisTools::DiTauSelectionTool.