Geant4
10.01.p02
|
#include <G4DNAChampionElasticModel.hh>
Protected Attributes | |
G4ParticleChangeForGamma * | fParticleChangeForGamma |
Protected Attributes inherited from G4VEmModel | |
CLHEP::HepRandomEngine * | rndmEngineMod |
G4ElementData * | fElementData |
G4VParticleChange * | pParticleChange |
G4PhysicsTable * | xSectionTable |
const std::vector< G4double > * | theDensityFactor |
const std::vector< G4int > * | theDensityIdx |
size_t | idxTable |
Private Types | |
typedef std::map< G4String, G4String, std::less< G4String > > | MapFile |
typedef std::map< G4String, G4DNACrossSectionDataSet *, std::less< G4String > > | MapData |
typedef std::map< double, std::map< double, double > > | TriDimensionMap |
typedef std::map< double, std::vector< double > > | VecMap |
Private Member Functions | |
G4double | Theta (G4ParticleDefinition *aParticleDefinition, G4double k, G4double integrDiff) |
G4double | LinLinInterpolate (G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2) |
G4double | LinLogInterpolate (G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2) |
G4double | LogLogInterpolate (G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2) |
G4double | QuadInterpolator (G4double e11, G4double e12, G4double e21, G4double e22, G4double x11, G4double x12, G4double x21, G4double x22, G4double t1, G4double t2, G4double t, G4double e) |
G4double | RandomizeCosTheta (G4double k) |
G4DNAChampionElasticModel & | operator= (const G4DNAChampionElasticModel &right) |
G4DNAChampionElasticModel (const G4DNAChampionElasticModel &) | |
Private Attributes | |
const std::vector< G4double > * | fpMolWaterDensity |
G4double | killBelowEnergy |
G4double | lowEnergyLimit |
G4double | highEnergyLimit |
G4bool | isInitialised |
G4int | verboseLevel |
MapFile | tableFile |
MapData | tableData |
TriDimensionMap | eDiffCrossSectionData |
std::vector< double > | eTdummyVec |
VecMap | eVecm |
Additional Inherited Members | |
Protected Member Functions inherited from G4VEmModel | |
G4ParticleChangeForLoss * | GetParticleChangeForLoss () |
G4ParticleChangeForGamma * | GetParticleChangeForGamma () |
virtual G4double | MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy) |
const G4MaterialCutsCouple * | CurrentCouple () const |
void | SetCurrentElement (const G4Element *) |
Static Protected Attributes inherited from G4VEmModel | |
static const G4double | inveplus = 1.0/CLHEP::eplus |
Definition at line 41 of file G4DNAChampionElasticModel.hh.
|
private |
Definition at line 91 of file G4DNAChampionElasticModel.hh.
|
private |
Definition at line 88 of file G4DNAChampionElasticModel.hh.
|
private |
Definition at line 133 of file G4DNAChampionElasticModel.hh.
|
private |
Definition at line 138 of file G4DNAChampionElasticModel.hh.
G4DNAChampionElasticModel::G4DNAChampionElasticModel | ( | const G4ParticleDefinition * | p = 0 , |
const G4String & | nam = "DNAChampionElasticModel" |
||
) |
Definition at line 40 of file G4DNAChampionElasticModel.cc.
References eV, fParticleChangeForGamma, fpMolWaterDensity, G4cout, G4endl, highEnergyLimit, killBelowEnergy, lowEnergyLimit, MeV, G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetLowEnergyLimit(), and verboseLevel.
|
virtual |
Definition at line 73 of file G4DNAChampionElasticModel.cc.
|
private |
|
virtual |
Reimplemented from G4VEmModel.
Definition at line 215 of file G4DNAChampionElasticModel.cc.
References cm, DBL_MAX, eV, FatalException, G4DNACrossSectionDataSet::FindValue(), G4cout, G4endl, G4Exception(), G4Material::GetIndex(), G4ParticleDefinition::GetParticleName(), highEnergyLimit, killBelowEnergy, pos, tableData, and verboseLevel.
|
inline |
Definition at line 67 of file G4DNAChampionElasticModel.hh.
References killBelowEnergy.
|
virtual |
Implements G4VEmModel.
Definition at line 92 of file G4DNAChampionElasticModel.cc.
References cm, eDiffCrossSectionData, G4InuclParticleNames::electron, G4Electron::ElectronDefinition(), eTdummyVec, eV, eVecm, FatalException, fParticleChangeForGamma, fpMolWaterDensity, G4cout, G4endl, G4Exception(), G4Material::GetMaterial(), G4DNAMolecularMaterial::GetNumMolPerVolTableFor(), G4VEmModel::GetParticleChangeForGamma(), G4ParticleDefinition::GetParticleName(), highEnergyLimit, G4VEmModel::HighEnergyLimit(), G4DNAMolecularMaterial::Initialize(), G4DNAMolecularMaterial::Instance(), isInitialised, G4DNACrossSectionDataSet::LoadData(), lowEnergyLimit, G4VEmModel::LowEnergyLimit(), MeV, G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetLowEnergyLimit(), tableData, tableFile, and verboseLevel.
|
private |
Definition at line 395 of file G4DNAChampionElasticModel.cc.
Referenced by QuadInterpolator().
|
private |
Definition at line 381 of file G4DNAChampionElasticModel.cc.
|
private |
Definition at line 409 of file G4DNAChampionElasticModel.cc.
References a.
|
private |
|
private |
Definition at line 425 of file G4DNAChampionElasticModel.cc.
References LinLinInterpolate().
Referenced by Theta().
Definition at line 462 of file G4DNAChampionElasticModel.cc.
References G4Electron::ElectronDefinition(), eV, G4UniformRand, G4INCL::Math::pi, and Theta().
Referenced by SampleSecondaries().
|
virtual |
Implements G4VEmModel.
Definition at line 279 of file G4DNAChampionElasticModel.cc.
References fParticleChangeForGamma, fStopAndKill, G4cout, G4endl, G4UniformRand, G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMomentumDirection(), highEnergyLimit, killBelowEnergy, G4INCL::Math::pi, G4VParticleChange::ProposeLocalEnergyDeposit(), G4ParticleChangeForGamma::ProposeMomentumDirection(), G4VParticleChange::ProposeTrackStatus(), RandomizeCosTheta(), G4ParticleChangeForGamma::SetProposedKineticEnergy(), and verboseLevel.
void G4DNAChampionElasticModel::SetKillBelowThreshold | ( | G4double | threshold | ) |
Definition at line 480 of file G4DNAChampionElasticModel.cc.
References eV, G4cout, G4endl, and killBelowEnergy.
|
private |
Definition at line 326 of file G4DNAChampionElasticModel.cc.
References eDiffCrossSectionData, G4Electron::ElectronDefinition(), eTdummyVec, eVecm, and QuadInterpolator().
Referenced by RandomizeCosTheta().
|
private |
Definition at line 135 of file G4DNAChampionElasticModel.hh.
Referenced by Initialise(), and Theta().
|
private |
Definition at line 136 of file G4DNAChampionElasticModel.hh.
Referenced by Initialise(), and Theta().
|
private |
Definition at line 139 of file G4DNAChampionElasticModel.hh.
Referenced by Initialise(), Theta(), and ~G4DNAChampionElasticModel().
|
protected |
Definition at line 74 of file G4DNAChampionElasticModel.hh.
Referenced by G4DNAChampionElasticModel(), Initialise(), and SampleSecondaries().
|
private |
Definition at line 78 of file G4DNAChampionElasticModel.hh.
Referenced by G4DNAChampionElasticModel(), and Initialise().
|
private |
Definition at line 82 of file G4DNAChampionElasticModel.hh.
Referenced by CrossSectionPerVolume(), G4DNAChampionElasticModel(), Initialise(), and SampleSecondaries().
|
private |
Definition at line 83 of file G4DNAChampionElasticModel.hh.
Referenced by Initialise().
|
private |
Definition at line 80 of file G4DNAChampionElasticModel.hh.
Referenced by CrossSectionPerVolume(), G4DNAChampionElasticModel(), GetKillBelowThreshold(), SampleSecondaries(), and SetKillBelowThreshold().
|
private |
Definition at line 81 of file G4DNAChampionElasticModel.hh.
Referenced by G4DNAChampionElasticModel(), and Initialise().
|
private |
Definition at line 92 of file G4DNAChampionElasticModel.hh.
Referenced by CrossSectionPerVolume(), Initialise(), and ~G4DNAChampionElasticModel().
|
private |
Definition at line 89 of file G4DNAChampionElasticModel.hh.
Referenced by Initialise().
|
private |
Definition at line 84 of file G4DNAChampionElasticModel.hh.
Referenced by CrossSectionPerVolume(), G4DNAChampionElasticModel(), Initialise(), and SampleSecondaries().