|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef SICLUSTERIZATIONTOOL_HITSTOXAODCOPIER_H
5 #define SICLUSTERIZATIONTOOL_HITSTOXAODCOPIER_H
37 "InDet::PixelRDOTool"};
39 this,
"PixelRDOContainerKey",
"ITkPixelRDOs"};
41 this,
"StripRDOContainerKey",
"ITkStripRDOs"};
44 this,
"PixelOutputCollectionKey",
"PixelHits",
"name of output container"};
47 this,
"StripOutputCollectionKey",
"StripHits",
"name of output container"};
58 #endif // SICLUSTERIZATIONTOOL_HITSTOXAODCOPIER_H
Property holding a SG store/key/clid from which a ReadHandle is made.
This is an Identifier helper class for the Pixel subdetector. This class is a factory for creating co...
const SCT_ID * m_stripIdHelper
This is an Identifier helper class for the SCT subdetector. This class is a factory for creating comp...
SG::WriteHandleKey< xAOD::BaseContainer > m_stripOutputKey
virtual StatusCode initialize() override
StatusCode exportStrip(const EventContext &context) const
SG::WriteHandleKey< xAOD::BaseContainer > m_pixelOutputKey
An algorithm that can be simultaneously executed in multiple threads.
const PixelID * m_pixelIdHelper
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
HitsToxAODCopier(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &context) const override
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::ReadHandleKey< PixelRDO_Container > m_pixelRdoContainerKey
StatusCode exportPixel(const EventContext &context) const
virtual ~HitsToxAODCopier() override=default
SG::ReadHandleKey< SCT_RDO_Container > m_stripRdoContainerKey
ToolHandle< InDet::PixelRDOTool > m_pixelRDOTool