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