Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -55,6 +55,10 @@ public:
|
||||
explicit G4ChargeExchange();
|
||||
|
||||
~G4ChargeExchange() override;
|
||||
G4ChargeExchange( const G4ChargeExchange &right ) = delete;
|
||||
const G4ChargeExchange & operator=( const G4ChargeExchange &right ) = delete;
|
||||
G4bool operator==( const G4ChargeExchange &right ) const = delete;
|
||||
G4bool operator!=( const G4ChargeExchange &right ) const = delete;
|
||||
|
||||
G4HadFinalState* ApplyYourself(const G4HadProjectile& aTrack,
|
||||
G4Nucleus& targetNucleus) override;
|
||||
@@ -96,6 +100,8 @@ private:
|
||||
G4ParticleDefinition* theHe3;
|
||||
|
||||
G4double lowestEnergyLimit;
|
||||
|
||||
G4int secID; // Creator model ID for the secondaries created by this model
|
||||
};
|
||||
|
||||
inline void G4ChargeExchange::SetLowestEnergyLimit(G4double value)
|
||||
|
||||
Reference in New Issue
Block a user