ATLAS Offline Software
Loading...
Searching...
No Matches
IInDetTrackSmearingTool.h
Go to the documentation of this file.
1// -*- c++ -*-
2/*
3 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
4*/
5
6#ifndef INDETTRACKSYSTEMATICSTOOLS_IINDETTRACKSMEARINGTOOL_H
7#define INDETTRACKSYSTEMATICSTOOLS_IINDETTRACKSMEARINGTOOL_H
8
9// Framework include(s):
10#include "AsgTools/IAsgTool.h"
14
15// EDM include(s):
17
18namespace InDet {
19
31 : public virtual asg::IAsgTool
32 , public virtual CP::ISystematicsTool
33 {
34
37
38 public:
39 // implement the CP::CorrectionTool interface
40
45
46 // implement the CP::ISystematicTool interface
47
49 virtual bool isAffectedBySystematic( const CP::SystematicVariation& ) const = 0;
54
56 virtual StatusCode applySystematicVariation( const CP::SystematicSet& ) = 0;
57
58
59 };
60
61}
62
63#endif
#define ASG_TOOL_INTERFACE(CLASSNAME)
std::vector< Identifier > ID
Return value from object correction CP tools.
Interface for all CP tools supporting systematic variations.
Class to wrap a set of SystematicVariations.
Simple interface for calibrating/correcting tracks (inner-detector particles)
virtual StatusCode applySystematicVariation(const CP::SystematicSet &)=0
configure the tool to apply a given list of systematic variations
virtual CP::CorrectionCode correctedCopy(const xAOD::TrackParticle &, xAOD::TrackParticle *&)=0
virtual CP::SystematicSet affectingSystematics() const =0
returns: list of systematics this tool can be affected by
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 recommendedSystematics() const =0
returns: list of recommended systematics to use with this tool
virtual CP::CorrectionCode applyCorrection(xAOD::TrackParticle &ID)=0
Declare the interface that the class provides.
Base class for the dual-use tool interface classes.
Definition IAsgTool.h:41
Primary Vertex Finder.
TrackParticle_v1 TrackParticle
Reference the current persistent version:
TrackParticleContainer_v1 TrackParticleContainer
Definition of the current "TrackParticle container version".