{"id":27307303,"url":"https://github.com/pseyfert/go-list-root-trees","last_synced_at":"2026-07-14T13:37:20.603Z","repository":{"id":72263031,"uuid":"146358324","full_name":"pseyfert/go-list-root-trees","owner":"pseyfert","description":"list ttrees in a root file","archived":false,"fork":false,"pushed_at":"2019-05-17T21:41:10.000Z","size":3736,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T04:05:10.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pseyfert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-27T21:51:43.000Z","updated_at":"2019-05-22T07:41:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea2c5e56-69e0-4028-98b3-e121013d3249","html_url":"https://github.com/pseyfert/go-list-root-trees","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Fgo-list-root-trees","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Fgo-list-root-trees/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Fgo-list-root-trees/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Fgo-list-root-trees/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pseyfert","download_url":"https://codeload.github.com/pseyfert/go-list-root-trees/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514228,"owners_count":21116903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-12T04:05:15.385Z","updated_at":"2025-10-24T15:36:59.920Z","avatar_url":"https://github.com/pseyfert.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-list-root-trees\n\n[![Licence: GPL v3](https://img.shields.io/github/license/pseyfert/go-list-root-trees.svg)](LICENSE)\n[![travis Status](https://travis-ci.org/pseyfert/go-list-root-trees.svg?branch=master)](https://travis-ci.org/pseyfert/go-list-root-trees)\n\nThis is a command line tool to list all trees in a root file.\n\nThe behaviour should be similar to that of `root_numpy.list_trees`. That is,\ntrees in subdirectories in a file are listed.\n\nThis should shorten a user's lookups traversing subdirectories.\n\nThe tool is intended to ease usage of other command line programs that read\ntrees from root files, such as DooSelection tools or the\n[tmva-branch-adder](https://github.com/pseyfert/tmva-branch-adder). It can be\nused for tab completion functions.\n\nprintout looks like:\n```\npseyfert@robusta ~/coding/tmva-branch-adder \u003e root-ls-tree /afs/cern.ch/user/p/pseyfert/DTT.root\nEventTuple/EventTuple\tB02DD/DecayTree\tGetIntegratedLuminosity/LumiTuple\n```\n\n# TODO:\n\n - for the intended use case of tab completions, low latency is key, so a\n   closer look at performance should be taken at some point.\n - possibly an argument to prepend path names to the printout in a root\n   standard format (`rootls` accepts `\u003cfilename\u003e.root:\u003cdir\u003e/\u003ctree\u003e`) So for\n   some interfaces having filename and tree path together might be more\n   convenient:\n```\npseyfert@robusta ~/coding/tmva-branch-adder \u003e root-ls-tree -f /afs/cern.ch/user/p/pseyfert/DTT.root\n/afs/cern.ch/user/p/pseyfert/DTT.root:EventTuple/EventTuple\n/afs/cern.ch/user/p/pseyfert/DTT.root:B02DD/DecayTree\n/afs/cern.ch/user/p/pseyfert/DTT.root:GetIntegratedLuminosity/LumiTuple\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseyfert%2Fgo-list-root-trees","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpseyfert%2Fgo-list-root-trees","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseyfert%2Fgo-list-root-trees/lists"}