CMS 3D CMS Logo

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) DEFINE_EDM_PLUGIN(edm::PresencePluginFactory, type, #type)
7 
8 #endif