From 516611713dd221818ce248a269e2a8882a67c557 Mon Sep 17 00:00:00 2001 From: Jaein Hwang <76693329+gwd213@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:04:59 +0900 Subject: [PATCH] Update README.md --- general_codes/Jaein/QA_database/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/general_codes/Jaein/QA_database/README.md b/general_codes/Jaein/QA_database/README.md index 43c3b69..e3768cf 100644 --- a/general_codes/Jaein/QA_database/README.md +++ b/general_codes/Jaein/QA_database/README.md @@ -16,10 +16,10 @@ This script processes run files and inserts relevant data into the database. - `main()`: Main function that orchestrates the processing of run files and insertion of data into the database. -### make_plots.py +## make_plots.py This script generates various histograms and a tree from the database data related to the sPHENIX experiment. - ## Functions + ### Functions - `get_run_events()`: Queries the database for run events. get_num_events_from_daq(runnumbers): Queries the database for the number of events from DAQ. - `process_run_file(hot_file_path)`: Processes a run file to count dead, cold, and hot channels. @@ -34,4 +34,4 @@ create_histograms(): Creates histograms for no hit channels, runtime, BCO peak s ### Usage Run the script using Python: -python3 make_plots.py \ No newline at end of file +python3 make_plots.py