Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef FWCore_PluginManager_PresenceMacros_h
0002 #define FWCore_PluginManager_PresenceMacros_h
0003 
0004 #include "FWCore/PluginManager/interface/PresenceFactory.h"
0005 
0006 #define DEFINE_FWK_PRESENCE(type) DEFINE_EDM_PLUGIN(edm::PresencePluginFactory, type, #type)
0007 
0008 #endif