allpix::DetectorConstructionG4
Constructs the Geant4 geometry during Geant4 initialization.
#include <DetectorConstructionG4.hpp>
Public Functions
Name | |
---|---|
DetectorConstructionG4(GeometryManager * geo_manager) Constructs geometry construction module. |
|
void | build(const std::shared_ptr< G4LogicalVolume > & world_log) Constructs the world geometry with all detectors. |
Public Functions Documentation
function DetectorConstructionG4
explicit DetectorConstructionG4(
GeometryManager * geo_manager
)
Constructs geometry construction module.
Parameters:
- geo_manager Pointer to the geometry manager, containing the detectors
function build
void build(
const std::shared_ptr< G4LogicalVolume > & world_log
)
Constructs the world geometry with all detectors.
Parameters:
- world_log Shared pointer to the World logical volume
SENSOR the sensitive detector is the part that collects the deposits
CHIP the chip connected to the bumps bond and the support
BUMPS the bump bonds connect the sensor to the readout chip
Updated on 2025-02-27 at 14:14:46 +0000