47 "\n------------------------------------------"
48 "\nUnAvailable Service TkHistoMap: please insert in the configuration file an instance like"
49 "\n\tprocess.TkDetMap = cms.Service(\"TkDetMap\")"
50 "\n------------------------------------------";
69 if(!fedcabling)
return;
73 std::string tmap_title =
" Tracker Map from " + map_type;
84 if (map_type ==
"QTestAlarm") {
125 edm::LogError(
"SiStripTopLevelDirNotFound") <<
"I cannot find the SiStrip top level directory in the DQM file";
129 stripTopLevelDir_=mechanicalview_dir.substr(0,mechanicalview_dir.find_last_of(
"/"));
137 if(!fedcabling)
return;
149 std::string tmap_title =
" Tracker Map from " + map_type;
152 if (map_type ==
"QTestAlarm") {
173 edm::LogInfo(
"PSUMapToBeSaved") <<
"Ready to save PSU TkMap " << map_type << namesuffix <<
" with range set to " <<
tkMapMin_ <<
" - " <<
tkMapMax_;
181 edm::LogInfo(
"FEDMapToBeSaved") <<
"Ready to save FED TkMap " << map_type << namesuffix <<
" with range set to " <<
tkMapMin_ <<
" - " <<
tkMapMax_;
209 std::map<unsigned int,std::string>* badmodmap =
new std::map<unsigned int,std::string>;
212 uint32_t detId_save = 0;
214 for(
std::map< uint32_t, std::vector<const FedChannelConnection *> >::const_iterator
module =
detcabling_->getDetCabling().begin();
216 uint32_t detId =
module->first;
217 if (detId == 0 || detId == 0xFFFFFFFF)
continue;
218 if (detId_save != detId) {
224 edm::LogWarning(
"TwiceTheSameDetId") <<
"The detid " << detId <<
" was found already in the loop on SiStripDetCabling";
239 bool tibDone=
false,tidSide1Done=
false,tidSide2Done=
false,tobDone=
false,tecSide1Done=
false,tecSide2Done=
false;
240 unsigned int tibFirst=369120277-1,
241 tidSide1First=402664197-1,tidSide2First=402672389-1,
242 tobFirst=436228134-1,
243 tecSide1First=470044965-1,tecSide2First=470307109-1;
245 int ntib=0,ntids1=0,ntids2=0,ntob=0,ntecs1=0,ntecs2=0;
247 for(std::map<unsigned int,std::string>::const_iterator badmod = badmodmap->begin(); badmod!= badmodmap->end(); ++badmod) {
252 if(tTopo->
tidSide(ssdetid)==1) ntids1++;
253 if(tTopo->
tidSide(ssdetid)==2) ntids2++;
258 if(tTopo->
tecSide(ssdetid)==1) ntecs1++;
259 if(tTopo->
tecSide(ssdetid)==2) ntecs2++;
264 edm::LogVerbatim(
"BadModuleList") <<
"--------------------------------------------------------------";
276 for(std::map<unsigned int,std::string>::const_iterator badmod = badmodmap->begin(); badmod!= badmodmap->end(); ++badmod) {
277 if(!tibDone && badmod->first >= tibFirst) {
283 if(!tidSide1Done && badmod->first >= tidSide1First) {
289 if(!tidSide2Done && badmod->first >= tidSide2First) {
295 if(!tobDone && badmod->first >= tobFirst) {
301 if(!tecSide1Done && badmod->first >= tecSide1First) {
307 if(!tecSide2Done && badmod->first >= tecSide2First) {
321 DQMStore* dqm_store,
bool isBad, std::map<unsigned int,std::string>* badmodmap) {
326 int rval, gval, bval;
328 if(isBad) { rval=255; gval=255; bval = 0; comment <<
" PCLBadModule ";}
331 if(badmodmap && (flag!=0 || isBad)) (*badmodmap)[det_id] = comment.str();
343 std::vector<std::string> subdet_folder;
344 subdet_folder.push_back(
"TIB");
345 subdet_folder.push_back(
"TOB");
346 subdet_folder.push_back(
"TEC/side_1");
347 subdet_folder.push_back(
"TEC/side_2");
348 subdet_folder.push_back(
"TID/side_1");
349 subdet_folder.push_back(
"TID/side_2");
355 for (std::vector<std::string>::const_iterator it = subdet_folder.begin(); it != subdet_folder.end(); it++) {
356 std::string dname = mechanicalview_dir +
"/" + (*it);
357 if (!dqm_store->
dirExists(dname))
continue;
358 dqm_store->
cd(dname);
359 std::vector<std::string> layerVec = dqm_store->
getSubdirs();
360 for (std::vector<std::string>::const_iterator iLayer = layerVec.begin(); iLayer != layerVec.end(); iLayer++) {
361 if ((*iLayer).find(
"BadModuleList") !=std::string::npos)
continue;
362 std::vector<MonitorElement*> meVec = dqm_store->
getContents((*iLayer));
365 for (std::vector<MonitorElement*>::const_iterator itkh = meVec.begin(); itkh != meVec.end(); itkh++) {
366 name = (*itkh)->getName();
367 if (name.find(
"TkHMap") == std::string::npos)
continue;
368 if (htype ==
"QTestAlarm" ){
369 edm::LogError(
"ItShouldNotBeHere") <<
"QTestAlarm map: you should not be here!";
372 }
else if (name.find(htype) != std::string::npos) {
377 if (tkhmap_me != 0) {
381 dqm_store->
cd(mechanicalview_dir);
392 std::string lname = name.substr(name.find(
"TkHMap_")+7);
393 lname = lname.substr(lname.find(
"_T")+1);
394 std::vector<uint32_t> layer_detids;
396 for (std::vector<uint32_t>::const_iterator idet = layer_detids.begin(); idet != layer_detids.end(); idet++) {
397 uint32_t det_id= (*idet);
398 if (det_id <= 0)
continue;
402 if ( (name.find(
"NumberOfOfffTrackCluster") != std::string::npos) ||
403 (name.find(
"NumberOfOnTrackCluster") != std::string::npos) ) {
406 fval = tp->GetBinEntries(tp->GetBin(xyval.
ix, xyval.
iy)) * tp->GetBinContent(xyval.
ix, xyval.
iy);
409 if (htype ==
"QTestAlarm") {
410 edm::LogError(
"ItShouldNotBeHere") <<
"QTestAlarm map: you should not be here!";
436 if (map_type.find(
"FractionOfBadChannels") != std::string::npos)
tkMapMax_ = 1.0;
437 else if (map_type.find(
"NumberOfCluster") != std::string::npos)
tkMapMax_ = 0.01;
438 else if (map_type.find(
"NumberOfDigi") != std::string::npos)
tkMapMax_ = 0.6;
439 else if (map_type.find(
"NumberOfOffTrackCluster") != std::string::npos)
tkMapMax_ = 100.0;
440 else if (map_type.find(
"NumberOfOnTrackCluster") != std::string::npos)
tkMapMax_ = 50.0;
441 else if (map_type.find(
"StoNCorrOnTrack") != std::string::npos)
tkMapMax_ = 200.0;
463 comment <<
"Module " << det_id;
469 comment <<
" FEDCHs ";
470 std::vector<const FedChannelConnection*> conns =
detcabling_->getConnections(det_id);
471 for(
unsigned int i=0;
i< conns.size() ;++
i) {
473 comment << std::setw(3) << conns[
i]->fedId() <<
"/" << std::setw(2) << conns[
i]->fedCh()<<
" ";
479 if(conns.size()==0) { comment <<
" "; }
480 if(conns.size()==1) { comment <<
" "; }
481 if(conns.size()==2) { comment <<
" "; }
501 if (dqm_store->
dirExists(subdet_folder)){
502 badmodule_folder = subdet_folder +
"/BadModuleList";
503 LogDebug(
"SearchBadModule") << subdet_folder <<
" exists: " << badmodule_folder;
506 edm::LogError(
"SubDetFolderNotFound") << subdet_folder <<
" does not exist for detid " << det_id;
509 if (!dqm_store->
dirExists(badmodule_folder)) {
510 LogDebug(
"BadModuleFolderNotFound") << badmodule_folder <<
" does not exist for detid " << det_id;
513 std::ostringstream badmodule_path;
514 badmodule_path << badmodule_folder <<
"/" << det_id;
515 LogDebug(
"SearchBadModule") << badmodule_folder <<
" exists: " << badmodule_path;
519 LogDebug(
"SearchBadModule") <<
"Monitor Element found";
523 comment << message.c_str();
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
void setTkMapFromHistogram(DQMStore *dqm_store, std::string &htype)
TProfile2D * getTProfile2D(void) const
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)
void paintTkMapFromHistogram(DQMStore *dqm_store, MonitorElement *me, std::string &map_type)
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)
int getLayerNum(std::string &in)
void setTkMapFromAlarm(DQMStore *dqm_store, const edm::EventSetup &eSetup)
unsigned int tidSide(const DetId &id) const
void save_as_psutrackermap(bool print_total=true, float minval=0., float maxval=0., std::string s="psu_svgmap.svg", int width=YPSUOFFSET+(YPSURSIZE+YPSUOFFSET)*NUMPSURACK_INROW+300, int height=XPSUOFFSET+(XPSURSIZE+XPSUOFFSET)*NUMPSURACK_INCOLUMN+300)
void getDetsForLayer(int layer, std::vector< uint32_t > &output)
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()
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")
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
Detector identifier class for the strip tracker.
unsigned long long int rval
SubDetector subDetector() const
int64_t getIntValue(void) const
T const * product() const
Contains cabling info at the device level, including DetId, APV pair numbers, hardware addresses...
void setRange(float min, float max)
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)
const TkLayerMap::XYbin & getXY(uint32_t &)
void fill_current_val(int idmod, float current_val)
void setText(int idmod, std::string s)
void save_as_fedtrackermap(bool print_total=true, float minval=0., float maxval=0., std::string s="fed_svgmap.svg", int width=YFEDOFFSET+(YFEDCSIZE+YFEDOFFSET)*NUMFEDCRATE_INROW+300, int height=XFEDOFFSET+(XFEDCSIZE+XFEDOFFSET)*NUMFEDCRATE_INCOLUMN+300)
static bool goToDir(DQMStore *dqm_store, std::string name)
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