File tree Expand file tree Collapse file tree 2 files changed +38
-42
lines changed
Expand file tree Collapse file tree 2 files changed +38
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Charge histogram of each site
2+
3+ ## In this folder you will find:
4+
5+ + The .root files of eight sites.
6+ + To convert the .root files to .dat files please follow the instructions below:
7+ - make clean
8+ - Edit the file main.cxx to select the maximum range (in this case "binForPhotons = 800") and the histogram you want to convert.
9+ > For instance "histTest = (TH1F*)fileIn.Get("histCerenPhoElectAll")" to obtain the histogram of the number of pe of all particles.
10+ - make
11+ - ./mainExe file.root > name.dat
12+ > For example ./mainExe chacaltaya.root > ch_all.dat, gets the histogram of pe corresponding to all particles in Chacaltaya.
13+ - For each site you should obtain six data files, for instance:
14+ >- ch_all.dat
15+ >- ch_muon.dat
16+ >- ch_elec.dat
17+ >- ch_gamm.dat
18+ >- ch_neut.dat
19+ >- ch_hadr.dat
20+
21+ > For more information about the main code please contact mauromsd@gmail.com
22+
23+ + The script for switching from photoelectrons to energy deposited:
24+ - Please execute the lines that you need from reconversion.sh and you will obtain the files, for instance Chacaltaya:
25+ >- eng_ch_all.dat
26+ >- eng_ch_muon.dat
27+ >- eng_ch_elec.dat
28+ >- eng_ch_gamm.dat
29+ >- eng_ch_neut.dat
30+ >- eng_ch_hadr.dat
31+
32+ + The histogram.gp allows you to plot the energy deposited histogram of each site.
33+ - Please check:
34+ >- The name of the output file (line 3)
35+ >- The title of the plot (line 13-20)
36+ >- The data of the site to be plotted (line 38-45)
37+
38+ > For more information please contact adrianacvr67@gmail.com
You can’t perform that action at this time.
0 commit comments