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

#include <G4HadronicProcessStore.hh>

Public Member Functions

 ~G4HadronicProcessStore ()
 
G4double GetCrossSectionPerAtom (const G4ParticleDefinition *particle, G4double kineticEnergy, const G4VProcess *process, const G4Element *element, const G4Material *material=nullptr)
 
G4double GetCrossSectionPerVolume (const G4ParticleDefinition *particle, G4double kineticEnergy, const G4VProcess *process, const G4Material *material)
 
G4double GetInelasticCrossSectionPerVolume (const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Material *material)
 
G4double GetInelasticCrossSectionPerAtom (const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Element *anElement, const G4Material *mat=nullptr)
 
G4double GetInelasticCrossSectionPerIsotope (const G4ParticleDefinition *aParticle, G4double kineticEnergy, G4int Z, G4int A)
 
G4double GetElasticCrossSectionPerVolume (const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Material *material)
 
G4double GetElasticCrossSectionPerAtom (const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Element *anElement, const G4Material *mat=0)
 
G4double GetElasticCrossSectionPerIsotope (const G4ParticleDefinition *aParticle, G4double kineticEnergy, G4int Z, G4int A)
 
G4double GetCaptureCrossSectionPerVolume (const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Material *material)
 
G4double GetCaptureCrossSectionPerAtom (const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Element *anElement, const G4Material *mat=nullptr)
 
G4double GetCaptureCrossSectionPerIsotope (const G4ParticleDefinition *aParticle, G4double kineticEnergy, G4int Z, G4int A)
 
G4double GetFissionCrossSectionPerVolume (const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Material *material)
 
G4double GetFissionCrossSectionPerAtom (const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Element *anElement, const G4Material *mat=nullptr)
 
G4double GetFissionCrossSectionPerIsotope (const G4ParticleDefinition *aParticle, G4double kineticEnergy, G4int Z, G4int A)
 
G4double GetChargeExchangeCrossSectionPerVolume (const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Material *material)
 
G4double GetChargeExchangeCrossSectionPerAtom (const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Element *anElement, const G4Material *mat=nullptr)
 
G4double GetChargeExchangeCrossSectionPerIsotope (const G4ParticleDefinition *aParticle, G4double kineticEnergy, G4int Z, G4int A)
 
void Register (G4HadronicProcess *)
 
void RegisterParticle (G4HadronicProcess *, const G4ParticleDefinition *)
 
void RegisterInteraction (G4HadronicProcess *, G4HadronicInteraction *)
 
void DeRegister (G4HadronicProcess *)
 
void RegisterExtraProcess (G4VProcess *)
 
void RegisterParticleForExtraProcess (G4VProcess *, const G4ParticleDefinition *)
 
void DeRegisterExtraProcess (G4VProcess *)
 
void SetBuildXSTable (G4bool val)
 
G4bool GetBuildXSTable () const
 
void PrintInfo (const G4ParticleDefinition *)
 
void Dump (G4int level)
 
void DumpHtml ()
 
void PrintHtml (const G4ParticleDefinition *, std::ofstream &)
 
void PrintModelHtml (const G4HadronicInteraction *model) const
 
void SetVerbose (G4int val)
 
G4int GetVerbose ()
 
G4HadronicProcessFindProcess (const G4ParticleDefinition *, G4HadronicProcessType subType)
 
void SetEpReportLevel (G4int level)
 
void SetProcessAbsLevel (G4double absoluteLevel)
 
void SetProcessRelLevel (G4double relativeLevel)
 

Static Public Member Functions

static G4HadronicProcessStoreInstance ()
 

Friends

class G4ThreadLocalSingleton< G4HadronicProcessStore >
 

Detailed Description

Definition at line 67 of file G4HadronicProcessStore.hh.

Constructor & Destructor Documentation

◆ ~G4HadronicProcessStore()

G4HadronicProcessStore::~G4HadronicProcessStore ( )

Definition at line 81 of file G4HadronicProcessStore.cc.

82{
83 delete theEPTestMessenger;
84 if (!process.empty()) {
85 for (auto const& itr : process) {
86 delete itr;
87 }
88 process.clear();
89 }
90 ep_map.clear();
91 m_map.clear();
92 p_map.clear();
93
94 n_extra = 0;
95 n_proc = 0;
96}

Member Function Documentation

◆ DeRegister()

void G4HadronicProcessStore::DeRegister ( G4HadronicProcess * proc)

Definition at line 456 of file G4HadronicProcessStore.cc.

457{
458 for(G4int i=0; i<n_proc; ++i) {
459 if(process[i] == proc) {
460 process[i] = nullptr;
461 return;
462 }
463 }
464}
int G4int
Definition G4Types.hh:85

◆ DeRegisterExtraProcess()

void G4HadronicProcessStore::DeRegisterExtraProcess ( G4VProcess * proc)

Definition at line 520 of file G4HadronicProcessStore.cc.

