Remove G4MultipleScattering dependance ofr mu+ and muonium.
This commit is contained in:
@ -77,10 +77,8 @@ class LEMuSRMuonPhysics : public G4VPhysicsConstructor
|
||||
virtual void ConstructProcess();
|
||||
|
||||
protected:
|
||||
//! Muon physics
|
||||
//! MuonPlus physics
|
||||
G4MuIonisation fMuPlusIonisation;
|
||||
//! Multiple scattering
|
||||
G4MultipleScattering fMuoniumMultipleScattering;
|
||||
//! Multiple Scattering including Meyer'Algorithm: LEMuSRMSC
|
||||
LEMuSRMSC fMuPlusMultipleScattering;
|
||||
G4MuBremsstrahlung fMuPlusBremsstrahlung ;
|
||||
@ -91,6 +89,11 @@ class LEMuSRMuonPhysics : public G4VPhysicsConstructor
|
||||
LEMuSRMUONIUM fMuFormation;
|
||||
//! Depolarization process (not used yet)
|
||||
LEMuSRDepolarize fDepolarization;
|
||||
|
||||
|
||||
|
||||
//! MuonMinus physics
|
||||
|
||||
G4MuIonisation fMuMinusIonisation;
|
||||
G4MultipleScattering fMuMinusMultipleScattering;
|
||||
G4MuBremsstrahlung fMuMinusBremsstrahlung ;
|
||||
|
Reference in New Issue
Block a user