Changeset 7669


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

Legend:

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

    r7668 r7669  
    185185    gPad->SetFrameBorderMode(0);
    186186    gPad->SetLogx();
    187     MH::SetPalette("pretty");
     187    gPad->AddExec("color", "gStyle->SetPalette(1, 0);");
    188188    res1.DrawCopy("colz");
    189189
     
    192192    gPad->SetFrameBorderMode(0);
    193193    gPad->SetLogx();
    194     MH::SetPalette("pretty");
     194    gPad->AddExec("color", "gStyle->SetPalette(1, 0);");
    195195    res2.DrawCopy("colz");
    196196}
     
    598598
    599599    // ----- Setup histograms -----
    600     MBinning binsy(100, 0 , 1,      "BinningMH3Y", "lin");
    601     MBinning binsx( 40, 10, 100000, "BinningMH3X", "log");
     600    MBinning binsy(50, 0 , 1,      "BinningMH3Y", "lin");
     601    MBinning binsx(40, 10, 100000, "BinningMH3X", "log");
    602602
    603603    plist.AddToList(&binsx);
Note: See TracChangeset for help on using the changeset viewer.