521{
522 for(G4int i=0; i<n_extra; ++i) {
523 if(extraProcess[i] == proc) {
524 extraProcess[i] = nullptr;
525 if(1 < param->GetVerboseLevel()) {
526 G4cout << "Extra Process: " << i << " "
527 <<proc->GetProcessName()<< " is deregisted " << G4endl;
528 }
529 return;
530 }
531 }
532}
#define G4endl
Definition G4ios.hh:67
G4GLOB_DLL std::ostream G4cout
const G4String & GetProcessName() const

Referenced by G4MuonMinusAtomicCapture::~G4MuonMinusAtomicCapture().

◆ Dump()

void G4HadronicProcessStore::Dump ( G4int level)

Definition at line 729 of file G4HadronicProcessStore.cc.

730{
731 G4int level = std::max(param->GetVerboseLevel(), verb);
732 if (0 == level) return;
733
734 G4cout
735 << "\n====================================================================\n"
736 << std::setw(60) << "HADRONIC PROCESSES SUMMARY (verbose level "
737 << level << ")" << G4endl;
738
739 for (G4int i=0; i<n_part; ++i) {
740 PD part = particle[i];
741 G4String pname = part->GetParticleName();
742 G4bool yes = false;
743
744 if (level == 1 && (pname == "proton" ||
745 pname == "neutron" ||
746 pname == "deuteron" ||
747 pname == "triton" ||
748 pname == "He3" ||
749 pname == "alpha" ||
750 pname == "pi+" ||
751 pname == "pi-" ||
752 pname == "gamma" ||
753 pname == "e+" ||
754 pname == "e-" ||
755 pname == "nu_e" ||
756 pname == "anti_nu_e" ||
757 pname == "nu_mu" ||
758 pname == "anti_nu_mu" ||
759 pname == "mu+" ||
760 pname == "mu-" ||
761 pname == "kaon+" ||
762 pname == "kaon-" ||
763 pname == "lambda" ||
764 pname == "anti_lambda" ||
765 pname == "sigma-" ||
766 pname == "D-" ||
767 pname == "B-" ||
768 pname == "GenericIon" ||
769 pname == "hypertriton" ||
770 pname == "anti_neutron" ||
771 pname == "anti_proton" ||
772 pname == "anti_deuteron" ||
773 pname == "anti_triton" ||
774 pname == "anti_He3" ||
775 pname == "anti_alpha" ||
776 pname == "anti_hypertriton")) yes = true;
777 if (level > 1) yes = true;
778 if (yes) {
779 // main processes
780 std::multimap<PD,HP,std::less<PD> >::iterator it;
781
782 for (it=p_map.lower_bound(part); it!=p_map.upper_bound(part); ++it) {
783 if (it->first == part) {
784 HP proc = (it->second);
785 G4int j=0;
786 for (; j<n_proc; ++j) {
787 if (process[j] == proc) { Print(j, i); }
788 }
789 }
790 }
791
792 // extra processes
793 std::multimap<PD,G4VProcess*,std::less<PD> >::iterator itp;
794 for(itp=ep_map.lower_bound(part); itp!=ep_map.upper_bound(part); ++itp) {
795 if(itp->first == part) {
796 G4VProcess* proc = (itp->second);
797 if (wasPrinted[i] == 0) {
798 G4cout << "-------------------------------------------------------------------------\n"
799 << std::setw(50) << "Hadronic Processes for "
800 << part->GetParticleName() << "\n";
801 wasPrinted[i] = 1;
802 }
803 G4cout << " Process: " << proc->GetProcessName() << G4endl;
804 }
805 }
806 }
807 }
808}
bool G4bool
Definition G4Types.hh:86

Referenced by PrintInfo().

◆ DumpHtml()

void G4HadronicProcessStore::DumpHtml ( )

Definition at line 564 of file G4HadronicProcessStore.cc.

565{
566 // Automatic generation of html documentation page for physics lists
567 // List processes, models and cross sections for the most important
568 // particles in descending order of importance
569
570 const G4String& dir = param->GetPhysListDocDir();
571 const G4String& pl = param->GetPhysListName();
572 if (!dir.empty() && !pl.empty()) {
573
574 // Open output file with path name
575 G4String pathName = dir + "/" + pl + ".html";
576 std::ofstream outFile;
577 outFile.open(pathName);
578
579 // Write physics list summary file
580 outFile << "<html>\n";
581 outFile << "<head>\n";
582 outFile << "<title>Physics List Summary</title>\n";
583 outFile << "</head>\n";
584 outFile << "<body>\n";
585 outFile << "<h2> Summary of Hadronic Processes, Models and Cross Sections"
586 << " for Physics List " << pl << "</h2>\n";
587 outFile << "<ul>\n";
588
589 PrintHtml(G4Proton::Proton(), outFile);
590 PrintHtml(G4Neutron::Neutron(), outFile);
591 PrintHtml(G4PionPlus::PionPlus(), outFile);
593 PrintHtml(G4Gamma::Gamma(), outFile);
595 // PrintHtml(G4MuonMinus::MuonMinus(), outFile);
599 PrintHtml(G4Lambda::Lambda(), outFile);
600 PrintHtml(G4Alpha::Alpha(), outFile);
602
603 outFile << "</ul>\n";
604 outFile << "</body>\n";
605 outFile << "</html>\n";
606 outFile.close();
607 }
608}
static G4Alpha * Alpha()
Definition G4Alpha.cc:83
static G4Electron * Electron()
Definition G4Electron.cc:91
static G4Gamma * Gamma()
Definition G4Gamma.cc:81
static G4GenericIon * GenericIon()
void PrintHtml(const G4ParticleDefinition *, std::ofstream &)
static G4KaonMinus * KaonMinus()
static G4KaonPlus * KaonPlus()
static G4Lambda * Lambda()
Definition G4Lambda.cc:105
static G4Neutron * Neutron()
Definition G4Neutron.cc:101
static G4PionMinus * PionMinus()
static G4PionPlus * PionPlus()
Definition G4PionPlus.cc:93
static G4Positron * Positron()
Definition G4Positron.cc:90
static G4Proton * Proton()
Definition G4Proton.cc:90

Referenced by PrintInfo().

◆ FindProcess()

G4HadronicProcess * G4HadronicProcessStore::FindProcess ( const G4ParticleDefinition * part,
G4HadronicProcessType subType )

Definition at line 904 of file G4HadronicProcessStore.cc.

906{
907 bool isNew = false;
908 G4HadronicProcess* hp = nullptr;
909 localDP.SetDefinition(part);
910
911 if(part != currentParticle) {
912 const G4ParticleDefinition* p = part;
913 if(p->GetBaryonNumber() > 4 && p->GetParticleType() == "nucleus") {
914 p = theGenericIon;
915 }
916 if(p != currentParticle) {
917 isNew = true;
918 currentParticle = p;
919 }
920 }
921 if(!isNew) {
922 if(!currentProcess) {
923 isNew = true;
924 } else if(subType == currentProcess->GetProcessSubType()) {
925 hp = currentProcess;
926 } else {
927 isNew = true;
928 }
929 }
930 if(isNew) {
931 std::multimap<PD,HP,std::less<PD> >::iterator it;
932 for(it=p_map.lower_bound(currentParticle);
933 it!=p_map.upper_bound(currentParticle); ++it) {
934 if(it->first == currentParticle &&
935 subType == (it->second)->GetProcessSubType()) {
936 hp = it->second;
937 break;
938 }
939 }
940 currentProcess = hp;
941 }
942 return hp;
943}
const G4String & GetParticleType() const

Referenced by GetCaptureCrossSectionPerAtom(), GetChargeExchangeCrossSectionPerAtom(), GetElasticCrossSectionPerAtom(), GetFissionCrossSectionPerAtom(), and GetInelasticCrossSectionPerAtom().

◆ GetBuildXSTable()

G4bool G4HadronicProcessStore::GetBuildXSTable ( ) const

Definition at line 543 of file G4HadronicProcessStore.cc.

544{
545 return buildXSTable;
546}

◆ GetCaptureCrossSectionPerAtom()

G4double G4HadronicProcessStore::GetCaptureCrossSectionPerAtom ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
const G4Element * anElement,
const G4Material * mat = nullptr )

Definition at line 269 of file G4HadronicProcessStore.cc.

273{
274 G4HadronicProcess* hp = FindProcess(aParticle, fCapture);
275 localDP.SetKineticEnergy(kineticEnergy);
276 G4double cross = 0.0;
277 if(hp) {
278 cross = hp->GetElementCrossSection(&localDP,anElement,mat);
279 }
280 return cross;
281}
double G4double
Definition G4Types.hh:83
G4HadronicProcess * FindProcess(const G4ParticleDefinition *, G4HadronicProcessType subType)
G4double GetElementCrossSection(const G4DynamicParticle *part, const G4Element *elm, const G4Material *mat=nullptr)

Referenced by GetCaptureCrossSectionPerVolume(), and GetCrossSectionPerAtom().

◆ GetCaptureCrossSectionPerIsotope()

G4double G4HadronicProcessStore::GetCaptureCrossSectionPerIsotope ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
G4int Z,
G4int A )

Definition at line 285 of file G4HadronicProcessStore.cc.

289{
290 return 0.0;
291}

◆ GetCaptureCrossSectionPerVolume()

G4double G4HadronicProcessStore::GetCaptureCrossSectionPerVolume ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
const G4Material * material )

Definition at line 249 of file G4HadronicProcessStore.cc.

