Geant4-11
Public Member Functions | Protected Attributes | Private Member Functions | Private Attributes
G4GEMChannelVI Class Referencefinal

#include <G4GEMChannelVI.hh>

Inheritance diagram for G4GEMChannelVI:
G4VEvaporationChannel

Public Member Functions

virtual G4bool BreakUpChain (G4FragmentVector *theResult, G4Fragment *theNucleus)
 
G4FragmentVectorBreakUpFragment (G4Fragment *theNucleus)
 
void Dump () const final
 
G4FragmentEmittedFragment (G4Fragment *theNucleus) final
 
 G4GEMChannelVI (G4int theA, G4int theZ)
 
G4double GetEmissionProbability (G4Fragment *theNucleus) final
 
virtual G4double GetLifeTime (G4Fragment *theNucleus)
 
virtual void Initialise ()
 
virtual void RDMForced (G4bool)
 
virtual void SetICM (G4bool)
 
void SetOPTxs (G4int opt)
 
void UseSICB (G4bool use)
 
 ~G4GEMChannelVI () final
 

Protected Attributes

G4int OPTxs
 
G4bool useSICB
 

Private Member Functions

 G4GEMChannelVI (const G4GEMChannelVI &right)
 
G4bool operator!= (const G4GEMChannelVI &right) const
 
const G4GEMChannelVIoperator= (const G4GEMChannelVI &right)
 
G4bool operator== (const G4GEMChannelVI &right) const
 

Private Attributes

G4int A
 
const G4VCoulombBarriercBarrier
 
G4double evapMass
 
G4double evapMass2
 
G4GEMProbabilityVIfProbability
 
G4int fragA
 
G4int fragZ
 
G4double mass
 
const G4PairingCorrectionpairingCorrection
 
G4int resA
 
G4double resMass
 
G4int resZ
 
G4int secID
 
G4int Z
 

Detailed Description

Definition at line 40 of file G4GEMChannelVI.hh.

Constructor & Destructor Documentation

◆ G4GEMChannelVI() [1/2]

G4GEMChannelVI::G4GEMChannelVI ( G4int  theA,
G4int  theZ 
)
explicit

Definition at line 42 of file G4GEMChannelVI.cc.

43 : A(theA), Z(theZ), secID(-1)
44{
47 const G4LevelManager* lManager = nullptr;
48 if(A > 4) { lManager = nData->GetLevelManager(Z, A); }
51
53 fProbability = new G4GEMProbabilityVI(A, Z, lManager);
54
55 resA = resZ = fragZ = fragA = 0;
56 mass = resMass = 0.0;
57 secID = G4PhysicsModelCatalog::GetModelID("model_G4GEMChannelVI");
58}
const G4PairingCorrection * pairingCorrection
G4double evapMass2
const G4VCoulombBarrier * cBarrier
G4GEMProbabilityVI * fProbability
const G4LevelManager * GetLevelManager(G4int Z, G4int A)
G4PairingCorrection * GetPairingCorrection()
static G4NuclearLevelData * GetInstance()
static G4double GetNuclearMass(const G4double A, const G4double Z)
static G4int GetModelID(const G4int modelIndex)

References A, cBarrier, evapMass, evapMass2, fProbability, fragA, fragZ, G4NuclearLevelData::GetInstance(), G4NuclearLevelData::GetLevelManager(), G4PhysicsModelCatalog::GetModelID(), G4NucleiProperties::GetNuclearMass(), G4NuclearLevelData::GetPairingCorrection(), mass, pairingCorrection, resA, resMass, resZ, secID, and Z.

◆ ~G4GEMChannelVI()

G4GEMChannelVI::~G4GEMChannelVI ( )
final

Definition at line 60 of file G4GEMChannelVI.cc.

61{
62 delete cBarrier;
63 delete fProbability;
64}

References cBarrier, and fProbability.

◆ G4GEMChannelVI() [2/2]

G4GEMChannelVI::G4GEMChannelVI ( const G4GEMChannelVI right)
private

Member Function Documentation

◆ BreakUpChain()

G4bool G4VEvaporationChannel::BreakUpChain ( G4FragmentVector theResult,
G4Fragment theNucleus 
)
virtualinherited

Reimplemented in G4UnstableFragmentBreakUp, and G4PhotonEvaporation.

Definition at line 66 of file G4VEvaporationChannel.cc.

67{
68 return false;
69}

Referenced by G4VEvaporationChannel::BreakUpFragment().

◆ BreakUpFragment()

G4FragmentVector * G4VEvaporationChannel::BreakUpFragment ( G4Fragment theNucleus)
inlineinherited

Definition at line 106 of file G4VEvaporationChannel.hh.

107{
108 G4FragmentVector* results = new G4FragmentVector();
109 BreakUpChain(results, theNucleus);
110 return results;
111}
std::vector< G4Fragment * > G4FragmentVector
Definition: G4Fragment.hh:64
virtual G4bool BreakUpChain(G4FragmentVector *theResult, G4Fragment *theNucleus)

