ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Algorithms
JetAnalysisAlgorithms
JetAnalysisAlgorithms
JetGhostMergingAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// JetGhostMergingAlg
7
//
8
// Ghost merger algorithm merges multiple collections of ghost
9
// containers into one. This is useful for combining standard and
10
// LRT ghost tracks into a single collection to pass to
11
// downstream taggers.
13
15
16
#ifndef JET_ANALYSIS_ALGORITHMS__JET_GHOST_MERGING_ALG_H
17
#define JET_ANALYSIS_ALGORITHMS__JET_GHOST_MERGING_ALG_H
18
19
#include <
AnaAlgorithm/AnaReentrantAlgorithm.h
>
20
#include <
xAODJet/JetContainer.h
>
21
22
#include <
AsgTools/PropertyWrapper.h
>
23
#include <
AsgDataHandles/WriteHandle.h
>
24
#include <
AsgDataHandles/WriteHandleKey.h
>
25
#include <
AsgDataHandles/WriteDecorHandleKey.h
>
26
#include <
AsgDataHandles/ReadHandle.h
>
27
#include <
AsgDataHandles/ReadHandleKey.h
>
28
#include <
AsgDataHandles/ReadDecorHandleKey.h
>
29
30
#include <string>
31
#include <vector>
32
33
namespace
CP
34
{
36
class
JetGhostMergingAlg
final :
public
EL::AnaReentrantAlgorithm
37
{
39
public
:
40
JetGhostMergingAlg
(
const
std::string&
name
,
41
ISvcLocator* pSvcLocator);
42
43
public
:
44
StatusCode
initialize
()
override
;
45
46
public
:
47
StatusCode
execute
(
const
EventContext &ctx)
const override
;
48
49
private
:
51
SG::ReadHandleKey<xAOD::JetContainer>
m_jetLocation
{
52
this
,
"JetCollection"
,
"AntiKt4EMTopoJets"
53
};
54
55
SG::WriteDecorHandleKey< xAOD::JetContainer >
m_mergedGhostContainer
{
56
this
,
"MergedGhostName"
,
"GhostTrackLRTMerged"
,
"name of the output merged ghost container"
57
};
58
59
private
:
61
std::vector<SG::ReadDecorHandleKey<xAOD::JetContainer> >
m_ghostTrackKeys
;
62
63
private
:
64
Gaudi::Property<std::vector<std::string> >
m_inputGhostTrackNames
{
65
this
,
"InputGhostTrackNames"
, {
"GhostTrack"
,
"GhostTrackLRT"
}
66
};
67
68
};
69
}
70
71
#endif
// JET_ANALYSIS_ALGORITHMS__JET_GHOST_MERGING_ALG_H
AnaReentrantAlgorithm.h
ReadDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
ReadHandle.h
Handle class for reading from StoreGate.
WriteDecorHandleKey.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
WriteHandle.h
Handle class for recording to StoreGate.
JetContainer.h
PropertyWrapper.h
CP::JetGhostMergingAlg::m_ghostTrackKeys
std::vector< SG::ReadDecorHandleKey< xAOD::JetContainer > > m_ghostTrackKeys
internal vector to hold the ReadDecorHandles for the difference ghosts
Definition
JetGhostMergingAlg.h:61
CP::JetGhostMergingAlg::m_jetLocation
SG::ReadHandleKey< xAOD::JetContainer > m_jetLocation
the jet collection we run on
Definition
JetGhostMergingAlg.h:51
CP::JetGhostMergingAlg::m_inputGhostTrackNames
Gaudi::Property< std::vector< std::string > > m_inputGhostTrackNames
Definition
JetGhostMergingAlg.h:64
CP::JetGhostMergingAlg::m_mergedGhostContainer
SG::WriteDecorHandleKey< xAOD::JetContainer > m_mergedGhostContainer
the name of the output ghost collection
Definition
JetGhostMergingAlg.h:55
CP::JetGhostMergingAlg::initialize
StatusCode initialize() override
Definition
JetGhostMergingAlg.cxx:24
CP::JetGhostMergingAlg::JetGhostMergingAlg
JetGhostMergingAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
Definition
JetGhostMergingAlg.cxx:17
CP::JetGhostMergingAlg::execute
StatusCode execute(const EventContext &ctx) const override
Definition
JetGhostMergingAlg.cxx:44
EL::AnaReentrantAlgorithm
the base class for EventLoop reentrant algorithms
Definition
AnaReentrantAlgorithm.h:51
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteDecorHandleKey< xAOD::JetContainer >
CP
Select isolated Photons, Electrons and Muons.
Definition
Control/xAODRootAccess/xAODRootAccess/TEvent.h:27
xAOD::name
name
Definition
TriggerMenuJson_v1.cxx:29
Generated on
for ATLAS Offline Software by
1.17.0