#include <WiredORdata.h>
Definition at line 17 of file WiredORdata.h.
◆ WORlist
◆ WiredORdata()
WiredORdata::WiredORdata |
( |
DBline & |
data, |
|
|
int |
type |
|
) |
| |
Definition at line 13 of file WiredORdata.cxx.
22 parse_params.sectorType =
type;
24 parse_params.number = -1;
◆ ~WiredORdata()
WiredORdata::~WiredORdata |
( |
| ) |
|
|
virtualdefault |
◆ confirm_boundary()
Definition at line 32 of file WiredORdata.cxx.
33 if (parse_params.
start > parse_params.
stop) {
36 <<
"WORdata error in configuration for Sector Type " << parse_params.sectorType <<
", station " << parse_params.station
37 <<
", WOR number " << parse_params.number << std::endl
38 <<
" start RPC chamber (" << parse_params.
start <<
") is greater than "
39 <<
"stop RPC chamber (" << parse_params.
stop <<
")";
◆ get_data()
Definition at line 45 of file WiredORdata.cxx.
47 if (
data(
"hard wired phi chamber") >> parse_params.number >> parse_params.
start >>
"-" >> parse_params.
stop) {
◆ give_wor()
std::unique_ptr< WiredOR > WiredORdata::give_wor |
( |
void |
| ) |
|
Definition at line 55 of file WiredORdata.cxx.
57 std::unique_ptr<WiredOR> Wor = std::make_unique<WiredOR>(
m_wor.front());
◆ name()
const std::string& BaseObject::name |
( |
| ) |
const |
|
inlineinherited |
◆ Print()
void WiredORdata::Print |
( |
std::ostream & |
stream, |
|
|
bool |
detail |
|
) |
| const |
|
overridevirtual |
◆ reset_data()
void WiredORdata::reset_data |
( |
| ) |
|
|
private |
◆ station()
int RPC_CondCabling::WiredORdata::station |
( |
| ) |
const |
|
inline |
◆ tag()
◆ m_fail
bool RPC_CondCabling::WiredORdata::m_fail |
|
private |
◆ m_name
std::string BaseObject::m_name |
|
privateinherited |
◆ m_station
int RPC_CondCabling::WiredORdata::m_station {-1} |
|
private |
◆ m_tag
◆ m_wor
WORlist RPC_CondCabling::WiredORdata::m_wor |
|
private |
The documentation for this class was generated from the following files: