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.1 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 11 | Line 11 | namespace HbbAnalysis {
11      fourVec_.Clear();
12    }
13  
14 +  void Candidate::Print() const {
15 +    std::cout << "pT: " << Pt() << " " << "  Eta: " << Eta() << "  Phi: " << GetTLorentzVector().Phi() << std::endl;
16 +    //GetTLorentzVector().Print();
17 +  }
18   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines