#include <SuperClusterShapeAlgo.h>
Public Member Functions | |
void | Calculate_Covariances (const reco::SuperCluster &passedCluster) |
double | etaWidth () |
double | phiWidth () |
SuperClusterShapeAlgo (const EcalRecHitCollection *hits, const CaloSubdetectorGeometry *geometry) | |
Private Attributes | |
double | etaWidth_ |
const CaloSubdetectorGeometry * | geometry_ |
double | phiWidth_ |
const EcalRecHitCollection * | recHits_ |
Definition at line 27 of file SuperClusterShapeAlgo.h.
SuperClusterShapeAlgo::SuperClusterShapeAlgo | ( | const EcalRecHitCollection * | hits, |
const CaloSubdetectorGeometry * | geometry | ||
) |
Definition at line 14 of file SuperClusterShapeAlgo.cc.
void SuperClusterShapeAlgo::Calculate_Covariances | ( | const reco::SuperCluster & | passedCluster | ) |
Definition at line 17 of file SuperClusterShapeAlgo.cc.
References HLTTauDQMOffline_cfi::denominator, HLT_FULL_cff::dEta, HLT_FULL_cff::dPhi, edm::SortedCollection< T, SORT >::end(), reco::CaloCluster::energy(), etaWidth_, edm::SortedCollection< T, SORT >::find(), geometry_, CaloSubdetectorGeometry::getGeometry(), reco::CaloCluster::hitsAndFractions(), phiWidth_, Geom::pi(), reco::CaloCluster::position(), position, recHits_, mathSSE::sqrt(), Geom::twoPi(), and trackerHitRTTI::vector.
Referenced by EgammaSCEnergyCorrectionAlgo::applyCorrection(), HiEgammaSCEnergyCorrectionAlgo::applyCorrection(), and EcalClusterPUCleaningTools::CleanedSuperCluster().
|
inline |
Definition at line 33 of file SuperClusterShapeAlgo.h.
References etaWidth_.
Referenced by EgammaSCEnergyCorrectionAlgo::applyCorrection(), HiEgammaSCEnergyCorrectionAlgo::applyCorrection(), and EcalClusterPUCleaningTools::CleanedSuperCluster().
|
inline |
Definition at line 34 of file SuperClusterShapeAlgo.h.
References phiWidth_.
Referenced by EgammaSCEnergyCorrectionAlgo::applyCorrection(), HiEgammaSCEnergyCorrectionAlgo::applyCorrection(), and EcalClusterPUCleaningTools::CleanedSuperCluster().
|
private |
Definition at line 40 of file SuperClusterShapeAlgo.h.
Referenced by Calculate_Covariances(), and etaWidth().
|
private |
Definition at line 38 of file SuperClusterShapeAlgo.h.
Referenced by Calculate_Covariances().
|
private |
Definition at line 40 of file SuperClusterShapeAlgo.h.
Referenced by Calculate_Covariances(), and phiWidth().
|
private |
Definition at line 37 of file SuperClusterShapeAlgo.h.
Referenced by Calculate_Covariances().