LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
Frameworkfwd.h
Go to the documentation of this file.
1 #ifndef art_Framework_Core_Frameworkfwd_h
2 #define art_Framework_Core_Frameworkfwd_h
3 
4 // ======================================================================
5 //
6 // Forward declarations of types in the EDM.
7 //
8 // ======================================================================
9 
12 #include "fhiclcpp/ParameterSet.h"
13 
14 // ----------------------------------------------------------------------
15 
16 namespace art {
17 
18  class ConfigurableInputSource;
19  class CurrentProcessingContext;
20  class EDAnalyzer;
21  class EDFilter;
22  class EDLooper;
23  class EDProducer;
24  class EndPathExecutor;
25  class FileBlock;
26  class GeneratedInputSource;
27  class InputSource;
28  struct InputSourceDescription;
29  class OutputModule;
30  struct OutputModuleDescription;
31  class ProcessNameSelector;
32  class ProductRegistryHelper;
33  class Schedule;
34 
35  struct EventSummary;
36  struct ModuleInPathSummary;
37  struct PathSummary;
38  struct TriggerReport;
39  struct WorkerSummary;
40 
41 } // art
42 
43  // ======================================================================
44 
45 #endif /* art_Framework_Core_Frameworkfwd_h */
46 
47 // Local Variables:
48 // mode: c++
49 // End:
HLT enums.