# | Line 12 | Line 12 | namespace HbbAnalysis { | |
---|---|---|
12 | } | |
13 | ||
14 | void Candidate::Print() const { | |
15 | < | std::cout << "pT: " << Pt() << " "; |
16 | < | GetTLorentzVector().Print(); |
15 | > | std::cout << "pT: " << Pt() << " " << " Eta: " << Eta() << " Phi: " << GetTLorentzVector().Phi() << std::endl; |
16 | > | //GetTLorentzVector().Print(); |
17 | } | |
18 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |