ATLAS Offline Software
|
Simple interface for calibrating/correcting tracks (inner-detector particles) More...
#include <IInDetTrackSmearingTool.h>
Public Member Functions | |
virtual CP::CorrectionCode | applyCorrection (xAOD::TrackParticle &ID)=0 |
Declare the interface that the class provides. More... | |
virtual CP::CorrectionCode | correctedCopy (const xAOD::TrackParticle &, xAOD::TrackParticle *&)=0 |
virtual CP::CorrectionCode | applyContainerCorrection (xAOD::TrackParticleContainer &)=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... | |
Simple interface for calibrating/correcting tracks (inner-detector particles)
Following the design principles outlined in the TF3 recommendations.
Definition at line 30 of file IInDetTrackSmearingTool.h.
|
pure virtual |
returns: list of systematics this tool can be affected by
Implements CP::IReentrantSystematicsTool.
Implemented in InDet::InDetTrackSmearingTool.
|
pure virtual |
Implemented in InDet::InDetTrackSmearingTool.
|
pure virtual |
Declare the interface that the class provides.
Smearing method
Implemented in InDet::InDetTrackSmearingTool.
|
pure virtual |
configure the tool to apply a given list of systematic variations
Implements CP::ISystematicsTool.
Implemented in InDet::InDetTrackSmearingTool.
|
pure virtual |
Implemented in InDet::InDetTrackSmearingTool.
|
pure virtual |
returns: whether the tool is affected by the systematic
Implements CP::ISystematicsTool.
Implemented in InDet::InDetTrackSmearingTool.
|
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::InDetTrackSmearingTool.