|
| | G4ChargeExchangeXS () |
| | ~G4ChargeExchangeXS () override=default |
| G4bool | IsElementApplicable (const G4DynamicParticle *, G4int Z, const G4Material *) final |
| G4double | GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *) final |
| void | CrossSectionDescription (std::ostream &) const final |
| const G4ParticleDefinition * | SampleSecondaryType (const G4ParticleDefinition *, const G4Material *, G4int Z, G4int A, G4double etot) |
| G4double | GetPartialPionXS (G4int idx) const |
| void | SetEnergyLimit (G4double val) |
| void | SetCrossSectionFactor (G4double val) |
| G4double | GetCrossSectionFactor () const |
| G4bool | isPion () const |
| G4double | SampleTforPion (const G4double etot, const G4double tmax) const |
| G4ChargeExchangeXS & | operator= (const G4ChargeExchangeXS &right)=delete |
| | G4ChargeExchangeXS (const G4ChargeExchangeXS &)=delete |
| | G4VCrossSectionDataSet (const G4String &nam="") |
| virtual | ~G4VCrossSectionDataSet () |
| virtual G4bool | IsIsoApplicable (const G4DynamicParticle *, G4int Z, G4int A, const G4Element *elm=nullptr, const G4Material *mat=nullptr) |
| G4double | GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr) |
| G4double | ComputeCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr) |
| virtual G4double | ComputeCrossSectionPerElement (G4double kinEnergy, G4double loge, const G4ParticleDefinition *, const G4Element *, const G4Material *mat=nullptr) |
| virtual G4double | GetIsoCrossSection (const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=nullptr, const G4Element *elm=nullptr, const G4Material *mat=nullptr) |
| virtual G4double | ComputeIsoCrossSection (G4double kinEnergy, G4double loge, const G4ParticleDefinition *, G4int Z, G4int A, const G4Isotope *iso=nullptr, const G4Element *elm=nullptr, const G4Material *mat=nullptr) |
| virtual const G4Isotope * | SelectIsotope (const G4Element *, G4double kinEnergy, G4double logE) |
| virtual void | BuildPhysicsTable (const G4ParticleDefinition &) |
| virtual void | DumpPhysicsTable (const G4ParticleDefinition &) |
| virtual void | SetVerboseLevel (G4int value) |
| G4double | GetMinKinEnergy () const |
| void | SetMinKinEnergy (G4double value) |
| G4double | GetMaxKinEnergy () const |
| void | SetMaxKinEnergy (G4double value) |
| bool | ForAllAtomsAndEnergies () const |
| void | SetForAllAtomsAndEnergies (G4bool val) |
| const G4String & | GetName () const |
| void | SetName (const G4String &nam) |
| G4VCrossSectionDataSet & | operator= (const G4VCrossSectionDataSet &right)=delete |
| | G4VCrossSectionDataSet (const G4VCrossSectionDataSet &)=delete |
Definition at line 65 of file G4ChargeExchangeXS.hh.