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

Base class for the TrigTauCaloHypoTool. More...

#include <ITrigTauCaloHypoTool.h>

Inheritance diagram for ITrigTauCaloHypoTool:
Collaboration diagram for ITrigTauCaloHypoTool:

Classes

struct  ToolInfo
 

Public Member Functions

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

Detailed Description

Base class for the TrigTauCaloHypoTool.

Definition at line 18 of file ITrigTauCaloHypoTool.h.

Constructor & Destructor Documentation

◆ ~ITrigTauCaloHypoTool()

virtual ITrigTauCaloHypoTool::~ITrigTauCaloHypoTool ( )
inlinevirtual

Definition at line 23 of file ITrigTauCaloHypoTool.h.

23 {}

Member Function Documentation

◆ decide() [1/2]

virtual bool ITrigTauCaloHypoTool::decide ( const ToolInfo i) const
pure virtual

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

◆ decide() [2/2]

virtual StatusCode ITrigTauCaloHypoTool::decide ( std::vector< ToolInfo > &  input) const
pure virtual

decides upon all inputs 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()

ITrigTauCaloHypoTool::DeclareInterfaceID ( ITrigTauCaloHypoTool  ,
,
 
)

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