{ cout << " Executing rootlogon.C" << endl; TTree::SetMaxTreeSize(1000000000000LL); gStyle->SetOptStat(111); // gStyle->SetLineWidth(2.); // gStyle->SetFrameLineWidth(2.); gStyle->SetTitleOffset(1.01, "x"); gStyle->SetTitleOffset(0.9, "y"); gStyle->SetTitleSize(0.08, "x"); // axis labels gStyle->SetTitleSize(0.08, "y"); gStyle->SetHistLineWidth(2.); gStyle->SetPadRightMargin(0.15); gStyle->SetPadLeftMargin(0.2); gStyle->SetPadBottomMargin(0.2); gStyle->SetTitleFontSize(0.07); // histogram title gStyle->SetLabelSize(0.07, "x"); //numbers gStyle->SetLabelSize(0.07, "y"); //numbers gStyle->SetLabelSize(0.06, "z"); //numbers gStyle->SetLabelOffset(0.02, "x"); //numbers gStyle->SetLabelOffset(0.02, "y"); //numbers gStyle->SetLabelOffset(0.01, "z"); //numbers gStyle->SetTextSize(0.3); gStyle->SetNdivisions(505, "x"); gStyle->SetNdivisions(505, "y"); gStyle->SetNdivisions(505, "z"); gStyle->SetTickLength(0.03, "x"); gStyle->SetTickLength(0.03, "y"); gStyle->SetTickLength(0.03, "z"); gStyle->SetPalette(1,0); // gStyle->SetOptDate(23); // gStyle->SetDateX(0.5); // gStyle->SetDateY(0.5); // gStyle->SetLineScalePS(2.0); gSystem->AddIncludePath(Form("-I%s/include",gSystem->Getenv("SIMPATH"))); gSystem->AddIncludePath(Form("-I%s/include",gSystem->Getenv("FAIRROOTPATH"))); gSystem->AddIncludePath(Form("-I%s",gSystem->Getenv("VMCWORKDIR"))); gSystem->AddIncludePath(Form("-I%s/data/tof",gSystem->Getenv("VMCWORKDIR"))); gSystem->AddIncludePath(Form("-I%s/base",gSystem->Getenv("VMCWORKDIR"))); gSystem->Load("libCbmRun.so"); // gSystem->Load("libgsl.so"); // gSystem->Load("libgslcblas.so"); }