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.2 by agilbert, Tue Oct 25 13:26:51 2011 UTC vs.
Revision 1.4 by agilbert, Wed Jan 25 18:45:50 2012 UTC

# Line 12 | Line 12 | namespace HbbAnalysis {
12      id_.Clear();
13    }
14  
15 +  void Electron::Print() const{
16 +    Lepton::Print();
17 +    std::cout << "WP Bits: " << id_.electronIDs.find("simpleEleId85relIso")->second << "\t" << int(id_.electronIDs.find("simpleEleId85relIso")->second + 0.5) << std::endl;
18 +    std::cout << "SC Eta: " << sc_.eta << std::endl;
19 +
20 +  }
21   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines