You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dEdXratio=0.0025935# 0.0025935 when comparing with Conex. This paper says 0.00219, but for general cosmic ray, not electrons only. https://doi.org/10.1016/S0927-6505(00)00101-8 in GeV /
61
63
rootfile=output_file.replace(".fits", ".root")
62
64
print("Generating conex-like output in "+rootfile)
63
-
#print("Number of masked events ", nmasked)
65
+
#print("Number of masked events ", nmasked)
64
66
print("Number of valid events ", n)
65
67
66
-
#X = X[mask2]
67
-
#Z = Z[mask2]
68
-
#RN = RN[mask2]
68
+
#X = X[mask2]
69
+
#Z = Z[mask2]
70
+
#RN = RN[mask2]
69
71
70
72
# Useful variables to fill the conex File
71
73
PID=np.array([100], dtype="i4") # Proton type for Conex
0 commit comments