|  | 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
const std::string & key() const
Return the StoreGate ID for the referenced object.
An algorithm that can be simultaneously executed in multiple threads.
GNNVertexFitterAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::JetContainer > m_inJetsKey
::StatusCode StatusCode
StatusCode definition for legacy code.
pointer_type ptr()
Dereference the pointer.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
StatusCode initialize() override
const T * front() const
Access the first element in the collection as an rvalue.
StatusCode execute(const EventContext &ctx) const override
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
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