Loading the geometry by default

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.

@bogdan did you update after this ?

It shouldn’t be like this: Giving no argument should let the system choose the default name which is “o2sim_geometry.root”

Same problem here. Solved by PR 3291.