79//----- Set list of material indices: for each voxel it is a number that correspond to the index of its material in the vector of materials defined above
84G4LogicalVolume* voxel_logic = newG4LogicalVolume(voxel_solid,fMaterials[0],"VoxelLogical",0,0,0); // material is not relevant, it will be changed by the ComputeMaterial method of the parameterisation
85
86//--- Assign the fContainer volume of the parameterisation