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

#include <ITrigEgammaForwardPrecisionElectronHypoTool.h>

Inheritance diagram for ITrigEgammaForwardPrecisionElectronHypoTool:
Collaboration diagram for ITrigEgammaForwardPrecisionElectronHypoTool:

Classes

struct  ElectronInfo
 

Public Member Functions

 DeclareInterfaceID (ITrigEgammaForwardPrecisionElectronHypoTool, 1, 0)
 
virtual ~ITrigEgammaForwardPrecisionElectronHypoTool ()
 
virtual StatusCode decide (std::vector< ElectronInfo > &input) const =0
 decides upon all electrons Note it is for a reason a non-virtual method, it is an interface in gaudi sense and implementation. More...
 
virtual bool decide (const ElectronInfo &i) const =0
 Makes a decision for a single object The decision needs to be returned. More...
 

Detailed Description

Definition at line 17 of file ITrigEgammaForwardPrecisionElectronHypoTool.h.

Constructor & Destructor Documentation

◆ ~ITrigEgammaForwardPrecisionElectronHypoTool()

virtual ITrigEgammaForwardPrecisionElectronHypoTool::~ITrigEgammaForwardPrecisionElectronHypoTool ( )
inlinevirtual

Definition at line 23 of file ITrigEgammaForwardPrecisionElectronHypoTool.h.

23 {}

Member Function Documentation

◆ decide() [1/2]

virtual bool ITrigEgammaForwardPrecisionElectronHypoTool::decide ( const ElectronInfo i) const
pure virtual

Makes a decision for a single object The decision needs to be returned.

◆ decide() [2/2]

virtual StatusCode ITrigEgammaForwardPrecisionElectronHypoTool::decide ( std::vector< ElectronInfo > &  input) const
pure virtual

decides upon all electrons Note it is for a reason a non-virtual method, it is an interface in gaudi sense and implementation.

There will be many tools called often to perform this quick operation and we do not want to pay for polymorphism which we do not need to use. Will actually see when N obj hypos will enter the scene

◆ DeclareInterfaceID()

ITrigEgammaForwardPrecisionElectronHypoTool::DeclareInterfaceID ( ITrigEgammaForwardPrecisionElectronHypoTool  ,
,
 
)

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