Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4MuBremsstrahlung Class Reference

#include <G4MuBremsstrahlung.hh>

Inheritance diagram for G4MuBremsstrahlung:

Public Member Functions

 G4MuBremsstrahlung (const G4String &processName="muBrems")
 ~G4MuBremsstrahlung () override=default
G4bool IsApplicable (const G4ParticleDefinition &p) override
G4double MinPrimaryEnergy (const G4ParticleDefinition *p, const G4Material *, G4double cut) override
void SetLowestKineticEnergy (G4double e)
void ProcessDescription (std::ostream &) const override
G4MuBremsstrahlungoperator= (const G4MuBremsstrahlung &right)=delete
 G4MuBremsstrahlung (const G4MuBremsstrahlung &)=delete
Public Member Functions inherited from G4VEnergyLossProcess
 G4VEnergyLossProcess (const G4String &name="EnergyLoss", G4ProcessType type=fElectromagnetic)
 ~G4VEnergyLossProcess () override
void ProcessDescription (std::ostream &outFile) const override
void PreparePhysicsTable (const G4ParticleDefinition &) override
void BuildPhysicsTable (const G4ParticleDefinition &) override
G4PhysicsTableBuildDEDXTable (G4EmTableType tType=fRestricted)
G4PhysicsTableBuildLambdaTable (G4EmTableType tType=fRestricted)
void StartTracking (G4Track *) override
G4double AlongStepGetPhysicalInteractionLength (const G4Track &, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety, G4GPILSelection *selection) override
G4double PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition) override
G4VParticleChangeAlongStepDoIt (const G4Track &, const G4Step &) override
G4VParticleChangePostStepDoIt (const G4Track &, const G4Step &) override
G4bool StorePhysicsTable (const G4ParticleDefinition *, const G4String &directory, G4bool ascii=false) override
G4bool RetrievePhysicsTable (const G4ParticleDefinition *, const G4String &directory, G4bool ascii) override
G4double GetDEDXDispersion (const G4MaterialCutsCouple *couple, const G4DynamicParticle *dp, G4double length)
G4double CrossSectionPerVolume (G4double kineticEnergy, const G4MaterialCutsCouple *couple)
G4double CrossSectionPerVolume (G4double kineticEnergy, const G4MaterialCutsCouple *couple, G4double logKineticEnergy)
G4double MeanFreePath (const G4Track &track)
G4double ContinuousStepLimit (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety)
G4VEmModelSelectModelForMaterial (G4double kinEnergy, std::size_t &idxCouple) const
void AddEmModel (G4int, G4VEmModel *, G4VEmFluctuationModel *fluc=nullptr, const G4Region *region=nullptr)
void SetEmModel (G4VEmModel *, G4int index=0)
std::size_t NumberOfModels () const
G4VEmModelEmModel (std::size_t index=0) const
G4VEmModelGetModelByIndex (std::size_t idx=0, G4bool ver=false) const
void SetFluctModel (G4VEmFluctuationModel *)
G4VEmFluctuationModelFluctModel () const
void SetBaseParticle (const G4ParticleDefinition *p)
const G4ParticleDefinitionParticle () const
const G4ParticleDefinitionBaseParticle () const
const G4ParticleDefinitionSecondaryParticle () const
 G4VEnergyLossProcess (G4VEnergyLossProcess &)=delete
