VPdMCdROfRhodMusDetector Constructor (DoubleRange, ITissue, IList OpticalProperties , IList Int32 , Boolean, String)Virtual Photonics - VTS Library
Virtual Photonics
Returns an instance of dMCdROfRhodMusDetector. Tallies dR(rho)/dMus. Instantiate with reference optical properties. When method Tally invoked, perturbed optical properties passed.

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

public dMCdROfRhodMusDetector(
	DoubleRange rho,
	ITissue tissue,
	IList<OpticalProperties> perturbedOps,
	IList<int> perturbedRegionIndices,
	bool tallySecondMoment,
	string name
)

Parameters

rho
Type: Vts.Common DoubleRange
rho binning
tissue
Type: Vts.MonteCarlo ITissue
tissue definition
perturbedOps
Type: OnlineSystem.Collections.Generic IList OpticalProperties 
list of perturbed optical properties, indexing matches tissue indexing
perturbedRegionIndices
Type: OnlineSystem.Collections.Generic IList OnlineInt32 
list of perturbed tissue region indices, indexing matches tissue indexing
tallySecondMoment
Type: OnlineSystem Boolean
flag indicating whether to tally second moment info for error results
name
Type: OnlineSystem String
detector name
See Also