EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/base/FairTSBufferFunctional.h>
Public Member Functions | |
TimeGap () | |
bool | Call (FairTimeStamp *a, double b) |
Public Member Functions inherited from BinaryFunctor | |
virtual bool | operator() (FairTimeStamp *a, double b) |
virtual bool | TimeOut () |
virtual void | ResetTimeOut () |
Private Attributes | |
double | fOldTime |
Returns you all the data between two time gaps of a given length.
Definition at line 90 of file FairTSBufferFunctional.h.
View newest version in sPHENIX GitHub at line 90 of file FairTSBufferFunctional.h
|
inline |
Definition at line 93 of file FairTSBufferFunctional.h.
View newest version in sPHENIX GitHub at line 93 of file FairTSBufferFunctional.h
|
inlinevirtual |
b : TimeGap: All data between two time gaps which are larger than TimeGap are returned
Implements BinaryFunctor.
Definition at line 99 of file FairTSBufferFunctional.h.
View newest version in sPHENIX GitHub at line 99 of file FairTSBufferFunctional.h
References fOldTime, and FairTimeStamp::GetTimeStamp().
|
private |
Definition at line 113 of file FairTSBufferFunctional.h.
View newest version in sPHENIX GitHub at line 113 of file FairTSBufferFunctional.h
Referenced by Call().