ATLAS Offline Software
D3PDTools/EventLoopTest/EventLoopTest/Global.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef EVENT_LOOP_TEST_GLOBAL_HH
6 #define EVENT_LOOP_TEST_GLOBAL_HH
7 
8 // Copyright Nils Krumnack 2011.
9 // Distributed under the Boost Software License, Version 1.0.
10 // (See accompanying file LICENSE_1_0.txt or copy at
11 // http://www.boost.org/LICENSE_1_0.txt)
12 
13 // Please feel free to contact me (krumnack@iastate.edu) for bug
14 // reports, feature suggestions, praise and complaints.
15 
16 
17 namespace EL
18 {
19  struct UnitTest;
20  class IUnitTestTool;
21  class UnitTestAlg;
22  class UnitTestAlg1;
23  struct UnitTestConfig;
24 }
25 
26 #endif
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition: AlgorithmWorkerData.h:24