|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGT1RESULTBYTESTREAM_EXAMPLEL1TRIGGERBYTESTREAMTOOL_H
6 #define TRIGT1RESULTBYTESTREAM_EXAMPLEL1TRIGGERBYTESTREAMTOOL_H
16 #include "Gaudi/Property.h"
38 const EventContext& eventContext)
const override;
41 const EventContext& eventContext)
override;
43 virtual const std::vector<uint32_t>&
robIds()
const override {
return m_robIds.value();}
48 Gaudi::Property<std::vector<uint32_t>>
m_robIds {
49 this,
"ROBIDs", {},
"List of ROB IDs required for conversion to/from xAOD RoI"};
53 this,
"MuonRoIContainerWriteKey",
"",
"Write handle key to MuonRoIContainer for conversion from ByteStream"};
56 this,
"MuonRoIContainerReadKey",
"",
"Read handle key to MuonRoIContainer for conversion to ByteStream"};
60 #endif // TRIGT1RESULTBYTESTREAM_EXAMPLEL1TRIGGERBYTESTREAMTOOL_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.
::StatusCode StatusCode
StatusCode definition for legacy code.