FairShip
Loading...
Searching...
No Matches
evd_nextEvent Namespace Reference

Functions

None execute ()
 

Function Documentation

◆ execute()

None evd_nextEvent.execute ( )

Definition at line 9 of file evd_nextEvent.py.

9def execute() -> None:
10 ROOT.gROOT.GetListOfGlobals()
11 SHiPDisplay = eveGlobal.SHiPDisplay
12 SHiPDisplay.NextEvent()
13 if ROOT.gROOT.FindObject("Root Canvas"):
15 pass
16
17