|
Geant4
10.02.p02
|
Main program of the persistency/gdml/G01 example. More...
#include <vector>#include "G4RunManager.hh"#include "G4UImanager.hh"#include "G4LogicalVolumeStore.hh"#include "G4TransportationManager.hh"#include "G01PrimaryGeneratorAction.hh"#include "G01DetectorConstruction.hh"#include "FTFP_BERT.hh"#include "G4GDMLParser.hh"
Include dependency graph for load_gdml.cc:Go to the source code of this file.
Functions | |
| void | print_aux (const G4GDMLAuxListType *auxInfoList, G4String prepend="|") |
| int | main (int argc, char **argv) |
Main program of the persistency/gdml/G01 example.
Definition in file load_gdml.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 77 of file load_gdml.cc.
References G4UImanager::ApplyCommand(), G4cout, G4endl, G4GDMLParser::GetAuxList(), G4LogicalVolumeStore::GetInstance(), G4TransportationManager::GetTransportationManager(), G4UImanager::GetUIpointer(), G4GDMLParser::GetVolumeAuxiliaryInformation(), G4GDMLParser::GetWorldVolume(), G4RunManager::Initialize(), G4VisManager::Initialize(), parser(), print_aux(), G4GDMLParser::Read(), G4UIExecutive::SessionStart(), G4GDMLParser::SetRegionExport(), G4RunManager::SetUserAction(), G4RunManager::SetUserInitialization(), and G4GDMLParser::Write().
Here is the call graph for this function:| void print_aux | ( | const G4GDMLAuxListType * | auxInfoList, |
| G4String | prepend = "|" |
||
| ) |
Definition at line 60 of file load_gdml.cc.
References G4cout, and G4endl.
Referenced by main().
Here is the caller graph for this function: