Go to the source code of this file.
◆ operator<<() [1/2]
std::ostream& operator<< |
( |
std::ostream & |
sstr, |
|
|
const LeptonQuadruplet & |
quad |
|
) |
| |
◆ operator<<() [2/2]
Definition at line 17 of file FourLeptonVertexingAlgorithm.cxx.
20 sstr <<
" Muon pT: " <<
mu->pt() *
MeVtoGeV <<
" [GeV], eta: " <<
mu->eta() <<
", phi: " <<
mu->phi() <<
", q: " <<
mu->charge()
21 <<
", priamry Author: " <<
mu->author();
24 sstr <<
" Electron pT: " << elec->
pt() *
MeVtoGeV <<
" [GeV], eta: " << elec->
eta() <<
", phi: " << elec->
phi()
25 <<
", q: " << elec->
charge();
28 sstr <<
" Track pT: " << trk->
pt() *
MeVtoGeV <<
" [GeV], eta: " << trk->
eta() <<
", phi: " << trk->
phi()
29 <<
", q: " << trk->
charge() <<
", d0: " << trk->
d0() <<
", z0: " << trk->
z0();
31 sstr <<
" index: " <<
part->index();
virtual double pt() const override final
The transverse momentum ( ) of the particle.
virtual double eta() const override final
The pseudorapidity ( ) of the particle.
Class providing the definition of the 4-vector interface.
Class describing a TrackParticle.
virtual double phi() const override final
The azimuthal angle ( ) of the particle (has range to .)