|
FairRoot
|
#include <FairTSBufferFunctional.h>
Public Member Functions | |
| StopTime () | |
| bool | Call (FairTimeStamp *a, double b) |
| bool | TimeOut () |
| void | ResetTimeOut () |
Public Member Functions inherited from BinaryFunctor | |
| virtual bool | operator() (FairTimeStamp *a, double b) |
| virtual | ~BinaryFunctor () |
Gives you all the data which is older than the given parameter StopTime. It does not return the data requested before.
Definition at line 52 of file FairTSBufferFunctional.h.
|
inline |
Definition at line 55 of file FairTSBufferFunctional.h.
|
inlinevirtual |
b: StopTime: All data older than StopTime is returned
Implements BinaryFunctor.
Definition at line 63 of file FairTSBufferFunctional.h.
|
inlinevirtual |
Reimplemented from BinaryFunctor.
Definition at line 93 of file FairTSBufferFunctional.h.
|
inlinevirtual |
Reimplemented from BinaryFunctor.
Definition at line 70 of file FairTSBufferFunctional.h.