ROOT not responding

Hi Bertrand,

Thanks again.

With slight modification I can use the timer example code to run continuously.
But it has to stop by the user. In principle, I want to do somethings like:

Int_t i = 0;
do{
acquire
sleep 5m
stop
sleep 30s
i++;}while (i < 5);

How this can be done using TTimer? I have done this using TThread…

Ajay