 |
ATLAS Offline Software
|
Go to the documentation of this file.
27 return StatusCode::SUCCESS;
49 std::vector<IdentifierHash> listOfPixelIds;
50 std::vector<IdentifierHash> listOfStripIds;
57 for (
const auto* roi : *roiCollection) {
69 for (
unsigned int i = 0;
i < FPGAPixelRDO->size();
i++)
71 ATH_MSG_DEBUG(
"Pixel RDO[" <<
i <<
"]: " << std::hex << FPGAPixelRDO->at(
i) << std::dec);
73 for (
unsigned int i = 0;
i < FPGAStripRDO->size();
i++)
75 ATH_MSG_DEBUG(
"Strip RDO[" <<
i <<
"]: " << std::hex << FPGAStripRDO->at(
i) << std::dec);
81 return StatusCode::SUCCESS;
ToolHandle< IRegSelTool > m_regionStripSelector
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
virtual StatusCode initialize() override
bool msgLvl(const MSG::Level lvl) const
Exception-safe IChronoSvc caller.
virtual StatusCode execute(const EventContext &ctx) const
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
SG::WriteHandleKey< std::vector< uint64_t > > m_FPGAPixelRDO
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< bool > m_roiSeeded
ToolHandle< IRegSelTool > m_regionPixelSelector
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
The class for enconding RDO to FPGA format.
ToolHandle< FPGADataFormatTool > m_FPGADataFormatTool
Tool for formatting FPGA data.
virtual bool isValid() override final
Can the handle be successfully dereferenced?
SG::ReadHandleKey< SCT_RDO_Container > m_stripRDOKey
SG::ReadHandleKey< PixelRDO_Container > m_pixelRDOKey
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
SG::WriteHandleKey< std::vector< uint64_t > > m_FPGAStripRDO