Double32_t vs. genreflex

Hi,

Is there a way to pass [min,max,bits] pertaining to Double32_t/Float16_t to genreflex in selection.xml?

Cheers,
Matevz

Hi Matevz,

yes there is. You can always inject a “comment” into a data member via genreflex, for example with this selection file:

<lcgdict>
  <class name="A"> 
    <field name="m_field" comment="! that is a comment to make this transient" />
  </class>
</lcgdict>

Of course I am referring to ROOT6.

Cheers,
Danilo

Perfect, thanks Danilo!