CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/IORawData/DaqSource/interface/DaqReaderPluginFactory.h

Go to the documentation of this file.
00001 #ifndef DaqSource_DaqReaderPluginFactory_h
00002 #define DaqSource_DaqReaderPluginFactory_h
00003 
00012 #include "FWCore/PluginManager/interface/PluginFactory.h"
00013 #include <IORawData/DaqSource/interface/DaqBaseReader.h>
00014 
00015 namespace edm {class ParameterSet;}
00016 
00017 typedef edmplugin::PluginFactory<DaqBaseReader *(const edm::ParameterSet &)> DaqReaderPluginFactory;
00018 typedef edmplugin::PluginFactory<DaqBaseReader *()> DaqReaderPluginFactoryU;
00019 #endif
00020