![]() |
ATLAS Offline Software
|
#include "InDetReadoutGeometry/SiDetectorElementStatus.h"#include "PixelReadoutGeometry/PixelModuleDesign.h"#include "InDetIdentifier/PixelID.h"#include <algorithm>#include <tuple>#include <limits>#include <cassert>#include <array>#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | Pixel |
Functions | |
| template<typename T> | |
| std::tuple< T, T > | Pixel::sorted_tuple (T a, T b) |
| Create a tuple of the given values in increasing order. | |
| double | Pixel::getGoodFraction (const InDet::SiDetectorElementStatus &pixelDetElStatus, const InDetDD::PixelModuleDesign &design, const PixelID &pixelID, const IdentifierHash &modulIdHash, const Identifier &startId, const Identifier &endId) |
| Get The fraction of good chips the pixel of a pixel array is connected to. | |
| unsigned int | Pixel::makeReadoutTechnologyBit (InDetDD::PixelReadoutTechnology technology, unsigned int bit_val=1) |
| Create a word with a bit representing the given readout technology to the given value. | |
| bool | Pixel::matchingReadoutTechnology (const InDet::SiDetectorElementStatus &elementStatus, const IdentifierHash &moduleIdHash, unsigned int readOutTechnologyMask=(Pixel::makeReadoutTechnologyBit(InDetDD::PixelReadoutTechnology::FEI4)|(Pixel::makeReadoutTechnologyBit(InDetDD::PixelReadoutTechnology::FEI3)))) |
| Check whether the readout technology of the specified module is contained in the given readout technology mask. | |