#####################################################################################
##  (c) Copyright by Pierre Auger Collaboration 2025                               ##
##                                                                                 ##
##  Publications using or referring to these data should cite the following        ## 
##  reference:                                                                     ##
##                                                                                 ##
##  A. Abdul Halim (Pierre Auger Collaboration) et al.,                            ##
##  "Inference of the Mass Composition of Cosmic Rays with energies from 10^18.5   ##
##  to 10^20 eV using the Pierre Auger Observatory and Deep Learning",             ##
##  Phys. Rev. Lett. 134, 021001 (2025)                                            ##
##                                                                                 ##
##  and                                                                            ##
##                                                                                 ##
##  A. Abdul Halim (Pierre Auger Collaboration) et al.,                            ##
##  "Measurement of the Depth of Maximum of Air-Shower Profiles with energies      ##
##  between 10^18.5 and 10^20 eV using the Surface Detector of the Pierre Auger    ##
##  Observatory and Deep Learning", Phys. Rev. D 111, 022003 (2025)                ##
##                                                                                 ##
##                                                                                 ##
##  Data are provided as is and might be subject to future changes.                ##
##                                                                                 ##
##                                                                                 ##
##  These data are released under the Creative Commons Attribution-ShareAlike 4.0  ##
##  International License (CC BY-SA 4.0). For more details see                     ##
##  http://creativecommons.org/licenses/by-sa/4.0/                                 ##
##                                                                                 ##
#####################################################################################
#
# mean and standard deviation of Xmax distribution as function of energy
#
#  (1) meanLgE:       <lg(E/eV)>
#  (2) nEvts:         number of events
#  (3) mean:          <Xmax> [g/cm^2]
#  (4) meanErr:       statistical uncertainty of <Xmax> [g/cm^2]
#  (5) meanSystUp:    upper systematic uncertainty of <Xmax> [g/cm^2]
#  (6) meanSystLow:   lower systematic uncertainty of <Xmax> [g/cm^2]
#  (7) sigma:         sigma(Xmax) [g/cm^2]
#  (8) sigmaErr:      statistical uncertainty of sigma(Xmax) [g/cm^2]
#  (9) sigmaSystUp:   upper systematic uncertainty of sigma(Xmax) [g/cm^2]
#  (10) sigmaSystLow: lower systematic uncertainty of sigma(Xmax) [g/cm^2]
#
#------------+-------+------+---------+------------+--------------+-------+----------+-------------+--------------
#   meanLgE  | nEvts | mean | meanErr | meanSystUp | meanSystLow  | sigma | sigmaErr | sigmaSystUp | sigmaSystLow
#------------+-------+------+---------+------------+--------------+-------+----------+-------------+--------------
18.55	8739	757	0.5	7.7	-9.6	48.8	0.6	9.1	-4.8
18.65	9360	758.8	0.5	7.8	-9.2	46.3	0.6	8.7	-4.8
18.75	7725	759.5	0.5	7.9	-8.8	43.4	0.7	8.3	-4.8
18.85	6506	761.8	0.5	8.0	-8.5	39.7	0.6	8.0	-4.8
18.95	5228	765.7	0.5	8.2	-8.2	38.4	0.7	7.6	-4.8
19.05	3863	770	0.6	8.4	-7.9	38.8	1.0	7.3	-4.8
19.15	2781	769.9	0.6	8.7	-7.7	34.0	0.8	7.1	-4.8
19.25	1791	774	0.8	9.1	-7.5	33.2	0.9	7.0	-4.8
19.35	1205	774.7	0.9	9.5	-7.4	30.7	1.2	6.9	-4.8
19.45	701	775.3	1.0	10.0	-7.3	27.3	1.6	6.8	-4.8
19.55	455	778.6	1.3	10.5	-7.3	26.3	1.3	6.8	-4.8
19.64	277	783.2	1.4	11.0	-7.3	24.2	1.8	6.8	-4.8
19.74	113	787.2	2.0	11.6	-7.5	20.7	1.4	6.8	-4.8
19.85	54	794.5	3.6	12.2	-7.8	25.1	3.9	6.8	-4.8
19.99	26	793.9	4.5	13.1	-8.3	21.8	5.4	6.8	-4.8


