![]() |
![]() |
#include <KDTreeLinkerTrackEcal.h>
Public Member Functions | |
void | buildTree () |
void | clear () |
void | insertFieldClusterElt (reco::PFBlockElement *ecalCluster) |
void | insertTargetElt (reco::PFBlockElement *track) |
KDTreeLinkerTrackEcal () | |
void | searchLinks () |
void | updatePFBlockEltWithLinks () |
~KDTreeLinkerTrackEcal () | |
![]() | |
const reco::PFBlockElement::Type & | fieldType () const |
float | getCristalPhiEtaMaxSize () const |
float | getCristalXYMaxSize () const |
float | getPhiOffset () const |
KDTreeLinkerBase () | |
virtual void | process () |
void | setCristalPhiEtaMaxSize (float size) |
void | setCristalXYMaxSize (float size) |
void | setDebug (bool isDebug) |
void | setFieldType (const reco::PFBlockElement::Type &fld) |
void | setPhiOffset (double phiOffset) |
void | setTargetType (const reco::PFBlockElement::Type &tgt) |
const reco::PFBlockElement::Type & | targetType () const |
virtual | ~KDTreeLinkerBase () |
Private Attributes | |
BlockEltSet | fieldClusterSet_ |
RecHit2BlockEltMap | rechit2ClusterLinks_ |
RecHitSet | rechitsSet_ |
BlockElt2BlockEltMap | target2ClusterLinks_ |
BlockEltSet | targetSet_ |
KDTreeLinkerAlgo | tree_ |
Additional Inherited Members | |
![]() | |
reco::PFBlockElement::Type | _fieldType |
reco::PFBlockElement::Type | _targetType |
float | cristalPhiEtaMaxSize_ |
float | cristalXYMaxSize_ |
bool | debug_ |
float | phiOffset_ |
Definition at line 12 of file KDTreeLinkerTrackEcal.h.
KDTreeLinkerTrackEcal::KDTreeLinkerTrackEcal | ( | ) |
Definition at line 13 of file KDTreeLinkerTrackEcal.cc.
KDTreeLinkerTrackEcal::~KDTreeLinkerTrackEcal | ( | ) |
Definition at line 17 of file KDTreeLinkerTrackEcal.cc.
|
virtual |
Implements KDTreeLinkerBase.
Definition at line 63 of file KDTreeLinkerTrackEcal.cc.
|
virtual |
Implements KDTreeLinkerBase.
Definition at line 238 of file KDTreeLinkerTrackEcal.cc.
|
virtual |
Implements KDTreeLinkerBase.
Definition at line 32 of file KDTreeLinkerTrackEcal.cc.
|
virtual |
Implements KDTreeLinkerBase.
Definition at line 23 of file KDTreeLinkerTrackEcal.cc.
|
virtual |
Implements KDTreeLinkerBase.
Definition at line 104 of file KDTreeLinkerTrackEcal.cc.
|
virtual |
Implements KDTreeLinkerBase.
Definition at line 215 of file KDTreeLinkerTrackEcal.cc.
|
private |
Definition at line 45 of file KDTreeLinkerTrackEcal.h.
|
private |
Definition at line 54 of file KDTreeLinkerTrackEcal.h.
|
private |
Definition at line 48 of file KDTreeLinkerTrackEcal.h.
|
private |
Definition at line 51 of file KDTreeLinkerTrackEcal.h.
|
private |
Definition at line 44 of file KDTreeLinkerTrackEcal.h.
|
private |
Definition at line 57 of file KDTreeLinkerTrackEcal.h.