![]() |
ATLAS Offline Software
|
#include <IInDetTrackBiasingTool.h>
Public Member Functions | |
| virtual StatusCode | initialize ()=0 |
| virtual void | prepare ()=0 |
| virtual CP::CorrectionCode | applyCorrection (xAOD::TrackParticle &track)=0 |
| Computes the tracks origin. | |
| virtual CP::CorrectionCode | correctedCopy (const xAOD::TrackParticle &in, xAOD::TrackParticle *&out)=0 |
| virtual CP::CorrectionCode | applyContainerCorrection (xAOD::TrackParticleContainer &cont)=0 |
| virtual bool | isAffectedBySystematic (const CP::SystematicVariation &) const =0 |
| returns: whether the tool is affected by the systematic | |
| virtual CP::SystematicSet | affectingSystematics () const =0 |
| returns: list of systematics this tool can be affected by | |
| virtual CP::SystematicSet | recommendedSystematics () const =0 |
| returns: list of recommended systematics to use with this tool | |
| virtual StatusCode | applySystematicVariation (const CP::SystematicSet &)=0 |
| configure the tool to apply a given list of systematic variations | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
Definition at line 21 of file IInDetTrackBiasingTool.h.
|
pure virtual |
returns: list of systematics this tool can be affected by
Implements CP::IReentrantSystematicsTool.
Implemented in InDet::InDetTrackBiasingTool.
|
pure virtual |
Implemented in InDet::InDetTrackBiasingTool.
|
pure virtual |
Computes the tracks origin.
Implemented in InDet::InDetTrackBiasingTool.
|
pure virtual |
configure the tool to apply a given list of systematic variations
Implements CP::ISystematicsTool.
Implemented in InDet::InDetTrackBiasingTool.
|
pure virtual |
Implemented in InDet::InDetTrackBiasingTool.
|
pure virtual |
Implemented in InDet::InDetTrackBiasingTool.
|
pure virtual |
returns: whether the tool is affected by the systematic
Implements CP::ISystematicsTool.
Implemented in InDet::InDetTrackBiasingTool.
|
pure virtual |
Implemented in InDet::InDetTrackBiasingTool.
|
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.
|
pure virtual |
returns: list of recommended systematics to use with this tool
Implements CP::IReentrantSystematicsTool.
Implemented in InDet::InDetTrackBiasingTool.