hep
                                
                                
                                
                                    hep copied to clipboard
                            
                            
                            
                        hep is the mono repository holding all of go-hep.org/x/hep packages and tools
like is done in [HEPData/hepdata-cli](https://github.com/HEPData/hepdata-cli).
Type parameters (_a.k.a._ "generics") may land in Go-1.18. we might want to consider using those for: - [ ] `groot/rhist.TH1{I,F,D}` - [ ] `groot/rcont.Array{C,D,F,I,L,L64,S}` - [ ] `groot/rtree` ? -...
this is possibly related to #399. consider: ``` $> time root-dump root://ccxrootdgotest.in2p3.fr:9001/tmp/rootio/testdata/SMHiggsToZZTo4L.root > /dev/null real 1m8.557s user 0m14.863s sys 0m3.562s ``` running over the same file but with `http[s]://` (which,...
## Specs: - http://xrootd.org/doc/dev45/XRdv310.htm - http://xrootd.org/doc/dev49/XRdv400.htm ## Status - [x] kXR_admin - [x] kXR_auth (see go-hep/hep#250) - [x] kXR_auth + `host` - [ ] kXR_auth + `gsi` - [x] kXR_auth...
## protocol version 4 The `xrootd` [specs]( http://xrootd.org/doc/dev45/XRdv310.htm) have a number of things to say about authentication: - [kXR_auth](http://xrootd.org/doc/dev45/XRdv310.htm#_Toc464248810) - [kXR_authmore](http://xrootd.org/doc/dev45/XRdv310.htm#_Toc464248800) - [Authentication & Access Control Configuration Reference](http://xrootd.org/doc/dev47/sec_config.htm#_Toc489606563) `xrdsec` supports...
right now, `pawgo` only supports reading/writing `go-hep.org/x/hep/rio` files. we should probably improve it to also read/write `groot` files, so we can plot `H1`, `H2` and `S2` types.
to implement #915, one needs to devise and design proper interfaces: - Zoom-ing - Pan-ing - Zoom+Box-ing
- [ ] pan a plot with the mouse (and/or with some vi-like keyboard bindings?) - [ ] zoom in/out a plot with the mouse wheel - [ ] zoom...
currently (`v0.28.5`) trying to run `root-ls` on a `DAOD_PHYSLITE` file leads to: ``` $> root-ls -t https://github.com/CoffeaTeam/coffea/raw/6d548538653e7003281a572f8eec5d68ca57b19f/tests/samples/DAOD_PHYSLITE_21.2.108.0.art.pool.root === [https://github.com/CoffeaTeam/coffea/raw/6d548538653e7003281a572f8eec5d68ca57b19f/tests/samples/DAOD_PHYSLITE_21.2.108.0.art.pool.root] === version: 60806 panic: rdict: could not build element "m_itemList" type...