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

#include <G4DNAIonChargeDecreaseModel.hh>

+ Inheritance diagram for G4DNAIonChargeDecreaseModel:

Public Member Functions

 G4DNAIonChargeDecreaseModel (const G4ParticleDefinition *p=nullptr, const G4String &nam="DNAIonChargeDecrease")
 
 ~G4DNAIonChargeDecreaseModel () override=default
 
G4DNAIonChargeDecreaseModeloperator= (const G4DNAIonChargeDecreaseModel &right)=delete
 
 G4DNAIonChargeDecreaseModel (const G4DNAIonChargeDecreaseModel &)=delete
 
void Initialise (const G4ParticleDefinition *, const G4DataVector &) override
 
G4double CrossSectionPerVolume (const G4Material *material, const G4ParticleDefinition *p, G4double ekin, G4double, G4double) override
 
void SampleSecondaries (std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double, G4double) override
 
void StartTracking (G4Track *) override
 
- Public Member Functions inherited from G4VEmModel
 G4VEmModel (const G4String &nam)
 
virtual ~G4VEmModel ()
 
virtual void InitialiseLocal (const G4ParticleDefinition *, G4VEmModel *masterModel)
 
virtual void InitialiseForMaterial (const G4ParticleDefinition *, const G4Material *)
 
virtual void InitialiseForElement (const G4ParticleDefinition *, G4int Z)
 
virtual G4double ComputeDEDXPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
 
virtual G4double GetPartialCrossSection (const G4Material *, G4int level, const G4ParticleDefinition *, G4double kineticEnergy)
 
