Go to the documentation of this file.
9 #ifndef RecoEgamma_EgammaTools_EGammaPCAHelper_h
10 #define RecoEgamma_EgammaTools_EGammaPCAHelper_h
24 #include "Math/Transform3D.h"
25 #include <unordered_map>
27 #include "TPrincipal.h"
46 void setHitMap(
const std::unordered_map<DetId, const HGCRecHit *> *hitMap);
67 inline const TVectorD &
sigmas()
const {
return *
pca_->GetSigmas(); }
88 const std::unordered_map<DetId, const HGCRecHit *> *
hitMap_;
101 std::unique_ptr<TPrincipal>
pca_;
float clusterDepthCompatibility(const LongDeps &, float &measuredDepth, float &expectedDepth, float &expectedSigma)
math::XYZPoint barycenter_
const TVectorD & sigmas() const
const reco::CaloCluster * theCluster_
void printHits(float radius) const
void setRecHitTools(const hgcal::RecHitTools *recHitTools)
void pcaInitialComputation()
std::vector< double > dEdXWeights_
const TPrincipal & pcaResult()
const TVectorD & eigenValues() const
void setdEdXWeights(const std::vector< double > &dEdX)
const hgcal::RecHitTools * recHitTools_
void setHitMap(const std::unordered_map< DetId, const HGCRecHit * > *hitMap)
to set once per event
bool checkIteration() const
void storeRecHits(const reco::CaloCluster &theCluster)
XYZPointD XYZPoint
point in space with cartesian internal representation
const math::XYZVector & axis() const
XYZVectorD XYZVector
spatial vector with cartesian internal representation
float findZFirstLayer(const LongDeps &) const
ROOT::Math::Transform3D::Point Point
ROOT::Math::Transform3D Transform3D
void computeShowerWidth(float radius, bool withHalo=true)
void computePCA(float radius, bool withHalo=true)
std::vector< double > invThicknessCorrection_
std::vector< Spot > theSpots_
LongDeps energyPerLayer(float radius, bool withHalo=true)
const std::unordered_map< DetId, const HGCRecHit * > * getHitMap()
const math::XYZPoint & barycenter() const
std::unique_ptr< TPrincipal > pca_
const std::unordered_map< DetId, const HGCRecHit * > * hitMap_