ATLAS Offline Software
Namespaces | Enumerations | Functions
PixelReadoutDefinitions.h File Reference
#include <cstddef>
Include dependency graph for PixelReadoutDefinitions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 InDetDD
 Message Stream Member.
 

Enumerations

enum  InDetDD::PixelModuleType {
  InDetDD::PixelModuleType::DBM, InDetDD::PixelModuleType::IBL_PLANAR, InDetDD::PixelModuleType::IBL_3D, InDetDD::PixelModuleType::PIX_BARREL,
  InDetDD::PixelModuleType::PIX_ENDCAP, InDetDD::PixelModuleType::NONE
}
 
enum  InDetDD::PixelDiodeType {
  InDetDD::PixelDiodeType::NORMAL, InDetDD::PixelDiodeType::LONG, InDetDD::PixelDiodeType::GANGED, InDetDD::PixelDiodeType::LARGE,
  InDetDD::PixelDiodeType::N_DIODETYPES
}
 
enum  InDetDD::PixelReadoutTechnology { InDetDD::PixelReadoutTechnology::FEI3, InDetDD::PixelReadoutTechnology::FEI4, InDetDD::PixelReadoutTechnology::RD53, InDetDD::PixelReadoutTechnology::N_TECHNOLOGIES }
 

Functions

template<typename T >
constexpr std::size_t InDetDD::enum2uint (T n)
 Convert an enum class to size_t for use as an array index. More...