10 Data class for an entry in a store content list.
15 Create a new entry in a Store Content List.
18 name: The name of the store content.
19 number: The number of items
in this store content.
29 Data class for the
content of the storage for one event.
34 Create a new content fr one event.
37 content: A list of StoreContents.
38 event_number: The event number this element describes.
48 Data class for a column in the statistics view.
51 def __init__(self, name, display_name=None, three_column_format=False):
53 Create a new column for the statistics view.
56 name: The name of this column.
57 display_name: The display name of this column.
58 three_column_format: If the column has one
or three columns.
75 Data class for the statistics.
80 Create a new Statistics object.
83 columns: The list of StatisticsColumns.
84 modules: A list of dictionaries, each one with the same names
as there are columns.
def __init__(self, content, event_number)
content
A list of StoreContents.
event_number
The event number this element describes.
basf2 (Belle II Analysis Software Framework) # Author: The Belle II Collaboration # # See git log for...
name
The name of the store content.
def __init__(self, name, number)
number
The number of items in this store content.