ATLAS Offline Software
|
Threshold interface to be inherited by thresholding procedures. More...
#include <IRingerProcedure.h>
Public Member Functions | |
virtual void | execute (const std::vector< float > &input, std::vector< bool > &output, const DepVarStruct &depVar) const =0 |
Execute threshold for input and retrieve throw output. More... | |
virtual void | write (TDirectory *configDir, const char *idxStr="") const =0 |
Write Ringer procedure to configuration directory. More... | |
Threshold interface to be inherited by thresholding procedures.
Definition at line 328 of file IRingerProcedure.h.
|
pure virtual |
Execute threshold for input and retrieve throw output.
|
pure virtualinherited |
Write Ringer procedure to configuration directory.