CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PresenceMacros.h
Go to the documentation of this file.
1 #ifndef FWCore_PluginManager_PresenceMacros_h
2 #define FWCore_PluginManager_PresenceMacros_h
3 
5 
6 #define DEFINE_FWK_PRESENCE(type) \
7  DEFINE_EDM_PLUGIN (edm::PresencePluginFactory,type,#type)
8 
9 #endif