1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#ifndef ParameterSet_ParameterSetfwd_h
#define ParameterSet_ParameterSetfwd_h
/*----------------------------------------------------------------------
Forward declarations of types and functions in the ParameterSet system.
NOTE: This is *very* incomplete.
----------------------------------------------------------------------*/
namespace edm {
class ParameterSet;
class FileInPath;
class ParameterSetDescription;
class ConfigurationDescriptions;
} // namespace edm
#endif
|