Import Geant4 4.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:18:25 +02:00
parent 36c080dca6
commit 921d3b1cda
3990 changed files with 185376 additions and 82884 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.5 2001/02/06 14:19:32 stesting Exp $
$Id: History,v 1.6 2001/10/19 05:37:49 stesting Exp $
-------------------------------------------------------------------
=========================================================
@@ -15,6 +15,9 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Oct 19, 2001 Steve O'Neale (examples-V03-02-00)
- Update reference output
06-02-2001 Update reference output for op-V03-00-05 S.W.O'Neale
June 17, 2000 John Allison (exampleN06-V01-01-00)
File diff suppressed because it is too large Load Diff
@@ -204,8 +204,8 @@ G4VPhysicalVolume* ExN06DetectorConstruction::Construct()
// = new G4PVPlacement(rot2,G4ThreeVector(0,2.5*m,0),"Bubble",
// bubbleAir_log,waterTank_phys,false,0);
G4VPhysicalVolume * bubbleAir_phys
= new G4PVPlacement(0,G4ThreeVector(0,2.5*m,0),"Bubble",
// G4VPhysicalVolume * bubbleAir_phys =
new G4PVPlacement(0,G4ThreeVector(0,2.5*m,0),"Bubble",
bubbleAir_log,waterTank_phys,false,0);
// ------------- Surfaces --------------
@@ -239,9 +239,9 @@ G4VPhysicalVolume* ExN06DetectorConstruction::Construct()
if( AirSurface->GetLogicalVolume() == bubbleAir_log ) G4cout << " Equal " << G4endl;
G4LogicalBorderSurface * Tmp1Surface = WaterSurface->
GetSurface(waterTank_phys,expHall_phys);
// G4LogicalBorderSurface * Tmp1Surface = WaterSurface->
// GetSurface(waterTank_phys,expHall_phys);
//
// if (Tmp1Surface == *WaterSurface) G4cout << " Equal " << G4endl;
G4LogicalSkinSurface * Tmp2Surface = AirSurface->GetSurface(bubbleAir_log);