|
ATLAS Offline Software
|
Go to the documentation of this file.
37 return StatusCode::SUCCESS;
50 ctx.eventID().run_number(),
51 ctx.eventID().event_number());
55 return StatusCode::FAILURE;
61 <<
"run " << ctx.eventID().run_number() <<
" "
62 <<
"event " << ctx.eventID().event_number() << std::endl;
64 fout << static_cast<std::string> (*cont) <<
"\n";
68 return StatusCode::SUCCESS;
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
TileL2Dumper(const std::string &name, ISvcLocator *svcloc)
Constructor.
Gaudi::Property< std::string > m_prefix
Output file name prefix.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
std::string strformat(const char *fmt,...)
return a std::string according to a format fmt and varargs
Handle class for reading from StoreGate.
SG::ReadHandleKey< TileL2Container > m_contKey
Handle to access input tile digits.