|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef TILERECUTILS_TILEDIGITSDUMPER_H
16 #define TILERECUTILS_TILEDIGITSDUMPER_H
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." };
71 #endif // not TILERECUTILS_TILEDIGITSDUMPER_H
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::ReadHandleKey< TileDigitsContainer > m_altContKey
Optional additional input dependency — used when we access the object produced on the side by the con...
Dump a TileDigitsContainer to a text file.
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< TileDigitsContainer > m_contKey
Handle to access input tile digits.
Gaudi::Property< std::string > m_prefix
Output file name prefix.
TileDigitsDumper(const std::string &name, ISvcLocator *svcloc)
Constructor.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.