ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCellContCopyTool.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/*
4 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef CALOREC_CALOCELLCONTOCOPYTOOL_H
8#define CALOREC_CALOCELLCONTOCOPYTOOL_H
9
18
21
23 : public extends<AthAlgTool,ICaloCellMakerTool>
24{
25 public:
26 using base_class::base_class;
27
28 virtual StatusCode initialize() override;
29 virtual StatusCode process (CaloCellContainer* theCellContainer,
30 const EventContext& ctx) const override;
31
32
33private:
35};
36
37
38#endif /* CALOREC_CALOCELLFASTCOPYTOOL_H_ */
Concrete tool for coping an entire CaloCellContainer.
virtual StatusCode initialize() override
SG::ReadHandleKey< CaloCellContainer > m_srcCellContainerKey
Container class for CaloCell.
Property holding a SG store/key/clid from which a ReadHandle is made.
const std::string process