Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -18,6 +18,8 @@ committal in the CVS repository !
|
||||
|
||||
History file for visualization/gMocren sub-category
|
||||
---------------------------------------------------
|
||||
27 September 2021 Pedro Arce (gMocren-V10-07-02)
|
||||
- Use updated interface from geomnav to use G4PhantomParameterisation::GetNoVoxels instead of GetNoVoxel
|
||||
|
||||
07 June 2021 John Allison (gMocren-V10-07-01)
|
||||
- Fix hidden function warning.
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
//-- gMocren-file driver --//
|
||||
|
||||
Oct. 12, 2009 : Akinori Kimura
|
||||
Beta release.
|
||||
It supports a geometry constructed with G4PhantomParameterisation or
|
||||
G4VNestedParameterisation and a hits collection based on G4VHits,
|
||||
primitive scorer or the interactive scorer.
|
||||
|
||||
Apr. 1, 2009 : Akinori Kimura
|
||||
|
||||
First version of the gMocren-file driver.
|
||||
This is a prototype, not a release version.
|
||||
|
||||
@@ -1194,9 +1194,9 @@ void G4GMocrenFileSceneHandler::AddSolid( const G4Box& box )
|
||||
;
|
||||
}
|
||||
|
||||
kNestedVolumeDimension[0] = phantomPara->GetNoVoxelX();
|
||||
kNestedVolumeDimension[1] = phantomPara->GetNoVoxelY();
|
||||
kNestedVolumeDimension[2] = phantomPara->GetNoVoxelZ();
|
||||
kNestedVolumeDimension[0] = phantomPara->GetNoVoxelsX();
|
||||
kNestedVolumeDimension[1] = phantomPara->GetNoVoxelsY();
|
||||
kNestedVolumeDimension[2] = phantomPara->GetNoVoxelsZ();
|
||||
kNestedVolumeDirAxis[0] = 0;
|
||||
kNestedVolumeDirAxis[1] = 1;
|
||||
kNestedVolumeDirAxis[2] = 2;
|
||||
|
||||
Reference in New Issue
Block a user