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.2 by agilbert, Tue Oct 25 13:26:52 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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines