6#ifndef ASG_ANALYSIS_ALGORITHMS__ASG_OBJECT_SCALE_FACTOR_ALG_H
7#define ASG_ANALYSIS_ALGORITHMS__ASG_OBJECT_SCALE_FACTOR_ALG_H
35 this,
"particles",
"",
"the asg collection to run on"};
38 this,
"inScaleFactors", {},
"list of input scale factors to combine"};
43 this,
"outScaleFactor",
"effSF_%SYS%",
"decoration name for combined scale factor"};
an algorithm for combining object scale factors
std::vector< SysReadDecorHandle< float > > m_inSFHandles
SysWriteDecorHandle< float > m_outSFHandle
StatusCode initialize() override
StatusCode execute() override
SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
the particle container we run on
SysListHandle m_systematicsList
the systematics list we run
Gaudi::Property< std::vector< std::string > > m_inScaleFactors
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
a data handle for reading systematics varied input data
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.