ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Calorimeter
CaloRec
src
CaloClusterCorrDumper.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
#ifndef CALOREC_CALOCLUSTERCORRDUMPER
6
#define CALOREC_CALOCLUSTERCORRDUMPER
7
16
17
18
#include "
CaloConditions/ToolConstants.h
"
19
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
20
#include "
StoreGate/CondHandleKeyArray.h
"
21
#include <vector>
22
#include <string>
23
24
25
class
CaloClusterCorrDumper
:
public
AthReentrantAlgorithm
26
{
27
public
:
28
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
29
30
virtual
StatusCode
initialize
()
override
;
31
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
32
33
34
private
:
35
SG::ReadCondHandleKeyArray<CaloRec::ToolConstants>
m_constants
36
{
this
,
"Constants"
, {},
"List of constants to dump."
};
37
};
38
39
#endif
// CALOREC_CALOCLUSTERCORRDUMPER
AthReentrantAlgorithm.h
CondHandleKeyArray.h
ToolConstants.h
Container for the tool constants managed by ToolWithConstants.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
CaloClusterCorrDumper
Definition
CaloClusterCorrDumper.h:26
CaloClusterCorrDumper::initialize
virtual StatusCode initialize() override
Definition
CaloClusterCorrDumper.cxx:16
CaloClusterCorrDumper::m_constants
SG::ReadCondHandleKeyArray< CaloRec::ToolConstants > m_constants
Definition
CaloClusterCorrDumper.h:36
CaloClusterCorrDumper::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
CaloClusterCorrDumper.cxx:23
SG::ReadCondHandleKeyArray
HandleKeyArray< ReadCondHandle< T >, CondHandleDefault::Key< ReadCondHandleKey< T > >, Gaudi::DataHandle::Reader > ReadCondHandleKeyArray
Definition
CondHandleKeyArray.h:30
Generated on
for ATLAS Offline Software by
1.17.0