HROOT-0.7: csrc/HROOTTAttParticle.cpp
#include "HROOTTNamed.h"
#include "HROOTTObject.h"
#include "HROOTDeletable.h"
#include "TAttParticle.h"
#include "HROOTTAttParticle.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(TAttParticle)
ROOT_TOBJECT_DEFINITIONVIRT(TAttParticle)
ROOT_DELETABLE_DEFINITIONVIRT(TAttParticle)
ROOT_TATTPARTICLE_DEFINITIONVIRT(TAttParticle)
ROOT_TATTPARTICLE_DEFINITIONNONVIRT(TAttParticle)
void dummyTAttParticle ( void )
{
}