00001 #ifndef VIS_CONFIG_SERVICE_VIS_CONFIGURATION_SERVICE_H 00002 # define VIS_CONFIG_SERVICE_VIS_CONFIGURATION_SERVICE_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 #include "FWCore/ParameterSet/interface/ParameterSet.h" 00007 00008 //<<<<<< PUBLIC DEFINES >>>>>> 00009 //<<<<<< PUBLIC CONSTANTS >>>>>> 00010 //<<<<<< PUBLIC TYPES >>>>>> 00011 //<<<<<< PUBLIC VARIABLES >>>>>> 00012 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00013 //<<<<<< CLASS DECLARATIONS >>>>>> 00014 00015 class VisConfigurationService 00016 { 00017 public: 00018 VisConfigurationService (const edm::ParameterSet& pSet); 00019 ~VisConfigurationService (); 00020 00021 static const edm::ParameterSet* pSet (); 00022 00023 private: 00024 static edm::ParameterSet* m_pSet; 00025 }; 00026 00027 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00028 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00029 00030 #endif // VIS_CONFIG_SERVICE_VIS_CONFIGURATION_SERVICE_H