Ignore:
Timestamp:
05/07/03 15:11:56 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc

    r2072 r2090  
    232232
    233233    pad->cd(1);
     234    gPad->SetBorderMode(0);
    234235    gPad->SetLogy();
    235236    h = fSigmaTheta.ProjectionX("ProjX-Theta", -1, 9999, "E");
     
    242243
    243244    pad->cd(2);
     245    gPad->SetBorderMode(0);
    244246    h = fDiffPixTheta.Project3D("zx");
    245247    h->SetDirectory(NULL);
    246248    h->SetTitle("\\sigma_{ped}^{2}-\\bar{\\sigma}_{ped}^{2} vs. \\Theta (all pixels)");
    247249    h->SetXTitle("\\Theta [\\circ]");
    248     h->SetYTitle("\\sigma_{ped}^2-\\bar{\\sigma}_{ped}^{2}");
     250    h->SetYTitle("\\sigma_{ped}^{2}-\\bar{\\sigma}_{ped}^{2}");
    249251    h->Draw("box");
    250252    h->SetBit(kCanDelete);
    251253
    252254    pad->cd(3);
     255    gPad->SetBorderMode(0);
    253256    h = fSigmaPixTheta.Project3D("zx");
    254257    h->SetDirectory(NULL);
     
    260263
    261264    pad->cd(4);
     265    gPad->SetBorderMode(0);
    262266    h = fSigmaTheta.ProjectionY("ProjY-sigma", -1, 9999, "E");
    263267    h->SetDirectory(NULL);
     
    269273
    270274    pad->cd(5);
     275    gPad->SetBorderMode(0);
    271276    h = fDiffPixTheta.Project3D("zy");
    272277    h->SetDirectory(NULL);
     
    278283
    279284    pad->cd(6);
     285    gPad->SetBorderMode(0);
    280286    h = fSigmaPixTheta.Project3D("zy");
    281287    h->SetDirectory(NULL);
     
    295301    //fSigmaPixTheta.Draw(opt);
    296302}
    297 
    298 
    299 
    300 
    301 
    302 
    303 
    304 
    305 
Note: See TracChangeset for help on using the changeset viewer.