|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #include "GaudiKernel/ServiceHandle.h"
40 Gaudi::Property<std::string>
m_tgcPrdCacheKeyStr{
this,
"TgcCacheStr",
"",
"Prefix for names of TGC PRD Cache collections"};
42 Gaudi::Property<std::string>
m_tgcCoinCacheKeyStr{
this,
"TgcCoinCacheStr",
"",
"Prefix for names of TGC Coin Cache collections"};
SG::WriteHandleKey< RpcCoinDataCollection_Cache > m_RpcCoinCacheKey
SG::WriteHandleKey< MdtPrepDataCollection_Cache > m_MdtCacheKey
virtual StatusCode initialize() override
Initialize the algorithm.
virtual ~MuonPRDCacheCreator()=default
Destructor.
SG::WriteHandleKey< CscStripPrepDataCollection_Cache > m_CscStripCacheKey
MuonPRDCacheCreator(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Property holding a SG store/key/clid from which a WriteHandle is made.
Gaudi::Property< std::string > m_tgcCoinCacheKeyStr
Name for the TGC Coin cache containers.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteHandleKey< sTgcPrepDataCollection_Cache > m_sTgcCacheKey
SG::WriteHandleKey< RpcPrepDataCollection_Cache > m_RpcCacheKey
SG::WriteHandleKey< MMPrepDataCollection_Cache > m_MmCacheKey
SG::WriteHandleKeyArray< TgcCoinDataCollection_Cache > m_TgcCoinCacheKeys
SG::WriteHandleKey< CscPrepDataCollection_Cache > m_CscCacheKey
Write handle keys for the PRD caches.
Gaudi::Property< std::string > m_tgcPrdCacheKeyStr
Name for the TGC PRD cache containers.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::WriteHandleKeyArray< TgcPrepDataCollection_Cache > m_TgcCacheKeys
virtual StatusCode execute(const EventContext &ctx) const override
Execture the algorithm.