ATLAS Offline Software
Public Member Functions | List of all members
IAFP_TimeRecoTool Class Referenceabstract

Interface for proton reconstruction tool. More...

#include <IAFP_TimeRecoTool.h>

Inheritance diagram for IAFP_TimeRecoTool:
Collaboration diagram for IAFP_TimeRecoTool:

Public Member Functions

 DeclareInterfaceID (IAFP_TimeRecoTool, 1, 0)
 
virtual StatusCode doVertexReco (std::unique_ptr< xAOD::AFPVertexContainer > &outputContainer, const EventContext &ctx) const =0
 run vertex reconstruction More...
 
virtual const std::string & outputContainerName () const =0
 StoreGate name of the container where the reconstructed vertices will be saved. More...
 

Detailed Description

Interface for proton reconstruction tool.

Definition at line 25 of file IAFP_TimeRecoTool.h.

Member Function Documentation

◆ DeclareInterfaceID()

IAFP_TimeRecoTool::DeclareInterfaceID ( IAFP_TimeRecoTool  ,
,
 
)

◆ doVertexReco()

virtual StatusCode IAFP_TimeRecoTool::doVertexReco ( std::unique_ptr< xAOD::AFPVertexContainer > &  outputContainer,
const EventContext &  ctx 
) const
pure virtual

run vertex reconstruction

The method calls tools that reconstruct vertices.

◆ outputContainerName()

virtual const std::string& IAFP_TimeRecoTool::outputContainerName ( ) const
pure virtual

StoreGate name of the container where the reconstructed vertices will be saved.


The documentation for this class was generated from the following file: