32 std::cout <<
" Connected cscmap ... " << std::endl;
35 int chamberid = 122090;
38 std::cout <<
"Method chamberid, input: chamberID " << chamberid << std::endl;
43 <<
" " <<
item.chamberLabel << std::endl;
45 <<
" " <<
item.chamberId << std::endl;
47 <<
" " <<
item.endcap << std::endl;
49 <<
" " <<
item.station << std::endl;
51 <<
" " <<
item.ring << std::endl;
53 <<
" " <<
item.chamber << std::endl;
55 <<
" " <<
item.cscIndex << std::endl;
57 <<
" " <<
item.layerIndex << std::endl;
59 <<
" " <<
item.stripIndex << std::endl;
61 <<
" " <<
item.anodeIndex << std::endl;
63 <<
" " <<
item.strips << std::endl;
65 <<
" " <<
item.anodes << std::endl;
67 <<
" " <<
item.crateLabel << std::endl;
69 <<
" " <<
item.crateid << std::endl;
71 <<
" " <<
item.sector << std::endl;
73 <<
" " <<
item.trig_sector << std::endl;
75 <<
" " <<
item.dmb << std::endl;
77 <<
" " <<
item.cscid << std::endl;
79 <<
" " <<
item.ddu << std::endl;
81 <<
" " <<
item.ddu_input << std::endl;
83 <<
" " <<
item.slink << std::endl;
85 <<
" " <<
item.fed_crate << std::endl;
87 <<
" " <<
item.ddu_slot << std::endl;
89 <<
" " <<
item.dcc_fifo << std::endl;
91 <<
" " <<
item.fiber_crate << std::endl;
93 <<
" " <<
item.fiber_pos << std::endl;
95 <<
" " <<
item.fiber_socket << std::endl;
102 std::cout <<
"Method cratedmb, input: crateid " << crateid <<
", dmb " << dmb << std::endl;
104 map->cratedmb(crateid, dmb, &
item);
107 <<
" " <<
item.chamberLabel << std::endl;
109 <<
" " <<
item.chamberId << std::endl;
111 <<
" " <<
item.endcap << std::endl;
113 <<
" " <<
item.station << std::endl;
115 <<
" " <<
item.ring << std::endl;
117 <<
" " <<
item.chamber << std::endl;
119 <<
" " <<
item.cscIndex << std::endl;
121 <<
" " <<
item.layerIndex << std::endl;
123 <<
" " <<
item.stripIndex << std::endl;
125 <<
" " <<
item.anodeIndex << std::endl;
127 <<
" " <<
item.strips << std::endl;
129 <<
" " <<
item.anodes << std::endl;
131 <<
" " <<
item.crateLabel << std::endl;
133 <<
" " <<
item.crateid << std::endl;
135 <<
" " <<
item.sector << std::endl;
137 <<
" " <<
item.trig_sector << std::endl;
139 <<
" " <<
item.dmb << std::endl;
141 <<
" " <<
item.cscid << std::endl;
143 <<
" " <<
item.ddu << std::endl;
145 <<
" " <<
item.ddu_input << std::endl;
147 <<
" " <<
item.slink << std::endl;
149 <<
" " <<
item.fed_crate << std::endl;
151 <<
" " <<
item.ddu_slot << std::endl;
153 <<
" " <<
item.dcc_fifo << std::endl;
155 <<
" " <<
item.fiber_crate << std::endl;
157 <<
" " <<
item.fiber_pos << std::endl;
159 <<
" " <<
item.fiber_socket << std::endl;
166 std::cout <<
"Method ruiddu, input: rui " << rui <<
", ddu_input " << ddu_input << std::endl;
168 map->ruiddu(rui, ddu_input, &
item);
171 <<
" " <<
item.chamberLabel << std::endl;
173 <<
" " <<
item.chamberId << std::endl;
175 <<
" " <<
item.endcap << std::endl;
177 <<
" " <<
item.station << std::endl;
179 <<
" " <<
item.ring << std::endl;
181 <<
" " <<
item.chamber << std::endl;
183 <<
" " <<
item.cscIndex << std::endl;
185 <<
" " <<
item.layerIndex << std::endl;
187 <<
" " <<
item.stripIndex << std::endl;
189 <<
" " <<
item.anodeIndex << std::endl;
191 <<
" " <<
item.strips << std::endl;
193 <<
" " <<
item.anodes << std::endl;
195 <<
" " <<
item.crateLabel << std::endl;
197 <<
" " <<
item.crateid << std::endl;
199 <<
" " <<
item.sector << std::endl;
201 <<
" " <<
item.trig_sector << std::endl;
203 <<
" " <<
item.dmb << std::endl;
205 <<
" " <<
item.cscid << std::endl;
207 <<
" " <<
item.ddu << std::endl;
209 <<
" " <<
item.ddu_input << std::endl;
211 <<
" " <<
item.slink << std::endl;
213 <<
" " <<
item.fed_crate << std::endl;
215 <<
" " <<
item.ddu_slot << std::endl;
217 <<
" " <<
item.dcc_fifo << std::endl;
219 <<
" " <<
item.fiber_crate << std::endl;
221 <<
" " <<
item.fiber_pos << std::endl;
223 <<
" " <<
item.fiber_socket << std::endl;
226 std::cout <<
"Here is the start" << std::endl;
227 std::cout <<
"-----------------" << std::endl;
230 std::cout <<
"---------------" << std::endl;
231 std::cout <<
"Here is the end" << std::endl;
void analyze(const edm::Event &, const edm::EventSetup &) override
CSCMap1Read(const edm::ParameterSet &)
#define DEFINE_FWK_MODULE(type)