This is EGM version of the ECAL position + depth correction calculation. More...
#include <ECAL2DPositionCalcWithDepthCorr.h>
Public Member Functions | |
void | calculateAndSetPosition (reco::PFCluster &) |
void | calculateAndSetPositions (reco::PFClusterCollection &) |
ECAL2DPositionCalcWithDepthCorr (const edm::ParameterSet &conf) | |
ECAL2DPositionCalcWithDepthCorr (const ECAL2DPositionCalcWithDepthCorr &)=delete | |
ECAL2DPositionCalcWithDepthCorr & | operator= (const ECAL2DPositionCalcWithDepthCorr &)=delete |
void | update (const edm::EventSetup &es) |
Public Member Functions inherited from PFCPositionCalculatorBase | |
const std::string & | name () const |
PosCalc & | operator= (const PosCalc &)=delete |
PFCPositionCalculatorBase (const edm::ParameterSet &conf) | |
PFCPositionCalculatorBase (const PosCalc &)=delete | |
~PFCPositionCalculatorBase () | |
Private Member Functions | |
void | calculateAndSetPositionActual (reco::PFCluster &) const |
Private Attributes | |
const CaloSubdetectorGeometry * | _ebGeom |
const CaloSubdetectorGeometry * | _eeGeom |
const CaloSubdetectorGeometry * | _esGeom |
bool | _esMinus |
bool | _esPlus |
const double | _minAllowedNorm |
const double | _param_T0_EB |
const double | _param_T0_EE |
const double | _param_T0_ES |
const double | _param_W0 |
const double | _param_X0 |
std::unique_ptr < CaloRecHitResolutionProvider > | _timeResolutionCalc |
Additional Inherited Members | |
Protected Attributes inherited from PFCPositionCalculatorBase | |
const float | _minFractionInCalc |
This is EGM version of the ECAL position + depth correction calculation.
Definition at line 17 of file ECAL2DPositionCalcWithDepthCorr.h.
|
inline |
Definition at line 19 of file ECAL2DPositionCalcWithDepthCorr.h.
References _timeResolutionCalc, edm::ParameterSet::exists(), edm::ParameterSet::getParameterSet(), and NULL.
|
delete |
|
virtual |
Implements PFCPositionCalculatorBase.
Definition at line 39 of file ECAL2DPositionCalcWithDepthCorr.cc.
|
private |
Definition at line 51 of file ECAL2DPositionCalcWithDepthCorr.cc.
|
virtual |
Implements PFCPositionCalculatorBase.
Definition at line 44 of file ECAL2DPositionCalcWithDepthCorr.cc.
|
delete |
|
virtual |
Reimplemented from PFCPositionCalculatorBase.
Definition at line 19 of file ECAL2DPositionCalcWithDepthCorr.cc.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
private |
Definition at line 57 of file ECAL2DPositionCalcWithDepthCorr.h.
|
private |
Definition at line 58 of file ECAL2DPositionCalcWithDepthCorr.h.
|
private |
Definition at line 59 of file ECAL2DPositionCalcWithDepthCorr.h.
|
private |
Definition at line 60 of file ECAL2DPositionCalcWithDepthCorr.h.
|
private |
Definition at line 60 of file ECAL2DPositionCalcWithDepthCorr.h.
|
private |
Definition at line 53 of file ECAL2DPositionCalcWithDepthCorr.h.
|
private |
Definition at line 48 of file ECAL2DPositionCalcWithDepthCorr.h.
|
private |
Definition at line 49 of file ECAL2DPositionCalcWithDepthCorr.h.
|
private |
Definition at line 50 of file ECAL2DPositionCalcWithDepthCorr.h.
|
private |
Definition at line 51 of file ECAL2DPositionCalcWithDepthCorr.h.
|
private |
Definition at line 52 of file ECAL2DPositionCalcWithDepthCorr.h.
|
private |
Definition at line 62 of file ECAL2DPositionCalcWithDepthCorr.h.
Referenced by ECAL2DPositionCalcWithDepthCorr().