Expansion of custom added class names

I have added a class to Root however it’s name does not expand when using TAB in Cling:

addedclass

Is there a solution?

Hi,

how does ROOT know about your class?
Did you parse the header? Do you have a rootmap that instructs the autoloading mechanism?

Cheers,
D

The only thing I did is run rootcint on Linkdef.h:

rootcint -f src/ClassDict.cc -c interface/Class.hh ClassLinkDef.h

I have no idea how to make a rootmap

Hi,

you may want to have a look to the help of rootcling with rootcling -h.

Cheers,
Danilo

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.