Dear ROOT and ROoFit experts
I have a simple question .
We have written a class inherithin from RooNLLVar
class AdaptiveNLL : public RooNLLVar{
In the LinkDef.h file we use we have
#pragma link C++ class AdaptiveNLL+;
When we compile we get
Warning: Unused class rule: AdaptiveNLL
Are we doing something wrong with LinkDef with inheritances ?
THe same kind of code is working when we write a class inherithing from TObject and we write the ClassDef, and ClassImp stuff inside our classes. I wonder if there ClassDef/Imp is special for TObject based classes or it can be expanded also in RooFit world.
Thanks
Renato