#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/ParticleFlowReco/interface/PFBlockElement.h"
#include <string>
#include <memory>
#include "FWCore/PluginManager/interface/PluginFactory.h"
Go to the source code of this file.
Classes | |
class | BlockElementImporterBase |
Typedefs | |
typedef edmplugin::PluginFactory < BlockElementImporterBase *(const edm::ParameterSet &, edm::ConsumesCollector &) > | BlockElementImporterFactory |
typedef edmplugin::PluginFactory< BlockElementImporterBase* (const edm::ParameterSet&,edm::ConsumesCollector&) > BlockElementImporterFactory |
Definition at line 35 of file BlockElementImporterBase.h.