7#ifndef XAODCREATORALGS_CLUSTERDUMPER_H
8#define XAODCREATORALGS_CLUSTERDUMPER_H
41 Gaudi::Property<std::string>
m_fileName{
this,
"FileName",{}};
44 "If true, use less precision in the output, to reduce exposure to FP rounding issues when comparing with a reference."};
Property holding a SG store/key/clid from which a ReadHandle is made.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_containerName
The key for the output xAOD::CaloClusterContainer.
Gaudi::Property< bool > m_reducedPrecision
virtual StatusCode finalize()
virtual StatusCode initialize()
Function initialising the algorithm.
Gaudi::Property< bool > m_printCellLinks
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Gaudi::Property< std::string > m_fileName
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Delegate algorithm constructor.
virtual StatusCode execute()
Function executing the algorithm.
Property holding a SG store/key/clid from which a ReadHandle is made.