ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Calorimeter
CaloRec
src
CaloCell2ClusterMapper.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//Dear emacs, this is -*-c++-*-
6
#ifndef CALOREC_CALOCELL2CLUSTERMAPPER_H
7
#define CALOREC_CALOCELL2CLUSTERMAPPER_H
8
21
22
class
CaloCell_ID
;
23
24
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
25
#include "
CaloEvent/CaloCell2ClusterMap.h
"
26
#include "CaloEvent/CaloClusterContainer.h"
27
28
class
CaloCell2ClusterMapper
:
public
AthReentrantAlgorithm
29
{
30
31
public
:
32
33
CaloCell2ClusterMapper
(
const
std::string& name, ISvcLocator* pSvcLocator);
34
virtual
~CaloCell2ClusterMapper
();
35
virtual
StatusCode
initialize
()
override
;
36
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
37
virtual
StatusCode
finalize
()
override
;
38
39
protected
:
44
SG::WriteHandleKey<CaloCell2ClusterMap>
m_mapOutputKey
;
45
51
SG::ReadHandleKey<CaloClusterContainer>
m_clusterKey
;
52
53
};
54
#endif
// CALOREC_CALOCELL2CLUSTERMAPPER_H
55
56
57
AthReentrantAlgorithm.h
CaloCell2ClusterMap.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
CaloCell2ClusterMapper::m_clusterKey
SG::ReadHandleKey< CaloClusterContainer > m_clusterKey
Name of the CaloClusterContainer to use.
Definition
CaloCell2ClusterMapper.h:51
CaloCell2ClusterMapper::~CaloCell2ClusterMapper
virtual ~CaloCell2ClusterMapper()
CaloCell2ClusterMapper::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
CaloCell2ClusterMapper.cxx:76
CaloCell2ClusterMapper::CaloCell2ClusterMapper
CaloCell2ClusterMapper(const std::string &name, ISvcLocator *pSvcLocator)
Definition
CaloCell2ClusterMapper.cxx:42
CaloCell2ClusterMapper::initialize
virtual StatusCode initialize() override
Definition
CaloCell2ClusterMapper.cxx:63
CaloCell2ClusterMapper::m_mapOutputKey
SG::WriteHandleKey< CaloCell2ClusterMap > m_mapOutputKey
Name of the CaloCell2ClusterMap in StoreGate.
Definition
CaloCell2ClusterMapper.h:44
CaloCell2ClusterMapper::finalize
virtual StatusCode finalize() override
Definition
CaloCell2ClusterMapper.cxx:69
CaloCell_ID
Helper class for offline cell identifiers.
Definition
CaloCell_ID.h:34
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
Generated on
for ATLAS Offline Software by
1.17.0