From de1fc4e4a20994294ef4c748c64934cec4d33a9a Mon Sep 17 00:00:00 2001 From: Adriana Vasquez <adrianacvr@users.noreply.github.com> Date: Wed, 8 Jul 2020 19:08:05 -0500 Subject: [PATCH] Update and rename README to README.md --- total_energy_data/README | 24 ------------------------ total_energy_data/README.md | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 24 deletions(-) delete mode 100644 total_energy_data/README create mode 100644 total_energy_data/README.md diff --git a/total_energy_data/README b/total_energy_data/README deleted file mode 100644 index 87e9aed..0000000 --- a/total_energy_data/README +++ /dev/null @@ -1,24 +0,0 @@ -################################## -Total energy deposited in the WCD -################################## - ->In this folder you will find the data of the total number of photoelectrons per component and per site in the "integral_pe.dat" file. The total number of pe is the integral under the curve of the histograms "histCerenPhoElectComp" of each .root file (where Comp is the components Muon, Elec, Gamm, Neut, Hadr and All). The .root files are located in the make_histograms folder. - ->The total number of particles detected in the WCD area in 5 min is obtained by integrating under the curve the "histTrackLengthDetecAll" histogram for each site. The data obtained are in "particles_detected_sites.dat". - ->From the reconversion.sh executable: - - -The total energy deposited per component and per site (energy_component.dat) is obtained. - -The short version for table 2 of the paper (energy_sites.dat). - -The data for the comparison of the energy deposited by muons with respect to the other components in each site is obtained (ratio_sites.dat). - -The flux of detected particles per square metre per second is obtained (flux_detected.dat). - ->You can get the ratio_sites.pdf plot with: - gnuplot ratio_sites.gp - ->You can get table2.dat with: - join flux_detected.dat energy_sites.dat >table2.dat - -########################################################### -For more information please contact adrianacvr67@gmail.com -########################################################### diff --git a/total_energy_data/README.md b/total_energy_data/README.md new file mode 100644 index 0000000..d1ceb84 --- /dev/null +++ b/total_energy_data/README.md @@ -0,0 +1,23 @@ +# Total energy deposited in the WCD + +## In this folder you will find: +- The data of the total number of photoelectrons per component and per site in the "integral_pe.dat" file. + > The total number of pe is the integral under the curve of the histograms "histCerenPhoElectComp" of each .root file (where Comp is the components Muon, Elec, Gamm, Neut, Hadr and All). The .root files are located in the make_histograms folder. + +- The total number of particles detected in the WCD area in 5 min in "particles_detected_sites.dat". + > This data is obtained by integrating under the curve of the "histTrackLengthDetecAll" histogram for each site. + +## From the reconversion.sh executable you can get: + +- The total energy deposited per component and per site (energy_component.dat). +- The short version for table 2 of the paper (energy_sites.dat). +- The data for the comparison of the energy deposited by muons with respect to the other components in each site is obtained (ratio_sites.dat). +- The flux of detected particles per square metre per second is obtained (flux_detected.dat). + +- You can get the ratio_sites.pdf plot with: + > gnuplot ratio_sites.gp + +- You can get table2.dat with: + > join flux_detected.dat energy_sites.dat >table2.dat + +> For more information please contact adrianacvr67@gmail.com -- GitLab