![]() |
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 107 of file SimTestHisto.h.
Definition at line 52 of file SimTestHisto.h.
Definition at line 66 of file SimTestHisto.h.
Definition at line 77 of file SimTestHisto.h.
Definition at line 91 of file SimTestHisto.h.
Definition at line 81 of file SimTestHisto.h.
Definition at line 103 of file SimTestHisto.h.
Definition at line 39 of file SimTestHisto.h.