ATLAS Offline Software
Loading...
Searching...
No Matches
AthCondAlgorithm.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
3 */
10
11#ifndef ATHENABASECOMPS_ATHCONDALGORITHM_H
12#define ATHENABASECOMPS_ATHCONDALGORITHM_H
13
15
16
23 public:
24 using AthReentrantAlgorithm::AthReentrantAlgorithm;
25
39 virtual bool isReEntrant() const override { return false; }
40};
41
42#endif
Base class for conditions algorithms.
virtual bool isReEntrant() const override
Avoid scheduling algorithm multiple times.
An algorithm that can be simultaneously executed in multiple threads.