|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRACKCALOCLUSTERREC_TRACKCALOCLUSTERALGS_TRACKCALOCLUSTERALG_H
5 #define TRACKCALOCLUSTERREC_TRACKCALOCLUSTERALGS_TRACKCALOCLUSTERALG_H
8 #include "GaudiKernel/ToolHandle.h"
39 ToolHandleArray <ITrackCaloClusterTool>
m_tccTools {
this,
"TCCTools", {},
"List of TrackCaloClusterTool"};
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
virtual StatusCode initialize() override
SG::ReadHandleKey< TrackCaloClusterInfo > m_tccInfoHandle
TrackCaloClusterInfo used by this alg.
Property holding a SG store/key/clid from which a WriteHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
SG::ReadHandleKey< xAOD::FlowElementContainer > m_copiedTCCHandle
ToolHandleArray< ITrackCaloClusterTool > m_tccTools
The tools implementting the creation of TCC.
::StatusCode StatusCode
StatusCode definition for legacy code.
TrackCaloClusterAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< xAOD::FlowElementContainer > m_outputTCCHandle
Cluster Collection container.
virtual StatusCode execute() override