CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/RecoEgamma/EgammaElectronAlgos/interface/ElectronClassification.h

Go to the documentation of this file.
00001 #ifndef ElectronClassification_H
00002 #define ElectronClassification_H
00003 
00004 //===================================================================
00005 // Author: Federico Ferri - INFN Milano, Bicocca university
00006 // 12/2005
00007 // See GsfElectron::Classification
00008 //===================================================================
00009 
00010 //#include "ElectronPhoton/EgammaAnalysis/interface/EgammaCorrector.h"
00011 #include "DataFormats/EgammaCandidates/interface/GsfElectron.h"
00012 
00013 
00014 class ElectronClassification
00015 {
00016  public:
00017 
00018   ElectronClassification(){}
00019 
00020   void classify( reco::GsfElectron & ) ;
00021   void refineWithPflow( reco::GsfElectron & ) ;
00022 
00023  private:
00024 
00025 //  void classify(const reco::GsfElectron &);
00026 
00027 //  bool isInCrack(float eta) const;
00028 //  bool isInEtaGaps(float eta) const;
00029 //  bool isInPhiGaps(float phi) const;
00030 
00031 //  reco::GsfElectron::Classification electronClass_;
00032 
00033 };
00034 
00035 #endif
00036 
00037 
00038 
00039