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";
98 parser.pivotStartStation >>
"-" >>
parser.pivotStopChan >>
":" >>
parser.pivotStopStation) {
106 parser.pivotStartChan >>
":" >>
parser.pivotStartStation >>
"-" >>
parser.pivotStopChan >>
":" >>
parser.pivotStopStation) {
117 std::unique_ptr<EtaCMA> CMA = std::make_unique<EtaCMA>(
m_etaCMA.front());
126 std::unique_ptr<EvenPhiCMA> CMA = std::make_unique<EvenPhiCMA>(
m_evenphiCMA.front());
135 std::unique_ptr<OddPhiCMA> CMA = std::make_unique<OddPhiCMA>(
m_oddphiCMA.front());
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;