Skip to content
Snippets Groups Projects
Commit a10b2269 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

added standard rootlogon

parent 68d68ee1
Branches
Tags
No related merge requests found
void rootlogon() {
gSystem->SetBuildDir("$HOME/.root_build_dir");
gROOT->ProcessLine(".include /usr/local/include/hcana");
gROOT->ProcessLine(".include .");
R__LOAD_LIBRARY(libfmt)
//gPrintViaErrorHandler = kTRUE;
//gErrorIgnoreLevel = kWarning;
gROOT->SetStyle("Plain");
gStyle->SetPalette(1);
gSystem->Load("libTree");
gSystem->Load("libTreePlayer");
gSystem->Load("libHist");
}
setenv DB_DIR DBASE
export DB_DIR=DBASE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment