Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:12:03

0001 #ifndef FWCore_Framework_FrameworkfwdMostUsed_h
0002 #define FWCore_Framework_FrameworkfwdMostUsed_h
0003 
0004 /*----------------------------------------------------------------------
0005 
0006 Forward declarations of types in the EDM that are most frequently used.
0007 
0008 ----------------------------------------------------------------------*/
0009 namespace edm {
0010   class ConsumesCollector;
0011   class ConfigurationDescriptions;
0012   class Event;
0013   class EventSetup;
0014   class LuminosityBlock;
0015   class ParameterSet;
0016   class ParameterSetDescription;
0017   class ProcessBlock;
0018   class Run;
0019   class StreamID;
0020 }  // namespace edm
0021 #endif