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)
139 {
140  // Set enable "Execute Event" button after finishing process
141 
142  EGraphRec *egraph = (EGraphRec*) ptr;
143  TThread *thread = egraph->GetThSBProcess();
144  egraph->GetThSBProcess()->Join(); // Join ThSBProcess
145  egraph->GetButtonSBStart()->SetEnabled(kTRUE); // Enable button
146  SafeDelete(thread);
147  return 0;
148 }
Definition: EGraphRec.h:24
TGTextButton * GetButtonSBStart()
Definition: EGraphRec.h:61
TThread * GetThSBProcess() const
Definition: EGraphRec.h:60

◆ ThSBProcess()

void* ThSBProcess ( void ptr)