![]() |
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 93 of file SimTestHisto.h.
Definition at line 47 of file SimTestHisto.h.
Definition at line 56 of file SimTestHisto.h.
Definition at line 67 of file SimTestHisto.h.
Definition at line 81 of file SimTestHisto.h.
Definition at line 71 of file SimTestHisto.h.
Definition at line 89 of file SimTestHisto.h.
Definition at line 39 of file SimTestHisto.h.