![]() |
ATLAS Offline Software
|
#include "CxxUtils/checker_macros.h"#include <vector>#include <map>#include <set>#include <string>#include <array>Go to the source code of this file.
Classes | |
| class | RtGraph |
| A class for generating a r-t and t-r graphs by binning the 2D histograms in Calibrator::rtHists in r ot t bins. More... | |
| class | databundle |
| A structure to contain hit data. More... | |
| class | caldata |
| A structure to contain data associated with the calibration of a certain sub-module. More... | |
| class | Calibrator |
| An instance of this class is created for each sub-level of the TRT by the TRTCalibrator. More... | |
Variables | |
| float | treshist [100] |
| A structure to contain data associated with the calibration of a certain sub-module. | |
| float | reshist [100] |
| the 1D residual histogram (100 bins) | |
| float | rthist [640] |
| the 2D rt histogram (20x32 bins) | |
| float reshist[100] |
the 1D residual histogram (100 bins)
Definition at line 157 of file Calibrator.h.
| float rthist[640] |
the 2D rt histogram (20x32 bins)
Definition at line 158 of file Calibrator.h.
| float treshist[100] |
A structure to contain data associated with the calibration of a certain sub-module.
the 1D time residual histogram (100 bins)
Definition at line 156 of file Calibrator.h.