# | Line 1 | Line 1 | |
---|---|---|
1 | #include "UserCode/HbbAnalysis/interface/Muon.hh" | |
2 | ||
3 | namespace HbbAnalysis { | |
4 | + | //Constructors |
5 | + | Muon::Muon(){ |
6 | + | } |
7 | + | |
8 | + | void Muon::Clear() { |
9 | + | Lepton::Clear(); |
10 | + | trk_.Clear(); |
11 | + | isoR03_.Clear(); |
12 | + | isoR05_.Clear(); |
13 | + | id_.Clear(); |
14 | + | } |
15 | + | |
16 | + | void Muon::Print() const{ |
17 | + | Lepton::Print(); |
18 | + | } |
19 | ||
20 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |