10 std::cout <<
" Connected cscmap ... " << std::endl;
13 int chamberid = 122090;
16 std::cout <<
"Method chamberid, input: chamberID " << chamberid << std::endl;
21 <<
" " <<
item.chamberLabel << std::endl;
23 <<
" " <<
item.chamberId << std::endl;
25 <<
" " <<
item.endcap << std::endl;
27 <<
" " <<
item.station << std::endl;
29 <<
" " <<
item.ring << std::endl;
31 <<
" " <<
item.chamber << std::endl;
33 <<
" " <<
item.cscIndex << std::endl;
35 <<
" " <<
item.layerIndex << std::endl;
37 <<
" " <<
item.stripIndex << std::endl;
39 <<
" " <<
item.anodeIndex << std::endl;
41 <<
" " <<
item.strips << std::endl;
43 <<
" " <<
item.anodes << std::endl;
45 <<
" " <<
item.crateLabel << std::endl;
47 <<
" " <<
item.crateid << std::endl;
49 <<
" " <<
item.sector << std::endl;
51 <<
" " <<
item.trig_sector << std::endl;
53 <<
" " <<
item.dmb << std::endl;
55 <<
" " <<
item.cscid << std::endl;
57 <<
" " <<
item.ddu << std::endl;
59 <<
" " <<
item.ddu_input << std::endl;
61 <<
" " <<
item.slink << std::endl;
63 <<
" " <<
item.fed_crate << std::endl;
65 <<
" " <<
item.ddu_slot << std::endl;
67 <<
" " <<
item.dcc_fifo << std::endl;
69 <<
" " <<
item.fiber_crate << std::endl;
71 <<
" " <<
item.fiber_pos << std::endl;
73 <<
" " <<
item.fiber_socket << std::endl;
80 std::cout <<
"Method cratedmb, input: crateid " << crateid <<
", dmb " << dmb << std::endl;
82 map->cratedmb(crateid, dmb, &
item);
85 <<
" " <<
item.chamberLabel << std::endl;
87 <<
" " <<
item.chamberId << std::endl;
89 <<
" " <<
item.endcap << std::endl;
91 <<
" " <<
item.station << std::endl;
93 <<
" " <<
item.ring << std::endl;
95 <<
" " <<
item.chamber << std::endl;
97 <<
" " <<
item.cscIndex << std::endl;
99 <<
" " <<
item.layerIndex << std::endl;
101 <<
" " <<
item.stripIndex << std::endl;
103 <<
" " <<
item.anodeIndex << std::endl;
105 <<
" " <<
item.strips << std::endl;
107 <<
" " <<
item.anodes << std::endl;
109 <<
" " <<
item.crateLabel << std::endl;
111 <<
" " <<
item.crateid << std::endl;
113 <<
" " <<
item.sector << std::endl;
115 <<
" " <<
item.trig_sector << std::endl;
117 <<
" " <<
item.dmb << std::endl;
119 <<
" " <<
item.cscid << std::endl;
121 <<
" " <<
item.ddu << std::endl;
123 <<
" " <<
item.ddu_input << std::endl;
125 <<
" " <<
item.slink << std::endl;
127 <<
" " <<
item.fed_crate << std::endl;
129 <<
" " <<
item.ddu_slot << std::endl;
131 <<
" " <<
item.dcc_fifo << std::endl;
133 <<
" " <<
item.fiber_crate << std::endl;
135 <<
" " <<
item.fiber_pos << std::endl;
137 <<
" " <<
item.fiber_socket << std::endl;
144 std::cout <<
"Method ruiddu, input: rui " << rui <<
", ddu_input " << ddu_input << std::endl;
146 map->ruiddu(rui, ddu_input, &
item);
149 <<
" " <<
item.chamberLabel << std::endl;
151 <<
" " <<
item.chamberId << std::endl;
153 <<
" " <<
item.endcap << std::endl;
155 <<
" " <<
item.station << std::endl;
157 <<
" " <<
item.ring << std::endl;
159 <<
" " <<
item.chamber << std::endl;
161 <<
" " <<
item.cscIndex << std::endl;
163 <<
" " <<
item.layerIndex << std::endl;
165 <<
" " <<
item.stripIndex << std::endl;
167 <<
" " <<
item.anodeIndex << std::endl;
169 <<
" " <<
item.strips << std::endl;
171 <<
" " <<
item.anodes << std::endl;
173 <<
" " <<
item.crateLabel << std::endl;
175 <<
" " <<
item.crateid << std::endl;
177 <<
" " <<
item.sector << std::endl;
179 <<
" " <<
item.trig_sector << std::endl;
181 <<
" " <<
item.dmb << std::endl;
183 <<
" " <<
item.cscid << std::endl;
185 <<
" " <<
item.ddu << std::endl;
187 <<
" " <<
item.ddu_input << std::endl;
189 <<
" " <<
item.slink << std::endl;
191 <<
" " <<
item.fed_crate << std::endl;
193 <<
" " <<
item.ddu_slot << std::endl;
195 <<
" " <<
item.dcc_fifo << std::endl;
197 <<
" " <<
item.fiber_crate << std::endl;
199 <<
" " <<
item.fiber_pos << std::endl;
201 <<
" " <<
item.fiber_socket << std::endl;
204 std::cout <<
"Here is the start" << std::endl;
205 std::cout <<
"-----------------" << std::endl;
208 std::cout <<
"---------------" << std::endl;
209 std::cout <<
"Here is the end" << std::endl;