#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) > |
#define DEFINE_PREMIXING_WORKER | ( | TYPE | ) | DEFINE_EDM_PLUGIN(PreMixingWorkerFactory, TYPE, #TYPE) |
Definition at line 15 of file PreMixingWorkerFactory.h.
Referenced by PreMixingEcalWorker::beginLuminosityBlock(), PreMixingCaloParticleWorker::put(), PreMixingTrackingParticleWorker::put(), PreMixingPhase2TrackerWorker::put(), PreMixingMTDWorker::put(), PreMixingHGCalWorker::put(), PreMixingHcalWorker::put(), PreMixingSiPixelWorker::put(), and PreMixingSiStripWorker::put().
using PreMixingWorkerFactory = edmplugin::PluginFactory< PreMixingWorker* (const edm::ParameterSet&, edm::ProducerBase&, edm::ConsumesCollector&& iC) > |
Definition at line 13 of file PreMixingWorkerFactory.h.