Go to the source code of this file.
◆ operator<<()
◆ operator==()
Definition at line 82 of file ElectronMuonTopoInfo.cxx.
84 return(
d1.DeltaPhi()==
d2.DeltaPhi() &&
d1.DeltaR()==
d2.DeltaR() &&
d1.InvMass()==
d2.InvMass()
85 &&
d1.OppositeCharge()==
d2.OppositeCharge() &&
d1.VertexState() ==
d2.VertexState() );
◆ str()
Helper function for printing the object.
Definition at line 63 of file ElectronMuonTopoInfo.cxx.
66 ss <<
"ElectronMuonTopoInfo at address: " << &
d
67 <<
" RoIWord: " <<
d.RoiWord()
68 <<
" Delta Phi: " <<
d.DeltaPhi()
69 <<
" Delta R: " <<
d.DeltaR()
70 <<
" Invariant mass: " <<
d.InvMass()
71 <<
" electron valid: " <<
d.ElecValid()
72 <<
" opposite charge: " <<
d.OppositeCharge()
73 <<
" vertex state: " <<
d.VertexState();