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