Macros

Line Code
1 2 3 4 5 6 7 8 9 10
#ifndef GeneratorInterface_EvtGenInterface_EvtGenFactory_H
#define GeneratorInterface_EvtGenInterface_EvtGenFactory_H

#include "FWCore/PluginManager/interface/PluginFactory.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "GeneratorInterface/EvtGenInterface/interface/EvtGenInterfaceBase.h"

typedef edmplugin::PluginFactory<gen::EvtGenInterfaceBase*(const edm::ParameterSet&)> EvtGenFactory;

#endif