![]() |
Belle II Software development
|
Public Member Functions | |
| __init__ (self, particle) | |
Public Attributes | |
| dict | channel_time = {} |
| the time for each channel | |
| dict | channel_time_per_module = {} |
| the time per module | |
| int | particle_time = 0 |
| the time per particle | |
Reads the module statistics for a single particle from the outputted root file and puts them into a more accessible format
Definition at line 326 of file monitoring.py.
| __init__ | ( | self, | |
| particle ) |
Reads the module statistics from the file named Monitor_ModuleStatistics.root @param particle the particle for which the statistics are read
Definition at line 332 of file monitoring.py.
| dict channel_time = {} |
the time for each channel
Definition at line 355 of file monitoring.py.
| dict channel_time_per_module = {} |
the time per module
Definition at line 357 of file monitoring.py.
| int particle_time = 0 |
the time per particle
Definition at line 380 of file monitoring.py.