Skip to content

bartokm/GbbMET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GbbMET

git clone https://github.com/bartokm/GbbMET.git

Skimmer

Write skimming condition in CopyTree event loop
Run CopyTree in root:

.L CopyTree.C
CopyTree t({"file1.root","file2.root",...},"outputname",Xsec)
t.Loop()

Or use the script: skimmer.csh

BTagEff

This code calculates MC BTag efficiencies and puts the results in a root file.
The output is needed as an input for Analyzer if running on MC.

Analyzer

First you need some input files, ask them from author. Compile analyzer with makefile, then run Analyzer. Note: there is a warning after compilation, please ignore it.

make clean; make
./Analyzer -h

Or use the scripts: run_analyzer_data.csh, run_analyzer_mc.csh

About

Skimmer and analyzer code for nanoAODv5

Resources

Stars

Watchers

Forks

Packages

No packages published