LDMX Software
|
Visualization. More...
Classes | |
class | CalibrationContext |
The context for a specific geometry. More... | |
class | CalibrationContextProvider |
class | DetectorElement |
class | EcalTrackingGeometry |
class | GeometryContext |
The context for a specific geometry. More... | |
class | GeometryContextProvider |
class | MagneticFieldContext |
The context for a specific geometry. More... | |
class | MagneticFieldContextProvider |
class | Ring |
class | SilentG4 |
This class throws away all of the messages from Geant4. More... | |
class | TrackersTrackingGeometry |
class | TrackersTrackingGeometryProvider |
The provider of a tracking geometry. More... | |
class | TrackingGeometry |
This class is a abstract base class (ABC) doing common tasks that tracking geometries need done. More... | |
Typedefs | |
using | tgSurfMap = std::unordered_map< unsigned int, const Acts::Surface * > |
Functions | |
unsigned int | unpackGeometryIdentifier (const Acts::GeometryIdentifier &geoId) |
The geometry identifier will return vol=0 and lay=0 when it is not valid. | |
Acts::RotationMatrix3 | deltaRot (const Acts::Vector3 &deltaR) |
Visualization.
using tracking::geo::tgSurfMap = typedef std::unordered_map<unsigned int, const Acts::Surface*> |
Definition at line 12 of file GeometryContext.h.
Acts::RotationMatrix3 tracking::geo::deltaRot | ( | const Acts::Vector3 & | deltaR | ) |
Definition at line 14 of file GeoUtils.cxx.
unsigned int tracking::geo::unpackGeometryIdentifier | ( | const Acts::GeometryIdentifier & | geoId | ) |
The geometry identifier will return vol=0 and lay=0 when it is not valid.
The geometry identifier is only valid after building the tracking geometry.
Definition at line 5 of file GeoUtils.cxx.