|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef MUONREADOUTGEOMETRYR4_CUTOUTAREA_H
5 #define MUONREADOUTGEOMETRYR4_CUTOUTAREA_H
25 ostr<<
", min X: "<<(
cut.origin.x() -
cut.halfLengthX)<<
", max X: "<<(
cut.origin.x() +
cut.halfLengthX);
26 ostr<<
", min Y: "<<(
cut.origin.y() -
cut.lengthY)<<
", max Y: "<<(
cut.origin.y() +
cut.lengthY);
Helper struct to parse the information from the AMDB cutout tables.
double lengthY
Half length along the Y axis.
std::string toString(const Translation3D &translation, int precision=4)
GeoPrimitvesToStringConverter.
The ReadoutGeomCnvAlg converts the Run4 Readout geometry build from the GeoModelXML into the legacy M...
cut
This script demonstrates how to call a C++ class from Python Also how to use PyROOT is shown.
Amg::Vector3D origin
Center of the cutout to be applied.
Eigen::Matrix< double, 3, 1 > Vector3D
std::ostream & operator<<(std::ostream &ostr, const Chamber::defineArgs &args)
Amg::Vector3D inclanation
The cutout may have an inclanation angle w.r.t to the plane.
double halfLengthX
Half length a long the X axis.