![]() |
ATLAS Offline Software
|
#include "CalibrationDataInterface/CalibrationDataInterfaceTool.h"#include "CalibrationDataInterface/CalibrationDataContainer.h"#include "CalibrationDataInterface/CalibrationDataVariables.h"#include "JetEvent/Jet.h"#include "TF1.h"#include <map>Go to the source code of this file.
Classes | |
| class | CalibrationDataVariables |
| This class (struct, actually) is nothing but a light-weight container of (kinematic or other) variables. More... | |
Typedefs | |
| typedef std::pair< double, double > | UncertaintyResult |
| The following typedef is for convenience: most uncertainties can be asymmetric. | |
| 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.