42 #include "StHbtMaker/Infrastructure/StHbtHistoCollector.h"
51 CTH1D(
const char* name,
const char* title,
52 Int_t nbinsx, Axis_t xlow, Axis_t xup) : TH1D(name, title, nbinsx, xlow, xup){
65 CTH2D(
const char* name,
const char* title,
66 Int_t nbinsx, Axis_t xlow, Axis_t xup,
67 Int_t nbinsy, Axis_t ylow, Axis_t yup) : TH2D(name, title, nbinsx, xlow, xup, nbinsy, ylow, yup){
80 CTH3D(
const char* name,
const char* title,
81 Int_t nbinsx, Axis_t xlow, Axis_t xup,
82 Int_t nbinsy, Axis_t ylow, Axis_t yup,
83 Int_t nbinsz, Axis_t zlow, Axis_t zup) : TH3D(name, title, nbinsx, xlow, xup, nbinsy, ylow, yup, nbinsz, zlow, zup){