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