Import Geant4 4.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4BuildGeom.cc,v 1.13.4.1 2001/06/28 19:08:06 gunter Exp $
|
||||
// GEANT4 tag $Name: $
|
||||
// $Id: G4BuildGeom.cc,v 1.15 2001/07/16 15:38:21 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
//
|
||||
// modified by I. Hrivnacova, 13.10.99
|
||||
|
||||
@@ -61,7 +61,7 @@ G4LogicalVolume* G4BuildGeom(G4String& inFile){
|
||||
|
||||
G4cout << "Reading the call List file " << inFile << "..." << G4endl;
|
||||
|
||||
G3CLRead(inFile, NULL);
|
||||
G3CLRead(inFile, 0);
|
||||
|
||||
G3Part.PrintAll();
|
||||
|
||||
@@ -123,7 +123,7 @@ void checkVol(G4LogicalVolume* _lvol, G4int level)
|
||||
|
||||
G4cout << "G44LogicalVolume " << _lvol->GetName() << " at level " << level
|
||||
<< " contains " << ndau << " daughters." << G4endl;
|
||||
for (int idau=0; idau<ndau; idau++){
|
||||
for (G4int idau=0; idau<ndau; idau++){
|
||||
_pdvol = _lvol-> GetDaughter(idau);
|
||||
_ldvol = _pdvol -> GetLogicalVolume();
|
||||
G4cout << "G4VPhysical volume " << G4std::setw(5) << _pdvol -> GetName()
|
||||
|
||||
Reference in New Issue
Block a user