CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ElectronEPcombinator.h
Go to the documentation of this file.
1 #ifndef ElectronEPcombinator_H
2 #define ElectronEPcombinator_H
3 
5 #include <stdio.h>
6 #include <math.h>
7 
9 {
10  public:
14 
15  private:
17  void computeEPcombination();
20  double scEnergy_;
21  double scEnergyError_;
24  int elClass_;
25  int mode_;
26 };
27 
28 #endif
void setCombinationMode(int mode)
void combine(SimpleElectron &electron)