Laurent Aphecetche
Laurent Aphecetche
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...
I'm trying to read a Root file containing trees of custom root objects using `rtree.Scanner`. Is that supposed to work ? I've naively tried : ``` > root-gen-type -p main...
This is an attempt to get Root compiled with OpenGL but without requiring X11 on macOS. Note that this is my first Spack PR... Hopefully I've correctly read the [contribution...
on a CentOS7 machine, `aliBuild` and `aliDoctor` disagree on whether or not `autotools`should be taken from the system : ``` [ dev ]{ alice-dev }~/alice/dev$ aliDoctor --defaults o2 autotools SUCCESS:...
## Question summary If I understand correctly (and that's not granted ;-) ) how ExternalFairMQDeviceProxy works , its main usage is to _inject_ data into a DPL workflow, i.e. a...
In the same spirit as [ the "make" property allows to set the "makeprg" for a path regexp ] I could certainly make use of a "tags" property that would...
@drbenmorgan @gartung @greenc-FNAL @HadrienG2 @marcmengel @vitodb @vvolkl this is an updated version of #37020 which is solving the following issue : ``` python -c 'import ROOT' Traceback (most recent call...
In order to use the ISR feature of NextJS my understanding is that a specific option `{ next: { revalidate: xxx } }` should be passed to the `fetch` calls....