#include <IInDetTrackSmearingTool.h>
Public Member Functions | |
virtual CP::CorrectionCode | applyCorrection (xAOD::TrackParticle &ID)=0 |
Declare the interface that the class provides. | |
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 | |
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 CP::SystematicCode | applySystematicVariation (const CP::SystematicSet &)=0 |
configure the tool to apply a given list of systematic variations |
Simple interface for calibrating/correcting tracks (inner-detector particles)
Following the design principles outlined in the TF3 recommendations.
virtual CP::CorrectionCode InDet::IInDetTrackSmearingTool::applyCorrection | ( | xAOD::TrackParticle & | ID | ) | [pure virtual] |
Declare the interface that the class provides.
Smearing method