ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/persistency/gdml/include/G4GDMLAuxStructType.hh>
Public Attributes | |
G4String | type |
G4String | value |
G4String | unit |
std::vector < G4GDMLAuxStructType > * | auxList |
Definition at line 41 of file G4GDMLAuxStructType.hh.
View newest version in sPHENIX GitHub at line 41 of file G4GDMLAuxStructType.hh
std::vector<G4GDMLAuxStructType>* G4GDMLAuxStructType::auxList |
Definition at line 46 of file G4GDMLAuxStructType.hh.
View newest version in sPHENIX GitHub at line 46 of file G4GDMLAuxStructType.hh
Referenced by G4GDMLRead::AuxiliaryRead().
G4String G4GDMLAuxStructType::type |
Definition at line 43 of file G4GDMLAuxStructType.hh.
View newest version in sPHENIX GitHub at line 43 of file G4GDMLAuxStructType.hh
Referenced by G4GDMLRead::AuxiliaryRead().
G4String G4GDMLAuxStructType::unit |
Definition at line 45 of file G4GDMLAuxStructType.hh.
View newest version in sPHENIX GitHub at line 45 of file G4GDMLAuxStructType.hh
Referenced by G4GDMLRead::AuxiliaryRead().
G4String G4GDMLAuxStructType::value |
Definition at line 44 of file G4GDMLAuxStructType.hh.
View newest version in sPHENIX GitHub at line 44 of file G4GDMLAuxStructType.hh
Referenced by G4GDMLRead::AuxiliaryRead().