Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef EnergyUncertaintyElectronSpecific_H
0002 #define EnergyUncertaintyElectronSpecific_H
0003 
0004 /** \class EnergyUncertaintyElectronSpecific
0005  **
0006  **  \author Anne-Fleur Barfuss, Kansas State University
0007  **
0008  ***/
0009 
0010 #include "DataFormats/EgammaCandidates/interface/GsfElectron.h"
0011 
0012 namespace egamma {
0013 
0014   double electronEnergyUncertainty(reco::GsfElectron::Classification c, double eta, double brem, double energy);
0015 
0016 }
0017 
0018 #endif