allpix::PassiveMaterialConstructionG4

Constructs passive materials during Geant4 initialization.

#include <PassiveMaterialConstructionG4.hpp>

Public Functions

Name
PassiveMaterialConstructionG4(GeometryManager * geo_manager)
Constructs passive material construction module.
void registerVolumes()
Registers the passive material.
void buildVolumes(const std::shared_ptr< G4LogicalVolume > & world_log)
Constructs the passive materials.

Public Functions Documentation

function PassiveMaterialConstructionG4

explicit PassiveMaterialConstructionG4(
    GeometryManager * geo_manager
)

Constructs passive material construction module.

function registerVolumes

void registerVolumes()

Registers the passive material.

function buildVolumes

void buildVolumes(
    const std::shared_ptr< G4LogicalVolume > & world_log
)

Constructs the passive materials.


Updated on 2024-12-13 at 08:31:36 +0000