Go to the documentation of this file. 1 #ifndef CondCore_CondDB_CoralServiceMacros_h 2 #define CondCore_CondDB_CoralServiceMacros_h 5 #include "CoralKernel/Service.h" 7 #define DEFINE_CORALSERVICE(type,name) \ 8 DEFINE_EDM_PLUGIN (cond::CoralServicePluginFactory,cond::CoralServiceWrapper<type>,name)