CMS 3D CMS Logo

EnergyUncertaintyPhotonSpecific.h
Go to the documentation of this file.
1 #ifndef EnergyUncertaintyPhotonSpecific_H
2 #define EnergyUncertaintyPhotonSpecific_H
3 
15 
17 public:
20 
21  void init(const edm::EventSetup& theEventSetup);
22  //void calculate( edm::Event& evt, reco::Photon &, int subdet,const reco::VertexCollection& vtxcol,const edm::EventSetup& iSetup) ;
23  //double applyCrackCorrection(const reco::SuperCluster &cl, EcalClusterFunctionBaseClass* crackCorrectionFunction);
24 
25  double computePhotonEnergyUncertainty_lowR9(double eta, double brem, double energy);
26  double computePhotonEnergyUncertainty_highR9(double eta, double brem, double energy);
27 
28 private:
29 };
30 
31 #endif
double computePhotonEnergyUncertainty_highR9(double eta, double brem, double energy)
Definition: config.py:1
double computePhotonEnergyUncertainty_lowR9(double eta, double brem, double energy)
EnergyUncertaintyPhotonSpecific(const edm::ParameterSet &config)
void init(const edm::EventSetup &theEventSetup)