253{
254 G4double cross = 0.0;
255 const G4ElementVector* theElementVector = material->GetElementVector();
256 const G4double* theAtomNumDensityVector =
257 material->GetVecNbOfAtomsPerVolume();
258 size_t nelm = material->GetNumberOfElements();
259 for (size_t i=0; i<nelm; ++i) {
260 const G4Element* elm = (*theElementVector)[i];
261 cross += theAtomNumDensityVector[i]*
262 GetCaptureCrossSectionPerAtom(aParticle,kineticEnergy,elm,material);
263 }
264 return cross;
265}
std::vector< const G4Element * > G4ElementVector
G4double GetCaptureCrossSectionPerAtom(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Element *anElement, const G4Material *mat=nullptr)
const G4ElementVector * GetElementVector() const
const G4double * GetVecNbOfAtomsPerVolume() const
std::size_t GetNumberOfElements() const

Referenced by GetCrossSectionPerVolume().

◆ GetChargeExchangeCrossSectionPerAtom()

G4double G4HadronicProcessStore::GetChargeExchangeCrossSectionPerAtom ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
const G4Element * anElement,
const G4Material * mat = nullptr )

Definition at line 361 of file G4HadronicProcessStore.cc.

365{
366 G4HadronicProcess* hp = FindProcess(aParticle, fChargeExchange);
367 localDP.SetKineticEnergy(kineticEnergy);
368 G4double cross = 0.0;
369 if(hp) {
370 cross = hp->GetElementCrossSection(&localDP,anElement,mat);
371 }
372 return cross;
373}
@ fChargeExchange

Referenced by GetChargeExchangeCrossSectionPerVolume(), and GetCrossSectionPerAtom().

◆ GetChargeExchangeCrossSectionPerIsotope()

G4double G4HadronicProcessStore::GetChargeExchangeCrossSectionPerIsotope ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
G4int Z,
G4int A )

Definition at line 377 of file G4HadronicProcessStore.cc.

381{
382 return 0.0;
383}

◆ GetChargeExchangeCrossSectionPerVolume()

G4double G4HadronicProcessStore::GetChargeExchangeCrossSectionPerVolume ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
const G4Material * material )

Definition at line 341 of file G4HadronicProcessStore.cc.

345{
346 G4double cross = 0.0;
347 const G4ElementVector* theElementVector = material->GetElementVector();
348 const G4double* theAtomNumDensityVector =
349 material->GetVecNbOfAtomsPerVolume();
350 size_t nelm = material->GetNumberOfElements();
351 for (size_t i=0; i<nelm; ++i) {
352 const G4Element* elm = (*theElementVector)[i];
353 cross += theAtomNumDensityVector[i]*
354 GetChargeExchangeCrossSectionPerAtom(aParticle,kineticEnergy,elm,material);
355 }
356 return cross;
357}
G4double GetChargeExchangeCrossSectionPerAtom(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Element *anElement, const G4Material *mat=nullptr)

Referenced by GetCrossSectionPerVolume().

◆ GetCrossSectionPerAtom()

G4double G4HadronicProcessStore::GetCrossSectionPerAtom ( const G4ParticleDefinition * particle,
G4double kineticEnergy,
const G4VProcess * process,
const G4Element * element,
const G4Material * material = nullptr )

Definition at line 110 of file G4HadronicProcessStore.cc.

116{
117 G4double cross = 0.;
118 G4int subType = proc->GetProcessSubType();
119 if (subType == fHadronElastic)
120 cross = GetElasticCrossSectionPerAtom(part,energy,element,material);
121 else if (subType == fHadronInelastic)
122 cross = GetInelasticCrossSectionPerAtom(part,energy,element,material);
123 else if (subType == fCapture)
124 cross = GetCaptureCrossSectionPerAtom(part,energy,element,material);
125 else if (subType == fFission)
126 cross = GetFissionCrossSectionPerAtom(part,energy,element,material);
127 else if (subType == fChargeExchange)
128 cross = GetChargeExchangeCrossSectionPerAtom(part,energy,element,material);
129 return cross;
130}
@ fHadronInelastic
G4double GetInelasticCrossSectionPerAtom(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Element *anElement, const G4Material *mat=nullptr)
G4double GetFissionCrossSectionPerAtom(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Element *anElement, const G4Material *mat=nullptr)
G4double GetElasticCrossSectionPerAtom(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Element *anElement, const G4Material *mat=0)

◆ GetCrossSectionPerVolume()

G4double G4HadronicProcessStore::GetCrossSectionPerVolume ( const G4ParticleDefinition * particle,
G4double kineticEnergy,
const G4VProcess * process,
const G4Material * material )

Definition at line 134 of file G4HadronicProcessStore.cc.

139{
140 G4double cross = 0.;
141 G4int subType = proc->GetProcessSubType();
142 if (subType == fHadronElastic)
143 cross = GetElasticCrossSectionPerVolume(part,energy,material);
144 else if (subType == fHadronInelastic)
145 cross = GetInelasticCrossSectionPerVolume(part,energy,material);
146 else if (subType == fCapture)
147 cross = GetCaptureCrossSectionPerVolume(part,energy,material);
148 else if (subType == fFission)
149 cross = GetFissionCrossSectionPerVolume(part,energy,material);
150 else if (subType == fChargeExchange)
151 cross = GetChargeExchangeCrossSectionPerVolume(part,energy,material);
152 return cross;
153}
G4double GetCaptureCrossSectionPerVolume(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Material *material)
G4double GetChargeExchangeCrossSectionPerVolume(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Material *material)
G4double GetInelasticCrossSectionPerVolume(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Material *material)
G4double GetElasticCrossSectionPerVolume(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Material *material)
G4double GetFissionCrossSectionPerVolume(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4Material *material)

◆ GetElasticCrossSectionPerAtom()

G4double G4HadronicProcessStore::GetElasticCrossSectionPerAtom ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
const G4Element * anElement,
const G4Material * mat = 0 )

Definition at line 177 of file G4HadronicProcessStore.cc.

181{
182 G4HadronicProcess* hp = FindProcess(aParticle, fHadronElastic);
183 G4double cross = 0.0;
184 localDP.SetKineticEnergy(kineticEnergy);
185 if(hp) {
186 cross = hp->GetElementCrossSection(&localDP,anElement,mat);
187 }
188 return cross;
189}

Referenced by GetCrossSectionPerAtom(), and GetElasticCrossSectionPerVolume().

◆ GetElasticCrossSectionPerIsotope()

G4double G4HadronicProcessStore::GetElasticCrossSectionPerIsotope ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
G4int Z,
G4int A )

Definition at line 193 of file G4HadronicProcessStore.cc.

197{
198 return 0.0;
199}

◆ GetElasticCrossSectionPerVolume()

G4double G4HadronicProcessStore::GetElasticCrossSectionPerVolume ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
const G4Material * material )

Definition at line 157 of file G4HadronicProcessStore.cc.

161{
162 G4double cross = 0.0;
163 const G4ElementVector* theElementVector = material->GetElementVector();
164 const G4double* theAtomNumDensityVector =
165 material->GetVecNbOfAtomsPerVolume();
166 size_t nelm = material->GetNumberOfElements();
167 for (size_t i=0; i<nelm; ++i) {
168 const G4Element* elm = (*theElementVector)[i];
169 cross += theAtomNumDensityVector[i]*
170 GetElasticCrossSectionPerAtom(aParticle,kineticEnergy,elm,material);
171 }
172 return cross;
173}

Referenced by GetCrossSectionPerVolume().

◆ GetFissionCrossSectionPerAtom()

G4double G4HadronicProcessStore::GetFissionCrossSectionPerAtom ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
const G4Element * anElement,
const G4Material * mat = nullptr )

Definition at line 315 of file G4HadronicProcessStore.cc.

319{
320 G4HadronicProcess* hp = FindProcess(aParticle, fFission);
321 localDP.SetKineticEnergy(kineticEnergy);
322 G4double cross = 0.0;
323 if(hp) {
324 cross = hp->GetElementCrossSection(&localDP,anElement,mat);
325 }
326 return cross;
327}

Referenced by GetCrossSectionPerAtom(), and GetFissionCrossSectionPerVolume().

◆ GetFissionCrossSectionPerIsotope()

G4double G4HadronicProcessStore::GetFissionCrossSectionPerIsotope ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
G4int Z,
G4int A )

Definition at line 331 of file G4HadronicProcessStore.cc.

335{
336 return 0.0;
337}

◆ GetFissionCrossSectionPerVolume()

G4double G4HadronicProcessStore::GetFissionCrossSectionPerVolume ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
const G4Material * material )

Definition at line 295 of file G4HadronicProcessStore.cc.

299{
300 G4double cross = 0.0;
301 const G4ElementVector* theElementVector = material->GetElementVector();
302 const G4double* theAtomNumDensityVector =
303 material->GetVecNbOfAtomsPerVolume();
304 size_t nelm = material->GetNumberOfElements();
305 for (size_t i=0; i<nelm; i++) {
306 const G4Element* elm = (*theElementVector)[i];
307 cross += theAtomNumDensityVector[i]*
308 GetFissionCrossSectionPerAtom(aParticle,kineticEnergy,elm,material);
309 }
310 return cross;
311}

Referenced by GetCrossSectionPerVolume().

◆ GetInelasticCrossSectionPerAtom()

G4double G4HadronicProcessStore::GetInelasticCrossSectionPerAtom ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
const G4Element * anElement,
const G4Material * mat = nullptr )

Definition at line 223 of file G4HadronicProcessStore.cc.

227{
228 G4HadronicProcess* hp = FindProcess(aParticle, fHadronInelastic);
229 localDP.SetKineticEnergy(kineticEnergy);
230 G4double cross = 0.0;
231 if(hp) {
232 cross = hp->GetElementCrossSection(&localDP,anElement,mat);
233 }
234 return cross;
235}

Referenced by GetCrossSectionPerAtom(), and GetInelasticCrossSectionPerVolume().

◆ GetInelasticCrossSectionPerIsotope()

G4double G4HadronicProcessStore::GetInelasticCrossSectionPerIsotope ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
G4int Z,
G4int A )

Definition at line 239 of file G4HadronicProcessStore.cc.

243{
244 return 0.0;
245}

◆ GetInelasticCrossSectionPerVolume()

G4double G4HadronicProcessStore::GetInelasticCrossSectionPerVolume ( const G4ParticleDefinition * aParticle,
G4double kineticEnergy,
const G4Material * material )

Definition at line 203 of file G4HadronicProcessStore.cc.

207{
208 G4double cross = 0.0;
209 const G4ElementVector* theElementVector = material->GetElementVector();
210 const G4double* theAtomNumDensityVector =
211 material->GetVecNbOfAtomsPerVolume();
212 size_t nelm = material->GetNumberOfElements();
213 for (size_t i=0; i<nelm; ++i) {
214 const G4Element* elm = (*theElementVector)[i];
215 cross += theAtomNumDensityVector[i]*
216 GetInelasticCrossSectionPerAtom(aParticle,kineticEnergy,elm,material);
217 }
218 return cross;
219}

Referenced by GetCrossSectionPerVolume().

◆ GetVerbose()

G4int G4HadronicProcessStore::GetVerbose ( )

Definition at line 897 of file G4HadronicProcessStore.cc.

898{
899 return param->GetVerboseLevel();
900}

◆ Instance()

◆ PrintHtml()

void G4HadronicProcessStore::PrintHtml ( const G4ParticleDefinition * theParticle,
std::ofstream & outFile )

Definition at line 612 of file G4HadronicProcessStore.cc.

614{
615 // Automatic generation of html documentation page for physics lists
616 // List processes for the most important particles in descending order
617 // of importance
618
619 outFile << "<br> <li><h2><font color=\" ff0000 \">"
620 << theParticle->GetParticleName() << "</font></h2></li>\n";
621
622 typedef std::multimap<PD,HP,std::less<PD> > PDHPmap;
623 typedef std::multimap<HP,HI,std::less<HP> > HPHImap;
624
625 std::pair<PDHPmap::iterator, PDHPmap::iterator> itpart =
626 p_map.equal_range(theParticle);
627
628 const G4String& pl = param->GetPhysListName();
629
630 // Loop over processes assigned to particle
631 G4HadronicProcess* theProcess;
632 for (PDHPmap::iterator it = itpart.first; it != itpart.second; ++it) {
633 theProcess = (*it).second;
634 outFile << "<br> &nbsp;&nbsp; <b><font color=\" 0000ff \">process : "
635 << theProcess->GetProcessName() << "</font></b>\n";
636 outFile << "<ul>\n";
637 outFile << " <li>";
638 theProcess->ProcessDescription(outFile);
639 outFile << " <li><b><font color=\" 00AA00 \">models : </font></b>\n";
640 // Loop over models assigned to process
641 std::pair<HPHImap::iterator, HPHImap::iterator> itmod =
642 m_map.equal_range(theProcess);
643
644 outFile << " <ul>\n";
645
646 for (HPHImap::iterator jt = itmod.first; jt != itmod.second; ++jt) {
647 outFile << " <li><b><a href=\"" << pl << "_"
648 << HtmlFileName((*jt).second->GetModelName()) << "\"> "
649 << (*jt).second->GetModelName() << "</a>"
650 << " from " << (*jt).second->GetMinEnergy()/GeV
651 << " GeV to " << (*jt).second->GetMaxEnergy()/GeV
652 << " GeV </b></li>\n";
653
654 // Print ModelDescription, ignore that we overwrite files n-times.
655 PrintModelHtml((*jt).second);
656
657 }
658 outFile << " </ul>\n";
659 outFile << " </li>\n";
660
661 // List cross sections assigned to process
662 outFile << " <li><b><font color=\" 00AA00 \">cross sections : </font></b>\n";
663 outFile << " <ul>\n";
664 theProcess->GetCrossSectionDataStore()->DumpHtml(*theParticle, outFile);
665 // << " \n";
666 outFile << " </ul>\n";
667
668 outFile << " </li>\n";
669 outFile << "</ul>\n";
670
671 }
672
673 // Loop over extra (G4VProcess) processes
674 std::multimap<PD,G4VProcess*,std::less<PD> >::iterator itp;
675 for (itp=ep_map.lower_bound(theParticle); itp!=ep_map.upper_bound(theParticle); ++itp) {
676 if (itp->first == theParticle) {
677 G4VProcess* proc = (itp->second);
678 outFile << "<br> &nbsp;&nbsp; <b><font color=\" 0000ff \">process : "
679 << proc->GetProcessName() << "</font></b>\n";
680 outFile << "<ul>\n";
681 outFile << " <li>";
682 proc->ProcessDescription(outFile);
683 outFile << " </li>\n";
684 outFile << "</ul>\n";
685 }
686 }
687
688} // PrintHtml for particle
void DumpHtml(const G4ParticleDefinition &, std::ofstream &) const
void PrintModelHtml(const G4HadronicInteraction *model) const
void ProcessDescription(std::ostream &outFile) const override
G4CrossSectionDataStore * GetCrossSectionDataStore()
const G4String & GetParticleName() const
virtual void ProcessDescription(std::ostream &outfile) const

