#include "DataFormats/ParticleFlowReco/interface/PFRecHit.h"
#include "DataFormats/ParticleFlowReco/interface/PFBlockElement.h"
#include <map>
#include <set>
Go to the source code of this file.
Classes | |
struct | KDTreeBox |
struct | KDTreeNode |
struct | KDTreeNodeInfo< DATA > |
Typedefs | |
typedef std::map < reco::PFBlockElement *, BlockEltSet > | BlockElt2BlockEltMap |
typedef std::set < reco::PFBlockElement * > | BlockEltSet |
typedef std::map< const reco::PFRecHit *, BlockEltSet > | RecHit2BlockEltMap |
typedef std::set< const reco::PFRecHit * > | RecHitSet |
typedef std::map<reco::PFBlockElement*, BlockEltSet> BlockElt2BlockEltMap |
Definition at line 14 of file KDTreeLinkerTools.h.
typedef std::set<reco::PFBlockElement*> BlockEltSet |
Definition at line 10 of file KDTreeLinkerTools.h.
typedef std::map<const reco::PFRecHit*, BlockEltSet> RecHit2BlockEltMap |
Definition at line 13 of file KDTreeLinkerTools.h.
typedef std::set<const reco::PFRecHit*> RecHitSet |
Definition at line 11 of file KDTreeLinkerTools.h.