#include <PFClusterWidthAlgo.h>
Public Member Functions | |
PFClusterWidthAlgo (const std::vector< const reco::PFCluster *> &pfclust) | |
double | pflowEtaWidth () const |
double | pflowPhiWidth () const |
double | pflowSigmaEtaEta () const |
~PFClusterWidthAlgo () | |
Private Attributes | |
double | etaWidth_ |
double | phiWidth_ |
double | sigmaEtaEta_ |
Definition at line 6 of file PFClusterWidthAlgo.h.
PFClusterWidthAlgo::PFClusterWidthAlgo | ( | const std::vector< const reco::PFCluster *> & | pfclust | ) |
Definition at line 12 of file PFClusterWidthAlgo.cc.
References reco::deltaPhi(), bTagMiniDQMDeepCSV::denominator, HLT_2023v12_cff::dEta, DeadROCCounter::nclust, RecoTauValidation_cfi::posX, RecoTauValidation_cfi::posY, and mathSSE::sqrt().
PFClusterWidthAlgo::~PFClusterWidthAlgo | ( | ) |
Definition at line 104 of file PFClusterWidthAlgo.cc.
|
inline |
Definition at line 15 of file PFClusterWidthAlgo.h.
References etaWidth_.
Referenced by PFEGammaAlgo::buildRefinedSuperCluster(), PFElectronTranslator::createSuperClusters(), PFPhotonTranslator::createSuperClusters(), PFECALSuperClusterAlgo::finalizeSuperCluster(), and LowPtGsfElectronSCProducer::produce().
|
inline |
Definition at line 14 of file PFClusterWidthAlgo.h.
References phiWidth_.
Referenced by PFEGammaAlgo::buildRefinedSuperCluster(), PFElectronTranslator::createSuperClusters(), PFPhotonTranslator::createSuperClusters(), PFECALSuperClusterAlgo::finalizeSuperCluster(), and LowPtGsfElectronSCProducer::produce().
|
inline |
Definition at line 16 of file PFClusterWidthAlgo.h.
References sigmaEtaEta_.
Referenced by PFEGammaAlgo::calculateEleMVA().
|
private |
Definition at line 20 of file PFClusterWidthAlgo.h.
Referenced by pflowEtaWidth().
|
private |
Definition at line 19 of file PFClusterWidthAlgo.h.
Referenced by pflowPhiWidth().
|
private |
Definition at line 21 of file PFClusterWidthAlgo.h.
Referenced by pflowSigmaEtaEta().