HROOT-hist-0.8: csrc/HROOTHistTH2D.h
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __HROOT_HIST__TH2D__
#define __HROOT_HIST__TH2D__
#include "HROOT-histType.h"
#include "HROOTHistTH2.h"
#include "HROOTCoreTArrayD.h"
#include "HROOTHistTH1.h"
#include "HROOTCoreTObject.h"
#include "HROOTCoreTAttLine.h"
#include "HROOTCoreTAttFill.h"
#include "HROOTCoreTAttMarker.h"
#include "HROOTCoreDeletable.h"
#include "HROOTCoreTArray.h"
#include "HROOT-coreType.h"
#undef TH2D_DECL_VIRT
#define TH2D_DECL_VIRT(Type) \
#undef TH2D_DECL_NONVIRT
#define TH2D_DECL_NONVIRT(Type) \
Type ## _p Type ## _newTH2D ( const char* name, const char* title, int nbinsx, double xlow, double xup, int nbinsy, double ylow, double yup )
#undef TH2D_DEF_VIRT
#define TH2D_DEF_VIRT(Type)\
#undef TH2D_DEF_NONVIRT
#define TH2D_DEF_NONVIRT(Type)\
Type ## _p Type ## _newTH2D ( const char* name, const char* title, int nbinsx, double xlow, double xup, int nbinsy, double ylow, double yup )\
{\
Type * newp = new Type (name, title, nbinsx, xlow, xup, nbinsy, ylow, yup); \
return to_nonconst<Type ## _t, Type >(newp);\
}
TH2_DECL_VIRT(TH2D);
TARRAYD_DECL_VIRT(TH2D);
TH1_DECL_VIRT(TH2D);
TOBJECT_DECL_VIRT(TH2D);
TATTLINE_DECL_VIRT(TH2D);
TATTFILL_DECL_VIRT(TH2D);
TATTMARKER_DECL_VIRT(TH2D);
DELETABLE_DECL_VIRT(TH2D);
TARRAY_DECL_VIRT(TH2D);
TH2D_DECL_VIRT(TH2D);
TH2D_DECL_NONVIRT(TH2D);
#endif // __HROOT_HIST__TH2D__
#ifdef __cplusplus
}
#endif