technology.hpp already encodes major/minor technology via Combine(major, minor) and GetMajor()/GetMinor() helpers. However, form_interface currently requires the user to explicitly specify the minor technology (e.g. ROOT_TTREE vs ROOT_RNTUPLE) in the configuration.
When opening an input file, FORM should be able to detect the major and minor technology automatically. This requires adding a discovery API to form_interface or the underlying storage layer.
Related to PR #379.