#include <PFlow2DClusterizerWithTime.h>
Public Member Functions | |
void | buildClusters (const reco::PFClusterCollection &, const std::vector< bool > &, reco::PFClusterCollection &outclus) |
B2DGPF & | operator= (const B2DGPF &)=delete |
PFlow2DClusterizerWithTime (const edm::ParameterSet &conf) | |
PFlow2DClusterizerWithTime (const B2DGPF &)=delete | |
void | update (const edm::EventSetup &es) |
virtual | ~PFlow2DClusterizerWithTime () |
Public Member Functions inherited from PFClusterBuilderBase | |
std::ostream & | operator<< (std::ostream &o) const |
PFCBB & | operator= (const PFCBB &)=delete |
PFClusterBuilderBase (const edm::ParameterSet &conf) | |
PFClusterBuilderBase (const PFCBB &)=delete | |
void | reset () |
~PFClusterBuilderBase () | |
Private Types | |
typedef PFlow2DClusterizerWithTime | B2DGPF |
Private Member Functions | |
void | clusterTimeResolution (reco::PFCluster &cluster, double &res) const |
void | clusterTimeResolutionFromSeed (reco::PFCluster &cluster, double &res) const |
double | dist2Time (const reco::PFCluster &, const reco::PFRecHitRef &, int cell_layer, double prev_timeres2) const |
void | growPFClusters (const reco::PFCluster &, const std::vector< bool > &, const unsigned toleranceScaling, const unsigned iter, double dist, reco::PFClusterCollection &) const |
bool | passChi2Prob (size_t iCluster, double dist2, std::vector< double > &clus_chi2, std::vector< size_t > &clus_chi2_nhits) const |
void | prunePFClusters (reco::PFClusterCollection &) const |
void | seedPFClustersFromTopo (const reco::PFCluster &, const std::vector< bool > &, reco::PFClusterCollection &) const |
Private Attributes | |
std::unique_ptr < PFCPositionCalculatorBase > | _allCellsPosCalc |
const bool | _clusterTimeResFromSeed |
std::unique_ptr < PFCPositionCalculatorBase > | _convergencePosCalc |
const bool | _excludeOtherSeeds |
const std::unordered_map < std::string, int > | _layerMap |
const unsigned | _maxIterations |
const double | _maxNSigmaTime |
const double | _minChi2Prob |
const double | _minFracTot |
std::unordered_map< int, double > | _recHitEnergyNorms |
const double | _showerSigma2 |
const double | _stoppingTolerance |
std::unique_ptr < CaloRecHitResolutionProvider > | _timeResolutionCalcBarrel |
std::unique_ptr < CaloRecHitResolutionProvider > | _timeResolutionCalcEndcap |
const double | _timeSigma_eb |
const double | _timeSigma_ee |
Additional Inherited Members | |
Public Types inherited from PFClusterBuilderBase | |
typedef PFCPositionCalculatorBase | PosCalc |
Protected Attributes inherited from PFClusterBuilderBase | |
const float | _minFractionToKeep |
unsigned | _nClustersFound |
unsigned | _nSeeds |
std::unique_ptr< PosCalc > | _positionCalc |
Definition at line 11 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 12 of file PFlow2DClusterizerWithTime.h.
PFlow2DClusterizerWithTime::PFlow2DClusterizerWithTime | ( | const edm::ParameterSet & | conf | ) |
Definition at line 27 of file PFlow2DClusterizerWithTime.cc.
|
inlinevirtual |
Definition at line 16 of file PFlow2DClusterizerWithTime.h.
|
delete |
|
virtual |
Implements PFClusterBuilderBase.
Definition at line 105 of file PFlow2DClusterizerWithTime.cc.
|
private |
Definition at line 322 of file PFlow2DClusterizerWithTime.cc.
|
private |
Definition at line 301 of file PFlow2DClusterizerWithTime.cc.
|
private |
Definition at line 356 of file PFlow2DClusterizerWithTime.cc.
|
private |
Definition at line 156 of file PFlow2DClusterizerWithTime.cc.
|
private |
Definition at line 396 of file PFlow2DClusterizerWithTime.cc.
|
private |
Definition at line 293 of file PFlow2DClusterizerWithTime.cc.
|
private |
Definition at line 137 of file PFlow2DClusterizerWithTime.cc.
|
inlinevirtual |
Reimplemented from PFClusterBuilderBase.
Definition at line 20 of file PFlow2DClusterizerWithTime.h.
References _allCellsPosCalc, _convergencePosCalc, and PFClusterBuilderBase::_positionCalc.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
private |
Definition at line 44 of file PFlow2DClusterizerWithTime.h.
Referenced by update().
|
private |
Definition at line 40 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 45 of file PFlow2DClusterizerWithTime.h.
Referenced by update().
|
private |
Definition at line 36 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 42 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 31 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 38 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 39 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 37 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 43 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 33 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 32 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 47 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 48 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 34 of file PFlow2DClusterizerWithTime.h.
|
private |
Definition at line 35 of file PFlow2DClusterizerWithTime.h.