Skip to content

Gadangadang/MasterThesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MasterThesis

This is the repo containing the entire thesis project, from the codebase, figures and latex code, as well as the thesis itself. The structure of the repo is as follows.

CodeBase

The tree structure is as follows:

|-- CodeBase
|   |-- Analysis
|   |   |-- GridSearches
|   |   |-- tf_models
|   |   `-- Utilities
|   |-- myNtupAnalysis
|   |   |-- CalcGenericMT2
|   |   |-- jupyter-notebooks
|   |   |-- MMinputfiles
|   |   |-- PHYSLITE
|   |   |-- plotting
|   |   |-- RDataFrameAna
|   |   `-- syst_studies

CodeBase contains two folders, "Analysis" containing code for the analysis itself, and "myNtupAnalysis" with contains code for event selection.
The myNtupAnalysis folder contains premade code written by Dr. Eirik Gramstad, and modified by me for this thesis.

Figures

The tree structure is as follows

|-- Figures
|   |-- histo_var_check
|   `-- testing
|       |-- histo
|       |   |-- big
|       |   |   |-- MinMax
|       |   |   `-- Standard
|       |   `-- small
|       |       |-- MinMax
|       |       `-- Standard
|       |-- model_plots
|       `-- rmm

Thesis

|-- Thesis
|    |-- Figures
|    |   |-- atlas
|    |   |-- Machinelearning
|    |   |-- MC_Data_comp
|    |   `-- SM
|    |-- Sections
|    |   |-- Abstract
|    |   |-- Appendix
|    |   |-- Conclusion
|    |   |-- Implementation
|    |   |-- Introduction
|    |   |-- Machinelearning
|    |   `-- SM_BSM    
|    |-- Setup