Geant4.10
|
#include <G4SynchrotronRadiation.hh>
Additional Inherited Members | |
![]() | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
![]() | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
![]() | |
const G4ProcessManager * | aProcessManager |
G4VParticleChange * | pParticleChange |
G4ParticleChange | aParticleChange |
G4double | theNumberOfInteractionLengthLeft |
G4double | currentInteractionLength |
G4double | theInitialNumberOfInteractionLength |
G4String | theProcessName |
G4String | thePhysicsTableFileName |
G4ProcessType | theProcessType |
G4int | theProcessSubType |
G4double | thePILfactor |
G4bool | enableAtRestDoIt |
G4bool | enableAlongStepDoIt |
G4bool | enablePostStepDoIt |
G4int | verboseLevel |
Definition at line 64 of file G4SynchrotronRadiation.hh.
G4SynchrotronRadiation::G4SynchrotronRadiation | ( | const G4String & | pName = "SynRad" , |
G4ProcessType | type = fElectromagnetic |
||
) |
Definition at line 57 of file G4SynchrotronRadiation.cc.
References python.hepunit::c_light, python.hepunit::electron_mass_c2, python.hepunit::eplus, python.hepunit::fine_structure_const, fSynchrotronRadiation, G4TransportationManager::GetPropagatorInField(), G4TransportationManager::GetTransportationManager(), python.hepunit::hbar_Planck, SetAngularGenerator(), G4VProcess::SetProcessSubType(), and G4VProcess::verboseLevel.
|
virtual |
Definition at line 85 of file G4SynchrotronRadiation.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 401 of file G4SynchrotronRadiation.cc.
References PrintInfoDefinition(), and G4VProcess::verboseLevel.
|
inline |
Definition at line 117 of file G4SynchrotronRadiation.hh.
References test::b.
Referenced by InvSynFracInt().
|
virtual |
Implements G4VDiscreteProcess.
Definition at line 115 of file G4SynchrotronRadiation.cc.
References python.hepunit::c_light, CLHEP::Hep3Vector::cross(), DBL_MAX, G4PropagatorInField::FindAndSetFieldManager(), G4BestUnit, G4cout, G4endl, G4DynamicParticle::GetDefinition(), G4FieldManager::GetDetectorField(), G4Track::GetDynamicParticle(), G4Field::GetFieldValue(), G4Track::GetGlobalTime(), G4DynamicParticle::GetMass(), G4DynamicParticle::GetMomentum(), G4DynamicParticle::GetMomentumDirection(), G4ParticleDefinition::GetPDGCharge(), G4Track::GetPosition(), CLHEP::Hep3Vector::getR(), G4DynamicParticle::GetTotalEnergy(), G4Track::GetVolume(), CLHEP::Hep3Vector::mag(), python.hepunit::MeV, NotForced, python.hepunit::tesla, CLHEP::Hep3Vector::theta(), G4VProcess::verboseLevel, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
G4double G4SynchrotronRadiation::GetPhotonEnergy | ( | const G4Track & | trackData, |
const G4Step & | stepData | ||
) |
Definition at line 373 of file G4SynchrotronRadiation.cc.
References G4BestUnit, G4cout, G4endl, G4UniformRand, InvSynFracInt(), and G4VProcess::verboseLevel.
Referenced by PostStepDoIt().
Definition at line 313 of file G4SynchrotronRadiation.cc.
References Chebyshev(), and G4Log().
Referenced by GetRandomEnergySR().
|
virtual |
Reimplemented from G4VProcess.
Definition at line 103 of file G4SynchrotronRadiation.cc.
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 212 of file G4SynchrotronRadiation.cc.
References G4ParticleChange::AddSecondary(), G4VProcess::aParticleChange, CLHEP::Hep3Vector::cross(), G4PropagatorInField::FindAndSetFieldManager(), G4DynamicParticle::GetDefinition(), G4FieldManager::GetDetectorField(), G4Track::GetDynamicParticle(), G4Field::GetFieldValue(), G4Track::GetGlobalTime(), G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMass(), G4DynamicParticle::GetMomentumDirection(), G4ParticleDefinition::GetPDGCharge(), G4Track::GetPosition(), GetRandomEnergySR(), G4DynamicParticle::GetTotalEnergy(), G4Track::GetVolume(), G4ParticleChange::Initialize(), CLHEP::Hep3Vector::mag(), G4VDiscreteProcess::PostStepDoIt(), G4ParticleChange::ProposeEnergy(), G4VEmAngularDistribution::SampleDirection(), G4VParticleChange::SetNumberOfSecondaries(), G4DynamicParticle::SetPolarization(), CLHEP::Hep3Vector::unit(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
|
virtual |
Definition at line 410 of file G4SynchrotronRadiation.cc.
References G4cout, G4endl, and G4VProcess::GetProcessName().
Referenced by BuildPhysicsTable().
void G4SynchrotronRadiation::SetAngularGenerator | ( | G4VEmAngularDistribution * | p | ) |