Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Absorber.hh>
Public Member Functions | |
G4Absorber (G4double cutOnP) | |
~G4Absorber () | |
G4bool | WillBeAbsorbed (const G4KineticTrack &kt) |
G4bool | Absorb (G4KineticTrack &kt, G4KineticTrackVector &tgt) |
G4KineticTrackVector * | GetAbsorbers () |
G4KineticTrackVector * | GetProducts () |
G4bool | FindAbsorbers (G4KineticTrack &kt, G4KineticTrackVector &tgt) |
G4bool | FindProducts (G4KineticTrack &kt) |
Definition at line 34 of file G4Absorber.hh.
G4Absorber::G4Absorber | ( | G4double | cutOnP | ) |
Definition at line 38 of file G4Absorber.cc.
G4Absorber::~G4Absorber | ( | ) |
Definition at line 46 of file G4Absorber.cc.
G4bool G4Absorber::Absorb | ( | G4KineticTrack & | kt, |
G4KineticTrackVector & | tgt | ||
) |
Definition at line 72 of file G4Absorber.cc.
G4bool G4Absorber::FindAbsorbers | ( | G4KineticTrack & | kt, |
G4KineticTrackVector & | tgt | ||
) |
Definition at line 80 of file G4Absorber.cc.
Referenced by Absorb().
G4bool G4Absorber::FindProducts | ( | G4KineticTrack & | kt | ) |
Definition at line 174 of file G4Absorber.cc.
Referenced by Absorb().
|
inline |
Definition at line 66 of file G4Absorber.hh.
|
inline |
Definition at line 71 of file G4Absorber.hh.
bool G4Absorber::WillBeAbsorbed | ( | const G4KineticTrack & | kt | ) |
Definition at line 53 of file G4Absorber.cc.