|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef TILERECUTILS_TILERAWCHANNELDUMPER_H
16 #define TILERECUTILS_TILERAWCHANNELDUMPER_H
58 {
this,
"TileRawChannelContainer",
"TileRawChannelCnt",
"Handle for input tile raw channels." };
63 {
this,
"AltTileRawChannelContainer",
"",
"Alternate handle for input tile raw channels." };
67 {
this,
"Prefix",
"",
"Prefix for output file name." };
71 #endif // not TILERECUTILS_TILERAWCHANNELDUMPER_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.
Gaudi::Property< std::string > m_prefix
Output file name prefix.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
TileRawChannelDumper(const std::string &name, ISvcLocator *svcloc)
Constructor.
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
Dump a TileRawChannelContainer to a text file.
SG::ReadHandleKey< TileRawChannelContainer > m_altContKey
Optional additional input dependency — used when we access the object produced on the side by the con...
SG::ReadHandleKey< TileRawChannelContainer > m_contKey
Handle to access input tile digits.