#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/ParticleFlowReco/interface/PFRecHit.h"
#include "DataFormats/ParticleFlowReco/interface/PFRecHitFwd.h"
#include "DataFormats/ParticleFlowReco/interface/PFCluster.h"
#include "DataFormats/ParticleFlowReco/interface/PFClusterFwd.h"
#include "DataFormats/Common/interface/RefToBaseVector.h"
#include <string>
#include <iostream>
#include <unordered_map>
#include "FWCore/PluginManager/interface/PluginFactory.h"
Go to the source code of this file.
Classes | |
class | InitialClusteringStepBase |
Namespaces | |
edm | |
HLT enums. | |
Typedefs | |
typedef edmplugin::PluginFactory < InitialClusteringStepBase *(const edm::ParameterSet &) > | InitialClusteringStepFactory |
typedef edmplugin::PluginFactory< InitialClusteringStepBase* (const edm::ParameterSet&) > InitialClusteringStepFactory |
Definition at line 93 of file InitialClusteringStepBase.h.