Dmitry Romanov

Results 28 comments of Dmitry Romanov

Looked the code, python scripts and thought about the particular python script. I would prefer not to use full scale C++ parsing facilities. So would it be acceptable to make...

Ok! Suppose I have a python file that generates a single header (I actually do): ``` single_header/SQLiteCpp.h ``` It compiles, tests are passed. How to integrate it in CMake build,...

I think I have the same issue Here is the file. It was created by Geant4 (10.6.2) [g4e_output.geo.gdml.zip](https://github.com/KeithSloan/GDML/files/5682572/g4e_output.geo.gdml.zip)

There are a couple of other geometries that are prone to the same behavior. They are further in hierarchy and more difficult to spot. Please tell me if you would...

Thank you! I was indeed confused by the depth of the visibility flag (all higher-level components were marked as visible). I saw "Total visible nodes 0 numfaces 0 " but...

> Yes, `node.js` used for CI - but not only. > > One can directly use jsroot from node.js for ROOT data analysis and image production - therefore option to...

Found this on threejs https://github.com/mrdoob/three.js/issues/25681 But not sure it is used here. Could this help in Phoenix case?

EIC ePIC detector uses DD4Hep and [we export root and gdml geometry in CI](https://github.com/eic/epic/actions). Experimenting, I tried to open those files directly ```ts this.eventDisplay.loadRootGeometry('assets/epic_dirc_only.root', "default", "default", "", 10); ``` Note...

I need to say, that converting to gltf and working with gltf provides much nicer experience and results. Especially using Blender for GLTF and other tools. But I don't think...

DD4Hep plugin with custom stepping action exporting track steps to phoenix format. And here are optical photons It is fun!