|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef CALOREC_CALOCLUSTERCORRDBWRITER
6 #define CALOREC_CALOCLUSTERCORRDBWRITER
24 #include "GaudiKernel/ToolHandle.h"
43 ToolHandleArray<IToolWithConstants>
m_tools
44 {
this,
"ClusterCorrectionTools", {},
"Cluster correction tools" };
53 {
this,
"COOLInlineFolder",
"" };
56 {
this,
"Blob2ToolConstants",
"Blob2ToolConstants" };
59 #endif // CALOREC_CALOCLUSTERCORRDBWRITER
StringProperty m_inlineFolder
ToolHandleArray< IToolWithConstants > m_tools
The list of tools.
virtual StatusCode execute(const EventContext &ctx) const override
An algorithm that can be simultaneously executed in multiple threads.
ToolHandle< Blob2ToolConstants > m_blobTool
AthReentrantAlgorithm()
Default constructor:
::StatusCode StatusCode
StatusCode definition for legacy code.
StringProperty m_key
Key for the DetectorStore (jobOptions) The ToolConstants will be recorded with this key.
virtual StatusCode initialize() override
virtual StatusCode finalize() override