#include <WiredOR.h>
Definition at line 26 of file WiredOR.h.
◆ CMAlist
◆ ReadoutCh
◆ RPClink
◆ WiredOR() [1/2]
◆ WiredOR() [2/2]
◆ ~WiredOR()
◆ add_cma()
◆ add_even_read_mul()
void WiredOR::add_even_read_mul |
( |
ReadoutCh & |
mul | ) |
|
◆ add_odd_read_mul()
void WiredOR::add_odd_read_mul |
( |
ReadoutCh & |
mul | ) |
|
◆ check()
Definition at line 83 of file WiredOR.cxx.
88 for (
int i = 0;
i <
ch; ++
i) {
91 <<
error(
"==> No readout coverage for the full set of even PHI strip!");
96 <<
error(
"==> No readout coverage for the full set of odd PHI strip!");
101 <<
error(
"==> Pivot plane even PHI strips must be read only once!");
106 <<
error(
"==> Pivot plane odd PHI strips must be read only once!");
111 error(
"==> Confirm plane even PHI strips can be read only 3 times!");
116 error(
"==> Confirm plane odd PHI strips can be read only 3 times");
◆ connect()
◆ connected_rpc()
Definition at line 48 of file WiredOR.cxx.
49 RPClink::const_iterator rpcs =
m_RPCread.begin();
51 if (!ord)
return (*rpcs).second;
◆ error()
std::string WiredOR::error |
( |
const std::string & |
msg | ) |
|
Definition at line 172 of file WiredOR.cxx.
173 std::ostringstream disp;
◆ error_header()
std::string CablingObject::error_header |
( |
| ) |
const |
|
inherited |
Definition at line 22 of file CablingObject.cxx.
23 std::ostringstream disp;
26 disp <<
":" << std::endl;
◆ even_read_mul()
◆ give_max_eta_strips()
int WiredOR::give_max_eta_strips |
( |
| ) |
const |
◆ give_max_phi_strips()
int WiredOR::give_max_phi_strips |
( |
| ) |
const |
◆ name()
const std::string& BaseObject::name |
( |
| ) |
const |
|
inlineinherited |
◆ no_connection_error()
std::string CablingObject::no_connection_error |
( |
const std::string & |
conn_name, |
|
|
int |
num |
|
) |
| const |
|
inherited |
Definition at line 30 of file CablingObject.cxx.
31 std::ostringstream disp;
32 disp <<
error_header() <<
name() <<
" n. " <<
number() <<
" is supposed to receive input from " << conn_name <<
" n. " <<
num <<
" which doesn't exist!";
◆ number()
int CablingObject::number |
( |
| ) |
const |
|
inherited |
◆ odd_read_mul()
◆ operator=()
◆ Print()
void WiredOR::Print |
( |
std::ostream & |
stream, |
|
|
bool |
detail |
|
) |
| const |
|
virtual |
Reimplemented from BaseObject.
Definition at line 124 of file WiredOR.cxx.
127 stream <<
" connects RPC chamber n. " << std::setw(2) <<
start();
128 stream <<
" to RPC chamber n. " << std::setw(2) <<
stop() << std::endl;
132 RPClink::const_iterator rpc =
m_RPCread.begin();
145 stream <<
" Phi even sector readout multiplicity:" << std::endl;
146 stream <<
"1 5 10 15 20 25 30 35 40 "
147 <<
"45 50 55 60 65 70 75" << std::endl;
148 stream <<
"| | | | | | | | | "
149 <<
"| | | | | | |" << std::endl;
152 stream <<
" Phi odd sector readout multiplicity:" << std::endl;
153 stream <<
"1 5 10 15 20 25 30 35 40 "
154 <<
"45 50 55 60 65 70 75" << std::endl;
155 stream <<
"| | | | | | | | | "
156 <<
"| | | | | | |" << std::endl;
159 stream <<
"========================================"
160 <<
"=======================================" << std::endl;
◆ readoutCMAs()
◆ RPCacquired()
int RPC_CondCabling::WiredOR::RPCacquired |
( |
| ) |
const |
|
inline |
◆ RPCread()
◆ sector_type()
int CablingObject::sector_type |
( |
| ) |
const |
|
inherited |
◆ setup()
◆ side()
◆ start()
int WiredOR::start |
( |
| ) |
const |
◆ station()
int CablingObject::station |
( |
| ) |
const |
|
inherited |
◆ stop()
int WiredOR::stop |
( |
| ) |
const |
◆ tag()
◆ two_obj_error_message()
std::string WiredOR::two_obj_error_message |
( |
const std::string & |
msg, |
|
|
WiredOR * |
wor |
|
) |
| |
Definition at line 164 of file WiredOR.cxx.
165 std::ostringstream disp;
167 <<
" " <<
msg <<
" between " <<
name() <<
" n. " <<
number() <<
" and " << wor->
name() <<
" n. " << wor->
number() << std::endl
◆ m_even_read_mul
ReadoutCh RPC_CondCabling::WiredOR::m_even_read_mul |
|
private |
◆ m_name
std::string BaseObject::m_name |
|
privateinherited |
◆ m_number
int CablingObject::m_number {0} |
|
privateinherited |
◆ m_odd_read_mul
ReadoutCh RPC_CondCabling::WiredOR::m_odd_read_mul |
|
private |
◆ m_params
◆ m_readoutCMAs
CMAlist RPC_CondCabling::WiredOR::m_readoutCMAs |
|
private |
◆ m_RPCread
RPClink RPC_CondCabling::WiredOR::m_RPCread |
|
private |
◆ m_sector_type
int CablingObject::m_sector_type {0} |
|
privateinherited |
◆ m_station
int CablingObject::m_station {0} |
|
privateinherited |
◆ m_tag
The documentation for this class was generated from the following files: