![]() |
ATLAS Offline Software
|
#include "ReadoutGeometryBase/PixelDiodeTree.h"#include "PixelReadoutDefinitions/PixelReadoutDefinitions.h"#include <array>#include "Identifier/Identifier.h"#include "InDetIdentifier/PixelID.h"Go to the source code of this file.
Classes | |
| struct | InDetDD::detail::MessagingAdapter |
| struct | InDetDD::detail::PixelDiodeTreeMakerBase |
| struct | InDetDD::detail::PixelDiodeTreeMaker< T_MsgParent > |
Namespaces | |
| InDetDD | |
| Message Stream Member. | |
| InDetDD::detail | |
Macros | |
| #define | MSG_HELPER(LEVEL, body) if (this->msgLvl(LEVEL)) { this->msg(LEVEL) << body << endmsg;} do {} while (0) |
| #define | GEO_MSG_DEBUG(body) MSG_HELPER(MSG::DEBUG,body) |
| #define | GEO_MSG_INFO(body) MSG_HELPER(MSG::INFO,body) |
| #define | GEO_MSG_WARNING(body) MSG_HELPER(MSG::WARNING,body) |
| #define | GEO_MSG_ERROR(body) MSG_HELPER(MSG::ERROR,body) |
Functions | |
| template<class T_MsgParent > | |
| PixelDiodeTree | InDetDD::detail::makePixelDiodeTree (T_MsgParent *gmt_mgr, InDetDD::PixelReadoutTechnology readoutTechnology, const std::array< int, kNDirections > &circuits, const std::array< int, kNDirections > &dimPerCircuit, const std::array< std::array< double, kNDirections >, kNPixelLocations > &pitch, FENumbering fe_numbering) |
| #define GEO_MSG_DEBUG | ( | body | ) | MSG_HELPER(MSG::DEBUG,body) |
Definition at line 15 of file PixelGeoUtils.h.
| #define GEO_MSG_ERROR | ( | body | ) | MSG_HELPER(MSG::ERROR,body) |
Definition at line 18 of file PixelGeoUtils.h.
| #define GEO_MSG_INFO | ( | body | ) | MSG_HELPER(MSG::INFO,body) |
Definition at line 16 of file PixelGeoUtils.h.
| #define GEO_MSG_WARNING | ( | body | ) | MSG_HELPER(MSG::WARNING,body) |
Definition at line 17 of file PixelGeoUtils.h.
1.8.18