#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/ParticleFlowReco/interface/PFRecHitFraction.h"
#include "DataFormats/ParticleFlowReco/interface/PFBlockElement.h"
#include "DataFormats/ParticleFlowReco/interface/PFRecHit.h"
#include <vector>
#include <map>
#include <set>
#include "FWCore/PluginManager/interface/PluginFactory.h"
Go to the source code of this file.
Classes | |
class | KDTreeLinkerBase |
Typedefs | |
using | BlockElt2BlockEltMap = std::map< reco::PFBlockElement *, BlockEltSet > |
using | BlockEltSet = std::set< reco::PFBlockElement * > |
typedef edmplugin::PluginFactory< KDTreeLinkerBase *(const edm::ParameterSet &)> | KDTreeLinkerFactory |
using | RecHit2BlockEltMap = std::map< const reco::PFRecHit *, BlockEltSet > |
using | RecHitSet = std::set< const reco::PFRecHit * > |
using BlockElt2BlockEltMap = std::map<reco::PFBlockElement *, BlockEltSet> |
Definition at line 17 of file KDTreeLinkerBase.h.
using BlockEltSet = std::set<reco::PFBlockElement *> |
Definition at line 13 of file KDTreeLinkerBase.h.
typedef edmplugin::PluginFactory<KDTreeLinkerBase *(const edm::ParameterSet &)> KDTreeLinkerFactory |
Definition at line 104 of file KDTreeLinkerBase.h.
using RecHit2BlockEltMap = std::map<const reco::PFRecHit *, BlockEltSet> |
Definition at line 16 of file KDTreeLinkerBase.h.
using RecHitSet = std::set<const reco::PFRecHit *> |
Definition at line 14 of file KDTreeLinkerBase.h.