Definition at line 257 of file g4Ex_gap.py.
◆ EndOfRunAction()
g4Ex_gap.MyRunAction.EndOfRunAction |
( |
|
self, |
|
|
|
run |
|
) |
| |
Definition at line 260 of file g4Ex_gap.py.
260 def EndOfRunAction(self, run):
261 global debug,nevTot
262 print("*** End of Run")
263 print("- Run summary : (id= %d, #events= %d)" \
264 % (run.GetRunID(), nevTot))
265 h['ntuple'].Write()
266 print('ecut applied to',allPart,qedlist,' range cut for e,gamma:',rangeCut)
267
The documentation for this class was generated from the following file: