We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c89125 commit 80942e5Copy full SHA for 80942e5
docs/PhaseSpace.rst
@@ -53,7 +53,7 @@ or a phase-space given a range of mother particles and an output range.
53
mothers[4] = (3.4406218104833015, -0.16339927010014546, 1.363729549941791, 0.6005257912194031)
54
55
phsp2 = hypy.PhaseSpace2(3.0969, [0.1056583745, 0.1056583745])
56
- container = hypy.host_events_2(5)
+ grand_daughter = hypy.host_events_2(5)
57
phsp2.GenerateOnhost(mothers, grand_daughter)
58
59
for i in grand_daughter: print(i)
0 commit comments