Closed ybenham closed 4 months ago
Dear @ybenham
Could you also tell us which stack you are using? Which setup script are you sourcing?
Hi Andre, I don't know what you mean by stack. I am sourcing : source /cvmfs/sw.hsf.org/key4hep/setup.sh
That is what Andre was asking, the drift chamber was introduced in https://github.com/key4hep/k4geo/pull/330 which happened later than the last release in /cvmfs/sw.hsf.org/key4hep/setup.sh
, which means that the drift chamber constructor that your geometry is looking for isn't built there. If you do
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh
I think it should work
Yes, what @jmcarcell said.
There is no ALLEGRO_o1_v03 in the latest release stack
source /cvmfs/sw.hsf.org/key4hep/setup.sh
ls $LCGEO/FCCee/ALLEGRO/compact/ALLEGRO_o1_v03
ls: cannot access '/cvmfs/sw.hsf.org/key4hep/releases/2024-03-10/x86_64-almalinux9-gcc11.3.1-opt/k4geo/0.20-hapqru/share/k4geo/FCCee/ALLEGRO/compact/ALLEGRO_o1_v03': No such file or directory
That means you are taking the geometry from your own package (whatever local lcgeo
you have). You would need to compile that lcgeo package and set it up along with the stack.
Or use the nightly stack for the moment.
With
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh
ddsim --outputFile test.slcio --compactFile $LCGEO/FCCee/ALLEGRO/compact/ALLEGRO_o1_v03/ALLEGRO_o1_v03.xml -G -N 2
It works for me on lxplus.
thanks a lot for the fast help. I will try tomorrow
dear, I am working on cluster installed with AlmaLinux release 9.4 (Seafoam Ocelot), and gcc version 11.4. I am trying to run ddsim with the ALLEGRO model (ALLEGRO_o1_v03.xml) and I have an error when I sending the command
(this is working with other detector geometry)
[Has] someone faced this problem[?]
thanks