Pere Mato
Pere Mato
I cannot install version 1.72.0 on MacOS (10.15.2) with the recipes that worked for previous versions. `/bootstrap.sh --with-python=.../bin/python3.6 --with-toolset=darwin` I get the following error in bootstrap.log ``` Unknown toolset: darwin...
I'm new to Julia wanting to see its potential for HEP computing. For this, I am playing with a TTree with UnROOT to see how this compares with equivalent job...
## Details Using a MacOS 14.2 (M1) I get the titles on top of the plots when saving them into a file. It is not the case when displaying on...
# This Pull request: ## Changes or fixes: ## Checklist: - [ x] tested changes locally - [ x] updated the docs (if necessary) This PR fixes # #7871
If I have a simple Julia struct with a field that is C++ base class, I can assign a derived C++ object. So far so good, but if the struct...
EDM4hep root files store in a tree called `podio_metadata` an object of the type ``` struct podio::CollectionIDTable vector m_collectionIDs; vector m_names; }; ``` The following is a reproducer: ``` using...
Hi, I am developing a Julia wrapper to the Geant4 particle transport toolkit [Geant4.jl](https://github.com/JuliaHEP/Geant4.jl), which includes a CSG geometry module. For drawing boolean solids with Makie I would like to...
I encountered two cases of a class inheriting from a templated base class that is blocking the progress in [Geant4.jl](https://github.com/peremato/Geant4.jl). - Class `G4[U]Box` inherits from `G4UAdapter` and this one inherits...
Added extra usability functions: - GetObject(file::Union{ROOT.TDirectoryFile, CxxPtr{ @test GetObject(f,"h") isa ROOT.TH1 Test Passed julia> f = ROOT.TFile!Open("test1.root") CxxWrap.CxxWrapCore.CxxPtr{ROOT.TFile}(Ptr{ROOT.TFile} @0x000000012c833d20) julia> @test f.tree isa ROOT.TTree Test Passed ```
In same C++ libraries the API may return a pointer to an object for which the user has the responsibility to delete it. This is not possible with the generated...