SND@LHC Software
Loading...
Searching...
No Matches
evd_nextEvent.py
Go to the documentation of this file.
1import ROOT#,evd_fillEnergy
2import eveGlobal
3def execute():
4 lsOfGlobals = ROOT.gROOT.GetListOfGlobals()
5 SHiPDisplay = eveGlobal.SHiPDisplay
6 SHiPDisplay.NextEvent()
7 if ROOT.gROOT.FindObject('Root Canvas'): evd_fillEnergy.execute()
8 pass
9if __name__=="__main__":
10 execute()