15#ifndef TILERECUTILS_TILELASEROBJECTDUMPER_H
16#define TILERECUTILS_TILELASEROBJECTDUMPER_H
52 virtual StatusCode
execute (
const EventContext& ctx)
const override;
58 {
this,
"TileLaserObject",
"TileLaserObj",
"Handle for input laser objects." };
62 {
this,
"Prefix",
"",
"Prefix for output file name." };
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
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< TileLaserObject > m_contKey
Handle to access input object.
TileLaserObjectDumper(const std::string &name, ISvcLocator *svcloc)
Constructor.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Gaudi::Property< std::string > m_prefix
Output file name prefix.