10 std::cout <<
" Connected cscmap ... " << std::endl;
13 int chamberid = 122090;
16 std::cout <<
"Method chamberid, input: chamberID " << 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;
41 <<
" " << item.
strips << std::endl;
43 <<
" " << item.
anodes << std::endl;
47 <<
" " << item.
crateid << std::endl;
49 <<
" " << item.
sector << std::endl;
53 <<
" " << item.
dmb << std::endl;
55 <<
" " << item.
cscid << std::endl;
57 <<
" " << item.
ddu << std::endl;
61 <<
" " << item.
slink << std::endl;
65 <<
" " << item.
ddu_slot << std::endl;
67 <<
" " << item.
dcc_fifo << std::endl;
80 std::cout <<
"Method cratedmb, input: crateid " << crateid <<
", dmb " << dmb << 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;
105 <<
" " << item.
strips << std::endl;
107 <<
" " << item.
anodes << std::endl;
111 <<
" " << item.
crateid << std::endl;
113 <<
" " << item.
sector << std::endl;
117 <<
" " << item.
dmb << std::endl;
119 <<
" " << item.
cscid << std::endl;
121 <<
" " << item.
ddu << std::endl;
125 <<
" " << item.
slink << std::endl;
129 <<
" " << item.
ddu_slot << std::endl;
131 <<
" " << item.
dcc_fifo << std::endl;
144 std::cout <<
"Method ruiddu, input: rui " << rui <<
", ddu_input " << ddu_input << std::endl;
146 map->
ruiddu(rui, ddu_input, &item);
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;
169 <<
" " << item.
strips << std::endl;
171 <<
" " << item.
anodes << std::endl;
175 <<
" " << item.
crateid << std::endl;
177 <<
" " << item.
sector << std::endl;
181 <<
" " << item.
dmb << std::endl;
183 <<
" " << item.
cscid << std::endl;
185 <<
" " << item.
ddu << std::endl;
189 <<
" " << item.
slink << std::endl;
193 <<
" " << item.
ddu_slot << std::endl;
195 <<
" " << item.
dcc_fifo << 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;
void analyze(const edm::Event &, const edm::EventSetup &) override
CSCMap1Read(const edm::ParameterSet &)
void ruiddu(int rui, int ddu_input, CSCMapItem::MapItem *item)
void chamber(int chamberid, CSCMapItem::MapItem *item)
void cratedmb(int crate, int dmb, CSCMapItem::MapItem *item)