ATLAS Offline Software
Loading...
Searching...
No Matches
CalibrationDataInterfaceTool.cxx File Reference
Include dependency graph for CalibrationDataInterfaceTool.cxx:

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 Documentation

◆ UncertaintyResult

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.