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

Base for tools doing tau hypo selection. More...

#include <ITrigTauGenericHypoTool.h>

Inheritance diagram for ITrigTauGenericHypoTool:
Collaboration diagram for ITrigTauGenericHypoTool:

Classes

struct  ClusterInfo
 

Public Member Functions

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

Detailed Description

Base for tools doing tau hypo selection.

Definition at line 16 of file ITrigTauGenericHypoTool.h.

Constructor & Destructor Documentation

◆ ~ITrigTauGenericHypoTool()

virtual ITrigTauGenericHypoTool::~ITrigTauGenericHypoTool ( )
inlinevirtual

Definition at line 22 of file ITrigTauGenericHypoTool.h.

22 {}

Member Function Documentation

◆ decide() [1/2]

virtual bool ITrigTauGenericHypoTool::decide ( const ClusterInfo i) const
pure virtual

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

◆ decide() [2/2]

virtual StatusCode ITrigTauGenericHypoTool::decide ( std::vector< ClusterInfo > &  input) const
pure virtual

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

ITrigTauGenericHypoTool::DeclareInterfaceID ( ITrigTauGenericHypoTool  ,
,
 
)

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