The creator for the KLM geometry of the Belle II detector.
More...
#include <GeoKLMCreator.h>
The creator for the KLM geometry of the Belle II detector.
Definition at line 31 of file GeoKLMCreator.h.
◆ GeoKLMCreator()
◆ ~GeoKLMCreator()
◆ create()
Creation of the detector geometry from Gearbox (XML).
- Parameters
-
| [in] | content | XML data directory. |
| [in] | topVolume | Geant world volume. |
| [in] | type | Geometry type. |
Implements CreatorBase.
Definition at line 28 of file GeoKLMCreator.cc.
31{
32 m_GeoBKLMCreator.create(content, topVolume, type);
33 m_GeoEKLMCreator.create(content, topVolume, type);
34}
◆ createFromDB()
Creation of the detector geometry from database.
- Parameters
-
| [in] | name | Name of the component in the database. |
| [in] | topVolume | Geant world volume. |
| [in] | type | Geometry type. |
Reimplemented from CreatorBase.
Definition at line 36 of file GeoKLMCreator.cc.
39{
40 m_GeoBKLMCreator.createFromDB(name, topVolume, type);
41 m_GeoEKLMCreator.createFromDB(name, topVolume, type);
42}
◆ createPayloads()
Creation of payloads.
- Parameters
-
| content | XML data directory. |
| iov | Interval of validity. |
Reimplemented from CreatorBase.
Definition at line 44 of file GeoKLMCreator.cc.
46{
47 m_GeoBKLMCreator.createPayloads(content, iov);
48 m_GeoEKLMCreator.createPayloads(content, iov);
49}
◆ m_GeoBKLMCreator
◆ m_GeoEKLMCreator
The documentation for this class was generated from the following files: