![]() |
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. | |
| virtual double | evaluate (const xAOD::IParticle *) const =0 |
| returns: the value that was calculated from the xAOD::IParticle | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
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 McEventWeight, ParticleScaleFactorTool, PDFWeight, SUSYIDWeight, and WeightsAgregator.
|
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.