ATLAS Offline Software
Public Attributes | List of all members
G4UA::VolumeDebugger::Config Struct Reference

#include <VolumeDebugger.h>

Collaboration diagram for G4UA::VolumeDebugger::Config:

Public Attributes

std::string path {"./test_volume.gdml"}
 
std::string targetVolume {""}
 
int res {1000000}
 
bool verbose {true}
 
float tol {0.000001}
 
bool volumeCheck {false}
 
double targetMaxCopiesToCheck {1.e6}
 
bool dumpGDML {true}
 
bool dumpPhysicsRegions {false}
 
bool printGeo {false}
 

Detailed Description

Definition at line 41 of file VolumeDebugger.h.

Member Data Documentation

◆ dumpGDML

bool G4UA::VolumeDebugger::Config::dumpGDML {true}

Definition at line 50 of file VolumeDebugger.h.

◆ dumpPhysicsRegions

bool G4UA::VolumeDebugger::Config::dumpPhysicsRegions {false}

Definition at line 51 of file VolumeDebugger.h.

◆ path

std::string G4UA::VolumeDebugger::Config::path {"./test_volume.gdml"}

Definition at line 43 of file VolumeDebugger.h.

◆ printGeo

bool G4UA::VolumeDebugger::Config::printGeo {false}

Definition at line 52 of file VolumeDebugger.h.

◆ res

int G4UA::VolumeDebugger::Config::res {1000000}

Definition at line 45 of file VolumeDebugger.h.

◆ targetMaxCopiesToCheck

double G4UA::VolumeDebugger::Config::targetMaxCopiesToCheck {1.e6}

Definition at line 49 of file VolumeDebugger.h.

◆ targetVolume

std::string G4UA::VolumeDebugger::Config::targetVolume {""}

Definition at line 44 of file VolumeDebugger.h.

◆ tol

float G4UA::VolumeDebugger::Config::tol {0.000001}

Definition at line 47 of file VolumeDebugger.h.

◆ verbose

bool G4UA::VolumeDebugger::Config::verbose {true}

Definition at line 46 of file VolumeDebugger.h.

◆ volumeCheck

bool G4UA::VolumeDebugger::Config::volumeCheck {false}

Definition at line 48 of file VolumeDebugger.h.


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