ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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) {};

◆ 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:
WorkTimeStamp::m_workId
unsigned int m_workId
Definition: CommonStructures.h:18
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
WorkTimeStamp::m_eventType
int m_eventType
Definition: CommonStructures.h:20
ev
int ev
Definition: globals.cxx:25
WorkTimeStamp::m_time
tbb::tick_count m_time
Definition: CommonStructures.h:21
python.IoTestsLib.w
def w
Definition: IoTestsLib.py:200