CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ElectronClassification.h
Go to the documentation of this file.
1 #ifndef ElectronClassification_H
2 #define ElectronClassification_H
3 
4 //===================================================================
5 // Author: Federico Ferri - INFN Milano, Bicocca university
6 // 12/2005
7 // See GsfElectron::Classification
8 //===================================================================
9 
10 //#include "ElectronPhoton/EgammaAnalysis/interface/EgammaCorrector.h"
12 
13 
15 {
16  public:
17 
19 
20  void classify( reco::GsfElectron & ) ;
22 
23  private:
24 
25 // void classify(const reco::GsfElectron &);
26 
27 // bool isInCrack(float eta) const;
28 // bool isInEtaGaps(float eta) const;
29 // bool isInPhiGaps(float phi) const;
30 
31 // reco::GsfElectron::Classification electronClass_;
32 
33 };
34 
35 #endif
36 
37 
38 
39 
void classify(reco::GsfElectron &)
void refineWithPflow(reco::GsfElectron &)