|
ATLAS Offline Software
|
Go to the documentation of this file.
38 return StatusCode::SUCCESS;
51 ctx.eventID().run_number(),
52 ctx.eventID().event_number());
56 return StatusCode::FAILURE;
62 <<
"run " << ctx.eventID().run_number() <<
" "
63 <<
"event " << ctx.eventID().event_number() << std::endl;
65 fout << static_cast<std::string> (*cont) <<
"\n";
69 return StatusCode::SUCCESS;
const std::string & key() const
Return the StoreGate ID for the referenced object.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
SG::ReadHandleKey< TileLaserObject > m_contKey
Handle to access input object.
std::string strformat(const char *fmt,...)
return a std::string according to a format fmt and varargs
TileLaserObjectDumper(const std::string &name, ISvcLocator *svcloc)
Constructor.
Gaudi::Property< std::string > m_prefix
Output file name prefix.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Handle class for reading from StoreGate.