17 cout <<
"*****************************************" << endl;
18 cout <<
"******** Inserting Peds in conf-OMDS*****" << endl;
19 cout <<
"*****************************************" << endl;
21 cout <<
"creating fe record " << endl;
29 cout <<
"*********about to insert peds *********" << endl;
30 cout <<
" map size = " << pedset.size() << endl;
32 cout <<
"*********Done peds *********" << endl;
38 const map<EcalLogicID, FEConfigLinParamDat>& linparamset,
43 cout <<
"*********************************************" << endl;
44 cout <<
"**Inserting Linarization coeff in conf-OMDS**" << endl;
45 cout <<
"*********************************************" << endl;
47 cout <<
"creating fe record " << endl;
55 cout <<
"*********about to insert linearization coeff *********" << endl;
56 cout <<
" map size = " << linset.size() << endl;
59 cout <<
"*********Done lineraization coeff *********" << endl;
79 cout <<
"*********************************************" << endl;
80 cout <<
"**Inserting Main FE table in conf-OMDS **" << endl;
81 cout <<
"*********************************************" << endl;
83 cout <<
"creating fe record " << endl;
103 cout <<
"*********Done Main *********" << endl;
115 cout <<
"*****************************************" << endl;
116 cout <<
"test readinf fe_ped with id=" << iconf_req << endl;
117 cout <<
"*****************************************" << endl;
120 fe_ped_info.
setId(iconf_req);
124 map<EcalLogicID, FEConfigPedDat> dataset_ped;
127 typedef map<EcalLogicID, FEConfigPedDat>::const_iterator CIfeped;
131 for (CIfeped
p = dataset_ped.begin();
p != dataset_ped.end(); ++
p) {
141 cout <<
"*****************************************" << endl;
142 cout <<
"test read done" << iconf_req << endl;
143 cout <<
"*****************************************" << endl;
149 cout <<
"Retrieving run list from DB from run nb ... " << runNb << endl;
170 std::cout <<
"we are in read ped from condDB and runNb is " << runNb << endl;
174 std::cout <<
"we are in read ped from condDB" << endl;
176 std::vector<MonRunIOV> mon_run_vec = mon_list.
getRuns();
177 cout <<
"number of ped runs is : " << mon_run_vec.size() << endl;
178 int mon_runs = mon_run_vec.size();
182 for (
int ii = 0;
ii < (
int)mon_run_vec.size();
ii++)
183 cout <<
"here is the run number: " << mon_run_vec[
ii].getRunIOV().getRunNumber() << endl;
187 cout <<
" retrieve the data for a given run" << endl;
188 cout <<
"here is the run number: " << mon_run_vec[
run].getRunIOV().getRunNumber() << endl;
189 iovId = mon_run_vec[
run].getID();
197 cout <<
"*****************************************" << endl;
198 cout <<
"************Inserting SLIDING************" << endl;
199 cout <<
"*****************************************" << endl;
215 cout <<
"*****************************************" << endl;
216 cout <<
"************SLI done*********************" << endl;
217 cout <<
"*****************************************" << endl;
222 const map<EcalLogicID, FEConfigLUTDat>& lutset,
223 const map<EcalLogicID, FEConfigLUTParamDat>& lutparamset,
226 cout <<
"*****************************************" << endl;
227 cout <<
"************Inserting LUT************" << endl;
228 cout <<
"*****************************************" << endl;
248 cout <<
"*****************************************" << endl;
249 cout <<
"************LUT done*********************" << endl;
250 cout <<
"*****************************************" << endl;
255 const map<EcalLogicID, FEConfigWeightDat>& lutset,
258 cout <<
"*****************************************" << endl;
259 cout <<
"************Inserting weights************" << endl;
260 cout <<
"*****************************************" << endl;
279 cout <<
"*****************************************" << endl;
280 cout <<
"************WEIGHT done******************" << endl;
281 cout <<
"*****************************************" << endl;
286 const map<EcalLogicID, FEConfigFgrDat>& fgrset,
287 const map<EcalLogicID, FEConfigFgrParamDat>& fgrparamset,
288 const map<EcalLogicID, FEConfigFgrEETowerDat>& dataset3,
289 const map<EcalLogicID, FEConfigFgrEEStripDat>& dataset4,
292 cout <<
"*****************************************" << endl;
293 cout <<
"************Inserting Fgr************" << endl;
294 cout <<
"*****************************************" << endl;
318 cout <<
"*****************************************" << endl;
319 cout <<
"************Fgr done*********************" << endl;
320 cout <<
"*****************************************" << endl;
325 cout <<
"*****************************************" << endl;
326 cout <<
"************Inserting Spike************" << endl;
327 cout <<
"*****************************************" << endl;
342 cout <<
"*****************************************" << endl;
343 cout <<
"************Spike done*******************" << endl;
344 cout <<
"*****************************************" << endl;
349 cout <<
"*****************************************" << endl;
350 cout <<
"************Inserting Delays************" << endl;
351 cout <<
"*****************************************" << endl;
366 cout <<
"*****************************************" << endl;
367 cout <<
"************Delays done******************" << endl;
368 cout <<
"*****************************************" << endl;
374 cout <<
"=============RunTag:" << endl;
375 cout <<
"GeneralTag: " <<
tag->getGeneralTag() << endl;
376 cout <<
"Location: " <<
tag->getLocationDef().getLocation() << endl;
377 cout <<
"Run Type: " <<
tag->getRunTypeDef().getRunType() << endl;
378 cout <<
"====================" << endl;
383 cout <<
"=============RunIOV:" << endl;
389 cout <<
"====================" << endl;