Skip to content

iyounus/PHENIX_data_analysis_framework

Repository files navigation

PHENIX Data Analysis Framework

This analysis framework was created at University of New Mexico (UNM) to be used for physics analyses carried out by the PHENIX research group at UNM.

This code uses ROOT classes extensively. The output data is in ROOT Trees. ROOT Trees are commonly used as by physicists to store large experimental data.

This code allows to extract relevant data, needed by UNM research group, from PHENIX experiment data at RCF (RHIC Computing Facility). The output data files are much smaller and can be easily transfered to local server at UNM.

Description of Mudules

IContainers module provides the objects stored in the trees. IPdstReco is the main module that allows to read the data files at RCF, extract the data with some constraints, and store the output trees. This module cannot be compiled on local machine because it requires PHENIX environment.

The rest of the modules are used for different type of analyses. The IExample module provides a simple use case.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages