ATLAS Offline Software
Classes | Namespaces | Functions
ActsLayerBuilder.h File Reference
#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/Utilities/AxisDefinitions.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Definitions/Units.hpp"
#include <mutex>
#include <array>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ActsLayerBuilder
 
struct  ActsLayerBuilder::Config
 

Namespaces

 InDetDD
 Message Stream Member.
 
 Acts
 

Functions

std::ostream & operator<< (std::ostream &os, const ActsLayerBuilder::Mode &mode)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const ActsLayerBuilder::Mode mode 
)

Definition at line 616 of file ActsLayerBuilder.cxx.

616  {
617 
619  switch(mode) {
620  case Mode::Undefined:
621  os << "Undefined";
622  break;
623  case Mode::Pixel:
624  os << "Pixel";
625  break;
626  case Mode::SCT:
627  os << "SCT";
628  break;
629  case Mode::TRT:
630  os << "TRT";
631  break;
632  case Mode::ITkPixelInner:
633  os << "ITkPixelInner";
634  break;
635  case Mode::ITkPixelOuter:
636  os << "ITkPixelOuter";
637  break;
638  case Mode::ITkStrip:
639  os << "ITkStrip";
640  break;
641  }
642 
643  return os;
644 }
TRT
@ TRT
Definition: RegSelEnums.h:26
Undefined
@ Undefined
Definition: MaterialTypes.h:8
DetType::Pixel
@ Pixel
Definition: DetType.h:13
Preparation.mode
mode
Definition: Preparation.py:107
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
EventContainers::Mode
Mode
Definition: IdentifiableContainerBase.h:13
ActsLayerBuilder::Mode
Mode
Definition: ActsLayerBuilder.h:41
SCT
@ SCT
Definition: RegSelEnums.h:25