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

Comparing UserCode/HbbAnalysis/src/Electron.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:51 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines