Ignore:
Timestamp:
04/30/06 19:18:39 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc

    r7670 r7671  
    165165    gPad->SetFrameBorderMode(0);
    166166    gPad->SetLogx();
     167    gPad->SetGridx();
     168    gPad->SetGridy();
    167169    h.DrawCopy();
    168170    g.DrawCopy("same");
     
    176178    gPad->SetBorderMode(0);
    177179    gPad->SetFrameBorderMode(0);
     180    gPad->SetGridx();
     181    gPad->SetGridy();
    178182    gr4.SetMarkerStyle(kFullDotMedium);
    179183    gr4.DrawClone("ALP")->SetBit(kCanDelete);
     
    186190    gPad->SetFrameBorderMode(0);
    187191    gPad->SetLogx();
     192    gPad->SetGridx();
     193    gPad->SetGridy();
    188194    gPad->AddExec("color", "gStyle->SetPalette(1, 0);");
    189195    res1.DrawCopy("colz");
     
    193199    gPad->SetFrameBorderMode(0);
    194200    gPad->SetLogx();
     201    gPad->SetGridx();
     202    gPad->SetGridy();
    195203    gPad->AddExec("color", "gStyle->SetPalette(1, 0);");
    196204    res2.DrawCopy("colz");
Note: See TracChangeset for help on using the changeset viewer.