FEDRA emulsion software from the OPERA Collaboration
EGraphRecProc.h File Reference
#include <TROOT.h>
Include dependency graph for EGraphRecProc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EGraphRecProc
 
struct  ProcBrick_t
 
struct  ProcId_t
 
struct  VertexRecOpt_t
 

Functions

voidThSBCheckProcess (void *ptr)
 
voidThSBProcess (void *ptr)
 

Function Documentation

◆ ThSBCheckProcess()

void * ThSBCheckProcess ( void ptr)

Set enable "Execute Event" button after finishing process

140{
142
143 EGraphRec *egraph = (EGraphRec*) ptr;
144 TThread *thread = egraph->GetThSBProcess();
145 egraph->GetThSBProcess()->Join(); // Join ThSBProcess
146 egraph->GetButtonSBStart()->SetEnabled(kTRUE); // Enable button
147 SafeDelete(thread);
148 return 0;
149}
Definition: EGraphRec.h:24
TThread * GetThSBProcess() const
Definition: EGraphRec.h:60
TGTextButton * GetButtonSBStart()
Definition: EGraphRec.h:61

◆ ThSBProcess()

void * ThSBProcess ( void ptr)