Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GDMLAuxStructType.hh>
Public Attributes | |
G4String | type |
G4String | value |
G4String | unit |
std::vector< G4GDMLAuxStructType > * | auxList |
Definition at line 36 of file G4GDMLAuxStructType.hh.
std::vector<G4GDMLAuxStructType>* G4GDMLAuxStructType::auxList |
Definition at line 41 of file G4GDMLAuxStructType.hh.
Referenced by G4GDMLRead::AuxiliaryRead().
G4String G4GDMLAuxStructType::type |
Definition at line 38 of file G4GDMLAuxStructType.hh.
Referenced by G4GDMLRead::AuxiliaryRead().
G4String G4GDMLAuxStructType::unit |
Definition at line 40 of file G4GDMLAuxStructType.hh.
Referenced by G4GDMLRead::AuxiliaryRead().
G4String G4GDMLAuxStructType::value |
Definition at line 39 of file G4GDMLAuxStructType.hh.
Referenced by G4GDMLRead::AuxiliaryRead().