ATLAS Offline Software
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 
9 #include <string>
10 
19  int32_t m_algROIID;
21 };
22 
23 
24 #endif // TRIGCOSTMONITOR_TRIGCOSTALGORITHMPAYLOAD_H
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
TrigTimeStamp
utility class to measure time duration in AthenaMT The pattern when it is useful: AlgA tags the begin...
Definition: TrigTimeStamp.h:23
AlgorithmPayload::m_slot
uint32_t m_slot
Definition: AlgorithmPayload.h:20
AlgorithmPayload::m_algROIID
int32_t m_algROIID
Definition: AlgorithmPayload.h:19
id
SG::auxid_t id
Definition: Control/AthContainers/Root/debug.cxx:194
AlgorithmPayload::m_algThreadID
std::thread::id m_algThreadID
Definition: AlgorithmPayload.h:18
AlgorithmPayload::m_algStartTime
TrigTimeStamp m_algStartTime
Definition: AlgorithmPayload.h:17
AlgorithmPayload
Small structure wrap the various values stored for an algorithm just before it starts to execute.
Definition: AlgorithmPayload.h:16
TrigTimeStamp.h