Public Member Functions | |
void | FireAway () |
virtual Bool_t | Notify () |
XTReqTimer () | |
virtual | ~XTReqTimer () |
Definition at line 116 of file TRootXTReq.cc.
RootSig2XTReqHandler::XTReqTimer::XTReqTimer | ( | ) | [inline] |
Definition at line 119 of file TRootXTReq.cc.
: TTimer() {}
virtual RootSig2XTReqHandler::XTReqTimer::~XTReqTimer | ( | ) | [inline, virtual] |
Definition at line 120 of file TRootXTReq.cc.
{}
void RootSig2XTReqHandler::XTReqTimer::FireAway | ( | ) | [inline] |
Definition at line 122 of file TRootXTReq.cc.
References HcalObjRepresent::Reset().
Referenced by RootSig2XTReqHandler::Notify().
{ Reset(); gSystem->AddTimer(this); }
virtual Bool_t RootSig2XTReqHandler::XTReqTimer::Notify | ( | ) | [inline, virtual] |
Definition at line 128 of file TRootXTReq.cc.
References TRootXTReq::ProcessQueue().
{ gSystem->RemoveTimer(this); TRootXTReq::ProcessQueue(); return kTRUE; }