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