ATLAS Offline Software
Loading...
Searching...
No Matches
WorkTimeStamp Class Reference

#include <CommonStructures.h>

Collaboration diagram for WorkTimeStamp:

Public Member Functions

 WorkTimeStamp (unsigned int id, int ev, const tbb::tick_count &t)
 WorkTimeStamp (const WorkTimeStamp &w)

Public Attributes

unsigned int m_workId
int m_eventType
tbb::tick_count m_time

Detailed Description

Definition at line 14 of file CommonStructures.h.

Constructor & Destructor Documentation

◆ WorkTimeStamp() [1/2]

WorkTimeStamp::WorkTimeStamp ( unsigned int id,
int ev,
const tbb::tick_count & t )
inline

Definition at line 16 of file CommonStructures.h.

16 :
17 m_workId(id), m_eventType(ev), m_time(t) {};
unsigned int m_workId
tbb::tick_count m_time
int ev
Definition globals.cxx:25

◆ WorkTimeStamp() [2/2]

WorkTimeStamp::WorkTimeStamp ( const WorkTimeStamp & w)
inline

Definition at line 18 of file CommonStructures.h.

18: m_workId(w.m_workId), m_eventType(w.m_eventType), m_time(w.m_time) {};

Member Data Documentation

◆ m_eventType

int WorkTimeStamp::m_eventType

Definition at line 20 of file CommonStructures.h.

◆ m_time

tbb::tick_count WorkTimeStamp::m_time

Definition at line 21 of file CommonStructures.h.

◆ m_workId

unsigned int WorkTimeStamp::m_workId

Definition at line 19 of file CommonStructures.h.


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