ATLAS Offline Software
Loading...
Searching...
No Matches
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
21#include <vector>
22#include <string>
23
24
26{
27public:
28 using AthReentrantAlgorithm::AthReentrantAlgorithm;
29
30 virtual StatusCode initialize() override;
31 virtual StatusCode execute (const EventContext& ctx) const override;
32
33
34private:
36 { this, "Constants", {}, "List of constants to dump." };
37};
38
39#endif // CALOREC_CALOCLUSTERCORRDUMPER
Container for the tool constants managed by ToolWithConstants.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
SG::ReadCondHandleKeyArray< CaloRec::ToolConstants > m_constants
virtual StatusCode execute(const EventContext &ctx) const override
HandleKeyArray< ReadCondHandle< T >, CondHandleDefault::Key< ReadCondHandleKey< T > >, Gaudi::DataHandle::Reader > ReadCondHandleKeyArray