![]() |
ATLAS Offline Software
|
#include <ITrigEgammaPrecisionElectronHypoTool.h>
Classes | |
| struct | ElectronInfo |
Public Member Functions | |
| DeclareInterfaceID (ITrigEgammaPrecisionElectronHypoTool, 1, 0) | |
| virtual | ~ITrigEgammaPrecisionElectronHypoTool () |
| 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. | |
| virtual bool | decide (const ElectronInfo &i) const =0 |
| Makes a decision for a single object The decision needs to be returned. | |
Definition at line 17 of file ITrigEgammaPrecisionElectronHypoTool.h.
|
inlinevirtual |
Definition at line 23 of file ITrigEgammaPrecisionElectronHypoTool.h.
|
pure virtual |
Makes a decision for a single object The decision needs to be returned.
|
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
| ITrigEgammaPrecisionElectronHypoTool::DeclareInterfaceID | ( | ITrigEgammaPrecisionElectronHypoTool | , |
| 1 | , | ||
| 0 | ) |