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

#include <G4ParticleHPChannelList.hh>

Public Member Functions

 G4ParticleHPChannelList (G4int n=0, G4ParticleDefinition *p=nullptr)
 
void Init (G4int n)
 
 ~G4ParticleHPChannelList ()
 
G4HadFinalStateApplyYourself (const G4Element *theElement, const G4HadProjectile &aTrack)
 
G4HadFinalStateApplyYourself (G4int, G4int, G4int, const G4HadProjectile &aTrack)
 
void Init (G4Element *anElement, const G4String &dirName, G4ParticleDefinition *projectile)
 
void Register (G4ParticleHPFinalState *theFS, const G4String &aName)
 
G4double GetXsec (G4double anEnergy)
 
G4double GetWeightedXsec (G4double anEnergy, G4int isotopeJ)
 
G4int GetNumberOfChannels ()
 
G4bool HasDataInAnyFinalState ()
 
void DumpInfo ()
 
 G4ParticleHPChannelList (G4ParticleHPChannelList &)=delete
 
G4ParticleHPChannelListoperator= (const G4ParticleHPChannelList &right)=delete
 

Detailed Description

Definition at line 46 of file G4ParticleHPChannelList.hh.

Constructor & Destructor Documentation

◆ G4ParticleHPChannelList() [1/2]

G4ParticleHPChannelList::G4ParticleHPChannelList ( G4int n = 0,
G4ParticleDefinition * p = nullptr )

Definition at line 46 of file G4ParticleHPChannelList.cc.

47{
48 nChannels = n;
49 theChannels = new G4ParticleHPChannel*[n];
50 theProjectile = (nullptr == p) ? G4Neutron::Neutron() : p;
51}
static G4Neutron * Neutron()
Definition G4Neutron.cc:101

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

◆ ~G4ParticleHPChannelList()

G4ParticleHPChannelList::~G4ParticleHPChannelList ( )

Definition at line 53 of file G4ParticleHPChannelList.cc.

54{
55 if (theChannels != nullptr) {
56 for (G4int i = 0; i < nChannels; ++i) {
57 delete theChannels[i];
58 }
59 delete[] theChannels;
60 }
61}
int G4int
Definition G4Types.hh:85

◆ G4ParticleHPChannelList() [2/2]

G4ParticleHPChannelList::G4ParticleHPChannelList ( G4ParticleHPChannelList & )
delete

Member Function Documentation

◆ ApplyYourself() [1/2]

G4HadFinalState * G4ParticleHPChannelList::ApplyYourself ( const G4Element * theElement,
const G4HadProjectile & aTrack )

Definition at line 63 of file G4ParticleHPChannelList.cc.

