QwAnalysis
QwControl.cc File Reference
#include "QwControl.h"
#include <iostream>
#include <cstdlib>
#include "TROOT.h"
#include "TBenchmark.h"
#include "VQwSystem.h"
#include "VQwAnalyzer.h"
#include "QwTrackingAnalyzer.h"
#include "VQwDataserver.h"
#include "QwTrackingDataserver.h"
+ Include dependency graph for QwControl.cc:

Go to the source code of this file.

Functions

void * QwRunThread (void *arg)
 

Function Documentation

void* QwRunThread ( void *  arg)

Definition at line 27 of file QwControl.cc.

References QwControl::Run().

Referenced by QwControl::Start().

28 {
29  // Threaded running of the analyzer
30  // so that other tasks may be performed
31 
32  if (! ((TObject*) arg)->InheritsFrom("QwControl")) {
33  TThread::Printf(" Error...QwControl base class not supplied\n");
34  return NULL;;
35  }
36  QwControl* qr = (QwControl*) arg;
37  qr->Run();
38  return NULL;
39 }
void Run()
Definition: QwControl.cc:42

+ Here is the call graph for this function:

+ Here is the caller graph for this function: