ATLAS Offline Software
Loading...
Searching...
No Matches
MBTSInfoCopier.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef HIGLOBAL_MBTSINFOCOPIER_H
5#define HIGLOBAL_MBTSINFOCOPIER_H
6
8#include <string>
11
14
16
22public:
23 MBTSInfoCopier(const std::string& name, ISvcLocator* pSvcLocator);
24 virtual ~MBTSInfoCopier() override;
25
26 virtual StatusCode initialize() override;
27 virtual StatusCode execute(const EventContext& context) const override;
28 virtual StatusCode finalize() override;
29
30private:
31 SG::ReadHandleKey<TileCellContainer> m_mbtsCellContainerKey{this, "MBTSContainer", "MBTSContainer"};
33 const TileTBID* m_tileTBID{nullptr};
34
35};
36
37#endif // HIGLOBAL_MBTSINFOCOPIER_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.
MBTSInfoCopier(const std::string &name, ISvcLocator *pSvcLocator)
const TileTBID * m_tileTBID
SG::WriteHandleKey< xAOD::TrigT2MbtsBitsContainer > m_MbtsBitsKey
SG::ReadHandleKey< TileCellContainer > m_mbtsCellContainerKey
virtual ~MBTSInfoCopier() override
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &context) const override
virtual StatusCode finalize() override
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.
Helper class for TileCal offline identifiers of ancillary testbeam detectors and MBTS.