Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

CrElectronSplash.cxx File Reference

#include <math.h>
#include <CLHEP/Random/RandomEngine.h>
#include <CLHEP/Random/RandGeneral.h>
#include <CLHEP/Random/JamesRandom.h>
#include "CrElectronSplash.h"

Go to the source code of this file.

Functions

G4double beta (G4double E )
G4double rigidity (G4double E )
G4double energy (G4double rigidity )
G4double splashCRspec (G4double E )
G4double splashCRenvelope (G4double E )
G4double splashCRenvelope_integral (G4double E )
G4double splashCRenvelope_integral_inv (G4double value)
G4double splashCRenergy (HepRandomEngine* engine)

Variables

const G4double lowE_splash = 0.1
const G4double highE_splash = 10.0
const G4double INTEGRAL_splash = 17.812
const G4double A_splash = 1.33e-4
 Generate a random distribution of secondary cosmic ray protons: j(E) = A * E**-a * exp(-pow(energy/LOW_CUTOFF,-1)) A = 3.0e-03 a = 2.5 LOW_CUTOFF = 0.16 References: Energy spectrum above is obtained by eye-ball fitting of AMS data (Alcaraz et al. More...

const G4double a_splash = 3.53


Function Documentation

G4double beta ( G4double E ) [inline]
 

Definition at line 46 of file CrElectronSplash.cxx.

G4double energy ( G4double rigidity ) [inline]
 

Definition at line 68 of file CrElectronSplash.cxx.

G4double rigidity ( G4double E ) [inline]
 

Definition at line 57 of file CrElectronSplash.cxx.

G4double splashCRenergy ( HepRandomEngine * engine )
 

Definition at line 129 of file CrElectronSplash.cxx.

G4double splashCRenvelope ( G4double E ) [inline]
 

Definition at line 108 of file CrElectronSplash.cxx.

G4double splashCRenvelope_integral ( G4double E ) [inline]
 

Definition at line 115 of file CrElectronSplash.cxx.

G4double splashCRenvelope_integral_inv ( G4double value ) [inline]
 

Definition at line 122 of file CrElectronSplash.cxx.

G4double splashCRspec ( G4double E ) [inline]
 

Definition at line 101 of file CrElectronSplash.cxx.


Variable Documentation

const G4double A_splash = 1.33e-4
 

Generate a random distribution of secondary cosmic ray protons: j(E) = A * E**-a * exp(-pow(energy/LOW_CUTOFF,-1)) A = 3.0e-03 a = 2.5 LOW_CUTOFF = 0.16 References: Energy spectrum above is obtained by eye-ball fitting of AMS data (Alcaraz et al.

References: Alcaraz, J. et al. 2000, Phys.Let.B, 484, 10-22

Definition at line 73 of file CrProtonSplash.cxx.

const G4double INTEGRAL_splash = 17.812
 

Definition at line 41 of file CrProtonSplash.cxx.

const G4double a_splash = 3.53
 

Definition at line 75 of file CrProtonSplash.cxx.

const G4double highE_splash = 10.0
 

Definition at line 34 of file CrProtonSplash.cxx.

const G4double lowE_splash = 0.1
 

Definition at line 33 of file CrProtonSplash.cxx.


Generated at Wed Nov 21 12:20:34 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000