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