Belle II Software development
|
Public Member Functions | |
def | __init__ (self, root_file_name="save_vars.pkl", store_object_name="SoftwareTriggerVariables") |
def | peel (self, variables) |
Read in the trigger variables stored in the data store and write them out into a ROOT file after all events have passed.
Definition at line 90 of file variable_modules.py.
def __init__ | ( | self, | |
root_file_name = "save_vars.pkl" , |
|||
store_object_name = "SoftwareTriggerVariables" |
|||
) |
Create a new module to get the stored trigger variables from the data store and save them to a root file. :param root_file_name: The file name where to store the variables. :param store_object_name: The store object name where the trigger variables an be found in the data store.
Reimplemented from HarvestingModule.
Definition at line 96 of file variable_modules.py.
def peel | ( | self, | |
variables | |||
) |
For each collection of variables ( = event), get the list of all variables. Write them back into the internal storage ( = pandas.DataFrame) of all events.
Reimplemented from HarvestingModule.
Definition at line 104 of file variable_modules.py.