ATLAS Offline Software
|
#include <ITrigEgammaFastElectronHypoTool.h>
Classes | |
struct | ElectronInfo |
Public Member Functions | |
DeclareInterfaceID (ITrigEgammaFastElectronHypoTool, 1, 0) | |
virtual | ~ITrigEgammaFastElectronHypoTool () |
virtual StatusCode | decide (std::vector< ElectronInfo > &input) const =0 |
virtual bool | decide (const ElectronInfo &i) const =0 |
Makes a decision for a single object The decision needs to be returned. More... | |
Definition at line 22 of file ITrigEgammaFastElectronHypoTool.h.
|
inlinevirtual |
Definition at line 29 of file ITrigEgammaFastElectronHypoTool.h.
|
pure virtual |
Makes a decision for a single object The decision needs to be returned.
|
pure virtual |
ITrigEgammaFastElectronHypoTool::DeclareInterfaceID | ( | ITrigEgammaFastElectronHypoTool | , |
1 | , | ||
0 | |||
) |