Skip to content

Search of pair produced excited top

Notifications You must be signed in to change notification settings

finnlabe/TstarTstar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B2G-22-005

Search for pair production of heavy particles decaying to a top quark and a gluon in the lepton+jets final state at $\sqrt{s}=13$ TeV

Code author: F. Labe

Overview

This repository contains the analysis code of the B2G-22-005 analysis seraching for pair production of heavy particles t* in the lepton + jets final state. Below, you can find all relevant links an an overview on the code, as well as how to run it.

Code overview

This analysis is designed to run within the UHH2 framework, which is a C-based analysis framework. It runs on custom N-tuples based on MiniAOD, which can be produced using UHH2. More documentation on that can be found in the UHH2 repository Wiki.

To run this analysis, config files can be generated using the xmlFileCreator.py script, which creates config files designed to run the analysis.

Four steps (so-called AnalysisModules) are needed to produce the final results: Preselection, Selection, Analysis and DNN. Intermediate files are stored after each step. The DNN step requires a trained DNN, which is provided from outside of the UHH2 framework. Similarly, some required files are produced by the root macros found in macros/rootmacros. Some additional AnalysisModules are given as well, which were used for studies during development of the analysis.

Having run the final DNN step of this code, the combine setup documented in this repository follows to perform the statistical analysis.

About

Search of pair produced excited top

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.4%
  • C 28.3%
  • Python 5.5%
  • Other 0.8%