60 int main(
int argc,
char **argv)
63 G4cout <<
"Usage: load_gdml <intput_gdml_file:mandatory>"
64 <<
" <output_gdml_file:optional>" <<
G4endl;
69 G4cout <<
"Error! Mandatory input file is not specified!" <<
G4endl;
100 GetNavigatorForTracking()->GetWorldVolume()->GetLogicalVolume());
110 std::vector<G4LogicalVolume*>::const_iterator lvciter;
111 for( lvciter = lvs->begin(); lvciter != lvs->end(); lvciter++ )
114 std::vector<G4GDMLAuxPairType>::const_iterator ipair = auxInfo.begin();
115 for( ipair = auxInfo.begin(); ipair != auxInfo.end(); ipair++ )
119 G4cout <<
" Auxiliary Information is found for Logical Volume : "
120 << (*lvciter)->GetName() <<
G4endl;
121 G4cout <<
" Name of Auxiliary type is : " << str <<
G4endl;
122 G4cout <<
" Associated Auxiliary value is : " << val <<
G4endl;
132 G4String command =
"/control/execute ";