ATLAS Offline Software
|
Message Stream Member. More...
Namespaces | |
ITk | |
Typedefs | |
using | GeoShapeHolder = GeoIntrusivePtr< const GeoShape > |
using | PhysVolPtr = VolumeBuilder::PhysVolPtr |
typedef std::map< std::string, const void * > | RawAlignmentObjects |
Enumerations | |
enum | DetectorShape { Box =0, Trapezoid, Annulus, Other, PolarAnnulus } |
enum | DetectorType { Undefined =0, PixelBarrel, PixelEndcap, PixelInclined, StripBarrel, StripEndcap, BCMPrime, PLR, HGTD } |
enum | FrameType { local, global, other } |
enum | CarrierType { holes, electrons } |
enum | AlignFolderType { none = -1, static_run1 = 0, timedependent_run2 = 1 } |
enum | PixelModuleType { PixelModuleType::NONE =-1, PixelModuleType::DBM, PixelModuleType::IBL_PLANAR, PixelModuleType::IBL_3D, PixelModuleType::PIX_BARREL, PixelModuleType::PIX_ENDCAP, PixelModuleType::N_PIXELMODULETYPES } |
enum | PixelDiodeType { PixelDiodeType::NONE =-1, PixelDiodeType::NORMAL, PixelDiodeType::LONG, PixelDiodeType::GANGED, PixelDiodeType::LARGE, PixelDiodeType::N_DIODETYPES } |
enum | PixelReadoutTechnology { PixelReadoutTechnology::NONE =-1, PixelReadoutTechnology::FEI3, PixelReadoutTechnology::FEI4, PixelReadoutTechnology::RD53, PixelReadoutTechnology::N_TECHNOLOGIES } |
Functions | |
std::ostream & | operator<< (std::ostream &os, const SiCellId &cellId) |
SiLocalPosition | operator+ (const SiLocalPosition &position1, const SiLocalPosition &position2) |
SiLocalPosition | operator* (const SiLocalPosition &position, const double factor) |
SiLocalPosition | operator* (const double factor, const SiLocalPosition &position) |
SiLocalPosition | operator/ (const SiLocalPosition &position, const double factor) |
std::ostream & | operator<< (std::ostream &os, const InDetDD::Point &point) |
std::ostream & | operator<< (std::ostream &os, const InDetDD::Ray &ray) |
template<typename T > | |
constexpr std::size_t | enum2uint (T n, const std::string &callingFunctionName="") |
Convert an enum class to size_t for use as an array index. More... | |
std::string | PixelModuleTypeName (const PixelModuleType &t) |
std::string | PixelDiodeTypeName (const PixelDiodeType &t) |
std::string | PixelReadoutTechnologyName (const PixelReadoutTechnology &t) |
void TRT_DetectorManager::addKey | ATLAS_NOT_THREAD_SAFE (const std::string &key, int level) |
Variables | |
constexpr uint32_t | invalidRow = 0xFFFFFFFF |
constexpr uint32_t | invalidColumn = 0xFFFFFFFF |
constexpr uint32_t | invalidFrontEnd = 0xFFFFFFFF |
const int | FIRST_HIGHER_LEVEL = 1 |
Message Stream Member.
Authors: John Alison (johnd) a@he p.upe nn.e du
Base class.
Helper class to make general tubes used mainly for services.
Takes as input a DB table which has the following columns Handles numberouse cases Simple tubes: Rmin2, Rmax2 <=0. Cones: Uses Rmin2 and Rmax2. Tube and cone sectors: Uses phi start and phi delta. If RadialDiv > 0 then simulates the CLHEP::radial dependence of tubes/cables going outward CLHEP::radially.
Date: 22 Aug 2008
Description: This algorithm loops over the Inner Detector elements and prints thier local frames to a text file (IDLocalFrames.txt)
Date: 22 Aug 2008
Description: This algorithm loops over the Inner Detector elements and prints thier global positions to a text file (IDgeometryTextFile.txt)
using InDetDD::GeoShapeHolder = typedef GeoIntrusivePtr<const GeoShape> |
Definition at line 22 of file InDetGeoModelUtils/InDetGeoModelUtils/ServiceVolume.h.
using InDetDD::PhysVolPtr = typedef VolumeBuilder::PhysVolPtr |
Definition at line 19 of file VolumeBuilder.cxx.
typedef std::map<std::string, const void*> InDetDD::RawAlignmentObjects |
Definition at line 43 of file InDetDetectorManager.h.
enum InDetDD::CarrierType |
Enumerator | |
---|---|
Box | |
Trapezoid | |
Annulus | |
Other | |
PolarAnnulus |
Definition at line 41 of file DetectorDesign.h.
Enumerator | |
---|---|
Undefined | |
PixelBarrel | |
PixelEndcap | |
PixelInclined | |
StripBarrel | |
StripEndcap | |
BCMPrime | |
PLR | |
HGTD |
Definition at line 45 of file DetectorDesign.h.
enum InDetDD::FrameType |
Enumerator | |
---|---|
local | |
global | |
other |
Definition at line 16 of file InDetDD_Defs.h.
|
strong |
Enumerator | |
---|---|
NONE | |
NORMAL | |
LONG | |
GANGED | |
LARGE | |
N_DIODETYPES |
Definition at line 25 of file PixelReadoutDefinitions.h.
|
strong |
Enumerator | |
---|---|
NONE | |
DBM | |
IBL_PLANAR | |
IBL_3D | |
PIX_BARREL | |
PIX_ENDCAP | |
N_PIXELMODULETYPES |
Definition at line 15 of file PixelReadoutDefinitions.h.
|
strong |
Enumerator | |
---|---|
NONE | |
FEI3 | |
FEI4 | |
RD53 | |
N_TECHNOLOGIES |
Definition at line 34 of file PixelReadoutDefinitions.h.
void TRT_DetectorManager::addKey InDetDD::ATLAS_NOT_THREAD_SAFE | ( | const std::string & | key, |
int | level | ||
) |
Definition at line 233 of file TRT_DetectorManager.cxx.
|
constexpr |
Convert an enum class to size_t for use as an array index.
Definition at line 48 of file PixelReadoutDefinitions.h.
|
inline |
Definition at line 186 of file SiLocalPosition.h.
SiLocalPosition InDetDD::operator* | ( | const SiLocalPosition & | position, |
const double | factor | ||
) |
Definition at line 98 of file SiLocalPosition.cxx.
SiLocalPosition InDetDD::operator+ | ( | const SiLocalPosition & | position1, |
const SiLocalPosition & | position2 | ||
) |
Definition at line 90 of file SiLocalPosition.cxx.
SiLocalPosition InDetDD::operator/ | ( | const SiLocalPosition & | position, |
const double | factor | ||
) |
Definition at line 105 of file SiLocalPosition.cxx.
std::ostream & InDetDD::operator<< | ( | std::ostream & | os, |
const InDetDD::Point & | point | ||
) |
std::ostream & InDetDD::operator<< | ( | std::ostream & | os, |
const InDetDD::Ray & | ray | ||
) |
Definition at line 8 of file SiCellId.cxx.
std::string InDetDD::PixelDiodeTypeName | ( | const PixelDiodeType & | t | ) |
Definition at line 19 of file PixelReadoutDefinitions.cxx.
std::string InDetDD::PixelModuleTypeName | ( | const PixelModuleType & | t | ) |
Definition at line 10 of file PixelReadoutDefinitions.cxx.
std::string InDetDD::PixelReadoutTechnologyName | ( | const PixelReadoutTechnology & | t | ) |
Definition at line 28 of file PixelReadoutDefinitions.cxx.
const int InDetDD::FIRST_HIGHER_LEVEL = 1 |
Definition at line 22 of file PixelDetectorManager.cxx.
|
constexpr |
Definition at line 43 of file PixelReadoutDefinitions.h.
|
constexpr |
Definition at line 44 of file PixelReadoutDefinitions.h.
|
constexpr |
Definition at line 42 of file PixelReadoutDefinitions.h.