COSMOS v7.655
COSMOSv7655
(AirShowerMC)
|
Go to the source code of this file.
Functions/Subroutines | |
program | timefit |
subroutine | fittime0 (cond, code, xin, yin, nbin) |
subroutine | fittime1 (region, code, xin, yin, n, prmin, prmout) |
subroutine fittime0 | ( | integer | cond, |
integer | code, | ||
real*8, dimension(nbin) | xin, | ||
real*8, dimension(nbin) | yin, | ||
integer | nbin | ||
) |
Definition at line 54 of file timeFit.f.
References drx1, drx2, fittime1(), param, x1(), x1h, and x2().
Referenced by timefit().
subroutine fittime1 | ( | integer | region, |
integer | code, | ||
real*8, dimension(n) | xin, | ||
real*8, dimension(n) | yin, | ||
integer | n, | ||
real*8, dimension(nparam) | prmin, | ||
real*8, dimension(nparam) | prmout | ||
) |
Definition at line 117 of file timeFit.f.
References d0, low(), mnexcm(), mninit(), mnparm(), mnseti(), npoint, oparam, timefnc(), up(), x, and y.
Referenced by fittime0().
program timefit | ( | ) |
Definition at line 3 of file timeFit.f.
References copenfw2(), fittime0(), and true.