3 #ifndef FairTSBufferFunctionalFunctional_H_
4 #define FairTSBufferFunctionalFunctional_H_
11 #include "TClonesArray.h"
27 class BinaryFunctor :
public std::binary_function<FairTimeStamp* ,double, bool>
64 std::cout <<
"-I- FairTSBufferFunctional StopTime has requested the same data as before: " <<
fRequestTime << std::endl;
67 std::cout <<
"-E- FairTSBufferFunctional StopTime Functor has requested time " <<
fRequestTime <<
" smaller than old time " <<
fOldTime << std::endl;
72 }
else {
return false; }
147 TClonesArray*
GetData(Double_t stopParameter);
148 TClonesArray*
GetData(Double_t startParameter, Double_t stopParameter);
156 Bool_t startTimeOut = kTRUE;
166 return (stopTimeOut && startTimeOut);