Go to the source code of this file.
◆ checkVol() [1/2]
Definition at line 118 of file G4BuildGeom.cc.
  124   G4int ndau = _lvol -> GetNoDaughters();
   127      << 
" contains " << ndau << 
" daughters." << 
G4endl;
   128   for (
G4int idau=0; idau<ndau; idau++){
   129     _pdvol = _lvol-> GetDaughter(idau);
   130     _ldvol = _pdvol -> GetLogicalVolume();
   131     G4cout << 
"G4VPhysical volume " << std::setw(5) << _pdvol -> GetName() 
   132      << 
" (G4LogicalVolume " << std::setw(5) << _ldvol->
GetName() << 
")"  
void checkVol(G4LogicalVolume *, G4int)
 
G4GLOB_DLL std::ostream G4cout
 
const G4String & GetName() const
 
 
 
 
◆ checkVol() [2/2]
Definition at line 110 of file G4BuildGeom.cc.
void checkVol(G4LogicalVolume *, G4int)
 
static G4LogicalVolumeStore * GetInstance()
 
 
 
 
◆ G3CLRead()
Definition at line 99 of file clparse.cc.
  111     const char* ofname = 
"clparse.out";
   113     ofile << 
"Output file open\n";
   117     std::ifstream istr(
fname);
   119     while (line.
readLine(istr) && ! istr.eof())
   123         for (
G4int i=0; i < ntokens; i++)
 
std::istream & readLine(std::istream &, G4bool skipWhite=true)
 
G4int G3CLTokens(G4String *line, G4String *tokens)
 
void G3CLEval(G4String *tokens, char *select)
 
 
 
 
◆ G4BuildGeom()
Definition at line 55 of file G4BuildGeom.cc.
   60   G4cout << 
"Instantiated unit rotation matrix irot=" << irot << 
G4endl;
    64   G4cout << 
"Reading the call List file " << inFile << 
"..." << 
G4endl;
    74   G4cout << 
"Call List file read completed. Build geometry" << 
G4endl;
    97   G4cout << 
"Top-level G3toG4 logical volume " << topLV->
GetName() << 
" "   103     G4cout << 
"scan through G4LogicalVolumeStore:" << 
G4endl;
 G3G4DLL_API G3PartTable G3Part
 
void G4gsrotm(G4int irot, G4double theta1, G4double phi1, G4double theta2, G4double phi2, G4double theta3, G4double phi3)
 
CLHEP::Hep3Vector G4ThreeVector
 
G3VolTableEntry * GetFirstVTE()
 
void G3CLRead(G4String &, char *)
 
G4LogicalVolume * GetLV()
 
G3G4DLL_API G3DetTable G3Det
 
void checkVol(G4LogicalVolume *, G4int)
 
G4GLOB_DLL std::ostream G4cout
 
const G4String & GetName() const
 
const G4VisAttributes * GetVisAttributes() const
 
void G3toG4BuildTree(G3VolTableEntry *curVTE, G3VolTableEntry *motherVTE)
 
static const G4VisAttributes Invisible
 
void SetVisAttributes(const G4VisAttributes *pVA)
 
G3G4DLL_API G3VolTable G3Vol
 
 
 
 
◆ ofile