ATLAS Offline Software
Loading...
Searching...
No Matches
eFexCvtrAlgTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef GLOBALSIM_EFEXCVTRALGTOOL_H
6#define GLOBALSIM_EFEXCVTRALGTOOL_H
7
9
12
14
15namespace GlobalSim {
16
21
22
23 class eFexCvtrAlgTool: public extends<AthAlgTool, IGlobalSimAlgTool> {
24
25 public:
26 eFexCvtrAlgTool(const std::string& type,
27 const std::string& name,
28 const IInterface* parent);
29
30 virtual ~eFexCvtrAlgTool() override = default;
31
33 virtual StatusCode initialize() override;
34
36 virtual StatusCode run(const EventContext& ctx) const override;
37
38 virtual std::string toString() const override;
39
40 private:
41
42
44 m_eEmRoIKey {this, "eFexEMRoIKey", "L1_eEMRoI", "eFEXEM EDM"};
45
46
49 this,
50 "eEmTOBs",
51 "eEmTOBs",
52 "Key for GlobalSim eEmTOB container"};
53
54 };
55}
56#endif
SG::ReadHandleKey< xAOD::eFexEMRoIContainer > m_eEmRoIKey
virtual ~eFexCvtrAlgTool() override=default
SG::WriteHandleKey< GlobalSim::IOBitwise::eEmTOBContainer > m_eEmTOBContainerKey
eFexCvtrAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
virtual std::string toString() const override
virtual StatusCode initialize() override
Initialize function running before first event.
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.
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...
Definition run.py:1