|
ATLAS Offline Software
|
Go to the documentation of this file.
27 return StatusCode::SUCCESS;
36 if (!inJetContainer.
isValid()) {
38 return StatusCode::FAILURE;
43 if (outVertexContainer.
record(std::make_unique<xAOD::VertexContainer>(), std::make_unique<xAOD::VertexAuxContainer>())
46 return StatusCode::FAILURE;
54 return StatusCode::FAILURE;
57 for (
auto v : *pv_cont) {
69 return StatusCode::SUCCESS;
74 return StatusCode::SUCCESS;
StatusCode finalize() override
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
An algorithm that can be simultaneously executed in multiple threads.
GNNVertexFitterAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::JetContainer > m_inJetsKey
Name: MuonSpContainer.h Package : offline/Reconstruction/MuonIdentification/muonEvent.
::StatusCode StatusCode
StatusCode definition for legacy code.
pointer_type ptr()
Dereference the pointer.
StatusCode initialize() override
const T * front() const
Access the first element in the collection as an rvalue.
StatusCode execute(const EventContext &ctx) const override
virtual bool isValid() override final
Can the handle be successfully dereferenced?
SG::ReadHandleKey< xAOD::VertexContainer > m_pvContainerKey
const_pointer_type ptr()
Dereference the pointer.
ToolHandle< Rec::GNNVertexFitterTool > m_VtxTool
Class describing a Vertex.
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
#define ATH_MSG_WARNING(x)
SG::WriteHandleKey< xAOD::VertexContainer > m_outVertexKey