Skip to content

tresreid/SUEP_Analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUEP_Analysis

How to setup on the LPC, slc7

  • make a clean directory to start work
cd nobackup
mkdir SUEPs
cd SUEPs
git clone https://github.com/kdipetri/SUEP_Analysis.git
cd SUEP_Analysis
source setup.sh 

Histogram Making Step

  • A C++ event loop is used to make histograms
  • There are helper scripts to make histograms, pack structures for physics objects, etc
  • FastJet is included to make fatjets from tracks in Root/jetStudies.C
  • The event loop lives in Root/doHistos.C
source compile.sh 
source run.sh 

Plot Making Step

  • Some examples of how to make plots with signal shape comparisons or event displays can be found in utils
python util/make_plots.py
python util/make_displays.py

Tips

  • Be sure to make output, plot directories to store output histograms and output plots
  • Double check location of rootfiles

Signal n-tuples live here

eosls /store/user/kdipetri/SUEP/Production_v0.0/2018/merged_NTUP
  • There are 12 signal points, and each sample has 10k events
  • There are three decay scenarios and 4 scalar masses
  • Let's focus on the “generic” decay scenario first
  • scalar pdgId = 25
  • dark meson pdgId = 999999
  • dark photon pdgId = 999998

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.7%
  • Python 15.7%
  • C 11.9%
  • Shell 1.7%