![]() |
ATLAS Offline Software
|
#include <IAsgRingerSelectorTool.h>
Public Member Functions | |
| virtual | ~IAsgRingerSelectorTool () |
| Standard destructor. | |
| virtual const asg::AcceptInfo & | getAcceptInfo () const =0 |
| Method to get the plain TAccept for the last particle. | |
| virtual float | predict (const xAOD::TrigRingerRings *) const =0 |
| @briel Calculation of model output for fast calo or fast photon step (HLT usage only) | |
| virtual float | predict (const xAOD::TrigRingerRings *, const xAOD::TrigElectron *) const =0 |
| @briel Calculation of model output for fast electron step (HLT usage only) | |
| virtual asg::AcceptData | accept (const xAOD::TrigRingerRings *, float discriminant, float mu) const =0 |
| Accept method. | |
| virtual asg::AcceptData | accept (const xAOD::IParticle *part) const =0 |
| The main accept method: the actual cuts are applied here. | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
Definition at line 19 of file IAsgRingerSelectorTool.h.
|
inlinevirtual |
|
pure virtual |
The main accept method: the actual cuts are applied here.
Implements IAsgSelectionTool.
Implemented in Ringer::AsgRingerSelectorTool.
|
pure virtual |
Accept method.
Implemented in Ringer::AsgRingerSelectorTool.
|
pure virtual |
Method to get the plain TAccept for the last particle.
Implements IAsgSelectionTool.
Implemented in Ringer::AsgRingerSelectorTool.
|
pure virtual |
@briel Calculation of model output for fast calo or fast photon step (HLT usage only)
Implemented in Ringer::AsgRingerSelectorTool.
|
pure virtual |
@briel Calculation of model output for fast electron step (HLT usage only)
Implemented in Ringer::AsgRingerSelectorTool.
|
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.