CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/CondCore/DTPlugins/src/DTCompactMapHandlerFactory.cc

Go to the documentation of this file.
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