1 from __future__
import print_function
2 from builtins
import range
4 from PhysicsTools.HeppyCore.statistics.tree
import Tree
7 outfile = TFile(filename,
'recreate')
8 tree = Tree(
'test_tree',
'A test tree')
13 print(
'creating a tree', tree.tree.GetName(),\
14 tree.tree.GetEntries(),
'entries in',\
def create_tree(filename="test_tree.root")
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)