![]() |
ATLAS Offline Software
|
#include "CalibrationDataInterface/CalibrationDataContainer.h"#include <iostream>#include <cassert>#include <limits>#include <algorithm>#include <cmath>#include "TH1.h"#include "TAxis.h"#include "TF1.h"#include "TVectorT.h"#include "TMatrixT.h"#include "TMatrixDSym.h"#include "TMath.h"#include "TString.h"#include "TObjString.h"Go to the source code of this file.
Classes | |
| class | CalibrationDataContainer |
| This is the interface for the objects to be stored in the calibration ROOT file. More... | |
| class | CalibrationDataHistogramContainer |
| This is the class holding information for histogram-based calibration results. More... | |
| class | CalibrationDataMappedHistogramContainer |
| This is the class holding information for histogram-based calibration results, in cases where 'irregular' binning is used (e.g., if the binning in one variable depends on another variable), or where the dimensionality becomes too high for even 3D histograms (so that a mapping is needed to use THx). More... | |
| class | CalibrationDataFunctionContainer |
| This is the class holding information for function-based calibration results. More... | |
Typedefs | |
| typedef std::pair< double, double > | UncertaintyResult |
| The following typedef is for convenience: most uncertainties can be asymmetric. | |
Enumerations | |
| enum | CalibrationStatus |
| typedef std::pair<double, double> Analysis::UncertaintyResult |
The following typedef is for convenience: most uncertainties can be asymmetric.
The pair holds the positive (first) and negative (second) uncertainties. Note that in the context of systematic uncertainties, "positive" and "negative" may reflect what happens if the uncertainty parameter is varied. This means that the "positive" uncertainty result may be negative etc.
Definition at line 33 of file CalibrationDataContainer.h.
Definition at line 56 of file CalibrationDataVariables.h.
| ClassImp | ( | CalibrationDataContainer | ) |
Definition at line 83 of file CalibrationDataContainer.cxx.
| ClassImp | ( | CalibrationDataFunctionContainer | ) |
Definition at line 1541 of file CalibrationDataContainer.cxx.
| ClassImp | ( | CalibrationDataHistogramContainer | ) |
Definition at line 448 of file CalibrationDataContainer.cxx.
| ClassImp | ( | CalibrationDataMappedHistogramContainer | ) |
Definition at line 1014 of file CalibrationDataContainer.cxx.
| ClassImp | ( | CalibrationDataMappedHistogramContainer::Bin | ) |
Definition at line 1442 of file CalibrationDataContainer.cxx.