MIDSX 0.1
A x-ray transport code system for dosimetry
Loading...
Searching...
No Matches
Public Member Functions | List of all members
PhotoelectricEffect Class Reference

Class which represents the photoelectric effect interaction. More...

#include <photon_interactions.h>

Collaboration diagram for PhotoelectricEffect:

Public Member Functions

double interact (Particle &photon, Material &material) override
 Performs the photoelectric effect interaction.
 

Additional Inherited Members

- Protected Attributes inherited from ParticleInteractionBehavior
ProbabilityDist::Uniform uniform_dist_ {0.0, 1.0}
 

Detailed Description

Class which represents the photoelectric effect interaction.

Definition at line 20 of file photon_interactions.h.

Member Function Documentation

◆ interact()

double PhotoelectricEffect::interact ( Particle & photon,
Material & material )
overridevirtual

Performs the photoelectric effect interaction.

Ends the photon's trajectory and returns its energy.

Parameters
photonThe photon to interact.
materialThe material to interact with.
Returns
The energy deposited at location of interaction.

Implements ParticleInteractionBehavior.


The documentation for this class was generated from the following file: