|
RAPIDO
Repeatable Analysis Programming for Interpretability, Durability, and Organization
|
#include <arbol.h>
Public Member Functions | |
| Branch () | |
| Branch (TTree *ttree, TString new_branch_name) | |
Public Member Functions inherited from Utilities::Variable< Type > | |
| Variable () | |
| Variable (Type new_reset_value) | |
| virtual | ~Variable () |
| Type | getValue () |
| Type & | getReference () |
| void | setValue (Type new_value) |
| void | setResetValue (Type new_reset_value) |
| void | resetValue () |
Public Member Functions inherited from Utilities::Dynamic | |
| virtual | ~Dynamic () |
Additional Inherited Members | |
Protected Attributes inherited from Utilities::Variable< Type > | |
| Type | value |
| Type | reset_value |
Wraps TTree branches to allow for making branches on the fly
| Type | type of branch value |
Branch object constructor
| ttree | pointer to TTree |
| new_branch_name | new branch name |