15#ifndef TILERECUTILS_TILEDIGITSDUMPER_H
16#define TILERECUTILS_TILEDIGITSDUMPER_H
52 virtual StatusCode
execute (
const EventContext& ctx)
const override;
58 {
this,
"TileDigitsContainer",
"TileDigitsCnt",
"Handle for input tile digits." };
63 {
this,
"AltTileDigitsContainer",
"",
"Alternate handle for input tile digits." };
67 {
this,
"Prefix",
"",
"Prefix for output file name." };
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< TileDigitsContainer > m_altContKey
Optional additional input dependency — used when we access the object produced on the side by the con...
Gaudi::Property< std::string > m_prefix
Output file name prefix.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
TileDigitsDumper(const std::string &name, ISvcLocator *svcloc)
Constructor.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::ReadHandleKey< TileDigitsContainer > m_contKey
Handle to access input tile digits.