00001 #ifndef ParameterSet_ParameterSetfwd_h 00002 #define ParameterSet_ParameterSetfwd_h 00003 00004 /*---------------------------------------------------------------------- 00005 00006 Forward declarations of types and functions in the ParameterSet system. 00007 00008 NOTE: This is *very* incomplete. 00009 00010 ----------------------------------------------------------------------*/ 00011 00012 #include "FWCore/ParameterSet/interface/Registry.h" 00013 00014 namespace edm 00015 { 00016 class ParameterSet; 00017 class FileInPath; 00018 class ParameterSetDescription; 00019 } 00020 00021 #endif 00022