Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

230 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCNCAnalysis

mkdir fcnc
cd fcnc
git clone https://github.com/fgolf/FCNCAnalysis.git ana
git clone https://github.com/fgolf/NanoTools.git
pushd .
cd NanoTools/NanoCORE
make -j8
popd

build histogrammingClass.C

pushd ana/analysis/helpers
root -b
gROOT->ProcessLine(".L ../../../NanoTools/NanoCORE/NANO_CORE.so");
.L histogrammingClass.C++
popd

checkout plotting tools

pushd ana
git clone https://github.com/aminnj/matplottery.git
popd

build analysis looper

pushd ana/analysis
root -b
gROOT->ProcessLine(".L ../../NanoTools/NanoCORE/NANO_CORE.so");
gROOT->ProcessLine(".L helpers/histogrammingClass_C.so");
.L event_looper.C++;
event_looper()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages