|
ATLAS Offline Software
|
Go to the documentation of this file.
35 return StatusCode::SUCCESS;
46 ATH_CHECK( tccContainer.
record (std::make_unique<xAOD::FlowElementContainer>(),
47 std::make_unique<xAOD::FlowElementAuxContainer>()) );
73 return StatusCode::SUCCESS;
#define ATH_MSG_VERBOSE(x)
virtual StatusCode initialize() override
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
SG::ReadHandleKey< TrackCaloClusterInfo > m_tccInfoHandle
TrackCaloClusterInfo used by this alg.
SG::ReadHandleKey< xAOD::FlowElementContainer > m_copiedTCCHandle
ToolHandleArray< ITrackCaloClusterTool > m_tccTools
The tools implementting the creation of TCC.
::StatusCode StatusCode
StatusCode definition for legacy code.
pointer_type ptr()
Dereference the pointer.
FlowElement_v1 FlowElement
Definition of the current "pfo version".
Handle class for adding a decoration to an object.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
TrackCaloClusterAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< xAOD::FlowElementContainer > m_outputTCCHandle
Cluster Collection container.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
Handle class for reading a decoration on an object.
size_type size() const noexcept
Returns the number of elements in the collection.
A detector object made of other lower level object(s)
virtual StatusCode execute() override