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 
21 
22  virtual void correct(reco::GsfElectron &);
23 
24  private:
25 
26  void classify(const reco::GsfElectron &);
27 
28 // bool isInCrack(float eta) const;
29 // bool isInEtaGaps(float eta) const;
30 // bool isInPhiGaps(float phi) const;
31 
33 
34 };
35 
36 #endif
37 
38 
39 
40 
virtual void correct(reco::GsfElectron &)
reco::GsfElectron::Classification getClass() const
reco::GsfElectron::Classification electronClass_
void classify(const reco::GsfElectron &)