|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmmc.PhysicsModel
gen.NeutrinoInt
public class NeutrinoInt
Class contains functions for calculation of neutrino interaction differential cross sections.
Field Summary | |
---|---|
Interpolate[] |
J
|
boolean |
jt
|
double |
RA
|
double |
RZ
|
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 | |
---|---|
NeutrinoInt()
Class constructor. |
Method Summary | |
---|---|
double |
dSdy(double y,
double E,
boolean cc,
boolean nu)
returns the neutrino cross sections integrated over x as functions of y and energy E in [GeV]. |
double |
function(double x)
returns the neutrino cross section dS2dxdy - interface to Integral. |
double |
functionInt(double E,
double y)
2d parametrization - interface to Interpolate |
void |
interpolate()
Parametrizes the integral of this class. |
Methods inherited from class mmc.PhysicsModel |
---|
functionInt |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double RA
public double RZ
public Interpolate[] J
public boolean jt
Constructor Detail |
---|
public NeutrinoInt()
Method Detail |
---|
public double dSdy(double y, double E, boolean cc, boolean nu)
public double function(double x)
function
in interface FunctionOfx
function
in class PhysicsModel
public void interpolate()
public double functionInt(double E, double y)
functionInt
in interface FunctionInt2
functionInt
in class PhysicsModel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |