Geant4  10.02
G4HadronicProcessStore Class Reference

#include <G4HadronicProcessStore.hh>

+ Collaboration diagram for G4HadronicProcessStore:

Public Member Functions

 ~G4HadronicProcessStore ()
 
void Clean ()
 
G4double GetCrossSectionPerAtom (const G4ParticleDefinition *particle, G4double kineticEnergy, const G4VProcess *process, const G4Element *element, const G4Material *material=0)
 
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=0)
 
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=0)
 
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=0)
 
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=0)
 
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 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 ()
 

Private Types

typedef const
G4ParticleDefinition
PD
 
typedef G4HadronicProcessHP
 
typedef G4HadronicInteractionHI
 

Private Member Functions

 G4HadronicProcessStore ()
 
void Print (G4int idxProcess, G4int idxParticle)
 
G4String HtmlFileName (const G4String &) const
 

Private Attributes

std::vector< G4HadronicProcess * > process
 
std::vector
< G4HadronicInteraction * > 
model
 
std::vector< G4StringmodelName
 
std::vector< PDparticle
 
std::vector< G4intwasPrinted
 
std::multimap< PD, HPp_map
 
std::multimap< HP, HIm_map
 
std::vector< G4VProcess * > extraProcess
 
std::multimap< PD, G4VProcess * > ep_map
 
G4int n_proc
 
G4int n_model
 
G4int n_part
 
G4int n_extra
 
G4int verbose
 
G4bool buildTableStart
 
HP currentProcess
 
PD currentParticle
 
PD theGenericIon
 
G4DynamicParticle localDP
 
G4HadronicEPTestMessengertheEPTestMessenger
 

Static Private Attributes

static G4ThreadLocal
G4HadronicProcessStore
instance = 0
 

Friends

class G4ThreadLocalSingleton< G4HadronicProcessStore >
 

Detailed Description

Definition at line 68 of file G4HadronicProcessStore.hh.

Member Typedef Documentation

Definition at line 222 of file G4HadronicProcessStore.hh.

Definition at line 221 of file G4HadronicProcessStore.hh.

Definition at line 220 of file G4HadronicProcessStore.hh.

Constructor & Destructor Documentation

G4HadronicProcessStore::~G4HadronicProcessStore ( )

Definition at line 80 of file G4HadronicProcessStore.cc.

References Clean(), and theEPTestMessenger.

+ Here is the call graph for this function:

G4HadronicProcessStore::G4HadronicProcessStore ( )
private

Definition at line 115 of file G4HadronicProcessStore.cc.

References buildTableStart, currentParticle, currentProcess, G4ParticleTable::FindParticle(), G4ParticleTable::GetParticleTable(), n_extra, n_model, n_part, n_proc, theEPTestMessenger, theGenericIon, and verbose.

+ Here is the call graph for this function:

Member Function Documentation

void G4HadronicProcessStore::Clean ( )

Definition at line 88 of file G4HadronicProcessStore.cc.

References extraProcess, n_extra, n_proc, and process.

Referenced by ~G4HadronicProcessStore().

+ Here is the caller graph for this function:

void G4HadronicProcessStore::DeRegister ( G4HadronicProcess proc)

Definition at line 477 of file G4HadronicProcessStore.cc.

References DeRegisterExtraProcess(), n_proc, and process.

Referenced by G4HadronicProcess::~G4HadronicProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronicProcessStore::DeRegisterExtraProcess ( G4VProcess proc)

Definition at line 542 of file G4HadronicProcessStore.cc.

References extraProcess, G4cout, G4endl, G4VProcess::GetProcessName(), n_extra, and verbose.

Referenced by DeRegister(), and G4AntiNeutronAnnihilationAtRest::~G4AntiNeutronAnnihilationAtRest().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronicProcessStore::Dump ( G4int  level)

Definition at line 729 of file G4HadronicProcessStore.cc.

References ep_map, G4cout, G4endl, G4ParticleDefinition::GetParticleName(), G4VProcess::GetProcessName(), n_part, n_proc, p_map, particle, Print(), process, and wasPrinted.

Referenced by PrintInfo().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronicProcessStore::DumpHtml ( )

Definition at line 571 of file G4HadronicProcessStore.cc.

References G4Alpha::Alpha(), G4Electron::Electron(), G4Gamma::Gamma(), G4KaonMinus::KaonMinus(), G4KaonPlus::KaonPlus(), G4Lambda::Lambda(), G4Neutron::Neutron(), G4PionMinus::PionMinus(), G4PionPlus::PionPlus(), G4Positron::Positron(), PrintHtml(), and G4Proton::Proton().

Referenced by PrintInfo().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 869 of file G4HadronicProcessStore.cc.

References currentParticle, currentProcess, G4ParticleDefinition::GetBaryonNumber(), G4ParticleDefinition::GetParticleType(), G4VProcess::GetProcessSubType(), localDP, p_map, G4DynamicParticle::SetDefinition(), and theGenericIon.

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 290 of file G4HadronicProcessStore.cc.

References fCapture, FindProcess(), G4HadronicProcess::GetElementCrossSection(), localDP, and G4DynamicParticle::SetKineticEnergy().

Referenced by HistoManager::EndOfRun(), GetCaptureCrossSectionPerVolume(), and GetCrossSectionPerAtom().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 306 of file G4HadronicProcessStore.cc.

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

Definition at line 270 of file G4HadronicProcessStore.cc.

References GetCaptureCrossSectionPerAtom(), G4Material::GetElementVector(), G4Material::GetNumberOfElements(), and G4Material::GetVecNbOfAtomsPerVolume().

Referenced by GetCrossSectionPerVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 382 of file G4HadronicProcessStore.cc.

References fChargeExchange, FindProcess(), G4HadronicProcess::GetElementCrossSection(), localDP, and G4DynamicParticle::SetKineticEnergy().

Referenced by HistoManager::EndOfRun(), GetChargeExchangeCrossSectionPerVolume(), and GetCrossSectionPerAtom().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 398 of file G4HadronicProcessStore.cc.

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

Definition at line 362 of file G4HadronicProcessStore.cc.

References GetChargeExchangeCrossSectionPerAtom(), G4Material::GetElementVector(), G4Material::GetNumberOfElements(), and G4Material::GetVecNbOfAtomsPerVolume().

Referenced by GetCrossSectionPerVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 131 of file G4HadronicProcessStore.cc.

References fCapture, fChargeExchange, fFission, fHadronElastic, fHadronInelastic, GetCaptureCrossSectionPerAtom(), GetChargeExchangeCrossSectionPerAtom(), GetElasticCrossSectionPerAtom(), GetFissionCrossSectionPerAtom(), GetInelasticCrossSectionPerAtom(), and G4VProcess::GetProcessSubType().

Referenced by Run::EndOfRun().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 155 of file G4HadronicProcessStore.cc.

References fCapture, fChargeExchange, fFission, fHadronElastic, fHadronInelastic, GetCaptureCrossSectionPerVolume(), GetChargeExchangeCrossSectionPerVolume(), GetElasticCrossSectionPerVolume(), GetFissionCrossSectionPerVolume(), GetInelasticCrossSectionPerVolume(), and G4VProcess::GetProcessSubType().

Referenced by Run::EndOfRun().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 198 of file G4HadronicProcessStore.cc.

References fHadronElastic, FindProcess(), G4HadronicProcess::GetElementCrossSection(), localDP, and G4DynamicParticle::SetKineticEnergy().

Referenced by HistoManager::EndOfRun(), GetCrossSectionPerAtom(), and GetElasticCrossSectionPerVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 214 of file G4HadronicProcessStore.cc.

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

Definition at line 178 of file G4HadronicProcessStore.cc.

References GetElasticCrossSectionPerAtom(), G4Material::GetElementVector(), G4Material::GetNumberOfElements(), and G4Material::GetVecNbOfAtomsPerVolume().

Referenced by HistoManager::EndOfRun(), and GetCrossSectionPerVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 336 of file G4HadronicProcessStore.cc.

References fFission, FindProcess(), G4HadronicProcess::GetElementCrossSection(), localDP, and G4DynamicParticle::SetKineticEnergy().

Referenced by HistoManager::EndOfRun(), GetCrossSectionPerAtom(), and GetFissionCrossSectionPerVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 352 of file G4HadronicProcessStore.cc.

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

Definition at line 316 of file G4HadronicProcessStore.cc.

References G4Material::GetElementVector(), GetFissionCrossSectionPerAtom(), G4Material::GetNumberOfElements(), and G4Material::GetVecNbOfAtomsPerVolume().