65{
66 G4ParticleHPThermalBoost aThermalE;
67 G4int i, ii;
68
69 // decide on the isotope
70 G4int numberOfIsos(0);
71 for (ii = 0; ii < nChannels; ++ii) {
72 numberOfIsos = theChannels[ii]->GetNiso();
73 if (numberOfIsos != 0) break;
74 }
75 auto running = new G4double[numberOfIsos];
76 running[0] = 0;
77 for (i = 0; i < numberOfIsos; i++) {
78 if (i != 0) running[i] = running[i - 1];
79 for (ii = 0; ii < nChannels; ii++) {
80 if (theChannels[ii]->HasAnyData(i)) {
81 running[i] += theChannels[ii]->GetWeightedXsec(
82 aThermalE.GetThermalEnergy(aTrack, theChannels[ii]->GetN(i), theChannels[ii]->GetZ(i),
83 aTrack.GetMaterial()->GetTemperature()), i);
84 }
85 }
86 }
87 G4int isotope = nChannels - 1;
88 G4double random = G4UniformRand();
89 for (i = 0; i < numberOfIsos; ++i) {
90 isotope = i;
91 if (running[numberOfIsos - 1] != 0)
92 if (random < running[i] / running[numberOfIsos - 1]) break;
93 }
94 delete[] running;
95
96 // decide on the channel
97 running = new G4double[nChannels];
98 running[0] = 0;
99 G4int targA = -1; // For production of unChanged
100 G4int targZ = -1;
101 for (i = 0; i < nChannels; i++) {
102 if (i != 0) running[i] = running[i - 1];
103 if (theChannels[i]->HasAnyData(isotope)) {
104 targA = (G4int)theChannels[i]->GetN(isotope); // Will be simply used the last valid value
105 targZ = (G4int)theChannels[i]->GetZ(isotope);
106 running[i] += theChannels[i]->GetFSCrossSection(
107 aThermalE.GetThermalEnergy(aTrack, targA, targZ, aTrack.GetMaterial()->GetTemperature()),
108 isotope);
109 targA = (G4int)theChannels[i]->GetN(isotope); // Will be simply used the last valid value
110 targZ = (G4int)theChannels[i]->GetZ(isotope);
111 // G4cout << " G4ParticleHPChannelList " << i << " targA " << targA << " targZ " << targZ <<
112 //" running " << running[i] << G4endl;
113 }
114 }
115
116 // TK120607
117 if (running[nChannels - 1] == 0) {
118 // This happened usually by the miss match between the cross section data and model
119 if (targA == -1 && targZ == -1) {
120 throw G4HadronicException(
121 __FILE__, __LINE__,
122 "ParticleHP model encounter lethal discrepancy with cross section data");
123 }
124
125 // TK121106
126 G4cout << "Warning from NeutronHP: could not find proper reaction channel. This may cause by "
127 "inconsistency between cross section and model. Unchanged final states are returned."
128 << G4endl;
129 unChanged.Clear();
130
131 // For Ep Check create unchanged final state including rest target
132 G4ParticleDefinition* targ_pd = G4IonTable::GetIonTable()->GetIon(targZ, targA, 0.0);
133 auto targ_dp = new G4DynamicParticle(targ_pd, G4ThreeVector(1, 0, 0), 0.0);
134 unChanged.SetEnergyChange(aTrack.GetKineticEnergy());
135 unChanged.SetMomentumChange(aTrack.Get4Momentum().vect().unit());
136 unChanged.AddSecondary(targ_dp);
137 // TK121106
140 delete[] running;
141 return &unChanged;
142 }
143 // TK120607
144
145 G4int lChan = 0;
146 random = G4UniformRand();
147 for (i = 0; i < nChannels; i++) {
148 lChan = i;
149 if (running[nChannels - 1] != 0)
150 if (random < running[i] / running[nChannels - 1]) break;
151 }
152 delete[] running;
153#ifdef G4PHPDEBUG
154 if (G4ParticleHPManager::GetInstance()->GetDEBUG())
155 G4cout << " G4ParticleHPChannelList SELECTED ISOTOPE " << isotope << " SELECTED CHANNEL "
156 << lChan << G4endl;
157#endif
158 return theChannels[lChan]->ApplyYourself(aTrack, isotope);
159}
CLHEP::Hep3Vector G4ThreeVector
double G4double
Definition G4Types.hh:83
#define G4endl
Definition G4ios.hh:67
G4GLOB_DLL std::ostream G4cout
#define G4UniformRand()
Definition Randomize.hh:52
Hep3Vector unit() const
Hep3Vector vect() const
const G4Material * GetMaterial() const
G4double GetKineticEnergy() const
const G4LorentzVector & Get4Momentum() const
G4ParticleDefinition * GetIon(G4int Z, G4int A, G4int lvl=0)
static G4IonTable * GetIonTable()
G4double GetTemperature() const
static G4ParticleHPManager * GetInstance()
G4ParticleHPReactionWhiteBoard * GetReactionWhiteBoard()
G4double GetThermalEnergy(const G4HadProjectile &aP, const G4Element *anE, G4double aT)

Referenced by G4NeutronHPInelasticVI::ApplyYourself().

◆ ApplyYourself() [2/2]

G4HadFinalState * G4ParticleHPChannelList::ApplyYourself ( G4int isotope,
G4int anZ,
G4int anA,
const G4HadProjectile & aTrack )

Definition at line 161 of file G4ParticleHPChannelList.cc.

161 {
162 // do not choose Z and A again and go to selection of channel
163 G4ParticleHPThermalBoost aThermalE;
164 G4int i;
165 G4double random;
166 // decide on the channel
167 G4double* running = new G4double[nChannels];
168 running[0] = 0.0;
169 // targA and targZ does not set to -1
170 G4int targA = anA;
171 G4int targZ = anZ;
172 G4double energy = aThermalE.GetThermalEnergy( aTrack, targA, targZ, aTrack.GetMaterial()->GetTemperature() );
173 for ( i = 0; i < nChannels; i++ ) {
174 if ( i != 0 ) running[i] = running[i-1];
175 if ( theChannels[i]->HasAnyData( isotope ) ) {
176 targA = (G4int) theChannels[i]->GetN( isotope ); // Will be simply used the last valid value
177 targZ = (G4int) theChannels[i]->GetZ( isotope );
178 running[i] += theChannels[i]->GetFSCrossSection( energy, isotope );
179 }
180 }
181 if ( running[nChannels-1] == 0 ) {
182 // This happened usually by the miss match between the cross section data and model
183 if ( targA == -1 && targZ == -1 ) {
184 throw G4HadronicException( __FILE__, __LINE__, "ParticleHP model encounter lethal discrepancy with cross section data" );
185 }
186 G4cout << "Warning from NeutronHP: could not find proper reaction channel. "
187 << "This may be caused by inconsistency between cross section and model. "
188 << "Unchanged final states are returned." << G4endl;
189 unChanged.Clear();
190 // For Ep Check create unchanged final state including rest target
191 G4ParticleDefinition* targ_pd = G4IonTable::GetIonTable()->GetIon( targZ, targA, 0.0 );
192 G4DynamicParticle* targ_dp = new G4DynamicParticle( targ_pd, G4ThreeVector(1.0, 0.0, 0.0), 0.0 );
193 unChanged.SetEnergyChange( aTrack.GetKineticEnergy() );
194 unChanged.SetMomentumChange( aTrack.Get4Momentum().vect().unit() );
195 unChanged.AddSecondary( targ_dp );
198 delete [] running;
199 return &unChanged;
200 }
201 G4int lChan = 0;
202 random = G4UniformRand();
203 for ( i = 0; i < nChannels; i++ ) {
204 lChan = i;
205 if ( running[nChannels-1] != 0 ) if ( random < running[i]/running[nChannels-1] ) break;
206 }
207 delete [] running;
208 #ifdef G4PHPDEBUG
209 if ( G4FindDataDir( "G4ParticleHPDebug" ) != nullptr ) G4cout << " G4ParticleHPChannelList SELECTED ISOTOPE " << isotope
210 << " SELECTED CHANNEL " << lChan << G4endl;
211 #endif
212 return theChannels[lChan]->ApplyYourself( aTrack, isotope );
213}
const char * G4FindDataDir(const char *)
G4double energy(const ThreeVector &p, const G4double m)

