Class Reference for E1039 Core & Analysis Software
KScheduler Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-analysis/MultiThreadReco/src/KScheduler.h>

+ Collaboration diagram for KScheduler:

Public Member Functions

 KScheduler (TString inFile, TString outFile)
 
 ~KScheduler ()
 
void Init (PHField *phfield, TGeoManager *t_geo_manager, KalmanFitter *kfitter, SQGenFit::GFFitter *gfitter, SQGenFit::GFField *gfield)
 
void postCompletedEvent ()
 
Int_t runThreads ()
 
Int_t endThreads ()
 
void PushEvent (SRawEvent *sraw, bool copy)
 
void PushPoison ()
 
void UseTrackletReco (const bool a)
 
bool UseTrackletReco () const
 
KalmanFitterGetKFitter ()
 
SQGenFit::GFFitterGetGFitter ()
 

Static Public Member Functions

static TString getInputFilename ()
 
static void setInputFilename (TString name)
 
static TString getOutputFilename ()
 
static void setOutputFilename (TString name)
 
static void Verbose (const int a)
 
static int Verbose ()
 
static void SetNumThreads (const int n)
 
static int GetNumThreads ()
 
static void SetInputPipeDepth (const int depth)
 
static int GetInputPipeDepth ()
 
static void SetOutputPipeDepth (const int depth)
 
static int GetOutputPipeDepth ()
 
static void PrintFreq (const int i)
 
static int PrintFreq ()
 
static void SaveNum (const int i)
 
static int SaveNum ()
 
static void SaveRawEvent (const bool save)
 
static bool SaveRawEvent ()
 

Public Attributes

TMutex * ktrkQueueMutex
 
TSemaphore * ktrkqFSem
 
TSemaphore * ktrkqESem
 
std::queue< TClonesArray * > kTrackArrQueue
 

Detailed Description

Definition at line 39 of file KScheduler.h.

Constructor & Destructor Documentation

◆ KScheduler()

KScheduler::KScheduler ( TString  inFile,
TString  outFile 
)

Definition at line 47 of file KScheduler.cc.

References setInputFilename(), and setOutputFilename().

+ Here is the call graph for this function:

◆ ~KScheduler()

KScheduler::~KScheduler ( )

Definition at line 155 of file KScheduler.cc.

References kTrackArrQueue, ktrkqESem, ktrkqFSem, and ktrkQueueMutex.

Member Function Documentation

◆ endThreads()

Int_t KScheduler::endThreads ( )

Definition at line 301 of file KScheduler.cc.

References NULL.

Referenced by MultiThreadReco::End().

+ Here is the caller graph for this function:

◆ GetGFitter()

SQGenFit::GFFitter* KScheduler::GetGFitter ( )
inline

Definition at line 86 of file KScheduler.h.

◆ getInputFilename()

TString KScheduler::getInputFilename ( )
static

Definition at line 318 of file KScheduler.cc.

◆ GetInputPipeDepth()

static int KScheduler::GetInputPipeDepth ( )
inlinestatic

Definition at line 65 of file KScheduler.h.

◆ GetKFitter()

KalmanFitter* KScheduler::GetKFitter ( )
inline

Definition at line 85 of file KScheduler.h.

◆ GetNumThreads()

static int KScheduler::GetNumThreads ( )
inlinestatic

Definition at line 62 of file KScheduler.h.

◆ getOutputFilename()

TString KScheduler::getOutputFilename ( )
static

Definition at line 325 of file KScheduler.cc.

◆ GetOutputPipeDepth()

static int KScheduler::GetOutputPipeDepth ( )
inlinestatic

Definition at line 68 of file KScheduler.h.

◆ Init()

void KScheduler::Init ( PHField phfield,
TGeoManager *  t_geo_manager,
KalmanFitter kfitter,
SQGenFit::GFFitter gfitter,
SQGenFit::GFField gfield 
)

Definition at line 54 of file KScheduler.cc.

References PHFlag::get_CharFlag(), recoConsts::instance(), kTrackArrQueue, ktrkqESem, ktrkqFSem, and ktrkQueueMutex.

Referenced by MultiThreadReco::InitRun().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ postCompletedEvent()

void KScheduler::postCompletedEvent ( )

Definition at line 333 of file KScheduler.cc.

References Verbose().

+ Here is the call graph for this function:

