#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "Pythia8/Pythia.h"
#include "FWCore/PluginManager/interface/PluginFactory.h"
Go to the source code of this file.
Macros | |
#define | REGISTER_USERHOOK(type) DEFINE_EDM_PLUGIN(CustomHookFactory, type, #type) |
Typedefs | |
typedef edmplugin::PluginFactory< Pythia8::UserHooks *(const edm::ParameterSet &)> | CustomHookFactory |
#define REGISTER_USERHOOK | ( | type | ) | DEFINE_EDM_PLUGIN(CustomHookFactory, type, #type) |
Definition at line 8 of file CustomHook.h.
typedef edmplugin::PluginFactory<Pythia8::UserHooks*(const edm::ParameterSet&)> CustomHookFactory |
Definition at line 6 of file CustomHook.h.