c
c Routine directly callable from C/C++ (it could be necessary to
c append an underscore, "_", to its name depending on the C/C++
c compiler used).
c
c
function pclelifetime(pcode)
c
c Mean lifetime of a particle (in seconds).
c
c Written by: S. J. Sciutto, La Plata 2003, 2006.
c
c
c Arguments:
c =========
c
c pcode........... (input, integer) AIRES particle code.
c
c Return value: (double precision) Particle mean life time in sec.
c ============ 0 corresponds to stable particles (infinite
c lifetime), or nuclei (radiactive decay times are
c are not taken into account). -1 is returned in case
c of error (invalid particle code).
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |