ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigMonitoring
TrigCostMonitor
src
AlgorithmPayload.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGCOSTMONITOR_TRIGCOSTALGORITHMPAYLOAD_H
6
#define TRIGCOSTMONITOR_TRIGCOSTALGORITHMPAYLOAD_H 1
7
8
#include "
TrigTimeAlgs/TrigTimeStamp.h
"
9
#include <string>
10
16
struct
AlgorithmPayload
{
17
TrigTimeStamp
m_algStartTime
;
18
std::thread::id
m_algThreadID
;
19
int32_t
m_algROIID
;
20
uint32_t
m_slot
;
21
};
22
23
24
#endif
// TRIGCOSTMONITOR_TRIGCOSTALGORITHMPAYLOAD_H
TrigTimeStamp.h
TrigTimeStamp
utility class to measure time duration in AthenaMT The pattern when it is useful: AlgA tags the begin...
Definition
TrigTimeStamp.h:23
AlgorithmPayload
Small structure wrap the various values stored for an algorithm just before it starts to execute.
Definition
AlgorithmPayload.h:16
AlgorithmPayload::m_algROIID
int32_t m_algROIID
Definition
AlgorithmPayload.h:19
AlgorithmPayload::m_algStartTime
TrigTimeStamp m_algStartTime
Definition
AlgorithmPayload.h:17
AlgorithmPayload::m_slot
uint32_t m_slot
Definition
AlgorithmPayload.h:20
AlgorithmPayload::m_algThreadID
std::thread::id m_algThreadID
Definition
AlgorithmPayload.h:18
Generated on
for ATLAS Offline Software by
1.14.0