CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/CondCore/DTPlugins/src/DTConfigHandlerFactory.cc

Go to the documentation of this file.
00001 
00002 #include "CondCore/DTPlugins/interface/DTConfigPluginHandler.h"
00003 
00004 class DTConfigHandlerFactory {
00005 
00006  public:
00007 
00008   DTConfigHandlerFactory() {
00009     DTConfigPluginHandler::build();
00010   }
00011 
00012 };
00013 
00014 static DTConfigHandlerFactory dtchf;
00015