Skip to content

Auto-discover major and minor technology when opening FORM input files #393

@barnaliy

Description

@barnaliy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions