Go to the source code of this file.
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const RDOindex & | rdo ) |
Definition at line 92 of file RDOindex.cxx.
92 {
93 std::stringstream tmp_stream;
94
98 int doublet_r;
99 int doublet_z;
100 int doublet_phi;
101 int gas_gap;
102 int measures_phi;
104
106
107 tmp_stream <<
"RPC PAD /" << std::hex << std::showbase << rdo.
side() <<
"/" << rdo.
SLid() <<
"/" << rdo.
PADid()
108 <<
" mapped on offline Id /" << std::dec <<
name <<
"/" <<
eta <<
"/" <<
phi <<
"/" << doublet_r <<
"/" << doublet_z <<
"/"
109 << doublet_phi <<
"/" << gas_gap <<
"/" << measures_phi <<
"/" <<
strip <<
" .... hashId = " << rdo.
hash() << std::endl;
110
111 stream << tmp_stream.str();
112
114}
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
unsigned short int SLid(void) const
void offline_indexes(int &name, int &eta, int &phi, int &doublet_r, int &doublet_z, int &doublet_phi, int &gas_gap, int &measures_phi, int &strip) const
unsigned int hash(void) const
unsigned short int side(void) const
unsigned short int PADid(void) const