From 3af50fb9e010184986734eb0b5112da44675ec43 Mon Sep 17 00:00:00 2001
From: Adriana Vasquez <adrianacvr@users.noreply.github.com>
Date: Wed, 8 Jul 2020 19:01:15 -0500
Subject: [PATCH] Update and rename README to README.md
---
make_histograms/README | 42 ---------------------------------------
make_histograms/README.md | 38 +++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 42 deletions(-)
delete mode 100644 make_histograms/README
create mode 100644 make_histograms/README.md
diff --git a/make_histograms/README b/make_histograms/README
deleted file mode 100644
index 0662f8b..0000000
--- a/make_histograms/README
+++ /dev/null
@@ -1,42 +0,0 @@
-##############################
-Charge histogram of each site
-##############################
-
-In this folder you will find:
-
->The .root files of eight sites.
->To convert the .root files to .dat files please follow the instructions below:
- > make clean
- - Edit the file main.cxx to select the maximum range (in this case "binForPhotons = 800") and the histogram you want to convert (for instance "histTest = (TH1F*)fileIn.Get("histCerenPhoElectAll")" to obtain the histogram of the number of pe of all particles)
- > make
- > ./mainExe file.root > name.dat (for example ./mainExe chacaltaya.root > ch_all.dat, gets the histogram of pe corresponding to all particles in Chacaltaya).
- - For each site you should obtain six data files, for instance:
- ch_all.dat
- ch_muon.dat
- ch_elec.dat
- ch_gamm.dat
- ch_neut.dat
- ch_hadr.dat
-
-###########################################################################
-For more information about the main code please contact mauromsd@gmail.com
-###########################################################################
-
->The script for switching from photoelectrons to energy deposited:
- -Please execute the lines that you need from reconversion.sh and you will obtain the files, for instance Chacaltaya:
- eng_ch_all.dat
- eng_ch_muon.dat
- eng_ch_elec.dat
- eng_ch_gamm.dat
- eng_ch_neut.dat
- eng_ch_hadr.dat
-
->The histogram.gp allows you to plot the energy deposited histogram of each site. Please check:
- -The name of the output file (line 3)
- -The title of the plot (line 13-20)
- -The data of the site to be plotted (line 38-45)
-
-
-###########################################################
-For more information please contact adrianacvr67@gmail.com
-###########################################################
diff --git a/make_histograms/README.md b/make_histograms/README.md
new file mode 100644
index 0000000..a01544e
--- /dev/null
+++ b/make_histograms/README.md
@@ -0,0 +1,38 @@
+# Charge histogram of each site
+
+## In this folder you will find:
+
++ The .root files of eight sites.
++ To convert the .root files to .dat files please follow the instructions below:
+ - make clean
+ - Edit the file main.cxx to select the maximum range (in this case "binForPhotons = 800") and the histogram you want to convert.
+ > For instance "histTest = (TH1F*)fileIn.Get("histCerenPhoElectAll")" to obtain the histogram of the number of pe of all particles.
+ - make
+ - ./mainExe file.root > name.dat
+ > For example ./mainExe chacaltaya.root > ch_all.dat, gets the histogram of pe corresponding to all particles in Chacaltaya.
+ - For each site you should obtain six data files, for instance:
+ >- ch_all.dat
+ >- ch_muon.dat
+ >- ch_elec.dat
+ >- ch_gamm.dat
+ >- ch_neut.dat
+ >- ch_hadr.dat
+
+> For more information about the main code please contact mauromsd@gmail.com
+
++ The script for switching from photoelectrons to energy deposited:
+ - Please execute the lines that you need from reconversion.sh and you will obtain the files, for instance Chacaltaya:
+ >- eng_ch_all.dat
+ >- eng_ch_muon.dat
+ >- eng_ch_elec.dat
+ >- eng_ch_gamm.dat
+ >- eng_ch_neut.dat
+ >- eng_ch_hadr.dat
+
++ The histogram.gp allows you to plot the energy deposited histogram of each site.
+ - Please check:
+ >- The name of the output file (line 3)
+ >- The title of the plot (line 13-20)
+ >- The data of the site to be plotted (line 38-45)
+
+> For more information please contact adrianacvr67@gmail.com
--
GitLab