|
| G4QGSModel () |
|
virtual | ~G4QGSModel () |
|
| G4QGSModel (const G4QGSModel &right)=delete |
|
G4QGSModel & | operator= (const G4QGSModel &right)=delete |
|
G4bool | operator== (const G4QGSModel &right) const =delete |
|
G4bool | operator!= (const G4QGSModel &right) const =delete |
|
G4V3DNucleus * | GetWoundedNucleus () const override |
|
G4V3DNucleus * | GetProjectileNucleus () const override |
|
void | ModelDescription (std::ostream &outFile) const override |
|
| G4VPartonStringModel (const G4String &modelName="Parton String Model") |
|
| ~G4VPartonStringModel () override |
|
| G4VPartonStringModel (const G4VPartonStringModel &right)=delete |
|
const G4VPartonStringModel & | operator= (const G4VPartonStringModel &right)=delete |
|
G4bool | operator== (const G4VPartonStringModel &right) const =delete |
|
G4bool | operator!= (const G4VPartonStringModel &right) const =delete |
|
void | SetFragmentationModel (G4VStringFragmentation *aModel) |
|
G4KineticTrackVector * | Scatter (const G4Nucleus &theNucleus, const G4DynamicParticle &thePrimary) override |
|
void | ModelDescription (std::ostream &outFile) const override |
|
G4V3DNucleus * | GetProjectileNucleus () const override |
|
| G4VHighEnergyGenerator (const G4String &modelName="HighEnergyGenerator") |
|
| ~G4VHighEnergyGenerator () override |
|
| G4VHighEnergyGenerator (const G4VHighEnergyGenerator &right)=delete |
|
const G4VHighEnergyGenerator & | operator= (const G4VHighEnergyGenerator &right)=delete |
|
G4bool | operator== (const G4VHighEnergyGenerator &right) const =delete |
|
G4bool | operator!= (const G4VHighEnergyGenerator &right) const =delete |
|
virtual G4V3DNucleus * | GetWoundedNucleus () const =0 |
|
virtual G4V3DNucleus * | GetProjectileNucleus () const |
|
virtual G4KineticTrackVector * | Scatter (const G4Nucleus &theNucleus, const G4DynamicParticle &thePrimary)=0 |
|
void | ModelDescription (std::ostream &) const override |
|
| G4HadronicInteraction (const G4String &modelName="HadronicModel") |
|
virtual | ~G4HadronicInteraction () |
|
virtual G4HadFinalState * | ApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus) |
|
virtual G4double | SampleInvariantT (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A) |
|
virtual G4bool | IsApplicable (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus) |
|
G4double | GetMinEnergy () const |
|
G4double | GetMinEnergy (const G4Material *aMaterial, const G4Element *anElement) const |
|
void | SetMinEnergy (G4double anEnergy) |
|
void | SetMinEnergy (G4double anEnergy, const G4Element *anElement) |
|
void | SetMinEnergy (G4double anEnergy, const G4Material *aMaterial) |
|
G4double | GetMaxEnergy () const |
|
G4double | GetMaxEnergy (const G4Material *aMaterial, const G4Element *anElement) const |
|
void | SetMaxEnergy (const G4double anEnergy) |
|
void | SetMaxEnergy (G4double anEnergy, const G4Element *anElement) |
|
void | SetMaxEnergy (G4double anEnergy, const G4Material *aMaterial) |
|
G4int | GetVerboseLevel () const |
|
void | SetVerboseLevel (G4int value) |
|
const G4String & | GetModelName () const |
|
void | DeActivateFor (const G4Material *aMaterial) |
|
void | ActivateFor (const G4Material *aMaterial) |
|
void | DeActivateFor (const G4Element *anElement) |
|
void | ActivateFor (const G4Element *anElement) |
|
G4bool | IsBlocked (const G4Material *aMaterial) const |
|
G4bool | IsBlocked (const G4Element *anElement) const |
|
void | SetRecoilEnergyThreshold (G4double val) |
|
G4double | GetRecoilEnergyThreshold () const |
|
virtual const std::pair< G4double, G4double > | GetFatalEnergyCheckLevels () const |
|
virtual std::pair< G4double, G4double > | GetEnergyMomentumCheckLevels () const |
|
void | SetEnergyMomentumCheckLevels (G4double relativeLevel, G4double absoluteLevel) |
|
virtual void | ModelDescription (std::ostream &outFile) const |
|
virtual void | BuildPhysicsTable (const G4ParticleDefinition &) |
|
virtual void | InitialiseModel () |
|
| G4HadronicInteraction (const G4HadronicInteraction &right)=delete |
|
const G4HadronicInteraction & | operator= (const G4HadronicInteraction &right)=delete |
|
G4bool | operator== (const G4HadronicInteraction &right) const =delete |
|
G4bool | operator!= (const G4HadronicInteraction &right) const =delete |
|
template<class ParticipantType>
class G4QGSModel< ParticipantType >
Definition at line 51 of file G4QGSModel.hh.