Jan Mayer
Jan Mayer
> I am personally also frustrated by the degree of technical debt we have in FairRoot, but also ROOT and other projects in our community. I look back at my...
I see this issue as well, and would like to raise some further points: > There should be no incremental changes in the root files, they represent some stable geometries....
> If we have different states for the detector, we should rather solve this by git branchs (e.g. s444). Or/And individual repositories for each experiment instead of that big macro...
Yeah, the ROOT geometry stuff is extremely bad - and to think this terrible interface is at the core of our simulations... Can we just drop ROOT Geo and just...
> Also notice that @janmayer, who proposed moving to raw Geant4 is a NeuLAND person. From my point of view, this means that the argument "We need to support Geant3...
> Note that we already have git repositories to manage ucesb and upexps. In the R3B-Wiki we have some details about how to clone and update these repositories, see https://wiki.r3b-nustar.de/analysis/ucesb/overview...
Hello! First thing to check, can you use the script included with root that sets the environment variables? That should be ` /Software/root/v6-28-02_Binaries/bin/thisroot.sh` or similar.
There can be several things. Does the installer find other root includes, i.e. did it build some parts and later failed on the TGX11? If so, you might have build...
Hm. Assuming you've imported your root version, such that ` which root-config` should point at `/Software/root/v6-28-06_Binaries/bin/root-config`: If you do ```bash root-config --features ``` Does the output include `x11`? It should...
Okay, next steps: - Does `root-config --incdir` point to the right directory, and is there a `TGX11.h`? - Do other parts of hdtv which require root compile, e.g. in the...