Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef ElectronClassification_H
0002 #define ElectronClassification_H
0003 
0004 //===================================================================
0005 // Author: Federico Ferri - INFN Milano, Bicocca university
0006 // 12/2005
0007 // See GsfElectron::Classification
0008 //===================================================================
0009 
0010 #include "DataFormats/EgammaCandidates/interface/GsfElectron.h"
0011 
0012 namespace egamma {
0013   reco::GsfElectron::Classification classifyElectron(reco::GsfElectron const&);
0014 }
0015 
0016 #endif