50 "\n------------------------------------------" 51 "\nUnAvailable Service TkHistoMap: please insert in the configuration file an instance like" 52 "\n\tprocess.TkDetMap = cms.Service(\"TkDetMap\")" 53 "\n------------------------------------------";
72 if(!fedcabling)
return;
80 std::string tmap_title =
" Tracker Map from " + map_type;
91 if (map_type ==
"QTestAlarm") {
132 edm::LogError(
"SiStripTopLevelDirNotFound") <<
"I cannot find the SiStrip top level directory in the DQM file";
136 stripTopLevelDir_=mechanicalview_dir.substr(0,mechanicalview_dir.find_last_of(
"/"));
144 if(!fedcabling)
return;
162 std::stringstream ss;
167 if (runNumber_>0) { tmap_title =
" Run: " + sRunNumber +
", Tracker Map from " + map_type; }
168 else { tmap_title =
" Tracker Map from " + map_type; }
171 if(tkmapPset.
exists(
"TopModules"))
176 if(tkmapPset.
exists(
"numberTopModules"))
181 if (tkmapPset.
exists(
"topModLabel"))
186 if (map_type ==
"QTestAlarm") {
200 if (map_type ==
"ResidualsMean"){
207 map_type =
"ResidualsRMS";
208 if (runNumber_>0) { tmap_title =
" Run: " + sRunNumber +
", Tracker Map from " + map_type; }
209 else { tmap_title =
" Tracker Map from " + map_type; }
212 edm::LogInfo(
"TkMapToBeSaved") <<
"Ready to save TkMap " << map_type << namesuffix <<
" with range set to 0.0 - 1.0";
214 trackerMap_->
save(
true, 0.0, 1.0, map_type+namesuffix+
".png",4500,2400);
223 edm::LogInfo(
"PSUMapToBeSaved") <<
"Ready to save PSU TkMap " << map_type << namesuffix <<
" with range set to " <<
tkMapMin_ <<
" - " <<
tkMapMax_;
231 edm::LogInfo(
"FEDMapToBeSaved") <<
"Ready to save FED TkMap " << map_type << namesuffix <<
" with range set to " <<
tkMapMin_ <<
" - " <<
tkMapMax_;
259 std::map<unsigned int,std::string>* badmodmap =
new std::map<unsigned int,std::string>;
262 uint32_t detId_save = 0;
266 uint32_t detId =
module->first;
267 if (detId == 0 || detId == 0xFFFFFFFF)
continue;
268 if (detId_save != detId) {
274 edm::LogWarning(
"TwiceTheSameDetId") <<
"The detid " << detId <<
" was found already in the loop on SiStripDetCabling";
289 bool tibDone=
false,tidSide1Done=
false,tidSide2Done=
false,tobDone=
false,tecSide1Done=
false,tecSide2Done=
false;
290 unsigned int tibFirst=369120277-1,
291 tidSide1First=402664197-1,tidSide2First=402672389-1,
292 tobFirst=436228134-1,
293 tecSide1First=470044965-1,tecSide2First=470307109-1;
295 int ntib=0,ntids1=0,ntids2=0,ntob=0,ntecs1=0,ntecs2=0;
297 for(std::map<unsigned int,std::string>::const_iterator badmod = badmodmap->begin(); badmod!= badmodmap->end(); ++badmod) {
302 if(tTopo->
tidSide(ssdetid)==1) ntids1++;
303 if(tTopo->
tidSide(ssdetid)==2) ntids2++;
308 if(tTopo->
tecSide(ssdetid)==1) ntecs1++;
309 if(tTopo->
tecSide(ssdetid)==2) ntecs2++;
315 edm::LogVerbatim(
"BadModuleList") <<
"--------------------------------------------------------------";
327 for(std::map<unsigned int,std::string>::const_iterator badmod = badmodmap->begin(); badmod!= badmodmap->end(); ++badmod) {
328 if(!tibDone && badmod->first >= tibFirst) {
334 if(!tidSide1Done && badmod->first >= tidSide1First) {
340 if(!tidSide2Done && badmod->first >= tidSide2First) {
346 if(!tobDone && badmod->first >= tobFirst) {
352 if(!tecSide1Done && badmod->first >= tecSide1First) {
358 if(!tecSide2Done && badmod->first >= tecSide2First) {
372 DQMStore* dqm_store,
bool isBad, std::map<unsigned int,std::string>* badmodmap) {
377 int rval, gval, bval;
379 if(isBad) { rval=255; gval=255; bval = 0; comment <<
" PCLBadModule ";}
383 if(badmodmap && (flag!=0 || isBad)){
386 (*badmodmap)[det_id] = comment.str() + layer;
401 std::vector<std::string> subdet_folder;
402 subdet_folder.push_back(
"TIB");
403 subdet_folder.push_back(
"TOB");
404 subdet_folder.push_back(
"TEC/MINUS");
405 subdet_folder.push_back(
"TEC/PLUS");
406 subdet_folder.push_back(
"TID/MINUS");
407 subdet_folder.push_back(
"TID/PLUS");
412 std::vector<std::pair<float,uint32_t> >* topNmodVec =
new std::vector<std::pair<float,uint32_t> >;
414 for (std::vector<std::string>::const_iterator it = subdet_folder.begin(); it != subdet_folder.end(); it++) {
416 if (!dqm_store->
dirExists(dname))
continue;
417 dqm_store->
cd(dname);
418 std::vector<std::string> layerVec = dqm_store->
getSubdirs();
419 for (std::vector<std::string>::const_iterator iLayer = layerVec.begin(); iLayer != layerVec.end(); iLayer++) {
420 if ((*iLayer).find(
"BadModuleList") !=std::string::npos)
continue;
421 std::vector<MonitorElement*> meVec = dqm_store->
getContents((*iLayer));
424 for (std::vector<MonitorElement*>::const_iterator itkh = meVec.begin(); itkh != meVec.end(); itkh++) {
425 name = (*itkh)->getName();
426 if (name.find(
"TkHMap") == std::string::npos)
continue;
427 if (htype ==
"QTestAlarm" ){
428 edm::LogError(
"ItShouldNotBeHere") <<
"QTestAlarm map: you should not be here!";
431 }
else if (name.find(htype) != std::string::npos) {
436 if (tkhmap_me != 0) {
443 dqm_store->
cd(mechanicalview_dir);
460 if (topNmodVec->empty())
return;
462 std::sort(topNmodVec->rbegin(), topNmodVec->rend());
466 edm::LogVerbatim(
"TopModules") <<
"------------------------------------------------------";
468 for (std::vector<std::pair<float, uint32_t> >::const_iterator itNmod = topNmodVec->begin(); itNmod != topNmodVec->end(); itNmod++){
469 std::pair<float, uint32_t> aPair=(*itNmod);
470 uint32_t det_id = aPair.second;
476 if(tTopo->
tidSide(ssdetid)==1) subdetector =
"TID/MINUS ";
477 if(tTopo->
tidSide(ssdetid)==2) subdetector =
"TID/PLUS ";
481 if(tTopo->
tecSide(ssdetid)==1) subdetector =
"TEC/MINUS ";
482 if(tTopo->
tecSide(ssdetid)==2) subdetector =
"TEC/PLUS ";
485 if (flag == 0)
edm::LogVerbatim(
"TopModules") << subdetector << comment.str() <<
" value: "<< aPair.first;
487 edm::LogVerbatim(
"TopModules") <<
"------------------------------------------------------";
498 std::string lname = name.substr(name.find(
"TkHMap_")+7);
499 lname = lname.substr(lname.find(
"_T")+1);
500 std::vector<uint32_t> layer_detids;
502 for (std::vector<uint32_t>::const_iterator idet = layer_detids.begin(); idet != layer_detids.end(); idet++) {
503 uint32_t det_id= (*idet);
504 if (det_id <= 0)
continue;
508 if ( (name.find(
"NumberOfOff") != std::string::npos) ||
509 (name.find(
"NumberOfOnTrackCluster") != std::string::npos) ) {
512 fval = tp->GetBinEntries(tp->GetBin(xyval.
ix, xyval.
iy)) * tp->GetBinContent(xyval.
ix, xyval.
iy);
514 }
else if(name.find(
"Residuals") != std::string::npos){
518 float fval_prov = tp->GetBinError(xyval.
ix, xyval.
iy) *
sqrt(tp->GetBinEntries(tp->GetBin(xyval.
ix, xyval.
iy)));
526 if (htype ==
"QTestAlarm") {
527 edm::LogError(
"ItShouldNotBeHere") <<
"QTestAlarm map: you should not be here!";
543 auto detPair = std::make_pair(fval,det_id);
544 topNmodVec->push_back(detPair);
557 if (map_type.find(
"FractionOfBadChannels") != std::string::npos)
tkMapMax_ = 1.0;
558 else if (map_type.find(
"NumberOfCluster") != std::string::npos)
tkMapMax_ = 0.01;
559 else if (map_type.find(
"NumberOfDigi") != std::string::npos)
tkMapMax_ = 0.6;
560 else if (map_type.find(
"NumberOfOffTrackCluster") != std::string::npos)
tkMapMax_ = 100.0;
561 else if (map_type.find(
"NumberOfOnTrackCluster") != std::string::npos)
tkMapMax_ = 50.0;
562 else if (map_type.find(
"StoNCorrOnTrack") != std::string::npos)
tkMapMax_ = 200.0;
584 comment <<
"Module " << det_id;
590 comment <<
" FEDCHs ";
592 for(
unsigned int i=0;
i< conns.size() ;++
i) {
594 comment << std::setw(3) << conns[
i]->fedId() <<
"/" << std::setw(2) << conns[
i]->fedCh()<<
" ";
600 if(conns.size()==0) { comment <<
" "; }
601 if(conns.size()==1) { comment <<
" "; }
602 if(conns.size()==2) { comment <<
" "; }
604 if(!dqm_store)
return flag;
622 if (dqm_store->
dirExists(subdet_folder)){
623 badmodule_folder = subdet_folder +
"/BadModuleList";
624 LogDebug(
"SearchBadModule") << subdet_folder <<
" exists: " << badmodule_folder;
627 edm::LogError(
"SubDetFolderNotFound") << subdet_folder <<
" does not exist for detid " << det_id;
630 if (!dqm_store->
dirExists(badmodule_folder)) {
631 LogDebug(
"BadModuleFolderNotFound") << badmodule_folder <<
" does not exist for detid " << det_id;
634 std::ostringstream badmodule_path;
635 badmodule_path << badmodule_folder <<
"/" << det_id;
636 LogDebug(
"SearchBadModule") << badmodule_folder <<
" exists: " << badmodule_path;
640 LogDebug(
"SearchBadModule") <<
"Monitor Element found";
644 comment << message.c_str();
653 std::map<std::string, float> tkhmap_value;
654 int qtalarm_flag = 0;
658 edm::LogError(
"SiStripTrackerMapCreator::createInfoFile") <<
"Tree not found!";
661 tkinfo_tree->Branch(
"DetId",&det_id,
"DetId/i");
662 for(std::vector<std::string>::const_iterator
in = map_names.begin();
in != map_names.end(); ++
in) {
664 if(mapname ==
"QTestAlarm") {
666 tkinfo_tree->Branch(mapname.c_str(),&qtalarm_flag,
std::string(mapname+
"/I").c_str());
668 tkhmap_value[mapname] = -1.0;
669 tkinfo_tree->Branch(mapname.c_str(),&tkhmap_value[mapname],
std::string(mapname+
"/F").c_str());
678 edm::LogError(
"SiStripTrackerMapCreator::createInfoFile") <<
"I cannot find the SiStrip top level directory in the DQM file";
682 dirname=mechanicalview_dir.substr(0,mechanicalview_dir.find_last_of(
"/"));
683 edm::LogInfo(
"SiStripTrackerMapCreator::createInfoFile") <<
"SiStrip top level directory is " <<
dirname;
687 std::vector<TkHistoMap*> tkHMaps;
689 uint32_t nHists = map_names.size();
691 for(uint32_t ih = 0; ih < nHists; ++ih) {
693 if(map_names.at(ih) !=
"QTestAlarm") {
694 std::string tkhmap_name =
"TkHMap_" + map_names.at(ih);
695 tkHMaps.at(ih)->loadTkHistoMap(dirname, tkhmap_name,
true);
699 for(std::vector<uint32_t>::const_iterator idet = detidList.begin(); idet != detidList.end(); ++idet) {
701 for(uint32_t ih = 0; ih < nHists; ++ih) {
702 if(map_names.at(ih) ==
"QTestAlarm") {
706 tkhmap_value[map_names.at(ih)] = tkHMaps.at(ih)->getValue(det_id);
710 edm::LogError(
"SiStripTrackerMapCreator::createInfoFile") <<
"Tree not found!";
718 for(uint32_t ih = 0; ih < nHists; ++ih) {
719 delete tkHMaps.at(ih);
int getLayerNum(const std::string &in) const
static const char runNumber_[]
T getUntrackedParameter(std::string const &, T const &) const
const std::string & getName(void) const
get name of ME
void setSiStripFolderName(std::string name)
void getSubDetFolder(const uint32_t &detid, const TrackerTopology *tTopo, std::string &folder_name)
std::vector< std::string > getSubdirs(void) const
TProfile2D * getTProfile2D(void) const
uint16_t getDetectorFlag(uint32_t det_id)
void save_as_psutrackermap(bool print_total=true, float minval=0., float maxval=0., std::string s="psu_svgmap.svg", int width=100+(360+100)*5+300, int height=50+(150+50)*6+300)
void cd(void)
go to top directory (ie. root)
edm::ESHandle< SiStripDetCabling > detcabling_
bool exists(std::string const ¶meterName) const
checks if a parameter exists
static void getDetectorStatusColor(int status, int &rval, int &gval, int &bval)
uint16_t getDetectorFlagAndComment(DQMStore *dqm_store, uint32_t det_id, const TrackerTopology *tTopo, std::ostringstream &comment)
void printBadModuleList(std::map< unsigned int, std::string > *badmodmap, const edm::EventSetup &eSetup)
~SiStripTrackerMapCreator()
static void getBadModuleStatus(uint16_t flag, std::string &message)
void paintTkMapFromAlarm(uint32_t det_id, const TrackerTopology *tTopo, DQMStore *dqm_store, bool isBad=false, std::map< unsigned int, std::string > *badmodmap=0)
void setTitle(std::string s)
const std::vector< const FedChannelConnection * > & getConnections(uint32_t det_id) const
void setTkMapFromAlarm(DQMStore *dqm_store, const edm::EventSetup &eSetup)
unsigned int tidSide(const DetId &id) const
std::map< uint32_t, uint16_t > detflag_
const edm::EventSetup & eSetup_
void save(bool print_total=true, float minval=0., float maxval=0., std::string s="svgmap.svg", int width=1500, int height=800)
void setTkMapRangeOffline()
bool IsModuleBad(const uint32_t &detid) const
std::string stripTopLevelDir_
Kind kind(void) const
Get the type of the monitor element.
MonitorElement * get(const std::string &path) const
get ME from full pathname (e.g. "my/long/dir/my_histo")
void getDetsForLayer(int layer, std::vector< uint32_t > &output) const
void setTkMapFromHistogram(DQMStore *dqm_store, std::string &htype, const edm::EventSetup &eSetup)
std::vector< MonitorElement * > getContents(const std::string &path) const
void fillc(int idmod, int RGBcode)
bool dirExists(const std::string &path) const
true if directory exists
const SiStripFedCabling * fedCabling() const
Detector identifier class for the strip tracker.
unsigned long long int rval
SubDetector subDetector() const
const std::map< uint32_t, std::vector< const FedChannelConnection * > > & getDetCabling() const
void save_as_fedtrackermap(bool print_total=true, float minval=0., float maxval=0., std::string s="fed_svgmap.svg", int width=100+(90+100)*31+300, int height=150+(2940+150)*1+300)
void paintTkMapFromHistogram(DQMStore *dqm_store, MonitorElement *me, std::string &map_type, std::vector< std::pair< float, uint32_t > > *topNmodVec)
int64_t getIntValue(void) const
TkLayerMap::XYbin cached_XYbin
void createInfoFile(std::vector< std::string > map_names, TTree *tkinfo_tree, DQMStore *dqm_store, std::vector< uint32_t > detidList)
void printTopModules(std::vector< std::pair< float, uint32_t > > *topNmodVec, const edm::EventSetup &eSetup)
Contains cabling info at the device level, including DetId, APV pair numbers, hardware addresses...
void setRange(float min, float max)
unsigned int layer(const DetId &id) const
double getBinContent(int binx) const
get content of bin (1-D)
void createForOffline(const edm::ParameterSet &tkmapPset, DQMStore *dqm_store, std::string &htype, const edm::EventSetup &eSetup)
SiStripTrackerMapCreator(const edm::EventSetup &eSetup)
void fill_current_val(int idmod, float current_val)
void setText(int idmod, std::string s)
const TkLayerMap::XYbin & getXY(uint32_t &, uint32_t &cached_detid, int16_t &cached_layer, TkLayerMap::XYbin &cached_XYbin) const
static bool goToDir(DQMStore *dqm_store, std::string name)
T const * product() const
void setTkMapRange(std::string &map_type)
void create(const edm::ParameterSet &tkmapPset, DQMStore *dqm_store, std::string &htype, const edm::EventSetup &eSetup)
unsigned int tecSide(const DetId &id) const
const std::string & pwd(void) const