Go to the documentation of this file.00001 #ifndef RecoParticleFlow_PFClusterTools_PFEnergyResolution_h
00002 #define RecoParticleFlow_PFClusterTools_PFEnergyResolution_h
00003
00004
00005
00006
00007
00008
00020
00021
00022
00023
00024
00025
00026
00027 #include <iostream>
00028
00029
00030
00031 class PFEnergyResolution
00032 {
00033 public:
00034 PFEnergyResolution();
00035
00036
00037 ~PFEnergyResolution();
00038
00039 double getEnergyResolutionEm(double CorrectedEnergy, double eta) const;
00040
00041 double getEnergyResolutionHad(double energyHCAL, double eta, double phi) const;
00042
00043 };
00044
00045 #endif
00046
00047