#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.
16
18
20 do {
21 WiredOR::parseParams parse_params;
28}
char data[hepevt_bytes_allocation_ATLAS]
BaseObject(ObjectType, const std::string &)
bool get_data(DBline &, WiredOR::parseParams &)
◆ ~WiredORdata()
| WiredORdata::~WiredORdata |
( |
| ) |
|
|
virtualdefault |
◆ confirm_boundary()
Definition at line 32 of file WiredORdata.cxx.
32 {
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 <<
")";
40 return false;
41 }
42 return true;
43}
#define REPORT_MESSAGE_WITH_CONTEXT(LVL, CONTEXT_NAME)
Report a message, with an explicitly specified context name.
int stop
first RPC chamber to which wired strips belong
int start
strip type put in wired OR
◆ get_data()
Definition at line 45 of file WiredORdata.cxx.
45 {
47 if (
data(
"hard wired phi chamber") >> parse_params.
number >> parse_params.
start >>
"-" >> parse_params.
stop) {
50 }
51
53}
bool confirm_boundary(WiredOR::parseParams &) const
◆ give_wor()
| std::unique_ptr< WiredOR > WiredORdata::give_wor |
( |
void | | ) |
|
Definition at line 55 of file WiredORdata.cxx.
55 {
57 std::unique_ptr<WiredOR> Wor = std::make_unique<WiredOR>(
m_wor.front());
59 return Wor;
60 }
61 return nullptr;
62}
◆ name()
| const std::string & BaseObject::name |
( |
| ) |
const |
|
inlineinherited |
◆ Print()
| void WiredORdata::Print |
( |
std::ostream & | stream, |
|
|
bool | detail ) const |
|
overridevirtual |
Reimplemented from BaseObject.
Definition at line 64 of file WiredORdata.cxx.
64 {
66
68 stream <<
" Wired ORs:" << std::endl;
69 for (
const WiredOR& it :
m_wor) stream << ShowRequest<WiredOR>(it, detail);
70}
◆ 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: