CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Macros | Typedefs
PreMixingWorkerFactory.h File Reference
#include "FWCore/Framework/interface/ProducesCollector.h"
#include "FWCore/PluginManager/interface/PluginFactory.h"
#include "SimGeneral/PreMixingModule/interface/PreMixingWorker.h"

Go to the source code of this file.

Namespaces

 edm
 HLT enums.
 

Macros

#define DEFINE_PREMIXING_WORKER(TYPE)   DEFINE_EDM_PLUGIN(PreMixingWorkerFactory, TYPE, #TYPE)
 

Typedefs

using PreMixingWorkerFactory = edmplugin::PluginFactory< PreMixingWorker *(const edm::ParameterSet &, edm::ProducesCollector, edm::ConsumesCollector &&iC)>
 

Macro Definition Documentation

#define DEFINE_PREMIXING_WORKER (   TYPE)    DEFINE_EDM_PLUGIN(PreMixingWorkerFactory, TYPE, #TYPE)

Definition at line 16 of file PreMixingWorkerFactory.h.

Typedef Documentation

Definition at line 14 of file PreMixingWorkerFactory.h.