|
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;
68 <<
") BSflags: 0x" << std::hex << cont->
get_bsflags() << std::dec
71 for (
auto coll : *cont) {
72 fout << static_cast<std::string> (*coll);
78 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.
SG::ReadHandleKey< TileBeamElemContainer > m_contKey
Handle to access input tile digits.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
static std::string typeToString(TYPE type)
Printable representation of a type.
::StatusCode StatusCode
StatusCode definition for legacy code.
uint32_t get_bsflags() const
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
std::string strformat(const char *fmt,...)
return a std::string according to a format fmt and varargs
TileBeamElemDumper(const std::string &name, ISvcLocator *svcloc)
Constructor.
Gaudi::Property< std::string > m_prefix
Output file name prefix.
static std::string unitToString(UNIT type)
Printable representation of a unit.
Handle class for reading from StoreGate.