ATLAS Offline Software
Loading...
Searching...
No Matches
D3PDTools/EventLoopAlgs/EventLoopAlgs/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_ALGS__GLOBAL_H
6#define EVENT_LOOP_ALGS__GLOBAL_H
7
8// - 2012.
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
20
21namespace EL
22{
23 class AlgSelect;
24 class DuplicateChecker;
25 class NTupleSvc;
26 class UnitTestSkim;
27 class WhiteBoardSvc;
28}
29
30#endif
This module defines the arguments passed from the BATCH driver to the BATCH worker.