![]() |
ATLAS Offline Software
|
Interface for tools that want to calculate a weight from different event information. More...
#include <IWeightTool.h>
Public Member Functions | |
| virtual | ~IWeightTool () |
| Declare the interface that this class provides. | |
| virtual double | getWeight () const =0 |
| returns: the value that was calculated from the usual Athena storegate | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
Interface for tools that want to calculate a weight from different event information.
Definition at line 21 of file IWeightTool.h.
|
inlinevirtual |
Declare the interface that this class provides.
Virtual destructor
Definition at line 29 of file IWeightTool.h.
|
pure virtual |
returns: the value that was calculated from the usual Athena storegate
Implemented in McEventWeight, PDFWeight, PMGTools::PMGSherpa22VJetsWeightTool, SUSYIDWeight, WeightsAgregator, and WeightToolBase.
|
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.