RAPIDO
Repeatable Analysis Programming for Interpretability, Durability, and Organization
|
#include <arbol.h>
Public Member Functions | |
Branch () | |
Branch (TTree *ttree, TString new_branch_name) | |
![]() | |
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 () |
![]() | |
virtual | ~Dynamic () |
Additional Inherited Members | |
![]() | |
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 |