References G4VEvaporationChannel::BreakUpChain().

Referenced by G4NeutronRadCapture::ApplyYourself().

◆ Dump()

void G4GEMChannelVI::Dump ( ) const
finalvirtual

Reimplemented from G4VEvaporationChannel.

Definition at line 126 of file G4GEMChannelVI.cc.

127{}

◆ EmittedFragment()

G4Fragment * G4GEMChannelVI::EmittedFragment ( G4Fragment theNucleus)
finalvirtual

Reimplemented from G4VEvaporationChannel.

Definition at line 96 of file G4GEMChannelVI.cc.

97{
98 // assumed, that TotalProbability(...) was already called
99 // if value iz zero no possiblity to sample final state
100 G4Fragment* evFragment = nullptr;
101 G4LorentzVector lv0 = theNucleus->GetMomentum();
102 if(resA <= 4 || fProbability->GetProbability() == 0.0) {
103 G4double ekin =
105 - evapMass, 0.0);
106 G4LorentzVector lv(std::sqrt(ekin*(ekin + 2.0*evapMass))
107 *G4RandomDirection(), ekin + evapMass);
108 lv.boost(lv0.boostVector());
109 evFragment = new G4Fragment(A, Z, lv);
110 lv0 -= lv;
111 } else {
113 G4LorentzVector lv = evFragment->GetMomentum();
114 lv.boost(lv0.boostVector());
115 evFragment->SetMomentum(lv);
116 lv0 -= lv;
117 }
118 if(evFragment != nullptr) { evFragment->SetCreatorModelID(secID); }
119 theNucleus->SetZandA_asInt(resZ, resA);
120 theNucleus->SetMomentum(lv0);
121 theNucleus->SetCreatorModelID(secID);
122
123 return evFragment;
124}
G4ThreeVector G4RandomDirection()
double G4double
Definition: G4Types.hh:83
Hep3Vector boostVector() const
HepLorentzVector & boost(double, double, double)
const G4LorentzVector & GetMomentum() const
Definition: G4Fragment.hh:323
void SetCreatorModelID(G4int value)
Definition: G4Fragment.hh:428
void SetMomentum(const G4LorentzVector &value)
Definition: G4Fragment.hh:328
void SetZandA_asInt(G4int Znew, G4int Anew)
Definition: G4Fragment.hh:281
G4Fragment * SampleEvaporationFragment()
T max(const T t1, const T t2)
brief Return the largest of the two arguments

References A, CLHEP::HepLorentzVector::boost(), CLHEP::HepLorentzVector::boostVector(), evapMass, evapMass2, fProbability, G4RandomDirection(), G4Fragment::GetMomentum(), mass, G4INCL::Math::max(), resA, resMass, resZ, G4GEMProbabilityVI::SampleEvaporationFragment(), secID, G4Fragment::SetCreatorModelID(), G4Fragment::SetMomentum(), G4Fragment::SetZandA_asInt(), and Z.

◆ GetEmissionProbability()

G4double G4GEMChannelVI::GetEmissionProbability ( G4Fragment theNucleus)
finalvirtual

Implements G4VEvaporationChannel.

Definition at line 66 of file G4GEMChannelVI.cc.

67{
69 fragZ = fragment->GetZ_asInt();
70 fragA = fragment->GetA_asInt();
71 resZ = fragZ - Z;
72 resA = fragA - A;
73 if(resA < A || resA < resZ || resZ < 0 || (resA == A && resZ < Z)) {
74 return 0.0;
75 }
76
77 const G4double exc = fragment->GetExcitationEnergy();
78 const G4double delta0 =
80 if(exc < delta0) { return 0.0; }
81
83 const G4double fragM = fragment->GetGroundStateMass() + exc;
84 const G4double CB = cBarrier->GetCoulombBarrier(resA, resZ, exc);
85
86 const G4double delta1 =
88 if(fragM <= resMass + CB + delta1) { return 0.0; }
89
91 G4double prob = fProbability->ComputeTotalProbability(*fragment, CB);
92 //G4cout<<"G4EvaporationChannel: probability= "<< prob <<G4endl;
93 return prob;
94}
G4double ComputeTotalProbability(const G4Fragment &, G4double CB)
G4double GetPairingCorrection(G4int A, G4int Z) const
virtual G4double GetCoulombBarrier(G4int ARes, G4int ZRes, G4double U) const =0
void SetDecayKinematics(G4int Z, G4int A, G4double rmass, G4double fmass)

