FairShip
Loading...
Searching...
No Matches
evd_nextEvent.py
Go to the documentation of this file.
1# SPDX-License-Identifier: LGPL-3.0-or-later
2# SPDX-FileCopyrightText: Copyright CERN for the benefit of the SHiP Collaboration
3
4import evd_fillEnergy
5import eveGlobal
6import ROOT
7
8
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
18if __name__ == "__main__":
19 execute()
None execute()
Definition: evd_nextEvent.py:9