#include <CMApivotdata.h>
Definition at line 20 of file CMApivotdata.h.
◆ ETAlist
◆ EvenPHIlist
◆ OddPHIlist
◆ CMApivotdata()
CMApivotdata::CMApivotdata |
( |
DBline & |
data, |
|
|
int |
type, |
|
|
const std::string & |
layout |
|
) |
| |
◆ ~CMApivotdata()
virtual RPC_CondCabling::CMApivotdata::~CMApivotdata |
( |
| ) |
|
|
virtualdefault |
◆ confirm_data()
Definition at line 40 of file CMApivotdata.cxx.
45 std::ostringstream disp;
49 <<
"CMA cabling error into configuration for Sector Type " <<
parser.sectorType <<
", " <<
m_covtag <<
" " <<
view
50 <<
" CMA number " <<
parser.number << std::endl
51 <<
" coverage tag ==> " <<
m_covtag <<
" <== is not recognized!";
58 <<
"CMA cabling error into configuration for Sector Type " <<
parser.sectorType <<
", " <<
view <<
" CMA number "
59 <<
parser.number << std::endl
60 <<
" start position (" <<
parser.pivotStartChan <<
":" <<
parser.pivotStartStation <<
") is greater than stop position ("
61 <<
parser.pivotStopChan <<
":" <<
parser.pivotStopStation <<
")";
68 <<
"CMA cabling error into configuration for Sector Type " <<
parser.sectorType <<
", " <<
m_covtag <<
" " <<
view
69 <<
" CMA number " <<
parser.number << std::endl
70 <<
" start position (" <<
parser.pivotStartChan <<
":" <<
parser.pivotStartStation <<
") is greater than stop position ("
71 <<
parser.pivotStopChan <<
":" <<
parser.pivotStopStation <<
")";
76 <<
"CMA cabling error into configuration for Sector Type " <<
parser.sectorType <<
", " <<
m_covtag <<
" " <<
view
77 <<
" CMA number " <<
parser.number << std::endl
78 <<
" start position (" <<
parser.pivotStartChan <<
":" <<
parser.pivotStartStation <<
") is lower than stop position ("
79 <<
parser.pivotStopChan <<
":" <<
parser.pivotStopStation <<
")";
84 <<
"CMA cabling error into configuration for Sector Type " <<
parser.sectorType <<
", " <<
m_covtag <<
" " <<
view
85 <<
" CMA number " <<
parser.number << std::endl
86 <<
" phi CMA Pivot connected to more than 1 wired or";
◆ get_data()
◆ give_eta_cma()
std::unique_ptr< EtaCMA > CMApivotdata::give_eta_cma |
( |
| ) |
|
◆ give_evenphi_cma()
std::unique_ptr< EvenPhiCMA > CMApivotdata::give_evenphi_cma |
( |
| ) |
|
◆ give_oddphi_cma()
std::unique_ptr< OddPhiCMA > CMApivotdata::give_oddphi_cma |
( |
| ) |
|
◆ name()
const std::string& BaseObject::name |
( |
| ) |
const |
|
inlineinherited |
◆ Print()
void CMApivotdata::Print |
( |
std::ostream & |
stream, |
|
|
bool |
detail |
|
) |
| const |
|
overridevirtual |
Reimplemented from BaseObject.
Definition at line 142 of file CMApivotdata.cxx.
143 stream <<
"CMA pivot segmentation";
146 stream <<
" eta CMAs:" << std::endl;
147 ETAlist::const_iterator ei;
151 stream <<
"even phi CMAs:" << std::endl;
152 EvenPHIlist::const_iterator
ev;
156 stream <<
"odd phi CMAs:" << std::endl;
157 OddPHIlist::const_iterator od;
◆ reset_data()
void CMApivotdata::reset_data |
( |
void |
| ) |
|
|
private |
◆ tag()
◆ m_covtag
std::string RPC_CondCabling::CMApivotdata::m_covtag {} |
|
private |
◆ m_etaCMA
ETAlist RPC_CondCabling::CMApivotdata::m_etaCMA |
|
private |
◆ m_evenphiCMA
EvenPHIlist RPC_CondCabling::CMApivotdata::m_evenphiCMA |
|
private |
◆ m_fail
bool RPC_CondCabling::CMApivotdata::m_fail {true} |
|
private |
◆ m_layout
std::string RPC_CondCabling::CMApivotdata::m_layout |
|
private |
◆ m_name
std::string BaseObject::m_name |
|
privateinherited |
◆ m_oddphiCMA
OddPHIlist RPC_CondCabling::CMApivotdata::m_oddphiCMA |
|
private |
◆ m_tag
◆ m_view
The documentation for this class was generated from the following files: