|
ATLAS Offline Software
|
Go to the documentation of this file.
22 ISvcLocator* pSvcLocator)
23 : AnaAlgorithm (
name, pSvcLocator)
34 return StatusCode::FAILURE;
44 return StatusCode::SUCCESS;
60 float scaleFactor = 1;
72 return StatusCode::SUCCESS;
void set(const SG::AuxElement &object, const T &value, const CP::SystematicSet &sys) const
set the object decoration for the given systematic
SysListHandle m_systematicsList
the systematics list we run
constexpr ParticleHypothesis particle[PARTICLEHYPOTHESES]
the array of masses
SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info we run on (empty by default)
StatusCode execute() override
const std::vector< CP::SystematicSet > & systematicsVector() const
the list of systematics to loop over
SysReadHandle< xAOD::IParticleContainer > m_particleHandle
the jet collection we run on
Class providing the definition of the 4-vector interface.
Select isolated Photons, Electrons and Muons.
StatusCode initialize(SysListHandle &sysListHandle, const ISysHandleBase &objectHandle)
initialize this handle
::StatusCode initialize()
intialize this property
bool getBool(const SG::AuxElement &element, const CP::SystematicSet &sys) const
get the selection as a bool
const T & get(const SG::AuxElement &object, const CP::SystematicSet &sys) const
retrieve the object decoration for the given systematic
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize(SysListHandle &sysListHandle, const ISysHandleBase &objectHandle)
initialize this handle
SysWriteDecorHandle< float > m_scaleFactorOutputDecoration
the decoration for writing the scale factor
SysReadDecorHandle< float > m_scaleFactorInputDecoration
the decoration for reading the scale factor
virtual bool empty() const noexcept override
whether we have a name configured
virtual bool empty() const noexcept override
whether we have a name configured
Class describing the basic event information.
StatusCode initialize(SysListHandle &sysListHandle, const ISysHandleBase &objectHandle)
initialize the accessor
SysReadSelectionHandle m_preselection
the preselection we apply to our input
AsgEventScaleFactorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
StatusCode initialize() override