#include "ActsGeometry/ActsDetectorElement.h"
#include "ActsGeometry/ActsElementVector.h"
#include "CxxUtils/checker_macros.h"
#include "Acts/Geometry/ILayerBuilder.hpp"
#include "Acts/Utilities/Logger.hpp"
#include "Acts/Utilities/BinningType.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Definitions/Units.hpp"
#include <mutex>
#include <array>
Go to the source code of this file.
◆ operator<<()
Definition at line 596 of file ActsLayerBuilder.cxx.
612 case Mode::ITkPixelInner:
613 os <<
"ITkPixelInner";
615 case Mode::ITkPixelOuter:
616 os <<
"ITkPixelOuter";