void Rates2D_Run6673() { //=========Macro generated from canvas: c/c //========= (Sun Jan 13 15:40:47 2019) by ROOT version6.02/13 TCanvas *c = new TCanvas("c", "c",0,0,800,600); gStyle->SetOptStat(0); c->Range(-7.5,-1,72.5,14); c->SetFillColor(0); c->SetBorderMode(0); c->SetBorderSize(2); c->SetRightMargin(0.15); c->SetFrameBorderMode(0); c->SetFrameBorderMode(0); TH2D *hRatePerCell = new TH2D("hRatePerCell","Ocupancy, run = 6673",60,0.5,60.5,12,0.5,12.5); hRatePerCell->SetBinContent(202,1); hRatePerCell->SetBinContent(253,1); hRatePerCell->SetBinContent(270,1); hRatePerCell->SetBinContent(328,1); hRatePerCell->SetBinContent(374,1); hRatePerCell->SetBinContent(394,2); hRatePerCell->SetBinContent(702,1); hRatePerCell->SetBinContent(795,1); hRatePerCell->SetEntries(729); hRatePerCell->SetDirectory(0); hRatePerCell->SetStats(0); hRatePerCell->SetContour(20); hRatePerCell->SetContourLevel(0,0); hRatePerCell->SetContourLevel(1,0.1); hRatePerCell->SetContourLevel(2,0.2); hRatePerCell->SetContourLevel(3,0.3); hRatePerCell->SetContourLevel(4,0.4); hRatePerCell->SetContourLevel(5,0.5); hRatePerCell->SetContourLevel(6,0.6); hRatePerCell->SetContourLevel(7,0.7); hRatePerCell->SetContourLevel(8,0.8); hRatePerCell->SetContourLevel(9,0.9); hRatePerCell->SetContourLevel(10,1); hRatePerCell->SetContourLevel(11,1.1); hRatePerCell->SetContourLevel(12,1.2); hRatePerCell->SetContourLevel(13,1.3); hRatePerCell->SetContourLevel(14,1.4); hRatePerCell->SetContourLevel(15,1.5); hRatePerCell->SetContourLevel(16,1.6); hRatePerCell->SetContourLevel(17,1.7); hRatePerCell->SetContourLevel(18,1.8); hRatePerCell->SetContourLevel(19,1.9); TPaletteAxis *palette = new TPaletteAxis(60.9,0.5,64.5,12.5,hRatePerCell); palette->SetLabelColor(1); palette->SetLabelFont(42); palette->SetLabelOffset(0.005); palette->SetLabelSize(0.035); palette->SetTitleOffset(1); palette->SetTitleSize(0.035); palette->SetFillColor(100); palette->SetFillStyle(1001); hRatePerCell->GetListOfFunctions()->Add(palette,"br"); Int_t ci; // for color index setting TColor *color; // for color definition with alpha ci = TColor::GetColor("#000099"); hRatePerCell->SetLineColor(ci); hRatePerCell->GetXaxis()->SetTitle("Wire"); hRatePerCell->GetXaxis()->SetLabelFont(42); hRatePerCell->GetXaxis()->SetLabelSize(0.035); hRatePerCell->GetXaxis()->SetTitleSize(0.035); hRatePerCell->GetXaxis()->SetTitleFont(42); hRatePerCell->GetYaxis()->SetBinLabel(1,"SL1L1"); hRatePerCell->GetYaxis()->SetBinLabel(2,"SL1L2"); hRatePerCell->GetYaxis()->SetBinLabel(3,"SL1L3"); hRatePerCell->GetYaxis()->SetBinLabel(4,"SL1L4"); hRatePerCell->GetYaxis()->SetBinLabel(5,"SL2L1"); hRatePerCell->GetYaxis()->SetBinLabel(6,"SL2L2"); hRatePerCell->GetYaxis()->SetBinLabel(7,"SL2L3"); hRatePerCell->GetYaxis()->SetBinLabel(8,"SL2L4"); hRatePerCell->GetYaxis()->SetBinLabel(9,"SL3L1"); hRatePerCell->GetYaxis()->SetBinLabel(10,"SL3L2"); hRatePerCell->GetYaxis()->SetBinLabel(11,"SL3L3"); hRatePerCell->GetYaxis()->SetBinLabel(12,"SL3L4"); hRatePerCell->GetYaxis()->SetLabelFont(42); hRatePerCell->GetYaxis()->SetLabelSize(0.035); hRatePerCell->GetYaxis()->SetTitleSize(0.035); hRatePerCell->GetYaxis()->SetTitleFont(42); hRatePerCell->GetZaxis()->SetLabelFont(42); hRatePerCell->GetZaxis()->SetLabelSize(0.035); hRatePerCell->GetZaxis()->SetTitleSize(0.035); hRatePerCell->GetZaxis()->SetTitleFont(42); hRatePerCell->Draw("colz, png, pdf, root, cpp"); TPaveText *pt = new TPaveText(0.3015578,0.9341608,0.6984422,0.995,"blNDC"); pt->SetName("title"); pt->SetBorderSize(0); pt->SetFillColor(0); pt->SetFillStyle(0); pt->SetTextFont(42); TText *AText = pt->AddText("Ocupancy, run = 6673"); pt->Draw(); c->Modified(); c->cd(); c->SetSelected(c); }