VPSimulationStatistics Constructor (Int64, Int64, Int64, Int64, Int64, Int64, Int64)Virtual Photonics - VTS Library
Virtual Photonics
class captures statistics about where the photon ended up.

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

public SimulationStatistics(
	long numberOfPhotonsOutTopOfTissue,
	long numberOfPhotonsOutBottomOfTissue,
	long numberOfPhotonsAbsorbed,
	long numberOfPhotonsSpecularReflected,
	long numberOfPhotonsKilledOverMaximumPathLength,
	long numberOfPhotonsKilledOverMaximumCollisions,
	long numberOfPhotonsKilledByRussianRoulette
)

Parameters

numberOfPhotonsOutTopOfTissue
Type: OnlineSystem Int64
# photons out top of tissue
numberOfPhotonsOutBottomOfTissue
Type: OnlineSystem Int64
# photons out bottom of tissue
numberOfPhotonsAbsorbed
Type: OnlineSystem Int64
# photons absorbed
numberOfPhotonsSpecularReflected
Type: OnlineSystem Int64
# photons specular reflected
numberOfPhotonsKilledOverMaximumPathLength
Type: OnlineSystem Int64
# photons killed due to maximum path length
numberOfPhotonsKilledOverMaximumCollisions
Type: OnlineSystem Int64
# photons killed due to maxiumu collisions
numberOfPhotonsKilledByRussianRoulette
Type: OnlineSystem Int64
# photons killed by Russian Roulette
See Also