eic / EICrecon

EIC Reconstruction - JANA based
https://eic.github.io/EICrecon
GNU Lesser General Public License v3.0
6 stars 27 forks source link

Parameters with unrecognized names need to be treated as a fatal error #1426

Open veprbl opened 4 months ago

veprbl commented 4 months ago

Is your feature request related to a problem? Please describe. When tweaking parameters in EICrecon it's easy to mistype them or make a mistake in e.g. plugin name.

Describe the solution you'd like It should produce a fatal error and not do any processing (past the first event?)

Describe alternatives you've considered Produce an error in the very end of processing may be an option. With the amount of log output being produced, it's not clear whether it will be helpful to just have warnings.

Additional context This was discussed today cc @nathanwbrei