References A, cBarrier, G4GEMProbabilityVI::ComputeTotalProbability(), fProbability, fragA, fragZ, G4Fragment::GetA_asInt(), G4VCoulombBarrier::GetCoulombBarrier(), G4Fragment::GetExcitationEnergy(), G4Fragment::GetGroundStateMass(), G4NucleiProperties::GetNuclearMass(), G4PairingCorrection::GetPairingCorrection(), G4Fragment::GetZ_asInt(), G4INCL::Math::max(), pairingCorrection, resA, G4VEmissionProbability::ResetProbability(), resMass, resZ, G4VEmissionProbability::SetDecayKinematics(), and Z.

◆ GetLifeTime()

G4double G4VEvaporationChannel::GetLifeTime ( G4Fragment theNucleus)
virtualinherited

Definition at line 50 of file G4VEvaporationChannel.cc.

51{
52 return 0.0;
53}

◆ Initialise()

void G4VEvaporationChannel::Initialise ( )
virtualinherited

◆ operator!=()

G4bool G4GEMChannelVI::operator!= ( const G4GEMChannelVI right) const
private

◆ operator=()

const G4GEMChannelVI & G4GEMChannelVI::operator= ( const G4GEMChannelVI right)
private

◆ operator==()

G4bool G4GEMChannelVI::operator== ( const G4GEMChannelVI right) const
private

◆ RDMForced()

void G4VEvaporationChannel::RDMForced ( G4bool  )
virtualinherited

Reimplemented in G4PhotonEvaporation.

Definition at line 58 of file G4VEvaporationChannel.cc.

59{}

◆ SetICM()

void G4VEvaporationChannel::SetICM ( G4bool  )
virtualinherited

Reimplemented in G4PhotonEvaporation.

Definition at line 55 of file G4VEvaporationChannel.cc.

56{}

Referenced by G4NeutronRadCapture::InitialiseModel().

◆ SetOPTxs()

void G4VEvaporationChannel::SetOPTxs ( G4int  opt)
inlineinherited

Definition at line 113 of file G4VEvaporationChannel.hh.

114{}

◆ UseSICB()

void G4VEvaporationChannel::UseSICB ( G4bool  use)
inlineinherited

Definition at line 116 of file G4VEvaporationChannel.hh.

117{}

Field Documentation

◆ A

G4int G4GEMChannelVI::A
private

◆ cBarrier

const G4VCoulombBarrier* G4GEMChannelVI::cBarrier
private

Definition at line 61 of file G4GEMChannelVI.hh.

Referenced by G4GEMChannelVI(), GetEmissionProbability(), and ~G4GEMChannelVI().

◆ evapMass

G4double G4GEMChannelVI::evapMass
private

Definition at line 75 of file G4GEMChannelVI.hh.

Referenced by EmittedFragment(), and G4GEMChannelVI().

◆ evapMass2

G4double G4GEMChannelVI::evapMass2
private

Definition at line 76 of file G4GEMChannelVI.hh.

Referenced by EmittedFragment(), and G4GEMChannelVI().

◆ fProbability

G4GEMProbabilityVI* G4GEMChannelVI::fProbability
private

◆ fragA

G4int G4GEMChannelVI::fragA
private

Definition at line 69 of file G4GEMChannelVI.hh.

Referenced by G4GEMChannelVI(), and GetEmissionProbability().

◆ fragZ

G4int G4GEMChannelVI::fragZ
private

Definition at line 70 of file G4GEMChannelVI.hh.

Referenced by G4GEMChannelVI(), and GetEmissionProbability().

◆ mass

G4double G4GEMChannelVI::mass
private

Definition at line 73 of file G4GEMChannelVI.hh.

Referenced by EmittedFragment(), and G4GEMChannelVI().

◆ OPTxs

G4int G4VEvaporationChannel::OPTxs
protectedinherited

◆ pairingCorrection

const G4PairingCorrection* G4GEMChannelVI::pairingCorrection
private

Definition at line 62 of file G4GEMChannelVI.hh.

Referenced by G4GEMChannelVI(), and GetEmissionProbability().

◆ resA

G4int G4GEMChannelVI::resA
private

Definition at line 67 of file G4GEMChannelVI.hh.

Referenced by EmittedFragment(), G4GEMChannelVI(), and GetEmissionProbability().

◆ resMass

G4double G4GEMChannelVI::resMass
private

Definition at line 74 of file G4GEMChannelVI.hh.

Referenced by EmittedFragment(), G4GEMChannelVI(), and GetEmissionProbability().

◆ resZ

G4int G4GEMChannelVI::resZ
private

Definition at line 68 of file G4GEMChannelVI.hh.

Referenced by EmittedFragment(), G4GEMChannelVI(), and GetEmissionProbability().

◆ secID

G4int G4GEMChannelVI::secID
private

Definition at line 71 of file G4GEMChannelVI.hh.

Referenced by EmittedFragment(), and G4GEMChannelVI().

◆ useSICB

G4bool G4VEvaporationChannel::useSICB
protectedinherited

Definition at line 94 of file G4VEvaporationChannel.hh.

◆ Z

G4int G4GEMChannelVI::Z
private

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