100 void *receiver,
const char *method);
#define ClassDef(name, id)
Mother of all ROOT objects.
void Emit(const char *signal, const T &arg)
Activate signal with single parameter.
const char * Data() const
Abstract base class for handling system events.
Basic time type with millisecond precision.
Handles synchronous and a-synchronous timer events.
virtual void TurnOff()
Remove timer from system timer list.
virtual void Start(Long_t milliSec=-1, Bool_t singleShot=kFALSE)
Starts the timer with a milliSec timeout.
void SetTimerID(UInt_t id=0)
virtual void TurnOn()
Add the timer to the system timer list.
void SetCommand(const char *command)
Set the interpreter command to be executed at time out.
void SetInterruptSyscalls(Bool_t set=kTRUE)
When the argument is true the a-synchronous timer (SIGALRM) signal handler is set so that interrupted...
const char * GetCommand() const
void Reset()
Reset the timer.
Bool_t CheckTimer(const TTime &now)
Check if timer timed out.
void SetObject(TObject *object)
Set the object to be notified at time out.
static void SingleShot(Int_t milliSec, const char *receiver_class, void *receiver, const char *method)
This static function calls a slot after a given time interval.
void SetTime(Long_t milliSec)
Bool_t IsInterruptingSyscalls() const
virtual Bool_t Notify()
Notify when timer times out.
Bool_t HasTimedOut() const
TTimer(const TTimer &)=delete
Bool_t IsRunning()
This function checks if the timer is running within gSystem (Has been started and did not finish yet)...
TTimer & operator=(const TTimer &)=delete