 |
ATLAS Offline Software
|
Go to the documentation of this file.
18 ss <<
"Et: " <<
et <<
" (" <<
et.to_ulong() <<
") "
19 <<
"Eta: " <<
eta <<
" (" <<
eta.to_ulong() <<
") "
20 <<
"Phi: " <<
phi <<
" (" <<
phi.to_ulong() <<
") ";
virtual std::string to_string() const =0
print out contents to string
Extra patterns decribing particle interation process.
Scalar phi() const
phi method
Scalar eta() const
pseudorapidity method
Class to hold common (eta/eta/phi) TOB bits.
std::ostream & operator<<(std::ostream &os, const TestCounts &tc)
virtual std::bitset< s_eta_width > eta_bits() const =0
Returns the eta bits of this TOB.
virtual std::bitset< s_et_width > et_bits() const =0
Returns the eT bits of this TOB.
virtual std::bitset< s_phi_width > phi_bits() const =0
Returns the phi bits of this TOB.