◆ PrintFreq() [1/2]

static int KScheduler::PrintFreq ( )
inlinestatic

Definition at line 71 of file KScheduler.h.

◆ PrintFreq() [2/2]

static void KScheduler::PrintFreq ( const int  i)
inlinestatic

Definition at line 70 of file KScheduler.h.

◆ PushEvent()

void KScheduler::PushEvent ( SRawEvent sraw,
bool  copy 
)

This function is no longer used. Use MultiThreadReco::process_event() instead.

Definition at line 447 of file KScheduler.cc.

Referenced by MultiThreadReco::process_event().

+ Here is the caller graph for this function:

◆ PushPoison()

void KScheduler::PushPoison ( )

Definition at line 461 of file KScheduler.cc.

References Verbose().

Referenced by MultiThreadReco::End().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ runThreads()

Int_t KScheduler::runThreads ( )

Definition at line 286 of file KScheduler.cc.

Referenced by MultiThreadReco::InitRun().

+ Here is the caller graph for this function:

◆ SaveNum() [1/2]

static int KScheduler::SaveNum ( )
inlinestatic

Definition at line 74 of file KScheduler.h.

◆ SaveNum() [2/2]

static void KScheduler::SaveNum ( const int  i)
inlinestatic

Definition at line 73 of file KScheduler.h.

◆ SaveRawEvent() [1/2]

static bool KScheduler::SaveRawEvent ( )
inlinestatic

Definition at line 77 of file KScheduler.h.

◆ SaveRawEvent() [2/2]

static void KScheduler::SaveRawEvent ( const bool  save)
inlinestatic

Definition at line 76 of file KScheduler.h.

Referenced by MultiThreadReco::InitRun().

+ Here is the caller graph for this function:

◆ setInputFilename()

void KScheduler::setInputFilename ( TString  name)
static

Definition at line 321 of file KScheduler.cc.

Referenced by KScheduler().

+ Here is the caller graph for this function:

◆ SetInputPipeDepth()

static void KScheduler::SetInputPipeDepth ( const int  depth)
inlinestatic

Definition at line 64 of file KScheduler.h.

◆ SetNumThreads()

static void KScheduler::SetNumThreads ( const int  n)
inlinestatic

Definition at line 61 of file KScheduler.h.

◆ setOutputFilename()

void KScheduler::setOutputFilename ( TString  name)
static

Definition at line 329 of file KScheduler.cc.

Referenced by KScheduler().

+ Here is the caller graph for this function:

◆ SetOutputPipeDepth()

static void KScheduler::SetOutputPipeDepth ( const int  depth)
inlinestatic

Definition at line 67 of file KScheduler.h.

◆ UseTrackletReco() [1/2]

bool KScheduler::UseTrackletReco ( ) const
inline

Definition at line 83 of file KScheduler.h.

◆ UseTrackletReco() [2/2]

void KScheduler::UseTrackletReco ( const bool  a)
inline

Definition at line 82 of file KScheduler.h.

◆ Verbose() [1/2]

static int KScheduler::Verbose ( )
inlinestatic

Definition at line 59 of file KScheduler.h.

Referenced by postCompletedEvent(), and PushPoison().

+ Here is the caller graph for this function:

◆ Verbose() [2/2]

static void KScheduler::Verbose ( const int  a)
inlinestatic

Definition at line 58 of file KScheduler.h.

Member Data Documentation

◆ kTrackArrQueue

std::queue<TClonesArray*> KScheduler::kTrackArrQueue

Definition at line 98 of file KScheduler.h.

Referenced by Init(), KJob::KJob(), KJob::~KJob(), and ~KScheduler().

◆ ktrkqESem

TSemaphore* KScheduler::ktrkqESem

Definition at line 95 of file KScheduler.h.

Referenced by Init(), KJob::KJob(), KJob::~KJob(), and ~KScheduler().

◆ ktrkqFSem

TSemaphore* KScheduler::ktrkqFSem

Definition at line 94 of file KScheduler.h.

Referenced by Init(), KJob::KJob(), KJob::~KJob(), and ~KScheduler().

◆ ktrkQueueMutex

TMutex* KScheduler::ktrkQueueMutex

Definition at line 91 of file KScheduler.h.

Referenced by Init(), KJob::KJob(), KJob::~KJob(), and ~KScheduler().


The documentation for this class was generated from the following files: