Belle II Software  release-08-01-10
StatisticsColumn Class Reference

Public Member Functions

def __init__ (self, name, display_name=None, three_column_format=False)
 

Public Attributes

 name
 The name of this column.
 
 three_column_format
 If the column has one or three columns.
 
 display_name
 The name to show.
 

Detailed Description

Data class for a column in the statistics view.

Definition at line 46 of file entities.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  name,
  display_name = None,
  three_column_format = False 
)
Create a new column for the statistics view.

Parameters:
  name: The name of this column.
  display_name: The display name of this column.
  three_column_format: If the column has one or three columns.

Definition at line 51 of file entities.py.


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