Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
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"};
a class managing the property to configure the list of systematics to process
SysWriteDecorHandle< float > m_outSFHandle
a data handle for reading systematics varied input data
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
SysListHandle m_systematicsList
the systematics list we run
StatusCode initialize() override
the (new) base class for EventLoop algorithms
an algorithm for combining object scale factors
::StatusCode StatusCode
StatusCode definition for legacy code.
SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
the particle container we run on
Gaudi::Property< std::vector< std::string > > m_inScaleFactors
std::vector< SysReadDecorHandle< float > > m_inSFHandles
StatusCode execute() override