![]() |
ATLAS Offline Software
|
#include "PixelChargeCalibCondAlg.h"#include "Identifier/IdentifierHash.h"#include "InDetReadoutGeometry/SiDetectorElement.h"#include "PixelReadoutGeometry/PixelModuleDesign.h"#include "PixelReadoutDefinitions/PixelReadoutDefinitions.h"#include "PixelConditionsData/ChargeCalibParameters.h"#include "PixelConditionsData/ChargeCalibrationBundle.h"#include "PixelConditionsData/PixelChargeCalibUtils.h"#include "IChargeCalibrationParser.h"#include "Run3ChargeCalibParser.h"#include "Run2ChargeCalibParser.h"#include "GaudiKernel/EventIDRange.h"#include <memory>#include <sstream>#include <nlohmann/json.hpp>#include <iostream>#include <fstream>#include <iomanip>Go to the source code of this file.
Functions | |
| std::pair< int, int > | getBecAndLayer (const PixelID *pPixelId, IdentifierHash hash) |
| std::pair< size_t, InDetDD::PixelReadoutTechnology > | numChipsAndTechnology (const InDetDD::SiDetectorElement *element) |
| 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.
| std::pair< int, int > PixelChargeCalib::getBecAndLayer | ( | const PixelID * | pPixelId, |
| IdentifierHash | hash ) |
Definition at line 13 of file PixelChargeCalibUtils.cxx.
| std::pair< size_t, InDetDD::PixelReadoutTechnology > PixelChargeCalib::numChipsAndTechnology | ( | const InDetDD::SiDetectorElement * | element | ) |
Definition at line 19 of file PixelChargeCalibUtils.cxx.