ATLAS Offline Software
Loading...
Searching...
No Matches
AsgObjectScaleFactorAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5
6#ifndef ASG_ANALYSIS_ALGORITHMS__ASG_OBJECT_SCALE_FACTOR_ALG_H
7#define ASG_ANALYSIS_ALGORITHMS__ASG_OBJECT_SCALE_FACTOR_ALG_H
8
14
16
17namespace CP
18{
20
22 {
24 public:
26 StatusCode initialize () override;
27 StatusCode execute () override;
28
29 private:
32
35 this, "particles", "", "the asg collection to run on"};
36
37 Gaudi::Property<std::vector<std::string>> m_inScaleFactors {
38 this, "inScaleFactors", {}, "list of input scale factors to combine"};
39
40 std::vector<SysReadDecorHandle<float>> m_inSFHandles;
41
43 this, "outScaleFactor", "effSF_%SYS%", "decoration name for combined scale factor"};
44 };
45
46}
47
48#endif
an algorithm for combining object scale factors
std::vector< SysReadDecorHandle< float > > m_inSFHandles
SysWriteDecorHandle< float > m_outSFHandle
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.