#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 *() > | 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 16 of file KDTreeLinkerBase.h.
using BlockEltSet = std::set<reco::PFBlockElement *> |
Definition at line 12 of file KDTreeLinkerBase.h.
typedef edmplugin::PluginFactory< KDTreeLinkerBase* () > KDTreeLinkerFactory |
Definition at line 102 of file KDTreeLinkerBase.h.
using RecHit2BlockEltMap = std::map<const reco::PFRecHit *, BlockEltSet> |
Definition at line 15 of file KDTreeLinkerBase.h.
using RecHitSet = std::set<const reco::PFRecHit *> |
Definition at line 13 of file KDTreeLinkerBase.h.