CMS 3D CMS Logo

Classes | Public Member Functions | Private Attributes

RootSig2XTReqHandler Class Reference

List of all members.

Classes

class  XTReqTimer

Public Member Functions

virtual Bool_t Notify ()
 RootSig2XTReqHandler ()
virtual ~RootSig2XTReqHandler ()

Private Attributes

XTReqTimer mTimer

Detailed Description

Definition at line 113 of file TRootXTReq.cc.


Constructor & Destructor Documentation

RootSig2XTReqHandler::RootSig2XTReqHandler ( ) [inline]

Definition at line 139 of file TRootXTReq.cc.

: TSignalHandler(kSigUser1), mTimer() { Add(); }
virtual RootSig2XTReqHandler::~RootSig2XTReqHandler ( ) [inline, virtual]

Definition at line 140 of file TRootXTReq.cc.

{}

Member Function Documentation

virtual Bool_t RootSig2XTReqHandler::Notify ( ) [inline, virtual]

Definition at line 142 of file TRootXTReq.cc.

References RootSig2XTReqHandler::XTReqTimer::FireAway(), and mTimer.

   {
      printf("Usr1 Woof Woof in Root thread! Starting Timer.\n");
      mTimer.FireAway();
      return kTRUE;
   }

Member Data Documentation

Definition at line 136 of file TRootXTReq.cc.

Referenced by Notify().