ATLAS Offline Software
|
#include "AthenaKernel/errorcheck.h"
#include "GaudiKernel/ITHistSvc.h"
#include "GaudiKernel/ServiceHandle.h"
#include "TH1.h"
#include "TH2.h"
Go to the source code of this file.
Classes | |
class | SimTestHisto |
Utility helper class for dealing with histograms in the sim tests. More... | |
Macros | |
#define | _TPROFILE(var, name, nbin, xmin, xmax) |
#define | _TH1D(var, name, nbin, xmin, xmax) |
#define | _TH1D_NOCHECK(var, name, nbin, xmin, xmax) |
#define | _TH1D_WEIGHTED(var, name, nbin, xmin, xmax) |
#define | _TH2D_NOCHECK(var, name, nbinx, xmin, xmax, nbiny, ymin, ymax) |
#define | _TH2D(var, name, nbinx, xmin, xmax, nbiny, ymin, ymax) |
#define | _TH2D_WEIGHTED(var, name, nbinx, xmin, xmax, nbiny, ymin, ymax) |
#define | _SET_TITLE(var, title, xaxis, yaxis) |
Definition in file SimTestHisto.h.
#define _SET_TITLE | ( | var, | |
title, | |||
xaxis, | |||
yaxis | |||
) |
Definition at line 94 of file SimTestHisto.h.
Definition at line 57 of file SimTestHisto.h.
Definition at line 72 of file SimTestHisto.h.