![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Inheritance diagram for G4eeToHadronsModel:
Collaboration diagram for G4eeToHadronsModel:Private Member Functions | |
| void | ComputeCMCrossSectionPerElectron () |
| G4eeToHadronsModel & | operator= (const G4eeToHadronsModel &right)=delete |
| G4eeToHadronsModel (const G4eeToHadronsModel &)=delete | |
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 *) |
Protected Attributes inherited from G4VEmModel | |
| G4ElementData * | fElementData |
| G4VParticleChange * | pParticleChange |
| G4PhysicsTable * | xSectionTable |
| const G4Material * | pBaseMaterial |
| const std::vector< G4double > * | theDensityFactor |
| const std::vector< G4int > * | theDensityIdx |
| size_t | idxTable |
| G4bool | lossFlucFlag |
| G4double | inveplus |
| G4double | pFactor |
Definition at line 58 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 58 of file G4eeToHadronsModel.hh
|
explicit |
Definition at line 69 of file G4eeToHadronsModel.cc.
View newest version in sPHENIX GitHub at line 69 of file G4eeToHadronsModel.cc
References emax, emin, epeak, G4Gamma::Gamma(), G4VEmModel::HighEnergyLimit(), highKinEnergy, G4VEmModel::LowEnergyLimit(), lowKinEnergy, peakKinEnergy, and theGamma.
Here is the call graph for this function:
|
virtual |
Definition at line 91 of file G4eeToHadronsModel.cc.
View newest version in sPHENIX GitHub at line 91 of file G4eeToHadronsModel.cc
References model.
|
privatedelete |
|
private |
Definition at line 234 of file G4eeToHadronsModel.cc.
View newest version in sPHENIX GitHub at line 234 of file G4eeToHadronsModel.cc
References crossBornPerElectron, crossPerElectron, e, e1, e2, source.hepunit::electron_mass_c2, G4PhysicsVector::Energy(), source.hepunit::fine_structure_const, G4Exp(), G4Log(), LL, nbins, pi, G4PhysicsVector::PutValue(), s1, G4PhysicsVector::Value(), x1, and x2.
Referenced by Initialise().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from G4VEmModel.
Definition at line 161 of file G4eeToHadronsModel.cc.
View newest version in sPHENIX GitHub at line 161 of file G4eeToHadronsModel.cc
References ComputeCrossSectionPerElectron().
Here is the call graph for this function:
|
virtual |
Definition at line 172 of file G4eeToHadronsModel.cc.
View newest version in sPHENIX GitHub at line 172 of file G4eeToHadronsModel.cc
References crossPerElectron, and G4PhysicsVector::Value().
Referenced by ComputeCrossSectionPerAtom(), and CrossSectionPerVolume().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from G4VEmModel.
Definition at line 149 of file G4eeToHadronsModel.cc.
View newest version in sPHENIX GitHub at line 149 of file G4eeToHadronsModel.cc
References ComputeCrossSectionPerElectron(), and G4Material::GetElectronDensity().
Here is the call graph for this function:| G4DynamicParticle * G4eeToHadronsModel::GenerateCMPhoton | ( | G4double | e | ) |
Definition at line 274 of file G4eeToHadronsModel.cc.
View newest version in sPHENIX GitHub at line 274 of file G4eeToHadronsModel.cc
References crossBornPerElectron, dir, e1, source.hepunit::electron_mass_c2, emax, emin, epeak, f, source.hepunit::fine_structure_const, G4cout, G4endl, G4Exp(), G4Log(), G4UniformRand, LL, max, min, nbins, pi, G4InuclParticleNames::s0, s1, CLHEP::Hep3Vector::set(), theGamma, G4PhysicsVector::Value(), x, xmax, and xmin.
Referenced by SampleSecondaries().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements G4VEmModel.
Definition at line 98 of file G4eeToHadronsModel.cc.
View newest version in sPHENIX GitHub at line 98 of file G4eeToHadronsModel.cc
References ComputeCMCrossSectionPerElectron(), crossBornPerElectron, crossPerElectron, e, emax, emin, G4PhysicsVector::Energy(), epeak, G4cout, G4endl, G4PhysicsVector::GetVectorLength(), isInitialised, MeV, min, nanobarn, nbins, G4PhysicsVector::PutValue(), s1, G4PhysicsVector::Value(), and verbose.
Referenced by G4eeToHadronsMultiModel::AddEEModel().
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatedelete |
|
inline |
Definition at line 127 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 127 of file G4eeToHadronsModel.hh
References peakKinEnergy.
|
overridevirtual |
Implements G4VEmModel.
Definition at line 182 of file G4eeToHadronsModel.cc.
View newest version in sPHENIX GitHub at line 182 of file G4eeToHadronsModel.cc
References kdfinder::abs(), CLHEP::HepLorentzVector::boost(), CLHEP::HepLorentzVector::boostVector(), crossPerElectron, dir, e, CLHEP::HepLorentzVector::e(), source.hepunit::electron_mass_c2, emin, G4cout, G4endl, GenerateCMPhoton(), G4DynamicParticle::Get4Momentum(), G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMomentumDirection(), CLHEP::HepLorentzVector::m(), mass, MeV, G4DynamicParticle::Set4Momentum(), t, and v.
Here is the call graph for this function:
|
private |
Definition at line 111 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 111 of file G4eeToHadronsModel.hh
Referenced by ComputeCMCrossSectionPerElectron(), GenerateCMPhoton(), and Initialise().
|
private |
Definition at line 110 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 110 of file G4eeToHadronsModel.hh
Referenced by ComputeCMCrossSectionPerElectron(), ComputeCrossSectionPerElectron(), Initialise(), and SampleSecondaries().
|
private |
Definition at line 122 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 122 of file G4eeToHadronsModel.hh
Referenced by G4eeToHadronsModel(), GenerateCMPhoton(), and Initialise().
|
private |
Definition at line 120 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 120 of file G4eeToHadronsModel.hh
Referenced by G4eeToHadronsModel(), GenerateCMPhoton(), Initialise(), and SampleSecondaries().
|
private |
Definition at line 121 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 121 of file G4eeToHadronsModel.hh
Referenced by G4eeToHadronsModel(), GenerateCMPhoton(), and Initialise().
|
private |
Definition at line 118 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 118 of file G4eeToHadronsModel.hh
Referenced by G4eeToHadronsModel().
|
private |
Definition at line 112 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 112 of file G4eeToHadronsModel.hh
Referenced by Initialise().
|
private |
Definition at line 116 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 116 of file G4eeToHadronsModel.hh
Referenced by G4eeToHadronsModel().
|
private |
Definition at line 108 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 108 of file G4eeToHadronsModel.hh
Referenced by ~G4eeToHadronsModel().
|
private |
Definition at line 113 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 113 of file G4eeToHadronsModel.hh
Referenced by ComputeCMCrossSectionPerElectron(), GenerateCMPhoton(), and Initialise().
|
private |
Definition at line 117 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 117 of file G4eeToHadronsModel.hh
Referenced by G4eeToHadronsModel(), and PeakEnergy().
|
private |
Definition at line 109 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 109 of file G4eeToHadronsModel.hh
Referenced by G4eeToHadronsModel(), and GenerateCMPhoton().
|
private |
Definition at line 114 of file G4eeToHadronsModel.hh.
View newest version in sPHENIX GitHub at line 114 of file G4eeToHadronsModel.hh
Referenced by Initialise().