![]() |
ATLAS Offline Software
|
Public Types | |
| using | BoundsType = Acts::SurfaceBounds::BoundsType |
| Boundary type. | |
Public Member Functions | |
| bool | operator< (const ActiveSensor &other) const |
| Ordering operator. | |
Public Attributes | |
| Identifier | id {} |
| Identifier of the sensor. | |
| DetectorType | detType {DetectorType::UnDefined} |
| Technology type of the sensor. | |
| Amg::Transform3D | transform {Amg::Transform3D::Identity()} |
| Transform of the sensor. | |
| double | thickness {0.} |
| sensor thickness | |
| BoundsType | boundType {BoundsType::eOther} |
| std::vector< double > | boundaryValues {} |
| Defining properties of the boundary. | |
Friends | |
| std::ostream & | operator<< (std::ostream &ostr, const ActiveSensor &sensor) |
Definition at line 49 of file runActsGeoComparison.cxx.
| using ActiveSensor::BoundsType = Acts::SurfaceBounds::BoundsType |
Boundary type.
Definition at line 59 of file runActsGeoComparison.cxx.
|
inline |
|
friend |
Definition at line 68 of file runActsGeoComparison.cxx.
| std::vector<double> ActiveSensor::boundaryValues {} |
| BoundsType ActiveSensor::boundType {BoundsType::eOther} |
Definition at line 61 of file runActsGeoComparison.cxx.
| DetectorType ActiveSensor::detType {DetectorType::UnDefined} |
Technology type of the sensor.
Definition at line 53 of file runActsGeoComparison.cxx.
| Identifier ActiveSensor::id {} |
| double ActiveSensor::thickness {0.} |
| Amg::Transform3D ActiveSensor::transform {Amg::Transform3D::Identity()} |
Transform of the sensor.
Definition at line 55 of file runActsGeoComparison.cxx.