32 std::cout <<
" Connected cscmap ... " << std::endl;
35 int chamberid = 122090;
38 std::cout <<
"Method chamberid, input: chamberID " << 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;
63 <<
" " << item.
strips << std::endl;
65 <<
" " << item.
anodes << std::endl;
69 <<
" " << item.
crateid << std::endl;
71 <<
" " << item.
sector << std::endl;
75 <<
" " << item.
dmb << std::endl;
77 <<
" " << item.
cscid << std::endl;
79 <<
" " << item.
ddu << std::endl;
83 <<
" " << item.
slink << std::endl;
87 <<
" " << item.
ddu_slot << std::endl;
89 <<
" " << item.
dcc_fifo << std::endl;
102 std::cout <<
"Method cratedmb, input: crateid " << crateid <<
", dmb " << dmb << 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;
127 <<
" " << item.
strips << std::endl;
129 <<
" " << item.
anodes << std::endl;
133 <<
" " << item.
crateid << std::endl;
135 <<
" " << item.
sector << std::endl;
139 <<
" " << item.
dmb << std::endl;
141 <<
" " << item.
cscid << std::endl;
143 <<
" " << item.
ddu << std::endl;
147 <<
" " << item.
slink << std::endl;
151 <<
" " << item.
ddu_slot << std::endl;
153 <<
" " << item.
dcc_fifo << std::endl;
166 std::cout <<
"Method ruiddu, input: rui " << rui <<
", ddu_input " << ddu_input << std::endl;
168 map->
ruiddu(rui, ddu_input, &item);
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;
191 <<
" " << item.
strips << std::endl;
193 <<
" " << item.
anodes << std::endl;
197 <<
" " << item.
crateid << std::endl;
199 <<
" " << item.
sector << std::endl;
203 <<
" " << item.
dmb << std::endl;
205 <<
" " << item.
cscid << std::endl;
207 <<
" " << item.
ddu << std::endl;
211 <<
" " << item.
slink << std::endl;
215 <<
" " << item.
ddu_slot << std::endl;
217 <<
" " << item.
dcc_fifo << 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 &)
void ruiddu(int rui, int ddu_input, CSCMapItem::MapItem *item)
#define DEFINE_FWK_MODULE(type)
void chamber(int chamberid, CSCMapItem::MapItem *item)
void cratedmb(int crate, int dmb, CSCMapItem::MapItem *item)