Belle II Software development
Statistics Class Reference
Inheritance diagram for Statistics:
Basf2CalculationQueueStatistics

Public Member Functions

def __init__ (self, columns, modules)
 

Public Attributes

 columns
 The list of StatisticsColumns.
 
 modules
 A list of dictionaries, each one with the same names as there are columns.
 

Detailed Description

Data class for the statistics.

Definition at line 73 of file entities.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  columns,
  modules 
)
Create a new Statistics object.

Parameters:
  columns: The list of StatisticsColumns.
  modules: A list of dictionaries, each one with the same names as there are columns.

Reimplemented in Basf2CalculationQueueStatistics.

Definition at line 78 of file entities.py.

78 def __init__(self, columns, modules):
79 """
80 Create a new Statistics object.
81
82 Parameters:
83 columns: The list of StatisticsColumns.
84 modules: A list of dictionaries, each one with the same names as there are columns.
85 """
86
87 self.columns = columns
88
89 self.modules = modules

Member Data Documentation

◆ columns

columns

The list of StatisticsColumns.

Definition at line 87 of file entities.py.

◆ modules

modules

A list of dictionaries, each one with the same names as there are columns.

Definition at line 89 of file entities.py.


The documentation for this class was generated from the following file: