packages feed

HROOT-0.7: csrc/HROOTTFormula.cpp

#include "HROOTTNamed.h"
#include "HROOTTObject.h"
#include "HROOTDeletable.h"
#include "TFormula.h"
#include "HROOTTFormula.h"

using namespace std;

template<class ToType, class FromType>
const ToType* to_const(const FromType* x) {
  return reinterpret_cast<const ToType*>(x);
}

template<class ToType, class FromType>
ToType* to_nonconst(FromType* x) {
  return reinterpret_cast<ToType*>(x);
}



ROOT_TNAMED_DEFINITIONVIRT(TFormula)
ROOT_TOBJECT_DEFINITIONVIRT(TFormula)
ROOT_DELETABLE_DEFINITIONVIRT(TFormula)

ROOT_TFORMULA_DEFINITIONVIRT(TFormula)

ROOT_TFORMULA_DEFINITIONNONVIRT(TFormula)

void dummyTFormula ( void ) 
{
  
}