## Geometry Management Overview The geometry management system are responsible for providing key detector data for offline data processing tasks such as detector simulation, digitization simulation, calibration, and reconstruction, including detector geometry, materials, and position information. Specifically, the detector data management system is responsible for tasks including: - Providing consistent geometric definitions of the detector for various offline software components. As different data processing processes often require different detector geometry formats, for example, Geant4-based detector simulation software typically requires the detector geometry to be constructed in the G4VPhysicalVolume format readable by Geant4; while for reconstruction or physics analysis, the more lightweight and user-friendly TGeoManager format provided by ROOT is often preferred; for other software such as the specialized silicon pixel detector simulation software Allpix-squared, its own unique geometric format is used. If different applications independently define geometry, it not only greatly increases the workload and maintenance difficulty but also easily introduces inconsistencies in geometric definitions that can affect physical results. - Providing version management functionality for detector geometry. During the detector development stage, it provides flexible switching capabilities to facilitate detector performance research for multiple detector design options that may arise. - Providing management functionality for detector calibration data. After the detector is launched and operational, small relative displacements may occur in the detector devices due to changes in detector conditions, which can affect detector performance. Therefore, the detector data management software generally also provides management of detector calibration information to correct such issues. - Providing simple and user-friendly interfaces for application software to help developers obtain information such as the hierarchical structure of detector elements, positions, sizes, and global/local coordinate system transformations.