Referenced by GetCrossSectionPerVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 244 of file G4HadronicProcessStore.cc.

References fHadronInelastic, FindProcess(), G4HadronicProcess::GetElementCrossSection(), localDP, and G4DynamicParticle::SetKineticEnergy().

Referenced by HistoManager::EndOfRun(), GetCrossSectionPerAtom(), and GetInelasticCrossSectionPerVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 260 of file G4HadronicProcessStore.cc.

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

Definition at line 224 of file G4HadronicProcessStore.cc.

References G4Material::GetElementVector(), GetInelasticCrossSectionPerAtom(), G4Material::GetNumberOfElements(), and G4Material::GetVecNbOfAtomsPerVolume().

Referenced by HistoManager::EndOfRun(), and GetCrossSectionPerVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4HadronicProcessStore::GetVerbose ( )

Definition at line 862 of file G4HadronicProcessStore.cc.

References verbose.

G4String G4HadronicProcessStore::HtmlFileName ( const G4String in) const
private

Definition at line 709 of file G4HadronicProcessStore.cc.

Referenced by PrintHtml(), and PrintModelHtml().

+ Here is the caller graph for this function:

void G4HadronicProcessStore::Print ( G4int  idxProcess,
G4int  idxParticle 
)
private

Definition at line 804 of file G4HadronicProcessStore.cc.

References G4GenericIon::Definition(), G4CrossSectionDataStore::DumpPhysicsTable(), G4BestUnit, G4cout, G4endl, G4ParticleDefinition::GetBaryonNumber(), G4HadronicProcess::GetCrossSectionDataStore(), G4HadronicInteraction::GetMaxEnergy(), G4HadronicInteraction::GetMinEnergy(), G4ParticleDefinition::GetParticleName(), G4VProcess::GetProcessName(), m_map, model, modelName, n_model, particle, process, and wasPrinted.

Referenced by Dump().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 618 of file G4HadronicProcessStore.cc.

References G4CrossSectionDataStore::DumpHtml(), G4HadronicProcess::GetCrossSectionDataStore(), G4ParticleDefinition::GetParticleName(), G4VProcess::GetProcessName(), GeV, HtmlFileName(), m_map, p_map, PrintModelHtml(), and G4HadronicProcess::ProcessDescription().

Referenced by DumpHtml().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronicProcessStore::PrintInfo ( const G4ParticleDefinition part)

Definition at line 558 of file G4HadronicProcessStore.cc.

References buildTableStart, Dump(), DumpHtml(), n_part, particle, and verbose.

Referenced by G4AntiNeutronAnnihilationAtRest::BuildPhysicsTable(), G4HadronStoppingProcess::BuildPhysicsTable(), and G4HadronicProcess::BuildPhysicsTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronicProcessStore::PrintModelHtml ( const G4HadronicInteraction model) const

Definition at line 686 of file G4HadronicProcessStore.cc.

References G4HadronicInteraction::GetModelName(), HtmlFileName(), and G4HadronicInteraction::ModelDescription().

Referenced by PrintHtml().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronicProcessStore::Register ( G4HadronicProcess proc)

Definition at line 408 of file G4HadronicProcessStore.cc.

References G4cout, G4endl, G4VProcess::GetProcessName(), n_proc, process, and verbose.

Referenced by G4HadronicProcess::G4HadronicProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronicProcessStore::RegisterExtraProcess ( G4VProcess proc)

Definition at line 490 of file G4HadronicProcessStore.cc.

References extraProcess, G4cout, G4endl, G4VProcess::GetProcessName(), n_extra, n_proc, process, and verbose.

Referenced by G4NeutronTrackingCut::ConstructProcess(), G4AntiNeutronAnnihilationAtRest::G4AntiNeutronAnnihilationAtRest(), and G4HadronStoppingProcess::G4HadronStoppingProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 458 of file G4HadronicProcessStore.cc.

References G4HadronicInteraction::GetModelName(), m_map, model, modelName, n_model, n_proc, and process.

Referenced by G4HadronicProcess::RegisterMe().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 423 of file G4HadronicProcessStore.cc.

References G4cout, G4endl, G4ParticleDefinition::GetParticleName(), G4VProcess::GetProcessName(), n_part, n_proc, p_map, particle, process, verbose, and wasPrinted.

Referenced by G4HadronicProcess::PreparePhysicsTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 511 of file G4HadronicProcessStore.cc.

