SND@LHC Software
Loading...
Searching...
No Matches
g4Ex_gap.MyRunAction Class Reference
Inheritance diagram for g4Ex_gap.MyRunAction:
Collaboration diagram for g4Ex_gap.MyRunAction:

Public Member Functions

 EndOfRunAction (self, run)
 

Detailed Description

Definition at line 257 of file g4Ex_gap.py.

Member Function Documentation

◆ 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: