ATLAS Offline Software
|
Interface for tools that want to calculate a quantity from an xAOD::IParticle. More...
#include <IObservableTool.h>
Public Member Functions | |
virtual | ~IObservableTool () |
Declare the interface that this class provides. More... | |
virtual double | evaluate (const xAOD::IParticle *) const =0 |
returns: the value that was calculated from the xAOD::IParticle More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
Interface for tools that want to calculate a quantity from an xAOD::IParticle.
Definition at line 32 of file IObservableTool.h.
|
inlinevirtual |
Declare the interface that this class provides.
Virtual destructor
Definition at line 40 of file IObservableTool.h.
|
pure virtual |
returns: the value that was calculated from the xAOD::IParticle
Implemented in ParticleScaleFactorTool, SUSYIDWeight, WeightsAgregator, PDFWeight, and McEventWeight.
|
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.