cmsrel CMSSW_9_4_4
cd CMSSW_9_4_4/src
git clone [email protected]:ucsd-hep-ex/B-ParkingLLPs.git
The package generates root files which contain the TGraph, TH1D and TH2D objects from the .C macros generated by root.
The .C files which produce the plots form EXO_24_004 are located in ./HEP_Data_Entries/ConvertCToRoot/paper_plots
folder.
The .root files are generated using ./HEP_Data_Entries/ConvertCToRoot/Convert.py
modifies the .C files so they save all the plots in the scripts into root
files, stores them in ./HEP_Data_Entries/ConvertCToRoot/modified_files/
folder and runs them and saves the root files into ./HEP_Data_Entries/ConvertCToRoot/roots/
folder.
python3 Convert.py
The tarball is produced using ./HEP_Data_Entries/CreateTarBall/CreateTarBallSubmissionFile.ipynb
file which ueses the produced root files.
The names of the graphs and histograms are written manually by looking for them in the root files.