Class Reference for E1039 Core & Analysis Software
KJob.h
Go to the documentation of this file.
1
#ifndef _KJOB_H_
2
#define _KJOB_H_
3
#include <list>
4
#include <map>
5
#include <queue>
6
#include <new>
7
#include <TClonesArray.h>
8
#include <TStopwatch.h>
9
#include <TThread.h>
10
#include <TSemaphore.h>
11
#include <TMutex.h>
12
#include <TCondition.h>
13
#include <
GlobalConsts.h
>
14
class
SRawEvent
;
15
class
SRecEvent
;
16
class
KScheduler
;
17
18
enum
KJobStatus
{
STARTED
,
RUNNING
,
HALTED
,
COMPLETE
};
19
enum
KJobQueueStatus
{
UNINITIALIZED
,
INITIALIZED
,
OPEN
,
FULL
};
20
21
class
KJob
{
22
static
int
verb;
23
24
public
:
25
KJob
(
int
jobId
,
SRawEvent
* evPtr,
KScheduler
*
universe
,
bool
copy);
26
KJob
(
bool
poisoned);
27
~KJob
();
28
29
static
void
Verbose
(
const
int
a) { verb = a; }
30
static
int
Verbose
() {
return
verb; }
31
32
//TODO needs a mutex // TMUTEX
33
//KJobStatus getJobStatus();
34
int
jobId
;
35
KScheduler
*
universe
;
36
int
nTracklets
= 0;
37
bool
isPoison
;
38
// TODO probably dont need a jobmutex
39
TMutex*
jobMutex
;
40
TStopwatch*
jobTimer
;
41
SRawEvent
*
evData
;
42
43
// tracklets
44
TClonesArray*
tracklets
;
45
46
SRecEvent
*
recEvData
;
47
KJobStatus
p_JobStatus
;
48
};
49
50
#endif
GlobalConsts.h
KJobQueueStatus
KJobQueueStatus
Definition:
KJob.h:19
OPEN
@ OPEN
Definition:
KJob.h:19
INITIALIZED
@ INITIALIZED
Definition:
KJob.h:19
FULL
@ FULL
Definition:
KJob.h:19
UNINITIALIZED
@ UNINITIALIZED
Definition:
KJob.h:19
KJobStatus
KJobStatus
Definition:
KJob.h:18
COMPLETE
@ COMPLETE
Definition:
KJob.h:18
RUNNING
@ RUNNING
Definition:
KJob.h:18
HALTED
@ HALTED
Definition:
KJob.h:18
STARTED
@ STARTED
Definition:
KJob.h:18
KJob
Definition:
KJob.h:21
KJob::p_JobStatus
KJobStatus p_JobStatus
Definition:
KJob.h:47
KJob::jobId
int jobId
Definition:
KJob.h:34
KJob::tracklets
TClonesArray * tracklets
Definition:
KJob.h:44
KJob::KJob
KJob(int jobId, SRawEvent *evPtr, KScheduler *universe, bool copy)
Definition:
KJob.cc:13
KJob::nTracklets
int nTracklets
Definition:
KJob.h:36
KJob::isPoison
bool isPoison
Definition:
KJob.h:37
KJob::jobTimer
TStopwatch * jobTimer
Definition:
KJob.h:40
KJob::Verbose
static int Verbose()
Definition:
KJob.h:30
KJob::evData
SRawEvent * evData
Definition:
KJob.h:41
KJob::recEvData
SRecEvent * recEvData
Definition:
KJob.h:46
KJob::universe
KScheduler * universe
Definition:
KJob.h:35
KJob::~KJob
~KJob()
Definition:
KJob.cc:63
KJob::Verbose
static void Verbose(const int a)
Definition:
KJob.h:29
KJob::jobMutex
TMutex * jobMutex
Definition:
KJob.h:39
KScheduler
Definition:
KScheduler.h:39
SRawEvent
Definition:
SRawEvent.h:97
SRecEvent
Definition:
SRecEvent.h:413
e1039-analysis
MultiThreadReco
src
KJob.h
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:15
using
1.9.1 with
SeaQuest GitHub integration