51 edm::LogInfo(
"EcalTPGBadXTHandler") <<
"Started GetNewObjects!!!";
54 unsigned int max_since=0;
56 edm::LogInfo(
"EcalTPGBadXTHandler") <<
"max_since : " << max_since;
57 edm::LogInfo(
"EcalTPGBadXTHandler") <<
"retrieved last payload ";
60 edm::LogInfo(
"EcalTPGBadXTHandler") <<
"Retrieving run list from ONLINE DB ... ";
62 edm::LogInfo(
"EcalTPGBadXTHandler") <<
"Making connection...";
94 if(min_run<max_since) {
102 edm::LogInfo(
"EcalTPGBadXTHandler") <<
"min_run= " << min_run <<
"max_run= " << max_run;
108 std::vector<RunIOV> run_vec= my_list.
getRuns();
109 size_t num_runs=run_vec.size();
111 std::cout <<
"number of runs is : "<< num_runs<< std::endl;
113 std::vector<EcalLogicID> my_EcalLogicId;
114 std::vector<EcalLogicID> my_EcalLogicId_EE;
124 "EB_crystal_number",123 );
130 "EE_crystal_number",123 );
134 for(
size_t kr=0; kr<run_vec.size(); kr++){
135 std::cout <<
"here we are in run "<<kr<<std::endl;
136 irun=
static_cast<unsigned int>(run_vec[kr].getRunNumber());
138 std::cout<<
" **************** "<<std::endl;
139 std::cout<<
" **************** "<<std::endl;
143 std::map<EcalLogicID, RunTPGConfigDat>
dataset;
146 std::string the_config_tag=
"";
147 int the_config_version=0;
149 std::map< EcalLogicID, RunTPGConfigDat>::const_iterator it;
152 for( it=dataset.begin(); it!=dataset.end(); it++ )
165 std::cout<<
" run= "<<irun<<
" tag "<<the_config_tag<<
" version="<<the_config_version <<std::endl;
171 std::cout<<
"the tag is different from last transferred run ... retrieving last config set from DB"<<std::endl;
180 std::cout <<
" before fetch config set" << std::endl;
181 econn-> fetchConfigSet(&fe_main_info);
182 std::cout <<
" after fetch config set" << std::endl;
186 int badxtId=fe_main_info.
getBxtId();
188 if( badxtId !=
m_i_badXT && badxtId!=0) {
191 fe_badXt_info.
setId(badxtId);
192 econn-> fetchConfigSet(&fe_badXt_info);
193 std::vector<FEConfigBadXTDat> dataset_TpgBadXT;
202 typedef std::vector<FEConfigBadXTDat>::const_iterator CIfeped;
207 for (CIfeped
p = dataset_TpgBadXT.begin();
p != dataset_TpgBadXT.end();
p++) {
216 if (fed_id>=610 && fed_id<=645) {
221 if(fed_id<=627 ) sm_num=fed_id-609+18;
222 if(fed_id>627 ) sm_num=fed_id-627;
227 for(
size_t ixt=0; ixt<my_EcalLogicId.size(); ixt++){
229 if(my_EcalLogicId[ixt].getID1()==fed_id && my_EcalLogicId[ixt].getID2()==tt_id
230 && my_EcalLogicId[ixt].getID3()==xt_id ) {
232 int ecid= my_EcalLogicId[ixt].getLogicID();
233 xt_num=(ecid)-(101100+sm_num)*10000;
238 std::cout<<
" masking crystal "<<sm_num<<
"/"<<xt_num<<
" from fed/tt/xt"<<
239 fed_id<<
"/"<<tt_id<<
"/"<<xt_id<< std::endl;
251 for(
size_t ixt=0; ixt<my_EcalLogicId_EE.size(); ixt++){
253 if(my_EcalLogicId_EE[ixt].getID1()==fed_id && my_EcalLogicId_EE[ixt].getID2()==tt_id
254 && my_EcalLogicId_EE[ixt].getID3()==xt_id ) {
256 long ecid=(long) my_EcalLogicId_EE[ixt].getLogicID();
258 y=ecid-( (long)(ecid/1000) ) *1000;
259 x= ( ecid-
y) /1000 ;
260 x= x -( (long)(x/1000) ) *1000;
261 z= (ecid-y-x*1000 )/1000000 -2010;
273 edm::LogInfo(
"EcalTPGBadXTHandler") <<
"Finished badXT reading";
283 writeFile(
"last_tpg_badXT_settings.txt");
291 writeFile(
"last_tpg_badXT_settings.txt");
293 std::cout<<
" even if the tag/version is not the same, the badXT id is the same -> no transfer needed "<< std::endl;
300 std::cout <<
"ERROR: THIS CONFIG DOES NOT EXIST: tag=" <<the_config_tag
301 <<
" version="<<the_config_version<< std::endl;
306 std::cout<<
" **************** "<<std::endl;
310 std::cout<<
" no tag saved to RUN_TPGCONFIG_DAT by EcalSupervisor -> no transfer needed "<< std::endl;
311 std::cout<<
" **************** "<<std::endl;
316 std::cout<<
" the tag/version is the same -> no transfer needed "<< std::endl;
317 std::cout<<
" **************** "<<std::endl;
318 writeFile(
"last_tpg_badXT_settings.txt");
327 edm::LogInfo(
"EcalTPGBadXTHandler")<<
"Ecal - > end of getNewObjects -----------";
std::vector< RunIOV > getRuns()
void writeFile(const char *inputFile)
void setLocationDef(const LocationDef locDef)
std::string getConfigTag() const
OldContainer m_to_transfer
cond::TagInfo const & tagInfo() const
std::vector< EcalLogicID > getEcalLogicIDSetOrdered(std::string name, int fromId1, int toId1, int fromId2=EcalLogicID::NULLID, int toId2=EcalLogicID::NULLID, int fromId3=EcalLogicID::NULLID, int toId3=EcalLogicID::NULLID, std::string mapsTo="", int orderedBy=EcalLogicID::NULLID)
void fetchConfigDataSet(std::vector< DATT > *fillMap, ICONF *iconf)
void setValue(const uint32_t id, const Item &item)
RunList fetchGlobalRunListByLocation(RunTag tag, int min_run, int max_run, const LocationDef locDef)
void fetchDataSet(std::map< EcalLogicID, DATT > *fillMap, IOVT *iov)
void setRunTypeDef(const RunTypeDef runTypeDef)
EcalCondDBInterface * econn
EcalTPGCrystalStatus * produceEcalTrgChannelStatus()
void setRunType(std::string runtype)
unsigned int m_i_run_number
void setConfigTag(std::string x)
cond::ValidityInterval lastInterval
void setLocation(std::string loc)
void setGeneralTag(std::string tag)
static const int SMCRYSTALMODE
void readFromFile(const char *inputFile)