◆ DumpInfo()

void G4ParticleHPChannelList::DumpInfo ( )

Definition at line 233 of file G4ParticleHPChannelList.cc.

234{
235 G4cout << "================================================================" << G4endl;
236 G4cout << " Element: " << theElement->GetName() << G4endl;
237 G4cout << " Number of channels: " << nChannels << G4endl;
238 G4cout << " Projectile: " << theProjectile->GetParticleName() << G4endl;
239 G4cout << " Directory name: " << theDir << G4endl;
240 for (G4int i = 0; i < nChannels; ++i) {
241 if (theChannels[i]->HasDataInAnyFinalState()) {
242 G4cout << "----------------------------------------------------------------" << G4endl;
243 theChannels[i]->DumpInfo();
244 G4cout << "----------------------------------------------------------------" << G4endl;
245 }
246 }
247 G4cout << "================================================================" << G4endl;
248}

◆ GetNumberOfChannels()

G4int G4ParticleHPChannelList::GetNumberOfChannels ( )
inline

Definition at line 87 of file G4ParticleHPChannelList.hh.

87{ return nChannels; }

◆ GetWeightedXsec()

G4double G4ParticleHPChannelList::GetWeightedXsec ( G4double anEnergy,
G4int isotopeJ )
inline

Definition at line 76 of file G4ParticleHPChannelList.hh.

76 {
77 G4double result = 0.0;
78 G4int i;
79 for ( i = 0; i < nChannels; i++ ) {
80 if ( theChannels[i]->HasAnyData( isotopeJ ) ) {
81 result += std::max( 0.0, theChannels[i]->GetWeightedXsec( anEnergy, isotopeJ ) );
82 }
83 }
84 return result;
85 }
G4double GetWeightedXsec(G4double anEnergy, G4int isotopeJ)

Referenced by GetWeightedXsec().

◆ GetXsec()

G4double G4ParticleHPChannelList::GetXsec ( G4double anEnergy)
inline

Definition at line 66 of file G4ParticleHPChannelList.hh.

67 {
68 G4double result = 0.0;
69 for (G4int i = 0; i < nChannels; ++i) {
70 result += std::max(0., theChannels[i]->GetXsec(anEnergy));
71 }
72 return result;
73 }
G4double GetXsec(G4double anEnergy)

Referenced by GetXsec().

◆ HasDataInAnyFinalState()

G4bool G4ParticleHPChannelList::HasDataInAnyFinalState ( )
inline

Definition at line 89 of file G4ParticleHPChannelList.hh.

90 {
91 G4bool result = false;
92 for (G4int i = 0; i < nChannels; ++i) {
93 if (theChannels[i]->HasDataInAnyFinalState())
94 {
95 result = true;
96 break;
97 }
98 }
99 return result;
100 }
bool G4bool
Definition G4Types.hh:86

Referenced by DumpInfo(), and HasDataInAnyFinalState().

◆ Init() [1/2]

void G4ParticleHPChannelList::Init ( G4Element * anElement,
const G4String & dirName,
G4ParticleDefinition * projectile )

Definition at line 215 of file G4ParticleHPChannelList.cc.

217{
218 theDir = dirName;
219 // G4cout << theDir << G4endl;
220 theElement = anElement;
221 // G4cout << theElement->GetName() << G4endl;
222 theProjectile = projectile;
223}

◆ Init() [2/2]

void G4ParticleHPChannelList::Init ( G4int n)

◆ operator=()

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

◆ Register()

void G4ParticleHPChannelList::Register ( G4ParticleHPFinalState * theFS,
const G4String & aName )

Definition at line 225 of file G4ParticleHPChannelList.cc.

226{
227 theChannels[idx] = new G4ParticleHPChannel(theProjectile);
228 theChannels[idx]->Init(theElement, theDir, aName);
229 theChannels[idx]->Register(theFS);
230 ++idx;
231}

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