Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
class captures statistics about where the photon ended up.
Namespace: Vts.MonteCarloAssembly: 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: System Int64
# photons out top of tissue
- numberOfPhotonsOutBottomOfTissue
- Type: System Int64
# photons out bottom of tissue
- numberOfPhotonsAbsorbed
- Type: System Int64
# photons absorbed
- numberOfPhotonsSpecularReflected
- Type: System Int64
# photons specular reflected
- numberOfPhotonsKilledOverMaximumPathLength
- Type: System Int64
# photons killed due to maximum path length
- numberOfPhotonsKilledOverMaximumCollisions
- Type: System Int64
# photons killed due to maxiumu collisions
- numberOfPhotonsKilledByRussianRoulette
- Type: System Int64
# photons killed by Russian Roulette
See Also