mmc
Class Energy2Loss

java.lang.Object
  extended by mmc.PhysicsModel
      extended by mmc.Energy2Loss
All Implemented Interfaces:
FunctionInt, FunctionInt2, FunctionOfx
Direct Known Subclasses:
Energy2LossE, Energy2LossX

public class Energy2Loss
extends PhysicsModel

class contains functions for evaluation of the spread of the continuous energy losses


Field Summary
protected  CrossSections cros
           
 Energy2LossE e2le
           
protected  Energy2Loss e2loss
           
 Energy2LossX e2lx
           
protected  Medium m
           
protected  Particle p
           
 
Fields inherited from class mmc.PhysicsModel
Alpha, bigEnergy, C, Cmon, computerPrecision, De2, Ds2, ebig, elow, Gf, Gw, Gz, halfPrecision, imaxs, iprec, iprec2, iromb, K, Lmu, Log10, Lstau, Ltau, Ma1, Me, Mmon, Mmu, Mn, Mp, Mpi, Mrh, Mrs, Mstau, Mtau, Mw, Mz, Na, nlow, num1, num2, num3, Pi, Re, Ry, sqrt2, sqrt3, sqrtE, St2, Tt2, xres, Xw
 
Constructor Summary
Energy2Loss(CrossSections cros)
          initializes Energy2Loss classes, creates internal reference to CrossSections
Energy2Loss(Energy2Loss e2loss)
          creates internal reference to superclass, to be called from subclasses
 
Method Summary
 
Methods inherited from class mmc.PhysicsModel
function, functionInt, functionInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

e2lx

public Energy2LossX e2lx

e2le

public Energy2LossE e2le

p

protected Particle p

m

protected Medium m

cros

protected CrossSections cros

e2loss

protected Energy2Loss e2loss
Constructor Detail

Energy2Loss

public Energy2Loss(Energy2Loss e2loss)
creates internal reference to superclass, to be called from subclasses


Energy2Loss

public Energy2Loss(CrossSections cros)
initializes Energy2Loss classes, creates internal reference to CrossSections