Import Geant4 10.6.0 source tree
This commit is contained in:
@@ -79,7 +79,7 @@ G4VPhysicalVolume* G4MIRDLeftClavicle::Construct(const G4String& volumeName, G4V
|
||||
|
||||
|
||||
G4VPhysicalVolume* physLeftClavicle = new G4PVPlacement(0,
|
||||
G4ThreeVector(0.*cm,0.*cm,33.25*cm),
|
||||
G4ThreeVector(0.*cm,2. *cm,33.25*cm),
|
||||
"physicalLeftClavicle",
|
||||
logicLeftClavicle,
|
||||
mother,
|
||||
|
||||
@@ -81,7 +81,7 @@ G4VPhysicalVolume* G4MIRDRightClavicle::Construct(const G4String& volumeName, G4
|
||||
"logical" + volumeName,
|
||||
0, 0, 0);
|
||||
G4VPhysicalVolume* physRightClavicle = new G4PVPlacement(0,
|
||||
G4ThreeVector(0.*cm,0.*cm,33.25*cm),
|
||||
G4ThreeVector(0.*cm,2.*cm,33.25*cm),
|
||||
"physicalRightClavicle",
|
||||
logicRightClavicle,
|
||||
mother,
|
||||
|
||||
Reference in New Issue
Block a user