CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalClusterCrackCorrection.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaCoreTools_EcalClusterCrackCorrection_h
2 #define RecoEcal_EgammaCoreTools_EcalClusterCrackCorrection_h
3 
14 
16  public:
18  // compute the correction
19  virtual float getValue( const reco::BasicCluster &, const EcalRecHitCollection & ) const;
20  virtual float getValue( const reco::SuperCluster &, const int mode ) const;
21 
22  virtual float getValue( const reco::CaloCluster &) const;
23 
24 
25 };
26 #endif
EcalClusterCrackCorrection(const edm::ParameterSet &)
virtual float getValue(const reco::BasicCluster &, const EcalRecHitCollection &) const