File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
FWCore/Framework/interface Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Forward declarations of types in the EDM.
1212
1313namespace edm {
1414 class PrincipalGetAdapter ;
15+ class ConfigurationDescriptions ;
1516 class ConsumesCollector ;
1617 class DelayedReader ;
1718 class EDAnalyzer ;
@@ -34,6 +35,7 @@ namespace edm {
3435 class OutputModule ;
3536 struct OutputModuleDescription ;
3637 class ParameterSet ;
38+ class ParameterSetDescription ;
3739 class Principal ;
3840 class PrincipalCache ;
3941 class PrincipalGetAdapter ;
Original file line number Diff line number Diff line change @@ -8,10 +8,12 @@ Forward declarations of types in the EDM that are most frequently used.
88----------------------------------------------------------------------*/
99namespace edm {
1010 class ConsumesCollector ;
11+ class ConfigurationDescriptions ;
1112 class Event ;
1213 class EventSetup ;
1314 class LuminosityBlock ;
1415 class ParameterSet ;
16+ class ParameterSetDescription ;
1517 class ProcessBlock ;
1618 class Run ;
1719 class StreamID ;
You can’t perform that action at this time.
0 commit comments