ATLAS Offline Software
Loading...
Searching...
No Matches
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.

50{true};

◆ dumpPhysicsRegions

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

Definition at line 51 of file VolumeDebugger.h.

51{false};

◆ path

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

Definition at line 43 of file VolumeDebugger.h.

43{"./test_volume.gdml"};

◆ printGeo

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

Definition at line 52 of file VolumeDebugger.h.

52{false};

◆ res

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

Definition at line 45 of file VolumeDebugger.h.

45{1000000};

◆ targetMaxCopiesToCheck

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

Definition at line 49 of file VolumeDebugger.h.

49{1.e6};

◆ targetVolume

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

Definition at line 44 of file VolumeDebugger.h.

44{""}; // By default targetVolume is empty => dump the whole Atlas::Atlas geometry

◆ tol

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

Definition at line 47 of file VolumeDebugger.h.

47{0.000001};

◆ verbose

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

Definition at line 46 of file VolumeDebugger.h.

46{true};

◆ volumeCheck

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

Definition at line 48 of file VolumeDebugger.h.

48{false};

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