Example #1
0
def list_trees(filename):
    """Get list of the tree names in a ROOT file.

    Parameters
    ----------
    filename : str
        Path to ROOT file.

    Returns
    -------
    trees : list
        List of tree names

    """
    return _librootnumpy.list_trees(filename)
Example #2
0
def list_trees(filename):
    """Get list of the tree names in a ROOT file.

    Parameters
    ----------
    filename : str
        Path to ROOT file.

    Returns
    -------
    trees : list
        List of tree names

    """
    return _librootnumpy.list_trees(filename)
Example #3
0
def lt(fname):
    """shorthand for :func:`list_trees`"""
    return _librootnumpy.list_trees(fname)
Example #4
0
def list_trees(fname):
    """list trees in rootfile *fname*"""
    return _librootnumpy.list_trees(fname)
Example #5
0
def list_trees(filename):
    """List the trees in a ROOT file.

    """
    return _librootnumpy.list_trees(filename)
Example #6
0
def lt(fname):
    """shorthand for :func:`list_trees`"""
    return _librootnumpy.list_trees(fname)
Example #7
0
def list_trees(fname):
    """list trees in rootfile *fname*"""
    return _librootnumpy.list_trees(fname)