
#include "MacroPatternMatch.h"

#include "HROOTHistTGraph.h"

#include "TCutG.h"

#include "HROOTGrafTCutG.h"

using namespace ROOT;

#define CHECKPROTECT(x,y) FXIS_PAREN(IS_ ## x ## _ ## y ## _PROTECTED)

#define TYPECASTMETHOD(cname,mname,oname) \
  FXIIF( CHECKPROTECT(cname,mname) ) ( \
  (from_nonconst_to_nonconst<oname,cname ## _t>), \
  (from_nonconst_to_nonconst<cname,cname ## _t>) )

TGRAPH_DEF_VIRT(TCutG)
TNAMED_DEF_VIRT(TCutG)
TATTLINE_DEF_VIRT(TCutG)
TATTFILL_DEF_VIRT(TCutG)
TATTMARKER_DEF_VIRT(TCutG)
TOBJECT_DEF_VIRT(TCutG)
DELETABLE_DEF_VIRT(TCutG)
TCUTG_DEF_VIRT(TCutG)
TCUTG_DEF_NONVIRT(TCutG)
TCUTG_DEF_ACCESSOR(TCutG)

