ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
RecoTools
TrackToCalo
src
PreselCaloExtensionBuilderAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRACKTOCALO_PRESELCALOEXTENSIONBUILDERALG_H
6
#define TRACKTOCALO_PRESELCALOEXTENSIONBUILDERALG_H
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "GaudiKernel/ToolHandle.h"
10
#include "
RecoToolInterfaces/IParticleCaloExtensionTool.h
"
11
#include "
StoreGate/ReadHandleKey.h
"
12
#include "
StoreGate/WriteHandleKey.h
"
13
#include "
TrkCaloExtension/CaloExtensionCollection.h
"
14
#include "
xAODTracking/TrackParticleContainer.h
"
15
16
namespace
Trk
{
31
class
PreselCaloExtensionBuilderAlg
:
public
AthReentrantAlgorithm
{
32
public
:
33
PreselCaloExtensionBuilderAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
34
~PreselCaloExtensionBuilderAlg
();
35
36
virtual
StatusCode
initialize
()
override
;
37
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
38
39
private
:
40
ToolHandle<Trk::IParticleCaloExtensionTool>
m_particleCaloExtensionTool
{
this
,
"ParticleCaloExtensionTool"
,
41
"ParticleCaloExtensionTool"
};
42
SG::ReadHandleKey<xAOD::TrackParticleContainer>
m_inputTracksKey
{
this
,
"InputTracks"
,
""
,
"Input track container"
};
43
SG::WriteHandleKey<CaloExtensionCollection>
m_outputCacheKey
{
this
,
"OutputCache"
,
""
,
"Output extension cache"
};
44
};
//> end class PreselCaloExtensionBuilderAlg
45
}
// namespace Trk
46
47
#endif
//> !TRACKTOCALO_PRESELCALOEXTENSIONBUILDERALG_H
AthReentrantAlgorithm.h
CaloExtensionCollection.h
TrackParticleContainer.h
IParticleCaloExtensionTool.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
Trk::PreselCaloExtensionBuilderAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
PreselCaloExtensionBuilderAlg.cxx:25
Trk::PreselCaloExtensionBuilderAlg::m_particleCaloExtensionTool
ToolHandle< Trk::IParticleCaloExtensionTool > m_particleCaloExtensionTool
Definition
PreselCaloExtensionBuilderAlg.h:40
Trk::PreselCaloExtensionBuilderAlg::~PreselCaloExtensionBuilderAlg
~PreselCaloExtensionBuilderAlg()
Trk::PreselCaloExtensionBuilderAlg::PreselCaloExtensionBuilderAlg
PreselCaloExtensionBuilderAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
PreselCaloExtensionBuilderAlg.cxx:13
Trk::PreselCaloExtensionBuilderAlg::m_outputCacheKey
SG::WriteHandleKey< CaloExtensionCollection > m_outputCacheKey
Definition
PreselCaloExtensionBuilderAlg.h:43
Trk::PreselCaloExtensionBuilderAlg::m_inputTracksKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_inputTracksKey
Definition
PreselCaloExtensionBuilderAlg.h:42
Trk::PreselCaloExtensionBuilderAlg::initialize
virtual StatusCode initialize() override
Definition
PreselCaloExtensionBuilderAlg.cxx:18
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
Generated on
for ATLAS Offline Software by
1.17.0