Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:46

0001 #ifndef RecoEgamma_EgammaElectronAlgos_ecalClusterEnergyUncertaintyElectronSpecific_h
0002 #define RecoEgamma_EgammaElectronAlgos_ecalClusterEnergyUncertaintyElectronSpecific_h
0003 
0004 /** ecalClusterEnergyUncertaintyElectronSpecific
0005   *  Function that provides uncertainty on supercluster energy measurement
0006   *  Available numbers: total effective uncertainty (in GeV)
0007   *                     assymetric uncertainties (positive and negative)
0008   *
0009   *  $Id: ecalClusterEnergyUncertaintyElectronSpecific.h
0010   *  $Date:
0011   *  $Revision:
0012   *  \author Nicolas Chanon, December 2011
0013   */
0014 
0015 namespace reco {
0016   class SuperCluster;
0017 }
0018 
0019 namespace egamma {
0020 
0021   float ecalClusterEnergyUncertaintyElectronSpecific(reco::SuperCluster const& superCluster);
0022 
0023 }
0024 
0025 #endif