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

Interface for proton reconstruction tool. More...

#include <IAFP_ProtonRecoTool.h>

Inheritance diagram for IAFP_ProtonRecoTool:
Collaboration diagram for IAFP_ProtonRecoTool:

Public Member Functions

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

Detailed Description

Interface for proton reconstruction tool.

Definition at line 25 of file IAFP_ProtonRecoTool.h.

Member Function Documentation

◆ DeclareInterfaceID()

IAFP_ProtonRecoTool::DeclareInterfaceID ( IAFP_ProtonRecoTool  ,
,
 
)

◆ doProtonReco()

virtual StatusCode IAFP_ProtonRecoTool::doProtonReco ( std::unique_ptr< xAOD::AFPProtonContainer > &  outputContainer,
const EventContext &  ctx 
) const
pure virtual

run protons reconstruction

The method calls tools that reconstruct protons.

◆ outputContainerName()

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

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


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