ATLAS Offline Software
Public Attributes | List of all members
AlgorithmPayload Class Reference

Small structure wrap the various values stored for an algorithm just before it starts to execute. More...

#include <AlgorithmPayload.h>

Collaboration diagram for AlgorithmPayload:

Public Attributes

TrigTimeStamp m_algStartTime
 
std::thread::id m_algThreadID
 
int32_t m_algROIID
 
uint32_t m_slot
 

Detailed Description

Small structure wrap the various values stored for an algorithm just before it starts to execute.

Definition at line 16 of file AlgorithmPayload.h.

Member Data Documentation

◆ m_algROIID

int32_t AlgorithmPayload::m_algROIID

Definition at line 19 of file AlgorithmPayload.h.

◆ m_algStartTime

TrigTimeStamp AlgorithmPayload::m_algStartTime

Definition at line 17 of file AlgorithmPayload.h.

◆ m_algThreadID

std::thread::id AlgorithmPayload::m_algThreadID

Definition at line 18 of file AlgorithmPayload.h.

◆ m_slot

uint32_t AlgorithmPayload::m_slot

Definition at line 20 of file AlgorithmPayload.h.


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