Geant4
9.6.p02
|
#include <G4VHighEnergyGenerator.hh>
Public Member Functions | |
G4VHighEnergyGenerator (const G4String &modelName="High Energy Generator") | |
virtual | ~G4VHighEnergyGenerator () |
virtual G4V3DNucleus * | GetWoundedNucleus () const =0 |
virtual G4KineticTrackVector * | Scatter (const G4Nucleus &theNucleus, const G4DynamicParticle &thePrimary)=0 |
std::pair< G4double, G4double > | GetEnergyMomentumCheckLevels () const |
void | SetEnergyMomentumCheckLevels (G4double relativeLevel, G4double AbsoluteLevel) |
virtual void | ModelDescription (std::ostream &) const |
virtual G4String | GetModelName () const |
Definition at line 45 of file G4VHighEnergyGenerator.hh.
G4VHighEnergyGenerator::G4VHighEnergyGenerator | ( | const G4String & | modelName = "High Energy Generator" ) |
Definition at line 33 of file G4VHighEnergyGenerator.cc.
|
virtual |
Definition at line 40 of file G4VHighEnergyGenerator.cc.
Definition at line 44 of file G4VHighEnergyGenerator.cc.
|
virtual |
Definition at line 61 of file G4VHighEnergyGenerator.cc.
|
pure virtual |
Implemented in G4FTFModel, G4VPartonStringModel, G4QGSModel< ParticipantType >, G4QGSModel< G4GammaParticipants >, and G4QGSModel< G4QGSParticipants >.
|
virtual |
Reimplemented in G4FTFModel, G4QGSModel< ParticipantType >, G4QGSModel< G4GammaParticipants >, G4QGSModel< G4QGSParticipants >, and G4VPartonStringModel.
Definition at line 56 of file G4VHighEnergyGenerator.cc.
|
pure virtual |
void G4VHighEnergyGenerator::SetEnergyMomentumCheckLevels | ( | G4double | relativeLevel, |
G4double | AbsoluteLevel | ||
) |
Definition at line 49 of file G4VHighEnergyGenerator.cc.