ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetRec
JetRec
JetDecorationAlg.h
Go to the documentation of this file.
1
// this is a -*- C++ -*- file
2
/*
3
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
4
*/
5
12
13
#ifndef JetDecorationAlg_H
14
#define JetDecorationAlg_H
15
16
#include "
AnaAlgorithm/AnaReentrantAlgorithm.h
"
17
#include "
AsgTools/ToolHandle.h
"
18
#include "
AsgDataHandles/ReadHandleKey.h
"
19
20
#include "
JetInterface/IJetDecorator.h
"
21
#include "
xAODJet/JetContainer.h
"
22
23
class
JetDecorationAlg
:
public
EL::AnaReentrantAlgorithm
{
24
25
public
:
26
27
using
EL::AnaReentrantAlgorithm::AnaReentrantAlgorithm
;
28
30
StatusCode
initialize
()
override
;
31
StatusCode
execute
(
const
EventContext& ctx)
const override
;
32
33
private
:
34
35
ToolHandleArray<IJetDecorator>
m_decorators
{this ,
"Decorators"
, {},
"Jet decorators"
};
36
SG::ReadHandleKey<xAOD::JetContainer>
m_jetKey
{
this
,
"JetContainer"
,
""
,
"Jet container name"
};
37
38
};
39
40
#endif
AnaReentrantAlgorithm.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
IJetDecorator.h
JetContainer.h
ToolHandle.h
EL::AnaReentrantAlgorithm
the base class for EventLoop reentrant algorithms
Definition
AnaReentrantAlgorithm.h:51
EL::AnaReentrantAlgorithm::AnaReentrantAlgorithm
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition
AnaReentrantAlgorithm.cxx:29
JetDecorationAlg
Algorithm which applies a set of decorations to a jet collection.
Definition
JetDecorationAlg.h:23
JetDecorationAlg::execute
StatusCode execute(const EventContext &ctx) const override
Definition
JetDecorationAlg.cxx:26
JetDecorationAlg::initialize
StatusCode initialize() override
Athena algorithm's Hooks.
Definition
JetDecorationAlg.cxx:9
JetDecorationAlg::m_jetKey
SG::ReadHandleKey< xAOD::JetContainer > m_jetKey
Definition
JetDecorationAlg.h:36
JetDecorationAlg::m_decorators
ToolHandleArray< IJetDecorator > m_decorators
Definition
JetDecorationAlg.h:35
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
Generated on
for ATLAS Offline Software by
1.17.0