ATLAS Offline Software
Loading...
Searching...
No Matches
CalibrationDataContainer.h File Reference
#include <vector>
#include <map>
#include <string>
#include "TMap.h"
#include "THashList.h"
#include "CalibrationDataInterface/CalibrationDataVariables.h"
Include dependency graph for CalibrationDataContainer.h:

Go to the source code of this file.

Classes

class  Analysis::CalibrationDataContainer
 This is the interface for the objects to be stored in the calibration ROOT file. More...
class  Analysis::CalibrationDataHistogramContainer
 This is the class holding information for histogram-based calibration results. More...
class  Analysis::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  Analysis::CalibrationDataMappedHistogramContainer::Bin
 Helper class for the specification of custom binning. More...
class  Analysis::CalibrationDataFunctionContainer
 This is the class holding information for function-based calibration results. More...

Namespaces

namespace  Analysis
 The namespace of all packages in PhysicsAnalysis/JetTagging.

Typedefs

typedef std::pair< double, double > Analysis::UncertaintyResult
 The following typedef is for convenience: most uncertainties can be asymmetric.

Variables

const unsigned int Analysis::MaxCalibrationVars = 10
 Maximum dimensionality of the calibration parametrisation.