You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just ran a lot of simulations with sim.gun.etaMin = -1 and sim.gun.etaMax = +1... which turned out to not be a setting that exists in DD4hep, but DDSim didn't complain about it.
This issue reports two aspects:
using a steering file with non-existent settings did not lead to complaints (not sure how dd4hep would find out),
I'm going to be contributing etaMin and etaMax as a PR (which is why I picked "new feature" as category).
__slots__ seems to have a clunky interface compared to __dict__. Can we compare the length of __dict__ immediately after the definition of the Helper with the length after parsing options? If it is different, we must have used an unsupported variable name. ConfigHelper would do the initial count.
Just ran a lot of simulations with
sim.gun.etaMin = -1
andsim.gun.etaMax = +1
... which turned out to not be a setting that exists in DD4hep, but DDSim didn't complain about it.This issue reports two aspects:
To reproduce:
The text was updated successfully, but these errors were encountered: