Skip to content
/ hep Public

hep is the mono repository holding all of go-hep.org/x/hep packages and tools

License

Notifications You must be signed in to change notification settings

go-hep/hep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6f7c48 · Mar 15, 2022
Mar 15, 2022
Aug 17, 2021
Mar 10, 2022
Feb 8, 2022
Aug 17, 2021
Dec 9, 2020
Feb 25, 2021
Sep 27, 2021
Feb 4, 2021
Dec 16, 2021
Aug 17, 2021
Mar 11, 2022
Sep 28, 2021
Aug 17, 2021
Sep 28, 2021
Feb 25, 2021
Dec 16, 2021
Dec 20, 2019
Aug 17, 2021
Aug 17, 2021
Aug 17, 2021
Aug 17, 2021
Feb 25, 2021
Sep 28, 2021
Oct 12, 2021
Mar 8, 2022
Mar 9, 2021
Feb 7, 2017
Aug 17, 2021
Mar 15, 2022
Jan 26, 2022
Apr 17, 2020
May 22, 2020
Feb 25, 2021
Feb 25, 2021
Jun 25, 2021

Repository files navigation

hep

GitHub release go.dev reference CI codecov Go Report Card GoDoc License DOI JOSS Paper Binder Twitter Follow TODOs

hep is a set of libraries and tools to perform High Energy Physics analyses with ease and Go

See go-hep.org for more informations.

Forum

Drop an email at ~sbinet/go-hep@lists.sr.ht or visit the web interface lists.sr.ht/~sbinet/go-hep to discuss about Go-HEP or ask for help.

License

hep is released under the BSD-3 license.

Documentation

Documentation for hep is served by GoDoc.

Contributing

Guidelines for contributing to go-hep are available here: go-hep.org/contributing

Contributors

This project exists thanks to all the people who contribute.

Motivations

Writing analyses in HEP involves many steps and one needs a few tools to successfully carry out such an endeavour. But - at minima - one needs to be able to read (and possibly write) ROOT files to be able to interoperate with the rest of the HEP community or to insert one's work into an already existing analysis pipeline.

Go-HEP provides this necessary interoperability layer, in the Go programming language. This allows physicists to leverage the great concurrency primitives of Go, together with the surrounding tooling and software engineering ecosystem of Go, to implement physics analyses.

Content

Go-HEP currently sports the following packages:

Installation

Go-HEP packages are installable via the go get command:

$ go get go-hep.org/x/hep/fads

Just select the package you are interested in and go get will take care of fetching, building and installing it, as well as its dependencies, recursively.