ATLAS Offline Software
D3PDTools/AnaAlgorithm/AnaAlgorithm/Global.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 
8 
9 #ifndef ANA_ALGORITHM__GLOBAL_H
10 #define ANA_ALGORITHM__GLOBAL_H
11 
12 namespace EL
13 {
14  class AnaAlgorithm;
15  class AnaReentrantAlgorithm;
16 
17 #ifdef ROOTCORE
18  struct AlgorithmWorkerData;
19  class AnaAlgorithmConfig;
20  class AnaAlgorithmWrapper;
21  class AnaReentrantAlgorithmConfig;
22  class AnaReentrantAlgorithmWrapper;
23  class IAlgorithmWrapper;
24  class IFilterWorker;
25  class IHistogramWorker;
26  class ITreeWorker;
27 #endif
28 }
29 
30 #endif
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition: AlgorithmWorkerData.h:24