A helper class to create the dataset for the tutorial below.
Definition at line 22 of file df036_missingBranches.py.
Public Member Functions | |
| __init__ (self) | |
| __enter__ (self) | |
| Enable using the class as a context manager. | |
| __exit__ (self, *_) | |
| Enable using the class as a context manager. | |
Static Public Attributes | |
| list | filenames |
| int | nentries = 5 |
| list | treenames = ["tree_1", "tree_2", "tree_3"] |
| df036_missingBranches.DatasetContext.__init__ | ( | self | ) |
Definition at line 33 of file df036_missingBranches.py.
| df036_missingBranches.DatasetContext.__enter__ | ( | self | ) |
Enable using the class as a context manager.
Definition at line 70 of file df036_missingBranches.py.
| df036_missingBranches.DatasetContext.__exit__ | ( | self, | |
| * | _ ) |
Enable using the class as a context manager.
At the end of the context, remove the files created.
Definition at line 74 of file df036_missingBranches.py.
|
static |
Definition at line 25 of file df036_missingBranches.py.
|
static |
Definition at line 31 of file df036_missingBranches.py.
|
static |
Definition at line 30 of file df036_missingBranches.py.