12 #include <klm/geometry/GeoKLMCreator.h>
15 #include <geometry/CreatorFactory.h>
20 geometry::CreatorFactory<KLM::GeoKLMCreator> GeoKLMFactory(
"KLMCreator");
31 G4LogicalVolume& topVolume,
34 m_GeoBKLMCreator.create(content, topVolume, type);
35 m_GeoEKLMCreator.create(content, topVolume, type);
39 G4LogicalVolume& topVolume,
42 m_GeoBKLMCreator.createFromDB(name, topVolume, type);
43 m_GeoEKLMCreator.createFromDB(name, topVolume, type);
49 m_GeoBKLMCreator.createPayloads(content, iov);
50 m_GeoEKLMCreator.createPayloads(content, iov);