#include <cstddef>
#include <cstdint>
#include <string>
#include <stdexcept>
#include <typeinfo>
Go to the source code of this file.
|
enum | InDetDD::PixelModuleType {
InDetDD::PixelModuleType::NONE =-1,
InDetDD::PixelModuleType::DBM,
InDetDD::PixelModuleType::IBL_PLANAR,
InDetDD::PixelModuleType::IBL_3D,
InDetDD::PixelModuleType::PIX_BARREL,
InDetDD::PixelModuleType::PIX_ENDCAP,
InDetDD::PixelModuleType::N_PIXELMODULETYPES
} |
|
enum | InDetDD::PixelDiodeType {
InDetDD::PixelDiodeType::NONE =-1,
InDetDD::PixelDiodeType::NORMAL,
InDetDD::PixelDiodeType::LONG,
InDetDD::PixelDiodeType::GANGED,
InDetDD::PixelDiodeType::LARGE,
InDetDD::PixelDiodeType::N_DIODETYPES
} |
|
enum | InDetDD::PixelReadoutTechnology {
InDetDD::PixelReadoutTechnology::NONE =-1,
InDetDD::PixelReadoutTechnology::FEI3,
InDetDD::PixelReadoutTechnology::FEI4,
InDetDD::PixelReadoutTechnology::RD53,
InDetDD::PixelReadoutTechnology::N_TECHNOLOGIES
} |
|