References ep_map, extraProcess, n_extra, n_part, particle, and wasPrinted.

Referenced by G4NeutronTrackingCut::ConstructProcess(), G4AntiNeutronAnnihilationAtRest::PreparePhysicsTable(), and G4HadronStoppingProcess::PreparePhysicsTable().

+ Here is the caller graph for this function:

void G4HadronicProcessStore::SetEpReportLevel ( G4int  level)

Definition at line 912 of file G4HadronicProcessStore.cc.

References G4cout, G4endl, and process.

Referenced by G4HadronicEPTestMessenger::SetNewValue().

+ Here is the caller graph for this function:

void G4HadronicProcessStore::SetProcessAbsLevel ( G4double  absoluteLevel)

Definition at line 923 of file G4HadronicProcessStore.cc.

References G4cout, G4endl, G4HadronicProcess::GetEnergyMomentumCheckLevels(), process, and G4HadronicProcess::SetEnergyMomentumCheckLevels().

Referenced by G4HadronicEPTestMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronicProcessStore::SetProcessRelLevel ( G4double  relativeLevel)

Definition at line 938 of file G4HadronicProcessStore.cc.

References G4cout, G4endl, G4HadronicProcess::GetEnergyMomentumCheckLevels(), process, and G4HadronicProcess::SetEnergyMomentumCheckLevels().

Referenced by G4HadronicEPTestMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronicProcessStore::SetVerbose ( G4int  val)

Definition at line 848 of file G4HadronicProcessStore.cc.

References model, n_model, n_proc, process, and verbose.

Friends And Related Function Documentation

Definition at line 71 of file G4HadronicProcessStore.hh.

Member Data Documentation

G4bool G4HadronicProcessStore::buildTableStart
private

Definition at line 245 of file G4HadronicProcessStore.hh.

Referenced by G4HadronicProcessStore(), and PrintInfo().

PD G4HadronicProcessStore::currentParticle
private

Definition at line 249 of file G4HadronicProcessStore.hh.

Referenced by FindProcess(), and G4HadronicProcessStore().

HP G4HadronicProcessStore::currentProcess
private

Definition at line 248 of file G4HadronicProcessStore.hh.

Referenced by FindProcess(), and G4HadronicProcessStore().

std::multimap<PD,G4VProcess*> G4HadronicProcessStore::ep_map
private

Definition at line 236 of file G4HadronicProcessStore.hh.

Referenced by Dump(), and RegisterParticleForExtraProcess().

std::vector<G4VProcess*> G4HadronicProcessStore::extraProcess
private
G4ThreadLocal G4HadronicProcessStore * G4HadronicProcessStore::instance = 0
staticprivate

Definition at line 218 of file G4HadronicProcessStore.hh.

Referenced by Instance().

std::multimap<HP,HI> G4HadronicProcessStore::m_map
private

Definition at line 232 of file G4HadronicProcessStore.hh.

Referenced by Print(), PrintHtml(), and RegisterInteraction().

std::vector<G4HadronicInteraction*> G4HadronicProcessStore::model
private

Definition at line 226 of file G4HadronicProcessStore.hh.

Referenced by Print(), RegisterInteraction(), and SetVerbose().

std::vector<G4String> G4HadronicProcessStore::modelName
private

Definition at line 227 of file G4HadronicProcessStore.hh.

Referenced by Print(), and RegisterInteraction().

G4int G4HadronicProcessStore::n_extra
private
G4int G4HadronicProcessStore::n_model
private
G4int G4HadronicProcessStore::n_part
private
std::multimap<PD,HP> G4HadronicProcessStore::p_map
private

Definition at line 231 of file G4HadronicProcessStore.hh.

Referenced by Dump(), FindProcess(), PrintHtml(), and RegisterParticle().

std::vector<PD> G4HadronicProcessStore::particle
private
G4HadronicEPTestMessenger* G4HadronicProcessStore::theEPTestMessenger
private

Definition at line 254 of file G4HadronicProcessStore.hh.

Referenced by G4HadronicProcessStore(), and ~G4HadronicProcessStore().

PD G4HadronicProcessStore::theGenericIon
private

Definition at line 250 of file G4HadronicProcessStore.hh.

Referenced by FindProcess(), and G4HadronicProcessStore().

std::vector<G4int> G4HadronicProcessStore::wasPrinted
private

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