Skip to content

brentstone/HistoPlotting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HistoPlotting

Setup commands

git clone git@github.com:{USERNAME}/HistoPlotting.git 
cd HistoPlotting
make

Enviornment

Create the following rootLogon.C file. Here {HISTOPLOTTING_DL_PATH} is path that you downloaded the repo. For example, /Users/nmccoll/Dropbox/Work/GitRepositories. Is where I put mine.

{
    gSystem->Load("{HISTOPLOTTING_DL_PATH}/HistoPlotting/libHistoPlotting.so");
    gInterpreter->AddIncludePath("{HISTOPLOTTING_DL_PATH}");
    gROOT->LoadMacro("{HISTOPLOTTING_DL_PATH}/HistoPlotting/style/CMS_lumi.C");
    gROOT->LoadMacro("{HISTOPLOTTING_DL_PATH}/HistoPlotting/style/tdrstyle.C");
    gROOT->Macro("{HISTOPLOTTING_DL_PATH}/HistoPlotting/style/setStyle.C");
}

You will also need a .rootrc file telling root to load this rootLogon.C. For example, you can place this in your working directory:

Rint.Logon:              rootlogon.C
Rint.Logoff:             rootlogoff.C
Unix.*.Root.MacroPath:    .:$(HOME):

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published