Problem 217 - The replicated G4Para volume causes G4Exception
Summary: The replicated G4Para volume causes G4Exception
Status: RESOLVED INVALID
Alias: None
Product: Geant4
Classification: Unclassified
Component: geometry/management (show other problems)
Version: other
Hardware: PC Linux
: P2 normal
Assignee: Gabriele Cosmo
URL: /afs/cern.ch/user/i/ivana/public/g4re...
Depends on:
Blocks:
 
Reported: 2001-02-13 03:11 CET by Ivana.Hrivnacova
Modified: 2001-02-15 08:07 CET (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description Ivana.Hrivnacova 2001-02-13 03:11:39 CET
When a replica of G4Para solid is defined
the program exits with:
### Run 0 start.
G4SmartVoxelHeader::BuildReplicaVoxels probable error in replicated
geometry, logical volume ZEM_LV
*** G4Exception: Aborting execution ***

The picture of replicated geometry (with Dawn) looks ok.
When G4Para is replaced with G4Box everything works ok.
Tested within N03 example with redefined ExN03DetectorConstruction
class; available in:
/afs/cern.ch/user/i/ivana/public/g4replica
Comment 1 Gabriele Cosmo 2001-02-15 08:07:59 CET
The optimiser is correctly reporting an error in the replicated geometry.
It is not allowed to replicate a G4Para in the kXaxis with different
alpha angle. Replicating a volume along a cartesian axis means "slicing"
it with slices -perpendicular- to that axis.
The visualised geometry is not correct.