Import Geant4 11.3.0 source tree
This commit is contained in:
@@ -424,7 +424,10 @@ G4LogicalVolume* G4ReflectionFactory::CreateReflectedLV(G4LogicalVolume* LV)
|
||||
LV->GetFieldManager(),
|
||||
LV->GetSensitiveDetector(),
|
||||
LV->GetUserLimits());
|
||||
refLV->SetVisAttributes(LV->GetVisAttributes()); // vis-attributes
|
||||
|
||||
if (LV->GetVisAttributes() != nullptr) {
|
||||
refLV->SetVisAttributes(*LV->GetVisAttributes()); // vis-attributes
|
||||
}
|
||||
refLV->SetBiasWeight(LV->GetBiasWeight()); // biasing weight
|
||||
if (LV->IsRegion())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user