G4VEnergyLossProcessoperator= (const G4VEnergyLossProcess &right)=delete
void ActivateSubCutoff (const G4Region *region)
void SetCrossSectionBiasingFactor (G4double f, G4bool flag=true)
void ActivateForcedInteraction (G4double length, const G4String &region, G4bool flag=true)
void ActivateSecondaryBiasing (const G4String &region, G4double factor, G4double energyLimit)
void SetLossFluctuations (G4bool)
void SetSpline (G4bool val)
void SetCrossSectionType (G4CrossSectionType val)
G4CrossSectionType CrossSectionType () const
void SetIonisation (G4bool val)
G4bool IsIonisationProcess () const
void SetLinearLossLimit (G4double val)
void SetStepFunction (G4double v1, G4double v2)
void SetLowestEnergyLimit (G4double)
G4int NumberOfSubCutoffRegions () const
void SetDEDXTable (G4PhysicsTable *p, G4EmTableType tType)
void SetCSDARangeTable (G4PhysicsTable *pRange)
void SetRangeTableForLoss (G4PhysicsTable *p)
void SetInverseRangeTable (G4PhysicsTable *p)
void SetLambdaTable (G4PhysicsTable *p)
void SetTwoPeaksXS (std::vector< G4TwoPeaksXS * > *)
void SetEnergyOfCrossSectionMax (std::vector< G4double > *)
void SetDEDXBinning (G4int nbins)
void SetMinKinEnergy (G4double e)
G4double MinKinEnergy () const
void SetMaxKinEnergy (G4double e)
G4double MaxKinEnergy () const
G4double CrossSectionBiasingFactor () const
G4double GetDEDX (G4double kineticEnergy, const G4MaterialCutsCouple *)
G4double GetCSDADEDX (G4double kineticEnergy, const G4MaterialCutsCouple *)
G4double GetDEDX (G4double kineticEnergy, const G4MaterialCutsCouple *, G4double logKineticEnergy)
G4double GetRange (G4double kineticEnergy, const G4MaterialCutsCouple *)
G4double GetRange (G4double kineticEnergy, const G4MaterialCutsCouple *, G4double logKineticEnergy)
G4double GetCSDARange (G4double kineticEnergy, const G4MaterialCutsCouple *)
G4double GetKineticEnergy (G4double range, const G4MaterialCutsCouple *)
G4double GetLambda (G4double kineticEnergy, const G4MaterialCutsCouple *)
G4double GetLambda (G4double kineticEnergy, const G4MaterialCutsCouple *, G4double logKineticEnergy)
G4bool TablesAreBuilt () const
G4PhysicsTableDEDXTable () const
G4PhysicsTableDEDXunRestrictedTable () const
G4PhysicsTableIonisationTable () const
G4PhysicsTableCSDARangeTable () const
G4PhysicsTableRangeTableForLoss () const
G4PhysicsTableInverseRangeTable () const
G4PhysicsTableLambdaTable () const
std::vector< G4TwoPeaksXS * > * TwoPeaksXS () const
std::vector< G4double > * EnergyOfCrossSectionMax () const
G4bool UseBaseMaterial () const
const G4ElementGetCurrentElement () const
void SetDynamicMassCharge (G4double massratio, G4double charge2ratio)
Public Member Functions inherited from G4VContinuousDiscreteProcess
 G4VContinuousDiscreteProcess (const G4String &, G4ProcessType aType=fNotDefined)
 G4VContinuousDiscreteProcess (G4VContinuousDiscreteProcess &)
virtual ~G4VContinuousDiscreteProcess ()
G4VContinuousDiscreteProcessoperator= (const G4VContinuousDiscreteProcess &)=delete
virtual G4double AtRestGetPhysicalInteractionLength (const G4Track &, G4ForceCondition *)
virtual G4VParticleChangeAtRestDoIt (const G4Track &, const G4Step &)
Public Member Functions inherited from G4VProcess
 G4VProcess (const G4String &aName="NoName", G4ProcessType aType=fNotDefined)
 G4VProcess (const G4VProcess &right)