Referenced by DumpHtml().

◆ PrintInfo()

void G4HadronicProcessStore::PrintInfo ( const G4ParticleDefinition * part)

Definition at line 550 of file G4HadronicProcessStore.cc.

551{
552 // Trigger particle/process/model printout only when last particle is
553 // registered
554 if(buildTableStart && part == particle[n_part - 1]) {
555 buildTableStart = false;
556 Dump(param->GetVerboseLevel());
557 if (!(param->GetPhysListDocDir()).empty()) DumpHtml();
559 }
560}
static G4HadronicInteractionRegistry * Instance()

Referenced by G4HadronicProcess::BuildPhysicsTable(), G4HadronStoppingProcess::BuildPhysicsTable(), G4MuonMinusAtomicCapture::BuildPhysicsTable(), and G4VRadioactiveDecay::BuildPhysicsTable().

◆ PrintModelHtml()

void G4HadronicProcessStore::PrintModelHtml ( const G4HadronicInteraction * model) const

Definition at line 693 of file G4HadronicProcessStore.cc.

694{
695 const G4String& dir = param->GetPhysListDocDir();
696 const G4String& pl = param->GetPhysListName();
697 G4String pathName = dir + "/" + pl + "_" + HtmlFileName(mod->GetModelName());
698 std::ofstream outModel;
699 outModel.open(pathName);
700 outModel << "<html>\n";
701 outModel << "<head>\n";
702 outModel << "<title>Description of " << mod->GetModelName()
703 << "</title>\n";
704 outModel << "</head>\n";
705 outModel << "<body>\n";
706
707 mod->ModelDescription(outModel);
708
709 outModel << "</body>\n";
710 outModel << "</html>\n";
711}

Referenced by PrintHtml().

◆ Register()

void G4HadronicProcessStore::Register ( G4HadronicProcess * proc)

Definition at line 387 of file G4HadronicProcessStore.cc.

388{
389 for(G4int i=0; i<n_proc; ++i) {
390 if(process[i] == proc) { return; }
391 }
392 if(1 < param->GetVerboseLevel()) {
393 G4cout << "G4HadronicProcessStore::Register hadronic " << n_proc
394 << " " << proc->GetProcessName() << G4endl;
395 }
396 ++n_proc;
397 process.push_back(proc);
398}

◆ RegisterExtraProcess()

void G4HadronicProcessStore::RegisterExtraProcess ( G4VProcess * proc)

Definition at line 468 of file G4HadronicProcessStore.cc.

469{
470 for(G4int i=0; i<n_extra; ++i) {
471 if(extraProcess[i] == proc) { return; }
472 }
473 G4HadronicProcess* hproc = dynamic_cast<G4HadronicProcess*>(proc);
474 if (nullptr != hproc) {
475 for(G4int i=0; i<n_proc; ++i) {
476 if(process[i] == hproc) { return; }
477 }
478 }
479 if(1 < param->GetVerboseLevel()) {
480 G4cout << "Extra Process: " << n_extra
481 << " " << proc->GetProcessName() << G4endl;
482 }
483 ++n_extra;
484 extraProcess.push_back(proc);
485}

Referenced by G4NeutronTrackingCut::ConstructProcess(), G4HadronStoppingProcess::G4HadronStoppingProcess(), G4MuonMinusAtomicCapture::G4MuonMinusAtomicCapture(), and G4VRadioactiveDecay::G4VRadioactiveDecay().

◆ RegisterInteraction()

void G4HadronicProcessStore::RegisterInteraction ( G4HadronicProcess * proc,
G4HadronicInteraction * mod )

Definition at line 437 of file G4HadronicProcessStore.cc.

439{
440 G4int i=0;
441 for(; i<n_proc; ++i) {if(process[i] == proc) { break; }}
442 G4int k=0;
443 for(; k<n_model; ++k) {if(model[k] == mod) { break; }}
444
445 m_map.insert(std::multimap<HP,HI>::value_type(proc,mod));
446
447 if(k == n_model) {
448 ++n_model;
449 model.push_back(mod);
450 modelName.push_back(mod->GetModelName());
451 }
452}
const G4String & GetModelName() const

Referenced by G4HadronicProcess::RegisterMe().

◆ RegisterParticle()

void G4HadronicProcessStore::RegisterParticle ( G4HadronicProcess * proc,
const G4ParticleDefinition * part )

Definition at line 402 of file G4HadronicProcessStore.cc.

404{
405 G4int i=0;
406 for(; i<n_proc; ++i) {if(process[i] == proc) break;}
407 G4int j=0;
408 for(; j<n_part; ++j) {if(particle[j] == part) break;}
409
410 if(1 < param->GetVerboseLevel()) {
411 G4cout << "G4HadronicProcessStore::RegisterParticle "
412 << part->GetParticleName()
413 << " for " << proc->GetProcessName() << G4endl;
414 }
415 if(j == n_part) {
416 ++n_part;
417 particle.push_back(part);
418 wasPrinted.push_back(0);
419 }
420
421 // the pair should be added?
422 if(i < n_proc) {
423 std::multimap<PD,HP,std::less<PD> >::iterator it;
424 for(it=p_map.lower_bound(part); it!=p_map.upper_bound(part); ++it) {
425 if(it->first == part) {
426 HP process2 = (it->second);
427 if(proc == process2) { return; }
428 }
429 }
430 }
431
432 p_map.insert(std::multimap<PD,HP>::value_type(part,proc));
433}

◆ RegisterParticleForExtraProcess()

void G4HadronicProcessStore::RegisterParticleForExtraProcess ( G4VProcess * proc,
const G4ParticleDefinition * part )

Definition at line 489 of file G4HadronicProcessStore.cc.

492{
493 G4int i=0;
494 for(; i<n_extra; ++i) { if(extraProcess[i] == proc) { break; } }
495 G4int j=0;
496 for(; j<n_part; ++j) { if(particle[j] == part) { break; } }
497
498 if(j == n_part) {
499 ++n_part;
500 particle.push_back(part);
501 wasPrinted.push_back(0);
502 }
503
504 // the pair should be added?
505 if(i < n_extra) {
506 std::multimap<PD,G4VProcess*,std::less<PD> >::iterator it;
507 for(it=ep_map.lower_bound(part); it!=ep_map.upper_bound(part); ++it) {
508 if(it->first == part) {
509 G4VProcess* process2 = (it->second);
510 if(proc == process2) { return; }
511 }
512 }
513 }
514
515 ep_map.insert(std::multimap<PD,G4VProcess*>::value_type(part,proc));
516}

Referenced by G4VRadioactiveDecay::BuildPhysicsTable(), G4NeutronTrackingCut::ConstructProcess(), G4HadronStoppingProcess::PreparePhysicsTable(), and G4MuonMinusAtomicCapture::PreparePhysicsTable().

◆ SetBuildXSTable()

void G4HadronicProcessStore::SetBuildXSTable ( G4bool val)

Definition at line 536 of file G4HadronicProcessStore.cc.

537{
538 buildXSTable = val;
539}

◆ SetEpReportLevel()

void G4HadronicProcessStore::SetEpReportLevel ( G4int level)

Definition at line 947 of file G4HadronicProcessStore.cc.

948{
949 G4cout << " Setting energy/momentum report level to " << level
950 << " for " << process.size() << " hadronic processes " << G4endl;
951 for (auto& theProcess : process) {
952 theProcess->SetEpReportLevel(level);
953 }
954}

◆ SetProcessAbsLevel()

void G4HadronicProcessStore::SetProcessAbsLevel ( G4double absoluteLevel)

Definition at line 958 of file G4HadronicProcessStore.cc.

959{
960 G4cout << " Setting absolute energy/momentum test level to " << abslevel
961 << G4endl;
962 for (auto& theProcess : process) {
963 G4double rellevel = theProcess->GetEnergyMomentumCheckLevels().first;
964 theProcess->SetEnergyMomentumCheckLevels(rellevel, abslevel);
965 }
966}

◆ SetProcessRelLevel()

void G4HadronicProcessStore::SetProcessRelLevel ( G4double relativeLevel)

Definition at line 970 of file G4HadronicProcessStore.cc.

971{
972 G4cout << " Setting relative energy/momentum test level to " << rellevel
973 << G4endl;
974 for (auto& theProcess : process) {
975 G4double abslevel = theProcess->GetEnergyMomentumCheckLevels().second;
976 theProcess->SetEnergyMomentumCheckLevels(rellevel, abslevel);
977 }
978}

◆ SetVerbose()

void G4HadronicProcessStore::SetVerbose ( G4int val)

Definition at line 883 of file G4HadronicProcessStore.cc.

885{
886 G4int i;
887 for(i=0; i<n_proc; ++i) {
888 if(process[i]) { process[i]->SetVerboseLevel(val); }
889 }
890 for(i=0; i<n_model; ++i) {
891 if(model[i]) { model[i]->SetVerboseLevel(val); }
892 }
893}

Friends And Related Symbol Documentation

◆ G4ThreadLocalSingleton< G4HadronicProcessStore >

Definition at line 1 of file G4HadronicProcessStore.hh.


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