Skip to content
Snippets Groups Projects
Commit 47244ede authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Print some debug info

parent 24715687
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,8 @@ class DOMHits(Module):
for run, n_events_since_runchange in self.runchanges.items():
if n_events_since_runchange >= self.max_events:
continue
self.print("Annotating run {} ({} events passed)".format(
run, n_events_since_runchange))
x_pos = self.max_events - n_events_since_runchange
plt.text(
x_pos,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment