 |
Belle II Software
release-05-01-25
|
3 Data class for an entry in a store content list.
8 Create a new entry in a Store Content List.
11 name: The name of the store content.
12 number: The number of items in this store content.
22 Data class for the content of the storage for one event.
27 Create a new content fr one event.
30 content: A list of StoreContents.
31 event_number: The event number this element describes.
41 Data class for a column in the statistics view.
44 def __init__(self, name, display_name=None, three_column_format=False):
46 Create a new column for the statistics view.
49 name: The name of this column.
50 display_name: The display name of this column.
51 three_column_format: If the column has one or three columns.
68 Data class for the statistics.
73 Create a new Statistics object.
76 columns: The list of StatisticsColumns.
77 modules: A list of dictionaries, each one with the same names as there are columns.
event_number
The event number this element describes.
name
The name of the store content.
number
The number of items in this store content.
content
A list of StoreContents.
def __init__(self, name, number)
def __init__(self, content, event_number)