Skip to content
Snippets Groups Projects
Commit eb805094 authored by Holly Szumila's avatar Holly Szumila Committed by Eric Pooser
Browse files

fixed stash print (#234)

parent d3501c2a
No related branches found
No related tags found
No related merge requests found
...@@ -980,13 +980,9 @@ void OnlineGUI::CreateGUI(const TGWindow *p, UInt_t w, UInt_t h) ...@@ -980,13 +980,9 @@ void OnlineGUI::CreateGUI(const TGWindow *p, UInt_t w, UInt_t h)
void OnlineGUI::DoDraw() void OnlineGUI::DoDraw()
{ {
<<<<<<< Updated upstream
// The main Drawing Routine.
=======
// The main Drawing Routine. // The main Drawing Routine.
>>>>>>> Stashed changes
#ifdef INTERNALSTYLE #ifdef INTERNALSTYLE
gStyle->SetOptStat(1110); gStyle->SetOptStat(1110);
gStyle->SetStatFontSize(0.1); gStyle->SetStatFontSize(0.1);
...@@ -1007,19 +1003,6 @@ void OnlineGUI::DoDraw() ...@@ -1007,19 +1003,6 @@ void OnlineGUI::DoDraw()
gStyle->SetOptLogz(0); gStyle->SetOptLogz(0);
} }
#ifdef INTERNALSTYLE #ifdef INTERNALSTYLE
<<<<<<< Updated upstream
gStyle->SetTitleH(0.10);
gStyle->SetTitleW(0.40);
// gStyle->SetLabelSize(0.10,"X");
// gStyle->SetLabelSize(0.10,"Y");
gStyle->SetLabelSize(0.05,"X");
gStyle->SetLabelSize(0.05,"Y");
gStyle->SetPadLeftMargin(0.14);
gStyle->SetNdivisions(505,"X");
gStyle->SetNdivisions(404,"Y");
gStyle->SetPalette(1);
gROOT->ForceStyle();
=======
gStyle->SetTitleH(0.10); gStyle->SetTitleH(0.10);
gStyle->SetTitleW(0.40); gStyle->SetTitleW(0.40);
//gStyle->SetLabelSize(0.10,"X"); //gStyle->SetLabelSize(0.10,"X");
...@@ -1033,7 +1016,6 @@ void OnlineGUI::DoDraw() ...@@ -1033,7 +1016,6 @@ void OnlineGUI::DoDraw()
gStyle->SetNdivisions(404,"Y"); gStyle->SetNdivisions(404,"Y");
gStyle->SetPalette(1); gStyle->SetPalette(1);
gROOT->ForceStyle(); gROOT->ForceStyle();
>>>>>>> Stashed changes
#endif #endif
// Determine the dimensions of the canvas.. // Determine the dimensions of the canvas..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment