13 :m_pattern(0),m_length(-1)
25 :m_pattern(0), m_length(len)
36 :m_pattern(0),m_length(-1)
69 std::cerr <<
"internal error TGCHitPattern::getChannel()" << std::endl;
100 std::cout <<
"TGCHitPattern::setChannel() error : size is different" << std::endl;
115 if(
i%
unit==0) std::cout<<
"\n_";
121 std::cout << std::endl;
128 std::cout <<
" [" <<
m_length <<
"bit] ";
137 std::cout << std::endl;
193 for(
i=0;
i<Cycle;
i++) {
194 for (j=0; j<Width; j++) std::cout <<
"=";
196 std::cout <<
" |\n| ";
197 for(
i=0;
i<Cycle;
i++) {
198 for (j=0; j<Width; j++) {
199 if ((j == 0) && (
i%10 == 0)) std::cout <<
i/10;
200 else std::cout <<
" ";
204 std::cout <<
" |\n| ";
205 for(
i=0;
i<Cycle;
i++) {
206 for (j=0; j<Width; j++) {
207 if (j == 0) std::cout <<
i%10;
208 else std::cout <<
" ";
212 std::cout <<
" |\n| ";
213 for(
i=0;
i<Cycle;
i++) {
214 for (j=0; j<Width; j++) std::cout <<
"-";
222 if ((
i>0) && (
i%Cycle==0)) std::cout<<
" |\n| ";
223 for (j=0; j<Width; j++) {
225 else std::cout <<
".";