CMS 3D CMS Logo

Namespaces | Macros | Typedefs
PreMixingWorkerFactory.h File Reference
#include "FWCore/Framework/interface/ProducerBase.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::ProducerBase &, edm::ConsumesCollector &&iC) >
 

Macro Definition Documentation

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

Typedef Documentation

Definition at line 13 of file PreMixingWorkerFactory.h.