19 if (fieldDesc.GetLinkIds().empty())
25 result = fieldDesc.GetLinkIds()[0];
26 }
else if (fieldDesc.GetNRepetitions() > 0) {
28 result = fieldDesc.GetLinkIds()[0];
29 }
else if (fieldDesc.GetTypeName().rfind(
"std::atomic<", 0) == 0) {
30 result = fieldDesc.GetLinkIds()[0];
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
The on-storage metadata of an RNTuple.
const RFieldDescriptor & GetFieldDescriptor(ROOT::DescriptorId_t fieldId) const
DescriptorId_t GetNextBrowsableField(DescriptorId_t fieldId, const RNTupleDescriptor &desc)
std::uint64_t DescriptorId_t
Distriniguishes elements of the same type within a descriptor, e.g. different fields.