-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[ntuple] Add field description to RNTupleDescriptor::PrintInfo output? #8377
Copy link
Copy link
Closed
Description
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
............................................................
Reactions are currently unavailable