ATLAS Offline Software
|
Base class for the TrigTauFastTrackHypoTool. More...
#include <ITrigTauFastTrackHypoTool.h>
Classes | |
struct | ToolInfo |
Public Member Functions | |
DeclareInterfaceID (ITrigTauFastTrackHypoTool, 1, 0) | |
virtual | ~ITrigTauFastTrackHypoTool () |
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 TrigTauFastTrackHypoTool.
Definition at line 18 of file ITrigTauFastTrackHypoTool.h.
|
inlinevirtual |
Definition at line 23 of file ITrigTauFastTrackHypoTool.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
ITrigTauFastTrackHypoTool::DeclareInterfaceID | ( | ITrigTauFastTrackHypoTool | , |
1 | , | ||
0 | |||
) |