CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalClusterEnergyCorrectionObjectSpecific.h
Go to the documentation of this file.
1 
2 #ifndef RecoEcal_EgammaCoreTools_EcalClusterEnergyCorrection_ObjectSpecific_h
3 #define RecoEcal_EgammaCoreTools_EcalClusterEnergyCorrection_ObjectSpecific_h
4 
5 
15 //#include "DataFormats/EgammaCandidates/interface/Photon.h"
16 //#include "DataFormats/EgammaCandidates/interface/GsfElectron.h"
17 
19 
21  public:
23  // compute the correction
24 
25  //float getValue( const reco::Photon &, const int mode) const;
26  //virtual float getValue( const reco::GsfElectron &, const int mode) const;
27 
28  virtual float getValue( const reco::SuperCluster &, const int mode) const;
29  virtual float getValue( const reco::BasicCluster &, const EcalRecHitCollection & ) const { return 0.;};
30 
31  float fEta (float energy, float eta, int algorithm) const;
32  //float fBrem (float e, float eta, int algorithm) const;
33  //float fEtEta(float et, float eta, int algorithm) const;
34  float fBremEta(float sigmaPhiSigmaEta, float eta, int algorithm) const;
35  float fEt(float et, int algorithm) const;
36  float fEnergy(float e, int algorithm) const;
37 
38 
39  //float r9;
40  //float e5x5;
41 
42 };
43 
44 
45 #endif
< trclass="colgroup">< tdclass="colgroup"colspan=5 > Ecal cluster collections</td ></tr >< tr >< td >< ahref="classreco_1_1BasicCluster.html"> reco::BasicCluster</a ></td >< td >< ahref="DataFormats_EgammaReco.html"> reco::BasicClusterCollection</a ></td >< td >< ahref="#"> hybridSuperClusters</a ></td >< tdclass="description"> Basic clusters reconstructed with hybrid algorithm(barrel only)</td >< td >S.Rahatlou</td ></tr >< tr >< td >< a href
T eta() const
virtual float getValue(const reco::SuperCluster &, const int mode) const
virtual float getValue(const reco::BasicCluster &, const EcalRecHitCollection &) const
float fBremEta(float sigmaPhiSigmaEta, float eta, int algorithm) const
float fEta(float energy, float eta, int algorithm) const