![]() |
Belle II Software light-2409-toyger
|
Public Member Functions | |
def | __init__ (self, listname, variables, filename) |
Legacy class to not break existing code
Definition at line 189 of file b2pandas_utils.py.
def __init__ | ( | self, | |
listname, | |||
variables, | |||
filename | |||
) |
Constructor to initialize the internal state Arguments: listname(str): name of the particle list variables(list(str)): list of variables to save for each particle filename(str): name of the output file to be created format(str): format of the output file, one of 'hdf5', 'parquet', 'csv'
Reimplemented from VariablesToTable.
Definition at line 194 of file b2pandas_utils.py.