# | Line 1 | Line 1 | |
---|---|---|
1 | #include "UserCode/HbbAnalysis/interface/Electron.hh" | |
2 | ||
3 | namespace HbbAnalysis { | |
4 | + | //Constructors |
5 | + | Electron::Electron(){ |
6 | + | } |
7 | + | |
8 | + | void Electron::Clear() { |
9 | + | Lepton::Clear(); |
10 | + | sc_.Clear(); |
11 | + | iso_.Clear(); |
12 | + | id_.Clear(); |
13 | + | } |
14 | ||
15 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |