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. More... | |
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 More... | |
virtual CP::SystematicSet | affectingSystematics () const =0 |
returns: list of systematics this tool can be affected by More... | |
virtual CP::SystematicSet | recommendedSystematics () const =0 |
returns: list of recommended systematics to use with this tool More... | |
virtual StatusCode | applySystematicVariation (const CP::SystematicSet &)=0 |
configure the tool to apply a given list of systematic variations More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
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 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.
|
pure virtual |
returns: list of recommended systematics to use with this tool
Implements CP::IReentrantSystematicsTool.
Implemented in InDet::InDetTrackBiasingTool.