File indexing completed on 2024-04-06 12:13:28
0001 #ifndef GeneratorInterface_EvtGenInterface_EvtGenFactory_H
0002 #define GeneratorInterface_EvtGenInterface_EvtGenFactory_H
0003
0004 #include "FWCore/PluginManager/interface/PluginFactory.h"
0005 #include "FWCore/ParameterSet/interface/ParameterSet.h"
0006 #include "GeneratorInterface/EvtGenInterface/interface/EvtGenInterfaceBase.h"
0007
0008 typedef edmplugin::PluginFactory<gen::EvtGenInterfaceBase*(const edm::ParameterSet&)> EvtGenFactory;
0009
0010 #endif