ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HbbAnalysis/src/Muon.cc
(Generate patch)

Comparing UserCode/HbbAnalysis/src/Muon.cc (file contents):
Revision 1.1 by amagnan, Thu Sep 17 19:39:52 2009 UTC vs.
Revision 1.3 by agilbert, Tue Nov 8 21:41:47 2011 UTC

# 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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines