![]() |
ATLAS Offline Software
|
#include "GaudiKernel/EventIDRange.h"#include "Identifier/IdentifierHash.h"#include "InDetReadoutGeometry/SiDetectorElement.h"#include "PixelChargeLUTCalibCondAlg.h"#include "PixelReadoutGeometry/PixelModuleDesign.h"#include "PixelConditionsData/ChargeCalibrationBundle.h"#include "PixelConditionsData/PixelChargeCalibUtils.h"#include "IChargeCalibrationParser.h"#include "LUTChargeCalibParser.h"#include <nlohmann/json.hpp>#include "PathResolver/PathResolver.h"#include <fstream>#include <stdexcept>#include <memory>#include <sstream>Go to the source code of this file.
Functions | |
| template<typename T> | |
| constexpr std::size_t | enum2uint (T n, std::string_view callingFunctionName="") |
| Convert an enum class to size_t for use as an array index. | |
|
constexpr |
Convert an enum class to size_t for use as an array index.
Definition at line 51 of file PixelReadoutDefinitions.h.