CMS 3D CMS Logo

ElectronEPcombinator.h
Go to the documentation of this file.
1 #ifndef ElectronEPcombinator_H
2 #define ElectronEPcombinator_H
3 
5 #include <cstdio>
6 #include <cmath>
7 
9 public:
12  void setCombinationMode(int mode) { mode_ = mode; }
13 
14 private:
16  void computeEPcombination();
19  double scEnergy_;
23  int elClass_;
24  int mode_;
25 };
26 
27 #endif
void setCombinationMode(int mode)
void combine(SimpleElectron &electron)