virtual ~G4VProcess ()
G4VProcessoperator= (const G4VProcess &)=delete
G4bool operator== (const G4VProcess &right) const
G4bool operator!= (const G4VProcess &right) const
G4double GetCurrentInteractionLength () const
void SetPILfactor (G4double value)
G4double GetPILfactor () const
G4double AlongStepGPIL (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
G4double AtRestGPIL (const G4Track &track, G4ForceCondition *condition)
G4double PostStepGPIL (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
const G4StringGetPhysicsTableFileName (const G4ParticleDefinition *, const G4String &directory, const G4String &tableName, G4bool ascii=false)
const G4StringGetProcessName () const
G4ProcessType GetProcessType () const
void SetProcessType (G4ProcessType)
G4int GetProcessSubType () const
void SetProcessSubType (G4int)
virtual const G4VProcessGetCreatorProcess () const
virtual void EndTracking ()
virtual void SetProcessManager (const G4ProcessManager *)
virtual const G4ProcessManagerGetProcessManager ()
virtual void ResetNumberOfInteractionLengthLeft ()
G4double GetNumberOfInteractionLengthLeft () const
G4double GetTotalNumberOfInteractionLengthTraversed () const
G4bool isAtRestDoItIsEnabled () const
G4bool isAlongStepDoItIsEnabled () const
G4bool isPostStepDoItIsEnabled () const
virtual void DumpInfo () const
void SetVerboseLevel (G4int value)
G4int GetVerboseLevel () const
virtual void SetMasterProcess (G4VProcess *masterP)
const G4VProcessGetMasterProcess () const
virtual void BuildWorkerPhysicsTable (const G4ParticleDefinition &part)
virtual void PrepareWorkerPhysicsTable (const G4ParticleDefinition &)

Protected Member Functions

void InitialiseEnergyLossProcess (const G4ParticleDefinition *, const G4ParticleDefinition *) override
Protected Member Functions inherited from G4VEnergyLossProcess
virtual void StreamProcessInfo (std::ostream &) const
G4double GetMeanFreePath (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition) override
G4double GetContinuousStepLimit (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety) override
G4PhysicsVectorLambdaPhysicsVector (const G4MaterialCutsCouple *, G4double cut)
std::size_t CurrentMaterialCutsCoupleIndex () const
void SelectModel (G4double kinEnergy)
void SetParticle (const G4ParticleDefinition *p)
void SetSecondaryParticle (const G4ParticleDefinition *p)
Protected Member Functions inherited from G4VContinuousDiscreteProcess
void SetGPILSelection (G4GPILSelection selection)
G4GPILSelection GetGPILSelection () const
Protected Member Functions inherited from G4VProcess
void SubtractNumberOfInteractionLengthLeft (G4double prevStepSize)
void ClearNumberOfInteractionLengthLeft ()

Protected Attributes

G4double lowestKinEnergy
G4bool isInitialised = false
Protected Attributes inherited from G4VEnergyLossProcess
G4ParticleChangeForLoss fParticleChange
const G4MaterialcurrentMaterial = nullptr
const G4MaterialCutsCouplecurrentCouple = nullptr
G4double preStepLambda = 0.0
G4double preStepKinEnergy = 0.0
G4double preStepScaledEnergy = 0.0
G4double mfpKinEnergy = 0.0
std::size_t currentCoupleIndex = 0
Protected Attributes inherited from G4VProcess
const G4ProcessManageraProcessManager = nullptr
G4VParticleChangepParticleChange = nullptr
G4ParticleChange aParticleChange
G4double theNumberOfInteractionLengthLeft = -1.0
G4double currentInteractionLength = -1.0
G4double theInitialNumberOfInteractionLength = -1.0
G4String theProcessName
G4String thePhysicsTableFileName
G4ProcessType theProcessType = fNotDefined
G4int theProcessSubType = -1
G4double thePILfactor = 1.0
G4int verboseLevel = 0
G4bool enableAtRestDoIt = true
G4bool enableAlongStepDoIt = true
G4bool enablePostStepDoIt = true

Additional Inherited Members

Static Public Member Functions inherited from G4VProcess
static const G4StringGetProcessTypeName (G4ProcessType)

Detailed Description

Definition at line 77 of file G4MuBremsstrahlung.hh.

Constructor & Destructor Documentation

◆ G4MuBremsstrahlung() [1/2]

G4MuBremsstrahlung::G4MuBremsstrahlung ( const G4String & processName = "muBrems")
explicit

Definition at line 75 of file G4MuBremsstrahlung.cc.

77 lowestKinEnergy(0.1*CLHEP::GeV)
78{
81 SetIonisation(false);
82}
@ fBremsstrahlung
static G4Gamma * Gamma()
Definition G4Gamma.cc:81
G4VEnergyLossProcess(const G4String &name="EnergyLoss", G4ProcessType type=fElectromagnetic)
void SetSecondaryParticle(const G4ParticleDefinition *p)
void SetProcessSubType(G4int)

Referenced by G4hBremsstrahlung::G4hBremsstrahlung(), G4MuBremsstrahlung(), and operator=().

◆ ~G4MuBremsstrahlung()

G4MuBremsstrahlung::~G4MuBremsstrahlung ( )
overridedefault

◆ G4MuBremsstrahlung() [2/2]

G4MuBremsstrahlung::G4MuBremsstrahlung ( const G4MuBremsstrahlung & )
delete

Member Function Documentation

◆ InitialiseEnergyLossProcess()

void G4MuBremsstrahlung::InitialiseEnergyLossProcess ( const G4ParticleDefinition * ,
const G4ParticleDefinition *  )
overrideprotectedvirtual

Implements G4VEnergyLossProcess.

Definition at line 102 of file G4MuBremsstrahlung.cc.

105{
106 if(isInitialised) { return; }
107 isInitialised = true;
108
109 if (nullptr == EmModel(0)) { SetEmModel(new G4MuBremsstrahlungModel()); }
110
111 G4VEmFluctuationModel* fm = nullptr;
112 G4EmParameters* param = G4EmParameters::Instance();
116 AddEmModel(1, EmModel(0), fm);
117}
static G4EmParameters * Instance()
G4double MinKinEnergy() const
G4double MuHadBremsstrahlungTh() const
G4double MaxKinEnergy() const
void SetHighEnergyLimit(G4double)
void SetSecondaryThreshold(G4double)
void SetLowEnergyLimit(G4double)
void AddEmModel(G4int, G4VEmModel *, G4VEmFluctuationModel *fluc=nullptr, const G4Region *region=nullptr)
G4VEmModel * EmModel(std::size_t index=0) const
void SetEmModel(G4VEmModel *, G4int index=0)

Referenced by G4hBremsstrahlung::InitialiseEnergyLossProcess().

◆ IsApplicable()

G4bool G4MuBremsstrahlung::IsApplicable ( const G4ParticleDefinition & p)
overridevirtual

Reimplemented from G4VProcess.

Definition at line 86 of file G4MuBremsstrahlung.cc.

87{
88 return (p.GetPDGCharge() != 0.0);
89}

◆ MinPrimaryEnergy()

G4double G4MuBremsstrahlung::MinPrimaryEnergy ( const G4ParticleDefinition * p,
const G4Material * ,
G4double cut )
overridevirtual

Reimplemented from G4VEnergyLossProcess.

Definition at line 93 of file G4MuBremsstrahlung.cc.

96{
97 return lowestKinEnergy;
98}

◆ operator=()

G4MuBremsstrahlung & G4MuBremsstrahlung::operator= ( const G4MuBremsstrahlung & right)
delete

◆ ProcessDescription()

void G4MuBremsstrahlung::ProcessDescription ( std::ostream & out) const
overridevirtual

Reimplemented from G4VProcess.

Definition at line 121 of file G4MuBremsstrahlung.cc.

122{
123 out << " Muon bremsstrahlung";
125}
void ProcessDescription(std::ostream &outFile) const override

◆ SetLowestKineticEnergy()

void G4MuBremsstrahlung::SetLowestKineticEnergy ( G4double e)
inline

Definition at line 111 of file G4MuBremsstrahlung.hh.

112{
113 lowestKinEnergy = e;
114}

Member Data Documentation

◆ isInitialised

G4bool G4MuBremsstrahlung::isInitialised = false
protected

Definition at line 105 of file G4MuBremsstrahlung.hh.

Referenced by InitialiseEnergyLossProcess().

◆ lowestKinEnergy

G4double G4MuBremsstrahlung::lowestKinEnergy
protected

The documentation for this class was generated from the following files: