Definition at line 70 of file run_simSND.py.
◆ Exec()
run_simSND.MyTask.Exec |
( |
|
self, |
|
|
|
opt |
|
) |
| |
Definition at line 73 of file run_simSND.py.
73 def Exec(self,opt):
74 ioman = ROOT.FairRootManager.Instance()
75 MCTracks = ioman.GetObject("MCTrack")
76 print('Hello',opt,MCTracks.GetEntries())
77 fMC = ROOT.TVirtualMC.GetMC()
78 if MCTracks.GetEntries()>100: fMC.StopRun()
79
The documentation for this class was generated from the following file: