Skip to content

Exploration of jet substructure at the EIC in general. Baseline for investigations using the ATHENA detector geometry

Notifications You must be signed in to change notification settings

bspage912/ATHENA_jetSubstructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic code to explore jet substructure at the MCEG level. Workflow is divided into two parts: simulation event tree generation and analysis on resulting trees.

The dir genSimuTrees/ contains the code to run simulation and store output in a flat tree structure. Currently, genPythiaTrees.cxx runs the Pythia8 MCEG according to the settings stored in steering files (in steerFiles/) and saves the relevant output in a root tree.

The dir analysis/ contains the code to read in a previously generated simulation tree and run analyses on the events within. The program analyzeSimuJetSubstructure.cxx generates jets from the particles saved in the simulation tree and runs various substructure analyses. The file histogramUtilities.h defines and handles filling many of the relevant histograms.

Finally, the treeUtilities.h file in the top-level directory defines the common tree structure and provides helper functions that both the tree generation and analysis codes use to read/write the trees.

About

Exploration of jet substructure at the EIC in general. Baseline for investigations using the ATHENA detector geometry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published