|
| | G4hhElastic () |
| |
| | G4hhElastic (G4ParticleDefinition *target, G4ParticleDefinition *projectile, G4double plab) |
| |
| | G4hhElastic (G4ParticleDefinition *target, G4ParticleDefinition *projectile) |
| |
| virtual | ~G4hhElastic () |
| |
| virtual G4bool | IsApplicable (const G4HadProjectile &, G4Nucleus &) |
| |
| void | Initialise () |
| |
| void | BuildTableT (G4ParticleDefinition *target, G4ParticleDefinition *projectile) |
| |
| void | BuildTableTest (G4ParticleDefinition *target, G4ParticleDefinition *projectile, G4double plab) |
| |
| G4double | SampleInvariantT (const G4ParticleDefinition *p, G4double plab, G4int, G4int) |
| |
| G4double | SampleBisectionalT (const G4ParticleDefinition *p, G4double plab) |
| |
| G4double | SampleTest (G4double tMin) |
| |
| G4double | GetTransfer (G4int iMomentum, G4int iTransfer, G4double position) |
| |
| void | SetParameters () |
| |
| void | SetSigmaTot (G4double stot) |
| |
| void | SetSpp (G4double spp) |
| |
| G4double | GetSpp () |
| |
| void | SetParametersCMS (G4double plab) |
| |
| G4double | GetBq () |
| |
| G4double | GetBQ () |
| |
| G4double | GetBqQ () |
| |
| void | SetBq (G4double b) |
| |
| void | SetBQ (G4double b) |
| |
| void | SetBqQ (G4double b) |
| |
| G4double | GetRhoReIm () |
| |
| void | CalculateBQ (G4double b) |
| |
| void | CalculateBqQ13 (G4double b) |
| |
| void | CalculateBqQ12 (G4double b) |
| |
| void | CalculateBqQ123 (G4double b) |
| |
| void | SetRA (G4double rn, G4double pq, G4double pQ) |
| |
| void | SetRB (G4double rn, G4double pq, G4double pQ) |
| |
| void | SetAlphaP (G4double a) |
| |
| void | SetImCof (G4double a) |
| |
| G4double | GetImCof () |
| |
| void | SetLambda (G4double L) |
| |
| void | SetEta (G4double E) |
| |
| void | SetCofF2 (G4double f) |
| |
| void | SetCofF3 (G4double f) |
| |
| G4double | GetCofF2 () |
| |
| G4double | GetCofF3 () |
| |
| G4double | GetRA () |
| |
| G4double | GetRq () |
| |
| G4double | GetRQ () |
| |
| G4double | GetRB () |
| |
| G4double | GetRg () |
| |
| G4double | GetRG () |
| |
| G4complex | Pomeron () |
| |
| G4complex | Phi13 () |
| |
| G4complex | Phi14 () |
| |
| G4complex | Phi23 () |
| |
| G4complex | Phi24 () |
| |
| G4complex | GetF1qQgG (G4double qp) |
| |
| G4double | GetdsdtF1qQgG (G4double s, G4double q) |
| |
| G4complex | GetF2qQgG (G4double qp) |
| |
| G4double | GetdsdtF12qQgG (G4double s, G4double q) |
| |
| G4complex | GetF3qQgG (G4double qp) |
| |
| G4double | GetdsdtF123qQgG (G4double q) |
| |
| G4double | GetdsdtF13qQG (G4double s, G4double q) |
| |
| G4complex | GetAqq () |
| |
| G4complex | GetAQQ () |
| |
| G4complex | GetAqQ () |
| |
| G4double | GetCofS1 () |
| |
| G4double | GetCofS2 () |
| |
| G4double | GetCofS3 () |
| |
| G4double | GetOpticalRatio () |
| |
| G4complex | GetF1 (G4double qp) |
| |
| G4double | GetdsdtF1 (G4double s, G4double q) |
| |
| G4complex | GetF2 (G4double qp) |
| |
| G4double | GetdsdtF12 (G4double s, G4double q) |
| |
| G4complex | GetF3 (G4double qp) |
| |
| G4double | GetdsdtF123 (G4double q) |
| |
| G4double | GetExpRatioF123 (G4double s, G4double q) |
| |
| | G4HadronElastic (const G4String &name="hElasticLHEP") |
| |
| virtual | ~G4HadronElastic () |
| |
| virtual G4HadFinalState * | ApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus) |
| |
| void | SetLowestEnergyLimit (G4double value) |
| |
| G4double | LowestEnergyLimit () const |
| |
| G4double | ComputeMomentumCMS (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A) |
| |
| virtual void | ModelDescription (std::ostream &) const |
| |
| | G4HadronicInteraction (const G4String &modelName="HadronicModel") |
| |
| virtual | ~G4HadronicInteraction () |
| |
| 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 | BuildPhysicsTable (const G4ParticleDefinition &) |
| |
| virtual void | InitialiseModel () |
| |