CMS 3D CMS Logo

SuperClusterShapeAlgo.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaCoreTools_SuperClusterShapeAlgo_h
2 #define RecoEcal_EgammaCoreTools_SuperClusterShapeAlgo_h
3 
13 #include <map>
14 
16 
24 
26 
28 public:
30 
31  void Calculate_Covariances(const reco::SuperCluster& passedCluster);
32 
33  double etaWidth() { return etaWidth_; }
34  double phiWidth() { return phiWidth_; }
35 
36 private:
39 
41 };
42 
43 #endif
void Calculate_Covariances(const reco::SuperCluster &passedCluster)
const CaloSubdetectorGeometry * geometry_
const EcalRecHitCollection * recHits_
SuperClusterShapeAlgo(const EcalRecHitCollection *hits, const CaloSubdetectorGeometry *geometry)