Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4eeToPGammaModel.hh>
Public Member Functions | |
G4eeToPGammaModel (G4eeCrossSections *, const G4String &) | |
virtual | ~G4eeToPGammaModel () |
virtual G4double | ThresholdEnergy () const |
virtual G4double | PeakEnergy () const |
virtual G4double | ComputeCrossSection (G4double) const |
virtual G4PhysicsVector * | PhysicsVector (G4double, G4double) const |
virtual void | SampleSecondaries (std::vector< G4DynamicParticle * > *, G4double, const G4ThreeVector &) |
Public Member Functions inherited from G4Vee2hadrons | |
G4Vee2hadrons () | |
virtual | ~G4Vee2hadrons () |
virtual G4double | ThresholdEnergy () const =0 |
virtual G4double | PeakEnergy () const =0 |
virtual G4double | ComputeCrossSection (G4double) const =0 |
virtual G4PhysicsVector * | PhysicsVector (G4double, G4double) const =0 |
virtual void | SampleSecondaries (std::vector< G4DynamicParticle * > *, G4double, const G4ThreeVector &)=0 |
void | SetLowEnergy (G4double val) |
G4double | LowEnergy () const |
void | SetHighEnergy (G4double val) |
G4double | HighEnergy () const |
Definition at line 60 of file G4eeToPGammaModel.hh.
G4eeToPGammaModel::G4eeToPGammaModel | ( | G4eeCrossSections * | cr, |
const G4String & | npart | ||
) |
Definition at line 65 of file G4eeToPGammaModel.cc.
|
virtual |
Definition at line 81 of file G4eeToPGammaModel.cc.
Implements G4Vee2hadrons.
Definition at line 100 of file G4eeToPGammaModel.cc.
|
virtual |
Implements G4Vee2hadrons.
Definition at line 93 of file G4eeToPGammaModel.cc.
|
virtual |
Implements G4Vee2hadrons.
Definition at line 111 of file G4eeToPGammaModel.cc.
|
virtual |
Implements G4Vee2hadrons.
Definition at line 124 of file G4eeToPGammaModel.cc.
|
virtual |
Implements G4Vee2hadrons.
Definition at line 86 of file G4eeToPGammaModel.cc.
Referenced by PhysicsVector().