Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
AthReentrantAlgorithm.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2024 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // AthReentrantAlgorithm.h
8 // Header file for class AthReentrantAlgorithm
9 // Author: Beojan Stanislaus
10 // Author: Charles Leggett
12 #ifndef ATHENABASECOMPS_ATHREENTRANTALGORITHM_H
13 #define ATHENABASECOMPS_ATHREENTRANTALGORITHM_H 1
14 
15 
16 // STL includes
18 
19 
20 #include "Gaudi/Algorithm.h"
21 
22 
74 class AthReentrantAlgorithm : public AthCommonReentrantAlgorithm<Gaudi::Algorithm>{
76 };
77 
78 #endif //> !ATHENABASECOMPS_ATHREENTRANTALGORITHM_H
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
AthCommonReentrantAlgorithm.h
AthCommonReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthCommonReentrantAlgorithm.h:40