ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/optical/include/G4OpRayleigh.hh>
Protected Attributes | |
G4PhysicsTable * | thePhysicsTable |
Private Member Functions | |
G4OpRayleigh (const G4OpRayleigh &right)=delete | |
G4OpRayleigh & | operator= (const G4OpRayleigh &right)=delete |
G4PhysicsOrderedFreeVector * | CalculateRayleighMeanFreePaths (const G4Material *material) const |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Definition at line 68 of file G4OpRayleigh.hh.
View newest version in sPHENIX GitHub at line 68 of file G4OpRayleigh.hh
|
explicit |
Definition at line 73 of file G4OpRayleigh.cc.
View newest version in sPHENIX GitHub at line 73 of file G4OpRayleigh.cc
References fOpRayleigh, G4cout, G4endl, G4VProcess::GetProcessName(), G4VProcess::SetProcessSubType(), thePhysicsTable, and G4VProcess::verboseLevel.
|
virtual |
Definition at line 87 of file G4OpRayleigh.cc.
View newest version in sPHENIX GitHub at line 87 of file G4OpRayleigh.cc
References G4PhysicsTable::clearAndDestroy(), and thePhysicsTable.
|
privatedelete |
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 191 of file G4OpRayleigh.cc.
View newest version in sPHENIX GitHub at line 191 of file G4OpRayleigh.cc
References CalculateRayleighMeanFreePaths(), G4PhysicsTable::clearAndDestroy(), G4Material::GetMaterialPropertiesTable(), G4Material::GetMaterialTable(), G4Material::GetNumberOfMaterials(), G4MaterialPropertiesTable::GetProperty(), G4PhysicsTable::insertAt(), kRAYLEIGH, material(), and thePhysicsTable.
|
private |
Calculates the mean free paths for a material as a function of photon energy
Definition at line 239 of file G4OpRayleigh.cc.
View newest version in sPHENIX GitHub at line 239 of file G4OpRayleigh.cc
References c1, c2, source.hepunit::c_light, G4MaterialPropertiesTable::ConstPropertyExists(), energy, G4PhysicsVector::Energy(), G4cout, G4endl, G4MaterialPropertiesTable::GetConstProperty(), G4Material::GetMaterialPropertiesTable(), G4Material::GetName(), G4MaterialPropertiesTable::GetProperty(), G4Material::GetTemperature(), G4PhysicsVector::GetVectorLength(), source.hepunit::h_Planck, G4PhysicsOrderedFreeVector::InsertValues(), source.hepunit::k_Boltzmann, kelvin, kISOTHERMAL_COMPRESSIBILITY, kRINDEX, kRS_SCALE_FACTOR, m3, MeV, pi, twopi, and G4VProcess::verboseLevel.
Referenced by BuildPhysicsTable().
|
inlinevirtual |
Definition at line 129 of file G4OpRayleigh.hh.
View newest version in sPHENIX GitHub at line 129 of file G4OpRayleigh.hh
References G4PhysicsVector::DumpValues(), G4PhysicsTable::entries(), thePhysicsTable, and v.
|
overridevirtual |
Implements G4VDiscreteProcess.
Definition at line 220 of file G4OpRayleigh.cc.
View newest version in sPHENIX GitHub at line 220 of file G4OpRayleigh.cc
References DBL_MAX, G4Track::GetDynamicParticle(), G4Material::GetIndex(), G4Track::GetMaterial(), G4DynamicParticle::GetTotalMomentum(), material(), particle, and G4PhysicsVector::Value().
|
inlinevirtual |
Definition at line 141 of file G4OpRayleigh.hh.
View newest version in sPHENIX GitHub at line 141 of file G4OpRayleigh.hh
References thePhysicsTable.
|
inlineoverridevirtual |
Reimplemented from G4VProcess.
Definition at line 123 of file G4OpRayleigh.hh.
View newest version in sPHENIX GitHub at line 123 of file G4OpRayleigh.hh
References G4OpticalPhoton::OpticalPhoton().
|
privatedelete |
|
overridevirtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 98 of file G4OpRayleigh.cc.
View newest version in sPHENIX GitHub at line 98 of file G4OpRayleigh.cc
References G4VProcess::aParticleChange, CLHEP::Hep3Vector::dot(), G4cout, G4endl, G4UniformRand, G4Track::GetDynamicParticle(), G4DynamicParticle::GetMomentumDirection(), G4ParticleChange::GetMomentumDirection(), G4ParticleChange::GetPolarization(), G4DynamicParticle::GetPolarization(), G4ParticleChange::Initialize(), CLHEP::Hep3Vector::mag(), G4VDiscreteProcess::PostStepDoIt(), G4ParticleChange::ProposeMomentumDirection(), G4ParticleChange::ProposePolarization(), CLHEP::Hep3Vector::rotateUz(), CLHEP::Hep3Vector::set(), twopi, CLHEP::Hep3Vector::unit(), and G4VProcess::verboseLevel.
|
protected |
Definition at line 102 of file G4OpRayleigh.hh.
View newest version in sPHENIX GitHub at line 102 of file G4OpRayleigh.hh
Referenced by BuildPhysicsTable(), DumpPhysicsTable(), G4OpRayleigh(), GetPhysicsTable(), and ~G4OpRayleigh().