47extern std::ofstream
ofile;
59 G4cout <<
"Instantiated unit rotation matrix irot=" << irot <<
G4endl;
63 G4cout <<
"Reading the call List file " << inFile <<
"..." <<
G4endl;
73 G4cout <<
"Call List file read completed. Build geometry" <<
G4endl;
96 G4cout <<
"Top-level G3toG4 logical volume " << topLV->
GetName() <<
" "
102 G4cout <<
"scan through G4LogicalVolumeStore:" <<
G4endl;
123 std::size_t ndau = _lvol -> GetNoDaughters();
125 G4cout <<
"G44LogicalVolume " << _lvol->
GetName() <<
" at level " << level
126 <<
" contains " << ndau <<
" daughters." <<
G4endl;
127 for (std::size_t 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() <<
")"
G3G4DLL_API G3DetTable G3Det
void G4gsrotm(G4int irot, G4double theta1, G4double phi1, G4double theta2, G4double phi2, G4double theta3, G4double phi3)
G3G4DLL_API G3PartTable G3Part
G3G4DLL_API G3VolTable G3Vol
void G3toG4BuildTree(G3VolTableEntry *curVTE, G3VolTableEntry *motherVTE)
void G3CLRead(G4String &, char *)
G4LogicalVolume * G4BuildGeom(G4String &inFile)
CLHEP::Hep3Vector G4ThreeVector
G4GLOB_DLL std::ostream G4cout
G4LogicalVolume * GetLV()
G3VolTableEntry * GetFirstVTE()
static G4LogicalVolumeStore * GetInstance()
const G4VisAttributes * GetVisAttributes() const
void SetVisAttributes(const G4VisAttributes *pVA)
const G4String & GetName() const
static const G4VisAttributes & GetInvisible()