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
4
import
evd_fillEnergy
5
import
eveGlobal
6
import
ROOT
7
8
9
def
execute
() -> None:
10
ROOT.gROOT.GetListOfGlobals()
11
SHiPDisplay = eveGlobal.SHiPDisplay
12
SHiPDisplay.NextEvent()
13
if
ROOT.gROOT.FindObject(
"Root Canvas"
):
14
evd_fillEnergy.execute
()
15
pass
16
17
18
if
__name__ ==
"__main__"
:
19
execute
()
evd_fillEnergy.execute
None execute()
Definition:
evd_fillEnergy.py:57
evd_nextEvent.execute
None execute()
Definition:
evd_nextEvent.py:9
macro
evd_nextEvent.py
Generated by
1.9.6