ATLAS Offline Software
Loading...
Searching...
No Matches
AthReentrantAlgorithm.h
Go to the documentation of this file.
1
2
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
77
78#endif //> !ATHENABASECOMPS_ATHREENTRANTALGORITHM_H
AthCommonReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
An algorithm that can be simultaneously executed in multiple threads.