ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "G4SeltzerBergerModel.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "Randomize.hh"
#include "G4Material.hh"
#include "G4Element.hh"
#include "G4ElementVector.hh"
#include "G4ParticleChangeForLoss.hh"
#include "G4SBBremTable.hh"
#include "G4ModifiedTsai.hh"
#include "G4EmParameters.hh"
#include "G4ProductionCutsTable.hh"
#include "G4Physics2DVector.hh"
#include "G4Exp.hh"
#include "G4Log.hh"
#include "G4ios.hh"
#include <fstream>
#include <iomanip>
#include <sstream>
Go to the source code of this file.
Variables | |
static const G4double | kMC2 = CLHEP::electron_mass_c2 |
static const G4double | kAlpha = CLHEP::twopi*CLHEP::fine_structure_const |
|
static |
Definition at line 86 of file G4SeltzerBergerModel.cc.
View newest version in sPHENIX GitHub at line 86 of file G4SeltzerBergerModel.cc
Referenced by G4SeltzerBergerModel::ComputeDXSectionPerAtom(), nlohmann::detail::dtoa_impl::get_cached_power_for_binary_exponent(), nlohmann::detail::dtoa_impl::grisu2_digit_gen(), and G4SeltzerBergerModel::SampleEnergyTransfer().
|
static |
Definition at line 85 of file G4SeltzerBergerModel.cc.
View newest version in sPHENIX GitHub at line 85 of file G4SeltzerBergerModel.cc
Referenced by G4BetheHeitlerModel::ComputeCrossSectionPerAtom(), G4SeltzerBergerModel::ComputeDXSectionPerAtom(), G4PairProductionRelModel::ComputeParametrizedXSectionPerAtom(), G4SeltzerBergerModel::SampleEnergyTransfer(), and G4SeltzerBergerModel::SampleSecondaries().