![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | barn (self) |
| def | refine (self, crops) |
Public Attributes | |
| crops | |
| The gathered crops until now. | |
Overloaded harvester, that stores its data into a pandas data frame instead of a numpy array, because they are more flexible when it comes to changing columns and value types to be stored.
Definition at line 22 of file variable_modules.py.
| def barn | ( | self | ) |
Coroutine that receives the dictionaries of names and values from peel and store them into a pandas df.
Reimplemented from HarvestingModule.
Definition at line 28 of file variable_modules.py.
| def refine | ( | self, | |
| crops | |||
| ) |
Receive the gathered crops and saves them into a ROOT file.
Reimplemented from HarvestingModule.
Definition at line 57 of file variable_modules.py.
| crops |
The gathered crops until now.
Definition at line 55 of file variable_modules.py.