Class Reference for E1039 Core & Analysis Software
KJob Class Reference

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

+ Collaboration diagram for KJob:

Public Member Functions

 KJob (int jobId, SRawEvent *evPtr, KScheduler *universe, bool copy)
 
 KJob (bool poisoned)
 
 ~KJob ()
 

Static Public Member Functions

static void Verbose (const int a)
 
static int Verbose ()
 

Public Attributes

int jobId
 
KScheduleruniverse
 
int nTracklets = 0
 
bool isPoison
 
TMutex * jobMutex
 
TStopwatch * jobTimer
 
SRawEventevData
 
TClonesArray * tracklets
 
SRecEventrecEvData
 
KJobStatus p_JobStatus
 

Detailed Description

Definition at line 21 of file KJob.h.

Constructor & Destructor Documentation

◆ KJob() [1/2]

KJob::KJob ( int  jobId,
SRawEvent evPtr,
KScheduler universe,
bool  copy 
)

Definition at line 13 of file KJob.cc.

References evData, isPoison, jobId, jobMutex, jobTimer, KScheduler::kTrackArrQueue, KScheduler::ktrkqESem, KScheduler::ktrkqFSem, KScheduler::ktrkQueueMutex, nTracklets, p_JobStatus, recEvData, STARTED, tracklets, universe, and Verbose().

+ Here is the call graph for this function:

◆ KJob() [2/2]

KJob::KJob ( bool  poisoned)

Definition at line 55 of file KJob.cc.

References isPoison.

◆ ~KJob()

KJob::~KJob ( )

Definition at line 63 of file KJob.cc.

References evData, isPoison, jobId, jobMutex, jobTimer, KScheduler::kTrackArrQueue, KScheduler::ktrkqESem, KScheduler::ktrkqFSem, KScheduler::ktrkQueueMutex, recEvData, tracklets, universe, and Verbose().

+ Here is the call graph for this function:

Member Function Documentation

◆ Verbose() [1/2]

static int KJob::Verbose ( )
inlinestatic

Definition at line 30 of file KJob.h.

Referenced by KJob(), and ~KJob().

+ Here is the caller graph for this function:

◆ Verbose() [2/2]

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

Definition at line 29 of file KJob.h.

Member Data Documentation

◆ evData

SRawEvent* KJob::evData

Definition at line 41 of file KJob.h.

Referenced by KJob(), and ~KJob().

◆ isPoison

bool KJob::isPoison

Definition at line 37 of file KJob.h.

Referenced by KJob(), and ~KJob().

◆ jobId

int KJob::jobId

Definition at line 34 of file KJob.h.

Referenced by KJob(), and ~KJob().

◆ jobMutex

TMutex* KJob::jobMutex

Definition at line 39 of file KJob.h.

Referenced by KJob(), and ~KJob().

◆ jobTimer

TStopwatch* KJob::jobTimer

Definition at line 40 of file KJob.h.

Referenced by KJob(), and ~KJob().

◆ nTracklets

int KJob::nTracklets = 0

Definition at line 36 of file KJob.h.

Referenced by KJob().

◆ p_JobStatus

KJobStatus KJob::p_JobStatus

Definition at line 47 of file KJob.h.

Referenced by KJob().

◆ recEvData

SRecEvent* KJob::recEvData

Definition at line 46 of file KJob.h.

Referenced by KJob(), and ~KJob().

◆ tracklets

TClonesArray* KJob::tracklets

Definition at line 44 of file KJob.h.

Referenced by KJob(), and ~KJob().

◆ universe

KScheduler* KJob::universe

Definition at line 35 of file KJob.h.

Referenced by KJob(), and ~KJob().


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