ATLAS Offline Software
|
Base class for the TrigTauPrecTrackHypoTool. More...
#include <ITrigTauPrecTrackHypoTool.h>
Classes | |
struct | ToolInfo |
Public Member Functions | |
DeclareInterfaceID (ITrigTauPrecTrackHypoTool, 1, 0) | |
virtual | ~ITrigTauPrecTrackHypoTool () |
virtual StatusCode | decide (std::vector< ToolInfo > &input) const =0 |
decides upon all tracks 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... | |
Base class for the TrigTauPrecTrackHypoTool.
Definition at line 18 of file ITrigTauPrecTrackHypoTool.h.
|
inlinevirtual |
Definition at line 23 of file ITrigTauPrecTrackHypoTool.h.
Makes a decision for a single object The decision needs to be returned.
|
pure virtual |
decides upon all tracks 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
ITrigTauPrecTrackHypoTool::DeclareInterfaceID | ( | ITrigTauPrecTrackHypoTool | , |
1 | , | ||
0 | |||
) |