Skip to content

Commit 2ff6c38

Browse files
Lucio AnderliniLucio Anderlini
authored andcommitted
Cleaned a print
1 parent 9751079 commit 2ff6c38

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

PyLamarr/LHCb/Photons/PyPhotons.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ def __call__(self, db):
107107
ovx, ovy, ovz = gen_photons[['x', 'y', 'z']].values.astype(np.float64).T
108108
e, px, py, pz = gen_photons[['pe', 'px', 'py', 'pz']].values.astype(np.float64).T
109109

110-
print (e)
111-
112110
tx = px/pz
113111
ty = py/pz
114112

0 commit comments

Comments
 (0)