VPpMCROfRhoAndTimeDetectorInput Constructor (DoubleRange, 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 pMCROfRhoAndTimeDetectorInput(
	DoubleRange rho,
	DoubleRange time,
	IList<OpticalProperties> perturbedOps,
	IList<int> perturbedRegionsIndices
)

Parameters

rho
Type: Vts.Common DoubleRange
rho binning
time
Type: Vts.Common DoubleRange
time 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 regions indices, indexing matches tissue indexing
See Also