Changeset 7669
- Timestamp:
- 04/30/06 17:18:12 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc
r7668 r7669 185 185 gPad->SetFrameBorderMode(0); 186 186 gPad->SetLogx(); 187 MH::SetPalette("pretty");187 gPad->AddExec("color", "gStyle->SetPalette(1, 0);"); 188 188 res1.DrawCopy("colz"); 189 189 … … 192 192 gPad->SetFrameBorderMode(0); 193 193 gPad->SetLogx(); 194 MH::SetPalette("pretty");194 gPad->AddExec("color", "gStyle->SetPalette(1, 0);"); 195 195 res2.DrawCopy("colz"); 196 196 } … … 598 598 599 599 // ----- Setup histograms ----- 600 MBinning binsy( 100, 0 , 1, "BinningMH3Y", "lin");601 MBinning binsx( 600 MBinning binsy(50, 0 , 1, "BinningMH3Y", "lin"); 601 MBinning binsx(40, 10, 100000, "BinningMH3X", "log"); 602 602 603 603 plist.AddToList(&binsx);
Note:
See TracChangeset
for help on using the changeset viewer.