ATLAS Offline Software
Loading...
Searching...
No Matches
AsgEventScaleFactorAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8#ifndef ASG_ANALYSIS_ALGORITHMS__ASG_EVENT_SCALE_FACTOR_ALG_H
9#define ASG_ANALYSIS_ALGORITHMS__ASG_EVENT_SCALE_FACTOR_ALG_H
10
19
20namespace CP
21{
23
25 {
27 public:
28 AsgEventScaleFactorAlg (const std::string& name,
29 ISvcLocator* pSvcLocator);
30
31
32 public:
33 StatusCode initialize () override;
34
35 public:
36 StatusCode execute () override;
37
38
40 private:
42
44 private:
46 this, "eventInfo", "EventInfo", "the event info object to run on"};
47
49 private:
51 this, "particles", "", "the particle collection to run on"};
52
54 private:
56 this, "preselection", "", "the preselection to apply"};
57
59 private:
61 this, "scaleFactorInputDecoration", "", "the decoration for the input efficiency scale factor"};
62
64 private:
66 this, "scaleFactorOutputDecoration", "", "the decoration for the output efficiency scale factor"};
67 };
68}
69
70#endif
SysReadHandle< xAOD::IParticleContainer > m_particleHandle
the jet collection we run on
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info we run on (empty by default)
SysWriteDecorHandle< float > m_scaleFactorOutputDecoration
the decoration for writing the scale factor
SysListHandle m_systematicsList
the systematics list we run
SysReadDecorHandle< float > m_scaleFactorInputDecoration
the decoration for reading the scale factor
AsgEventScaleFactorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
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
a data handle for reading systematically varied selection properties from objects
a data handle for reading systematics varied input data
the (new) base class for EventLoop algorithms
Select isolated Photons, Electrons and Muons.