385 int MissingCnt=0,UnstableCnt=0,BadCnt=0;
386 int HBP[4]={0,0,0,0},HBM[4]={0,0,0,0},HEP[4]={0,0,0,0},HEM[4]={0,0,0,0},HFP[4]={0,0,0,0},HFM[4]={0,0,0,0},HO[4] ={0,0,0,0};
387 int newHBP[4]={0,0,0,0},newHBM[4]={0,0,0,0},newHEP[4]={0,0,0,0},newHEM[4]={0,0,0,0};
388 int newHFP[4]={0,0,0,0},newHFM[4]={0,0,0,0},newHO[4] ={0,0,0,0};
389 if (
debug_>0)
std::cout <<
"<HcalDetDiagPedestalClient::htmlOutput> Preparing html output ..." << std::endl;
392 TH2F *Missing_val[4],*Unstable_val[4],*BadPed_val[4],*BadRMS_val[4];
396 TH1F *PedestalsAve4HB=0;
397 TH1F *PedestalsAve4HE=0;
398 TH1F *PedestalsAve4HO=0;
399 TH1F *PedestalsAve4HF=0;
400 TH1F *PedestalsAve4Simp=0;
402 TH1F *PedestalsAve4HBref=0;
403 TH1F *PedestalsAve4HEref=0;
404 TH1F *PedestalsAve4HOref=0;
405 TH1F *PedestalsAve4HFref=0;
406 TH1F *PedestalsRmsHB=0;
407 TH1F *PedestalsRmsHE=0;
408 TH1F *PedestalsRmsHO=0;
409 TH1F *PedestalsRmsHF=0;
410 TH1F *PedestalsRmsSimp=0;
412 TH1F *PedestalsRmsHBref=0;
413 TH1F *PedestalsRmsHEref=0;
414 TH1F *PedestalsRmsHOref=0;
415 TH1F *PedestalsRmsHFref=0;
417 TH2F *Pedestals2DRmsHBHEHF=0;
418 TH2F *Pedestals2DRmsHO=0;
419 TH2F *Pedestals2DHBHEHF=0;
420 TH2F *Pedestals2DHO=0;
421 TH2F *Pedestals2DErrorHBHEHF=0;
422 TH2F *Pedestals2DErrorHO=0;
424 std::string s=
subdir_+
"Summary Plots/HB Pedestal Distribution (average over 4 caps)"; me=ig.
get(s.c_str());
425 if(me!=0) PedestalsAve4HB=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsAve4HB,
debug_);
else return;
426 s=
subdir_+
"Summary Plots/HE Pedestal Distribution (average over 4 caps)"; me=ig.
get(s.c_str());
427 if(me!=0) PedestalsAve4HE=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsAve4HE,
debug_);
else return;
428 s=
subdir_+
"Summary Plots/HO Pedestal Distribution (average over 4 caps)"; me=ig.
get(s.c_str());
429 if(me!=0) PedestalsAve4HO=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsAve4HO,
debug_);
else return;
430 s=
subdir_+
"Summary Plots/HF Pedestal Distribution (average over 4 caps)"; me=ig.
get(s.c_str());
431 if(me!=0) PedestalsAve4HF=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsAve4HF,
debug_);
else return;
432 s=
subdir_+
"Summary Plots/SIPM Pedestal Distribution (average over 4 caps)"; me=ig.
get(s.c_str());
433 if(me!=0) PedestalsAve4Simp=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsAve4Simp,
debug_);
else return;
435 s=
subdir_+
"Summary Plots/HB Pedestal-Reference Distribution (average over 4 caps)"; me=ig.
get(s.c_str());
436 if(me!=0) PedestalsAve4HBref=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsAve4HBref,
debug_);
else return;
437 s=
subdir_+
"Summary Plots/HE Pedestal-Reference Distribution (average over 4 caps)"; me=ig.
get(s.c_str());
438 if(me!=0) PedestalsAve4HEref=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsAve4HEref,
debug_);
else return;
439 s=
subdir_+
"Summary Plots/HO Pedestal-Reference Distribution (average over 4 caps)"; me=ig.
get(s.c_str());
440 if(me!=0) PedestalsAve4HOref=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsAve4HOref,
debug_);
else return;
441 s=
subdir_+
"Summary Plots/HF Pedestal-Reference Distribution (average over 4 caps)"; me=ig.
get(s.c_str());
442 if(me!=0) PedestalsAve4HFref=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsAve4HFref,
debug_);
else return;
444 s=
subdir_+
"Summary Plots/HB Pedestal RMS Distribution (individual cap)"; me=ig.
get(s.c_str());
445 if(me!=0) PedestalsRmsHB=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsRmsHB,
debug_);
else return;
446 s=
subdir_+
"Summary Plots/HE Pedestal RMS Distribution (individual cap)"; me=ig.
get(s.c_str());
447 if(me!=0) PedestalsRmsHE=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsRmsHE,
debug_);
else return;
448 s=
subdir_+
"Summary Plots/HO Pedestal RMS Distribution (individual cap)"; me=ig.
get(s.c_str());
449 if(me!=0) PedestalsRmsHO=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsRmsHO,
debug_);
else return;
450 s=
subdir_+
"Summary Plots/HF Pedestal RMS Distribution (individual cap)"; me=ig.
get(s.c_str());
451 if(me!=0) PedestalsRmsHF=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsRmsHF,
debug_);
else return;
452 s=
subdir_+
"Summary Plots/SIPM Pedestal RMS Distribution (individual cap)"; me=ig.
get(s.c_str());
453 if(me!=0) PedestalsRmsSimp=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsRmsSimp,
debug_);
else return;
455 s=
subdir_+
"Summary Plots/HB Pedestal_rms-Reference_rms Distribution"; me=ig.
get(s.c_str());
456 if(me!=0) PedestalsRmsHBref=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsRmsHBref,
debug_);
else return;
457 s=
subdir_+
"Summary Plots/HE Pedestal_rms-Reference_rms Distribution"; me=ig.
get(s.c_str());
458 if(me!=0) PedestalsRmsHEref=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsRmsHEref,
debug_);
else return;
459 s=
subdir_+
"Summary Plots/HO Pedestal_rms-Reference_rms Distribution"; me=ig.
get(s.c_str());
460 if(me!=0) PedestalsRmsHOref=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsRmsHOref,
debug_);
else return;
461 s=
subdir_+
"Summary Plots/HF Pedestal_rms-Reference_rms Distribution"; me=ig.
get(s.c_str());
462 if(me!=0) PedestalsRmsHFref=HcalUtilsClient::getHisto<TH1F*>(me,
cloneME_, PedestalsRmsHFref,
debug_);
else return;
464 s=
subdir_+
"Summary Plots/HBHEHF pedestal mean map"; me=ig.
get(s.c_str());
465 if(me!=0) Pedestals2DHBHEHF=HcalUtilsClient::getHisto<TH2F*>(me,
cloneME_, Pedestals2DHBHEHF,
debug_);
else return;
466 s=
subdir_+
"Summary Plots/HO pedestal mean map"; me=ig.
get(s.c_str());
467 if(me!=0) Pedestals2DHO=HcalUtilsClient::getHisto<TH2F*>(me,
cloneME_, Pedestals2DHO,
debug_);
else return;
468 s=
subdir_+
"Summary Plots/HBHEHF pedestal rms map"; me=ig.
get(s.c_str());
469 if(me!=0) Pedestals2DRmsHBHEHF=HcalUtilsClient::getHisto<TH2F*>(me,
cloneME_, Pedestals2DRmsHBHEHF,
debug_);
else return;
470 s=
subdir_+
"Summary Plots/HO pedestal rms map"; me=ig.
get(s.c_str());
471 if(me!=0) Pedestals2DRmsHO=HcalUtilsClient::getHisto<TH2F*>(me,
cloneME_, Pedestals2DRmsHO,
debug_);
else return;
472 s=
subdir_+
"Summary Plots/HBHEHF pedestal problems map"; me=ig.
get(s.c_str());
473 if(me!=0) Pedestals2DErrorHBHEHF=HcalUtilsClient::getHisto<TH2F*>(me,
cloneME_, Pedestals2DErrorHBHEHF,
debug_);
else return;
474 s=
subdir_+
"Summary Plots/HO pedestal problems map"; me=ig.
get(s.c_str());
475 if(me!=0) Pedestals2DErrorHO=HcalUtilsClient::getHisto<TH2F*>(me,
cloneME_, Pedestals2DErrorHO,
debug_);
else return;
479 for(
int i=0;
i<4;++
i){
480 Missing_val[
i]=Unstable_val[
i]=BadPed_val[
i]=BadRMS_val[
i]=0;
482 me=ig.
get(s.c_str());
483 if (me!=0) Missing_val[
i]=HcalUtilsClient::getHisto<TH2F*>(me,
cloneME_, Missing_val[
i],
debug_);
else return;
484 s=
subdir_+
"Plots for client/"+name[
i]+
" Channel instability value";
485 me=ig.
get(s.c_str());
486 if (me!=0) Unstable_val[
i]=HcalUtilsClient::getHisto<TH2F*>(me,
cloneME_, Unstable_val[
i],
debug_);
else return;
487 s=
subdir_+
"Plots for client/"+name[
i]+
" Bad Pedestal-Ref Value";
488 me=ig.
get(s.c_str());
489 if (me!=0) BadPed_val[
i]=HcalUtilsClient::getHisto<TH2F*>(me,
cloneME_, BadPed_val[
i],
debug_);
else return;
490 s=
subdir_+
"Plots for client/"+name[
i]+
" Bad Rms-ref Value";
491 me=ig.
get(s.c_str());
492 if (me!=0) BadRMS_val[
i]=HcalUtilsClient::getHisto<TH2F*>(me,
cloneME_, BadRMS_val[
i],
debug_);
else return;
495 for(
int d=0;
d<4;++
d){
496 int etabins=Missing_val[
d]->GetNbinsX();
497 int phibins=Missing_val[
d]->GetNbinsY();
500 if(ieta==-9999)
continue;
507 float val=Missing_val[
d]->GetBinContent(
eta+1,
phi+1);
510 if(ieta>0){ HBP[0]++;}
else{ HBM[0]++;} MissingCnt++;
514 if(ieta>0){ HEP[0]++;}
else{ HEM[0]++;} MissingCnt++;
518 if(ieta>0){ HFP[0]++;}
else{ HFM[0]++;} MissingCnt++;
522 HO[0]++;MissingCnt++;
526 val=Unstable_val[
d]->GetBinContent(
eta+1,
phi+1);
529 if(ieta>0){ HBP[1]++;}
else{ HBM[1]++;} UnstableCnt++;
533 if(ieta>0){ HEP[1]++;}
else{ HEM[1]++;} UnstableCnt++;
537 if(ieta>0){ HFP[1]++;}
else{ HFM[1]++;} UnstableCnt++;
541 HO[1]++;UnstableCnt++;
545 val=BadPed_val[
d]->GetBinContent(
eta+1,
phi+1);
548 if(ieta>0){ HBP[2]++;}
else{ HBM[2]++;} BadCnt++;
552 if(ieta>0){ HEP[2]++;}
else{ HEM[2]++;} BadCnt++;
556 if(ieta>0){ HFP[2]++;}
else{ HFM[2]++;} BadCnt++;
564 val=BadRMS_val[
d]->GetBinContent(
eta+1,
phi+1);
567 if(ieta>0){ HBP[3]++;}
else{ HBM[3]++;} BadCnt++;
571 if(ieta>0){ HEP[3]++;}
else{ HEM[3]++;} BadCnt++;
575 if(ieta>0){ HFP[3]++;}
else{ HFM[3]++;} BadCnt++;
587 std::ofstream badMissing;
588 badMissing.open((htmlDir+
"bad_missing_table.html").c_str());
590 std::ofstream badUnstable;
591 badUnstable.open((htmlDir+
"bad_unstable_table.html").c_str());
593 std::ofstream badPedRMS;
594 badPedRMS.open((htmlDir+
"bad_badpedrms_table.html").c_str());
598 if((HBP[0]+HBP[0])>0 && (HBM[0]+HBP[0])!=(1296*2)){
599 badMissing <<
"<tr><td align=\"center\"><h3>"<<
"HB" <<
"</h3></td></tr>" << std::endl;
600 for(
int d=0;
d<4;++
d){
601 int etabins=Missing_val[
d]->GetNbinsX();
602 int phibins=Missing_val[
d]->GetNbinsY();
605 if(ieta==-9999)
continue;
607 float val=Missing_val[
d]->GetBinContent(
eta+1,
phi+1);
619 if((HEP[0]+HEP[0])>0 && (HEM[0]+HEP[0])!=(1296*2)){
620 badMissing <<
"<tr><td align=\"center\"><h3>"<<
"HE" <<
"</h3></td></tr>" << std::endl;
621 for(
int d=0;
d<4;++
d){
622 int etabins=Missing_val[
d]->GetNbinsX();
623 int phibins=Missing_val[
d]->GetNbinsY();
626 if(ieta==-9999)
continue;
628 float val=Missing_val[
d]->GetBinContent(
eta+1,
phi+1);
640 if(HO[0]>0 && HO[0]!=2160){
641 badMissing <<
"<tr><td align=\"center\"><h3>"<<
"HO" <<
"</h3></td></tr>" << std::endl;
642 for(
int d=0;
d<4;++
d){
643 int etabins=Missing_val[
d]->GetNbinsX();
644 int phibins=Missing_val[
d]->GetNbinsY();
647 if(ieta==-9999)
continue;
649 float val=Missing_val[
d]->GetBinContent(
eta+1,
phi+1);
661 if((HFP[0]+HFP[0])>0 && (HFM[0]+HFP[0])!=(864*2)){
662 badMissing <<
"<tr><td align=\"center\"><h3>"<<
"HF" <<
"</h3></td></tr>" << std::endl;
663 for(
int d=0;
d<4;++
d){
664 int etabins=Missing_val[
d]->GetNbinsX();
665 int phibins=Missing_val[
d]->GetNbinsY();
668 if(ieta==-9999)
continue;
670 float val=Missing_val[
d]->GetBinContent(
eta+1,
phi+1);
683 if((HBP[1]+HBP[1])>0){
684 badUnstable <<
"<tr><td align=\"center\"><h3>"<<
"HB" <<
"</h3></td></tr>" << std::endl;
685 for(
int d=0;
d<4;++
d){
686 int etabins=Unstable_val[
d]->GetNbinsX();
687 int phibins=Unstable_val[
d]->GetNbinsY();
690 if(ieta==-9999)
continue;
692 float val=Unstable_val[
d]->GetBinContent(
eta+1,
phi+1);
695 char comment[100]; sprintf(comment,
"Missing in %.3f%% of events\n",(1.0-val)*100.0);
705 if((HEP[1]+HEP[1])>0){
706 badUnstable <<
"<tr><td align=\"center\"><h3>"<<
"HE" <<
"</h3></td></tr>" << std::endl;
707 for(
int d=0;
d<4;++
d){
708 int etabins=Unstable_val[
d]->GetNbinsX();
709 int phibins=Unstable_val[
d]->GetNbinsY();
712 if(ieta==-9999)
continue;
714 float val=Unstable_val[
d]->GetBinContent(
eta+1,
phi+1);
717 char comment[100]; sprintf(comment,
"Missing in %.3f%% of events\n",(1.0-val)*100.0);
728 badUnstable <<
"<tr><td align=\"center\"><h3>"<<
"HO" <<
"</h3></td></tr>" << std::endl;
729 for(
int d=0;
d<4;++
d){
730 int etabins=Unstable_val[
d]->GetNbinsX();
731 int phibins=Unstable_val[
d]->GetNbinsY();
734 if(ieta==-9999)
continue;
736 float val=Unstable_val[
d]->GetBinContent(
eta+1,
phi+1);
739 char comment[100]; sprintf(comment,
"Missing in %.3f%% of events\n",(1.0-val)*100.0);
749 if((HFP[1]+HFP[1])>0){
750 badUnstable <<
"<tr><td align=\"center\"><h3>"<<
"HF" <<
"</h3></td></tr>" << std::endl;
751 for(
int d=0;
d<4;++
d){
752 int etabins=Unstable_val[
d]->GetNbinsX();
753 int phibins=Unstable_val[
d]->GetNbinsY();
756 if(ieta==-9999)
continue;
758 float val=Unstable_val[
d]->GetBinContent(
eta+1,
phi+1);
761 char comment[100]; sprintf(comment,
"Missing in %.3f%% of events\n",(1.0-val)*100.0);
772 if((HBP[2]+HBP[2]+HBP[3]+HBP[3])>0){
773 badPedRMS <<
"<tr><td align=\"center\"><h3>"<<
"HB" <<
"</h3></td></tr>" << std::endl;
774 for(
int d=0;
d<4;++
d){
775 int etabins=BadPed_val[
d]->GetNbinsX();
776 int phibins=BadPed_val[
d]->GetNbinsY();
779 if(ieta==-9999)
continue;
781 float val1=BadPed_val[
d]->GetBinContent(
eta+1,
phi+1);
782 float val2=BadRMS_val[
d]->GetBinContent(
eta+1,
phi+1);
783 if(val1==0 && val2==0)
continue;
786 if(val1!=0) sprintf(comment,
"Ped-Ref=%.2f",val1);
787 if(val2!=0) sprintf(comment,
"Rms-Ref=%.2f",val2);
788 if(val1!=0 && val2!=0) sprintf(comment,
"Ped-Ref=%.2f,Rms-Ref=%.2f",val1,val2);
798 if((HEP[2]+HEP[2]+HEP[3]+HEP[3])>0){
799 badPedRMS <<
"<tr><td align=\"center\"><h3>"<<
"HE" <<
"</h3></td></tr>" << std::endl;
800 for(
int d=0;
d<4;++
d){
801 int etabins=BadPed_val[
d]->GetNbinsX();
802 int phibins=BadPed_val[
d]->GetNbinsY();
805 if(ieta==-9999)
continue;
807 float val1=BadPed_val[
d]->GetBinContent(
eta+1,
phi+1);
808 float val2=BadRMS_val[
d]->GetBinContent(
eta+1,
phi+1);
809 if(val1==0 && val2==0)
continue;
812 if(val1!=0) sprintf(comment,
"Ped-Ref=%.2f",val1);
813 if(val2!=0) sprintf(comment,
"Rms-Ref=%.2f",val2);
814 if(val1!=0 && val2!=0) sprintf(comment,
"Ped-Ref=%.2f,Rms-Ref=%.2f",val1,val2);
825 badPedRMS <<
"<tr><td align=\"center\"><h3>"<<
"HO" <<
"</h3></td></tr>" << std::endl;
826 for(
int d=0;
d<4;++
d){
827 int etabins=BadPed_val[
d]->GetNbinsX();
828 int phibins=BadPed_val[
d]->GetNbinsY();
831 if(ieta==-9999)
continue;
833 float val1=BadPed_val[
d]->GetBinContent(
eta+1,
phi+1);
834 float val2=BadRMS_val[
d]->GetBinContent(
eta+1,
phi+1);
835 if(val1==0 && val2==0)
continue;
838 if(val1!=0) sprintf(comment,
"Ped-Ref=%.2f",val1);
839 if(val2!=0) sprintf(comment,
"Rms-Ref=%.2f",val2);
840 if(val1!=0 && val2!=0) sprintf(comment,
"Ped-Ref=%.2f,Rms-Ref=%.2f",val1,val2);
850 if((HFP[2]+HFP[2]+HFP[3]+HFP[3])>0){
851 badPedRMS <<
"<tr><td align=\"center\"><h3>"<<
"HF" <<
"</h3></td></tr>" << std::endl;
852 for(
int d=0;
d<4;++
d){
853 int etabins=BadPed_val[
d]->GetNbinsX();
854 int phibins=BadPed_val[
d]->GetNbinsY();
857 if(ieta==-9999)
continue;
859 float val1=BadPed_val[
d]->GetBinContent(
eta+1,
phi+1);
860 float val2=BadRMS_val[
d]->GetBinContent(
eta+1,
phi+1);
861 if(val1==0 && val2==0)
continue;
864 if(val1!=0) sprintf(comment,
"Ped-Ref=%.2f",val1);
865 if(val2!=0) sprintf(comment,
"Rms-Ref=%.2f",val2);
866 if(val1!=0 && val2!=0) sprintf(comment,
"Ped-Ref=%.2f,Rms-Ref=%.2f",val1,val2);
883 int ievt_ = -1,runNo=-1;
885 s=
subdir_+
"HcalDetDiagPedestalMonitor Event Number";
886 me = ig.
get(s.c_str());
889 sscanf((s.substr(2,s.length()-2)).c_str(),
"%d", &ievt_);
891 s=
subdir_+
"HcalDetDiagPedestalMonitor Run Number";
892 me = ig.
get(s.c_str());
895 sscanf((s.substr(2,s.length()-2)).c_str(),
"%d", &runNo);
897 s=
subdir_+
"HcalDetDiagLaserMonitor Reference Run";
898 me = ig.
get(s.c_str());
902 sscanf((s.substr(2,s.length()-2)).c_str(),
"%s", str);
906 gROOT->SetBatch(
true);
907 gStyle->SetCanvasColor(0);
908 gStyle->SetPadColor(0);
909 gStyle->SetOptStat(111110);
910 gStyle->SetPalette(1);
912 TCanvas *
can=
new TCanvas(
"HcalDetDiagPedestalClient",
"HcalDetDiagPedestalClient",0,0,500,350);
915 std::ofstream htmlFile;
917 htmlFile.open(outfile.c_str());
919 htmlFile <<
"<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"> " << std::endl;
920 htmlFile <<
"<html> " << std::endl;
921 htmlFile <<
"<head> " << std::endl;
922 htmlFile <<
" <meta content=\"text/html; charset=ISO-8859-1\" " << std::endl;
923 htmlFile <<
" http-equiv=\"content-type\"> " << std::endl;
924 htmlFile <<
" <title>Detector Diagnostics Pedestal Monitor</title> " << std::endl;
925 htmlFile <<
"</head> " << std::endl;
926 htmlFile <<
"<style type=\"text/css\"> td { font-weight: bold } </style>" << std::endl;
927 htmlFile <<
"<style type=\"text/css\">"<< std::endl;
928 htmlFile <<
" td.s0 { font-family: arial, arial ce, helvetica; font-weight: bold; background-color: #FF7700; text-align: center;}"<< std::endl;
929 htmlFile <<
" td.s1 { font-family: arial, arial ce, helvetica; font-weight: bold; background-color: #FFC169; text-align: center;}"<< std::endl;
930 htmlFile <<
" td.s2 { font-family: arial, arial ce, helvetica; background-color: red; }"<< std::endl;
931 htmlFile <<
" td.s3 { font-family: arial, arial ce, helvetica; background-color: yellow; }"<< std::endl;
932 htmlFile <<
" td.s4 { font-family: arial, arial ce, helvetica; background-color: green; }"<< std::endl;
933 htmlFile <<
" td.s5 { font-family: arial, arial ce, helvetica; background-color: silver; }"<< std::endl;
934 std::string state[4]={
"<td class=\"s2\" align=\"center\">",
935 "<td class=\"s3\" align=\"center\">",
936 "<td class=\"s4\" align=\"center\">",
937 "<td class=\"s5\" align=\"center\">"};
938 htmlFile <<
"</style>"<< std::endl;
939 htmlFile <<
"<body> " << std::endl;
940 htmlFile <<
"<br> " << std::endl;
941 htmlFile <<
"<h2>Run: " << std::endl;
942 htmlFile <<
" <span " << std::endl;
943 htmlFile <<
" style=\"color: rgb(0, 0, 153);\">" << runNo <<
"</span></h2>" << std::endl;
944 htmlFile <<
"<h2>Monitoring task: <span " << std::endl;
945 htmlFile <<
" style=\"color: rgb(0, 0, 153);\">Detector Diagnostics Pedestal Monitor</span></h2> " << std::endl;
946 htmlFile <<
"<h2>Events processed: <span " << std::endl;
947 htmlFile <<
" style=\"color: rgb(0, 0, 153);\">" << ievt_ <<
"</span></h2>" << std::endl;
948 htmlFile <<
"<hr>" << std::endl;
950 htmlFile <<
"<table width=100% border=1>" << std::endl;
951 htmlFile <<
"<tr>" << std::endl;
952 htmlFile <<
"<td class=\"s0\" width=20% align=\"center\">SebDet</td>" << std::endl;
953 htmlFile <<
"<td class=\"s0\" width=20% align=\"center\">Missing</td>" << std::endl;
954 htmlFile <<
"<td class=\"s0\" width=20% align=\"center\">Unstable</td>" << std::endl;
955 htmlFile <<
"<td class=\"s0\" width=20% align=\"center\">Bad |Ped-Ref|</td>" << std::endl;
956 htmlFile <<
"<td class=\"s0\" width=20% align=\"center\">Bad |Rms-Ref|</td>" << std::endl;
957 htmlFile <<
"</tr><tr>" << std::endl;
958 int ind1=0,ind2=0,ind3=0,ind4=0;
959 htmlFile <<
"<td class=\"s1\" align=\"center\">HB+</td>" << std::endl;
960 ind1=3;
if(newHBP[0]==0) ind1=2;
if(newHBP[0]>0 && newHBP[0]<=12) ind1=1;
if(newHBP[0]>=12 && newHBP[0]<1296) ind1=0;
961 ind2=3;
if(newHBP[1]==0) ind2=2;
if(newHBP[1]>0) ind2=1;
if(newHBP[1]>21) ind2=0;
962 ind3=3;
if(newHBP[2]==0) ind3=2;
if(newHBP[2]>0) ind3=1;
if(newHBP[2]>21) ind3=0;
963 ind4=3;
if(newHBP[3]==0) ind4=2;
if(newHBP[3]>0) ind4=1;
if(newHBP[3]>21) ind4=0;
964 if(ind1==3) ind2=ind3=ind4=3;
965 if(ind1==0 || ind2==0 || ind3==0 || ind4==0)
status|=2;
else if(ind1==1 || ind2==1 || ind3==1 || ind4==1)
status|=1;
966 htmlFile << state[ind1] << HBP[0] <<
" (1296)</td>" << std::endl;
967 htmlFile << state[ind2] << HBP[1] <<
"</td>" << std::endl;
968 htmlFile << state[ind3] << HBP[2] <<
"</td>" << std::endl;
969 htmlFile << state[ind4] << HBP[3] <<
"</td>" << std::endl;
971 htmlFile <<
"</tr><tr>" << std::endl;
972 htmlFile <<
"<td class=\"s1\" align=\"center\">HB-</td>" << std::endl;
973 ind1=3;
if(newHBM[0]==0) ind1=2;
if(newHBM[0]>0 && newHBM[0]<=12) ind1=1;
if(newHBM[0]>=12 && newHBM[0]<1296) ind1=0;
974 ind2=3;
if(newHBM[1]==0) ind2=2;
if(newHBM[1]>0) ind2=1;
if(newHBM[1]>21) ind2=0;
975 ind3=3;
if(newHBM[2]==0) ind3=2;
if(newHBM[2]>0) ind3=1;
if(newHBM[2]>21) ind3=0;
976 ind4=3;
if(newHBM[3]==0) ind4=2;
if(newHBM[3]>0) ind4=1;
if(newHBM[3]>21) ind4=0;
977 if(ind1==3) ind2=ind3=ind4=3;
978 if(ind1==0 || ind2==0 || ind3==0 || ind4==0)
status|=2;
else if(ind1==1 || ind2==1 || ind3==1 || ind4==1)
status|=1;
979 htmlFile << state[ind1] << HBM[0] <<
" (1296)</td>" << std::endl;
980 htmlFile << state[ind2] << HBM[1] <<
"</td>" << std::endl;
981 htmlFile << state[ind3] << HBM[2] <<
"</td>" << std::endl;
982 htmlFile << state[ind4] << HBM[3] <<
"</td>" << std::endl;
984 htmlFile <<
"</tr><tr>" << std::endl;
985 htmlFile <<
"<td class=\"s1\" align=\"center\">HE+</td>" << std::endl;
986 ind1=3;
if(newHEP[0]==0) ind1=2;
if(newHEP[0]>0 && newHEP[0]<=12) ind1=1;
if(newHEP[0]>=12 && newHEP[0]<1296) ind1=0;
987 ind2=3;
if(newHEP[1]==0) ind2=2;
if(newHEP[1]>0) ind2=1;
if(newHEP[1]>21) ind2=0;
988 ind3=3;
if(newHEP[2]==0) ind3=2;
if(newHEP[2]>0) ind3=1;
if(newHEP[2]>21) ind3=0;
989 ind4=3;
if(newHEP[3]==0) ind4=2;
if(newHEP[3]>0) ind4=1;
if(newHEP[3]>21) ind4=0;
990 if(ind1==3) ind2=ind3=ind4=3;
991 if(ind1==0 || ind2==0 || ind3==0 || ind4==0)
status|=2;
else if(ind1==1 || ind2==1 || ind3==1 || ind4==1)
status|=1;
992 htmlFile << state[ind1] << HEP[0] <<
" (1296)</td>" << std::endl;
993 htmlFile << state[ind2] << HEP[1] <<
"</td>" << std::endl;
994 htmlFile << state[ind3] << HEP[2] <<
"</td>" << std::endl;
995 htmlFile << state[ind4] << HEP[3] <<
"</td>" << std::endl;
997 htmlFile <<
"</tr><tr>" << std::endl;
998 htmlFile <<
"<td class=\"s1\" align=\"center\">HE-</td>" << std::endl;
999 ind1=3;
if(newHEM[0]==0) ind1=2;
if(newHEM[0]>0 && newHEM[0]<=12) ind1=1;
if(newHEM[0]>=12 && newHEM[0]<1296) ind1=0;
1000 ind2=3;
if(newHEM[1]==0) ind2=2;
if(newHEM[1]>0) ind2=1;
if(newHEM[1]>21) ind2=0;
1001 ind3=3;
if(newHEM[2]==0) ind3=2;
if(newHEM[2]>0) ind3=1;
if(newHEM[2]>21) ind3=0;
1002 ind4=3;
if(newHEM[3]==0) ind4=2;
if(newHEM[3]>0) ind4=1;
if(newHEM[3]>21) ind4=0;
1003 if(ind1==3) ind2=ind3=ind4=3;
1004 if(ind1==0 || ind2==0 || ind3==0 || ind4==0)
status|=2;
else if(ind1==1 || ind2==1 || ind3==1 || ind4==1)
status|=1;
1005 htmlFile << state[ind1] << HEM[0] <<
" (1296)</td>" << std::endl;
1006 htmlFile << state[ind2] << HEM[1] <<
"</td>" << std::endl;
1007 htmlFile << state[ind3] << HEM[2] <<
"</td>" << std::endl;
1008 htmlFile << state[ind4] << HEM[3] <<
"</td>" << std::endl;
1010 htmlFile <<
"</tr><tr>" << std::endl;
1011 htmlFile <<
"<td class=\"s1\" align=\"center\">HF+</td>" << std::endl;
1012 ind1=3;
if(newHFP[0]==0) ind1=2;
if(newHFP[0]>0 && newHFP[0]<=12) ind1=1;
if(newHFP[0]>=12 && newHFP[0]<864) ind1=0;
1013 ind2=3;
if(newHFP[1]==0) ind2=2;
if(newHFP[1]>0) ind2=1;
if(newHFP[1]>21) ind2=0;
1014 ind3=3;
if(newHFP[2]==0) ind3=2;
if(newHFP[2]>0) ind3=1;
if(newHFP[2]>21) ind3=0;
1015 ind4=3;
if(newHFP[3]==0) ind4=2;
if(newHFP[3]>0) ind4=1;
if(newHFP[3]>21) ind4=0;
1016 if(ind1==3) ind2=ind3=ind4=3;
1017 if(ind1==0 || ind2==0 || ind3==0 || ind4==0)
status|=2;
else if(ind1==1 || ind2==1 || ind3==1 || ind4==1)
status|=1;
1018 htmlFile << state[ind1] << HFP[0] <<
" (864)</td>" << std::endl;
1019 htmlFile << state[ind2] << HFP[1] <<
"</td>" << std::endl;
1020 htmlFile << state[ind3] << HFP[2] <<
"</td>" << std::endl;
1021 htmlFile << state[ind4] << HFP[3] <<
"</td>" << std::endl;
1023 htmlFile <<
"</tr><tr>" << std::endl;
1024 htmlFile <<
"<td class=\"s1\" align=\"center\">HF-</td>" << std::endl;
1025 ind1=3;
if(newHFM[0]==0) ind1=2;
if(newHFM[0]>0 && newHFM[0]<=12) ind1=1;
if(newHFM[0]>=12 && newHFM[0]<864) ind1=0;
1026 ind2=3;
if(newHFM[1]==0) ind2=2;
if(newHFM[1]>0) ind2=1;
if(newHFM[1]>21) ind2=0;
1027 ind3=3;
if(newHFM[2]==0) ind3=2;
if(newHFM[2]>0) ind3=1;
if(newHFM[2]>21) ind3=0;
1028 ind4=3;
if(newHFM[3]==0) ind4=2;
if(newHFM[3]>0) ind4=1;
if(newHFM[3]>21) ind4=0;
1029 if(ind1==3) ind2=ind3=ind4=3;
1030 if(ind1==0 || ind2==0 || ind3==0 || ind4==0)
status|=2;
else if(ind1==1 || ind2==1 || ind3==1 || ind4==1)
status|=1;
1031 htmlFile << state[ind1] << HFM[0] <<
" (864)</td>" << std::endl;
1032 htmlFile << state[ind2] << HFM[1] <<
"</td>" << std::endl;
1033 htmlFile << state[ind3] << HFM[2] <<
"</td>" << std::endl;
1034 htmlFile << state[ind4] << HFM[3] <<
"</td>" << std::endl;
1036 htmlFile <<
"</tr><tr>" << std::endl;
1037 htmlFile <<
"<td class=\"s1\" align=\"center\">HO</td>" << std::endl;
1038 ind1=3;
if(newHO[0]==0) ind1=2;
if(newHO[0]>0 && newHO[0]<=12) ind1=1;
if(newHO[0]>=12 && newHO[0]<2160) ind1=0;
1039 ind2=3;
if(newHO[1]==0) ind2=2;
if(newHO[1]>0) ind2=1;
if(newHO[1]>21) ind2=0;
1040 ind3=3;
if(newHO[2]==0) ind3=2;
if(newHO[2]>0) ind3=1;
if(newHO[2]>21) ind3=0;
1041 ind4=3;
if(newHO[3]==0) ind4=2;
if(newHO[3]>0) ind4=1;
if(newHO[3]>21) ind4=0;
1042 if(ind1==3) ind2=ind3=ind4=3;
1043 if(ind1==0 || ind2==0 || ind3==0 || ind4==0)
status|=2;
else if(ind1==1 || ind2==1 || ind3==1 || ind4==1)
status|=1;
1044 htmlFile << state[ind1] << HO[0] <<
" (2160)</td>" << std::endl;
1045 htmlFile << state[ind2] << HO[1] <<
"</td>" << std::endl;
1046 htmlFile << state[ind3] << HO[2] <<
"</td>" << std::endl;
1047 htmlFile << state[ind4] << HO[3] <<
"</td>" << std::endl;
1049 htmlFile <<
"</tr></table>" << std::endl;
1050 htmlFile <<
"<hr>" << std::endl;
1052 if((MissingCnt+UnstableCnt+BadCnt)>0){
1053 htmlFile <<
"<table width=100% border=1><tr>" << std::endl;
1054 if(MissingCnt>0) htmlFile <<
"<td><a href=\"" <<
"bad_missing_table.html" <<
"\">list of missing channels</a></td>";
1055 if(UnstableCnt>0) htmlFile <<
"<td><a href=\"" <<
"bad_unstable_table.html" <<
"\">list of unstable channels</a></td>";
1056 if(BadCnt>0) htmlFile <<
"<td><a href=\"" <<
"bad_badpedrms_table.html" <<
"\">list of bad pedestal/rms channels</a></td>";
1057 htmlFile <<
"</tr></table>" << std::endl;
1066 htmlFile <<
"<h2 align=\"center\">Summary plots</h2>" << std::endl;
1067 htmlFile <<
"<table width=100% border=0><tr>" << std::endl;
1068 htmlFile <<
"<tr align=\"left\">" << std::endl;
1069 Pedestals2DHBHEHF->SetStats(0);
1070 Pedestals2DHBHEHF->SetMaximum(5);
1071 Pedestals2DHBHEHF->SetNdivisions(36,
"Y");
1072 Pedestals2DHBHEHF->Draw(
"COLZ");
1073 can->SaveAs((htmlDir +
"hbhehf_pedestal_map.gif").c_str());
1074 htmlFile <<
"<td><img src=\"hbhehf_pedestal_map.gif\" alt=\"hbhehf pedestal mean map\"> </td>" << std::endl;
1075 Pedestals2DHO->SetStats(0);
1076 Pedestals2DHO->SetMaximum(5);
1077 Pedestals2DHO->SetNdivisions(36,
"Y");
1078 Pedestals2DHO->Draw(
"COLZ");
1079 can->SaveAs((htmlDir +
"ho_pedestal_map.gif").c_str());
1080 htmlFile <<
"<td><img src=\"ho_pedestal_map.gif\" alt=\"ho pedestal mean map\"> </td>" << std::endl;
1081 htmlFile <<
"</tr>" << std::endl;
1083 htmlFile <<
"<tr align=\"left\">" << std::endl;
1084 Pedestals2DRmsHBHEHF->SetStats(0);
1085 Pedestals2DRmsHBHEHF->SetMaximum(2);
1086 Pedestals2DRmsHBHEHF->SetNdivisions(36,
"Y");
1087 Pedestals2DRmsHBHEHF->Draw(
"COLZ");
1088 can->SaveAs((htmlDir +
"hbhehf_rms_map.gif").c_str());
1089 htmlFile <<
"<td><img src=\"hbhehf_rms_map.gif\" alt=\"hbhehf pedestal rms map\"> </td>" << std::endl;
1090 Pedestals2DRmsHO->SetStats(0);
1091 Pedestals2DRmsHO->SetMaximum(2);
1092 Pedestals2DRmsHO->SetNdivisions(36,
"Y");
1093 Pedestals2DRmsHO->Draw(
"COLZ");
1094 can->SaveAs((htmlDir +
"ho_rms_map.gif").c_str());
1095 htmlFile <<
"<td><img src=\"ho_rms_map.gif\" alt=\"ho pedestal rms map\"> </td>" << std::endl;
1096 htmlFile <<
"</tr>" << std::endl;
1098 htmlFile <<
"<tr align=\"left\">" << std::endl;
1099 Pedestals2DErrorHBHEHF->SetStats(0);
1100 Pedestals2DErrorHBHEHF->SetNdivisions(36,
"Y");
1101 Pedestals2DErrorHBHEHF->Draw(
"COLZ");
1102 can->SaveAs((htmlDir +
"hbhehf_error_map.gif").c_str());
1103 htmlFile <<
"<td><img src=\"hbhehf_error_map.gif\" alt=\"hbhehf pedestal error map\"> </td>" << std::endl;
1104 Pedestals2DErrorHO->SetStats(0);
1105 Pedestals2DErrorHO->SetNdivisions(36,
"Y");
1106 Pedestals2DErrorHO->Draw(
"COLZ");
1107 can->SaveAs((htmlDir +
"ho_error_map.gif").c_str());
1108 htmlFile <<
"<td><img src=\"ho_error_map.gif\" alt=\"ho pedestal error map\"> </td>" << std::endl;
1109 htmlFile <<
"</tr>" << std::endl;
1110 htmlFile <<
"</table>" << std::endl;
1111 htmlFile <<
"<hr>" << std::endl;
1114 htmlFile <<
"<h2 align=\"center\">HB Pedestal plots (Reference run "<<ref_run<<
")</h2>" << std::endl;
1115 htmlFile <<
"<table width=100% border=0><tr>" << std::endl;
1116 htmlFile <<
"<tr align=\"left\">" << std::endl;
1117 if(PedestalsAve4HB->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1118 PedestalsAve4HB->Draw();
1119 can->SaveAs((htmlDir +
"hb_pedestal_distribution.gif").c_str());
1120 htmlFile <<
"<td><img src=\"hb_pedestal_distribution.gif\" alt=\"hb pedestal mean\"> </td>" << std::endl;
1121 if(PedestalsRmsHB->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1122 PedestalsRmsHB->Draw();
1123 can->SaveAs((htmlDir +
"hb_pedestal_rms_distribution.gif").c_str());
1124 htmlFile <<
"<td><img src=\"hb_pedestal_rms_distribution.gif\" alt=\"hb pedestal rms mean\"> </td>" << std::endl;
1125 htmlFile <<
"</tr>" << std::endl;
1127 htmlFile <<
"<tr align=\"left\">" << std::endl;
1128 if(PedestalsAve4HBref->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1129 PedestalsAve4HBref->Draw();
1130 can->SaveAs((htmlDir +
"hb_pedestal_ref_distribution.gif").c_str());
1131 htmlFile <<
"<td><img src=\"hb_pedestal_ref_distribution.gif\" alt=\"hb pedestal-reference mean\"> </td>" << std::endl;
1132 if(PedestalsRmsHBref->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1133 PedestalsRmsHBref->Draw();
1134 can->SaveAs((htmlDir +
"hb_pedestal_rms_ref_distribution.gif").c_str());
1135 htmlFile <<
"<td><img src=\"hb_pedestal_rms_ref_distribution.gif\" alt=\"hb pedestal rms-reference mean\"> </td>" << std::endl;
1136 htmlFile <<
"</tr>" << std::endl;
1137 htmlFile <<
"</table>" << std::endl;
1139 htmlFile <<
"<h2 align=\"center\">HE Pedestal plots (Reference run "<<ref_run<<
")</h2>" << std::endl;
1140 htmlFile <<
"<table width=100% border=0><tr>" << std::endl;
1141 htmlFile <<
"<tr align=\"left\">" << std::endl;
1142 if(PedestalsAve4HE->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1143 PedestalsAve4HE->Draw();
1144 can->SaveAs((htmlDir +
"he_pedestal_distribution.gif").c_str());
1145 htmlFile <<
"<td><img src=\"he_pedestal_distribution.gif\" alt=\"he pedestal mean\"> </td>" << std::endl;
1146 if(PedestalsRmsHE->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1147 PedestalsRmsHE->Draw();
1148 can->SaveAs((htmlDir +
"he_pedestal_rms_distribution.gif").c_str());
1149 htmlFile <<
"<td><img src=\"he_pedestal_rms_distribution.gif\" alt=\"he pedestal rms mean\"> </td>" << std::endl;
1150 htmlFile <<
"</tr>" << std::endl;
1152 htmlFile <<
"<tr align=\"left\">" << std::endl;
1153 if(PedestalsAve4HEref->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1154 PedestalsAve4HEref->Draw();
1155 can->SaveAs((htmlDir +
"he_pedestal_ref_distribution.gif").c_str());
1156 htmlFile <<
"<td><img src=\"he_pedestal_ref_distribution.gif\" alt=\"he pedestal-reference mean\"> </td>" << std::endl;
1157 if(PedestalsRmsHEref->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1158 PedestalsRmsHEref->Draw();
1159 can->SaveAs((htmlDir +
"he_pedestal_rms_ref_distribution.gif").c_str());
1160 htmlFile <<
"<td><img src=\"he_pedestal_rms_ref_distribution.gif\" alt=\"he pedestal rms-reference mean\"> </td>" << std::endl;
1161 htmlFile <<
"</tr>" << std::endl;
1162 htmlFile <<
"</table>" << std::endl;
1164 htmlFile <<
"<h2 align=\"center\">HO Pedestal plots (Reference run "<<ref_run<<
")</h2>" << std::endl;
1165 htmlFile <<
"<table width=100% border=0><tr>" << std::endl;
1166 htmlFile <<
"<tr align=\"left\">" << std::endl;
1167 if(PedestalsAve4HO->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1168 PedestalsAve4HO->Draw();
1169 can->SaveAs((htmlDir +
"ho_pedestal_distribution.gif").c_str());
1170 htmlFile <<
"<td><img src=\"ho_pedestal_distribution.gif\" alt=\"ho pedestal mean\"> </td>" << std::endl;
1171 if(PedestalsRmsHO->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1172 PedestalsRmsHO->Draw();
1173 can->SaveAs((htmlDir +
"ho_pedestal_rms_distribution.gif").c_str());
1174 htmlFile <<
"<td><img src=\"ho_pedestal_rms_distribution.gif\" alt=\"ho pedestal rms mean\"> </td>" << std::endl;
1175 htmlFile <<
"</tr>" << std::endl;
1177 htmlFile <<
"<tr align=\"left\">" << std::endl;
1178 if(PedestalsAve4Simp->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1179 PedestalsAve4Simp->Draw();
1180 can->SaveAs((htmlDir +
"sipm_pedestal_distribution.gif").c_str());
1181 htmlFile <<
"<td><img src=\"sipm_pedestal_distribution.gif\" alt=\"sipm pedestal mean\"> </td>" << std::endl;
1182 if(PedestalsRmsSimp->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1183 PedestalsRmsSimp->Draw();
1184 can->SaveAs((htmlDir +
"simp_pedestal_rms_distribution.gif").c_str());
1185 htmlFile <<
"<td><img src=\"simp_pedestal_rms_distribution.gif\" alt=\"sipm pedestal rms mean\"> </td>" << std::endl;
1186 htmlFile <<
"</tr>" << std::endl;
1188 htmlFile <<
"<tr align=\"left\">" << std::endl;
1189 if(PedestalsAve4HOref->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1190 PedestalsAve4HOref->Draw();
1191 can->SaveAs((htmlDir +
"ho_pedestal_ref_distribution.gif").c_str());
1192 htmlFile <<
"<td><img src=\"ho_pedestal_ref_distribution.gif\" alt=\"ho pedestal-reference mean\"> </td>" << std::endl;
1193 if(PedestalsRmsHOref->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1194 PedestalsRmsHOref->Draw();
1195 can->SaveAs((htmlDir +
"ho_pedestal_rms_ref_distribution.gif").c_str());
1196 htmlFile <<
"<td><img src=\"ho_pedestal_rms_ref_distribution.gif\" alt=\"ho pedestal rms-reference mean\"> </td>" << std::endl;
1197 htmlFile <<
"</tr>" << std::endl;
1198 htmlFile <<
"</table>" << std::endl;
1201 htmlFile <<
"<h2 align=\"center\">HF Pedestal plots (Reference run "<<ref_run<<
")</h2>" << std::endl;
1202 htmlFile <<
"<table width=100% border=0><tr>" << std::endl;
1203 htmlFile <<
"<tr align=\"left\">" << std::endl;
1204 if(PedestalsAve4HF->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1205 PedestalsAve4HF->Draw();
1206 can->SaveAs((htmlDir +
"hf_pedestal_distribution.gif").c_str());
1207 htmlFile <<
"<td><img src=\"hf_pedestal_distribution.gif\" alt=\"hf pedestal mean\"> </td>" << std::endl;
1208 if(PedestalsRmsHF->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1209 PedestalsRmsHF->Draw();
1210 can->SaveAs((htmlDir +
"hf_pedestal_rms_distribution.gif").c_str());
1211 htmlFile <<
"<td><img src=\"hf_pedestal_rms_distribution.gif\" alt=\"hf pedestal rms mean\"> </td>" << std::endl;
1212 htmlFile <<
"</tr>" << std::endl;
1214 htmlFile <<
"<tr align=\"left\">" << std::endl;
1215 if(PedestalsAve4HFref->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1216 PedestalsAve4HFref->Draw();
1217 can->SaveAs((htmlDir +
"hf_pedestal_ref_distribution.gif").c_str());
1218 htmlFile <<
"<td><img src=\"hf_pedestal_ref_distribution.gif\" alt=\"hf pedestal-reference mean\"> </td>" << std::endl;
1219 if(PedestalsRmsHFref->GetMaximum()>0) can->SetLogy(1);
else can->SetLogy(0);
1220 PedestalsRmsHFref->Draw();
1221 can->SaveAs((htmlDir +
"hf_pedestal_rms_ref_distribution.gif").c_str());
1222 htmlFile <<
"<td><img src=\"hf_pedestal_rms_ref_distribution.gif\" alt=\"hf pedestal rms-reference mean\"> </td>" << std::endl;
1223 htmlFile <<
"</tr>" << std::endl;
1224 htmlFile <<
"</table>" << std::endl;
1227 htmlFile <<
"</body> " << std::endl;
1228 htmlFile <<
"</html> " << std::endl;
bool isHO(int etabin, int depth)
static void printTableHeader(std::ofstream &file, std::string header)
MonitorElement * get(const std::string &path)
std::vector< std::string > HcalEtaPhiHistNames()
bool isHE(int etabin, int depth)
HcalElectronicsMap generateHcalElectronicsMap()
int CalcIeta(int subdet, int eta, int depth)
static void printTableLine(std::ofstream &file, int ind, HcalDetId &detid, HcalFrontEndId &lmap_entry, HcalElectronicsId &emap_entry, std::string comment="")
static void printTableTail(std::ofstream &file)
bool isHB(int etabin, int depth)
std::string valueString(void) const
const HcalFrontEndId getHcalFrontEndId(const DetId &)
bool isHF(int etabin, int depth)
std::map< HcalDetId, unsigned int > badstatusmap
HcalLogicalMap * logicalMap_
Readout chain identification for Hcal.
const DetId lookup(HcalElectronicsId fId) const
lookup the logical detid associated with the given electronics id