Belle II Software
release-08-01-10
|
Public Member Functions | |
def | event (self) |
def | terminate (self) |
Static Public Attributes | |
int | num_events = 0 |
event counter | |
An example python module. It gathers the x/y position off all CDCSimHits and draws them using matplotlib. The result is saved as a PNG.
Definition at line 61 of file cdcplotmodule.py.
def event | ( | self | ) |
reimplementation of Module::event(). loops over the CDCSimHits in the current event.
Definition at line 71 of file cdcplotmodule.py.
def terminate | ( | self | ) |
reimplementation of Module::terminate().
Definition at line 110 of file cdcplotmodule.py.