DLG4::VolumeBuilders
A fluent interface for Geant4 geometry definition.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
BooleanConfigs Struct Reference

#include <VolumeBuilderConfigs.hh>

Public Member Functions

 BooleanConfigs ()=default
 
 ~BooleanConfigs ()=default
 

Public Attributes

std::vector< BooleanSolidbooleans
 
G4String boolean_name {}
 
bool reflect_z {false}
 

Detailed Description

Definition at line 62 of file VolumeBuilderConfigs.hh.

Constructor & Destructor Documentation

◆ BooleanConfigs()

BooleanConfigs ( )
default

◆ ~BooleanConfigs()

~BooleanConfigs ( )
default

Member Data Documentation

◆ boolean_name

G4String boolean_name {}

Definition at line 64 of file VolumeBuilderConfigs.hh.

64{}; //derived from name if not explicitly provided.

◆ booleans

std::vector<BooleanSolid> booleans

Definition at line 63 of file VolumeBuilderConfigs.hh.

◆ reflect_z

bool reflect_z {false}

Definition at line 65 of file VolumeBuilderConfigs.hh.

65{false};

The documentation for this struct was generated from the following file: