15 if (!(
data(
"station") >> m_station))
return;
22 parse_params.sectorType =
type;
23 parse_params.station = m_station;
24 parse_params.number = -1;
25 if (get_data(
data, parse_params)) { m_wor.emplace_back(parse_params); }
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 <<
")";
47 if (
data(
"hard wired phi chamber") >> parse_params.number >> parse_params.
start >>
"-" >> parse_params.
stop) {
57 std::unique_ptr<WiredOR> Wor = std::make_unique<WiredOR>(
m_wor.front());
68 stream <<
" Wired ORs:" << std::endl;