CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Typedefs
KDTreeLinkerTools.h File Reference
#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 Documentation

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.