Geant4  10.02.p03
G4ProtonDecay Class Reference

#include <G4ProtonDecay.hh>

Inheritance diagram for G4ProtonDecay:
Collaboration diagram for G4ProtonDecay:

Public Member Functions

 G4ProtonDecay (const G4ParticleDefinition *theParentNucleus, const G4double &theBR, const G4double &Qvalue, const G4double &excitation)
 
virtual ~G4ProtonDecay ()
 
virtual G4DecayProductsDecayIt (G4double)
 
virtual void DumpNuclearInfo ()
 
- Public Member Functions inherited from G4NuclearDecay
 G4NuclearDecay (const G4String &channelName, const G4RadioactiveDecayMode &mode, const G4double &excitation)
 
virtual ~G4NuclearDecay ()
 
G4RadioactiveDecayMode GetDecayMode ()
 
G4double GetDaughterExcitation ()
 
G4ParticleDefinitionGetDaughterNucleus ()
 
void SetHLThreshold (G4double HLT)
 
G4double GetHLThreshold ()
 
- Public Member Functions inherited from G4VDecayChannel
 G4VDecayChannel (const G4String &aName, G4int Verbose=1)
 
 G4VDecayChannel (const G4String &aName, const G4String &theParentName, G4double theBR, G4int theNumberOfDaughters, const G4String &theDaughterName1, const G4String &theDaughterName2="", const G4String &theDaughterName3="", const G4String &theDaughterName4="")
 
virtual ~G4VDecayChannel ()
 
G4int operator== (const G4VDecayChannel &right) const
 
G4int operator!= (const G4VDecayChannel &right) const
 
G4int operator< (const G4VDecayChannel &right) const
 
const G4StringGetKinematicsName () const
 
G4double GetBR () const
 
G4int GetNumberOfDaughters () const
 
G4ParticleDefinitionGetParent ()
 
G4ParticleDefinitionGetDaughter (G4int anIndex)
 
G4int GetAngularMomentum ()
 
const G4StringGetParentName () const
 
const G4StringGetDaughterName (G4int anIndex) const
 
G4double GetParentMass () const
 
G4double GetDaughterMass (G4int anIndex) const
 
void SetParent (const G4ParticleDefinition *particle_type)
 
void SetParent (const G4String &particle_name)
 
void SetBR (G4double value)
 
void SetNumberOfDaughters (G4int value)
 
void SetDaughter (G4int anIndex, const G4ParticleDefinition *particle_type)
 
void SetDaughter (G4int anIndex, const G4String &particle_name)
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
void DumpInfo ()
 
G4double GetRangeMass () const
 
void SetRangeMass (G4double val)
 
virtual G4bool IsOKWithParentMass (G4double parentMass)
 
void SetPolarization (const G4ThreeVector &)
 
const G4ThreeVectorGetPolarization () const
 

Private Attributes

const G4double transitionQ
 

Additional Inherited Members

- Protected Member Functions inherited from G4VDecayChannel
void ClearDaughtersName ()
 
void CheckAndFillDaughters ()
 
void CheckAndFillParent ()
 
 G4VDecayChannel ()
 
 G4VDecayChannel (const G4VDecayChannel &)
 
G4VDecayChanneloperator= (const G4VDecayChannel &)
 
G4double DynamicalMass (G4double massPDG, G4double width, G4double maxDev=+1.) const
 
- Protected Attributes inherited from G4NuclearDecay
const G4RadioactiveDecayMode theMode
 
- Protected Attributes inherited from G4VDecayChannel
G4String kinematics_name
 
G4double rbranch
 
G4int numberOfDaughters
 
G4Stringparent_name
 
G4String ** daughters_name
 
G4double rangeMass
 
G4ThreeVector parent_polarization
 
G4ParticleTableparticletable
 
G4int verboseLevel
 
G4ParticleDefinitionG4MT_parent
 
G4ParticleDefinition ** G4MT_daughters
 
G4double G4MT_parent_mass
 
G4doubleG4MT_daughters_mass
 
G4doubleG4MT_daughters_width
 
G4Mutex daughtersMutex
 
G4Mutex parentMutex
 
- Static Protected Attributes inherited from G4VDecayChannel
static const G4String noName = " "
 

Detailed Description

Definition at line 44 of file G4ProtonDecay.hh.

Constructor & Destructor Documentation

◆ G4ProtonDecay()

G4ProtonDecay::G4ProtonDecay ( const G4ParticleDefinition theParentNucleus,
const G4double theBR,
const G4double Qvalue,
const G4double excitation 
)

Definition at line 45 of file G4ProtonDecay.cc.

48  : G4NuclearDecay("proton decay", Proton, excitationE), transitionQ(Qvalue)
49 {
50  SetParent(theParentNucleus); // Store name of parent nucleus, delete G4MT_parent
51  SetBR(branch);
52 
54  G4IonTable* theIonTable =
56  G4int daughterZ = theParentNucleus->GetAtomicNumber() - 1;
57  G4int daughterA = theParentNucleus->GetAtomicMass() - 1;
58  SetDaughter(0, theIonTable->GetIon(daughterZ, daughterA, excitationE) );
59  SetDaughter(1, "proton");
60 }
void SetBR(G4double value)
G4ParticleDefinition * GetIon(G4int Z, G4int A, G4int lvl=0)
Definition: G4IonTable.cc:491
const G4double transitionQ
int G4int
Definition: G4Types.hh:78
G4IonTable * GetIonTable() const
void SetNumberOfDaughters(G4int value)
G4int GetAtomicNumber() const
static G4ParticleTable * GetParticleTable()
G4NuclearDecay(const G4String &channelName, const G4RadioactiveDecayMode &mode, const G4double &excitation)
void SetParent(const G4ParticleDefinition *particle_type)
void SetDaughter(G4int anIndex, const G4ParticleDefinition *particle_type)
G4int GetAtomicMass() const
Here is the call graph for this function:

