Skip to content
Snippets Groups Projects
Commit 4ddd9e48 authored by Stephan Hageboeck's avatar Stephan Hageboeck
Browse files

[RF] Shorten run time of rf402 tutorial.

parent 95b2f4d4
No related branches found
No related tags found
No related merge requests found
...@@ -48,8 +48,9 @@ for i in range(1000): ...@@ -48,8 +48,9 @@ for i in range(1000):
# We must explicitly refer to x,y, here to pass the values because # We must explicitly refer to x,y, here to pass the values because
# d is not linked to them (as explained above) # d is not linked to them (as explained above)
print(x, y, c) if i < 3:
print(type(x)) print(x, y, c)
print(type(x))
d.add(ROOT.RooArgSet(x, y, c)) d.add(ROOT.RooArgSet(x, y, c))
d.Print("v") d.Print("v")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment