ATLAS Offline Software
Loading...
Searching...
No Matches
NJetDecoratorAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5
6
7#ifndef ASG_ANALYSIS_ALGORITHMS__NJET_DECORATOR_ALG_H
8#define ASG_ANALYSIS_ALGORITHMS__NJET_DECORATOR_ALG_H
9
18#include <map>
19#include <functional>
20
21namespace CP
22{
24
26 {
27 public:
28
31 StatusCode initialize () override;
32 StatusCode execute () override;
33
34
35
36 private:
37
40
42 CP::SysReadHandle<xAOD::EventInfo> m_eventInfoHandle {this, "eventInfo", "EventInfo", "the input EventInfo object"};
43
46 this, "jets", "", "the jet container to use"};
48 this, "jetSelection", "", "the selection on the input jets"};
50 this, "Njet", "Njet_%SYS%", "Number of jets"
51 };
52 };
53}
54
55#endif
an algorithm for decorating EventInfo
StatusCode initialize() override
StatusCode execute() override
CP::SysWriteDecorHandle< int > m_Njet_decor
SysListHandle m_systematicsList
the systematics list we run
CP::SysReadSelectionHandle m_jetSelection
CP::SysReadHandle< xAOD::JetContainer > m_jetsHandle
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the name of the event info object
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 systematically varied selection properties from objects
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.