|
TIMBER
beta
Tree Interface for Making Binned Events with RDataFrame
|
Home of main classes for TIMBER. More...
Classes | |
| class | TIMBER.Analyzer.analyzer |
| Main class for TIMBER. More... | |
| class | TIMBER.Analyzer.Node |
| Class to represent nodes in the DataFrame processing graph. More... | |
| class | TIMBER.Analyzer.Group |
| Organizes objects in OrderedDict with basic functionality to add and drop items, add Groups together, get keys, and access items. More... | |
| class | TIMBER.Analyzer.CutGroup |
| Stores Cut actions. More... | |
| class | TIMBER.Analyzer.VarGroup |
| Stores Define actions. More... | |
| class | TIMBER.Analyzer.HistGroup |
| Stores histograms with dedicated function to use TH1/2/3 methods in a batch. More... | |
| class | TIMBER.Analyzer.Correction |
| Correction class to handle corrections produced by C++ modules. More... | |
Functions | |
| def | TIMBER.Analyzer.LoadColumnNames (source='') |
| Loads column names from a text file. More... | |
Home of main classes for TIMBER.
| def TIMBER.Analyzer.LoadColumnNames | ( | source = '' | ) |
Loads column names from a text file.
| source | (str, optional): File location if default TIMBER/data/NanoAODv6_cols.txt is not to be used. Defaults to ''. |
1.8.13