hep
hep copied to clipboard
hep is the mono repository holding all of go-hep.org/x/hep packages and tools
depending on it gaining mindshare, we could consider adding support for [uphepp](https://uhepp.org/): - https://uhepp.org/ - https://indico.cern.ch/event/1068146/
Trying to generate streamers for a type with a ClonesArray I get : ``` root-gen-streamer -p github.com/alice-go/aligo/ocdb -t AliSplineFit -o streamers2.go root-gen-streamer: unhandled type: *go-hep.org/x/hep/groot/rcont.ClonesArray (underlying: *go-hep.org/x/hep/groot/rcont.ClonesArray) ``` Is that...
https://github.com/go-hep/hep/issues/419 was about basic support for TClonesArrays. we need to add full support for TClonesArrays: - r/w TClonesArrays in member-wise mode - r/w TClonesArrays with `BypassStreamer==true`
Hello, After creating or updating a file, I cannot get the checksum using query.checksum. However I get the checksum when it is not a new file or a file modified...
ATLAS has an outreach C++ framework for analyzing the 13 TeV data: - https://github.com/atlas-outreach-data-tools/atlas-outreach-cpp-framework-13tev we should probably consider adding an example for it (and/or making sure we can read that...
as mentionned in https://github.com/go-hep/hep/pull/674#issuecomment-618947134, performances for certain workload sizes could be further improved. investigate dip of performances for other workload sizes (`128
as mentioned in https://github.com/golang/go/issues/41190, a new file system interface is being designed (and accepted): - https://go.googlesource.com/proposal/+/master/design/draft-iofs.md we should probably make use of it or, at least, make sure we implement...
I was just wondering how difficult would be to implement the `t->BuildIndex("br1", "br2")` function and the corresponding `t->GetEntryWithIndex(v2, v2)` function? I *might* need it in my analysis, but I can...
- [x] add support for `TBranchElement` - [ ] add support for `split level` - [x] add support for `structs` with fields of `var-len-arrays` (of builtins) - [ ] add...
now that `v0.27.0` introduced the batched/pre-fetching basket decompression reader, we should remove the old code (`rtree.tbranch.loadBasket` and friends) from the repo. - [x] migrate tests to new `rtree.Reader` - [...