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

Comparing UserCode/HbbAnalysis/src/Candidate.cc (file contents):
Revision 1.2 by agilbert, Tue Nov 8 21:41:47 2011 UTC vs.
Revision 1.3 by agilbert, Wed Nov 9 15:21:47 2011 UTC

# Line 12 | Line 12 | namespace HbbAnalysis {
12    }
13  
14    void Candidate::Print() const {
15 <    std::cout << "pT: " << Pt() << " " << std::endl;
15 >    std::cout << "pT: " << Pt() << " ";
16      GetTLorentzVector().Print();
17    }
18   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines