18 CaloCellDumper(
const std::string& name, ISvcLocator * pSvcLocator);
21 virtual StatusCode
execute()
override;
23 virtual StatusCode
finalize()
override;
29 Gaudi::Property<std::string>
m_fileName{
this,
"FileName",
"CaloCells.txt",
"Name of the output text file"};
30 Gaudi::Property<std::string>
m_refName{
this,
"RefName",
"",
"Name of reference file to which cells are to be compared."};
31 Gaudi::Property<float>
m_eCut{
this,
"EnergyCut",std::numeric_limits<float>::lowest(),
"Energy cut for cell dumping"};
32 Gaudi::Property<bool>
m_compact{
this,
"Compact",
true,
"compact or detailed cell identifer"};
Property holding a SG store/key/clid from which a ReadHandle is made.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Gaudi::Property< bool > m_compact
Gaudi::Property< float > m_eCut
virtual StatusCode execute() override
Gaudi::Property< std::string > m_fileName
CaloCellDumper(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
virtual StatusCode finalize() override
SG::ReadHandleKey< CaloCellContainer > m_key
Gaudi::Property< std::string > m_refName
Property holding a SG store/key/clid from which a ReadHandle is made.