ATLAS Offline Software
D3PDTools/MultiDraw/MultiDraw/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 MULTI_DRAW_GLOBAL_H
6 #define MULTI_DRAW_GLOBAL_H
7 
8 //
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 
21 
22 namespace MD
23 {
24  class AlgCFlow;
25  class AlgHist;
26  class Formula;
27  class FormulaSvc;
28 }
29 
30 #endif
MD
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition: AlgCFlow.h:31