virtual G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, G4double kinEnergy, G4double Z, G4double A=0., G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
virtual G4double ComputeCrossSectionPerShell (const G4ParticleDefinition *, G4int Z, G4int shellIdx, G4double kinEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
virtual G4double ChargeSquareRatio (const G4Track &)
 
virtual G4double GetChargeSquareRatio (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual G4double GetParticleCharge (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void CorrectionsAlongStep (const G4MaterialCutsCouple *, const G4DynamicParticle *, const G4double &length, G4double &eloss)
 
virtual G4double Value (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy)
 
virtual G4double MinPrimaryEnergy (const G4Material *, const G4ParticleDefinition *, G4double cut=0.0)
 
virtual G4double MinEnergyCut (const G4ParticleDefinition *, const G4MaterialCutsCouple *)
 
virtual void SetupForMaterial (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void DefineForRegion (const G4Region *)
 
virtual void FillNumberOfSecondaries (G4int &numberOfTriplets, G4int &numberOfRecoil)
 
virtual void ModelDescription (std::ostream &outFile) const
 
void InitialiseElementSelectors (const G4ParticleDefinition *, const G4DataVector &)
 
std::vector< G4EmElementSelector * > * GetElementSelectors ()
 
void SetElementSelectors (std::vector< G4EmElementSelector * > *)
 
G4double ComputeDEDX (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
 
G4double CrossSection (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4double ComputeMeanFreePath (const G4ParticleDefinition *, G4double kineticEnergy, const G4Material *, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, const G4Element *, G4double kinEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementSelectRandomAtom (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementSelectTargetAtom (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double logKineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementSelectRandomAtom (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementGetCurrentElement (const G4Material *mat=nullptr) const
 
G4int SelectRandomAtomNumber (const G4Material *) const
 
const G4IsotopeGetCurrentIsotope (const G4Element *elm=nullptr) const
 
G4int SelectIsotopeNumber (const G4Element *) const
 
void SetParticleChange (G4VParticleChange *, G4VEmFluctuationModel *f=nullptr)
 
void SetCrossSectionTable (G4PhysicsTable *, G4bool isLocal)
 
G4ElementDataGetElementData ()
 
G4PhysicsTableGetCrossSectionTable ()
 
G4VEmFluctuationModelGetModelOfFluctuations ()
 
G4VEmAngularDistributionGetAngularDistribution ()
 
G4VEmModelGetTripletModel ()
 
void SetTripletModel (G4VEmModel *)
 
void SetAngularDistribution (G4VEmAngularDistribution *)
 
G4double HighEnergyLimit () const
 
G4double LowEnergyLimit () const
 
G4double HighEnergyActivationLimit () const
 
G4double LowEnergyActivationLimit () const
 
G4double PolarAngleLimit () const
 
G4double SecondaryThreshold () const
 
G4bool DeexcitationFlag () const
 
G4bool ForceBuildTableFlag () const
 
G4bool UseAngularGeneratorFlag () const
 
void SetAngularGeneratorFlag (G4bool)
 
void SetHighEnergyLimit (G4double)
 
void SetLowEnergyLimit (G4double)
 
void SetActivationHighEnergyLimit (G4double)
 
void SetActivationLowEnergyLimit (G4double)
 
G4bool IsActive (G4double kinEnergy) const
 
void SetPolarAngleLimit (G4double)
 
void SetSecondaryThreshold (G4double)
 
void SetDeexcitationFlag (G4bool val)
 
void SetForceBuildTable (G4bool val)
 
void SetFluctuationFlag (G4bool val)
 
G4bool IsMaster () const
 
void SetUseBaseMaterials (G4bool val)
 
G4bool UseBaseMaterials () const
 
G4double MaxSecondaryKinEnergy (const G4DynamicParticle *dynParticle)
 
const G4StringGetName () const
 
void SetCurrentCouple (const G4MaterialCutsCouple *)
 
G4bool IsLocked () const
 
void SetLocked (G4bool)
 
void SetLPMFlag (G4bool)
 
void SetMasterThread (G4bool)
 
G4VEmModeloperator= (const G4VEmModel &right)=delete
 
 G4VEmModel (const G4VEmModel &)=delete
 

Protected Attributes

G4ParticleChangeForGammafParticleChangeForGamma {nullptr}
 
- Protected Attributes inherited from G4VEmModel
G4ElementDatafElementData = nullptr
 
G4VParticleChangepParticleChange = nullptr
 
G4PhysicsTablexSectionTable = nullptr
 
const G4MaterialpBaseMaterial = nullptr
 
const std::vector< G4double > * theDensityFactor = nullptr
 
const std::vector< G4int > * theDensityIdx = nullptr
 
G4double inveplus
 
G4double pFactor = 1.0
 
std::size_t currentCoupleIndex = 0
 
std::size_t basedCoupleIndex = 0
 
G4bool lossFlucFlag = true
 

Additional Inherited Members

- Protected Member Functions inherited from G4VEmModel
G4ParticleChangeForLossGetParticleChangeForLoss ()
 
G4ParticleChangeForGammaGetParticleChangeForGamma ()
 
virtual G4double MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy)
 
const G4MaterialCutsCoupleCurrentCouple () const
 
void SetCurrentElement (const G4Element *)
 

Detailed Description

Definition at line 38 of file G4DNAIonChargeDecreaseModel.hh.

Constructor & Destructor Documentation

◆ G4DNAIonChargeDecreaseModel() [1/2]

G4DNAIonChargeDecreaseModel::G4DNAIonChargeDecreaseModel ( const G4ParticleDefinition * p = nullptr,
const G4String & nam = "DNAIonChargeDecrease" )

Definition at line 36 of file G4DNAIonChargeDecreaseModel.cc.

38 : G4VEmModel(nam)
39{
40 // dummy for the time being
41 fDummy = new G4DummyModel();
42}
G4VEmModel(const G4String &nam)
Definition G4VEmModel.cc:67

Referenced by G4DNAIonChargeDecreaseModel(), and operator=().

◆ ~G4DNAIonChargeDecreaseModel()

G4DNAIonChargeDecreaseModel::~G4DNAIonChargeDecreaseModel ( )
overridedefault

◆ G4DNAIonChargeDecreaseModel() [2/2]

G4DNAIonChargeDecreaseModel::G4DNAIonChargeDecreaseModel ( const G4DNAIonChargeDecreaseModel & )
delete

Member Function Documentation

◆ CrossSectionPerVolume()

G4double G4DNAIonChargeDecreaseModel::CrossSectionPerVolume ( const G4Material * material,
const G4ParticleDefinition * p,
G4double ekin,
G4double ,
G4double  )
overridevirtual

Reimplemented from G4VEmModel.

Definition at line 79 of file G4DNAIonChargeDecreaseModel.cc.

83{
84 G4int Q = G4lrint(fDynParticle->GetCharge()/CLHEP::eplus);
85
86 if (Q <= 0) { return 0.0; }
87
88 // select model
89 fCurrentModel = fDummy;
90
91 // compute concrete cross section
92 return fCurrentModel->CrossSectionPerVolume(mat, p, ekin);
93}
int G4int
Definition G4Types.hh:85
int G4lrint(double ad)
Definition templates.hh:134

◆ Initialise()

void G4DNAIonChargeDecreaseModel::Initialise ( const G4ParticleDefinition * part,
const G4DataVector & v )
overridevirtual

Implements G4VEmModel.

Definition at line 46 of file G4DNAIonChargeDecreaseModel.cc.

48{
49 if (part != G4GenericIon::GenericIon()) {
51 ed << "Wrong particle type <" << part->GetParticleName()
52 << "> - only G4GenericIon is allowed";
53 G4Exception("G4DNAIonChargeDecreaseModel::Initialise(...)",
54 "em2001", FatalException, ed);
55 }
56
57 // this pointer should defined once before initialisation of
58 // concrete models
59 if (nullptr == fParticleChangeForGamma) {
61
62 // should be set once for each model
63 fDummy->SetParticleChange(fParticleChangeForGamma);
64 }
65
66 // initialisation of concrete models - put extra model here
67 fDummy->Initialise(part, v);
68}
@ FatalException
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
G4ParticleChangeForGamma * fParticleChangeForGamma
static G4GenericIon * GenericIon()
const G4String & GetParticleName() const
G4ParticleChangeForGamma * GetParticleChangeForGamma()

◆ operator=()

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

◆ SampleSecondaries()

void G4DNAIonChargeDecreaseModel::SampleSecondaries ( std::vector< G4DynamicParticle * > * fvect,
const G4MaterialCutsCouple * couple,
const G4DynamicParticle * dp,
G4double ,
G4double  )
overridevirtual

Implements G4VEmModel.

Definition at line 97 of file G4DNAIonChargeDecreaseModel.cc.

101{
102 // sample secondaries by the selected model
103 fCurrentModel->SampleSecondaries(fvect, couple, dp);
104}

◆ StartTracking()

void G4DNAIonChargeDecreaseModel::StartTracking ( G4Track * track)
overridevirtual

Reimplemented from G4VEmModel.

Definition at line 72 of file G4DNAIonChargeDecreaseModel.cc.

73{
74 fDynParticle = track->GetDynamicParticle();
75}
const G4DynamicParticle * GetDynamicParticle() const

Member Data Documentation

◆ fParticleChangeForGamma

G4ParticleChangeForGamma* G4DNAIonChargeDecreaseModel::fParticleChangeForGamma {nullptr}
protected

Definition at line 67 of file G4DNAIonChargeDecreaseModel.hh.

67{nullptr};

Referenced by Initialise().


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