Import Geant4 10.5.0.beta source tree
This commit is contained in:
@@ -728,7 +728,7 @@ void LaserDrivenBeamLine::ConstructLaserDrivenBeamLine()
|
||||
|
||||
|
||||
// The treatment room is invisible in the Visualisation
|
||||
logicTreatmentRoom -> SetVisAttributes (G4VisAttributes::Invisible);
|
||||
logicTreatmentRoom -> SetVisAttributes (G4VisAttributes::GetInvisible());
|
||||
|
||||
// The various components of the energyselector are constructed calling
|
||||
// the following methods
|
||||
@@ -1050,7 +1050,7 @@ G4double VirtualLateralPosX=GuardRingPosX+GuardRingThickness/2+1*cm+(FaradayCupB
|
||||
logicVirtualWindow,
|
||||
physicVirtualMag,
|
||||
true,0);
|
||||
logicVirtualWindow->SetVisAttributes (G4VisAttributes::Invisible);
|
||||
logicVirtualWindow->SetVisAttributes (G4VisAttributes::GetInvisible());
|
||||
|
||||
///// GuardRing /////
|
||||
|
||||
@@ -1095,7 +1095,7 @@ G4double VirtualLateralPosX=GuardRingPosX+GuardRingThickness/2+1*cm+(FaradayCupB
|
||||
physicVirtualMag,
|
||||
true,0);
|
||||
|
||||
logicVirtualMiddle->SetVisAttributes (G4VisAttributes::Invisible);
|
||||
logicVirtualMiddle->SetVisAttributes (G4VisAttributes::GetInvisible());
|
||||
|
||||
///// FaradayCupBottom /////
|
||||
|
||||
@@ -1136,7 +1136,7 @@ G4double VirtualLateralPosX=GuardRingPosX+GuardRingThickness/2+1*cm+(FaradayCupB
|
||||
physicVirtualMag,
|
||||
true,0);
|
||||
|
||||
logicVirtualBottom->SetVisAttributes (G4VisAttributes::Invisible);
|
||||
logicVirtualBottom->SetVisAttributes (G4VisAttributes::GetInvisible());
|
||||
|
||||
///// Cup /////
|
||||
|
||||
@@ -1178,7 +1178,7 @@ G4double VirtualLateralPosX=GuardRingPosX+GuardRingThickness/2+1*cm+(FaradayCupB
|
||||
|
||||
physicVirtualMag,
|
||||
true,0);
|
||||
logicVirtualOverBottom->SetVisAttributes (G4VisAttributes::Invisible);
|
||||
logicVirtualOverBottom->SetVisAttributes (G4VisAttributes::GetInvisible());
|
||||
|
||||
|
||||
///// Virtual Lateral /////
|
||||
@@ -1203,7 +1203,7 @@ logicVirtualLateral=new G4LogicalVolume( VirtualLateral,
|
||||
|
||||
|
||||
|
||||
logicVirtualLateral->SetVisAttributes (G4VisAttributes::Invisible);
|
||||
logicVirtualLateral->SetVisAttributes (G4VisAttributes::GetInvisible());
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user