4#ifndef ACTSGEOMETRYINTERFACES_GEOMETRYDEFS_H
5#define ACTSGEOMETRYINTERFACES_GEOMETRYDEFS_H
14# include "Acts/Utilities/OstreamFormatter.hpp"
39 case Pixel:
return "Pixel";
40 case Sct:
return "Sct";
41 case Trt:
return "Trt";
42 case Hgtd:
return "Hgtd";
43 case Mdt:
return "Mdt";
44 case Rpc:
return "Rpc";
45 case Tgc:
return "Tgc";
47 case sTgc:
return "sTgc";
48 case Csc:
return "Csc";
ACTS_OSTREAM_FORMATTER(ActsTrk::DetectorType)
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
std::ostream & operator<<(std::ostream &ostr, const DetectorType type)
DetectorType
Simple enum to Identify the Type of the ACTS sub detector.
@ Mm
Maybe not needed in the migration.
@ Tgc
Resitive Plate Chambers.
@ Rpc
Monitored Drift Tubes.
@ Trt
Maybe the Sct / Pixel for Itk become seperate entries?
@ UnDefined
Small Thing Gap chambers (NSW).
std::string to_string(const DetectorType &type)