◆ ~G4ProtonDecay()

G4ProtonDecay::~G4ProtonDecay ( )
virtual

Definition at line 63 of file G4ProtonDecay.cc.

64 {}

Member Function Documentation

◆ DecayIt()

G4DecayProducts * G4ProtonDecay::DecayIt ( G4double  )
virtual

Implements G4VDecayChannel.

Definition at line 67 of file G4ProtonDecay.cc.

68 {
69  // Fill G4MT_parent with theParentNucleus (stored by SetParent in ctor)
71 
72  // Fill G4MT_daughters with proton and residual nucleus (stored by SetDaughter)
74 
75  G4double protonMass = G4MT_daughters[1]->GetPDGMass();
76  // Excitation energy included in PDG mass
77  G4double nucleusMass = G4MT_daughters[0]->GetPDGMass();
78 
79  // Q value was calculated from atomic masses.
80  // Use it to get correct proton energy.
81  G4double cmMomentum = std::sqrt(transitionQ*(transitionQ + 2.*protonMass)*
82  (transitionQ + 2.*nucleusMass)*
83  (transitionQ + 2.*protonMass + 2.*nucleusMass) )/
84  (transitionQ + protonMass + nucleusMass)/2.;
85 
86  // Set up final state
87  // parentParticle is set at rest here because boost with correct momentum
88  // is done later
89  G4DynamicParticle parentParticle(G4MT_parent, G4ThreeVector(0,0,0), 0.0);
90  G4DecayProducts* products = new G4DecayProducts(parentParticle);
91 
92  G4double costheta = 2.*G4UniformRand()-1.0;
93  G4double sintheta = std::sqrt(1.0 - costheta*costheta);
95  G4ThreeVector direction(sintheta*std::cos(phi),sintheta*std::sin(phi),
96  costheta);
97 
98  G4double KE = std::sqrt(cmMomentum*cmMomentum + protonMass*protonMass)
99  - protonMass;
100  G4DynamicParticle* daughterparticle =
101  new G4DynamicParticle(G4MT_daughters[1], direction, KE, protonMass);
102  products->PushProducts(daughterparticle);
103 
104  KE = std::sqrt(cmMomentum*cmMomentum + nucleusMass*nucleusMass) - nucleusMass;
105  daughterparticle =
106  new G4DynamicParticle(G4MT_daughters[0], -1.0*direction, KE, nucleusMass);
107  products->PushProducts(daughterparticle);
108 
109  // Energy conservation check
110  // For proton decays, do final energy check against reaction Q value
111  // which is well-measured using atomic mass differences. Nuclear masses
112  // should not be used since they are not usually directly measured and we
113  // always decay atoms and not fully stripped nuclei.
114  /*
115  G4int nProd = products->entries();
116  G4DynamicParticle* temp = 0;
117  G4double Esum = 0.0;
118  for (G4int i = 0; i < nProd; i++) {
119  temp = products->operator[](i);
120  Esum += temp->GetKineticEnergy();
121  }
122  G4double eCons = (transitionQ - Esum)/keV;
123  if (eCons > 1.e-07) G4cout << " Proton decay check: Ediff (keV) = " << eCons << G4endl;
124  */
125  return products;
126 }
void CheckAndFillDaughters()
CLHEP::Hep3Vector G4ThreeVector
G4int PushProducts(G4DynamicParticle *aParticle)
G4ParticleDefinition * G4MT_parent
G4ParticleDefinition ** G4MT_daughters
const G4double transitionQ
#define G4UniformRand()
Definition: Randomize.hh:97
static const double twopi
Definition: G4SIunits.hh:75
static const double rad
Definition: G4SIunits.hh:148
double G4double
Definition: G4Types.hh:76
Here is the call graph for this function:

◆ DumpNuclearInfo()

void G4ProtonDecay::DumpNuclearInfo ( )
virtual

Implements G4NuclearDecay.

Definition at line 129 of file G4ProtonDecay.cc.

130 {
131  G4cout << " G4ProtonDecay for parent nucleus " << GetParentName() << G4endl;
132  G4cout << " decays to " << GetDaughterName(0) << " + " << GetDaughterName(1)
133  << " with branching ratio " << GetBR() << "% and Q value "
134  << transitionQ << G4endl;
135 }
const G4double transitionQ
const G4String & GetParentName() const
G4GLOB_DLL std::ostream G4cout
#define G4endl
Definition: G4ios.hh:61
const G4String & GetDaughterName(G4int anIndex) const
G4double GetBR() const
Here is the call graph for this function:

Member Data Documentation

◆ transitionQ

const G4double G4ProtonDecay::transitionQ
private

Definition at line 58 of file G4ProtonDecay.hh.


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