Skip to content

[ntuple] Add field description to RNTupleDescriptor::PrintInfo output? #8377

@mxxo

Description

@mxxo

Explain what you would like to see improved

After #7399 we can now add RNTuple field descriptions to the output of RNTupleDescriptor::PrintInfo, as in TTree::Print().

Optional: share how it could be improved

Right now I think the most appropriate info category is kStorageDetails, e.g.

------------------------------------------------------------
COLUMN DETAILS
------------------------------------------------------------
  CaloMET [#0]  --  Index                            {id:22}
    Description:         Offline CaloMET (muon corrected)  <- new
    # Elements:          100
    # Pages:             1
    Avg elements / page: 100
    Avg page size:       185 B
    Size on storage:     185 B
    Compression:         2.16
............................................................
  CaloMET.phi [#0]  --  Real32                       {id:23}
    Description:         phi  <- new
    # Elements:          100
    # Pages:             1
    Avg elements / page: 100
    Avg page size:       361 B
    Size on storage:     361 B
    Compression:         1.11
............................................................

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions