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