ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/event/include/G4SPSEneDistribution.hh>
Classes | |
struct | threadLocal_t |
Private Member Functions | |
void | LinearInterpolation () |
void | LogInterpolation () |
void | ExpInterpolation () |
void | SplineInterpolation () |
void | CalculateCdgSpectrum () |
void | CalculateBbodySpectrum () |
void | CalculateCPowSpectrum () |
void | GenerateMonoEnergetic () |
void | GenerateBiasPowEnergies () |
void | GenerateGaussEnergies () |
void | GenerateBremEnergies () |
void | GenerateBbodyEnergies () |
void | GenerateCdgEnergies () |
void | GenUserHistEnergies () |
void | GenEpnHistEnergies () |
void | GenArbPointEnergies () |
void | GenerateExpEnergies (G4bool) |
void | GenerateLinearEnergies (G4bool) |
void | GeneratePowEnergies (G4bool) |
void | GenerateCPowEnergies () |
void | ConvertEPNToEnergy () |
void | BBInitHists () |
void | CPInitHists () |
Andrea Dotti Feb 2015 Important: This is a shared class between threads. Only one thread should use the set-methods here. Note that this is exactly what is achieved using UI commands. If you use the set methods to set defaults in your application take care that only one thread is executing them. In addition take care of calling these methods before the run is started Do not use these setters during the event loop
Definition at line 174 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 174 of file G4SPSEneDistribution.hh
G4SPSEneDistribution::G4SPSEneDistribution | ( | ) |
Definition at line 66 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 66 of file G4SPSEneDistribution.cc
References alpha, G4SPSEneDistribution::threadLocal_t::alpha, Arb_alpha, Arb_alpha_Const_flag, Arb_cept, Arb_Const, Arb_ezero, Arb_ezero_flag, Arb_grad, Arb_grad_cept_flag, ArbEmax, ArbEmin, BBHist, BBhistCalcd, BBhistInit, Bbody_x, biasalpha, Biased, cept, G4SPSEneDistribution::threadLocal_t::cept, CP_x, CPHist, CPhistCalcd, CPhistInit, DiffSpec, Emax, G4SPSEneDistribution::threadLocal_t::Emax, Emin, G4SPSEneDistribution::threadLocal_t::Emin, EnergyDisType, EnergySpec, Ezero, G4SPSEneDistribution::threadLocal_t::Ezero, G4MUTEXINIT, G4Cache< VALTYPE >::Get(), grad, G4SPSEneDistribution::threadLocal_t::grad, IntType, IPDFArbExist, IPDFEnergyExist, MeV, MonoEnergy, G4SPSEneDistribution::threadLocal_t::particle_definition, particle_energy, G4SPSEneDistribution::threadLocal_t::particle_energy, prob_norm, SE, Temp, threadLocalData, verbosityLevel, weight, and G4SPSEneDistribution::threadLocal_t::weight.
G4SPSEneDistribution::~G4SPSEneDistribution | ( | ) |
Definition at line 128 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 128 of file G4SPSEneDistribution.cc
References Arb_alpha, Arb_alpha_Const_flag, Arb_cept, Arb_Const, Arb_ezero, Arb_ezero_flag, Arb_grad, Arb_grad_cept_flag, BBHist, Bbody_x, CP_x, CPHist, G4MUTEXDESTROY, it, and SplineInt.
void G4SPSEneDistribution::ArbEnergyHisto | ( | G4ThreeVector | input | ) |
Definition at line 352 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 352 of file G4SPSEneDistribution.cc
References ArbEnergyH, G4cout, G4endl, G4PhysicsOrderedFreeVector::InsertValues(), verbosityLevel, CLHEP::Hep3Vector::x(), and CLHEP::Hep3Vector::y().
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 366 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 366 of file G4SPSEneDistribution.cc
References ArbEnergyH, FatalException, G4Exception(), in, and G4PhysicsOrderedFreeVector::InsertValues().
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 582 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 582 of file G4SPSEneDistribution.cc
References ArbEmax, ArbEmin, ArbEnergyH, EnergyDisType, ExpInterpolation(), FatalException, G4Exception(), G4PhysicsOrderedFreeVector::GetMaxLowEdgeEnergy(), G4PhysicsOrderedFreeVector::GetMinLowEdgeEnergy(), IntType, LinearInterpolation(), LogInterpolation(), and SplineInterpolation().
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
|
private |
Definition at line 424 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 424 of file G4SPSEneDistribution.cc
References BBHist, BBhistInit, and Bbody_x.
Referenced by Calculate().
void G4SPSEneDistribution::Calculate | ( | ) |
Definition at line 398 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 398 of file G4SPSEneDistribution.cc
References BBhistInit, BBInitHists(), CalculateBbodySpectrum(), CalculateCdgSpectrum(), CalculateCPowSpectrum(), CPhistInit, CPInitHists(), and EnergyDisType.
Referenced by GenerateBbodyEnergies(), GenerateCPowEnergies(), and G4GeneralParticleSourceMessenger::SetNewValue().
|
private |
Definition at line 492 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 492 of file G4SPSEneDistribution.cc
References BBHist, Bbody_x, c, c2, G4Cache< VALTYPE >::Get(), Acts::UnitConstants::h, h2, k, propagation_timing::steps, sum, Temp, and threadLocalData.
Referenced by Calculate().
|
private |
Definition at line 441 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 441 of file G4SPSEneDistribution.cc
References CDGhist, G4Cache< VALTYPE >::Get(), keV, and threadLocalData.
Referenced by Calculate().
|
private |
Definition at line 531 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 531 of file G4SPSEneDistribution.cc
References alpha, CP_x, CPHist, Ezero, G4Cache< VALTYPE >::Get(), propagation_timing::steps, sum, and threadLocalData.
Referenced by Calculate().
|
private |
Definition at line 1766 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1766 of file G4SPSEneDistribution.cc
References G4SPSEneDistribution::threadLocal_t::Emax, G4SPSEneDistribution::threadLocal_t::Emin, EpnEnergyH, Epnflag, FatalException, G4cout, G4endl, G4Exception(), G4Cache< VALTYPE >::Get(), G4ParticleDefinition::GetBaryonNumber(), G4PhysicsVector::GetLowEdgeEnergy(), G4PhysicsVector::GetVectorLength(), G4PhysicsOrderedFreeVector::InsertValues(), JustWarning, G4SPSEneDistribution::threadLocal_t::particle_definition, threadLocalData, and UDefEnergyH.
Referenced by GenEpnHistEnergies().
|
private |
Definition at line 432 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 432 of file G4SPSEneDistribution.cc
References CP_x, CPHist, and CPhistInit.
Referenced by Calculate().
void G4SPSEneDistribution::EpnEnergyHisto | ( | G4ThreeVector | input | ) |
Definition at line 381 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 381 of file G4SPSEneDistribution.cc
References Emax, EpnEnergyH, Epnflag, G4cout, G4endl, G4Cache< VALTYPE >::Get(), G4PhysicsOrderedFreeVector::InsertValues(), threadLocalData, verbosityLevel, CLHEP::Hep3Vector::x(), and CLHEP::Hep3Vector::y().
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
|
private |
Definition at line 879 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 879 of file G4SPSEneDistribution.cc
References Arb_Const, Arb_ezero, Arb_ezero_flag, ArbEnergyH, DiffSpec, EnergySpec, FatalException, G4cout, G4endl, G4Exception(), G4Cache< VALTYPE >::Get(), G4PhysicsVector::GetLowEdgeEnergy(), G4ParticleDefinition::GetPDGMass(), G4PhysicsVector::GetVectorLength(), G4PhysicsOrderedFreeVector::InsertValues(), IPDFArbEnergyH, JustWarning, mass, maxi, G4PhysicsVector::ScaleVector(), sum, test(), threadLocalData, and verbosityLevel.
Referenced by ArbInterpolate().
|
private |
Definition at line 1633 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1633 of file G4SPSEneDistribution.cc
References G4SPSEneDistribution::threadLocal_t::alpha, Arb_alpha, Arb_cept, Arb_ezero, Arb_grad, G4SPSEneDistribution::threadLocal_t::cept, G4SPSEneDistribution::threadLocal_t::Emax, G4SPSEneDistribution::threadLocal_t::Emin, eneRndm, G4SPSEneDistribution::threadLocal_t::Ezero, FatalException, G4cout, G4endl, G4Exception(), GenerateExpEnergies(), GenerateLinearEnergies(), GeneratePowEnergies(), G4SPSRandomGenerator::GenRandEnergy(), G4Cache< VALTYPE >::Get(), G4PhysicsVector::GetLowEdgeEnergy(), G4PhysicsVector::GetVectorLength(), G4SPSEneDistribution::threadLocal_t::grad, IntType, IPDFArbEnergyH, G4SPSEneDistribution::threadLocal_t::particle_energy, SplineInt, threadLocalData, and verbosityLevel.
Referenced by GenerateOne().
|
private |
Definition at line 1714 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1714 of file G4SPSEneDistribution.cc
References ConvertEPNToEnergy(), eneRndm, Epnflag, G4cout, G4endl, G4SPSRandomGenerator::GenRandEnergy(), G4Cache< VALTYPE >::Get(), G4PhysicsOrderedFreeVector::GetEnergy(), G4PhysicsVector::GetLowEdgeEnergy(), G4PhysicsVector::GetVectorLength(), G4PhysicsOrderedFreeVector::InsertValues(), IPDFEnergyExist, IPDFEnergyH, G4TemplateAutoLock< _Mutex_t >::lock(), sum, threadLocalData, UDefEnergyH, G4TemplateAutoLock< _Mutex_t >::unlock(), and verbosityLevel.
Referenced by GenerateOne().
|
private |
Definition at line 1422 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1422 of file G4SPSEneDistribution.cc
References Acts::Test::at, BBHist, BBhistCalcd, Bbody_x, Calculate(), eneRndm, G4cout, G4endl, G4SPSRandomGenerator::GenRandEnergy(), G4Cache< VALTYPE >::Get(), G4TemplateAutoLock< _Mutex_t >::lock(), t, threadLocalData, G4TemplateAutoLock< _Mutex_t >::unlock(), verbosityLevel, x1, x2, y1, and y2.
Referenced by GenerateOne().
|
private |
Definition at line 1282 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1282 of file G4SPSEneDistribution.cc
References biasalpha, emax, G4SPSEneDistribution::threadLocal_t::Emax, CEMC_TOWER::emin, G4SPSEneDistribution::threadLocal_t::Emin, eneRndm, G4cout, G4endl, G4SPSRandomGenerator::GenRandEnergy(), G4Cache< VALTYPE >::Get(), GetProbability(), CLHEP::normal(), G4SPSEneDistribution::threadLocal_t::particle_energy, threadLocalData, verbosityLevel, and G4SPSEneDistribution::threadLocal_t::weight.
Referenced by GenerateOne().
|
private |
Definition at line 1349 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1349 of file G4SPSEneDistribution.cc
References G4SPSEneDistribution::threadLocal_t::Emax, G4SPSEneDistribution::threadLocal_t::Emin, eneRndm, check_license::err(), FatalException, G4cout, G4endl, G4Exception(), G4SPSRandomGenerator::GenRandEnergy(), G4Cache< VALTYPE >::Get(), k, G4SPSEneDistribution::threadLocal_t::particle_energy, propagation_timing::steps, Temp, threadLocalData, and verbosityLevel.
Referenced by GenerateOne().
|
private |
Definition at line 1492 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1492 of file G4SPSEneDistribution.cc
References CDGhist, G4SPSEneDistribution::threadLocal_t::Emax, G4SPSEneDistribution::threadLocal_t::Emin, eneRndm, G4cout, G4endl, G4SPSRandomGenerator::GenRandEnergy(), G4Cache< VALTYPE >::Get(), keV, G4SPSEneDistribution::threadLocal_t::particle_energy, threadLocalData, and verbosityLevel.
Referenced by GenerateOne().
|
private |
Definition at line 1209 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1209 of file G4SPSEneDistribution.cc
References Acts::Test::at, Calculate(), CP_x, CPHist, CPhistCalcd, eneRndm, G4cout, G4endl, G4SPSRandomGenerator::GenRandEnergy(), G4Cache< VALTYPE >::Get(), G4TemplateAutoLock< _Mutex_t >::lock(), t, threadLocalData, G4TemplateAutoLock< _Mutex_t >::unlock(), verbosityLevel, x1, x2, y1, and y2.
Referenced by GenerateOne().
Definition at line 1326 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1326 of file G4SPSEneDistribution.cc
References G4SPSEneDistribution::threadLocal_t::Emax, G4SPSEneDistribution::threadLocal_t::Emin, eneRndm, G4SPSEneDistribution::threadLocal_t::Ezero, G4cout, G4endl, G4UniformRand, G4SPSRandomGenerator::GenRandEnergy(), G4Cache< VALTYPE >::Get(), G4SPSEneDistribution::threadLocal_t::particle_energy, threadLocalData, and verbosityLevel.
Referenced by GenArbPointEnergies(), and GenerateOne().
|
private |
Definition at line 1106 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1106 of file G4SPSEneDistribution.cc
References G4Cache< VALTYPE >::Get(), MonoEnergy, SE, G4INCL::DeJongSpin::shoot(), and threadLocalData.
Referenced by GenerateOne().
Definition at line 1113 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1113 of file G4SPSEneDistribution.cc
References G4SPSEneDistribution::threadLocal_t::cept, G4SPSEneDistribution::threadLocal_t::Emax, G4SPSEneDistribution::threadLocal_t::Emin, eneRndm, G4cout, G4endl, G4UniformRand, G4SPSRandomGenerator::GenRandEnergy(), G4Cache< VALTYPE >::Get(), G4SPSEneDistribution::threadLocal_t::grad, G4SPSEneDistribution::threadLocal_t::particle_energy, threadLocalData, and verbosityLevel.
Referenced by GenArbPointEnergies(), and GenerateOne().
|
private |
Definition at line 1101 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1101 of file G4SPSEneDistribution.cc
References G4Cache< VALTYPE >::Get(), MonoEnergy, and threadLocalData.
Referenced by GenerateOne().
G4double G4SPSEneDistribution::GenerateOne | ( | G4ParticleDefinition * | a | ) |
Definition at line 1859 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1859 of file G4SPSEneDistribution.cc
References a, alpha, G4SPSEneDistribution::threadLocal_t::alpha, ArbEmax, ArbEmin, Biased, cept, G4SPSEneDistribution::threadLocal_t::cept, Emax, G4SPSEneDistribution::threadLocal_t::Emax, Emin, G4SPSEneDistribution::threadLocal_t::Emin, EnergyDisType, Ezero, G4SPSEneDistribution::threadLocal_t::Ezero, G4BestUnit, G4cout, G4endl, G4Exception(), GenArbPointEnergies(), GenEpnHistEnergies(), GenerateBbodyEnergies(), GenerateBiasPowEnergies(), GenerateBremEnergies(), GenerateCdgEnergies(), GenerateCPowEnergies(), GenerateExpEnergies(), GenerateGaussEnergies(), GenerateLinearEnergies(), GenerateMonoEnergetic(), GeneratePowEnergies(), GenUserHistEnergies(), G4Cache< VALTYPE >::Get(), grad, G4SPSEneDistribution::threadLocal_t::grad, JustWarning, MonoEnergy, G4SPSEneDistribution::threadLocal_t::particle_definition, G4SPSEneDistribution::threadLocal_t::particle_energy, threadLocalData, weight, and G4SPSEneDistribution::threadLocal_t::weight.
Referenced by G4SingleParticleSource::GeneratePrimaryVertex().
Definition at line 1170 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1170 of file G4SPSEneDistribution.cc
References G4SPSEneDistribution::threadLocal_t::alpha, G4SPSEneDistribution::threadLocal_t::Emax, G4SPSEneDistribution::threadLocal_t::Emin, eneRndm, G4cout, G4endl, G4UniformRand, G4SPSRandomGenerator::GenRandEnergy(), G4Cache< VALTYPE >::Get(), G4SPSEneDistribution::threadLocal_t::particle_energy, threadLocalData, and verbosityLevel.
Referenced by GenArbPointEnergies(), and GenerateOne().
|
private |
Definition at line 1541 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1541 of file G4SPSEneDistribution.cc
References DiffSpec, G4PhysicsVector::DumpValues(), EnergySpec, eneRndm, FatalException, G4cout, G4endl, G4Exception(), G4SPSRandomGenerator::GenRandEnergy(), G4Cache< VALTYPE >::Get(), G4PhysicsOrderedFreeVector::GetEnergy(), G4PhysicsVector::GetLowEdgeEnergy(), G4PhysicsVector::GetVectorLength(), G4PhysicsOrderedFreeVector::InsertValues(), IPDFEnergyExist, IPDFEnergyH, JustWarning, mass, particle_energy, sum, threadLocalData, UDefEnergyH, G4TemplateAutoLock< _Mutex_t >::unlock(), and verbosityLevel.
Referenced by GenerateOne().
G4double G4SPSEneDistribution::Getalpha | ( | ) |
Definition at line 300 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 300 of file G4SPSEneDistribution.cc
References G4Cache< VALTYPE >::Get(), and threadLocalData.
G4double G4SPSEneDistribution::GetArbEmax | ( | ) |
Definition at line 203 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 203 of file G4SPSEneDistribution.cc
References ArbEmax.
G4double G4SPSEneDistribution::GetArbEmin | ( | ) |
Definition at line 197 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 197 of file G4SPSEneDistribution.cc
References ArbEmin.
G4PhysicsOrderedFreeVector G4SPSEneDistribution::GetArbEnergyHisto | ( | ) |
Definition at line 332 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 332 of file G4SPSEneDistribution.cc
References ArbEnergyH.
G4double G4SPSEneDistribution::Getcept | ( | ) |
Definition at line 321 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 321 of file G4SPSEneDistribution.cc
References G4Cache< VALTYPE >::Get(), and threadLocalData.
G4double G4SPSEneDistribution::GetEmax | ( | ) |
Definition at line 215 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 215 of file G4SPSEneDistribution.cc
References G4Cache< VALTYPE >::Get(), and threadLocalData.
G4double G4SPSEneDistribution::GetEmin | ( | ) |
Definition at line 192 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 192 of file G4SPSEneDistribution.cc
References G4Cache< VALTYPE >::Get(), and threadLocalData.
G4String G4SPSEneDistribution::GetEnergyDisType | ( | ) |
Definition at line 180 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 180 of file G4SPSEneDistribution.cc
References EnergyDisType.
Referenced by UltraPrimaryGeneratorAction::GeneratePrimaries(), and G4GeneralParticleSource::ListSource().
G4double G4SPSEneDistribution::GetEzero | ( | ) |
Definition at line 305 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 305 of file G4SPSEneDistribution.cc
References G4Cache< VALTYPE >::Get(), and threadLocalData.
G4double G4SPSEneDistribution::Getgrad | ( | ) |
Definition at line 316 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 316 of file G4SPSEneDistribution.cc
References G4Cache< VALTYPE >::Get(), and threadLocalData.
G4String G4SPSEneDistribution::GetIntType | ( | ) |
Definition at line 265 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 265 of file G4SPSEneDistribution.cc
References IntType.
G4double G4SPSEneDistribution::GetMonoEnergy | ( | ) |
Definition at line 288 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 288 of file G4SPSEneDistribution.cc
References MonoEnergy.
Definition at line 1947 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1947 of file G4SPSEneDistribution.cc
References alpha, G4SPSEneDistribution::threadLocal_t::alpha, ArbEnergyH, G4SPSEneDistribution::threadLocal_t::cept, e, G4SPSEneDistribution::threadLocal_t::Emax, G4SPSEneDistribution::threadLocal_t::Emin, EnergyDisType, G4SPSEneDistribution::threadLocal_t::Ezero, G4cout, G4endl, G4Cache< VALTYPE >::Get(), G4SPSEneDistribution::threadLocal_t::grad, prob_norm, threadLocalData, and G4PhysicsVector::Value().
Referenced by GenerateBiasPowEnergies().
G4double G4SPSEneDistribution::GetSE | ( | ) |
Definition at line 294 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 294 of file G4SPSEneDistribution.cc
References SE.
G4double G4SPSEneDistribution::GetTemp | ( | ) |
Definition at line 310 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 310 of file G4SPSEneDistribution.cc
References Temp.
G4PhysicsOrderedFreeVector G4SPSEneDistribution::GetUserDefinedEnergyHisto | ( | ) |
Definition at line 326 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 326 of file G4SPSEneDistribution.cc
References UDefEnergyH.
G4double G4SPSEneDistribution::GetWeight | ( | ) |
Definition at line 283 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 283 of file G4SPSEneDistribution.cc
References G4Cache< VALTYPE >::Get(), and threadLocalData.
Referenced by G4SingleParticleSource::GeneratePrimaryVertex().
Definition at line 574 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 574 of file G4SPSEneDistribution.cc
References DiffSpec, G4cout, G4endl, and verbosityLevel.
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 566 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 566 of file G4SPSEneDistribution.cc
References EnergySpec, G4cout, G4endl, and verbosityLevel.
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
|
private |
Definition at line 604 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 604 of file G4SPSEneDistribution.cc
References Arb_cept, Arb_grad, Arb_grad_cept_flag, ArbEnergyH, DiffSpec, G4PhysicsVector::DumpValues(), EnergySpec, FatalException, G4cout, G4endl, G4Exception(), G4Cache< VALTYPE >::Get(), G4PhysicsVector::GetLowEdgeEnergy(), G4ParticleDefinition::GetPDGMass(), G4PhysicsVector::GetVectorLength(), G4PhysicsOrderedFreeVector::InsertValues(), IPDFArbEnergyH, mass, maxi, G4PhysicsVector::ScaleVector(), sum, threadLocalData, and verbosityLevel.
Referenced by ArbInterpolate().
|
private |
Definition at line 737 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 737 of file G4SPSEneDistribution.cc
References Arb_alpha, Arb_alpha_Const_flag, Arb_Const, Arb_ezero, ArbEnergyH, DiffSpec, e, EnergySpec, FatalException, G4cout, G4endl, G4Exception(), G4Cache< VALTYPE >::Get(), G4PhysicsVector::GetLowEdgeEnergy(), G4ParticleDefinition::GetPDGMass(), G4PhysicsVector::GetVectorLength(), G4PhysicsOrderedFreeVector::InsertValues(), IPDFArbEnergyH, mass, maxi, G4PhysicsVector::ScaleVector(), sum, threadLocalData, and verbosityLevel.
Referenced by ArbInterpolate().
Definition at line 1832 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 1832 of file G4SPSEneDistribution.cc
References ArbEnergyH, Emax, Emin, EpnEnergyH, G4cout, G4endl, IPDFArbEnergyH, IPDFArbExist, IPDFEnergyExist, IPDFEnergyH, UDefEnergyH, and ZeroPhysVector.
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 230 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 230 of file G4SPSEneDistribution.cc
References alpha, G4Cache< VALTYPE >::Get(), and threadLocalData.
Referenced by G4AdjointPrimaryGenerator::G4AdjointPrimaryGenerator(), and G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 226 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 226 of file G4SPSEneDistribution.cc
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 236 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 236 of file G4SPSEneDistribution.cc
References biasalpha, and Biased.
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
void G4SPSEneDistribution::SetBiasRndm | ( | G4SPSRandomGenerator * | a | ) |
Definition at line 271 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 271 of file G4SPSEneDistribution.cc
Referenced by G4SingleParticleSource::G4SingleParticleSource().
Definition at line 209 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 209 of file G4SPSEneDistribution.cc
References Emax, G4Cache< VALTYPE >::Get(), and threadLocalData.
Referenced by G4AdjointPrimaryGenerator::GenerateAdjointPrimaryVertex(), G4AdjointPrimaryGenerator::GenerateFwdPrimaryVertex(), and G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 186 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 186 of file G4SPSEneDistribution.cc
References Emin, G4Cache< VALTYPE >::Get(), and threadLocalData.
Referenced by G4AdjointPrimaryGenerator::GenerateAdjointPrimaryVertex(), G4AdjointPrimaryGenerator::GenerateFwdPrimaryVertex(), and G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 159 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 159 of file G4SPSEneDistribution.cc
References ArbEnergyH, EnergyDisType, EpnEnergyH, IPDFArbEnergyH, IPDFArbExist, IPDFEnergyExist, IPDFEnergyH, UDefEnergyH, and ZeroPhysVector.
Referenced by G4AdjointPrimaryGenerator::G4AdjointPrimaryGenerator(), and G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 247 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 247 of file G4SPSEneDistribution.cc
References Ezero, G4Cache< VALTYPE >::Get(), and threadLocalData.
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 253 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 253 of file G4SPSEneDistribution.cc
References G4Cache< VALTYPE >::Get(), grad, and threadLocalData.
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 259 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 259 of file G4SPSEneDistribution.cc
References c, cept, G4Cache< VALTYPE >::Get(), and threadLocalData.
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 221 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 221 of file G4SPSEneDistribution.cc
References MonoEnergy.
Referenced by HadrontherapyPrimaryGeneratorAction::GeneratePrimaries(), and G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 242 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 242 of file G4SPSEneDistribution.cc
References Temp.
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
Definition at line 277 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 277 of file G4SPSEneDistribution.cc
References a, and verbosityLevel.
Referenced by G4SingleParticleSource::SetVerbosity().
|
private |
Definition at line 995 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 995 of file G4SPSEneDistribution.cc
References ArbEnergyH, G4DataInterpolation::CubicSplineInterpolation(), DiffSpec, ei(), EnergySpec, FatalException, G4cout, G4endl, G4Exception(), G4Cache< VALTYPE >::Get(), G4PhysicsVector::GetLowEdgeEnergy(), G4ParticleDefinition::GetPDGMass(), G4PhysicsVector::GetVectorLength(), G4PhysicsOrderedFreeVector::InsertValues(), IPDFArbEnergyH, it, mass, maxi, G4PhysicsVector::ScaleVector(), SplineInt, Splinetemp, sum, threadLocalData, and verbosityLevel.
Referenced by ArbInterpolate().
void G4SPSEneDistribution::UserEnergyHisto | ( | G4ThreeVector | input | ) |
Definition at line 338 of file G4SPSEneDistribution.cc.
View newest version in sPHENIX GitHub at line 338 of file G4SPSEneDistribution.cc
References Emax, G4cout, G4endl, G4Cache< VALTYPE >::Get(), G4PhysicsOrderedFreeVector::InsertValues(), threadLocalData, UDefEnergyH, verbosityLevel, CLHEP::Hep3Vector::x(), and CLHEP::Hep3Vector::y().
Referenced by G4GeneralParticleSourceMessenger::SetNewValue().
|
private |
Definition at line 270 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 270 of file G4SPSEneDistribution.hh
Referenced by CalculateCPowSpectrum(), G4SPSEneDistribution(), GenerateOne(), GetProbability(), and SetAlpha().
|
private |
Definition at line 308 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 308 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), GenArbPointEnergies(), LogInterpolation(), and ~G4SPSEneDistribution().
|
private |
Definition at line 310 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 310 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), LogInterpolation(), and ~G4SPSEneDistribution().
|
private |
Definition at line 305 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 305 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), GenArbPointEnergies(), LinearInterpolation(), and ~G4SPSEneDistribution().
|
private |
Definition at line 309 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 309 of file G4SPSEneDistribution.hh
Referenced by ExpInterpolation(), G4SPSEneDistribution(), LogInterpolation(), and ~G4SPSEneDistribution().
|
private |
Definition at line 312 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 312 of file G4SPSEneDistribution.hh
Referenced by ExpInterpolation(), G4SPSEneDistribution(), GenArbPointEnergies(), LogInterpolation(), and ~G4SPSEneDistribution().
|
private |
Definition at line 313 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 313 of file G4SPSEneDistribution.hh
Referenced by ExpInterpolation(), G4SPSEneDistribution(), and ~G4SPSEneDistribution().
|
private |
Definition at line 304 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 304 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), GenArbPointEnergies(), LinearInterpolation(), and ~G4SPSEneDistribution().
|
private |
Definition at line 306 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 306 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), LinearInterpolation(), and ~G4SPSEneDistribution().
|
private |
Definition at line 314 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 314 of file G4SPSEneDistribution.hh
Referenced by ArbInterpolate(), G4SPSEneDistribution(), GenerateOne(), and GetArbEmax().
|
private |
Definition at line 314 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 314 of file G4SPSEneDistribution.hh
Referenced by ArbInterpolate(), G4SPSEneDistribution(), GenerateOne(), and GetArbEmin().
|
private |
Definition at line 283 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 283 of file G4SPSEneDistribution.hh
Referenced by ArbEnergyHisto(), ArbEnergyHistoFile(), ArbInterpolate(), ExpInterpolation(), GetArbEnergyHisto(), GetProbability(), LinearInterpolation(), LogInterpolation(), ReSetHist(), SetEnergyDisType(), and SplineInterpolation().
|
private |
Definition at line 290 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 290 of file G4SPSEneDistribution.hh
Referenced by BBInitHists(), CalculateBbodySpectrum(), G4SPSEneDistribution(), GenerateBbodyEnergies(), and ~G4SPSEneDistribution().
|
private |
Definition at line 293 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 293 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), and GenerateBbodyEnergies().
|
private |
Definition at line 292 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 292 of file G4SPSEneDistribution.hh
Referenced by BBInitHists(), Calculate(), and G4SPSEneDistribution().
|
private |
Definition at line 291 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 291 of file G4SPSEneDistribution.hh
Referenced by BBInitHists(), CalculateBbodySpectrum(), G4SPSEneDistribution(), GenerateBbodyEnergies(), and ~G4SPSEneDistribution().
|
private |
Definition at line 272 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 272 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), GenerateBiasPowEnergies(), and SetBiasAlpha().
|
private |
Definition at line 275 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 275 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), GenerateOne(), and SetBiasAlpha().
|
private |
Definition at line 286 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 286 of file G4SPSEneDistribution.hh
Referenced by CalculateCdgSpectrum(), and GenerateCdgEnergies().
|
private |
Definition at line 273 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 273 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), GenerateOne(), and SetInterCept().
|
private |
Definition at line 296 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 296 of file G4SPSEneDistribution.hh
Referenced by CalculateCPowSpectrum(), CPInitHists(), G4SPSEneDistribution(), GenerateCPowEnergies(), and ~G4SPSEneDistribution().
|
private |
Definition at line 295 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 295 of file G4SPSEneDistribution.hh
Referenced by CalculateCPowSpectrum(), CPInitHists(), G4SPSEneDistribution(), GenerateCPowEnergies(), and ~G4SPSEneDistribution().
|
private |
Definition at line 298 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 298 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), and GenerateCPowEnergies().
|
private |
Definition at line 297 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 297 of file G4SPSEneDistribution.hh
Referenced by Calculate(), CPInitHists(), and G4SPSEneDistribution().
|
private |
Definition at line 277 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 277 of file G4SPSEneDistribution.hh
Referenced by ExpInterpolation(), G4SPSEneDistribution(), GenUserHistEnergies(), InputDifferentialSpectra(), LinearInterpolation(), LogInterpolation(), and SplineInterpolation().
|
private |
Definition at line 269 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 269 of file G4SPSEneDistribution.hh
Referenced by EpnEnergyHisto(), G4SPSEneDistribution(), GenerateOne(), ReSetHist(), SetEmax(), and UserEnergyHisto().
|
private |
Definition at line 269 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 269 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), GenerateOne(), ReSetHist(), and SetEmin().
|
private |
Definition at line 264 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 264 of file G4SPSEneDistribution.hh
Referenced by ArbInterpolate(), Calculate(), G4SPSEneDistribution(), GenerateOne(), GetEnergyDisType(), GetProbability(), and SetEnergyDisType().
|
private |
Definition at line 276 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 276 of file G4SPSEneDistribution.hh
Referenced by ExpInterpolation(), G4SPSEneDistribution(), GenUserHistEnergies(), InputEnergySpectra(), LinearInterpolation(), LogInterpolation(), and SplineInterpolation().
|
private |
Definition at line 318 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 318 of file G4SPSEneDistribution.hh
Referenced by GenArbPointEnergies(), GenEpnHistEnergies(), GenerateBbodyEnergies(), GenerateBiasPowEnergies(), GenerateBremEnergies(), GenerateCdgEnergies(), GenerateCPowEnergies(), GenerateExpEnergies(), GenerateLinearEnergies(), GeneratePowEnergies(), GenUserHistEnergies(), and SetBiasRndm().
|
private |
Definition at line 285 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 285 of file G4SPSEneDistribution.hh
Referenced by ConvertEPNToEnergy(), EpnEnergyHisto(), ReSetHist(), and SetEnergyDisType().
|
private |
Definition at line 282 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 282 of file G4SPSEneDistribution.hh
Referenced by ConvertEPNToEnergy(), EpnEnergyHisto(), and GenEpnHistEnergies().
|
private |
Definition at line 270 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 270 of file G4SPSEneDistribution.hh
Referenced by CalculateCPowSpectrum(), G4SPSEneDistribution(), GenerateOne(), and SetEzero().
|
private |
Definition at line 273 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 273 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), GenerateOne(), and SetGradient().
|
private |
Definition at line 302 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 302 of file G4SPSEneDistribution.hh
Referenced by ArbInterpolate(), G4SPSEneDistribution(), GenArbPointEnergies(), and GetIntType().
|
private |
Definition at line 284 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 284 of file G4SPSEneDistribution.hh
Referenced by ExpInterpolation(), GenArbPointEnergies(), LinearInterpolation(), LogInterpolation(), ReSetHist(), SetEnergyDisType(), and SplineInterpolation().
|
private |
Definition at line 282 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 282 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), ReSetHist(), and SetEnergyDisType().
|
private |
Definition at line 282 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 282 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), GenEpnHistEnergies(), GenUserHistEnergies(), ReSetHist(), and SetEnergyDisType().
|
private |
Definition at line 281 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 281 of file G4SPSEneDistribution.hh
Referenced by GenEpnHistEnergies(), GenUserHistEnergies(), ReSetHist(), and SetEnergyDisType().
|
private |
Definition at line 266 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 266 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), GenerateGaussEnergies(), GenerateMonoEnergetic(), GenerateOne(), GetMonoEnergy(), and SetMonoEnergy().
|
private |
Definition at line 328 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 328 of file G4SPSEneDistribution.hh
|
private |
Definition at line 316 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 316 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), and GenUserHistEnergies().
|
private |
Definition at line 274 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 274 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), and GetProbability().
|
private |
Definition at line 267 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 267 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), GenerateGaussEnergies(), GetSE(), and SetBeamSigmaInE().
|
private |
Definition at line 325 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 325 of file G4SPSEneDistribution.hh
Referenced by GenArbPointEnergies(), SplineInterpolation(), and ~G4SPSEneDistribution().
|
private |
Definition at line 326 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 326 of file G4SPSEneDistribution.hh
Referenced by SplineInterpolation().
|
private |
Definition at line 271 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 271 of file G4SPSEneDistribution.hh
Referenced by CalculateBbodySpectrum(), G4SPSEneDistribution(), GenerateBremEnergies(), GetTemp(), and SetTemp().
|
private |
Definition at line 343 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 343 of file G4SPSEneDistribution.hh
Referenced by CalculateBbodySpectrum(), CalculateCdgSpectrum(), CalculateCPowSpectrum(), ConvertEPNToEnergy(), EpnEnergyHisto(), ExpInterpolation(), G4SPSEneDistribution(), GenArbPointEnergies(), GenEpnHistEnergies(), GenerateBbodyEnergies(), GenerateBiasPowEnergies(), GenerateBremEnergies(), GenerateCdgEnergies(), GenerateCPowEnergies(), GenerateExpEnergies(), GenerateGaussEnergies(), GenerateLinearEnergies(), GenerateMonoEnergetic(), GenerateOne(), GeneratePowEnergies(), GenUserHistEnergies(), Getalpha(), Getcept(), GetEmax(), GetEmin(), GetEzero(), Getgrad(), GetProbability(), GetWeight(), LinearInterpolation(), LogInterpolation(), SetAlpha(), SetEmax(), SetEmin(), SetEzero(), SetGradient(), SetInterCept(), SplineInterpolation(), and UserEnergyHisto().
|
private |
Definition at line 280 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 280 of file G4SPSEneDistribution.hh
Referenced by ConvertEPNToEnergy(), GenEpnHistEnergies(), GenUserHistEnergies(), GetUserDefinedEnergyHisto(), ReSetHist(), SetEnergyDisType(), and UserEnergyHisto().
|
private |
Definition at line 321 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 321 of file G4SPSEneDistribution.hh
Referenced by ArbEnergyHisto(), EpnEnergyHisto(), ExpInterpolation(), G4SPSEneDistribution(), GenArbPointEnergies(), GenEpnHistEnergies(), GenerateBbodyEnergies(), GenerateBiasPowEnergies(), GenerateBremEnergies(), GenerateCdgEnergies(), GenerateCPowEnergies(), GenerateExpEnergies(), GenerateLinearEnergies(), GeneratePowEnergies(), GenUserHistEnergies(), InputDifferentialSpectra(), InputEnergySpectra(), LinearInterpolation(), LogInterpolation(), SetVerbosity(), SplineInterpolation(), and UserEnergyHisto().
|
private |
Definition at line 265 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 265 of file G4SPSEneDistribution.hh
Referenced by G4SPSEneDistribution(), and GenerateOne().
|
private |
Definition at line 323 of file G4SPSEneDistribution.hh.
View newest version in sPHENIX GitHub at line 323 of file G4SPSEneDistribution.hh
Referenced by ReSetHist(), and SetEnergyDisType().