Jpp
|
Auxiliary class for the calculation of the muon radiative cross sections. More...
#include <JRadiation.hh>
Public Member Functions | |
virtual | ~JRadiation () |
Virtual desctructor. More... | |
JRadiation (const double z, const double a, const int integrsteps, const double eminBrems, const double eminEErad, const double eminGNrad) | |
Constructor. More... | |
double | SigmaEErad (const double E, const double eps) const |
Pair production cross section. More... | |
virtual double | TotalCrossSectionEErad (const double E) const |
Pair production cross section. More... | |
double | TotalCrossSectionBrems (const double E) const |
Bremsstrahlung cross section. More... | |
virtual double | SigmaGNrad (const double E, const double eps) const |
Photo-nuclear cross section. More... | |
virtual double | TotalCrossSectionGNrad (const double E) const |
Photo-nuclear cross section. More... | |
double | EfromBrems (const double E) const |
Bremsstrahlung shower energy. More... | |
double | EfromEErad (const double E) const |
Pair production shower energy. More... | |
double | EfromGNrad (const double E) const |
Photo-nuclear shower energy. More... | |
Protected Member Functions | |
double | GofZEvrho (const double E, const double v, const double r) const |
virtual double | IntegralofG (const double E, const double eps) const |
Static Protected Member Functions | |
static double | sigmaGammaPparam (const double eps) |
static double | PhiofEofepsparam (const double E, const double eps) |
static double | r0 () |
static double | Astar () |
static double | B () |
static double | BP () |
Protected Attributes | |
const double | Z |
const double | A |
const double | Dn |
const double | DnP |
const int | steps |
const double | EminBrems |
const double | EminEErad |
const double | EminGNrad |
Auxiliary class for the calculation of the muon radiative cross sections.
Definition at line 39 of file JRadiation.hh.
|
inlinevirtual |
|
inline |
Constructor.
z | number of protons |
a | number of nucleons |
integrsteps | number of integration steps |
eminBrems | energy threshold Bremsstrahlung [GeV] |
eminEErad | energy threshold pair production [GeV] |
eminGNrad | energy threshold photo-production [GeV] |
Definition at line 59 of file JRadiation.hh.
|
inline |
Pair production cross section.
E | muon energy [GeV] |
eps | shower energy [GeV] |
Definition at line 83 of file JRadiation.hh.
|
inlinevirtual |
Pair production cross section.
E | muon energy [GeV] |
Reimplemented in JPHYSICS::JRadiationFunction.
Definition at line 118 of file JRadiation.hh.
|
inline |
Bremsstrahlung cross section.
E | muon energy [GeV] |
Definition at line 145 of file JRadiation.hh.
|
inlinevirtual |
Photo-nuclear cross section.
E | muon energy [GeV] |
eps | shower energy [GeV] |
Definition at line 168 of file JRadiation.hh.
|
inlinevirtual |
Photo-nuclear cross section.
E | muon energy [GeV] |
Reimplemented in JPHYSICS::JRadiationFunction.
Definition at line 197 of file JRadiation.hh.
|
inline |
Bremsstrahlung shower energy.
E | muon energy [GeV] |
Definition at line 222 of file JRadiation.hh.
|
inline |
Pair production shower energy.
E | muon energy [GeV] |
Definition at line 242 of file JRadiation.hh.
|
inline |
Photo-nuclear shower energy.
E | muon energy [GeV] |
Definition at line 266 of file JRadiation.hh.
|
inlineprotected |
Definition at line 288 of file JRadiation.hh.
|
inlineprotectedvirtual |
Reimplemented in JPHYSICS::JRadiationFunction.
Definition at line 307 of file JRadiation.hh.
|
inlinestaticprotected |
Definition at line 330 of file JRadiation.hh.
|
inlinestaticprotected |
Definition at line 335 of file JRadiation.hh.
|
inlinestaticprotected |
Definition at line 346 of file JRadiation.hh.
|
inlinestaticprotected |
Definition at line 347 of file JRadiation.hh.
|
inlinestaticprotected |
Definition at line 348 of file JRadiation.hh.
|
inlinestaticprotected |
Definition at line 349 of file JRadiation.hh.
|
protected |
Definition at line 351 of file JRadiation.hh.
|
protected |
Definition at line 352 of file JRadiation.hh.
|
protected |
Definition at line 353 of file JRadiation.hh.
|
protected |
Definition at line 354 of file JRadiation.hh.
|
protected |
Definition at line 355 of file JRadiation.hh.
|
protected |
Definition at line 356 of file JRadiation.hh.
|
protected |
Definition at line 357 of file JRadiation.hh.
|
protected |
Definition at line 358 of file JRadiation.hh.