CMS 3D CMS Logo

Macros | Typedefs
CustomHook.h File Reference
#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
 

Macro Definition Documentation

◆ REGISTER_USERHOOK

#define REGISTER_USERHOOK (   type)    DEFINE_EDM_PLUGIN(CustomHookFactory, type, #type)

Definition at line 8 of file CustomHook.h.

Typedef Documentation

◆ CustomHookFactory

typedef edmplugin::PluginFactory<Pythia8::UserHooks*(const edm::ParameterSet&)> CustomHookFactory

Definition at line 6 of file CustomHook.h.