00001 00002 #include "CondCore/DTPlugins/interface/DTCompactMapPluginHandler.h" 00003 00004 class DTCompactMapHandlerFactory { 00005 00006 public: 00007 00008 DTCompactMapHandlerFactory() { 00009 DTCompactMapPluginHandler::build(); 00010 } 00011 00012 }; 00013 00014 static DTCompactMapHandlerFactory dtcmhf; 00015