CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Classes | Public Member Functions | Private Attributes
RootSig2XTReqHandler Class Reference
Inheritance diagram for RootSig2XTReqHandler:

Classes

class  XTReqTimer
 

Public Member Functions

Bool_t Notify () override
 
 RootSig2XTReqHandler ()
 
 ~RootSig2XTReqHandler () override
 

Private Attributes

XTReqTimer mTimer
 

Detailed Description

Definition at line 98 of file TRootXTReq.cc.

Constructor & Destructor Documentation

RootSig2XTReqHandler::RootSig2XTReqHandler ( )
inline

Definition at line 120 of file TRootXTReq.cc.

120 : TSignalHandler(kSigUser1), mTimer() { Add(); }
RootSig2XTReqHandler::~RootSig2XTReqHandler ( )
inlineoverride

Definition at line 121 of file TRootXTReq.cc.

121 {}

Member Function Documentation

Bool_t RootSig2XTReqHandler::Notify ( )
inlineoverride

Definition at line 123 of file TRootXTReq.cc.

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

123  {
124  printf("Usr1 Woof Woof in Root thread! Starting Timer.\n");
125  mTimer.FireAway();
126  return kTRUE;
127  }
printf("params %d %f %f %f\n", minT, eps, errmax, chi2max)

Member Data Documentation

XTReqTimer RootSig2XTReqHandler::mTimer
private

Definition at line 117 of file TRootXTReq.cc.

Referenced by Notify().