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