Skip to content

Commit f9c4e1b

Browse files
authored
Merge pull request cms-sw#31799 from makortel/frameworkfwd
Add ConfigurationDescriptions and ParameterSetDescription to framework forward declarations
2 parents cc56646 + 8f71545 commit f9c4e1b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

FWCore/Framework/interface/Frameworkfwd.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Forward declarations of types in the EDM.
1212

1313
namespace 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;

FWCore/Framework/interface/FrameworkfwdMostUsed.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ Forward declarations of types in the EDM that are most frequently used.
88
----------------------------------------------------------------------*/
99
namespace 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;

0 commit comments

Comments
 (0)