ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCellContainerAliasAlg.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2/*
3 * Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration.
4 */
11
12
13#ifndef CALOREC_CALOCELLCONTAINERALIASALG_H
14#define CALOREC_CALOCELLCONTAINERALIASALG_H
15
16
21
22
27{
28 using AthReentrantAlgorithm::AthReentrantAlgorithm;
29
30
34 virtual StatusCode initialize() override;
35
36
41 virtual StatusCode execute(const EventContext& ctx) const override;
42
43
44private:
46 { this, "Cells", "AllCalo", "Cell container to alias" };
47
49 { this, "Alias", "", "Alias to make for the cell container" };
50};
51
52
53#endif // not CALOREC_CALOCELLCONTAINERALIASALG_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Add an alias to a cell container.
virtual StatusCode initialize() override
Gaudi initialize method.
virtual StatusCode execute(const EventContext &ctx) const override
Execute the algorithm.
SG::WriteHandleKey< CaloCellContainer > m_alias
SG::ReadHandleKey< CaloCellContainer > m_cells
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.