bogdan
(Bogdan Vulpescu)
#1
Hello,
The loading of the geometry does not find the file by default
o2::Base::GeometryManager::loadGeometry();
and I have to specify it explicitly:
o2::Base::GeometryManager::loadGeometry(“o2sim_geometry.root”);
Should it be like this? I have updated today O2.
Bogdan.
shahoian
(Ruben Shahoyan)
#2
@bogdan did you update after this ?
swenzel
(Sandro Wenzel)
#3
It shouldn’t be like this: Giving no argument should let the system choose the default name which is “o2sim_geometry.root”
pezzi
(Rafael Pezzi)
#4
Same problem here. Solved by PR 3291.