ATLAS Offline Software
Loading...
Searching...
No Matches
JetModifierAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8#ifndef JET_ANALYSIS_ALGORITHMS__JET_MODIFIER_ALG_H
9#define JET_ANALYSIS_ALGORITHMS__JET_MODIFIER_ALG_H
10
16
17namespace CP
18{
20
21 class JetModifierAlg final : public EL::AnaAlgorithm
22 {
24 public:
26 StatusCode initialize () override;
27 StatusCode execute () override;
28
29
30
32 private:
33 ToolHandle<IJetModifier> m_modifierTool {this, "modifierTool", "JetForwardJvtTool", "the modifier tool we apply"};
34
36 private:
38
40 private:
42 this, "jets", "", "the jet collection to run on"};
43
45 private:
47 };
48}
49
50#endif
an algorithm for calling IJetModifierTool
ToolHandle< IJetModifier > m_modifierTool
the modifier tool
OutOfValidityHelper m_outOfValidity
the helper for OutOfValidity results
SysCopyHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on
SysListHandle m_systematicsList
the systematics list we run
StatusCode initialize() override
StatusCode execute() override
a helper to translate a CP::CorrectionCode into a StatusCode
a systematics data handle that will either copy the input object or act like an update handle
a class managing the property to configure the list of systematics to process
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.