VPpMCROfRhoDetectorInput Constructor (DoubleRange, IList OpticalProperties , IList Int32 )Virtual Photonics - VTS Library
Virtual Photonics
constructor uses TallyType for name

Namespace: Vts.MonteCarlo
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public pMCROfRhoDetectorInput(
	DoubleRange rho,
	IList<OpticalProperties> perturbedOps,
	IList<int> perturbedRegionsIndices
)

Parameters

rho
Type: Vts.Common DoubleRange
rho binning
perturbedOps
Type: OnlineSystem.Collections.Generic IList OpticalProperties 
list of perturbed optical properties, indexing matches tissue indexing
perturbedRegionsIndices
Type: OnlineSystem.Collections.Generic IList OnlineInt32 
list of perturbed region indices, indexing matches tissue indexing
See Also