CMS 3D CMS Logo

EcalClusterEnergyUncertainty.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaCoreTools_EcalClusterEnergyUncertainty_h
2 #define RecoEcal_EgammaCoreTools_EcalClusterEnergyUncertainty_h
3 
16 
18  public:
20  // compute the correction
21  float getValue( const reco::SuperCluster &, const int mode ) const override;
22  float getValue( const reco::BasicCluster &, const EcalRecHitCollection & ) const override { return 0.;};
23 
24 };
25 
26 #endif
float getValue(const reco::SuperCluster &, const int mode) const override
float getValue(const reco::BasicCluster &, const EcalRecHitCollection &) const override
EcalClusterEnergyUncertainty(const edm::ParameterSet &)