CMS 3D CMS Logo

Classes | Typedefs

/data/git/CMSSW_5_3_11_patch5/src/RecoParticleFlow/PFProducer/interface/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

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.