Belle II Software light-2409-toyger
VariablesToHDF5 Class Reference
Inheritance diagram for VariablesToHDF5:
Collaboration diagram for VariablesToHDF5:

Public Member Functions

def __init__ (self, listname, variables, filename)
 

Detailed Description

Legacy class to not break existing code

Definition at line 189 of file b2pandas_utils.py.

Constructor & Destructor Documentation

◆ __init__()

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.

194 def __init__(self, listname, variables, filename):
195 super().__init__(listname, variables, filename, "hdf5")
196
197

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