Skip to content

fgolf/FCNCAnalysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No releases published

Packages

No packages published

Languages

  • C++ 37.7%
  • C 25.5%
  • Objective-C 24.7%
  • Python 11.1%
  • PHP 0.5%
  • Shell 0.4%
  • Makefile 0.1%